.custom-navbar {
  background-color: #3b5d50 !important;
  border-bottom: 2px solid rgba(69, 217, 91, 0.437);
}

.login-btn {
  background-color: #4a6baf;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-navbar-nav {
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
.custom-navbar .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: #f8f9fa;
}

.custom-navbar .navbar-brand span {
  color: #007bff;
}

.custom-navbar .nav-link {
  font-size: 16px;
  padding: 10px 15px;
  color: #f8f9fa !important;
  transition: 0.3s;
}

.custom-navbar .nav-link:hover {
  color: #007bff;
  transform: scale(1.1);
}

.container {
  max-width: 100%;
  padding-left: 5px;
}

.custom-navbar-cta {
  display: flex;
  align-items: center;
  margin-right: 0;
}

.custom-navbar-cta .nav-link i {
  font-size: 20px;
  color: #f8f9fa;
}

.custom-navbar-cta .nav-link:hover i {
  color: #007bff;
}
.user-actions-container {
  display: flex;
  align-items: center;
}
.user-dropdown-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-dropdown-btn i {
  font-size: 1rem;
}

.box-con {
  height: 90vh;
  background-color: #3b5d50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-box {
  background: white;
  padding: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 450px;
}

.image-container {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #3b5d50;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 32px;
  margin: auto;
}

.testimonial-section {
  padding: 80px 0;
  background-color: #f8f9fa;
  position: relative;
}
.testimonial-card {
  text-align: center;
  padding: 40px;
}
.testimonial-text {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}
.testimonial-author {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.testimonial-position {
  color: #6c757d;
  font-size: 0.9rem;
}
.divider {
  width: 50px;
  height: 2px;
  background-color: #dee2e6;
  margin: 30px auto;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}
.carousel-indicators .active {
  background-color: #333;
}
.dropdown-menu {
  background-color: #3b5d50 !important;
}
.dropdown-menu a {
  color: white;
}
.btn-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #333;
  border: 1px solid #ddd;
  font-size: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-slider:hover {
  background-color: #333;
  color: white;
}
.btn-prev {
  left: 100px;
}
.btn-next {
  right: 100px;
}
@media (max-width: 768px) {
  .btn-slider {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .btn-prev {
    left: 10px;
  }
  .btn-next {
    right: 10px;
  }
}
.topbar,
.sidebar-header {
  margin-top: 80px;
}
