* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Outfit', sans-serif ;
    /* border: 2px solid red; */
}



@media (max-width: 767px) {
  .home {
    width: 100%;
    min-height: 100vh; 
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;    
    background-size: cover;
    background-position: center;
  }

  html, body {
    margin: 0;
    padding: 0;
    height: 100%;   
    overflow-x: hidden;
  }
} 



body {

  background: black;

}


/* here section start */
.hero-section {
  margin-top: 97px;
  padding-top: 0px; 
  padding-bottom: 52px;
  color: white;
  position: relative; /* needed for absolute navbar */

  /* Background image */
 background-image: url('../images/herobackground.png') !important; 
 background-size: cover;       
 background-position:top;
 background-repeat: no-repeat; 
}

.hero-content {
  padding: 0px 0px 0px 90px;
}

.Free-Consul {
  margin-top: 20px !important;
  background-color: #195BE9;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 500;
  text-decoration: none;
   transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}


.hero-content h1 {
  font-size: 67px;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-bottom: 25px;
}

.blue-text {
  color: #1e90ff;
   font-weight: 600;
}

.hero-content p {
  color: #ccc;
  font-size: 21px;
  margin-bottom: 0px;
}



.cta-btn:hover {
  background: #0077cc;
  transform: scale(1.08);    /* zoom effect */
  box-shadow: 0 8px 20px rgba(0, 59, 181, 0.4); /* glowing shadow */
  color: #fff;
}


.hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.golden-eight {
  max-width: 80%;
  margin-left: -230px;
  margin-top: -80px;
  transform: rotate(30deg) translate(40px, 50px); 
 filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  transition: transform 0.6s ease, filter 0.6s ease;
}

.golden-eight:hover {
  transform: rotate(12deg) translate(30px, 40px) scale(1.05);
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.4));
}

.explore-more {
  position: absolute;
  bottom: 40px;
  right: 0px;
  text-align: center;
  width: 180px;
  height: 180px;


}

.explore-more svg {
  width: 120px;
  height: 120px;
}
text {
  letter-spacing: 5px !important; /* try 0 or 1 instead of 2 */
}


.circle-text {
  animation: rotateCircle 17s linear infinite;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-border {
  position: absolute;
  top: 33%;
  left: 33.55%;
  width: 60px;   
  height: 60px;
  border: 8px solid #195BE9; 
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow {
  color: #ffffff;
  font-family: Arial, sans-serif !important;
  font-size: 25px;
  font-weight: bolder !important;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@media (max-width: 990px) {
  .hero-content {
    padding: 10px 10px; /* reduce left padding */
    text-align: center; /* center align content */
  }

  .hero-content h1 {
    margin-top: -60px;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 10px;
    
  }

  .hero-content p {
    font-size: 16px;
    margin-bottom: 20px;
   
  }

  .hero-image {
    margin-top: -120px;
  }
.golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: 18%;
  top: 10%;
  max-width: 70%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

  .explore-more {
    bottom: 322px;
    right: 10px;
    width: 140px;
    height: 140px;
  }

  .explore-more svg {
    width: 100px;
    height: 100px;
  }

  .arrow-border {
     top: 35%;
     left: 36.55%;
    width: 50px;
    height: 50px;
    border: 6px solid #195BE9;
  }

  .arrow img {
    width: 8px;
    height: 12px;
  }


  .golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

/* Mobile tap */
.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}



@media (max-width: 820px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}
  
}
}


/* Mobile screens */
@media (max-width: 767px) {
  .hero-section {

      margin-top: 0 !important;
     padding-top: 0 !important;
    background-size: auto 105% !important; 
    background-position: bottom center !important;
    background-repeat: no-repeat;
     
  }

  .hero-content {
    padding: 10px;
   
  }

  .hero-content h1 {
  font-size: 32px;
   line-height: 1.5;
   margin-top: 0;  
   position: relative;
   left: 0%;           
   max-width: 80%;
   margin: 0 auto;    
   text-align: justify;
}

  
  .blue-text{
    margin-right: 16%;
     
  }

  .hero-content p {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  left: 0%;            
  max-width: 80%;
  margin: 0 auto;    
  text-align: left;
 
  line-height: 1.5;

  }

  .hero-image {
    margin-bottom: -10%;
    margin-top: -40px;
  }

  .golden-eight {
     max-width: 40%;
    height: auto;
    margin: 0;
    transform: rotate(0deg) translate(0, 0);
     order: 61;
 
  }

  .explore-more {
    position: relative;
    margin: 20px auto 0;
    bottom: -200px;
    right: 60%;
  
    width: 120px;
    height: 120px;
  }

  .explore-more svg {
    width: 80px;
    height: 80px;
  }

.Free-Consul {
  position: absolute;
    width: auto ;
    font-size:16px;
    padding: 9px 7px;
    margin-top: 0;  
   left: 45px;    
   max-width: 80%;
   margin: 0 auto;    
   text-align: justify;
    z-index: 10;
    
  }

  
   .cta-btn{
     width: auto;
     margin: 0;
     height:auto;
     
   }

  .hero-image {
    order: 2; /* stay on right */
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

.golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: -6%;
  top: 1%;
  max-width: 45%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

/* Desktop hover */
.golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

/* Mobile tap */
.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

}

@media (max-width: 768px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}

.explore-more {
  position: absolute;   
   bottom: 54%;
   right: -7.6%;        /* adjust distance from right */
  width: 100px;
  height: 100px;
  z-index: 2;
  pointer-events: none;     /* stay above other elements */
}
  .explore-more svg {
    width: 70px;
    height: 70px;
  }

  .arrow-border {
    width: 40px;
    height: 40px;
    border: 4px solid #195BE9;
  }

}




@media (max-width: 390px) {

   .hero-section {

      margin-top: 0 !important;
     padding-top: 0 !important;

       background-size: auto 105% !important; 
    background-position: bottom center !important;
    background-repeat: no-repeat;
     
  }

  .hero-content {
    padding: 10px;
   
  }

  .hero-content h1 {

   font-size: 32px;
   line-height: 1.5;
   margin-top: 0;  
   position: relative;
   left: 0%;           
   max-width: 80%;
   margin: 0 auto;    
   text-align: justify;

}

  
  .blue-text{
    margin-right: 16%;
     
  }

  .hero-content p {

  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  left: 0%;            
  max-width: 80%;
  margin: 0 auto;    
  text-align: left;
 
  line-height: 1.5;

  }


  .hero-image {
    margin-bottom: -10%;
    margin-top: -40px;
  }

  .golden-eight {
     max-width: 40%;
    height: auto;
    margin: 0;
    transform: rotate(0deg) translate(0, 0);
     order: 61;
 
  }

  .explore-more {
    position: relative;
    margin: 20px auto 0;
    bottom: -200px;
    right: 60%;
  
    width: 120px;
    height: 120px;
  }

  .explore-more svg {
    width: 80px;
    height: 80px;
  }

.Free-Consul {
  position: absolute;
    width: auto ;
    font-size:14.5px;
    padding: 9px 7px;
    margin-top: 0;  

   left: 45px;   
         
   max-width: 80%;
   margin: 0 auto;    
   text-align: justify;
   
  }

   .cta-btn{
     width: auto;
     margin: 0;
     height:auto;

   }

  .hero-image {
    order: 2; /* stay on right */
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

.golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: -8%;
  top: 4%;
  max-width: 40%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

/* Desktop hover */
.golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

/* Mobile tap */
.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

}

@media (max-width: 768px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}

.explore-more {
  position: absolute;   
   bottom: 54%;
   right: -7.6%;        /* adjust distance from right */
  width: 100px;
  height: 100px;
  z-index: 2;
  pointer-events: none;     /* stay above other elements */
}
  .explore-more svg {
    width: 70px;
    height: 70px;
  }

  .arrow-border {
    width: 40px;
    height: 40px;
    border: 4px solid #195BE9;
  }

}


@media (max-width: 412px){

    .golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: -6%;
  top: 1%;
  max-width: 43%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

/* Desktop hover */
.golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

/* Mobile tap */
.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

}

@media (max-width: 768px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}

}



@media (max-width: 390px) {

  .golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: -9%;
  top: 4%;
  max-width: 40%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

/* Desktop hover */
.golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

/* Mobile tap */
.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

}

@media (max-width: 768px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}

}


@media (max-width: 375px) {

   .hero-section {
      margin-top: 0 !important;
     padding-top: 0 !important;

       background-size: auto 105% !important; 
    background-position: bottom center !important;
    background-repeat: no-repeat;
     
  }

  .hero-content {
    padding: 10px;
   
  }

  .hero-content h1 {
   font-size: 32px;
   line-height: 1.5;
   margin-top: 0;  
   position: relative;
   left: 0%;           
   max-width: 80%;
   margin: 0 auto;    
   text-align: justify;

}

  
  .blue-text{
    margin-right: 16%;
     
  }

  .hero-content p {

  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  left: 0%;            
  max-width: 80%;
  margin: 0 auto;    
  text-align: left;
 
  line-height: 1.5;

  }

  

  .hero-image {
    margin-bottom: -10%;
    margin-top: -40px;
  }

  .golden-eight {
     max-width: 40%;
    height: auto;
    margin: 0;
    transform: rotate(0deg) translate(0, 0);
     order: 61;
 
  }

  .explore-more {
    position: relative;
    margin: 20px auto 0;
    bottom: -200px;
    right: 90%;
  
    width: 120px;
    height: 120px;
  }

  .explore-more svg {
    width: 80px;
    height: 80px;
  }

.Free-Consul {
  position: absolute;
    width: auto ;
    font-size:14px;
    padding: 9px 7px;
    margin-top: 0;  

   left: 45px;   
         
   max-width: 70%;
   margin: 0 auto;    
   text-align: justify;
  }

   .cta-btn{
     width: auto;
     margin: 0;
     height:auto;
   }

  .hero-image {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

.golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: -8%;
  top: 1%;
  max-width: 40%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

.golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}


.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

}

@media (max-width: 768px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}

.explore-more {
  position: absolute;   
   bottom: 54%;
   right: -7.5%;        /* adjust distance from right */
  width: 100px;
  height: 100px;
  z-index: 2;
  pointer-events: none;     /* stay above other elements */
}
  .explore-more svg {
    width: 70px;
    height: 70px;
  }

  .arrow-border {
    width: 40px;
    height: 40px;
    border: 4px solid #195BE9;
  }

}

@media (max-width: 360px) {

   .hero-section {
      margin-top: 0 !important;
     padding-top: 0 !important;

       background-size: auto 105% !important; 
    background-position: bottom center !important;
    background-repeat: no-repeat;
     
  }

  .hero-content {
    padding: 10px;
   
  }

  .hero-content h1 {

   font-size: 32px;
   line-height: 1.5;
   margin-top: 0;  
   position: relative;
   left: 0%;           
   max-width: 80%;
   margin: 0 auto;    
   text-align: justify;
  }

  
  .blue-text{
    margin-right: 16%;
     
  }

  .hero-content p {
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  left: 0%;            
  max-width: 80%;
  margin: 0 auto;    
  text-align: left;
 
  line-height: 1.5;

  }

  .hero-image {
    margin-bottom: -10%;
    margin-top: -40px;
  }

  .golden-eight {
     max-width: 40%;
    height: auto;
    margin: 0;
    transform: rotate(0deg) translate(0, 0);
     order: 61;
 
  }

  .explore-more {
    position: relative;
    margin: 20px auto 0;
    bottom: -200px;
    right: 90%;
  
    width: 100px;
    height: 100px;
  }

  .explore-more svg {
    width: 80px;
    height: 80px;
  }

.Free-Consul {
  position: absolute;
    width: auto ;
    font-size:13.5px;
    padding: 9px 7px;
    margin-top: 0;  

   left: 42px;   
         
   max-width: 70%;
   margin: 0 auto;    
   text-align: justify;

  
  }

   .cta-btn{
     width: auto;
     margin: 0;
     height:auto;
   }

  .hero-image {
    order: 2; /* stay on right */
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

.golden-eight {
  display: flex;
  position: relative;
  margin-bottom: 100%;
  left: -8%;
  top: 1%;
  max-width: 40%;
  height: auto !important;
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
}

/* Desktop hover */
.golden-eight:hover {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

/* Mobile tap */
.golden-eight:active {
  transform: rotate(12deg) translateY(-10px) scale(1.03);
}

}

@media (max-width: 768px) {
  .golden-eight {
    animation: float 3s infinite ease-in-out;
  }


@keyframes float {
  0%   { transform: rotate(0deg) translateY(0); }
  50%  { transform: rotate(8deg) translateY(-10px) scale(1.02); }
  100% { transform: rotate(0deg) translateY(0); }
}

.explore-more {
  position: absolute;   
   bottom: 54%;
   right: -7.5%;        /* adjust distance from right */
  width: 100px;
  height: 100px;
  z-index: 2;
  pointer-events: none;     /* stay above other elements */
}
  .explore-more svg {
    width: 70px;
    height: 70px;
  }

  .arrow-border {
    width: 40px;
    height: 40px;
    border: 4px solid #195BE9;
  }

}




/* === Fade from Left and Right Animations === */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Base hidden state */
.hero-content,
.hero-image {
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Active animation triggers */
.hero-content.animate-left {
  animation: fadeInLeft 1.2s ease forwards;
}

.hero-image.animate-right {
  animation: fadeInRight 1.2s ease forwards;
}



@media (max-width: 767px) {
  /* Keep button same position but make it clickable */
  .Free-Consul {
    position: absolute !important; /* keep your existing layout positioning */
    z-index: 9999 !important;      /* bring above overlapping elements */
    pointer-events: auto !important; /* make button clickable */
  }

  /* Disable click blocking from visuals */
  .hero-image,
  .golden-eight,
  .explore-more {
    pointer-events: none !important;
  }
}



/* serives section start */

.services-title {
  font-size: 3.5rem;
  color: white;
  padding-top: 20px;
  padding-bottom: 30px !important;
  margin-bottom: 10px;
}

.learn-btn{
 
  background-color: #195BE9;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 300;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}


.learn-btn:hover  {
  background-color: #0077cc; /* same as get-in-touch-btn hover */
  transform: scale(1.08);    /* zoom effect */
  box-shadow: 0 8px 20px rgba(0, 59, 181, 0.4); /* glowing shadow */
  color: #fff;
}



.services-section{
  padding: 0px 30px;
}

.service-container{
  padding: 70px 0px 160px 0px  !important;
}

 .service-card {
  text-align: left;
  padding: 0 20px; /* spacing inside each card */
  position: relative;
}

/* Add vertical line to the right of 1st, 2nd, 3rd cards */
.services-row .col-xl-3:nth-child(1) .service-card::after,
.services-row .col-xl-3:nth-child(2) .service-card::after,
.services-row .col-xl-3:nth-child(3) .service-card::after {
  content: "";
  position: absolute;
  top: -15%;
  right: 0;
  width: 1px;              /* thin line */
  height: 130%;
  background-color: white; /* white divider */
  transform: translateX(50%); /* centers line between cards */
}


.service-card img {
  width: 250px;
  height: 270px;
  object-fit: cover;
  display: block;
  border-radius: 8px; 
  border-right:5px solid white ;
  border-bottom:5px solid white ;
}

.service-card h5 {
  font-size: 26px;
  font-weight: 400;
}

.service-card p {
  margin-top: 16px !important;
  font-size: 15px;
  color: #ddd; /* lighter text */
  margin-top: 8px;
  font-weight: 300;
}

/* Hide divider lines on tablet & mobile */
@media (max-width: 1199px) {
  .services-row .col-xl-3 .service-card::after {
    display: none !important;
  }

  /* Adjust card spacing for smaller screens */
  .service-card {
    padding: 0 10px;
    margin-right: 0;
  }

  .service-card img {
    width: 220px;   /* full responsive image */
    height: 270;  /* maintain aspect ratio */
  
    margin: 0 auto; /* center the image */
    display: block;
  }

  .service-card h5,
  .service-card p {
    text-align: center; /* center text under image */
  }
}

/* Optional: fine-tune for mobile only */
@media (max-width: 767px) {
  .services-title {
    font-size: 2rem;
    text-align: center;
  }

  .learn-btn {
    font-size: 18px;
    padding: 6px 16px;
     transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }
  .learn-btn:hover{
     background-color: #0077cc; /* same as get-in-touch-btn hover */
  transform: scale(1.08);    /* zoom effect */
  box-shadow: 0 8px 20px rgba(0, 59, 181, 0.4); /* glowing shadow */
  color: #fff;
  }

  .service-container {
    padding: 40px 0 80px !important;
  }
  .services-section{
    position: relative;
    margin-top: -63.5%;
  }
}




/* ==== Elegant Interactive Hover Animation (No Background Color) ==== */

.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

/* 🪄 Smooth lift and shadow glow */
.service-card:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow: 0 20px 35px rgba(255, 255, 255, 0.1);
}

/* ✨ Image zoom + light reflection shine */
.service-card img {
  transition: transform 0.8s ease, filter 0.6s ease;
  transform-origin: center;
}

/* Image zooms in and brightens on hover */
.service-card:hover img {
  transform: scale(1.12);
  filter: brightness(1.25) contrast(1.1);
}

/* ✨ Add a light reflection swipe across the image */
.service-card img::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.4) 0%, transparent 100%);
  transform: skewX(-25deg);
}

/* Animate reflection movement */
.service-card:hover img::after {
  animation: shineEffect 1s ease forwards;
}

@keyframes shineEffect {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* 🩵 Text animation (clean fade + lift) */
.service-card h5,
.service-card p {
  transition: transform 0.6s ease, color 0.6s ease;
}

.service-card:hover h5 {
  transform: translateY(-5px);
  color: #6bbcff;
}

.service-card:hover p {
  transform: translateY(4px);
  color: #ffffff;
}

/* 🕊 Gentle floating animation on idle state (optional, subtle) */
@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.service-card img {
  animation: floatSoft 6s ease-in-out infinite;
}  







/* end serives section start */

.whyus{
  background-color: #ffffff !important;
}

.whyus img{
   width: 92%;
    max-height: 644px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: -18px auto;
}

.whyus h2{
  font-size: 50px;
  padding-left: 30px;
  font-weight: 600;
}

.whyus p{
  padding: 7px 150px 7px 150px;
  font-size: 19px;
  font-weight: 300;
}

  .lead {
    font-size: 25px;
    font-weight: 400 !important;
  }



/* Tablet screens */
@media (max-width: 991px) {
  .whyus {
    padding: 40px 20px;
  }

  .whyus h2 {
    font-size: 40px;
    text-align: center;
  }

  .whyus p {
    padding: 7px 15px;
    font-size: 17px;
    text-align: center;
  }

  .lead {
    font-size: 20px;
  }

  .whyus img {
    max-height: 350px;
    border-radius: 30px !important;
  }
}

/* Mobile screens */
@media (max-width: 767px) {
  .whyus {
    padding: 30px 15px;
    text-align: center;
  }

  .whyus img {
       max-height: fit-content;
        height: auto;
        width: 100%;
        padding: initial;
        border-radius: 40px !important;
        object-fit: contain;
  }

  .whyus h2 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-right: 13%;
    /* text-align: center; */
     

  }

  .whyus p {
    padding: 7px 12px 7px 12px;;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }

  .lead {
    font-size: 18px;
     padding-right: 12px !important; 
  }
}


.whyus img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}


:root {
  --whyus-speed: 1.2s;
}

/* Base state */
.whyus img,
.whyus .content-wrapper {
  opacity: 0;
  transform: translateY(40px);
}

/* Keyframes */
@keyframes slideFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Image Animation */
.whyus img.in-view {
  animation: slideFadeUp var(--whyus-speed) ease-out forwards;
}

/* Content Animation (after image) */
.whyus .content-wrapper.in-view {
  animation: slideFadeUp var(--whyus-speed) ease-out forwards;
  animation-delay: 0.5s;
}







.special-title{
  font-weight: 500;
  font-size: 55px !important;
}

  /* Shared Box */
.box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6%;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Chatbot */
.chatbot-box {
  overflow: visible;   /* allow image to overflow */
  position: relative;
  z-index: 1;
  height: 445px ;
}

.chatbot-box img {
  width: 100%;
  height: auto;
  margin-top: -200px;  /* pull upward */
  position: relative;
  z-index: 2;
}

.chatbot-box .overlay-text {
  position: absolute;
  bottom: 0px;
  left: 145px;
  background: #195BE9;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 30px;
}

/* Team Work */
.overlay-text {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #195BE9;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
}

/* Data Driven Decisions */
.box h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0 15px;
  color: #80a8bf;
  
}

/* Innovation */
.whatspecial4 h5 {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0 15px;
  color: #fff;
  background-color: #195BE9;
}

/* Ring */
.ring-box {
  background: rgb(0, 0, 0);
  backdrop-filter: blur(6px);
}
.ring-box .text-top {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 37px;
}

/* Brain */
.brain-box .text-bottom-left {
  position: absolute;
  bottom: 15px;
  left: 10px;

  color: #000000;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
}

/* Black Box */
.black-box {
  background: #000;
  position: relative;   /* important for overlay */
  overflow: hidden;
}

.black-box img {
  width: 100%;
  display: block;
}

.black-box .text-overlay {
  position: absolute;
  bottom: 50px;          /* move text near bottom */
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 12px;
  font-size: 60px;
  font-weight: 300;
  border-radius: 5px;
  text-align: center;
}


/* Dark Blue Box Below Chatbot */
.dark-blue-box {
  background: #03182e;   /* Dark Blue */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}

.dark-blue-box .img-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.dark-blue-box .img-left img {
  width: 100%;
  border-radius: 6px;
}

.dark-blue-box .text-right {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;                 /* make it flex */
  flex-direction: column;        /* stack title + desc */
  justify-content: center;       /* vertical center */
  align-items: center;           /* horizontal center */
  text-align: center;
  padding-left: 15px;
}

.dark-blue-box .dark-blue-title {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1.2;
}



.whatspecial{
  padding: 90px 100px !important;
}


 @media (max-width: 767px) {
  
  .whatspecial * {
    display: none !important;
    
  }

  
 .whatspecial {
  background-image: url("../images/Website-UIUX-11.png");
 background-size: 102% 46%; 
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 102%;
   margin-top: -10%; 
  position: relative;
    
  

}
 .whatspecial h2,
  .whatspecial::before {
    content: "What Makes Us\ASpecial?";
    white-space: pre;
    font-size:42px;
    font-weight: 600;
    color: black;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

    
    padding: 0 20px;
    max-width: 250px;   /* <<< this makes the column smaller */
    margin: 0 auto;   
   
  }

} 
@media (max-width: 375px) and (max-height: 667px) {
 .whatspecial h2,
  .whatspecial::before {
    content: "What Makes Us\ASpecial?";
    white-space: pre;
    font-size:36px;
    font-weight: 600;
    color: black;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   

    padding: 0px 20px 32pc;
  }

}


 /* start process card */
.process-section {
  background: #000;
}
.process-card {
  border: 1px solid #fff;
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
  border-bottom-right-radius: 140px;
  color: #fff;
  max-width: 280px;
  padding: 20px;
  margin: 0 auto 20px;
}
.process-section h2{
  font-size: 55px !important;
  padding: 45px 0px 45px 0px !important;
}

.step-number {
  font-size: 3rem;
  font-weight: bold;
}
.process-card h4{
  padding: 25px 20px 10px 20px !important;
}
.process-card p{
  font-size: 20px !important;
  font-weight: 200 !important;
}
.card1{
  padding-bottom: 15px;
  margin-right: -35px;
}
.card4{
  padding-bottom: 29px !important;
  margin-left: -92px;
}
 .card3{
  margin-left: -35px;
 }
.card2 , .card3{
padding-bottom: 100px !important;
}

/* Tablet screens (768px–1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
  .process-section h2 {
    font-size: 40px !important;
    padding: 30px 0 !important;
  }

  .process-card {
    max-width: 100%;
    padding: 20px;
    margin: 0 auto 20px;
  }

  .process-card h4 {
    font-size: 18px;
    padding: 15px 10px 5px 10px !important;
  }

  .process-card p {
    font-size: 16px !important;
  }

  /* keep 4 cards per row */
  .process-section .col-12.col-sm-6.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* reset extra margins & paddings from desktop tweaks */
  .card1, .card2, .card3, .card4 {
    margin: 0 !important;
    padding-bottom: 25px !important;
  }
}

/* Mobile screens (≤767px) */
@media (max-width: 767px) {
  .process-section h2 {
    font-size: 26px !important;
    padding: 20px 0 !important;
  }

  .process-card {
    max-width: 100%;
    padding: 15px;
    margin: 0 auto 20px;
  }

  .process-card h4 {
    font-size: 16px;
    padding: 10px 8px 5px 8px !important;
  }

  .process-card p {
    font-size: 14px !important;
  }

  .step-number {
    font-size: 2rem;
  }

  /* show 2 cards per row */
  .process-section .col-12.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* reset offsets */
  .card1, .card2, .card3, .card4 {
    margin: 0 !important;
    padding-bottom: 20px !important;
  }
}

/* Medium-Large screens (1200px–1399px) */
@media (max-width: 1400px) and (min-width: 1200px) {
  .process-section h2 {
    font-size: 48px !important;
    padding: 35px 0 !important;
  }

  .process-card {
    max-width: 100%;          /* stretch inside column */
    margin: 0 auto 30px;      /* spacing between cards */
    padding: 20px;
  }

  .process-card h4 {
    font-size: 24px;
    padding: 18px 12px 8px 12px !important;
  }

  .process-card p {
    font-size: 18px !important;
  }

  /* 4 cards in row (normal bootstrap cols) */
  .process-section .col-12.col-sm-6.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* reset the desktop negative margins */
  .card1, .card2, .card3, .card4 {
    margin: 0 !important;
    padding-bottom: 30px !important;
  }
}


/* end process card */

/* start state section */
.stats-section {
  background-color: #155dfc; /* Matches blue background */
  color: white;
  padding: 120px 0px 120px 0px !important;
}
.stat-number {
  font-size: 120px;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.stat-label {
  font-size: 22px;
  margin: 0;
  font-weight: 300;
}

/* Tablet screens (768px–991px) */
@media (max-width: 991px) {
  .stats-section {
    padding: 80px 0 !important;
  }

  .stat-number {
    font-size: 70px; /* smaller for tablet */
  }

  .stat-label {
    font-size: 18px;
  }
}

/* Mobile screens (≤767px) */
@media (max-width: 767px) {
  .stats-section {
    padding: 50px 0 !important;
  }

  .stat-number {
    font-size: 40px; /* readable on small screens */
  }

  .stat-label {
    font-size: 16px;
  }

  /* stack better spacing */
  .stats-section .col-6 {
    margin-bottom: 25px;
  }
}
/* end state section */


/* client section start */

 .clients-section {
      text-align: center;
      padding: 120px 20px;
    }

    .clients-section h2 {
      font-size: 35px;
      margin-bottom: 60px;
    }

    .clients-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr); /* 3 fixed cards in each row */
      gap: 25px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .client-card {
      background-color: #f5f5f5;
      border-radius: 12px;
      padding: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 120px;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* .client-card img {
      max-height: 60px;
      max-width: 160px;
      object-fit: contain;
      transition: opacity 0.3s ease;
    } */


    .client-card img {
      width: 140px;
      height: 85px;
      object-fit: contain;   /* keeps logo aspect ratio inside box */
      display: block;
      margin: 0 auto;
      transition: opacity 0.3s ease;
    }   

    .client-name {
      position: absolute;
      color: #195BE9;
      font-size: 40px;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .client-card:hover img {
      opacity: 0; /* hide logo */
    }

    .client-card:hover .client-name {
      opacity: 1; /* show name */
    }

    .client-card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 6px 18px rgba(0,0,0,0.3);
    }





/* Mobile View (max-width: 767px) */
@media (max-width: 767px) {
  .clients-section {
    padding: 100px 20px;
  }

  .clients-section h2 {
    font-size: 32px;
    margin-bottom: 65px;
    
  }

  .text-start.ps-3{
    margin: 0 auto;
    text-align: center !important;
    padding-left: 0.5rem;
}

  .clients-grid {
    grid-template-columns: repeat(3, 1fr); /* 2 cards per row */
    gap: 25px;
    max-width: 100%;
  }

  .client-card {
    height: 110px;
    padding: 15px;
    width: 105%;
  }

  .client-card img {
     height: 70%;   /* set fixed height */
    width: 130%;    /* auto-scale width */
    object-fit: contain;
  
  }


  .client-name {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #195BE9;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  white-space: normal;   /* allow wrapping */
  word-break: break-word; /* break long words if needed */
  width: 90%;      
  font-size: 16px; 
  }



.client-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    touch-action: manipulation; /* ensures smooth mobile touch */
  }

  .client-card:hover,
  .client-card:active {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }

  .client-card img {
    transition: transform 0.3s ease;
  }

  .client-card:hover img,
  .client-card:active img {
    transform: scale(1.1);
  }

  .client-name {
    transition: color 0.3s ease;
  }

  .client-card:hover .client-name,
  .client-card:active .client-name {
    color: #195BE9; /* keeps your brand blue */
  }

}

/* client section end */



/* star testimonial section */

.testimonial{
  background-color: #ffffff !important;
  padding-top: 50px;
}

.testimonial h2{
    font-size: 55px !important;
  font-weight: 500 !important;
  padding: 45px 0px 55px 0px !important;
}

/* end testimonial section */


.contact-section {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.contact-section h3{
  padding: 60px 0px 55px 0px !important;
}

.left-content{
 margin-top: -200px !important;
}

.contact-section h2 {
  font-size: 2rem;
}

.contact-description {
  margin: 15px 0 30px;
  color: #333;
  padding-right: 150px !important;
}

.contact-info {
  font-size: 1rem;
  color: #000;
}

.contact-icon {
  font-size: 1.3rem;
  color: #1a53ff; /* blue as in your image */
  margin-right: 10px;
}

.form-label {
  font-weight: 400 !important;
  margin-bottom: 18px;
}

input::placeholder,
textarea::placeholder {
  font-weight: 200;
}

.form-control {
  border-radius: 10px;
  padding: 10px 15px;
}

textarea.form-control {
  resize: none;
  border: 1px solid black;
}
input{
   border: 1px solid black !important;
}

.btn-primary {
  background-color: #1a53ff;
  border: none;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #003ce6;
}

/* Mobile screens (≤767px) */
@media (max-width: 767px) {
  .contact-section h3 {
    padding: 30px 0 20px !important; /* smaller padding */
    font-size: 22px; /* reduce heading size */
  }

  .left-content {
    margin-top: 0 !important; /* remove the big negative margin */
    text-align: center; /* center align for mobile */
  }

  .contact-section h2 {
    font-size: 1.5rem; /* smaller heading */
    margin-bottom: 15px;
  }

  .contact-description {
    padding-right: 0 !important; /* remove extra spacing */
    font-size: 14px;
    margin-bottom: 20px;
  }

  .contact-info {
    justify-content: center; /* center icons & text */
  }
}

