/* ============================================================
   NEW HOMEPAGE – extracted from React SPA bundle
   Font: Poppins (loaded separately)
   Primary: #28A0CF
   ============================================================ */

.home, .home * { font-family: 'Poppins', sans-serif; }
.home { overflow-x: hidden; }

/* ===== MAIN BANNER ===== */
.mainBanner {
  height: 100vh; min-height: 600px; max-height: 800px;
  width: 100%; z-index: 99; position: relative;
}
.mainBanner .videoBg {
  position: absolute; height: 100%; width: 100%; z-index: -9; overflow: hidden;
}
.mainBanner .videoBg video {
  height: 100%; object-fit: cover; object-position: center; width: 100%;
}
.mainBanner .videoBg .videoOverlay {
  position: absolute; height: 100%; width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.72) 100%);
  left: 0; top: 0;
}
.mainBanner .bannerContent {
  display: flex; height: 100vh; min-height: 500px; max-height: 800px;
  width: 100%; align-items: flex-end; box-sizing: border-box;
  padding: 0 24px; max-width: 1448px; margin: 0 auto;
}
.mainBanner .bannerContentWrap {
  width: 100%; position: relative;
}
.mainBanner .bannerContentInner {
  width: 100%; max-width: 700px; color: #fff;
  border-left: 5px solid #28A0CF;
  padding: 25px 30px 25px 40px;
  border-radius: 10px;
  background: linear-gradient(90.14deg, rgba(40,160,207,.48) 2.37%, rgba(0,0,0,.58) 95.12%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  margin-bottom: 50px;
}
.mainBanner .bannerHeading {
  font-size: 50px; font-weight: 600; line-height: 1.2; color: #fff; margin: 0;
  text-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.mainBanner .bannerDescription {
  font-size: 18px; line-height: 27px; font-weight: 500; margin: 0;
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.mainBanner .bannerButtons {
  margin-top: 30px; display: flex; gap: 16px; flex-wrap: wrap;
}
.mainBanner .bannerButtons a {
  display: inline-flex; align-items: center; gap: 8px;
  min-width: 134px; height: 45px; border-radius: 4px; padding: 0 20px;
  font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 500;
  text-decoration: none; justify-content: center;
}
.mainBanner .bannerButtons .btnPrimary { background: #28A0CF; color: #fff; border: 1px solid #28A0CF; }
.mainBanner .bannerButtons .btnOutlined { border: 1px solid rgba(255,255,255,.7); color: #fff; }
.mainBanner .bannerButtons .btnPrimary:hover { background: transparent; color: #28A0CF; }
.mainBanner .bannerButtons .btnOutlined:hover { border-color: #28A0CF; color: #28A0CF; }

/* ===== HOME SERVICES ===== */
.homeServices { padding: 0 24px; max-width: 1448px; margin: 0 auto; box-sizing: border-box; }
.homeServices .mySwiper {
  height: 640px !important; width: 100%;
  margin-left: auto; margin-right: auto;
  padding-bottom: 90px !important; margin-top: 80px;
  box-sizing: content-box;
}
.homeServices .mySwiper .swiper-slide {
  overflow: visible; font-size: 18px; background: #fff;
  height: calc((100% - 40px) / 2) !important;
}
.homeServices .mySwiper .swiper-slide:hover { z-index: 999; }
.homeServices .mySwiper .swiper-slide .slideWrapper {
  height: 100%; background-size: cover; background-position: center;
  padding: 15px; display: flex; flex-direction: column;
  justify-content: space-between; position: relative;
  overflow: visible; width: 100%; transition: all .5s linear;
}
.homeServices .mySwiper .swiper-slide .slideWrapper::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.35) 0%, rgba(0,0,0,.55) 60%, rgba(0,0,0,.75) 100%);
  z-index: 0; pointer-events: none;
}
.homeServices .mySwiper .swiper-slide .slideWrapper .slide-content,
.homeServices .mySwiper .swiper-slide .slideWrapper > a,
.homeServices .mySwiper .swiper-slide .slideWrapper > div:not(.serviceApend) {
  position: relative; z-index: 1;
}
.homeServices .mySwiper .swiper-slide .slideWrapper .slide-content {
  transition: transform .3s ease, width .3s ease; width: 100%; text-align: left;
}
.homeServices .mySwiper .swiper-slide .slideWrapper .slide-content .serviceItemDesc {
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 4; -webkit-box-orient: vertical;
  color: rgba(255,255,255,.9); font-size: 13px;
}
.homeServices .mySwiper .swiper-slide .slideWrapper .subtitle {
  color: #28a0cf; font-size: 14px; font-weight: 500; margin-bottom: 4px;
}
.homeServices .mySwiper .swiper-slide .slideWrapper .title {
  color: #fff; font-size: 22px; line-height: 32px; font-weight: 700; margin-bottom: 8px;
}
.homeServices .mySwiper .swiper-slide .slideWrapper .slideBtn {
  display: inline-flex; align-items: center; gap: 6px;
  color: #fff; font-family: 'Poppins', sans-serif;
  font-size: 14px; background: none; border: none; cursor: pointer;
  text-decoration: none; padding: 0;
}
.homeServices .mySwiper .slideWrapper .serviceApend {
  position: absolute; transform: scaleX(0); transform-origin: left;
  visibility: hidden; opacity: 0;
  width: 100%; height: 100%; top: 0; left: 0; transition: all .6s;
  background: #F1F1EF; z-index: 10; box-sizing: border-box;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 15px 30px 30px;
}
.homeServices .mySwiper .slideWrapper:hover { z-index: 99 !important; }
.homeServices .mySwiper .slideWrapper:hover .serviceApend {
  transform: scaleX(1); width: calc(200% + 40px);
  height: 100%; visibility: visible; opacity: 1;
}
.homeServices .mySwiper .slideWrapper .serviceApend .description {
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 3; -webkit-box-orient: vertical;
  color: #555; font-size: 14px; line-height: 1.6;
}
.homeServices .mySwiper .slideWrapper .serviceApend .appendTitle {
  color: #000; font-size: 20px; font-weight: 700; margin-bottom: 8px;
}
.homeServices .mySwiper .slideWrapper .serviceApend .appendSubtitle {
  color: #28a0cf; font-size: 14px; margin-bottom: 8px;
}
.homeServices .mySwiper .slideWrapper .serviceApend .appendBtns {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
}
.homeServices .mySwiper .slideWrapper .serviceApend .appendBtns .learnMore {
  font-family: 'Poppins', sans-serif; font-size: 14px;
  color: #000; text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}
.homeServices .mySwiper .slideWrapper .serviceApend .appendBtns .learnMore:hover { color: #28a0cf; }
.homeServices .mySwiper .slideWrapper .serviceApend .appendBtns .btnConsult {
  background: #28A0CF; color: #fff; padding: 8px 16px;
  border-radius: 4px; font-family: 'Poppins', sans-serif;
  font-size: 14px; text-decoration: none; display: inline-flex; align-items: center; gap: 6px;
}
.homeServices .mySwiper .slideWrapper .serviceApend .appendBtns .btnConsult:hover { opacity: .88; color: #fff; }
.customBottomNav {
  position: relative; overflow: visible; width: 100%; margin-top: 20px;
  display: flex; gap: 40px; align-items: center; justify-content: center; height: 27px;
}
.customBottomNav .swiper-button-prev,
.customBottomNav .swiper-button-next {
  font-size: 16px; position: relative; width: auto; height: auto;
  color: #000; margin: 0; cursor: pointer;
}
.customBottomNav .swiper-button-prev::after,
.customBottomNav .swiper-button-next::after { display: none; }
.customBottomNav svg { width: 32px; height: 25px; }

/* ===== FEATURES / INDUSTRIES ===== */
.features { position: relative; }
.features .morServicesBtn {
  position: absolute; bottom: 40px; z-index: 99;
  text-align: center; width: 100%;
}
.features .morServicesBtn a {
  font-size: 18px; color: #fff; text-decoration: none;
  font-family: 'Poppins', sans-serif; font-weight: 500;
  border: 1px solid rgba(255,255,255,.5); padding: 8px 24px;
  border-radius: 4px; display: inline-block;
}
.features .morServicesBtn a:hover { color: #28a0cf; border-color: #28a0cf; }
.features .swiper { width: 100%; }
.features .swiper-slide { min-height: 650px; max-height: 750px; height: 100%; }
.features .swiper-slide .slideWrapper {
  display: flex; align-items: flex-start;
  height: 100%; padding-top: 80px; box-sizing: border-box;
  padding-left: 24px; padding-right: 24px; max-width: 1448px; margin: 0 auto;
}
.features .swiper-slide .slideWrapper .slide-content {
  background: linear-gradient(94.77deg, rgba(40,160,207,.6) 3.86%, rgba(0,0,0,.6) 96.9%);
  padding: 40px 25px 40px 50px;
  border-left: 5px solid #28A0CF; max-width: 700px;
}
.features .swiper-slide .slideWrapper .slide-content .title {
  color: #fff; font-size: 24px; line-height: 36px;
  font-weight: 700; margin-top: 35px; margin-bottom: 16px;
}
.features .swiper-slide .slideWrapper .slide-content .labelCustom {
  background-color: #fff; color: #28a0cf; font-weight: 500;
  line-height: 24px; border-radius: 4px; padding: 5px 12px; display: inline-block;
}
.features .swiper-slide .slideWrapper .slide-content p {
  color: rgba(255,255,255,.9); font-size: 16px; margin-bottom: 16px;
}
.features .swiper-slide .slideWrapper .slide-content a {
  color: #fff; font-family: 'Poppins', sans-serif; font-size: 14px;
  font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
}
.features .swiper-slide .slideWrapper .slide-content a:hover { color: #00f1ff; }
.features .swiper-pagination {
  display: flex !important; width: 100% !important; justify-content: center;
  bottom: 90px !important; top: inherit !important;
  max-width: 1448px; padding: 0 24px; margin: 0 auto;
  left: 0 !important; right: 0 !important; z-index: 9999;
  box-sizing: border-box;
}
.features .swiper-pagination .swiper-pagination-bullet {
  width: auto !important; height: auto !important;
  border-radius: 0 !important; background: transparent !important; opacity: 1 !important;
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 4px; flex: 1; cursor: pointer;
}
.features .swiper-pagination .swiper-pagination-bullet span { padding-right: 30px; color: #fff; }
.features .swiper-pagination .swiper-pagination-bullet span:first-child { font-size: 18px; font-weight: 700; }
.features .swiper-pagination .swiper-pagination-bullet .slidebar { background: #fff; height: 2px; width: 100%; }
.features .swiper-pagination .swiper-pagination-bullet-active .slidebar { background: #28A0CF; }

/* ===== CASE STUDIES ===== */
.caseStudiesSect { overflow: hidden; }
.caseStudies {
  max-width: 1448px; margin: 0 auto; position: relative;
}
.caseStudies .caseStudiesRow {
  display: flex; flex-wrap: wrap; align-items: stretch; min-height: 400px;
}
.caseStudies .caseCol { width: 50%; box-sizing: border-box; }
.caseStudies .caseCol:first-child { padding: 0 15px; }
.caseStudiesInner { padding: 70px 0; }
.caseStudiesInner .subtitle {
  color: #28a0cf; font-size: 14px; font-weight: 500; margin-bottom: 8px;
}
.caseStudiesInner .sectionTitle {
  font-size: 36px; font-weight: 700; color: #000; line-height: 54px; margin-bottom: 8px;
}
.caseStudiesInner .text { color: #000; font-size: 16px; line-height: 1.6; margin-bottom: 16px; }
.caseStudiesInner .caseBtns {
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-top: 16px;
}
.caseStudiesInner .caseBtns a {
  color: #28a0cf; font-family: 'Poppins', sans-serif; font-size: 16px;
  font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.caseStudiesInner .caseBtns a:hover { color: #000; }
.caseStudies .clipPath {
  position: absolute; right: 0; top: 0;
  height: 100%; width: 50%;
  clip-path: polygon(55% 0, 100% 0%, 100% 100%, 0 100%);
  background: #fff;
}
.caseStudies .clipPath img {
  object-fit: cover; height: 100%; width: 100%;
}

/* ===== INSIGHTS ===== */
.insight { display: flex; height: 100vh; min-height: 750px; }
.insight .insigtLeftSide {
  display: flex; flex-direction: column; width: 33.333%;
  position: relative; padding: 70px 40px 40px 70px;
  background-color: #F1F1F1; box-sizing: border-box;
}
.insight .leftSideTitles { max-width: 400px; width: 100%; }
.insight .leftSideTitles .colorPrimary { color: #28a0cf; font-size: 14px; font-weight: 500; display: block; }
.insight .leftSideTitles .sectionTitle {
  font-size: 36px; font-weight: 700; color: #000; line-height: 54px; margin-bottom: 24px;
}
.insight .titleBtnList { display: block; }
.insight .titleBtn { cursor: pointer; margin-bottom: 20px; width: 100%; }
.insight .titleBtn button {
  width: 400px; max-width: 100%; padding: 9px 16px;
  font-weight: 500; border-radius: 0; font-size: 16px;
  font-family: 'Poppins', sans-serif; cursor: pointer;
  text-align: left; border: 1px solid #28A0CF;
  background: transparent; color: #28A0CF;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: all .6s;
}
.insight .titleBtn button.active,
.insight .titleBtn button:hover { background: #28A0CF; color: #fff; }
.insight .insightBottomNav {
  max-width: 400px; width: 100%; display: flex;
  justify-content: space-between; align-items: center; margin-top: auto;
}
.insight .bottomButton {
  color: #fff; background: #28A0CF; padding: 9px 16px;
  border-radius: 0; font-size: 16px; font-family: 'Poppins', sans-serif;
  text-decoration: none; display: inline-block;
}
.insight .insightNav { display: flex; gap: 16px; align-items: center; }
.insight .insightNav button {
  background: none; border: none; cursor: pointer; padding: 4px;
  color: #000; display: flex; align-items: center;
}
.insight .insightNav button:hover { color: #28a0cf; }
.insight .insigtSwipperRight { width: 66.667%; }
.insight .insigtSwipperRight .swiper,
.insight .insigtSwipperRight .swiper-wrapper,
.insight .insigtSwipperRight .swiper-slide { height: 100%; }
.insight .slideWrapper { height: 100%; display: flex; align-items: flex-end; }
.insight .slideWrapper .slide-content { max-width: 514px; padding: 0 0 25px 50px; color: #fff; }
.insight .slideWrapper .slide-content p { color: rgba(255,255,255,.8); margin-bottom: 8px; font-size: 14px; }
.insight .slideWrapper .slide-content .title { font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.insight .slideWrapper .slide-content a {
  color: #fff; font-family: 'Poppins', sans-serif; font-size: 14px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
}
.insight .slideWrapper .slide-content a:hover { color: #28a0cf; }

/* ===== NEWSLETTER ===== */
.newsletter {
  color: #28a0cf; display: flex; justify-content: space-between; align-items: center;
  margin: 70px auto; border: 2px solid #28A0CF; border-radius: 4px;
  padding: 44px 25px; max-width: 1448px; box-sizing: border-box; flex-wrap: wrap; gap: 24px;
}
.newsletter h2 { font-weight: 700; text-transform: uppercase; font-size: 42px; color: #000; margin-bottom: 8px; }
.newsletter p { font-size: 26px; color: #000; }
.newsletter .nlLeft { flex: 0 0 40%; }
.newsletter .nlRight { flex: 0 0 55%; position: relative; }
.newsletter .nlInput {
  width: 100%; height: 75px; background: #28A0CF; border: none;
  border-radius: 4px; padding: 0 80px 0 20px; color: #fff;
  font-size: 16px; font-family: 'Poppins', sans-serif; outline: none; box-sizing: border-box;
}
.newsletter .nlInput::placeholder { color: rgba(255,255,255,.9); font-weight: 700; }
.newsletter .nlSubmit {
  position: absolute; right: 0; top: 0; height: 75px; width: 75px;
  background: transparent; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 28px; transition: all .3s;
}
.newsletter .nlSubmit:hover { transform: scale(1.1); }
.newsletter .nlMsg { font-size: 13px; margin-top: 6px; }
.newsletter .nlMsg.error { color: #ff0000; }
.newsletter .nlMsg.success { color: green; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .mainBanner .bannerContent { align-items: center; }
  .mainBanner .bannerContentInner {
    margin-bottom: 0; margin-top: 50px; padding: 15px;
    background: linear-gradient(90.14deg, rgba(0,0,0,.54) 2.37%, rgba(6,168,216,.23) 95.12%);
  }
  .mainBanner .bannerHeading { font-size: 32px; line-height: 36px; margin: 10px 0; }
  .mainBanner .bannerDescription { font-size: 16px; }
  .homeServices .mySwiper { padding-bottom: 50px !important; margin-top: 50px; }
  .features .morServicesBtn { bottom: 25px; }
  .features .morServicesBtn a { font-size: 16px; }
  .features .swiper-pagination { padding: 0 5px; height: auto; }
  .features .swiper-pagination .swiper-pagination-bullet span { padding-right: 5px; font-size: 12px; }
  .features .swiper-slide { min-height: auto; max-height: 700px; }
  .features .swiper-slide .slideWrapper { padding-top: 50px; }
  .features .swiper-slide .slideWrapper .slide-content { padding: 30px 15px 15px; }
  .features .swiper-slide .slideWrapper .slide-content .title { font-size: 20px; line-height: normal; }
  .caseStudies .caseCol { width: 100%; }
  .caseStudies .clipPath { position: relative; clip-path: none; height: 280px; width: 100%; }
  .caseStudies .clipPath img { margin: 0; object-fit: cover; }
  .insight { flex-direction: column; height: auto; min-height: auto; }
  .insight .insigtLeftSide { width: 100%; display: block; padding: 40px 15px; }
  .insight .leftSideTitles { max-width: 100%; }
  .insight .titleBtnList { display: none; }
  .insight .insightBottomNav { max-width: 100%; }
  .insight .insigtSwipperRight { width: 100%; height: 50vh; min-height: 400px; }
  .insight .slideWrapper .slide-content { padding: 0 15px; }
  .insight .slideWrapper .slide-content .title { font-size: 20px; }
  .newsletter { margin: 35px 15px; padding: 30px 15px; }
  .newsletter h2 { font-size: 28px; }
  .newsletter p { font-size: 16px; }
  .newsletter .nlLeft, .newsletter .nlRight { flex: 0 0 100%; }
  .newsletter .nlInput { height: 60px; }
  .newsletter .nlSubmit { height: 60px; }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mainBanner { max-height: 600px; }
  .caseStudies .clipPath { clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 45% 100%); }
  .newsletter { padding: 20px 25px; }
  .newsletter h2 { font-size: 28px; }
  .newsletter p { font-size: 16px; }
  .newsletter .nlInput { height: 55px; }
  .newsletter .nlSubmit { height: 55px; }
}
@media (min-width: 1280px) and (max-width: 1450px) {
  .insight .titleBtn button { width: 100%; }
}

/* ============================================================
   REDESIGN – McKinsey-level polish (2025)
   Prefix: hb- (banner), htb- (trust bar), hs- (services),
           hst- (stats), hi- (industries), hcs- (case study),
           hin- (insights), hcta- (cta)
   ============================================================ */

/* ----- HERO BANNER ----- */
.hb-wrap {
  position: relative; height: 100vh; min-height: 580px; max-height: 820px;
  display: flex; flex-direction: column; overflow: hidden;
}
.hb-media { position: absolute; inset: 0; z-index: 0; }
.hb-video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hb-gradient {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top,  rgba(0,0,0,.60) 0%, rgba(0,0,0,.18) 45%, transparent 70%),
    linear-gradient(to right, rgba(0,0,0,.42) 0%, transparent 60%);
}
.hb-body {
  position: relative; z-index: 1; flex: 1;
  display: flex; align-items: flex-end;
  padding: 0 0 0; max-width: 100%; width: 100%; margin: 0; box-sizing: border-box;
}
.hb-copy {
  max-width: 580px;
  background: rgba(0,0,0,.50);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 36px 48px 44px;
}
.hb-eyebrow {
  display: block; font-size: 12px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: #28A0CF; margin-bottom: 14px;
}
.hb-h1 {
  font-size: clamp(32px, 4.5vw, 56px); font-weight: 700; line-height: 1.1;
  color: #fff; margin: 0 0 16px; letter-spacing: -0.02em;
}
.hb-lead {
  font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.85);
  margin: 0 0 28px; max-width: 460px;
}
.hb-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hb-cta-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: #28A0CF; color: #fff;
  padding: 14px 28px; border-radius: 3px;
  font-size: 15px; font-weight: 600; text-decoration: none; font-family: 'Poppins', sans-serif;
  transition: background .2s, transform .15s;
}
.hb-cta-primary:hover { background: #1d8ab5; color: #fff; transform: translateY(-2px); }
.hb-cta-ghost {
  display: inline-flex; align-items: center;
  border: 1.5px solid rgba(255,255,255,.6); color: #fff;
  padding: 13px 28px; border-radius: 3px;
  font-size: 15px; font-weight: 500; text-decoration: none; font-family: 'Poppins', sans-serif;
  transition: border-color .2s, color .2s, transform .15s;
}
.hb-cta-ghost:hover { border-color: #28A0CF; color: #28A0CF; transform: translateY(-2px); }

.hb-statsbar {
  position: relative; z-index: 1;
  background: rgba(0,0,0,.58); backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,.1);
}
.hb-statsbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 64px;
  display: flex;
}
.hb-stat {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  padding: 22px 0; text-align: center;
  border-right: 1px solid rgba(255,255,255,.12);
}
.hb-stat:last-child { border-right: none; }
.hb-stat-val { font-size: 30px; font-weight: 700; color: #fff; line-height: 1; }
.hb-stat-lbl {
  font-size: 11px; color: rgba(255,255,255,.68); margin-top: 5px;
  letter-spacing: .06em; text-transform: uppercase;
}

/* ----- TRUST BAR ----- */
.htb-wrap { background: #fff; border-bottom: 1px solid #e5e7eb; }
.htb-inner {
  max-width: 1200px; margin: 0 auto; padding: 18px 64px;
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.htb-label {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em;
  color: #9CA3AF; white-space: nowrap; flex-shrink: 0;
}
.htb-pipe { width: 1px; height: 18px; background: #D1D5DB; flex-shrink: 0; }
.htb-badges { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.htb-badge {
  font-size: 11px; font-weight: 700; color: #044D69;
  border: 1.5px solid #28A0CF; border-radius: 3px;
  padding: 4px 10px; background: rgba(40,160,207,.07);
  letter-spacing: .04em; white-space: nowrap;
}

/* ----- HOME SERVICES ----- */
.hs-wrap { background: #fff; padding: 100px 64px; }
.hs-inner { max-width: 1200px; margin: 0 auto; }
.hs-header { text-align: center; margin-bottom: 60px; }
.hs-eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #28A0CF; margin-bottom: 14px;
}
.hs-h2 {
  font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: #111827;
  margin: 0 0 16px; letter-spacing: -.025em; line-height: 1.2;
}
.hs-sub { font-size: 16px; color: #6B7280; max-width: 580px; margin: 0 auto; line-height: 1.7; }

.hs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hs-card {
  display: flex; flex-direction: column; padding: 36px 30px;
  border: 1px solid #E5E7EB; border-radius: 6px;
  text-decoration: none; background: #fff;
  transition: box-shadow .25s, border-color .25s, transform .2s;
}
.hs-card:hover {
  box-shadow: 0 8px 36px rgba(4,77,105,.12);
  border-color: #28A0CF; transform: translateY(-4px);
}
.hs-icon-wrap {
  width: 52px; height: 52px; border-radius: 8px;
  background: rgba(40,160,207,.1); display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px; flex-shrink: 0;
}
.hs-icon-wrap i { font-size: 22px; color: #28A0CF; }
.hs-card-title { font-size: 17px; font-weight: 700; color: #111827; margin: 0 0 10px; line-height: 1.3; }
.hs-card-desc { font-size: 14px; color: #6B7280; line-height: 1.7; margin: 0; flex: 1; padding-bottom: 22px; }
.hs-card-link { font-size: 13px; font-weight: 700; color: #28A0CF; }
.hs-card:hover .hs-card-link { color: #044D69; }

.hs-footer-link { text-align: center; margin-top: 52px; }
.hs-footer-link a {
  font-size: 15px; font-weight: 600; color: #28A0CF; text-decoration: none;
  padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: border-color .2s;
}
.hs-footer-link a:hover { border-color: #28A0CF; }

/* ----- HOME STATS ----- */
.hst-wrap { background: #044D69; padding: 80px 64px; }
.hst-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.hst-item {
  display: flex; flex-direction: column; align-items: center;
  padding: 8px 24px; text-align: center;
  border-right: 1px solid rgba(255,255,255,.15);
}
.hst-item:last-child { border-right: none; }
.hst-val { font-size: clamp(42px, 4.5vw, 60px); font-weight: 700; color: #fff; line-height: 1; }
.hst-lbl { font-size: 13px; color: rgba(255,255,255,.68); margin-top: 10px; letter-spacing: .04em; }

/* ----- HOME INDUSTRIES ----- */
.hi-wrap { background: #F4F6F9; padding: 100px 64px; }
.hi-inner { max-width: 1200px; margin: 0 auto; }
.hi-header { text-align: center; margin-bottom: 44px; }
.hi-eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #28A0CF; margin-bottom: 14px;
}
.hi-h2 {
  font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: #111827;
  margin: 0; letter-spacing: -.025em;
}

.hi-tabs {
  display: flex; gap: 0; border-bottom: 2px solid #E5E7EB; margin-bottom: 44px;
  overflow-x: auto;
}
.hi-tab {
  padding: 14px 36px; font-size: 15px; font-weight: 600;
  font-family: 'Poppins', sans-serif; background: none; border: none;
  color: #6B7280; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -2px;
  transition: color .2s, border-color .2s; white-space: nowrap;
}
.hi-tab:hover { color: #28A0CF; }
.hi-tab--active { color: #044D69; border-bottom-color: #28A0CF; }

.hi-panel {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  min-height: 360px;
}
.hi-panel-text { padding: 12px 0; }
.hi-panel-title { font-size: 26px; font-weight: 700; color: #111827; margin: 0 0 18px; line-height: 1.25; }
.hi-panel-desc { font-size: 16px; color: #4B5563; line-height: 1.75; margin: 0 0 30px; }
.hi-panel-link {
  font-size: 15px; font-weight: 600; color: #28A0CF; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px;
  padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: border-color .2s;
}
.hi-panel-link:hover { border-color: #28A0CF; }
.hi-panel-img {
  position: relative; height: 380px; border-radius: 8px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.hi-all { text-align: center; margin-top: 52px; }
.hi-all a {
  font-size: 15px; font-weight: 600; color: #28A0CF; text-decoration: none;
  padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: border-color .2s;
}
.hi-all a:hover { border-color: #28A0CF; }

/* ----- HOME CASE STUDY ----- */
.hcs-wrap { background: #fff; padding: 100px 64px; overflow: hidden; }
.hcs-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.hcs-eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #28A0CF; margin-bottom: 18px;
}
.hcs-h2 {
  font-size: clamp(22px, 2.8vw, 36px); font-weight: 700; color: #111827;
  margin: 0 0 22px; line-height: 1.2;
}
.hcs-desc { font-size: 16px; color: #4B5563; line-height: 1.8; margin: 0 0 36px; }
.hcs-links { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.hcs-link-primary {
  font-size: 15px; font-weight: 600; color: #fff; background: #28A0CF;
  padding: 14px 28px; border-radius: 3px; text-decoration: none; display: inline-block;
  transition: background .2s, transform .15s;
}
.hcs-link-primary:hover { background: #1d8ab5; color: #fff; transform: translateY(-2px); }
.hcs-link-secondary {
  font-size: 14px; font-weight: 500; color: #6B7280; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px; transition: color .2s;
}
.hcs-link-secondary:hover { color: #28A0CF; }
.hcs-visual { position: relative; }
.hcs-img-wrap {
  position: relative; height: 460px; border-radius: 8px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.14);
}

/* ----- HOME INSIGHTS ----- */
.hin-wrap { background: #F4F6F9; padding: 100px 64px; }
.hin-inner { max-width: 1200px; margin: 0 auto; }
.hin-header { text-align: center; margin-bottom: 56px; }
.hin-eyebrow {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: #28A0CF; margin-bottom: 14px;
}
.hin-h2 {
  font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: #111827;
  margin: 0; letter-spacing: -.025em;
}

.hin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hin-card {
  display: flex; flex-direction: column; background: #fff;
  border-radius: 6px; overflow: hidden;
  border: 1px solid #E5E7EB; text-decoration: none;
  transition: box-shadow .25s, transform .2s;
}
.hin-card:hover { box-shadow: 0 8px 36px rgba(4,77,105,.1); transform: translateY(-4px); }
.hin-card-img { width: 100%; height: 210px; overflow: hidden; flex-shrink: 0; }
.hin-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.hin-card:hover .hin-card-img img { transform: scale(1.06); }
.hin-card-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.hin-card-date { font-size: 11px; color: #9CA3AF; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 8px; }
.hin-card-title { font-size: 16px; font-weight: 700; color: #111827; line-height: 1.45; margin: 0; flex: 1; }
.hin-card-link { font-size: 13px; font-weight: 700; color: #28A0CF; margin-top: 16px; display: block; }

.hin-all { text-align: center; margin-top: 52px; }
.hin-all a {
  font-size: 15px; font-weight: 600; color: #28A0CF; text-decoration: none;
  padding-bottom: 2px; border-bottom: 1.5px solid transparent; transition: border-color .2s;
}
.hin-all a:hover { border-color: #28A0CF; }

/* ----- HOME CTA ----- */
.hcta-wrap { background: #28A0CF; padding: 80px 64px; }
.hcta-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between; gap: 48px;
  flex-wrap: wrap;
}
.hcta-text { flex: 1; min-width: 280px; }
.hcta-h2 { font-size: clamp(22px, 2.8vw, 36px); font-weight: 700; color: #fff; margin: 0 0 12px; line-height: 1.25; }
.hcta-sub { font-size: 16px; color: rgba(255,255,255,.85); margin: 0; line-height: 1.65; }
.hcta-btn {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #044D69;
  padding: 16px 34px; border-radius: 3px;
  font-size: 15px; font-weight: 700; text-decoration: none; font-family: 'Poppins', sans-serif;
  white-space: nowrap; transition: background .2s, transform .15s, color .2s;
}
.hcta-btn:hover { background: #f0f9ff; color: #044D69; transform: translateY(-2px); }

/* ----- RESPONSIVE – REDESIGN ----- */
@media (max-width: 1100px) {
  .hb-statsbar-inner { padding-left: 36px; padding-right: 36px; }
  .htb-inner { padding: 16px 36px; }
  .hs-wrap, .hst-wrap, .hi-wrap, .hcs-wrap, .hin-wrap, .hcta-wrap { padding-left: 36px; padding-right: 36px; }
  .hs-grid { grid-template-columns: repeat(2, 1fr); }
  .hi-panel { gap: 40px; }
}

@media (max-width: 900px) {
  .hst-inner { grid-template-columns: repeat(2, 1fr); }
  .hst-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding: 28px 16px; }
  .hst-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
  .hst-item:nth-child(3), .hst-item:nth-child(4) { border-bottom: none; }
  .hi-panel { grid-template-columns: 1fr; gap: 32px; }
  .hi-panel-img { height: 280px; order: -1; }
  .hcs-inner { grid-template-columns: 1fr; gap: 40px; }
  .hcs-img-wrap { height: 300px; }
  .hin-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hb-wrap { max-height: none; min-height: 100svh; }
  .hb-copy { max-width: 100%; padding: 28px 24px 36px; }
  .hb-h1 { font-size: 30px; }
  .hb-lead { font-size: 15px; }
  .hb-statsbar-inner { padding: 0; flex-wrap: wrap; }
  .hb-stat { flex: 1 1 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); padding: 18px 12px; }
  .hb-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .hb-stat:nth-child(3), .hb-stat:nth-child(4) { border-bottom: none; }
  .htb-inner { padding: 14px 20px; gap: 10px; }
  .htb-pipe { display: none; }
  .hs-wrap, .hi-wrap, .hcs-wrap, .hin-wrap { padding: 64px 20px; }
  .hst-wrap { padding: 60px 20px; }
  .hs-grid { grid-template-columns: 1fr; }
  .hs-card { padding: 28px 22px; }
  .hi-tabs { gap: 0; }
  .hi-tab { padding: 12px 18px; font-size: 14px; }
  .hin-grid { grid-template-columns: 1fr; }
  .hcta-wrap { padding: 64px 20px; }
  .hcta-inner { flex-direction: column; align-items: flex-start; }
  .hcta-btn { width: 100%; justify-content: center; }
}
