.social-icon {
  background-color: #EAEBEC;
  border-radius: 5px;
  padding: 6px 10px;
  margin-left: 5px;
}
/* Remove focus outline and shadow */
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}


.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2C742F;
  transform: rotate(45deg);
}

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }
  
  /* Default toggler icon color (hamburger) */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232C742F' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }



        
.hero-body {
  background: linear-gradient(135deg, #009688, #00b3b3);
  padding: 40px;
} 
.section-light{
    padding: 80px 20px;
}
    
.navbar-container {
  background-color: white;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  display: flex;
  margin-left:30px ;
  align-items: center;
  font-weight: bold;
}
#flyerNav{
    margin-right: 30px;
}
    
.navbar-brand img {
  height:60px;
  transform: rotate(15deg);
  
}
.checks-in{
    max-width: 900px;
    border:#4C5562 solid 10px;
    border-radius: 30px
}
    
.nav-link {
  color: #293241;
  margin: 0 10px;
  font-weight: 500;
  opacity: 60%;
}
    
.nav-link.active {
  font-weight: 700;
  color: #293241;
}
    
.btn-login {
  background-color: #009688;
  color: white;
  padding: 5px 20px;
  border-radius: 25px;
  font-weight: 500;
}
    
.btn-login:hover {
  background-color: #00796b;
  color: white;
}

.feature-card {
    height: 296px; 
    Width:377px; 
    display: flex;
    flex-direction: column;
    justify-content: start; 
    padding: 1.5rem;
    border:3px solid #009688;
    border-radius: 18px;
    text-align: left;
}

.feature-card img {
    width: 106px;
    height: 106px;
    margin-bottom: 1rem;  
}
.feature-card h5 {
    color:#009688;
}
h2{
    color: #009688;
}
.feature-section {
  background: linear-gradient(135deg, #009688, #00786D);
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.feature-text h2 {
  font-weight: bold;
}
.feature-card {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 1.5rem;
  border: 3px solid #009688;
  border-radius: 18px;
  text-align: left;
  background-color: #fff;
  color: #000;
}

.feature-card img {
  width: 106px;
  height: 106px;
  margin-bottom: 1rem;
}

.feature-card h5 {
  color: #009688;
}

h2 {
  color: #009688;
}



.form-control:focus {
  border-color: #008080 !important; 
  box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.25) !important; 
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Common animation styles */
[data-animate] {
  opacity: 0; /* Start hidden */
  transition: opacity 0.8s ease, transform 1.8s ease; /* Smooth transition */
}

/* Fade-in animation for .mot-content */
[data-animate="fade-in"] {
  transform: translateY(50px); /* Start slightly below */
}

[data-animate="fade-in"].visible {
  opacity: 1;
  transform: translateY(0); /* Final position */
}

/* Fade-in-left animation for  */
[data-animate="fade-in-left"] {
  opacity: 0; /* Start invisible */
  transform: translateX(-50px); /* Start slightly to the left */
}

[data-animate="fade-in-left"].visible {
  opacity: 1;
  transform: translateX(0); /* Final position */
}

/* Fade-in-up animation  */
[data-animate="fade-in-down"] {
  opacity: 0; 
  transform: translateY(-50px); 
  
}

[data-animate="fade-in-down"].visible { 
  opacity: 1; 
  transform: translateY(0); /* Final position */
}

/* Fade-in-right animation */
[data-animate="fade-in-right"] {
  transform: translateX(50px); /* Start slightly to the right */
  opacity: 0; /* Start invisible */
}

[data-animate="fade-in-right"].visible {
  transform: translateX(0); /* Final position */
  opacity: 1; /* Fully visible */
}

/* Fade-in-up animation */
[data-animate="fade-in-up"] {
  transform: translateY(50px); /* Start slightly below */
  opacity: 0; /* Start invisible */
}

[data-animate="fade-in-up"].visible {
  transform: translateY(0); /* Final position */
  opacity: 1; /* Fully visible */
}

@media (max-width: 576px) {
  [data-animate="fade-in-right"] {
    transform: translateX(20px);
  }
}


.feature-text .badge {
  background-color: #ffc107;
  color: #000;
  font-size: 0.8rem;
}
.feature-text ul {
  list-style: none;
  padding-left: 0;
}
.feature-text ul li::before {

  content: '✓'; 
  margin-right: 8px;
  color: #ffc107 !important;
}
.feature-img img {
  width: 100%;
  min-height: 100vh;
  object-fit: cover;
  filter: grayscale(100%)
}
.pricing-card {
  border: 1px solid #009688;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
  background: #fff;
}

.pricing-card h5 {
  font-weight: 600;
}

.pricing-icon {
  font-size: 2rem;
  background: #009688;
  color: white;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

.price {
  font-size: 2rem;
  font-weight: bold;
  color: #009688;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 1rem;
}

.pricing-card ul li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.pricing-card ul li.valid::before {
  content: "✔️";
  margin-right: 10px;
  color: #009688;
}

.pricing-card ul li.invalid {
  color: #bbb;
}

.pricing-card ul li.invalid::before {
  content: '✖';
  color: #009688 !important;
  margin-right: 10px;
 
}

.btn-outline-custom {
  border: 1px solid #009688;
  color: #009688;
}

.btn-outline-custom:hover {
  background: #009688;
  color: white;
}

.btn-filled {
  background: #009688;
  color: white;
}

.recommended-badge {
  background: #ffc107;
  color: #000;
  font-size: 0.75rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.email-input-wrapper input::placeholder {
  color: white;

}

.email-input-wrapper {
  position: relative;
}

.email-submit-btn {
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #009688;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: none;
}
@media (max-width: 768px) and (max-width: 1024px) {
  .feature-card {
    aspect-ratio: 1 / 1;
    min-height: auto; 
  }
  #email-section{
    display: none;
  }
  .navbar-brand {
      margin-left:10px ;
  }
  #flyerNav{
      margin-right: 0px;
  }
  .email-input-wrapper {
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: static;
  }
  .email-submit-btn {
      position: static;
      transform: none;
      width: 100%;
      margin-top: 10px;
  }
  .email-input-wrapper input {
      padding-right: 1rem;
  }
}

@media (max-width: 576px) {
    .feature-card {
    aspect-ratio: 1 / 1;
    min-height: auto;
    }
    .navbar-brand {
        margin-left:10px ;
    }
    #email-section{
      display: none;
    }
    #flyerNav{
        margin-right: 0px;
    }
    .email-input-wrapper {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .email-submit-btn {
        position: static;
        transform: none;
        width: 100%;
    }

    .email-input-wrapper input {
        padding-right: 1rem; /* remove space reserved for button */
    }
}
            
@media (max-width: 991.98px) {
  .navbar-container {
    border-radius: 20px;
  }
}

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important; 
  background-color: #333; 
  margin: 0 6px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
      
.carousel-indicators .active {
  opacity: 1;
  background-color: #009688 !important; 
}

.section-light {
  background-image: radial-gradient(#d3d3d3 1px, transparent 1px);
  background-size: 20px 20px; /* adjust size here */
  background-repeat: repeat;
}

.section-light {
  background-image: url('/static/images/dots.svg');
  background-repeat: repeat;
  background-size: 20px 20px;
}


.scroll-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
}

.scroll-container .service-card,
.scroll-container .scroll-card {
  scroll-snap-align: center;
  min-width: 90%;
  border: 3px solid #009688;
  overflow: hidden;
  max-width: 90%;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: white;
}

@media (min-width: 768px) {
  .scroll-container {
    display: none !important;
  }
}


.feature-card-custom { 
    Width:377px; 
    display: flex;
    flex-direction: column;
    justify-content: start; 
    padding: 20px;
    border:3px solid #009688;
    border-radius: 18px;
    text-align: left;
}

.feature-card-custom img {
    width: 106px;
    height: 106px;
    margin-bottom: 1rem;  
}
.feature-card-custom h5 {
    color:#009688;
}


.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 700px;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-play-button i {
  font-size: 30px;
  color: #000;
  z-index: 10;
}

.video-wrapper img,
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


.wave {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: ripple 2s infinite;
}

.wave1 {
  width: 80px;
  height: 80px;
}

.wave2 {
  width: 100px;
  height: 100px;
  animation-delay: 0.4s;
}

.wave3 {
  width: 120px;
  height: 120px;
  animation-delay: 0.8s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
