@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Medium.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src: url('../fonts/nexa/Nexa-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*  font-family: 'Teko';*/
/*  src: url('../fonts/teko/Teko-Light.ttf') format('truetype');*/
/*  font-weight: 300;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Teko';*/
/*  src: url('../fonts/teko/Teko-Regular.ttf') format('truetype');*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Teko';*/
/*  src: url('../fonts/teko/Teko-Medium.ttf') format('truetype');*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Teko';*/
/*  src: url('../fonts/teko/Teko-SemiBold.ttf') format('truetype');*/
/*  font-weight: 600;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Teko';*/
/*  src: url('../fonts/teko/Teko-Bold.ttf') format('truetype');*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*}*/

/* ===============================
   MONTSERRAT FONT FAMILY
   =============================== */

/* Thin */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}

/* ExtraLight */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

/* Light */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

/* Regular */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

/* Medium */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

/* SemiBold */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

/* Bold */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

/* ExtraBold */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}



/* =========================
   GLOBAL
========================= */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body font = Nexa */
body {
  font-family: 'Montserrat', sans-serif;
  color: #111;
}

/* Class */
.teka-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #003E52;
}

/* Header Css Start Here */
/*==================================================
   HEADER BASE (ASAP ONLY + STICKY)
================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.site-header,
.site-header * {
  font-family: 'Nexa', sans-serif;
}

/* ==================================================
   DESKTOP HEADER
================================================== */
.desktop-header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.header-logo img {
  height: 80px;
}

/* ==================================================
   DESKTOP NAV
================================================== */
.header-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

/* MAIN NAV LINKS */
.header-nav > ul > li > a {
  position: relative;               /* ✅ IMPORTANT */
  font-size: 14px;
  font-weight: 500;
  color: #003E52;
  text-decoration: none;
  padding-bottom: 4px;
}

/* Underline animation */
.header-nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #003E52;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* Hover underline */
.header-nav > ul > li > a:hover::after {
  transform: scaleX(1);
}

/* Services arrow */
.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.menu-arrow {
  width: 10px;
  flex-shrink: 0;
}

/* ===== MEGA DROPDOWN ===== */
.mega-dropdown {
  position: absolute;
  top: 105%;         /* li ke neeche */
  left: 0;
  width: 100vw;      /* full screen width */
  background: #003E52;
  display: none;     /* hidden by default */
  z-index: 999;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
li.menu-item.has-submenu::after {
    content: "";
    position: absolute;
    top: 60%;
    /* left: 0; */
    width: 10vw;
    height: 45px;
    z-index: 1;
    margin-left: -50px;
}

/* SHOW ON HOVER */
.menu-item.has-submenu:hover > .mega-dropdown {
  display: block;
}

/* INNER CONTENT CENTERED */
.mega-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 40px 0px;
}

/* LEFT IMAGE */
.mega-left img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
}

/* RIGHT GRID */
.mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns: 4+4 items */
  gap: 16px 24px;
}

/* MEGA ITEM */
.mega-item {
  /*border: 1px solid #003E52;*/
  padding: 14px 16px;
  /*background: #fff;*/
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}


/* MEGA ITEM */
.mega-item:hover {
  background: linear-gradient(90deg, #ea0029, #f5a800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/* Target h4 and p inside hovered mega-item */
.mega-item:hover h4,
.mega-item:hover p {
  color: #FF8C3D;
}


/*.mega-item:hover {*/
/*  background: #f9fafb;*/
/*  box-shadow: 0 6px 16px rgba(0,0,0,0.06);*/
/*}*/

.mega-item h4 { font-size:15px; font-weight:500; color:white; margin:0 0 6px; }
.mega-item p { font-size:13px; color:white; margin:0; }

/* ==================================================
   HEADER ACTIONS
================================================== */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Get a Quote */
.btn-outline-head {
  border: 1.5px solid #003E52;
  color: #003E52;
}
.btn-outline-head:hover {
  color:white;
  background-color:#003E52 ;
}

/* WhatsApp */
.btn-whatsapp {
  background: #003E52;
  color: #fff;
  border: 1.2px solid #003E52;
}

.btn-whatsapp:hover {
  background: #fff;
  color: #000;
}

.btn-whatsapp:hover img {
  filter: brightness(0) saturate(100%);
}

/* ==================================================
   MOBILE HEADER
================================================== */
.mobile-header {
  display: none;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.mobile-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo img {
  height: 70px;
}

/* Burger */
.mobile-burger {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-burger span {
  width: 24px;
  height: 4px;
  background: #003E52;
}

/* ==================================================
   MOBILE MENU
================================================== */
.mobile-menu {
  display: none;
  background: #fff;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu-list {
  list-style: none;
}

.mobile-item {
  border-bottom: 1px solid #eaeaea;
}

.mobile-item a,
.submenu-toggle {
  width: 100%;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: none;
  text-align: left;
  color: #003E52;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

/* Mobile Submenu */
.mobile-submenu {
  display: none;
}

.mobile-submenu.active {
  display: block;
}

.mobile-submenu a {
  padding: 14px 35px;
  font-size: 14px;
  border-top: 1px solid #f0f0f0;
}

/* ==================================================
   RESPONSIVE SWITCH
================================================== */
@media (max-width: 991px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }
}

/* Header Css Ends Here */

/* ================================
   CUSTOM SCROLLBAR
================================ */

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px;              /* 👈 thin scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;     /* track color */
}

::-webkit-scrollbar-thumb {
  background-color: #003E52;  /* 👈 main color */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #002c3b;  /* slightly darker on hover */
}

/* Firefox */
html {
  scrollbar-width: thin;              /* thin */
  scrollbar-color: #003E52 #f1f1f1;    /* thumb | track */
}



/* ==================================================
   FOOTER
================================================== */

.site-footer {
  background: linear-gradient(180deg, #003E52 0%, #04232D 100%);
  color: #ffffff;
  font-family: 'Nexa', sans-serif;
  font-size: 12px;
  line-height: 25px;
  margin-bottom: -100px;;
}

/* Inner container */
.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 2fr;
  gap: 40px;
}

/* Logo */
.footer-logo {
  max-width: 180px;
  /* margin-bottom: 16px; */
}

/* Text */
.footer-text {
  opacity: 0.85;
  margin-bottom: 16px;
  margin-right: 20px;
}

/* Social */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social img {
  width: 18px;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.footer-social img:hover {
  opacity: 1;
}

.footer-col.footer-contact {
    margin-top: 45px;
}

/* Menus */
.footer-menu {
  list-style: none;
  margin-top: 45px;
}

.footer-menu li a {
  font-family: 'nexa', sans-serif;
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}

.footer-menu li a:hover {
  opacity: 1;
}

/* Contact */
.footer-contact p {
  /* margin-bottom: 6px; */
  display: flex;
  gap: 10px;
  line-height: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}

/* Map */
.footer-map {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -40px;
}

.footer-map iframe {
  width: 100%;
  height: 134px;
  border: none;
  border-radius: 12px;
  opacity: 0.8;
}

/* Bottom bar */
.footer-bottom {
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: #ffffff;
  opacity: 0.7;
  text-decoration: none;
}

.footer-social a{
  width: 20px;
  height: 20px;
  background: #1A4A5C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px; /* thora smooth look – image jaisa */
  transition: background 0.3s ease;
}

.footer-social a img{
  width: 12px;
  height: 12px;
  display: block;
}

.footer-links a:hover {
  opacity: 1;
}

/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 768px) {

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .footer-map iframe {
    height: 120px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

}

/* ==================================================
   HERO SECTION
================================================== */

.hero-section {
  position: relative;
  height: 90vh;
  width: 100%;
  overflow: hidden;
}

/* Video */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

/* Dark overlay (image jaisa effect) */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 62, 82, 0.4) 0%,
    rgba(4, 35, 45, 0.85) 100%
  );
  z-index: 2;
}
/* Scroll Down inside Hero */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 3; /* above overlay */
}

/* Mouse outline */
.hero-scroll .mouse-btn {
  margin: 0 auto 6px;
  width: 20px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  display: flex;
}

/* Scrolling dot */
.hero-scroll .mouse-scroll {
  width: 10px;
  height: 10px;
  background: #F04442;
  border-radius: 50%;
  margin: auto;
  animation: heroScroll 1.2s ease-in-out infinite;
}

/* Text */
.hero-scroll .scroll-text {
  font-size: 12px;
  letter-spacing: 1px;
}

/* Animation */
@keyframes heroScroll {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

/* Content wrapper */
.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner container */
.hero-inner {
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

/* ==================================================
   HERO BUTTONS
================================================== */

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 200px;
}

/* Base button */
.hero-btn {
  font-family: 'Asap Expanded', 'Asap', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 5px 35px;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.25s ease;
}

/* Primary */
.hero-btn-primary {
  background: #ffffff;
  color: #003E52;
}

/* Outline */
.hero-btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* Hover */
.hero-btn-primary:hover {
  background: #003E52;
  color: #ffffff;
}

.hero-btn-outline:hover {
  background: #ffffff;
  color: #003E52;
}

.why-water-mark-new {
    background-color: white !IMPORTANT;
    background: white !important;
}

/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 768px) {
    
    .why-water-mark-new {
        background: white;
        background-color: white;
    }

  .hero-section {
    height: 50vh;
  }
  .what-we-do {
      padding: 50px 20px !important;
  }

  .why-water-mark-new {
    padding: 20px 20px !important;
  }

  .hero-buttons {
      display: block;
      margin-top: 0px;
  }

  .hero-btn {
    width: 100%;
    max-width: 150px;
    margin-right: 20px;
    padding: 18px 30px;
    margin: 0 auto;
  }

  .why-watermark-section {
    padding: 30px 20px !important;
  }
  .why-title {
    margin-bottom: 0px !important;
  }
  .faq-left h2 {
    font-size: 32px !important;
  }
  .wm-faq-title {
    font-size: 22px !important;
  }
  .why-water-mark-new__left h2 {
      font-size: 35px !important;
  }
  .why-water-mark-new__num {
      font-size: 30px !important;
  }
  .why-water-mark-new__label i {
      width: 150px !important;
  }
  .why-water-mark-new__stat {
      margin-bottom: 25px !important;
  }

}
.why-water-mark-new__label i {
    width: 150px !important;
}
.faq-hero {
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url("../images/banners/faq-new.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* OVERLAY */
.faq-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.02) 30%,
      rgba(255,255,255,0.08) 50%,
      rgba(0, 62, 82, 0.65) 70%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 62, 82, 0.65) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.7) 100%
    );

  background-size: 200% 100%, 100% 100%;
  animation: faqHeroOverlayMove 7s ease-in-out infinite;
}

@keyframes faqHeroOverlayMove {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}

/* CONTENT */
.faq-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 0 20px;
}

.faq-hero__subtitle {
  display: block;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 16px;
}

.faq-hero__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .faq-hero {
    height: 500px;
    padding: 0 16px;
  }

  .faq-hero__title {
    font-size: 26px;
    line-height: 1.35;
  }
}

/* ==================================================
   SERVICES GRID SECTION
================================================== */

.services-grid-section {
  padding: 40px 20px;
}

.services-grid-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* Card */
.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 200px;
  text-decoration: none;
  border-radius: 10px;
}

/* Image */
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* Overlay gradient */
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    179.83deg,
    rgba(255, 255, 255, 0) 20.04%,
    #003E52 99.85%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

/* Text */
.service-card span {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 10px;
}

/* Hover effect */
.service-card:hover img {
  transform: scale(1.08);
}

.service-card:hover::after {
  opacity: 0.85;
}

/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 991px) {
  .services-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .services-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    height: 190px;
  }
}

/* ==================================================
   WHY WATERMARK SECTION
================================================== */

.why-watermark-section {
  background: #F9FAFB;
  padding: 70px 20px;
  font-family: 'Nexa', sans-serif;
}

.why-watermark-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* Title */
.why-title {
  font-size: 44px;
  font-weight: 800;
  color: #003E52;
  margin-bottom: 40px;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* Card */
.why-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #E1E7EC;
  border-radius: 2px;
  width: 100%;
  min-height: 118px;
  padding: 22px 18px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* Green overlay */
.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #003E52;
  z-index: 0;
  transition: height 0.35s ease;
}

/* Hover animation */
.why-card:hover::before {
  height: 100%;
}

.why-card:hover {
  /* transform: translateY(-4px); */
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Keep content above overlay */
.why-card > * {
  position: relative;
  z-index: 1;
}

/* Text color change */
.why-card h4,
.why-card p {
  transition: color 0.25s ease;
}

.why-card:hover h4,
.why-card:hover p {
  color: #ffffff;
}

/* Icon color handling */
.why-card img {
  transition: filter 0.25s ease;
}

.why-card:hover img {
  filter: brightness(0) invert(1);
}

/* Icon */
.why-icon {
  width: 40px;
  height: 40px;
  background: #003E52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.why-icon img {
  width: 18px;
  height: 18px;
}

/* Card title */
.why-card h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
  color: #003E52;
}

/* Card text */
.why-card p {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #5C6F7B;
}

/* ==================================================
   MOBILE STACK ANIMATION - FIXED
================================================== */
@media (max-width: 600px) {
  .why-grid {
    display: block;
  }

  .why-card {
    opacity: 1;
    transform: translateY(50px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    margin-bottom: 20px; /* spacing between cards */
  }

  .why-card.show {
    transform: translateY(0);
    opacity: 1;
  }
}


/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-card {
    text-align: center;
  }

  .why-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================================================
   FEATURED PORTFOLIO
================================================== */

.portfolio-section {
  padding: 70px 20px;
  /*background: #ffffff;*/
}

.portfolio-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Top bar */
.portfolio-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.portfolio-title {
  font-size: 44px;
  line-height: 34px;
  color: #003E52;
}


/* Tabs */
.portfolio-tabs {
  display: flex;
  gap: 8px;
}

/* Tabs wrapper (optional spacing) */
.portfolio-tabs {
  display: flex;
  gap: 24px;
}

/* Button base */
.tab-btn {
  position: relative;
  padding: 8px 0;
  font-size: 15px;
  background: transparent;
  border: none;               /* ❌ all borders removed */
  color: #003E52;
  cursor: pointer;
  outline: none;
}

/* underline base (hidden) */
.tab-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #FF6B2C;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* hover effect – center se line aaye */
.tab-btn:hover::after {
  width: 100%;
}

/* active tab – full underline always */
.tab-btn.active::after {
  width: 100%;
}

/* optional: hover text color */
.tab-btn:hover {
  color: #003E52;
}


/* Grid */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.portfolio-item:hover img {
  transform: scale(1.08);
}

/* Button */
.portfolio-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.portfolio-btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #003E52;
  color: #003E52;
  font-size: 12px;
  text-decoration: none;
}

.portfolio-btn:hover {
  border: 1px solid white;
  color: white;
  background-color: #003E52 ;
}



/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 991px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .portfolio-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .portfolio-tabs {
    flex-wrap: wrap;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ==================================================
   PORTFOLIO HOVER OVERLAY (NO DESIGN CHANGE)
================================================== */

.portfolio-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 62, 82, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.portfolio-item:hover::before {
  opacity: 1;
}

/* Overlay content wrapper */
.portfolio-item .portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

/* Text */
.portfolio-overlay h4 {
  font-family: 'Nexa', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0; /* ensure spacing consistent */
}

/* Button */
.portfolio-overlay a {
  padding: 8px 16px;
  font-size: 11px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
}

.portfolio-overlay a:hover {
  background: #ffffff;
  color: #003E52;
}
/* ==========
========================================
   OUR PROCESS SECTION
================================================== */

/* ===============================
   STEP ANIMATION (JS CONTROLLED)
================================ */
.process-step {
  position: relative;
  text-align: center;
  padding-top: 30px;

  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.process-step.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   SECTION STYLING (UNCHANGED)
================================ */
.process-section {
  position: relative;
  background: linear-gradient(180deg, #003E52 0%, #04232D 100%);
  padding: 120px 20px 100px;
  overflow: hidden;
  font-family: 'Nexa', sans-serif;
}

/* Big background title */
.process-bg-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(
    360deg,
    rgba(0, 62, 82, 0.4) 1.28%,
    rgb(255 255 255) 203.26%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: titleFill 1.6s ease forwards;
  pointer-events: none;
}

@keyframes titleFill {
  from { background-position: 0% 50%; }
  to   { background-position: 100% 50%; }
}

/* Inner */
.process-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Steps grid */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

/* ===============================
   NUMBER & CONNECTING LINE
================================ */
.step-number {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #FFFFFF33;
  position: relative;
}

/* Line (hidden initially) */
.process-step:not(:last-child) .step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 125%;
  width: 140px;
  height: 2px;
  background: rgba(255,255,255,0.25);

  transform: scaleX(0) translateY(-50%);
  transform-origin: left;
  transition: transform 0.6s ease;
}

/* Line appears with step */
.process-step.show .step-number::after {
  transform: scaleX(1) translateY(-50%);
}

/* ===============================
   TEXT STYLING (UNCHANGED)
================================ */
.process-step h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #ffffff;
}

.process-step p {
  font-size: 12px;
  line-height: 20px;
  color: #99A1AF;
}

/* ===============================
   RESPONSIVE
================================ */

/* Mobile only */
@media (max-width: 767px) {
  .process-bg-title {
    font-size: 35px;
        top: 40px;
        justify-self: center;
        transform: translateX(0%) !important;
        left: 0px !important;
        justify-self: anchor-center;
  }
  .step-number {
      font-size: 30px;
  }
}

@media (max-width: 991px) {


  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
  
  .why-water-mark-new__label i {
    width: 100px !important;
}

  /* Hide connecting lines on mobile */
  .step-number::after {
    display: none;
  }
}

@media (max-width: 480px) {

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-section {
    padding: 90px 20px 70px;
  }
}

/* ===============================
   ENDLESS LOGO MARQUEE
================================ */

.marquee-row {
  background: #F9FAFB;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-list {
  display: flex;
  align-items: center;
}

.marquee-list li {
  list-style: none;
  padding-right: 60px;
  white-space: nowrap;
}

.marquee-list img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  opacity: 1;
}

/* KEY PART */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ==================================================
   CTA FORM SECTION
================================================== */

.cta-form-section {
  background: #003E52;
  padding: 80px 20px;
  font-family: 'Nexa', sans-serif;
}

.flex-whatsapp {
    display: flex;
    gap: 10px;
}

.flex-whatsapp img{
    width: 35px;
}

.cta-form-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  /* align-items: center; */
}

/* LEFT */
.cta-left h2 {
    font-family: "Montserrat", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 70px;
  margin-top: 50px;
  text-transform: uppercase;
}

.cta-left h2 span {
  background: linear-gradient(90deg, #ea0029, #f5a800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}



.whatsapp-text strong {
  color: #ffffff;
  font-size: 14px;
}

.whatsapp-text p {
  font-size: 12px;
  color: #B8CCD6;
  margin: 4px 0 14px;
}

.whatsapp-btn-home {
  display: inline-block;
  background: #ffffff;
  color: #003E52;
  padding: 10px 100px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
}
.whatsapp-btn-home:hover {
  background: #003E52;
  color: #ffffff;
  border: 1px solid white;
}

/* RIGHT FORM */
.cta-right {
  background: #ffffff;
  padding: 28px;
  border-radius: 8px;
}

.interest-label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  color: #003E52;
}

.interest-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.interest-btn {
  border: 1px solid #B8CCD6;
  background: transparent;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  color: black;
}

.interest-btn.active {
  background: #003E52;
  color: #ffffff;
  border-color: #003E52;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B8CCD6;
  padding: 10px 0;
  font-size: 12px;
  margin-bottom: 18px;
  outline: none;
  font-family: 'Montserrat', Sans-Serif;
}

.contact-form textarea {
  resize: none;
  height: 70px;
}

/* Send Button */
.send-btn {
  background: #003E52;
  color: #ffffff;
  border: none;
  padding: 10px 18px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}
.send-btn img{ 
    width: 21px;
    margin-right: 5px;
}

/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 991px) {
  .cta-form-inner {
    grid-template-columns: 1fr;
  }

  .cta-left {
    text-align: left;
  }
  .whatsapp-btn-home {
      font-size: 15px !important;
  }
}

/* ==================================================
   FAQ SECTION
================================================== */

.faq-section {
  /*background: white;*/
  border-top: 6px solid #003E52;
  /*padding-top: 50px;*/
  /*padding-bottom: 50px;*/
}

.faq-inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

/* Left */
.faq-left h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #003E52;
  margin-bottom: 24px;
}

/* FAQ Item */
.faq-item {
  border: 1px solid #B8CCD6;
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #003E52;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Arrow */
.faq-icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid #003E52;
  border-bottom: 2px solid #003E52;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Answer */
.faq-answer {
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  font-size: 12px;
  line-height: 20px;
  color: #5C6F7B;
  padding-bottom: 14px;
  padding-top: 14px;
}

/* Active */
.faq-item.active .faq-answer {
  max-height: 120px;
}

.faq-item.active .faq-icon {
  transform: rotate(-135deg);
}

/* Right */
.faq-right img {
  width: 100%;
  display: block;
}
.faq-left {
    margin-left: clamp(100px, 150px, 375px);
    margin-bottom: 30px;
}


/* Mobile view */
@media (max-width: 768px) {
    .faq-left {
        margin-left: 0;
    }
    .faq-left h2 {
        margin-left: 20px;
                font-size: 25px !important;
        margin-top: 40px;
    }
    
}

@media (min-width: 960px) and (max-width: 1344px) {
    .faq-right img {
        width: 130% !important;
    }

    .contact-right input {
        font-size: 25px !important;
    }

    .w-name {
        width: 245px !important;
    }

    .contact-right p {
        font-size: 27px !important;
    }

    .w-project {
        width: 329px !important;
    }

    .contact-right select.w-project {
        font-size: 25px !important;
    }

    .w-contact {
        width: 415px !important;
    }

}

@media (min-width: 1345px) {

    .contact-right p {
        font-size: 30px !important;
    }

    .contact-right input {
        font-size: 25px !important;
    }

    .w-project {
        width: 345px !important;
    }

    .w-name {
        width: 250px !important;
    }

    .w-contact {
        width: 443px !important;
    }

}



/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 991px) {
  .faq-inner {
    grid-template-columns: 1fr;
  }

  .faq-right {
    display: none;
  }
}


/* ================= SECTION ================= */
.testimonial-slider {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.testimonial-slider h2 {
  font-size: 44px;
  margin-bottom: 60px;
  color: #003E52;
}

/* ================= SLIDER ================= */
.testimonial-slider .slider {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================= CARD ================= */
.testimonial-slider .card {
  position: absolute;
  width: 340px;
  height: 390px;
  background: #003E52;        /* ✅ REAL CARD COLOR */
  color: #fff;
  padding: 90px 35px 35px;
  text-align: center;
  border-radius: 28px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 2;
}

/* INNER BORDER */
.testimonial-slider .card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 22px;
  pointer-events: none;
}

/* AFTER = BLACK LAYER */
.testimonial-slider .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;           /* ✅ AFTER BLACK */
  border-radius: 30px;
  z-index: -1;
  transform: translate(16px, 18px);
}

/* IMAGE */
.testimonial-slider .card img {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 6px solid #e6f6fb;
}

/* TEXT */
.testimonial-slider .card h3 {
  margin: 15px 0 4px;
}

.testimonial-slider .card span {
  font-size: 14px;
  opacity: 0.7;
}

.testimonial-slider .quote {
  font-size: 34px;
  margin: 18px 0 12px;
}

.testimonial-slider .card p {
  font-size: 15px;
  line-height: 1.6;
}

/* ================= STATES ================= */
.testimonial-slider .card.active {
  transform: scale(1.08);
  z-index: 5;
}

.testimonial-slider .card.left {
  transform: translateX(-380px) rotate(-6deg) scale(0.95);
  opacity: 1;
}

.testimonial-slider .card.right {
  transform: translateX(380px) rotate(6deg) scale(0.95);
  opacity: 1;
}

/* ================= ARROWS ================= */
.testimonial-slider .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #003E52;
  background: #fff;
  color: #003E52;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

.testimonial-slider .nav:hover {
  background: #003E52;
  color: #fff;
}

.testimonial-slider .nav.prev { left: 40px; }
.testimonial-slider .nav.next { right: 40px; }

/* ================= DOTS ================= */
.testimonial-slider .dots {
  margin-top: 50px;
}

.testimonial-slider .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #b6c6cc;
  border-radius: 50%;
}

.testimonial-slider .dot.active {
  background: #003E52;
}
@media (max-width: 768px) {

  .testimonial-slider {
    padding: 50px 0;
  }

  .testimonial-slider h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .testimonial-slider .slider {
    height: 420px;
  }

  /* CARD SIZE SMALLER */
  .testimonial-slider .card {
    width: 280px;
    height: 340px;
    padding: 80px 25px 25px;
    border-radius: 22px;
  }

  /* IMAGE SMALL */
  .testimonial-slider .card img {
    width: 75px;
    height: 75px;
    top: -38px;
  }

  /* TEXT SCALE */
  .testimonial-slider .card h3 {
    font-size: 18px;
  }

  .testimonial-slider .card span {
    font-size: 13px;
  }

  .testimonial-slider .card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .testimonial-slider .quote {
    font-size: 28px;
  }

  /* POSITIONING — LESS GAP */
  .testimonial-slider .card.left {
    transform: translateX(-260px) rotate(-4deg) scale(0.92);
    opacity: 1;
  }

  .testimonial-slider .card.right {
    transform: translateX(260px) rotate(4deg) scale(0.92);
    opacity: 1;
  }

  /* HIDE ARROWS ON MOBILE */
  .testimonial-slider .nav {
    display: none;
  }

  /* DOTS MORE TOUCH FRIENDLY */
  .testimonial-slider .dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
}


/* About Us Page Start */

.about-hero {
  position: relative;
  width: 100%;
  height: 360px;                 /* ✅ FIXED HEIGHT */
  background-image: url("..//images/about-us/about-1.jpg"); /* change image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* OVERLAY — animated but SAME colors */
.about-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.02) 30%,
      rgba(255,255,255,0.08) 50%,
      rgba(0, 62, 82, 0.65) 70%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 62, 82, 0.65) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.7) 100%
    );

  background-size: 200% 100%, 100% 100%;
  animation: aboutHeroOverlayMove 7s ease-in-out infinite;
}
@keyframes aboutHeroOverlayMove {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}


/* CONTENT */
.about-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 0 20px;
}

.about-hero__subtitle {
  display: block;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 16px;
}

.about-hero__media {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 22px;
}

.about-hero__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

/* ================= MOBILE (SAME BLOCK) ================= */
@media (max-width: 768px) {

  .about-hero {
    height: 500px;               /* ✅ SAME HEIGHT ON MOBILE */
    padding: 0 16px;
  }

  .about-hero__title {
    font-size: 26px;
    line-height: 1.35;
  }

  .about-hero__media {
    font-size: 13px;
  }
}

.our-story {
  width: 100%;
  background: #ffffff;
  padding: 50px 20px;
}

.our-story__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Title stays center */
.our-story__title {
  text-align: center;
  font-size: 44px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 50px;
}

/* 2 column layout */
.our-story__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Left text */
.our-story__text p {
  font-size: 14px;
  line-height: 1.7;
  color: #4a5a68;
  margin-bottom: 15px;
}

/* Right video */
.our-story__video video {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .our-story {
    padding: 70px 16px;
  }

  .our-story__title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .our-story p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
  }
    .our-story__content {
    grid-template-columns: 1fr;
  }

  .our-story__video {
    margin-top: 30px;
  }
  .our-story__content {
      gap: 0px;
  }
}

/* ==================================================
   OUR JOURNEY SECTION
================================================== */

.journey-section {
  position: relative;
  background: linear-gradient(180deg, #003E52 0%, #04232D 100%);
  padding: 120px 20px 100px;
  overflow: hidden;
  font-family: 'Nexa', sans-serif;
}

/* Big background title */
.journey-bg-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(
    360deg,
    rgba(0, 62, 82, 0.4) 1.28%,
    rgb(255 255 255) 203.26%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: journeyTitleFill 1.6s ease forwards;
  pointer-events: none;
}

@keyframes journeyTitleFill {
  from { background-position: 0% 50%; }
  to   { background-position: 100% 50%; }
}

/* Inner */
.journey-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Steps grid */
.journey-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

/* Step */
.journey-step {
  position: relative;
  text-align: center;
  padding-top: 30px;
  opacity: 0;
  transform: translateX(-20px);
  animation: journeyStepFade 0.8s ease forwards;
}

.journey-step:nth-child(1) { animation-delay: 0.2s; }
.journey-step:nth-child(2) { animation-delay: 0.4s; }
.journey-step:nth-child(3) { animation-delay: 0.6s; }
.journey-step:nth-child(4) { animation-delay: 0.8s; }
.journey-step:nth-child(5) { animation-delay: 1s; }

@keyframes journeyStepFade {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Number */
.journey-step-number {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #FFFFFF33;
  position: relative;
}

/* LINE AFTER NUMBER */
.journey-step:not(:last-child) .journey-step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  background: rgba(255,255,255,0.25);
  transform-origin: left;
  animation: journeyLineGrow 0.8s ease forwards;
}

.journey-step:nth-child(1) .journey-step-number::after { animation-delay: 0.3s; }
.journey-step:nth-child(2) .journey-step-number::after { animation-delay: 0.5s; }
.journey-step:nth-child(3) .journey-step-number::after { animation-delay: 0.7s; }
.journey-step:nth-child(4) .journey-step-number::after { animation-delay: 0.9s; }

@keyframes journeyLineGrow {
  from { transform: scaleX(0) translateY(-50%); }
  to   { transform: scaleX(1) translateY(-50%); }
}

/* Title */
.journey-step h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #ffffff;
}

/* Paragraph */
.journey-step p {
  font-size: 12px;
  line-height: 20px;
  color: #99A1AF;
}

/* ==================================================
   MOBILE RESPONSIVE
================================================== */

@media (max-width: 991px) {



  .journey-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .journey-step-number::after {
    display: none;
  }
      .journey-bg-title {
        font-size: 35px;
        top: 40px;
        justify-self: center;
        transform: translateX(0%) !important;
        left: 0px !important;
        justify-self: anchor-center;
  }
  .why-water-mark-new-process {
      padding-bottom: 0px !important;
  }
}

@media (max-width: 480px) {

  .journey-steps {
    grid-template-columns: 1fr;
  }

  .journey-section {
    padding: 90px 20px 70px;
  }
}

.capabilities-section {
  background: #ffffff;
  padding: 50px 20px;
  padding-bottom: 0px;
}

.capabilities-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* TITLE */
.capabilities-title {
  text-align: center;
  font-size: 44px;
  /* font-weight: 500; */
  margin-bottom: 50px;
  /* color: #000; */
}

/* FEATURES */
.capabilities-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.capability-item {
  text-align: center;
}

.capability-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #000;
}

.capability-icon svg {
  width: 28px;
  height: 28px;
}

.capability-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.capability-item p {
  font-size: 14px;
  color: #6b7280;
}

/* IMAGES */
.capabilities-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.capabilities-images img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 768px) {

  .capabilities-section {
    padding: 70px 16px;
  }

  .capabilities-title {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .capabilities-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-bottom: 60px;
  }

  .capabilities-images {
    grid-template-columns: 1fr;
  }

  .capabilities-images img {
    height: 200px;
  }
}
.team-section {
  background: #ffffff;
  padding: 50px 20px;
  padding-top: 0px;
}

.team-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.orange-span {
  color:#FF6B2C;
}
.team-title {
  text-align: center;
  font-size: 44px;
  /* font-weight: 500; */
  margin-bottom: 50px;
  /* color: #000; */
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  text-align: center;
}

/* MEMBER */
.team-member img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.team-member h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000;
}

.team-member span {
  display: block;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 4px;
}

.team-member small {
  font-size: 13px;
  color: #9ca3af;
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {

  .team-section {
    padding: 70px 16px;
  }

  .team-title {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .team-member img {
    width: 120px;
    height: 120px;
  }
}
.cert-partner-section {
  background: #ffffff;
  padding: 60px 20px;
}

.cert-partner-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* HEADINGS */
.section-heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

/* ================= CERTIFICATIONS ================= */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.cert-card {
  border: 1px solid #e5e7eb;
  padding: 10px;
  text-align: center;
}

.cert-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  margin-bottom: 8px;
}

.cert-card p {
  font-size: 13px;
  color: #111827;
}

/* ================= PARTNERS ================= */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.partner-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.partner-card img {
  width: 100%;
  height: 159.5px;
  object-fit: cover;
  display: block;
}

/* TEXT OVER IMAGE */
.partner-card span {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .cert-partner-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cert-partner-section {
    padding: 50px 16px;
  }
}
.cta-section {
  position: relative;
  background-image: url("https://picsum.photos/1600/600?random=40"); /* 👈 replace later */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

/* OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 62, 82, 0.85); /* 👈 same brand color overlay */
  z-index: 1;
}

/* CONTENT */
.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.cta-subtitle {
  display: block;
  font-size: 25px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
}

.cta-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 36px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ffffff;
  color: #003E52;
  padding: 10px 30px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

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

.btn-outline {
  background: transparent;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.btn-outline:hover {
  background: white;
  color: #003E52;
  border: 1px solid #ffffff;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .cta-section {
    padding: 70px 16px;
  }

  .cta-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }
}

.contact-hero {
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url("../images/contact-hero.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* OVERLAY */
.contact-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.02) 30%,
      rgba(255,255,255,0.08) 50%,
      rgba(0, 62, 82, 0.65) 70%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 62, 82, 0.65) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.7) 100%
    );

  background-size: 200% 100%, 100% 100%;
  animation: contactHeroOverlayMove 7s ease-in-out infinite;
}

@keyframes contactHeroOverlayMove {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}

/* CONTENT */
.contact-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 0 20px;
}

.contact-hero__subtitle {
  display: block;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 16px;
}

.contact-hero__media {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 22px;
}

.contact-hero__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .contact-hero {
    height: 500px;
    padding: 0 16px;
  }

  .contact-hero__title {
    font-size: 26px;
    line-height: 1.35;
  }

  .contact-hero__media {
    font-size: 13px;
  }
}


/* ================= MOBILE ================= */
@media (max-width: 768px) {


  .form-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !IMPORTANT;
  gap: 16px;
}
}
.contact-form-section {
  background: #ffffff;
  padding: 80px 20px;
}

.contact-form-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

/* FORM */
.contact-form-box {
  border: 1px solid #e5e7eb;
  padding: 40px;
}

.form-title {
  font-size: 44px;
  margin-bottom: 24px;
  color: #003E52;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.form-group label {
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.form-group.full{
  margin-top: 20px;
}


.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
}

.form-group.full {
  grid-column: 1 / -1;
}

/* UPLOAD */
.upload-box {
  margin: 20px 0;
  border: 2px dashed #cbd5e1;
  padding: 24px;
  text-align: center;
  position: relative;
}

.upload-box svg {
  width: 28px;
  margin-bottom: 10px;
}

.upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* CHECKBOX */
.checkbox {
  font-size: 13px;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

/* SUBMIT */
.submit-btn {
  width: 100%;
  background: #0f172a;
  color: #fff;
  padding: 14px;
  border: none;
}

/* RIGHT */
.contact-info-box > div {
  border: 1px solid #e5e7eb;
  padding: 24px;
  margin-bottom: 20px;
}

.whatsapp-box {
  background: #ecfdf5;
  text-align: center;
}

.whatsapp-box h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.whatsapp-box p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4A5666;
}

.whatsapp-box svg {
  width: 40px;
}

.whatsapp-btn {
  display: inline-block;
  background: #16a34a;
  color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
  text-decoration: none;
}

/* CONTACT DETAILS */
.contact-details ul {
  list-style: none;
  padding: 0;
}

.contact-details h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.contact-details li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 12px;
}

.contact-details svg {
  width: 18px;
  fill: white;
}

/* MAP */
.map-box iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-form-inner {
    grid-template-columns: 1fr;
  }
}
.contact-faq-section {
  padding: 50px 20px;
  background: #fafafa;
  text-align: center;
}

.contact-faq-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #003E52;
}

.contact-faq-list {
  max-width: 720px;
  margin: 0 auto 30px;
}

/* ITEM */
.contact-faq-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  margin-bottom: 12px;
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 14px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-icon {
  width: 16px;
  height: 16px;
  stroke: #6b7280;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  font-size: 13px;
  color: #003E52;
  padding-bottom: 18px;
  padding-top: 18px;
}

/* ACTIVE */
.contact-faq-item.active .faq-answer {
  max-height: 200px;
  text-align: left;
}

.contact-faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* VIEW ALL */
.faq-view-all {
  display: inline-block;
  font-size: 13px;
  color: #111827;
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-faq-section {
    padding: 70px 16px;
  }
}
.our-work-hero {
  height: 360px;
  display: flex;               /* REQUIRED */
  align-items: center;         /* vertical center */
  justify-content: center;     /* horizontal center */
  text-align: center;

  background-image: url("../images/work.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* REQUIRED for overlay layering */
.our-work-hero {
  position: relative;
  overflow: hidden;
}

/* ANIMATED OVERLAY */
.our-work-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.02) 30%,
      rgba(255,255,255,0.08) 50%,
      rgba(0, 62, 82, 0.65) 70%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 62, 82, 0.65) 0%,
      rgba(0, 0, 0, 0.55) 60%,
      rgba(0, 0, 0, 0.7) 100%
    );

  background-size: 200% 100%, 100% 100%;
  animation: ourWorkOverlayMove 7s ease-in-out infinite;
}

/* CONTENT ABOVE OVERLAY */
.our-work-hero-inner {
  position: relative;
  z-index: 2;
}

@keyframes ourWorkOverlayMove {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}




.our-work-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.our-work-subtitle {
  display: block;
  font-size: 35px;
  font-weight: 600;
  color: white;
  margin-bottom: 18px;
}

.our-work-description {
  font-size: 14px;
  line-height: 1.6;
  color: white;
  width: 420px;
  margin: 0 auto;
}

/* MOBILE */
@media (max-width: 768px) {
  .our-work-hero {
    padding: 80px 16px 70px;
  }

  .our-work-description {
    font-size: 15px;
  }
}
.work-gallery-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'nexa', sans-serif;
}

.gallery-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

.filters-left {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.filter-label {
  font-size: 12px;
  color: #6B7280;
  white-space: nowrap;
}

.filter-btn {
  border: 1px solid #E5E7EB;
  background: #fff;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'nexa', sans-serif;
}
.filter-btn:hover {
    background: #003E52;
  color: #fff;
  border-color: #003E52;
}

.filter-btn.active {
  background: #003E52;
  color: #fff;
  border-color: #003E52;
}

.filters-right {
  font-size: 13px;
  color: #6B7280;
  white-space: nowrap;
}

/* Masonry */
.gallery-grid {
  column-count: 3;
  column-gap: 10px;
}

.gallery-item {
  position: relative;
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.gallery-link {
  display: block;
  position: relative;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform .5s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.85));
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  transition: opacity .4s ease;
  pointer-events: none;
}

.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:hover .gallery-overlay { opacity: 1; }

.gallery-category { color:#9FD6E3; font-size:11px; text-transform:uppercase; }
.gallery-title { color:#fff; margin:4px 0; font-size:16px; }
.gallery-result { color:#D1D5DB; font-size:13px; }

@media (max-width: 900px) {
  .gallery-grid { column-count: 2; }
  .gallery-filters { flex-wrap: wrap; }
}

@media (max-width: 600px) {
  .gallery-grid { column-count: 1; }
}
.load-more-wrap {
  text-align: center;
  margin-top: 30px;
}

#loadMoreBtn {
  padding: 10px 26px;
  font-size: 14px;
  background: #003E52;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #022f3f;
}

#loadMoreBtn:hover {
  background: white;
  color: #022f3f;
  border: 1px solid #022f3f;
}
.project-detail-hero {
  position: relative;
  height: 480px;
  background: url('https://picsum.photos/1600/900?random=91') center / cover no-repeat;
  overflow: hidden;
}

/* Bottom dark gradient only */
.project-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0.9) 100%
  );
}

/* INNER CONTENT */
.project-hero-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  max-width: 1000px;
  width: 100%;
  padding: 40px 20px;
  color: #fff;
  z-index: 2;
}

/* Tags */
.project-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.project-tags span {
  background: rgba(255,255,255,0.15);
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 2px;
}

/* Title */
.project-hero-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Meta */
.project-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
  color: #E5E7EB;
}

.project-hero-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-hero-meta svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/* Mobile */
@media (max-width: 600px) {
  .project-detail-hero {
    height: 420px;
  }

  .project-hero-title {
    font-size: 22px;
  }
}
.project-overview-section {
  padding: 80px 20px;
  background: #ffffff;
}

.project-overview-inner {
  max-width: 1000px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
}

/* LEFT */
.project-overview-content h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.project-overview-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 16px;
}

/* RIGHT */
.project-overview-meta {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.meta-item {
  display: flex;
  flex-direction: column;
}

.meta-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #9CA3AF;
  margin-bottom: 4px;
}

.meta-value {
  font-size: 14px;
  color: #111827;
  line-height: 1.5;
}

/* MOBILE */
@media (max-width: 768px) {
  .project-overview-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.project-challenge-section {
  padding: 80px 20px;
  background: #ffffff;
}

.project-challenge-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.project-challenge-inner h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111827;
}

.project-challenge-inner p {
  font-size: 14px;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 18px;
}

/* Mobile */
@media (max-width: 768px) {
  .project-challenge-section {
    padding: 60px 20px;
  }
}
.project-solution-section {
  padding: 80px 20px;
  background: #ffffff;
}

.project-solution-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* LEFT */
.solution-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
}

.solution-content p {
  font-size: 14px;
  line-height: 1.75;
  color: #4B5563;
  margin-bottom: 16px;
}

.solution-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 28px 0 14px;
  color: #111827;
}

/* Materials */
.materials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.material-item {
  border: 1px solid #E5E7EB;
  padding: 10px 12px;
  font-size: 13px;
  color: #111827;
}

/* RIGHT IMAGES */
.solution-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.solution-image {
  min-height: 220px;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}

/* Random images (replace later with real ones) */
.solution-image.img-1 {
  background-image: url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=1200&q=80");
}

.solution-image.img-2 {
  background-image: url("https://images.unsplash.com/photo-1581090700227-1e37b190418e?auto=format&fit=crop&w=1200&q=80");
}

/* Mobile */
@media (max-width: 768px) {
  .project-solution-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .solution-image {
    min-height: 200px;
  }
}
.project-installation-section {
  padding: 90px 20px;
  background: #ffffff;
}

.project-installation-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.project-installation-inner h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
}

.project-installation-inner p {
  font-size: 14px;
  line-height: 1.75;
  color: #4B5563;
}

/* Mobile */
@media (max-width: 768px) {
  .project-installation-section {
    padding: 70px 20px;
  }
}
.project-outcome-section {
  padding: 90px 20px;
  background: #ffffff;
}

.project-outcome-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.project-outcome-inner h2 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}

.outcome-intro {
  font-size: 14px;
  line-height: 1.75;
  color: #4B5563;
  max-width: 760px;
  margin-bottom: 40px;
}

/* STATS */
.outcome-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 40px;
}

.stat-item {
  padding-left: 20px;
  border-left: 3px solid #111827;
}

.stat-value {
  display: block;
  font-size: 28px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  color: #6B7280;
}

/* TESTIMONIAL */
.outcome-testimonial {
  background: #F0F6FF;
  border: 1px solid #C7DBFF;
  padding: 28px 30px;
  max-width: 820px;
}

.testimonial-title {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #2563EB;
  font-weight: 600;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #1F2937;
  margin-bottom: 12px;
}

.testimonial-author {
  font-size: 13px;
  color: #2563EB;
}

/* MOBILE */
@media (max-width: 768px) {
  .outcome-stats {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .outcome-testimonial {
    padding: 22px;
  }
}
.project-gallery-section {
  background: linear-gradient(180deg, #0B1324, #0E1B2F);
  padding: 100px 20px;
  text-align: center;
}

.gallery-title {
  font-size: 14px;
  color: #E5E7EB;
  margin-bottom: 40px;
}

.gallery-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-slide {
  position: relative;
  background: #1F2A3A;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Counter */
.gallery-counter {
  position: absolute;
  color: #9CA3AF;
  font-size: 12px;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

/* Arrows */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 24px;
  color: #111827;
  z-index: 5;
}

.gallery-arrow.prev { left: -20px; }
.gallery-arrow.next { right: -20px; }

/* Dots */
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.gallery-dots span {
  width: 6px;
  height: 6px;
  background: #6B7280;
  border-radius: 50%;
  cursor: pointer;
}

.gallery-dots span.active {
  background: #ffffff;
}

/* Mobile */
@media (max-width: 768px) {
  .gallery-slide {
    height: 300px;
  }

  .gallery-arrow {
    left: 10px;
    right: 10px;
  }
}

.related-projects-section {
  padding: 90px 20px;
  background: #ffffff;
}

.related-title {
  text-align: center;
  font-size: 14px;
  color: #111827;
  margin-bottom: 50px;
}

.related-projects-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.related-card {
  text-decoration: none;
  color: inherit;
}

.related-image {
  width: 100%;
  height: 260px;
 f
  background-size: cover;
  background-position: center;
  margin-bottom: 14px;
}

/* Random images */
.related-image.img-1 {
  background-image: url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=1200&q=80");
}
.related-image.img-2 {
  background-image: url("https://images.unsplash.com/photo-1581091012184-5c1f62c5b96f?auto=format&fit=crop&w=1200&q=80");
}
.related-image.img-3 {
  background-image: url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1200&q=80");
}

/* Text */
.related-card h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #111827;
}

.related-card span {
  font-size: 12px;
  color: #6B7280;
}

/* Hover */
.related-card:hover .related-image {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .related-projects-grid {
    grid-template-columns: 1fr;
  }

  .related-image {
    height: 220px;
  }
}
.services-hero-section {
  height: 360px;
  display: flex;              /* enable flex */
  align-items: center;        /* vertical center */
  justify-content: center;    /* horizontal center */
  text-align: center;
}

.services-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.services-hero-inner h2 {
  font-size: 25px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 14px;
}

.services-hero-inner p {
  font-size: 14px;
  line-height: 1.75;
  color: #4B5563;
  max-width: 760px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 768px) {
  .services-hero-section {
    padding: 80px 20px 60px;
  }
}
/* ===============================
   WATERMARK SERVICES SECTION
================================ */

.wm-services {
  padding: 0px 20px;
  background: #ffffff;
}

.wm-services-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* CARD */
.wm-service-card {
  position: relative;
  height: 260px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.wm-service-card:hover {
  transform: scale(1.03);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

/* GRADIENT OVERLAY */
/* .wm-service-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.95) 0%,
    rgba(15,61,76,0.85) 100%
  );
  transition: transform .3s ease;
} */

.wm-service-card:hover .wm-service-gradient {
  transform: translateY(-10px);
}

/* CONTENT */
.wm-service-content {
  position: relative;
  z-index: 2;
  padding: 34px 30px;
}

.wm-service-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: #0A1F26;
}

.wm-service-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #294C57;
}

/* ICONS */
.wm-service-icon {
  width: 40px;
  height: auto;
}

/* variations */
.wm-icon-tall {
  width: 40px;
  height: auto;
}

.wm-icon-wide {
  width: 40px;
  height: auto;
}

.wm-icon-stacked {
  width: 40px;
  height: auto;
}


/* RESPONSIVE */
@media (max-width: 900px) {
  .wm-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .wm-services-grid {
    grid-template-columns: 1fr;
  }
}
.wm-services-note {
  display: inline-block;
  margin: 40px auto 0;
  padding: 8px 14px;
  background: #EAF2FF;
  color: #2F5BD1;
  font-size: 13px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 40px;
}

/* center helper */
.wm-services-note {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* ===============================
   SERVICE DETAIL HERO
================================ */

.wm-service-hero {
  position: relative;
  height: 360px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* dark overlay with visible animation */
.wm-service-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0%,
      rgba(255,255,255,0.02) 20%,
      rgba(255,255,255,0.08) 40%,
      rgba(0,0,0,0.55) 60%,
      rgba(0,0,0,0.65) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.55) 100%
    );

  background-size: 200% 100%, 100% 100%;
  animation: wmOverlaySweep 6s ease-in-out infinite;
}

/* animation */
@keyframes wmOverlaySweep {
  0% {
    background-position: 0% 50%, 50% 50%;
  }
  50% {
    background-position: 100% 50%, 50% 50%;
  }
  100% {
    background-position: 0% 50%, 50% 50%;
  }
}



/* inner content */
.wm-service-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
}

/* eyebrow */
.wm-service-eyebrow {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 12px;
}

/* main heading */
.wm-service-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 auto;
  width: 550px;
}

/* sub text */
.wm-service-subtext {
  font-size: 16px;
  width: 550px;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 28px;
  opacity: 0.9;
}

/* buttons */
.wm-service-hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* primary button */
.wm-btn-primary {
  background: #ffffff;
  color: #0f172a;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.wm-btn-primary:hover {
  transform: translateY(-2px);
}

/* outline button */
.wm-btn-outline {
  border: 1px solid rgba(255,255,255,0.8);
  color: #ffffff;
  padding: 12px 22px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.25s ease;
}

.wm-btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 768px) {
  .wm-service-title {
    font-size: 26px;
    width: 370px;
  }

  .wm-service-subtext {
    font-size: 15px;

    width: 370px;
  }

  .wm-service-hero {
    height: 460px;
  }
}
/* ===============================
   SERVICE OVERVIEW SECTION
================================ */

.wm-svc-overview {
  background: #ffffff;
  padding: 50px 20px;
}

.wm-svc-overview-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.wm-svc-overview-title {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #003E52;
}

.wm-svc-overview-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 5px;
}

/* BUTTON */
.wm-svc-overview-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 18px;
  border: 1px solid #0f172a;
  color: #0f172a;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.wm-svc-overview-btn:hover {
  background: #0f172a;
  color: #ffffff;
}

/* RIGHT IMAGE */
.wm-svc-overview-media img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  background: #e5e7eb;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 768px) {
  .wm-svc-overview-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wm-svc-overview {
    padding: 70px 20px;
  }
}
/* ===============================
   WHAT WE OFFER
================================ */

.wm-offer-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: left;
}

.wm-offer-heading {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #0f172a;
  justify-self: center;
}

.wm-offer-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* CARD */
.wm-offer-card {
  border: 1px solid #e5e7eb;
  padding: 15px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wm-offer-card:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.wm-offer-card img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* TEXT */
.wm-offer-card span {
  display: block;
  font-size: 12px;
  color: #0f172a;
}

/* ===============================
   MOBILE
================================ */

@media (max-width: 991px) {
  .wm-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wm-offer-card {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .wm-offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wm-offer-section {
    padding: 0px 20px;
  }
}
/* ===============================
   MATERIALS - CIRCLE IMAGES
================================ */

.wm-mat-circle-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.wm-mat-circle-title {
  font-size: 25px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 50px;
}

/* GRID */
.wm-mat-circle-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* CARD */
.wm-mat-circle-card {
  border: 1px solid #e5e7eb;
  padding: 15px 10px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wm-mat-circle-card:hover {
  transform: scale(1.04);
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* IMAGE */
.wm-mat-circle-card img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 14px;
}

/* TEXT */
.wm-mat-circle-card span {
  display: block;
  font-size: 12px;
  color: #111827;
  line-height: 1.4;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .wm-mat-circle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .wm-mat-circle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ===============================
   RELATED PROJECTS
================================ */

.wm-related-projects {
  background: #ffffff;
  padding: 50px 20px;
}

.wm-related-head {
  max-width: 1000px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wm-related-head h3 {
  font-size: 44px;
  font-weight: 600;
  color: #003E52;
}

.wm-related-viewall {
  font-size: 13px;
  color: #111827;
  text-decoration: underline;
}

/* GRID */
.wm-related-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

/* CARD */
.wm-project-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e5e7eb;
}

.wm-project-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/* OVERLAY */
.wm-project-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wm-project-overlay span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
}

/* HOVER EFFECT */
.wm-project-card:hover img {
  transform: scale(1.05);
}

.wm-project-card:hover .wm-project-overlay {
  opacity: 1;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .wm-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .wm-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wm-related-head {
    flex-direction: row;
    gap: 10px;
  }
}
/* ===============================
   FAQ SECTION
================================ */

.wm-faq-section {
  background: #ffffff;
  padding: 50px 20px;
}

.wm-faq-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.wm-faq-title {
  text-align: left;
  font-size: 44px;
  font-weight: 600;
  color: #003E52;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* ITEM */
.wm-faq-item {
  border: 1px solid #e5e7eb;
  margin-bottom: 12px;
}

/* QUESTION */
.wm-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #003E52;
}

/* ICON */
.wm-faq-icon {
  width: 8px;
  height: 8px;
  border-right: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* ANSWER */
.wm-faq-answer {
  display: none;
  padding: 20px 20px 20px;
  font-size: 14px;
  color: #003E52;
  line-height: 1.6;
}

/* ACTIVE */
.wm-faq-item.active .wm-faq-answer {
  display: block;
}

.wm-faq-item.active .wm-faq-icon {
  transform: rotate(-135deg);
}
.wm-faq-section {
  /*max-width: 1000px;*/
  margin: 0px auto;
  /*padding: 0px;*/
  padding-bottom: 60px;
}

.wm-faq-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.wm-filter {
  padding: 7px 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.wm-filter.active {
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}

.wm-faq-item {
  border: 1px solid #e5e7eb;
  background: #fff;
  margin-bottom: 14px;
}

.wm-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
}

.wm-faq-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wm-faq-tag {
  font-size: 13px;
  color: #9ca3af;
}

.wm-faq-icon {
  font-size: 18px;
  color: #6b7280;
}

.wm-faq-content {
  padding: 0 20px 18px;
  font-size: 14px;
  color: #4b5563;
  display: none;
}

.wm-faq-content.open {
  display: block;
}
.wm-faq-hero {
  height: 360px;
  background: #ffffff;
  display: flex;
  flex-direction: column;   /* 👈 THIS IS THE FIX */
  align-items: center;
  justify-content: center;
  text-align: center;
}


.wm-faq-heading {
  font-size: 25px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 24px;
}

.wm-faq-subtext {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
}

.wm-faq-subtext a {
  color: #1e3a8a;
  text-decoration: none;
}

.wm-faq-subtext a:hover {
  text-decoration: underline;
}
.wm-blog-hero {
  background: #ffffff;
  padding: 140px 20px 120px;
  text-align: center;
}

.wm-blog-eyebrow {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 18px;
}

.wm-blog-subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  color: #475569;
}

/* Mobile */
@media (max-width: 768px) {
  .wm-blog-hero {
    padding: 90px 20px 70px;
  }

  .wm-blog-subtitle {
    font-size: 16px;
  }
}
.wm-blog-listing {
  max-width: 1200px;
  margin: 0 auto 120px;
  padding: 0 20px;
}

.wm-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.wm-blog-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.wm-blog-image {
  height: 200px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 14px;
}

.wm-blog-body {
  padding: 22px;
}

.wm-blog-tag {
  display: inline-block;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  margin-bottom: 14px;
}

.wm-blog-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #111827;
}

.wm-blog-excerpt {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 18px;
}

.wm-blog-meta {
  display: flex;
  gap: 16px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

.wm-blog-read {
  font-size: 14px;
  color: #111827;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wm-blog-read span {
  font-size: 16px;
}

/* PAGINATION */
.wm-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}

.wm-pagination a {
  border: 1px solid #d1d5db;
  padding: 8px 14px;
  font-size: 14px;
  color: #111827;
  text-decoration: none;
}

.wm-pagination a.active {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

/* TABLET */
@media (max-width: 1024px) {
  .wm-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wm-faq-hero {
    padding: 20px;
  }
  .wm-faq-section {
    padding: 20px;
  }
}

/* MOBILE */
@media (max-width: 640px) {
  .wm-blog-grid {
    grid-template-columns: 1fr;
  }

  .wm-blog-image {
    height: 180px;
  }
}
/* ===============================
   CTA FORM SECTION
================================ */

.wm-cta-form {
  padding: 50px 20px;
  background: #ffffff;
}

.wm-cta-inner {
  max-width: 980px;
  margin: 0 auto;
  /*text-align: center;*/
}

.wm-cta-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.wm-cta-subtitle {
  color: #4b5563;
  margin-bottom: 50px;
}

/* ===============================
   FORM BOX
================================ */

/* .wm-form-box {
  border: 1px solid #e5e9f2;
  padding: 40px;
  background: #fff;
} */

.wm-form {
  width: 100%;
}

/* Grid Inputs */
.wm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.wm-form input,
.wm-form-select,
.wm-form-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cfd6e4;
  font-size: 15px;
  outline: none;
  background: #fff;
}

.wm-form input::placeholder,
.wm-form-textarea::placeholder {
  color: #6b7280;
}

/* Select */
.wm-form-select {
  margin-bottom: 20px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.293l3.71-4.06a.75.75 0 111.1 1.02l-4.25 4.65a.75.75 0 01-1.1 0l-4.25-4.65a.75.75 0 01.02-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

/* Textarea */
.wm-form-textarea {
  min-height: 50px;
  resize: vertical;
  margin-bottom: 25px;
}

.contact-right select.w-project {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255,255,255,0.6);
  font-size: 30px;
  color: #819FA9; /* normal selected text */
  outline: none;
  appearance: none;
}

/* ✅ Disabled option = placeholder */
.contact-right select.w-project option:disabled {
  color: #819FA9;
}

/* Dropdown list */
.contact-right select.w-project option {
  background: #819FA9;
  color: #000;
}

/* ===============================
   UPLOAD BOX
================================ */

.wm-upload-box {
  border: 2px dashed #cfd6e4;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
}

.wm-upload-box svg {
  margin-bottom: 12px;
  width: 40px;
}

.wm-upload-box p {
  font-size: 14px;
  color: #374151;
}

.wm-upload-box span {
  font-size: 13px;
  color: #6b7280;
}

.wm-upload-box input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* ===============================
   BUTTONS
================================ */

.wm-form-actions {
  display: flex;
  gap: 15px;
}

.wm-submit-btn {
  flex: 1;
  background: linear-gradient(90deg, #0f172a, #1e293b);
  color: #fff;
  border: none;
  padding: 16px;
  font-size: 15px;
  cursor: pointer;
}

.wm-whatsapp-btn {
  background: #16a34a;
  color: #fff;
  padding: 16px 22px;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .wm-form-grid {
    grid-template-columns: 1fr;
  }

  .wm-form-box {
    padding: 0px;
  }

  .wm-form-actions {
    flex-direction: column;
  }

  .wm-cta-title {
    font-size: 24px;
  }
  .what-we-offer {
      padding: 50px 20px 20px !important;
  }
  .w-project {
      width: 220px !important;
  }
  .send-btn {
      margin-top: 20px;
  }
  .contact-right select.w-project {
      font-size: 20px !important;
      line-height: 20px !important;
  }
  .contact-right p {
      line-height: 2 !IMPORTANT;
  }
}


/* ==================================================
   CONTAINER
================================================== */

.blog-detail-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Nexa', sans-serif;
}

.blog-detail-container img {
  max-width: 100%;
  display: block;
}

/* ==================================================
   HERO
================================================== */

.blog-detail-hero {
  position: relative;
  height: 420px;
  color: #ffffff;
}

.blog-detail-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.blog-detail-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 62, 82, 0.55);
}

.blog-detail-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}

.blog-detail-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-detail-title {
  font-size: 40px;
  line-height: 1.2;
  margin: 12px 0;
}

.blog-detail-meta {
  font-size: 13px;
  opacity: 0.9;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* ==================================================
   LAYOUT
================================================== */

.blog-detail-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  padding: 70px 0;
}

/* ==================================================
   ARTICLE
================================================== */

.blog-detail-article {
  padding-right: 20px;
}

.blog-detail-intro {
  font-size: 18px;
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 25px;
}

.blog-detail-article p {
  font-size: 15px;
  line-height: 1.8;
  color: #5C6F7B;
  margin-bottom: 18px;
}

.blog-detail-article h2,
.blog-detail-article h3 {
  color: #003E52;
  margin: 30px 0 10px;
}

.blog-detail-article blockquote {
  border-left: 4px solid #003E52;
  padding-left: 18px;
  margin: 30px 0;
  font-style: italic;
  color: #003E52;
}

/* ==================================================
   SIDEBAR
================================================== */

.blog-detail-sidebar {
  position: sticky;
  top: 100px;
}

.blog-detail-widget {
  background: #ffffff;
  border: 1px solid #E1E7EC;
  padding: 22px;
  margin-bottom: 30px;
}

.blog-detail-widget-title {
  font-size: 15px;
  font-weight: 800;
  color: #003E52;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #003E52;
}

/* CATEGORY LIST */
.blog-detail-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-detail-category-list li {
  padding: 8px 0;
  border-bottom: 1px solid #EEF2F6;
}

.blog-detail-category-list li:last-child {
  border-bottom: none;
}

.blog-detail-category-list a {
  color: #003E52;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

/* RELATED SIDEBAR POSTS */
.blog-detail-related-side {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EEF2F6;
  color: #003E52;
  text-decoration: none;
}

.blog-detail-related-side:last-child {
  border-bottom: none;
}

.blog-detail-related-side img {
  width: 70px;
  height: 55px;
  object-fit: cover;
}

.blog-detail-related-side span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

/* ==================================================
   RELATED GRID
================================================== */

.blog-detail-related {
  background: #F9FAFB;
  padding: 70px 0;
  border-top: 1px solid #E1E7EC;
}

.blog-detail-related-title {
  text-align: center;
  font-size: 28px;
  color: #003E52;
  margin-bottom: 40px;
}

.blog-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog-detail-related-card {
  background: #ffffff;
  border: 1px solid #E1E7EC;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-detail-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.blog-detail-related-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-detail-related-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #003E52;
  padding: 15px 15px 5px;
}

.blog-detail-related-card span {
  font-size: 12px;
  color: #6B7C88;
  padding: 0 15px 15px;
  display: block;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 900px) {
  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-detail-sidebar {
    position: static;
  }

  .blog-detail-article {
    padding-right: 0;
  }

  .blog-detail-title {
    font-size: 32px;
  }

  .blog-detail-related-grid {
    grid-template-columns: 1fr;
  }
  .blog-detail-content {
    padding: 20px;
}
}

/* ==================================================
   LEGAL HERO
================================================== */

.legal-hero {
  background: linear-gradient(135deg, #003E52, #005B73);
  padding: 80px 0;
}

.legal-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.legal-hero-title {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.legal-hero-text {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
}

/* ==================================================
   LEGAL CONTENT
================================================== */

.legal-page {
  background: #F9FAFB;
  padding: 60px 0;
}

.legal-page-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Nexa', sans-serif;
}

.legal-page-updated {
  font-size: 13px;
  color: #6B7C88;
  margin-bottom: 20px;
}

.legal-page-box {
  background: #ffffff;
  border: 1px solid #E1E7EC;
  padding: 40px;
}

.legal-page-box h2 {
  font-size: 20px;
  color: #003E52;
  margin: 30px 0 10px;
}

.legal-page-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #5C6F7B;
  margin-bottom: 15px;
}

.legal-page-box ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.legal-page-box li {
  font-size: 15px;
  line-height: 1.8;
  color: #5C6F7B;
  margin-bottom: 6px;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 600px) {
  .legal-hero {
    padding: 60px 0;
  }

  .legal-hero-title {
    font-size: 32px;
  }

  .legal-page {
    padding: 40px 0;
  }

  .legal-page-box {
    padding: 25px;
  }
}


/* Mobile font-size override */
@media (max-width: 768px) {
  .why-title {
    font-size: 30px;
  }
  .portfolio-title {
    font-size: 30px;
  }
  .faq-left h2 {
    font-size: 30px;
  }
  .testimonial-slider h2 {
    font-size: 30px;
  }
  .our-story__title {
    font-size: 30px;
  }
  .capabilities-title {
    font-size: 30px;
  }
  .team-title {
    font-size: 30px;
  }
  .form-title {
    font-size: 30px;
  }
  .contact-faq-title {
    font-size: 30px;
  }
  .wm-svc-overview-title {
    font-size: 30px;
  }
  .wm-related-head h3 {
    font-size: 30px;
  }
  .wm-faq-title {
    font-size: 30px;
  }
  .legal-hero-title {
    font-size: 30px;
  }
  footer.site-footer {
    margin-bottom: -10px;
}
.cta-left h2 {
    font-size: 50px !important;
    line-height: 45px !IMPORTANT;
}
}

