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


body {
  /* font-family: Arial, sans-serif; */
  background: black;

}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #000;
}

section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}


/* end navbar style */

/* about section start */
.about-section {
  background-color: #000;
  padding: 0px 20px 100px 0px;
  color: #fff;
  text-align: center;
}

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

.about-image img {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: block;
}

.about-title {
  position: absolute;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.about-title span {
  color: #1E5BFF; /* Blue for "us" */
}

.about-section h2 {
  font-weight: 400;
  margin-top: 40px;
  font-size: 3.5rem;
  justify-content: center;
 
}

.about-section p {
  max-width: 700px;
  margin: 40px auto 0;
  font-size: 16px;
  line-height: 1.9rem;
  font-weight: 300 !important;
  justify-content: center;
}
/* end about section  */

/* features section start */
.features-section {
  background: #000;
  padding: 80px 50px;
  color: #fff;
  padding: 130px 20px;
}

.features-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* left text larger, right column smaller */
  gap: 40px;
  align-items: start;
}

.features-text h1 {
  font-size:3rem;
  font-weight: bold;
  margin-bottom: 40px;
   padding: 5px 55px;
}

.feature-block {
  margin-bottom: 30px;
   padding: 5px 55px;
  
}

.feature-block h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 10px !important;
}

.feature-block p {
  font-size: 18px;
  line-height: 1.6;
  color: #ddd;
  font-weight: 300;
 
}

.features-media .top-img img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.features-media .bottom-row {
  display: grid;
  grid-template-columns: 1fr 1fr; /* small image and blue box side by side */
  gap: 20px;
  margin-top: 20px;
}

.features-media .small-img img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.blue-box {
  background: #1E5BFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 30px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}


/* For tablets (<= 991px) */
@media (max-width: 991px) {
  .features-container {
    grid-template-columns: 1fr; /* Stack columns */
    gap: 50px;
  }

  .features-text h1 {
    font-size: 36px;
    padding: 5px 20px;
    text-align: center;
  }

  .feature-block {
    padding: 5px 20px;
    text-align: center;
  }

  .features-media .bottom-row {
    grid-template-columns: 1fr; /* Stack image and blue box */
  }

  .blue-box {
    text-align: center;
    padding: 20px;
    font-size: 1.1rem;
  }

  .about-section {
 background-color: #000;
  padding: 60px 20px 100px 20px; /* equal padding on both sides */
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section .container {
  max-width: 800px; /* keeps text centered in middle area */
  margin: 0 auto;
}

}

/* For mobile (<= 576px) */
@media (max-width: 576px) {
  .features-section {
    padding: 30px 15px;
  }

  .features-text h1 {
    font-size: 28px;
    padding: 0;
  }

  .feature-block h3 {
    font-size: 22px;
  }

  .feature-block p {
    font-size: 16px;
  }

  .blue-box {
    font-size: 1rem;
    padding: 15px;
  }
  .about-section {
 background-color: #000;
  padding: 60px 20px 100px 20px; /* equal padding on both sides */
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section .container {
  max-width: 800px; /* keeps text centered in middle area */
  margin: 0 auto;
}

}

/* features section end */

/* number section start */
.numbers-section {
  background: #1154e6;
  color: #fff;
  padding: 60px 40px;
}

.numbers-wrapper {
  margin: auto;
}

.numbers-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.numbers-col {
  
  padding: 15px;
}

.numbers-row.top {
  align-items: center;
}

.stat {
  text-align: center;
}

.stat h1 {
  font-size: 3rem;
  margin: 0;
  font-weight: 400;
}

.stat p {
  font-size: 1rem;
  margin-top: 5px;
}

@media (min-width: 769px) {
  .numbers-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.numbers-row.top {
  align-items: center;
}


.stat {
  text-align:center;
}

.stat h1 {
  font-size: 75px ;
}

}/* Mobile view fix for numbers alignment */
@media (max-width: 768px) {
  .numbers-section {
    text-align: center;
    padding: 60px 30px;
  }

  .numbers-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
  }

  /* Make each stat take 45% width for 2 columns */
  .numbers-col {
    flex: 1 1 45%;
    max-width: 45%;
    padding: 10px 5px;
  }

  .numbers-col h2,
  .numbers-col p {
    text-align: center;
  }

  /* "By the Numbers" text full width */
  .numbers-row.top .numbers-col:first-child {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  /* Align top right stats (60%, 46+) in two columns */
  .numbers-row.top .numbers-col:last-child {
    flex: 1 1 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .stat {
    text-align: center;
  }

  .stat h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 0;
  }

  .stat p {
    font-size: 1rem;
    margin-top: 6px;
  }

.count {
    display: inline-block;
    font-weight: 700;
    transition: transform 0.2s ease;
  }
  
  .count.animated {
  transform: scale(1.2);
  transition: transform 0.3s ease;
}

}



/* number section end */

/* solution section start */
.solution-title {
  font-size: 55px;
  font-weight: 700;
  padding: 60px 0px 40px 0px;
}

.solution-section{
  padding-bottom: 350px !important;
}

.solution-heading {
  font-size: 38px;
  font-weight: 600;
}

.subtitle{
  padding: 0px 40px 0px 60px;
}

.solution-heading .highlight {
  color: #1154e6;
}

.solution-text {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.6;
}

.solution-card {
  background: #1154e6;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  transition: transform 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9); 
  margin-bottom: 15px;
}

.icon {
  font-size: 1.5rem;
  color: #1154e6;
  line-height: 1;
}
/* solution section end */



/* .team-card .card-img {
  width: 100%;
  height: 350px;
  background-color: #1154e6;
  border-radius: 12px;
  margin-top: 10px;
} */


.team-section h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: -21%;
}

.team-section h6{

 font-size:28px;
 font-weight: 400;
}

.team-card {
  background: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card .card-img {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #1154e6;
  
}

.team-card .card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.team-card-large .card-img {
  height: auto;
   object-fit: cover;

  

}

@media (max-width: 768px) {

  /* Regular team card (mobile) */
  .team-card .card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px !important;
    width: 100%;
    background-color: transparent !important;
  }

  .team-card .card-img img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .team-section h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-top: -15%;
  }

  /* ✅ Make the large card same as others on mobile */
  .team-card-large {
    width: 100% !important;
    margin: 0 auto;
  }

  .team-card-large .card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px !important; /* same as .team-card */
    width: 100%;
    background-color: transparent !important;
    position: relative;
  }

  /* Hide desktop image */
  .team-card-large .card-img img {
    display: none !important;
  }

  /* Show alternate image for mobile */
  .team-card-large .card-img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/sir2.png"); /* your mobile-specific image */
    background-size: contain; /* same behavior as .team-card images */
    background-repeat: no-repeat;
    background-position: center;
  }
}



/* teams section end */


/* Tablet (<= 991px) */
@media (max-width: 991px) {
  .solution-title {
    font-size: 42px;
    padding: 40px 0 30px;
    text-align: center;
  }

  .solution-section {
    padding-bottom: 200px !important;
  }

  .solution-heading {
    font-size: 30px;
    text-align: center;
  }

  .subtitle {
    padding: 0 20px;
    text-align: center;
  }

  .solution-text {
    font-size: 18px;
    text-align: center;
  }

  



} 

/* Mobile animation (max-width: 991px) */
@media (max-width: 991px) {
  .solution-step {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .solution-step.active {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Mobile (<= 576px)*/
@media (max-width: 576px) {
  .solution-title {
    font-size: 40px;
    padding: 30px 0 20px;
  }

  .solution-section {
    padding-bottom: 100px !important;
  }

  .solution-heading {
    font-size: 28px;
  }

  .subtitle {
    padding: 0 10px;
  }

  .solution-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .solution-card {
    padding: 20px;
    border-radius: 12px;
  }

  .icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .icon {
    font-size: 1.2rem;
  }

  .team-title {
    font-size: 1.3rem;
    margin-top: -100px;
  }

  .team-desc {
    font-size: 0.9rem;
  }

  .team-card .card-img {
    height: 220px; 
  }
}






.small-text{
  font-size: 22px !important;
font-weight: normal !important;
}

.cta-text h5{
  font-size: 25px !important;
}

.contact-cta{
  padding: 1px 10px 58px !important;
}
.contact-cta .cta-box {
  background-color: #1154e6; 
  padding: 60px 40px;
  border-radius: 40px;
}

.contact-cta .cta-text p,
.contact-cta .cta-text h5 {
  color: #fff;
  line-height: 1.6;
}

.contact-cta .btn {
  font-weight: 500;
  color: #1154e6;
  
  
}

/*16/102/2025  about us hero section animation start*/
.about-section h1,
.about-section h1 span,
.about-section h2,
.about-section p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Class to trigger fade-in-up */
.fade-in-up {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


 .cta-text {
    flex: 1;
  
  }

  /* .cta-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 30%;
  } */


/*16/102/2025  about us hero section animation end*/

/* Innovation the future together animation start */
/* Common fade-in-up */
@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Fade-in-left for h3 and p */
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* Continuous zoom for right images */
@keyframes zoomInOut {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Initial state */
.features-text h1,
.features-text h3,
.features-text p,
.features-media img,
.features-media .blue-box {
  opacity: 0;
  transition: all 1s ease-out;
}

/* Class triggers animations */
.fade-up { opacity:1; animation: fadeInUp 1s ease-out forwards; }
.fade-left { opacity:1; animation: fadeInLeft 1s ease-out forwards; }
.zoom-continuous { animation: zoomInOut 4s ease-in-out infinite; }

/* Right-side slide in */
.slide-right { 
  opacity: 0; 
  transform: translateX(50px); 
  transition: all 1s ease-out; 
}
.slide-right.visible { 
  opacity: 1; 
  transform: translateX(0); 
}

/* Responsive */
@media (max-width: 768px){
  .features-text h1 { font-size: 1.8rem; }
  .features-text h3 { font-size: 1.2rem; }
  .features-text p { font-size: 1rem; }
}


/* Innovation the future together animation End */
 



/*all in one solution animation css */
/* Initial state of solution cards */
.solution-step {
  opacity: 0;
  transform: translateX(100px); /* start from right */
  transition: transform 1s ease, opacity 1s ease, box-shadow 0.3s ease;
  position: relative;
}

/* Animate class applied when in viewport */
.solution-step.animate {
  opacity: 1;
  transform: translateX(0); /* move to original position */
  transition: transform 1s ease, opacity 1s ease;
}

/* Hover effect: move up + tilt + scale */
.solution-step:hover {
  transform: translateY(-10px) rotate(-3deg); /* moves up slightly and tilts */
  scale: 1.05; /* optional scale for size increase */
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25); /* shadow for depth */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*All in One Solution css end */

@media (min-width: 853px) and (max-width: 1280px) {
   .team-card .card-img {
    width: 100%;
    height: 189px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1154e6;
}
.team-card .card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
   
}
}


@media (min-width: 820px) and (max-width: 1180px){

     .team-card .card-img {
    width: 100%;
    height: 189px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1154e6;
}
.team-card .card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
   
}
}

@media (min-width: 1024px) and (max-width: 1366px){

     .team-card .card-img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1154e6;
}
.team-card .card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
   
}
}


/* For tablets and medium screens */
@media (min-width: 820px) and (max-width: 1366px) {
  .contact-cta .cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 60px;
    flex-wrap: wrap;
    text-align: left;

  }

  .cta-text {
    flex: 1;
    min-width: 60%;
  }

  .cta-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 30%;
  }

  .cta-button .btn {
    background-color: #fff !important;
    color: #1154e6 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-top: 18px;
  }

  .cta-button .btn:hover {
    transform: translateY(-2px);
  }

  .cta-text h5 {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  
  .cta-text {
    flex: 1;
    min-width: 60%;
  }
}
