/* popup form section start */
.newsletter-cta-wrapper {
      text-align: center;
    padding: 50px 20px;
    background: linear-gradient(135deg, #5c045c, #a000a0);
    color: white;
}

.pulse-button {
  animation: pulse-glow 2s infinite;
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(40, 167, 69, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

#popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#popup-form.show {
  display: flex;
}

.popup-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 100000;
  text-align: center;
}

.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
}

/* Flexbox container for inputs */
.input-group {
    color: #333;
  display: flex;
  flex-direction: column; /* Stack inputs vertically */
  gap: 20px; /* Add space between Phone Number and City input */
}

/* Adjusted input fields */
.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.popup-content input[type="tel"] {
  margin-bottom: 20px; /* Extra margin for phone input */
}

/* Specific adjustment for city field */
.popup-content input[type="text"] {
  margin-bottom: 10px; /* Margin for city input */
}

/* For better space between phone and city */
.iti {
  width: 100%;
  font-size: 14px;
}

.iti__country-list {
  z-index: 100002 !important;
  max-height: 200px;
  overflow-y: auto;
}

/* Flag and Dial Code Styling */
.iti__selected-flag {
  border-radius: 4px;
}

.iti__country-name,
.iti__dial-code {
  font-size: 14px;
  color: #333;
}

.iti__flag {
  background-color: #fff;
}

.sq-btn {
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.sq-btn1 {
  background-color: #ad0dad;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
/* Ensure proper z-index handling */
.iti {
  width: 100%;
  position: relative;
  z-index: 100001;
}

.iti__country-list {
  z-index: 100002 !important;
}

.popup-content input[type="tel"] {
  color: #333; /* Override if phone number text is white */
}

/* Make "Subscribe Now" text black */
.popup-content h3 {
  color: black; /* Set black color for "Subscribe Now" heading */
}


 /* client-carousel section start */
.client-carousel {
    background-color: #800080; /* Optional: Set background color */
    padding-top: 50px; /* Adjust the top padding as per your requirement */
    padding-bottom: 50px; /* Optional: Add bottom padding if needed */
}

.client-carousel__one {
    margin-top: 30px; /* Add space at the top of the carousel */
}

.client-carousel__one__item {
    margin-bottom: 20px; /* Add margin between the carousel items */
}
 /* client-carousel section end */


  /* menu bar for phoe section start */

  /* Style for the mobile menu toggle button */
.mobile-nav__btn.mobile-nav__toggler {
    background-color: #800080; 
    border-radius: 50%; 
    width: 50px; 
    height: 50px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border: 2px solid #fff; /* White border around the button */
}

/* Style for the lines inside the mobile nav button */
.menu-line {
    background-color: #fff; 
    width: 25px; 
    height: 3px; 
    margin: 4px;
}

/* Hide the mobile menu toggle button on larger screens */
@media (min-width: 768px) {
    .mobile-nav__btn.mobile-nav__toggler {
        display: none; /* Hide on desktop and larger devices */
    }
}


  /* menu bar for phoe section end */


  .client-carousel__one__image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.client-carousel__one__item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}


 /* WhatsApp and Enroll Floating Icons start */
  .floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
  }

  .whatsapp-floating-icon {
    background-color: #25d366;
    padding: 12px 14px;
    font-size: 32px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
  }

  .whatsapp-floating-icon:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
    color: white;
  }

  .btn-enrol {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
        background-color: #ac60bd;
    color: white;
    border: 2px solid #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .btn-enrol:hover {
    background-color: white;
    color: #480740;
  }

  @media (max-width: 768px) {
    .whatsapp-floating-icon {
      font-size: 24px;
      padding: 10px;
    }

    .btn-enrol {
      font-size: 14px;
      padding: 6px 12px;
    }
  }
  /* WhatsApp and Enroll Floating Icons end */

  @media (min-width: 1200px) {
    .countdown{
        flex: 0 0 auto;
        width: 43.333333%;
    }
}

.sq-icon-color{
  color: #F3C623;
}

/* solutions section end */
.image-box-responsive {
    max-width: 100%;
    width: 100%;
    max-width: 500px; /* Optional: max width */
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid #ddd;
    border-radius: 16px; /* Curved border */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-box-responsive img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* Curve image corners */
    object-fit: cover;
}

@media (max-width: 576px) {
    .image-box-responsive {
        padding: 6px;
        border-radius: 12px;
    }

    .image-box-responsive img {
        border-radius: 10px;
    }
}
/* solutions section end */

/* Base style for responsive background */
.main-slider-three__bg.responsive-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

/* Banner 1 */
.bg-banner-1 {
    background-image: url('../images/backgrounds/Banner-1.jpg');
}

/* Banner 2 */
.bg-banner-2 {
    background-image: url('../images/backgrounds/Banner-2.jpg');
}

/* Banner 3 */
.bg-banner-3 {
    background-image: url('../images/backgrounds/Banner---3.jpg');
}

/* Mobile optimization */
@media (max-width: 768px) {
     /* Ensure full height on mobile as well */
    .main-slider-three__bg.responsive-bg {
    height: 100vh;
}
    
    /* Optional: mobile-specific image versions if available */
    .bg-banner-1 {
        background-image: url('../images/backgrounds/MobileBanner1.jpg');
    }

    .bg-banner-2 {
        background-image: url('../images/backgrounds/MobileBanner2.jpg');
    }

    .bg-banner-3 {
        background-image: url('../images/backgrounds/MobileBanner3.jpg');
    }
        /* Ensure that the carousel items are aligned correctly */
    .main-slider-three__item {
        height: 100vh;  /* Make each item cover full screen height */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-slider-three__content {
        text-align: center;
        position: relative;
        z-index: 2;
    }
    /* .owl-carousel, .owl-stage {   sq iff still the mobile header image having alignment isssue then uncomment the below code 
    height: 100% !important;
} */

}

