.hero {
  position: relative;
  background: linear-gradient(180deg, var(--bg), #0f3e40 60%);
  min-height: 600px;
  overflow: hidden;
  z-index: 1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}


/* Gradient layer */
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg), #0f3e40 95%);
  z-index: 0;
}
.hero {
  position: relative;
  overflow: hidden;
}

.hero-wave {
  position: absolute;
  inset: 0;

  background-image: url("../images/homepage/wave.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;

  z-index: 1;
  pointer-events: none;
}

@media (max-width: 576px) {
  .hero-wave {
    background-size: 180%;
    background-position: right top;
  }
}

@media (min-width: 900px) and (max-width: 1300px)
  and (min-aspect-ratio: 7/5)
  and (max-aspect-ratio: 3/2) {

  .hero-wave {
    background-size: 140%;
    background-position: right center;
  }
}

@media (min-width: 1440px) {
  .hero-wave {
    background-size: 100%;
  }
}



/* Content layer */
.hero .container-fluid {
  position: relative;
  z-index: 2;
}


.hero .container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}

.hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  gap: 32px;
  padding: 40px 20px;
  align-items: flex-start;
  z-index: 2;
  position: relative;
}

.hero-copy {
  flex: 1;
  color: var(--white);
}

.hero-copy h1 {
  font-size: 65px;
  line-height: 1.05;
  font-weight: 700;
  margin: 12px 0 18px;
  letter-spacing: -0.6px;
    margin-top: 30px;
}

.h2 {
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 18px;
}
/* YouTube icon image */
.yt-icon img {
  width: 55px;

  object-fit: contain;
}
.hero-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
}


.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  cursor: pointer;

  /* remove mobile tap blue */
  -webkit-tap-highlight-color: transparent;
}

/* NORMAL */
.btn-primary {
  background: transparent !important;
  color: var(--white) !important;
  border: 2px solid #9fc24a !important;
  box-shadow: none !important;
  transition: background 0.25s ease, color 0.25s ease;
}

/* HOVER */
.btn-primary:hover {
  background: #9fc24a !important;
  color: #fff !important;
  border-color: #9fc24a !important;
}

/* CLICK / ACTIVE */
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background: #9fc24a !important;
  color: #fff !important;
  border-color: #9fc24a !important;
  box-shadow: none !important;
}

/* FOCUS (keyboard + mobile tap) */
.btn-primary:focus,
.btn-primary:focus-visible {
  background: #9fc24a !important;
  color: #fff !important;
  border-color: #9fc24a !important;
  outline: none !important;
  box-shadow: none !important;
}



.hint {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-img {
  width: 50px;
  height: auto;
  animation: bounce 1.5s infinite ease-in-out;
  margin-top: 70px;
  filter: brightness(0) invert(1);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

/* ---------- EXPERTISE SLIDER ---------- */
.expertise-slider {
  width: 100%;
  max-width: 1050px;
  overflow: hidden;
  margin: 50px auto;
  position: relative;
  margin-bottom: 60px !important;
  margin-top:10px;
}

.expertise-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.expertise-card {
  flex: 0 0 300px;
  height: 400px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform .3s;
}

.expertise-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-card:hover {
  transform: translateY(-6px);
}

.card-title {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(30, 72, 86, 0.7);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
}

.expertise-slider::after {
  content: "";
  display: block;
  height: 60px;
  width: 100%;
}

/* ---------- STATS STRIP ---------- */
.stats-strip-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  position: relative;
}

.stats-strip {
  background: #ffffff;
  border-radius: 24px;
  padding: 45px 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin: -80px auto 0px;
  position: relative;
  z-index: 5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.stat-box {
  text-align: center;
}

.stat-box h3 {
  font-size: 28px;
  margin: 0;
  color: #0A2934
}

.stat-box p {
  font-size: 18px;
  margin-top: 6px;
  color: #0A2934
}


/* ---------- CUSTOMERS / LOGO MARQUEE ---------- */

.customers-section {
  max-width: 1150px;
  margin: 20px auto;
  padding: 0 16px;
}

.customers-section h4 {
  font-size: 36px;
  font-weight: 600;
  color: #3e4649;
  white-space: nowrap;
  
}

/* ---------- LOGO MARQUEE ---------- */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
  background: transparent;
  white-space: nowrap;
  position: relative;
  margin-right: 0px;
  margin-left: 5%;
}

/* Fade edges */
.logos::before,
.logos::after {
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #f2f2f2);
}

.logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f2f2f2);
}

/* Pause on hover */
.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-flex;
  align-items: center;
  animation: 30s slide infinite linear;
}

.logos-slide img {
  height: 60px;
  margin: 0 40px;
  object-fit: contain;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.logos-slide img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .logos {
    padding-left: 20px;
    margin-left: 0;
  }
}



/* ---------- PROBLEM - SOLUTION ---------- */
.problem-solution-section {
  text-align: center;
  padding: 30px 20px 0;
}

.section-subtitle {
   font-size: 34px;
  color: #3e4649;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.ps-container {
  max-width: 2000px;
  margin: auto;
  display: flex;
  align-items: stretch;
  gap: 40px;
  padding: 0 80px;
  min-height: 500px;
}

.problem-card {
  position: relative;
  width: 100%;
  height: 470px;
  border-radius: 20px;
  overflow: hidden;
  color: #D9EBF2;
}

/* Image */
.problem-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

/* Overlay */
.problem-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.05) 70%
  );
  z-index: 1;
}

/* Text */
.problem-content {
  position: absolute;
  bottom: 34px;
  left: 30px;
  right: 30px;
  z-index: 2;
  text-align: left;
}

.problem-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.problem-content p {
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}



.solution-card {
  width: 100%;
  background: #D9EBF2;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
   
}

.solution-pill {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 8px 30px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.solution-desc {
  margin: 18px 0 28px;
  color: #708080;
  font-size: 15px;
  line-height: 1.45;
  text-align: justify;
}

.solution-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
  width: 100%;
  justify-items: center;
  text-align: justify;
}

.feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.feature img {
  width: 45px;
}

.feature span {
  font-size: 15px;
  font-weight: 500;
  color: #133f43;
}


/* ---------- SERVICES ---------- */
.services-section {
  text-align: center;
  padding: 60px 95px 0;
  margin-bottom: 5%;
}

.services-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #3e4649;
}

.subtext {
  font-size: 15px;
  color: #555;
  margin-bottom: 50px;
}

/* ---------- SERVICE CARD ---------- */
.service-card {
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 350px;
}

.service-card.large-card {
  grid-column: span 1;
}

.overlay {
  position: absolute;
  inset: 0;
  padding: 24px;
  color: #fff;
  background: linear-gradient(
    to top,
    rgba(30, 72, 86, 0.9),
    rgba(30, 72, 86, 0.25),
    transparent
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.4s ease;
}

.overlay h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  transition: transform 0.4s ease;
}

.overlay p {
  font-size: 15px;
  line-height: 1.5;
  color: #eee;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  text-align: center;
}

.service-card:hover .overlay h3 {
  transform: translateY(-2px);
}

.service-card:hover .overlay p {
  opacity: 1;
  max-height: 200px;
}

/* ---------- INDUSTRY ---------- */
.industry-section {
  background: linear-gradient(180deg, #0A3B46, #0A3B46 60%);
  color: #fff;
  text-align: center;
  padding: 60px 80px 120px;
  border-radius: 40px;
  max-height:580px;
}

.industry-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.industry-section p {
  font-size: 15px;
  margin-bottom: 40px;
  opacity: 0.8;
}

.industry-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px 10px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}

.industry-box img {
  width: 52px;
  height: 52px;
 
}

.industry-box span {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 576px) {

  .industry-section {
    padding: 36px 16px 24px;
    max-height: none;        
    height: auto;
    border-radius: 24px;
  }

  .industry-section h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .industry-section p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .industry-box {
    height: 140px;               /* 🔒 FIXED HEIGHT */
    padding: 18px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;            /* 🔒 PREVENT GROW */
  }

  .industry-box img {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    flex-shrink: 0;
  }

  .industry-box span {
    font-size: 14px;
    line-height: 1.2;
    text-align: center;

    /* 🔒 TEXT CLAMP */
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.2em * 2);
  }
 
}


/* ---------- WHY CHOOSE US ---------- */
.choose-section {
  text-align: center;
  padding: 60px 80px 20px; 
  color: #3e4649;
  
}

.choose-section h2 {
  font-size: 36px;
  font-weight: 600;
}

.choose-section p {
  font-size: 15px;
  color:#555;
}

.choose-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 100%;  
}
.image-wrapper {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.image-wrapper > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Icon container */
.choose-icon {
  width: 46px;
  height: 46px;

  position: absolute;
  bottom: 16px;
  left: 16px;

  background: #ffffff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Icon image inside */
.choose-icon img {
  width: 100%;
  height: 100%;
  padding: 6px;
  object-fit: contain;
}



.choose-content {
  padding: 20px;
  text-align: left;
}

.choose-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.choose-content p {
  font-size: 15px;
  color: #555;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;   /* smooth zoom */
}

/* Zoom in on hover */
.choose-card:hover .image-wrapper img {
  transform: scale(1.12);
}
/* ---------- PROCESS ---------- */
.process-section {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0;
  margin-bottom:10%;
}

.process-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3e4649;
}

.process-subtitle {
  font-size: 15px;
  color: #555;
  margin-bottom: 50px;
}

.process-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 20px;
}

.process-content h3 {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.process-content h3 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #8BC53F;
  margin-bottom: 10px;
}

.process-section .row > .col-lg-6:last-child {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  border-radius: 18px;
}
.process-section img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.process-section .row > .col-lg-6:last-child:hover img {
  transform: scale(1.12);
}



/* ---------- TESTIMONIALS ---------- */

.testimonials-section {
  padding: 50px 100px;
  border-radius: 30px;
   height: 400px;
  background:#E7F1F5;   /* remove split gradient */

}

.testimonials-section .row{
  height:100%;
  margin:0;
}
.testimonials-section .col-lg-5,
.testimonials-section .col-lg-7{
  height:100%;
  padding:0;
  display:flex;
}

/* ---------- LEFT SIDE ---------- */

.test-left{
  position:relative;
  width:180%;
  height:100%;
  border-radius:30px;
  overflow:hidden;
  margin-left: -30px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#E7F1F5;
}

.bg-video{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:30px;
}



/* ---------- RIGHT SIDE ---------- */

.test-right {
  padding: 30px;
  border-radius: 20px;
  color: #000;

  height: 260px; /* 🔒 FIXED HEIGHT (no jump) */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.test-right h2{
  margin-top:0;      /* remove browser default gap */
  margin-bottom:30px;
}

/* ---------- BLOCKQUOTE ---------- */

.quote-text {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  font-style: italic;

  margin-bottom: 22px;
  padding-left: 18px;

  border-left: 3px solid #4F899C;
  display: flex;
  flex-direction: column;
}

/* Footer inside blockquote */
.quote-text footer {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #355f6d;
}





/* ---------- BLOG ---------- */
.blog-section {
  text-align: center;
  padding: 80px 100px;
}

.blog-section h2 {
  font-size: 36px;
  font-weight: 600;
  color: #3e4649;
  margin-bottom: 40px;
}


/* Blog card = same as choose-card */
.blog-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  height: 100%;
}

/* Simulated image-wrapper for blog */
.blog-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;

  /* IMPORTANT: isolate image */
  transform: scale(1);
  transition: transform 0.6s ease;
}

/* Create clipping ONLY for image area */
.blog-card {
  overflow: hidden;
}

/* Hover on card → zoom image ONLY */
.blog-card:hover img {
  transform: scale(1.12);
}

/* Content stays untouched */
.blog-content {
  padding: 18px;
  background: #fff;
  position: relative;
  z-index: 2;
}


.meta {
  font-size: 15px;
  color: #777;
  display: block;
  margin-bottom: 10px;
}

.blog-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.read-more {
  font-size: 15px;
  font-weight: bold;
  color: #62b400;
  text-decoration: none;
}

/* ---------- ABOUT HERO / ABOUT US ---------- */
.about-hero {
  width: 90%;
  background-color: #0f3b43;
  border-radius: 40px;
  padding: 50px 70px;
  color: white;
  margin: 0 auto;
}

.about-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0;
}

.about-hero-content h1 {
  font-size: 36px;
  font-weight: 600;
  max-width: 600px;
  margin: 0;
  color:#fff;
}

.explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: 600;
  background: transparent;
  color: var(--white);
  border: 2px solid #9fc24a;
  text-decoration: none;
}

  .explore-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: 2px solid #8FC24B !important;
    background: transparent !important;
    border-radius: 12px !important;
    gap: 12px !important;
    color: white !important;
  }

  .explore-btn .btn-icon {
    width: 28px !important;
    height: 28px !important;
   
    padding: 5px !important;
    border-radius: 6px !important;
    object-fit: contain !important;
  }

.explore-btn:hover {
  background: #99BD25 !important;
  color: #fff;
  text-decoration: none;
  border: 2px solid #99BD25;
}

/* CLICK / ACTIVE */
.explore-btn:active,
.explore-btn:focus {
   background: #99BD25 !important;
  color: #000;
  outline: none;
  box-shadow: none;
  border: 2px solid #99BD25 !important;
}


.btn-icon {
  width: 18px;
  height: 18px;
}
/* REQUIRED: parent must be positioned */
.about-hero {
  position: relative;
  overflow: hidden;
}

/* WAVE BACKGROUND */
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("../images/homepage/aboutwave.png");
  background-repeat: no-repeat;
    background-position: calc(100% + 80px) 40%;
  background-size: 100% auto;
  filter: brightness(0) invert(1);
  opacity: 0.4;
  pointer-events: none;
  z-index: 0;   /* 👈 behind content */
}

/* KEEP CONTENT ABOVE WAVE */
.about-hero-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .about-hero::after {
    background-position: calc(100% + 50px) 15%;
    background-size: 160% auto;
    opacity: 0.25;
  }
}

.about-box {
  width: 85%;
  padding: 40px;
  border-radius: 18px;
  text-align: center;
  margin: 20px auto;
}

.about-box h2 {
  font-size: 36px;
  font-weight: 600;
  color: #3e4649;
  margin-bottom: 10px;
}

.about-box p {
  color: #555;
  font-size: 15px;
  text-align: justify;
}

/* =========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================= */

@media (max-width: 1024px) {
  /* HERO */
  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-inner {
    flex-direction: column;
    gap: 30px;
  }

  .customers-section h4 {
    text-align: center;
  }
  .marquee-track{
    width: 100%;
   
  }

  .marquee {
    margin-left: 0;
}

.problem-card, .solution-card {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.cta-btn {
    width: 100%;
    justify-content: center;
  }

  /* SERVICES */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 320px;
  }

  /* Tablet */


  /* WHY CHOOSE */
  .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* PROCESS */
  .process-item {
    grid-template-columns: 1fr 1.5fr;
  }

  /* ---------- TESTIMONIALS : TABLET FIX ---------- */
@media (max-width: 1024px) {

  .testimonials-section {
    padding: 50px 30px;
    background: #E7F1F5;        /* single background */
    border-radius: 24px;
  }

  /* Force stacking (override Bootstrap) */
  .testimonials-section .row {
    flex-direction: column;
  }

  .testimonials-section .col-lg-5,
  .testimonials-section .col-lg-7 {
    width: 100%;
    max-width: 100%;
  }

  .test-left {
    margin-bottom: 30px;
    position: relative;
  }

  .test-left h2 {
    font-size: 38px;
    line-height: 46px;
    margin-left: 0;
  }

   .call-icon {
    position: absolute;
    top: 76px;
    right: 60%;
    bottom: auto;
    width: 36px;
    opacity: 0.8;
  }

  .test-right {
    background: transparent;   /* merge into same card */
    padding: 0;
  }

  .quote-text {
    font-size: 14px;
  }

  @media (max-width: 1024px) {

  .client-logos {
    display: flex;
    flex-wrap: wrap;              /* ðŸ”‘ allows wrapping */
    justify-content: center;      /* center logos */
    gap: 12px;                    /* spacing between logos */
    margin: 20px 0 0 0;
    
  }

  .client-logos img {
    margin-right: 0;              /* prevent overflow */
    width: 64px;                  /* slightly smaller for mobile */
    padding: 8px 14px;
  }
}



  /* BLOG */
  .blog-section {
    padding: 60px 40px;
  }

  .blog-subtitle {
    width: 80%;
  }

  /* ABOUT */
  .about-hero {
    width: 100%;
    padding: 0;
  }

  .about-hero-content {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px;
    gap: 30px;
  }

  .about-hero-content h1 {
    font-size: 34px;
    max-width: 90%;
  }

  .about-box {
    width: 100%;
    padding: 30px 20px;
  }

  .about-box p {
    font-size: 15px;
    line-height: 1.6;
  }
}


@media (max-width: 768px) {
  /* HERO */
  .hero-copy h1 {
    font-size: 30px !important;
    line-height: 1.2;
    margin-top: 50px;
  }

  .hero-inner {
    flex-direction: column;
    padding: 0;
    text-align: left;
  }

  .hero-copy h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .hero-cta-row {
    justify-content: left;
  }

  .arrow-img {
    margin-top: 20px;
    width: 35px;
  }

  /* EXPERTISE SLIDER */
  .expertise-card {
    flex: 0 0 220px;
    margin-top:10px;
    height: 300px;
  }

  /* STATS STRIP */
  .stats-strip {
    background: transparent;
    border-radius: 0;
    padding: 0 !important;
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 18px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .stats-strip::-webkit-scrollbar {
    display: none;
  }

  .stat-box {
    flex: 0 0 90%;
    scroll-snap-align: center;
    background: #fff;
    padding: 35px 20px;
    border-radius: 25px;
    margin: 40px auto 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    color: #000;
    text-align: center;
  }

  .stats-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -20px;
  }

  .stats-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cdd;
    transition: 0.24s ease;
    margin-top:10%;
    margin-bottom:10%;
  }

  .stats-dot.active {
    width: 26px;
    background: #1A4C50;
    border-radius: 10px;
  }

  /* CUSTOMERS */
  .customers-section {
    flex-direction: column;
    text-align: center;
  }

  .customers-section h4 {
    font-size: 30px;
    font-weight: 600;
    color: #3e4649;
  }

  /* PROBLEM/SOLUTION */
  .ps-container {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }

  .problem-card,
  .solution-card {
    width: 100%;
  }

  .problem-card {
    height: 400px !important;
  }

  .solution-features {
    grid-template-columns: 1fr;
  }

  .section-subtitle {
    margin-left: 0;
    text-align: center;
    padding: 0 10px;
    font-size:30px;
    color:#3e4649;
  }

  /* SERVICES */
  .services-section {
    padding: 40px 20px 0;
    text-align: center;
  }

  .services-section h2 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    color:#3e4649;
  }

  .subtext {
    width: 100%;
    font-size: 15px;
    margin-bottom: 25px;
    color:#555;
  }

  .service-card {
    width: 100%;
    height: 320px;
    border-radius: 22px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  .overlay {
    padding: 22px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
  }

  .overlay h3 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .overlay p {
    font-size: 15px;
    line-height: 1.4;
  }

  /* INDUSTRY */
  .industry-section {
    padding: 50px 20px;
  }

  .industry-section h2 {
    font-size: 26px;
    font-weight: 600;
  }

  .industry-section p {
    font-size: 15px;
    text-align: center;
  }

  /* WHY CHOOSE US */
  .choose-section {
    padding: 40px 20px;
  }

  .choose-section h2 {
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 600;
    color:#3e4649;
  }

  .choose-section p {
    font-size: 15px;
    width: 90%;
    margin: 0 auto 28px;
    color:#555;
  }

  .choose-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .image-wrapper {
    width: 100%;
    height: auto;
  }

  .image-wrapper img:first-child {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
  }

  .choose-icon {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    left: 10%;
    transform: translateX(-50%);
      border-radius: 50%;
  }

  .choose-content {
    text-align: center;
    margin-top: 40px;
    padding: 0 15px;
  }

  .choose-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .choose-content p {
    font-size: 15px;
    line-height: 1.45;
    color: #555;
    width: 92%;
    margin: auto;
  }

  /* PROCESS */
  .process-section {
    padding: 20px 15px;
  }

  .process-section h2 {
    font-size: 30px;
    font-weight: 600;
    color:#3e4649;
  }

  .process-subtitle {
    font-size: 15px;
    color:#555;
  }

  .process-item {
    grid-template-columns: 1fr !important;
    text-align: left !important;
    margin-bottom: 45px;
  }

  .process-item img {
    width: 100%;
    height: 200px;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 15px;
  }

  /* TESTIMONIALS */
  .testimonials-section {
    padding: 20px 20px;
    background: #E7F1F5;
  }

  .test-left h2 {
    font-size: 34px;
    line-height: 42px;
    margin-left: 0;
    text-align: left;
  }

  .call-icon {
    display: none;
  }

  /* IMPORTANT: remove fixed height on mobile */
  .test-right {
    height: 400px;
    padding: 24px 20px;
  }

  .quote-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
         /* FIXED */
    overflow: hidden;
    font-style: italic;      
    display: flex;
  flex-direction: column;
  }

  .quote-text footer {
    font-size: 13px;
  }

  /* Logo fix */
  .quote-logo {
    height: auto;
    justify-content: flex-start;
  }

  .quote-logo img {
    width: 140px;
    height: 60px;
    padding: 8px 12px;
    border-radius: 10px;
  }

  /* BLOG */
  .blog-section {
    width: 100% !important;
    padding: 0 16px !important;
    margin: 0 auto !important;
    margin-top: 20% !important;
    margin-bottom:10% !important;
  }

  .blog-section h2 {
    font-size: 30px;
    font-weight: 600;
    color:#3e4649;
  }

  .blog-subtitle {
    font-size: 15px;
    text-align: justify;
    width: 90%;
    color:#555;
  }

  .blog-card {
    width: 100% !important;
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 40px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06) !important;
  }

  .blog-card img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 20px 20px 0 0 !important;
    display: block !important;
  }

  .blog-content {
    padding: 20px !important;
  }

  .meta {
    font-size: 15px !important;
    color: #555 !important;
    display: block !important;
    margin-bottom: 12px !important;
  }

  .blog-content h3 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
    color: #000 !important;
  }

  .read-more {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #8FC24B !important;
    display: inline-block !important;
    margin-top: 6px !important;
  }

  /* ABOUT HERO */
  .about-hero {
    width: 100% !important;
    padding: 0px !important;
    margin: 0 !important;
    margin-top:20%;
  }

  .about-hero-content {
    width: 100% !important;
    padding: 40px 20px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }

  .about-hero-content h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .explore-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    padding: 12px 28px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: 2px solid #8FC24B !important;
    background: transparent !important;
    border-radius: 12px !important;
    gap: 12px !important;
    color: white !important;
  }

  .explore-btn .btn-icon {
    width: 28px !important;
    height: 28px !important;
  
    padding: 5px !important;
    border-radius: 6px !important;
    object-fit: contain !important;
  }

.explore-btn:hover {
  background: #99BD25 !important;
  color: #fff;
  text-decoration: none;
  border: 2px solid #99BD25;
}

/* CLICK / ACTIVE */
.explore-btn:active,
.explore-btn:focus {
  background: #99BD25;
  color: #000;
  outline: none;
  box-shadow: none;
  border: 2px solid #99BD25 !important;
}

  .about-box {
    width: 100% !important;
    padding: 30px 20px !important;
  }

  .about-box h2 {
    font-size: 26px;
    font-weight: 600;
  }

  .about-box p {
    font-size: 15px;
  }
}

/* Large desktops */
@media (min-width: 1600px) {
  .hero .container,
  .page-wrap {
    max-width: 1400px;
    margin: auto;
  }

  .hero-copy h1 {
    font-size: 76px;
  }

  .services-grid {
    grid-auto-rows: 380px;
  }

  .choose-grid {
    gap: 30px;
  }

  .industry-grid {
    max-width: 1100px;
  }

  .testimonials-section {
    padding: 100px 160px;
  }

  .blog-section {
    max-width: 1400px;
    margin: auto;
  }

  .blog-grid {
    gap: 40px;
  }

  .blog-card img {
    height: 260px;
  }

  .blog-content h3 {
    font-size: 18px;
  }

  .about-hero {
    max-width: 1400px;
  }

  .about-hero-content h1 {
    font-size: 56px;
  }

  .about-box {
    max-width: 1200px;
  }
}

/* Laptops */
@media (max-width: 1599px) and (min-width: 1200px) {
  .hero-copy h1 {
    font-size: 64px;
  }

  .hero-inner {
    padding: 40px 10px;
  }

  .services-section {
    padding: 60px 60px 0;
  }

  .industry-section {
    padding: 70px 60px 120px;
  }

  .choose-section {
    padding: 70px 60px;
  }

  .blog-section {
    padding: 80px 60px;
  }

  .blog-grid {
    gap: 28px;
  }

  .blog-card img {
    height: 230px;
  }

  .about-hero {
    padding: 50px 60px;
  }

  .about-hero-content h1 {
    font-size: 46px;
  }

  .about-box {
    max-width: 1100px;
  }
}

/* Large desktops */
@media (min-width: 1600px) {
  .hero .container,
  .page-wrap {
    max-width: 1400px;
    margin: auto;
  }

  .hero-copy h1 {
    font-size: 76px;
  }

  .testimonials-section {
    padding: 100px 160px;
  }

  .blog-section {
    max-width: 1400px;
    margin: auto;
  }

  .about-hero {
    max-width: 1400px;
  }

  .about-hero-content h1 {
    font-size: 56px;
  }

  .about-box {
    max-width: 1200px;
  }
}

/* Laptops */
@media (max-width: 1599px) and (min-width: 1200px) {
  .hero-copy h1 {
    font-size: 64px;
  }

  .hero-inner {
    padding: 40px 10px;
  }

  .services-section {
    padding: 60px 60px 0;
  }

  .industry-section {
    padding: 70px 60px 120px;
  }

  .choose-section {
    padding: 70px 60px;
  }

  .blog-section {
    padding: 80px 60px;
  }

  .about-hero {
    padding: 50px 60px;
  }

  .about-hero-content h1 {
    font-size: 46px;
  }

  .about-box {
    max-width: 1100px;
  }
}





/* FIX INDUSTRY SECTION FOR TABLET */
@media (max-width: 1024px) {
  .industry-section {
    padding: 50px 40px 60px; /* reduce bottom padding */
    max-height: none;        /* 🔥 allow section to grow */
    height: auto;            /* 🔥 no clipping */
    border-radius: 30px;
  }

  .industry-box {
    margin-bottom: 20px;
  }
}
/* 🔧 INDUSTRY SECTION – MOBILE FINAL FIX */
@media (max-width: 576px) {

  .industry-section {
    margin-top: 30px;          /* ✅ separate from header */
    padding: 40px 20px 30px;   /* balanced spacing */
    border-radius: 26px;
  }

  .industry-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2x grid */
    gap: 18px;                              /* 👈 key fix */
  }

  .industry-box {
    height: 140px;
    padding: 16px 10px;
  }
}
/* STOP BLUE BACKGROUND ON CLICK */
.explore-btn,
.explore-btn:focus,
.explore-btn:active,
.explore-btn:focus-visible {
  background: transparent !important; /* use YOUR normal button color */
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
    border: 2px solid #8FC24B !important;
}

.explore-btn:hover {
  background: #99BD25 !important;
  color: #fff;
  text-decoration: none;
  border: 2px solid #99BD25;
}

/* CLICK / ACTIVE */
.explore-btn:active,
.explore-btn:focus {
  background: #99BD25;
  color: #000;
  outline: none;
  box-shadow: none;
  border: 2px solid #99BD25 !important;
}

/* REMOVE MOBILE TAP HIGHLIGHT */
.explore-btn {
  -webkit-tap-highlight-color: transparent;
}


}
/* ===================================================================
   COMPREHENSIVE SCROLL DOWN EFFECTS - ADD BELOW EXISTING CSS
   =================================================================== */

/* ========== BASE ANIMATION CLASSES ========== */

/* Fade up from bottom */
.scroll-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fade in only */
.scroll-fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.scroll-fade-in.visible {
  opacity: 1;
}

/* Slide from left */
.scroll-slide-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-slide-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right */
.scroll-slide-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-slide-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Zoom in */
.scroll-zoom-in {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-zoom-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* Rotate in */
.scroll-rotate-in {
  opacity: 0;
  transform: rotate(-5deg) scale(0.95);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-rotate-in.visible {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.scroll-fade-up,
.scroll-slide-left,
.scroll-slide-right,
.scroll-zoom-in,
.scroll-rotate-in {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.hero-load-up {
  opacity: 0;
  transform: translateY(40px);
  animation: heroFadeUp 1s ease forwards;
}

.hero-load-left {
  opacity: 0;
  transform: translateX(-60px);
  animation: heroFadeLeft 1s ease forwards;
}

.hero-load-right {
  opacity: 0;
  transform: translateX(60px);
  animation: heroFadeRight 1s ease forwards;
}

/* delay helpers */
.delay-1 { animation-delay: .3s; }
.delay-2 { animation-delay: .6s; }
.delay-3 { animation-delay: .9s; }
.delay-4 { animation-delay: 1.2s; }

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroFadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

 /* Make modal appear above navbar/header */
#videoModal{
  z-index: 999999 !important;
}

.modal-backdrop{
  z-index: 999998 !important;
}

    .video-wrapper{
  position:relative;
  cursor:pointer;
}

.play-icon{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  box-shadow:0 5px 15px rgba(0,0,0,0.3);
}

    .d-block {
      border-radius: 30px;
    }

    .testimonial-slider {
      background-color: #0A3B46;
      padding: 2em 2em 3em;
      margin-top: 0%;
      margin-bottom: 0%;
    }

    .testimonial-title {
      color: #fff;
    }

    .testimonial-title h2 {
      padding-left: 0.2em;
    }

    .card {
      margin: 0 0.5em;
      box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
      border: none;
      height: 100%;
      border-radius: 30px;
    }

    .carousel-control-prev,
    .carousel-control-next {
      background-color: #fff;
      width: 3em;
      height: 3em;
      border-radius: 50%;
      top: 60%;
      transform: translateY(-50%);
    }

    @media (min-width: 576px) {
      .carousel-item {
        margin-right: 0;
        flex: 0 0 50%;
        display: block;
      }

      .carousel-inner {
        display: flex;
      }
    }

    @media (min-width: 768px) {
      .carousel-inner {
        padding: 1em;
      }

      .carousel-control-prev,
      .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 90%;
        transform: translateY(-50%);
      }

      .carousel-control-next {
        left: 5em;
      }
    }
    /* ===== MOBILE FIX ===== */
@media (max-width:768px){

  /* move arrows to sides */
  .carousel-control-prev{
    left:-30px;   /* move outside left */
    top:60%;
    transform:translateY(-50%);
  }

  .carousel-control-next{
    right:-30px;  /* move outside right */
    top:60%;
    transform:translateY(-50%);
  }

}
@media (max-width:768px){

  .testimonial-title{
    margin-bottom: 25px;   /* ⭐ space under heading */
    text-align: center;
  }

  .testimonial-title h2{
    margin-bottom: 0;
  }

}

 .yt-modal {
        position: fixed;
        inset: 0;
        display: none;
        z-index: 999999;
        /* Above header */
      }

      .yt-modal-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
      }

      .yt-modal-content {
        position: relative;
        max-width: 1000px;
        width: 90%;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        border-radius: 16px;
        overflow: visible;
      }

      .yt-close {
        position: absolute;
        top: -18px;
        right: -18px;
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 8px;
        border: none;
        font-size: 22px;
        cursor: pointer;
        z-index: 10;
      }

      .yt-video-wrapper {
        position: relative;
        padding-top: 56.25%;
        /* 16:9 ratio */
      }

      .yt-video-wrapper iframe,
      .yt-video-wrapper video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
      }