
* {
  behavior: url(/css/boxsizing.htc); 
}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevent scroll */
 
}


 .bgcolor{
    
 }
.bgcolor{
position: absolute;
left: 0px;
top: 112px;
overflow: hidden;
width: 100%;
height: 52.6%;
z-index: 1;
}

/* blog css */

.blogbox3{
height: 400px;
width: 300px;
margin: 15px;
text-align:justify;
padding-top:50px;
padding-left:10px ;
border-radius:20px;
border: 1px solid;
box-shadow: 0 0 15px -2px #444444;

}

.post-image{
    width: 100%;
   padding: 10px;
   height:169px;
}

.post-content{

display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.posts-container{
    background-color:#F4F9FC;
    padding-bottom: 10px;

      
}
.box-container{
  display: flex;
    justify-content: center;


    
}

.btn{
    height: 35px;
    width: 100px;
    background-color:#214b97;
    color:white;
    margin-top:-7px ;
}
.btn:hover{
    background-color:#0dbb98;
    color:white;

}
.post-title{
    text-transform: capitalize;
    font-weight:bold;
    display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
    overflow: hidden;
}


.vievallpost{
    position: relative;
    left: 46.5%;
}

.icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: var(--light-bg);
    border-radius: .5rem;
    padding: 0.5rem 1rem;
    border: var(--border);
    
}

.like{
    background-color:white;
    border:none;
    
    
}




@media screen and (max-width: 992px) {

.box-container{
  display: inline;
  justify-content: center;
  

    
}

.blogform{
    padding-left:33%;
}

}

@media screen and (max-width: 768px) {


.blogform{
    padding-left:221px;
}

}

@media screen and (max-width: 400px) {
    


.blogform{
    padding-left:33px;
}

.vievallpost{
    position: relative;
    left: 40%;
}

}




  .input_field {
    position: relative;
    height: 45px;
    margin-top: 15px;
    width: 100%;
  }
  .refresh_button {
    position: absolute;
    top: 47%;
    left: 0px;
    transform: translateY(-50%);
    background: #32CAA2;
    height: 41px;
    width: 40px;
    border: none;
    padding: 8px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
  }
  .refresh_button:active {
    transform: translateY(-50%) scale(0.98);
  }
  .input_field input,
  .button button {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
  }
  .input_field input {
    text-align: center;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .captch_box input {
    color: #6b6b6b;
    font-size: 22px;
    pointer-events: none;
  }
  .captch_input input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  }
  .message {
    font-size: 14px;
    margin: 14px 0;
    color: #32CAA2;
    display: none;
  }
  .message.active {
    display: block;
  }
  .button button {
    background: #32CAA2;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  .button button:active {
    transform: scale(0.99);
  }

* {
  behavior: url(/css/boxsizing.htc); /* Requires an HTC file */
}



/* Keyframes for animation */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translate(-50px, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(0, -50%);
    }
}



      /* Fullscreen Carousel */
      .carousel-wrapper {
        width: 100vw;
        height: 100vh;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
      }

      /* Navigation Buttons */
      .navigation-buttons {
        position: absolute;
        top: 60%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        z-index: 10;
      }

      .nav-btn {
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 24px;
        transition: background 0.3s ease;
        margin: 0 20px;
      }

      .nav-btn:hover {
        background: rgba(0, 0, 0, 0.8);
      }

      .carousel-track {
        width: 100%;
        height: 55vh;
        transition: all 0.3s ease;
      }

      .carousel-track img,
      .carousel-track video {
        width: 98.9vw;
        height: 80vh;
        object-fit: cover;
      }

      .carousel-slide {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
      }

      .active-slide {
        display: block;
      }

      /* Caption Styling */
      .carousel-caption-container {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        width: 80%;
        animation: fadeIn 1.5s ease-out;
      }

      .carousel-caption-heading {
        font-size: 60px;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
      }

      /* Wave Overlay */
      .wave-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        overflow: hidden;
        z-index: 5;
      }

      .wave-animation {
        position: absolute;
        width: 200%;
        height: 100px;
        background: url('assets/img/wave.png') repeat-x;
        animation: wave-scroll 8s linear infinite;
      }

      @keyframes wave-scroll {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-50%);
        }
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .carousel-caption-heading {
          font-size: 30px;
        }
.carousel-track img,
      .carousel-track video {
        width: 100vw;
        height: 78vh;
        object-fit: fill;
        
      }
        .navigation-buttons .nav-btn {
          width: 30px;
          height: 30px;
          font-size: 18px;
        }

        .wave-overlay {
          height: 70px;
        }

        .wave-animation {
          height: 60px;
        }
      }
      /* Default styles (for large screens) */
.carousel-caption-heading {
  font-size: 1.8rem;
  padding: 10px 15px;
  letter-spacing: 1px;
}

/* Extra Large Devices (desktops > 1200px) */
@media (min-width: 1200px) {
  .carousel-caption-heading {
    font-size: 2rem;
    padding: 12px 20px;
  }
}

/* Large Devices (laptops 992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption-heading {
    font-size: 1.8rem;
    padding: 10px 15px;
  }
}

/* Medium Devices (tablets 768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption-heading {
    font-size: 1.5rem;
    padding: 8px 12px;
  }
}

/* Small Devices (phones 576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .carousel-caption-heading {
    font-size: 1.3rem;
    padding: 7px 10px;
  }
}

/* Extra Small Devices (small phones < 575px) */
@media (max-width: 575px) {
  .carousel-caption-heading {
    font-size: 1.1rem;
    padding: 6px 8px;
    text-align: center;
    max-width: 90%;
    word-break: break-word;
  }

  .navigation-buttons {
    top: 75%;
  }
}

/* Very Tiny Phones (less than 400px) */
@media (max-width: 399px) {
  .carousel-caption-heading {
    font-size: 1rem;
    padding: 5px 7px;
    letter-spacing: 0.3px;
  }

  .navigation-buttons {
    top: 78%;
  }
}
 .info-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 90px auto;
  padding: 30px;
  background: white;
  flex-wrap: nowrap;
}

.info-card {
  width: 420px;
  height: 170px;
  perspective: 1200px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .4s ease;
}

.info-card:hover {
  transform: translateY(-8px);
}

.info-card .card-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: transform 0.7s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.front-face {
  background: linear-gradient(145deg, #214b97, #0dbb98);
  color: #fff;
  transform: rotateY(0deg);
  overflow: hidden;
}

.front-face::before {
  content: "";
  width: 160%;
  height: 160%;
  position: absolute;
  top: -30%;
  left: -30%;
  background: radial-gradient(circle, rgba(255,255,255,0.22), transparent);
  animation: shine 4s infinite linear;
}

@keyframes shine {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.back-face {
  background: #ffffff;
  color: #0dbb98;
  text-align: center;
  padding: 20px;
  transform: rotateY(180deg);
  box-sizing: border-box;
}

.info-card:hover .front-face {
  transform: rotateY(180deg);
}

.info-card:hover .back-face {
  transform: rotateY(0deg);
}

.info-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(135deg, #214b97, #0dbb98);
  box-shadow: 0 10px 25px rgba(13,187,152,0.5), 0 10px 25px rgba(33,75,151,0.5);
  animation: glow 2.2s infinite alternate;
}

@keyframes glow {
  from { box-shadow: 0 6px 18px rgba(13,187,152,0.45); }
  to { box-shadow: 0 12px 30px rgba(13,187,152,0.7); }
}

.info-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
  letter-spacing: .5px;
}

.info-card a {
  margin-top: 12px;
  padding: 7px 14px;
  font-size: 14px;
  text-decoration: none;
  background: #0dbb98;
  color: #fff;
  border-radius: 6px;
  transition: all .3s ease;
  box-shadow: 0 4px 12px rgba(13,187,152,0.4);
}

.info-card a:hover {
  background: #0aa886;
  box-shadow: 0 8px 15px rgba(13,187,152,0.55);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .info-card-container {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .info-card {
    width: 90%;
    height: 160px;
  }

  .info-card img {
    width: 95px;
    height: 95px;
  }
}

      .hero-carousel-section .wave{
    position: absolute;
    bottom: -.5rem;
    left: 0;
    height: 11rem;
    width: 100%;
    background: url(assets/img/wave.png);
    background-size: 100rem 11rem;
    animation: waves 8s linear infinite;
    background-repeat: repeat-x;
}

.hero-carousel-section.wave2{
    animation-direction: reverse;
    animation-duration: 6s;
    opacity: .3;
}

.hero-carousel-section .wave3{
    animation-duration: 4s;
    opacity: .5;
}

@keyframes waves{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 100rem;
    }
}


 /* General Section Styling */
#about-us {
    padding: 20px 15px;
 background: white;
}

#about-us .container {
    max-width: 1400px; /* Increased width for wider container */
}

#about-us .main-h {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}



#about-us .sub-h {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #0de493;
    margin-bottom: 40px;
}

/* Image Container Enhancements */
#about-us .about-us-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15); 
    border: 20px solid transparent; 
    border-image-source: url('assets/img/border-27.png'); 
    border-image-slice: 124; 
    border-image-repeat: stretch; 
    background: #f5f5f5; 
    transition: transform 0.5s ease, box-shadow 0.5s ease; 
}

#about-us .about-us-img:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25); 
}

#about-us .about-us-img img {
    width: 105%;
    height: 110%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); 
}

#about-us .about-us-img:hover img {
    transform: scale(1.08) rotate(2deg); /* Slight zoom with rotation */
}

/* Glowing Border Effect */
#about-us .about-us-img::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 4px solid rgba(13, 228, 147, 0.4); /* Initial glow */
    border-radius: 10px;
    transition: all 0.5s ease;
    opacity: 0; /* Hidden by default */
    transform: scale(1.1); /* Slightly larger */
    z-index: 1;
}

#about-us .about-us-img:hover::before {
    opacity: 1; /* Show glow */
    transform: scale(1); /* Reset size */
    box-shadow: 0 0 15px rgba(13, 228, 147, 0.6), 0 0 30px rgba(13, 228, 147, 0.4);
}

/* Subtle Particle Animation (Optional) */
#about-us .about-us-img::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 50%);
    background-size: 50px 50px;
    animation: particles 10s linear infinite;
    opacity: 0.2; /* Subtle effect */
    z-index: 0;
}

@keyframes particles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

/* Text Styling */
#about-us .text-justify {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* Bullet Points Styling */
#about-us ul {
    margin-top: 20px;
    padding-left: 20px;
    list-style: none;
}

#about-us ul li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    padding-left: 30px;
    position: relative;
    text-align: justify;
}

#about-us ul li strong {
    color: #0de493;
}

/* Custom Dot Styling */
#about-us ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #0de493;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

/* Responsive Layout */
@media (max-width: 768px) {
    #about-us .main-h {
        font-size: 1.5rem;
    }

    #about-us .sub-h {
         font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    color: #0de493;
    margin-bottom: 0px;
    }
    
    #about-us .about-us-img {
        margin-bottom: 30px;
        height: auto; 
    }
}
#about-us .about-us-img .shine-effect {
    position: absolute;
    top: -120%;
    left: -60%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.25) 30%,
        rgba(255, 255, 255, 0.55) 50%,
        rgba(255, 255, 255, 0.25) 70%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(18deg);
    pointer-events: none;
    opacity: 0;
    transition: all 0.9s ease;
    z-index: 5;
}

#about-us .about-us-img:hover .shine-effect {
    top: 120%;
    left: 120%;
    opacity: 1;
}
 .services {
    padding: 20px 15px;
    background: #FAFAFA;
}

.services .container {
    max-width: 1400px;
    margin: 0 auto;
}

.services .main-h {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    color: #333;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.25);
    transform: translateY(0);
    transition: 0.4s ease-in-out;
}

.services .main-h:hover {
    transform: translateY(-4px);
}

.services .sub-h {
    font-size: 1.55rem;
    font-weight: 500;
    text-align: center;
    color: #0de493;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.service-wrapper {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    padding: 32px 22px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.12);
    transition: all 0.45s ease;
    position: relative;
    transform: translateY(0);
}

.service-wrapper:hover {
    transform: translateY(-10px) scale(1.06);
    box-shadow: 0px 18px 45px rgba(0,0,0,0.18);
}

.service-wrapper::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transform: rotate(15deg);
    transition: 0.7s ease-in-out;
}

.service-wrapper:hover::before {
    top: 120%;
    left: 120%;
    opacity: 1;
}

.service-wrapper .icon {
    width: 105px;
    height: 105px;
    margin: 0 auto -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #214b97,#0dbb98);
    box-shadow: 0px 10px 25px rgba(33,75,151,0.45), 0px 10px 25px rgba(13,187,152,0.45);
    transition: 0.4s ease;
}

.service-wrapper:hover .icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0px 14px 30px rgba(33,75,151,0.55), 0px 14px 30px rgba(13,187,152,0.55);
}

.service-wrapper .icon img {
    width: 62%;
    height: auto;
    transition: 0.4s ease;
}

.service-wrapper:hover .icon img {
    transform: scale(1.12);
}

.service-wrapper .title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #2d3748;
    text-align: center;
    margin-top: 62px;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.service-wrapper:hover .title {
    letter-spacing: 1px;
    color: #214b97;
}

.service-wrapper .p1 {
    font-size: 1.05rem;
    color: #6b7280;
    text-align: center;
    line-height: 1.7;
    padding: 0 18px;
    margin-top: 14px;
    transition: 0.3s ease;
}

.service-wrapper:hover .p1 {
    transform: scale(1.04);
}

.service-wrapper a {
    display: block;
    text-align: center;
    margin: 22px auto 0;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 25px;
    width: fit-content;
    background: linear-gradient(135deg, #0dbb98, #4f46e5);
    color: #fff;
    border-radius: 35px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0px 6px 15px rgba(79,70,229,0.4);
}

.service-wrapper a:hover {
    background: linear-gradient(135deg,#4f46e5,#3b82f6);
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0px 10px 22px rgba(59,130,246,0.45);
}


@media (max-width: 768px) {
    .services .main-h {
        font-size: 2.1rem;
    }
    .services .sub-h {
        font-size: 1.1rem;
        color: #0de493;
        margin-bottom: 0;
    }
}
.title {
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
    color: #2d3748;
    letter-spacing: 0.5px;
    margin-top: 60px;
    position: relative;
    transition: 0.35s ease-in-out;
}

.title:hover {
    color: #214b97;
    letter-spacing: 1px;
    transform: translateY(-3px);
}

.title::after {
    content: "";
    width: 40px;
    height: 4px;
    background: linear-gradient(135deg, #214b97, #0dbb98);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.35s ease-in-out;
}

.service-wrapper:hover .title::after {
    opacity: 1;
    width: 55px;
}

  #process {
    position: relative;
    background: white;
    padding: 20px 0;
    color: white;
}

#process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.our-process-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    animation: fadeUp 1.2s ease;
}

.section-header h1 {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    color: #222;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 4px 10px rgba(0,0,0,0.2);
    animation: glowText 2.5s infinite alternate;
}

.section-header p {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    color: #0de493;
    margin-top: -10px;
    animation: fadeUp 1.5s ease;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 40px;
    position: relative;
    animation: fadeUp 1.3s ease;
}
   
       
        .view-more-btn {
        display: inline-block;
        text-align: center;
        margin: 30px auto;
        text-decoration: none;
        font-weight: 600;
        font-size: 1.2rem;
        color: #ffffff;
        padding: 12px 30px;
        background: linear-gradient(135deg, #214b97,#0dbb98);
        border-radius: 40px;
        transition: all 0.4s ease-in-out;
        box-shadow: 0px 8px 20px rgba(33, 75, 151, 0.4), 0px 8px 20px rgba(13, 187, 152, 0.4);
    }

    .view-more-btn:hover {
        background: linear-gradient(135deg, #214b97,#0dbb98);
        box-shadow: 0px 8px 20px rgba(33, 75, 151, 0.4), 0px 8px 20px rgba(13, 187, 152, 0.4);
        transform: translateY(-3px);
        
    }
    /* Center the button */
    .view-more-btn {
        display: block;
        text-align: center;
        margin: 30px auto; /* Centers it horizontally */
        width: fit-content; /* Ensures the button wraps around its content */
        height: fit-content;
    }
        @media (max-width: 768px) {
            .services .main-h {
                font-size: 1.5rem;
            }
    
     
    /* Center the button */
    .view-more-btn {
        display: block;
        text-align: center;
        margin: 30px auto; /* Centers it horizontally */
        width: fit-content; /* Ensures the button wraps around its content */
        height: fit-content;
    }

            .services .sub-h {
                font-size: 1.0rem;
                font-weight: 400;
    text-align: center;
    color: #0de493;
    margin-bottom: 0px;
            }
        }
        
.our-process {
    position: relative;
    width: 500px;
    height: 470px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transform-style: preserve-3d;
    animation: floatItem 4s ease-in-out infinite;
}

.outer-circle {
    position: absolute;
    width: 460px;
    height: 460px;
    background: linear-gradient(135deg, #d7e3fc, #fef9f8);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    border: 5px solid rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(33, 75, 151, 0.2), 0 0 40px rgba(13, 187, 152, 0.2);
    animation: pulseGlow 3s infinite ease-in-out;
}

.stationary-petals, .rotating-petals {
    position: absolute;
    width: 100%;
    height: 100%;
}

.petal {
    position: absolute;
    width: 200px;
    height: 300px;
    background: linear-gradient(to bottom, #2fbb6a, #4e73df);
    border-radius: 50%;
    clip-path: ellipse(50% 65% at 50% 100%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: white;
    flex-direction: column;
    transition: 0.4s ease;
    cursor: pointer;
    transform-origin: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    backdrop-filter: blur(2px);
}

.petal:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    background: linear-gradient(to bottom, #4e73df, #2fbb6a);
}

.petal img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 80%;
    background: linear-gradient(135deg, #00bcd4, #4caf50);
    padding: 7px;
    transition: 0.4s ease;
}

.petal img:hover {
    background: linear-gradient(135deg, #4caf50, #00bcd4);
    transform: rotate(10deg) scale(1.1);
}

.petal span {
    font-size: 12px;
    font-weight: 900;
    margin-top: 5px;
}

.rotating-petals {
    animation: spin 18s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.petal:nth-child(1) { transform: rotate(0deg) translateY(-180px); }
.petal:nth-child(2) { transform: rotate(51.4deg) translateY(-180px); }
.petal:nth-child(3) { transform: rotate(102.8deg) translateY(-180px); }
.petal:nth-child(4) { transform: rotate(154.2deg) translateY(-180px); }
.petal:nth-child(5) { transform: rotate(205.6deg) translateY(-180px); }
.petal:nth-child(6) { transform: rotate(257deg) translateY(-180px); }
.petal:nth-child(7) { transform: rotate(308.4deg) translateY(-180px); }

.inner-circle {
    position: absolute;
    width: 130px;
    height: 130px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 900;
    color: #333;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    animation: innerPop 2s infinite alternate;
}

.process-info {
    max-width: 420px;
    padding: 20px;
    animation: fadeUp 1.4s ease;
}

.process-info h2 {
    font-size: 30px;
    color: #222;
    letter-spacing: 1px;
    font-weight: 900;
}

.process-info p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 20px;
}

.process-info button {
    background: linear-gradient(135deg, #214b97, #0dbb98);
    color: white;
    font-size: 16px;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(33, 75, 151, 0.3);
}

.process-info button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(33, 75, 151, 0.4);
}

@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(25px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes floatItem {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes pulseGlow {
    0% { box-shadow: 0 0 20px rgba(33,75,151,0.3); }
    100% { box-shadow: 0 0 35px rgba(13,187,152,0.5); }
}

@keyframes glowText {
    0% { text-shadow: 0 0 10px rgba(13,187,152,0.5); }
    100% { text-shadow: 0 0 25px rgba(33,75,151,0.8); }
}

@keyframes innerPop {
    0% { transform: translate(-50%, -50%) scale(1); }
    100% { transform: translate(-50%, -50%) scale(1.05); }
}

@media (max-width: 768px) {
    .section-header h1 {
        font-size: 1.7rem;
    }
    .section-header p {
        font-size: 1.1rem;
    }
    .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .outer-circle {
        width: 330px;
        height: 330px;
    }
    .inner-circle {
        width: 110px;
        height: 110px;
    }
    .process-info {
        text-align: center;
    }
}



/* Contact Section */
.contact-section {
  background: linear-gradient(135deg, #d7e3fc, #fef9f8);
  padding: 20px 0;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header .main-h {
  font-size: 2.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}



.contact-header .sub-h {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #0de493;
  margin-bottom: 5px;
}

/* Contact Row */
.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info {
  flex: 1;
  background-image: url('assets/img/contact1.png');
  background-size: cover; /* Ensures the image covers the entire section */
  background-position: center; /* Centers the background image */
  padding: 50px; /* Adjust padding to your preference */
  color: white; /* Ensures the text is visible against the image */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact-info h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.contact-info p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 02px;
}

.contact-info .info-item .icon {
  font-size: 20px;
  color: #007bff;
  margin-right: 10px;
}

.contact-info .follow-area {
  margin-top: 0px;
}

.contact-info .follow-area h5 {
  font-size: 18px;
  font-weight: 600;
}

.contact-info .follow-area p {
  font-size: 14px;
  color: #555;
}

.contact-info .social-links {
  margin-top: 0px;
}

.contact-info .social-links ul {
  display: flex;
  gap: 40px;
}

.contact-info .social-links ul li a {
  font-size: 30px;
  color: #007bff;
  transition: all 0.3s ease;
}

.contact-info .social-links ul li a:hover {
  color: #0056b3;
}

/* Contact Form */
.contact-form-wrapper {
      flex: 2;
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 30px;
      position: relative;
    }

    .contact-form-wrapper .form-title h5 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #333;
    }

    .contact-form-wrapper form {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .contact-form-wrapper .row {
      width: 100%;
    }

    .contact-form-wrapper .col-md-6,
    .contact-form-wrapper .col-lg-12 {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .contact-form-wrapper label {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      margin-bottom: 8px;
    }

    .contact-form-wrapper input,
    .contact-form-wrapper textarea {
      padding: 12px;
      font-size: 16px;
      border: 1px solid #ddd;
      border-radius: 8px;
      outline: none;
      transition: all 0.3s ease;
    }

    .contact-form-wrapper input:focus,
    .contact-form-wrapper textarea:focus {
      border-color: #007bff;
    }

    .contact-form-wrapper textarea {
      min-height: 150px;
      resize: vertical;
    }

    .contact-form-wrapper .input_field {
      margin-bottom: 20px;
    }

    .contact-form-wrapper .input_field input {
      width: 100%;
    }

    .contact-form-wrapper .primary-btn {
      background-color: #007bff;
      color: #fff;
      padding: 12px 25px;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .contact-form-wrapper .primary-btn:hover {
      background-color: #0056b3;
    }

    .contact-form-wrapper .message {
      font-size: 14px;
      color: #28a745;
      margin-top: 10px;
    }

    /* Captcha Box */
    .captch_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }

    .captch_box input {
      width: 80%;
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 8px;
    }

    .refresh_button {
      background-color: transparent;
      border: none;
      cursor: pointer;
      font-size: 20px;
      color: #007bff;
    }

    .captch_input input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border-radius: 8px;
      border: 1px solid #ddd;
      outline: none;
    }

    /* Animated Balls */
    .contact-form-wrapper .animated-balls {
      position: absolute;
      top: 15px;
      right: 15px;
      display: flex;
      gap: 10px;
    }

    .contact-form-wrapper .animated-balls .ball {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #007bff;
      animation: bounce 1.2s infinite ease-in-out;
    }

    .contact-form-wrapper .animated-balls .ball:nth-child(1) {
      animation-delay: 0s;
    }

    .contact-form-wrapper .animated-balls .ball:nth-child(2) {
      animation-delay: 0.2s;
    }

    .contact-form-wrapper .animated-balls .ball:nth-child(3) {
      animation-delay: 0.4s;
    }

    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

/* Animation for Contact Info */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-info {
  animation: fadeInLeft 1.2s ease-out forwards;
}

/* Animation for Contact Form */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-form-wrapper {
  animation: fadeInRight 1.2s ease-out forwards;
}

/* Adding a subtle bounce effect to the buttons */
@keyframes bounceButton {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.contact-form-wrapper .primary-btn {
  animation: bounceButton 1s ease infinite;
}

/* Fade in effect for individual contact info items */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-info .info-item {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  animation-delay: 0.5s;
}

.contact-info .info-item:nth-child(2) {
  animation-delay: 0.7s;
}

.contact-info .info-item:nth-child(3) {
  animation-delay: 0.9s;
}

.contact-info .info-item:nth-child(4) {
  animation-delay: 1.1s;
}

/* Animation for Follow Us Section */
.contact-info .follow-area {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  animation-delay: 1.3s;
}

/* Social Links Animation */
.contact-info .social-links ul li a {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
  animation-delay: 1.5s;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
  }

  .contact-info,
  .contact-form-wrapper {
    flex: none;
    width: 100%;
  }

  .contact-header .main-h {
    font-size: 1.5rem;
  }

  .contact-header .sub-h {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    color: #0de493;
    margin-bottom: 0px;
  }
}

.icon-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-bullet-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
}

.icon-bullet-list li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.2rem;
}

.process-list {
  margin-top: 15px;
  padding-left: 20px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

.process-list li {
  margin-bottom: 8px;
  position: relative;
}


     #process {
    position: relative;
    background: white;
    padding: 20px 0;
    color: white; /* Ensures text is readable */
}

#process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 1;
}

.our-process-container {
    position: relative;
    z-index: 2; /* Ensures content appears above the overlay */
}


        .our-process-container {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: auto;
            padding: 20px;
        }

     
        .section-header h1 {
            font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    position: relative;
        }

        .section-header p {
            font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    color: #0de493;
    margin-bottom: 05px;
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            gap: 40px;
            position: relative;
        }

        .our-process {
            position: relative;
            width: 500px;
            height: 470px;
            display: flex;
            justify-content: flex-start;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }

        .outer-circle {
            position: absolute;
            width: 460px;
            height: 460px;
            background: linear-gradient(135deg, #d7e3fc, #fef9f8);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            border: 05px solid #000000;
        }

        .stationary-petals, .rotating-petals {
            position: absolute;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .petal {
            position: absolute;
            width: 200px;
            height: 300px;
            background: linear-gradient(to bottom, #3abf7a, #4e73df);
            border-radius: 50%;
            clip-path: ellipse(50% 65% at 50% 100%);
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            color: white;
            flex-direction: column;
            transition: transform 0.3s ease;
            cursor: pointer;
        }

        .petal img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 80%;
    background: linear-gradient(135deg, #00bcd4, #4caf50);
    padding: 5px;
    margin-bottom: 8px;
    transition: background 0.3s ease; /* Smooth transition effect */
}

.petal img:hover {
    background: linear-gradient(135deg, #4caf50, #00bcd4); /* New gradient on hover */
}


        .petal span {
            font-size: 10px;
            color: white;
            font-weight: 1000px;
        }

        .petal:hover {
            transform: scale(1.1);
        }

        .rotating-petals {
            animation: rotateFlower 15s infinite linear;
        }

        @keyframes rotateFlower {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .petal:nth-child(1) { transform: rotate(0deg) translateY(-180px); }
        .petal:nth-child(2) { transform: rotate(51.4deg) translateY(-180px); }
        .petal:nth-child(3) { transform: rotate(102.8deg) translateY(-180px); }
        .petal:nth-child(4) { transform: rotate(154.2deg) translateY(-180px); }
        .petal:nth-child(5) { transform: rotate(205.6deg) translateY(-180px); }
        .petal:nth-child(6) { transform: rotate(257deg) translateY(-180px); }
        .petal:nth-child(7) { transform: rotate(308.4deg) translateY(-180px); }

        .inner-circle {
            position: absolute;
            width: 120px;
            height: 120px;
            background-color: #fff;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            color: #333;
            transform: translate(-50%, -50%);
        }

        /* Right-side text section */
        .process-info {
            max-width: 400px;
            transition: opacity 0.5s ease;
            margin-top: -50px;
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            gap: 40px;
            position: relative;
        }

        .process-info h2 {
            font-size: 28px;
            color: #333;
            margin-bottom: 10px;
        }

        .process-info p {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .process-info button {
            background-color: #4e73df;
            color: white;
            font-size: 16px;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .process-info button:hover {
            background-color: #3751b6;
        }

        /* Left side information box */
        .info-box {
            position: fixed;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            background-color:  #0088aa;
            padding: 15px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            width: 250px;
            display: none;
            z-index: 10;
        }

        .info-box p {
            font-size: 14px;
            color: white;
            margin: 0;
        }

        /* Image Slider */
        .image-slider {
            display: none;
            width: 400px;
            height: 300px;
            overflow: hidden;
            position: relative;
            margin-top: -45px;
        }

        .image-slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            opacity: 0;
            transition: opacity 1s ease;
        }

        .image-slider img.active {
            opacity: 1;
        }

/* Responsive Design */
@media (max-width: 768px) {
       .section-header h1 {
            font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    position: relative;
        }

        .section-header p {
            font-size: 1.0rem;
    font-weight: 400;
    text-align: center;
    color: #0de493;
    margin-bottom: 05px;
        }

    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .our-process {
        flex-direction: column;
        align-items: center;
    }
.outer-circle {
            position: absolute;
            width: 350px;
            height: 350px;
            background: linear-gradient(135deg, #d7e3fc, #fef9f8);
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            border: 05px solid #000000;
        }
        .inner-circle {
            position: absolute;
            width: 120px;
            height: 120px;
            background-color: #fff;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            font-weight: bold;
            color: #333;
            transform: translate(-50%, -50%);
        }
    .petal {
         position: absolute;
            width: 200px;
            height: 300px;
            background: linear-gradient(to bottom, #3abf7a, #4e73df);
            border-radius: 50%;
            clip-path: ellipse(50% 50% at 50% 90%);
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            color: white;
            flex-direction: column;
            transition: transform 0.3s ease;
            cursor: pointer;
    }

    .image-slider {
        width: 90%;
        max-width: 350px;
    }
}


.clients {
    text-align: center;
    background: #FAFAFA;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    animation: fadeIn 1.2s ease-out forwards;
}

.clients .main-h {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 12px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.25);
    opacity: 0;
    animation: slideDown 1s ease forwards .2s;
}

.clients .sub-h {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0de493;
    margin-bottom: 35px;
    opacity: 0;
    animation: slideUp 1s ease forwards .3s;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    grid-template-rows: repeat(3, auto);
    gap: 18px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    max-width: 1250px;
    margin: 0 auto;
    animation: fadeUp 1.2s ease-out forwards .4s;
}

.client-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.client-item {
    width: 120px;
    height: 120px;
    background: rgba(255,255,255,0.8);
    clip-path: polygon(50% 0%, 95% 20%, 100% 50%, 95% 80%, 50% 100%, 5% 80%, 0% 50%, 5% 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .45s ease, box-shadow .45s ease, filter .45s ease;
    box-shadow: 0 8px 22px rgba(0,0,0,0.18);
    border: 2px solid rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    animation: floatPulse 3s ease-in-out infinite;
    backdrop-filter: blur(4px);
}

.client-item::before {
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle, rgba(255,255,255,0.25), rgba(0,150,255,0.15));
    opacity: 0;
    transition: opacity .45s ease;
}

.client-item:hover {
    transform: scale(1.14) rotate(2deg);
    box-shadow: 0 15px 28px rgba(0,0,0,0.25);
    filter: brightness(1.1);
}

.client-item:hover::before {
    opacity: 1;
}

.client-logo {
    width: 78%;
    object-fit: contain;
    transition: transform .45s ease, opacity .45s ease;
}

.client-item:hover .client-logo {
    transform: scale(1.15);
    opacity: .95;
}

@keyframes floatPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.055); }
    100% { transform: scale(1); }
}

@keyframes fadeIn {
    0% { opacity: 0; transform: scale(.95); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes slideDown {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .clients .main-h { font-size: 1.8rem; }
    .clients .sub-h { font-size: 1.1rem; }
    .client-item { width: 85px; height: 95px; }
    .client-logo { width: 62%; }
}

/* CLIENT MAP SECTION */
.client-map-section {
    background: white;
    padding: 50px 20px;
    text-align: center;
    animation: fadeIn 1.3s ease-out forwards;
}

.client-map-section .main-h {
    font-size: 3rem;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 18px;
    opacity: 0;
    animation: slideDown 1s ease forwards .2s;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}

.client-map-section .sub-h {
    font-size: 1.6rem;
    font-weight: 500;
    color: #0de493;
    margin-bottom: 40px;
    opacity: 0;
    animation: slideUp 1s ease forwards .3s;
}

.map-container {
    width: 100vw;
    max-width: 1290px;
    height: 60vh;
    overflow: hidden;
    position: relative;
    border: 5px solid rgba(0, 255, 255, 0.5);
    border-radius: 55px;
    background: white;
    backdrop-filter: blur(10px);
    cursor: grab;

    /* Centering */
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 20px auto;  /* Centers it horizontally */
}


        .map-container:active {
            cursor: grabbing;
        }

        .map-wrapper {
            position: absolute;
            transform-origin: center center;
            transition: transform 0.2s ease-in-out;
            cursor: grab;
        }

        .map-wrapper img {
            width: 100%;
            height: auto;
            filter: drop-shadow(0px 0px 10px rgba(0, 255, 255, 0.7));
            user-drag: none;
            user-select: none;
            pointer-events: none;
        }

        .button-mapcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Adds spacing between buttons */
    margin: 30px auto;
    text-align: center;
    flex-wrap: wrap; /* Ensures responsiveness */
}

.mapbtn {
    padding: 12px 20px;
    margin: 5px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    outline: none;
    position: relative;
    overflow: hidden;
}

.mapbtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease-in-out;
}

.mapbtn:hover::before {
    left: 100%;
}

/* Button colors */
.btn-domestic {
    background: #0D98BA;
    color: white;
}

.btn-international {
    background: linear-gradient(135deg, #214b97, #0dbb98);
    color: white;
}

/* Hover effects - color change */
.btn-domestic:hover {
    background: linear-gradient(45deg, #5dade2, #2e86c1);
    color: black;
}

.btn-international:hover {
    background: lightgreen;
    color:black;
}

/* Optional: Adding a smooth scaling effect */
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}


        .zoom-controls {
            position: absolute;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
        }

        .zoom-btn {
            padding: 10px;
            font-size: 18px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            border: none;
            border-radius: 50%;
            margin: 5px;
            cursor: pointer;
        }

        .zoom-btn:hover {
            background: rgba(0, 0, 0, 0.9);
        }

        .pin {
            position: absolute;
            width: 15px;
            height: 15px;
            background: red;
            border-radius: 50%;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .pin:hover {
            transform: scale(1.3);
        }

        .pin[data-type='Domestic'] { background: blue; }
        .pin[data-type='International'] { background: red; }
        .hidden { display: none; }

        /* Tooltip Styles */
        .tooltip {
            position: absolute;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 5px;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.2s ease-in-out;
        }
        @media (max-width: 780px) {
    /* Center and adjust title text sizes */
    .client-map-section .main-h {
        font-size: 1.0rem;
        letter-spacing: 0.5px;
        margin-bottom: 15px;
    }
.mapbtn {
    padding: 12px 20px;
    margin: 5px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    text-transform: lowercase;
    outline: none;
    position: relative;
    overflow: hidden;
}
    .client-map-section .sub-h {
        font-size: 0.8rem;
        margin-bottom: 30px;
    }

    /* Ensure the map container fits well */
    .map-container {
        width: 90%;
        max-width: 550px;
        height: 50vh;
        border-radius: 30px;
        margin: 15px auto;
    }

    /* Ensure buttons align in a structured manner */
    .button-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .btn {
        font-size: 16px;
        padding: 10px 18px;
        margin: 5px;
    }

    /* Ensure zoom controls do not overlap */
    .zoom-controls {
        bottom: 10px;
        right: 10px;
    }

    .zoom-btn {
        font-size: 16px;
        padding: 8px;
    }

    /* Pins remain visible and structured */
    .pin {
        width: 12px;
        height: 12px;
    }

    /* Tooltip styling for readability */
    .tooltip {
        font-size: 12px;
        padding: 4px 8px;
    }
}
.ai-recommend {
    padding: 80px 0;
    background: white;
}

.ai-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.ai-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ai-subtitle {
    font-size: 1.6rem;
     font-weight: 500;
    color: #0de493;
    margin-bottom: 40px;
}

/* Option Cards */
.ai-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.ai-card {
    width: 180px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(13, 187, 152, 0.2);
    transition: 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
}

.ai-card img {
    width: 55px;
    margin-bottom: 12px;
}

.ai-card h4 {
    font-size: 1.1rem;
    color: #214b97;
    font-weight: 600;
}

/* Hover effects */
.ai-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 0 25px rgba(13, 187, 152, 0.45),
                0 0 40px rgba(33, 75, 151, 0.35);
    border-color: #0dbb98;
}

/* Selected Result Box */
.ai-result {
    margin-top: 50px;
    padding: 30px;
    background: rgba(13, 187, 152, 0.12);
    border-left: 5px solid #0dbb98;
    border-radius: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.ai-result.show {
    opacity: 1;
    transform: translateY(0);
}

.ai-result h3 {
    font-size: 1.8rem;
    color: #214b97;
    margin-bottom: 10px;
}
