:root {
      --wm-primary: #0d3b4c;
      --wm-primary-light: #1a5a6e;
      --wm-accent: #d97a3a;
      --wm-accent-light: #e69b5c;
      --wm-dark: #07222b;
      --wm-gray: #eef3f5;
      --wm-card-bg: #f7fafb;
    }

    body {
      font-family: 'Inter', sans-serif;
      scroll-behavior: smooth;
      background: #fafcfd;
    }

    .page-section {
      padding: 5rem 0;
    }

    .section-title {
      font-weight: 800;
      font-size: 2.4rem;
      color: var(--wm-dark);
      letter-spacing: -0.02em;
    }

    .section-title span {
      color: var(--wm-accent);
    }

    .divider {
      max-width: 80px;
      height: 4px;
      background: var(--wm-accent);
      border: none;
      margin: 1rem auto 1.5rem auto;
      opacity: 0.9;
      border-radius: 4px;
    }

    .divider-left {
      margin-left: 0;
      margin-right: 0;
    }

    .badge-business {
      background: var(--wm-accent);
      color: #fff;
      padding: 0.3rem 1.2rem;
      border-radius: 30px;
      display: inline-block;
      font-weight: 700;
      letter-spacing: 0.5px;
      font-size: 0.9rem;
    }

    /* nav – dark theme */
    #mainNav {
      background: rgba(7, 34, 43, 0.96);
      backdrop-filter: blur(6px);
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
    }

    #mainNav .navbar-brand img {
      width: 200px;
    }

    #mainNav .nav-link {
      color: rgba(255, 255, 255, 0.85) !important;
      font-weight: 500;
      transition: 0.2s;
    }

    #mainNav .nav-link:hover {
      color: var(--wm-accent-light) !important;
    }

    /* hero */
    .masthead {
      /* background: linear-gradient(145deg, #07222b 0%, #0d3b4c 60%, #13505e 100%); */
      min-height: 90vh;
      display: flex;
      align-items: center;
      color: white;
      padding-top: 80px;
      position: relative;
      overflow: hidden;
      background-image: url(images/banner.png);
      position : relative;
    border-bottom: 6px solid #2e7d32;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    }
    .masthead h1{
      text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7), 0 0 15px rgba(0, 0, 0, 0.5);
    }
    .masthead::before {
        content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 25, 32, 0.9)), color-stop(14.84%, rgba(0, 0, 0, 0.85)), color-stop(26.51%, rgba(0, 0, 0, 0.83)), color-stop(36.93%, rgba(0, 0, 0, 0.79)), color-stop(43.39%, rgba(22, 25, 33, 0.829362)), color-stop(50.16%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(22, 25, 32, 0.9) 0%, rgba(0, 0, 0, 0.85) 14.84%, rgba(0, 0, 0, 0.83) 26.51%, rgba(0, 0, 0, 0.79) 36.93%, rgba(22, 25, 33, 0.829362) 43.39%, rgba(0, 0, 0, 0.64) 50.16%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(22, 25, 32, 0.9) 0%, rgba(0, 0, 0, 0.85) 14.84%, rgba(0, 0, 0, 0.83) 26.51%, rgba(0, 0, 0, 0.79) 36.93%, rgba(22, 25, 33, 0.829362) 43.39%, rgba(0, 0, 0, 0.64) 50.16%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(22, 25, 32, 0.9) 0%, rgba(0, 0, 0, 0.85) 14.84%, rgba(0, 0, 0, 0.83) 26.51%, rgba(0, 0, 0, 0.79) 36.93%, rgba(22, 25, 33, 0.829362) 43.39%, rgba(0, 0, 0, 0.64) 50.16%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(22, 25, 32, 0.9) 0%, rgba(0, 0, 0, 0.85) 14.84%, rgba(0, 0, 0, 0.83) 26.51%, rgba(0, 0, 0, 0.79) 36.93%, rgba(22, 25, 33, 0.829362) 43.39%, rgba(0, 0, 0, 0.64) 50.16%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.9;
    height: 100%;
    width: 100%;
    z-index: 0;
    }
.masthead .container {
    position: relative;
    z-index: 2;
}
    .masthead::after {
      content: "♻️";
      position: absolute;
      right: -60px;
      bottom: -60px;
      font-size: 22rem;
      opacity: 0.06;
      transform: rotate(10deg);
    }

    .masthead .btn-outline-primary {
      border-color: var(--wm-accent);
      color: var(--wm-accent);
    }

    .masthead .btn-outline-primary:hover {
      background: var(--wm-accent);
      color: #fff;
      border-color: var(--wm-accent);
    }

    .masthead .btn-primary {
      background: var(--wm-accent);
      border-color: var(--wm-accent);
    }

    .masthead .btn-primary:hover {
      background: #c06a2e;
      border-color: #c06a2e;
    }

    /* stat boxes */
    .stat-box {
      background: white;
      border-radius: 20px;
      padding: 1.5rem 1rem;
      box-shadow: 0 8px 24px rgba(7, 34, 43, 0.06);
      transition: all 0.2s;
      border: 1px solid #e0eef0;
    }

    .stat-box .number {
      font-size: 2.6rem;
      font-weight: 800;
      color: var(--wm-primary);
      line-height: 1.2;
    }

    .stat-box .number i {
      color: var(--wm-accent);
      font-size: 2rem;
      margin-right: 4px;
    }

    /* service cards */
    .service-card {
      background: white;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 8px 28px rgba(7, 34, 43, 0.05);
      height: 100%;
      transition: 0.25s ease;
      border: 1px solid #e6edef;
      position: relative;
      overflow: hidden;
    }
    .service-card img{
      height: 150px;
      width: 100%;
      margin-bottom: 20px;
    }
.service-card h4{
    font-weight: 700;
    padding: 0 10px;
    font-size: 20px;
}
.service-card p{
--bs-text-opacity: 1;
    color: #6c757d !important;
    font-size: 13px;
    padding: 10px 10px 20px;
}
    .service-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 5px;
      background: var(--wm-accent);
      opacity: 0;
      transition: 0.3s;
    }

    .service-card:hover {
      transform: translateY(-6px);
      border-color: var(--wm-accent-light);
      box-shadow: 0 16px 40px rgba(13, 59, 76, 0.08);
    }

    .service-card:hover::before {
      opacity: 1;
    }

    .icon-circle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 76px;
      height: 76px;
      background: #e3edf0;
      border-radius: 50%;
      margin-bottom: 1.2rem;
      font-size: 2.2rem;
      color: var(--wm-primary);
      transition: 0.2s;
    }

    .service-card:hover .icon-circle {
      background: var(--wm-accent);
      color: white;
    }

    /* gallery */
    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      background: #d7e4e7;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
      border: 1px solid #c8dadd;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s;
    }

    .gallery-item:hover img {
      transform: scale(1.04);
    }

    .gallery-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(7, 34, 43, 0.7);
      backdrop-filter: blur(2px);
      color: white;
      padding: 8px 12px;
      font-size: 0.9rem;
      font-weight: 500;
    }

    /* CTA */
    .cta {
      background: var(--wm-dark);
      background-image: radial-gradient(circle at 10% 30%, #1a5a6e 0%, #07222b 90%);
    }

    .cta .btn-light {
      background: var(--wm-accent);
      border-color: var(--wm-accent);
      color: #fff;
    }

    .cta .btn-light:hover {
      background: #c06a2e;
      border-color: #c06a2e;
      color: #fff;
    }
.sec-cta.overlay {
    position: relative;
}

.sec-cta {
    background-size: cover;
    background-position: 100% center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 5rem 0;
}
.sec-cta.overlay::before {
    background: linear-gradient(140deg, rgb(4, 15, 40) 0%, rgb(10, 27, 61) 50%, rgb(16, 42, 92) 100%);
    opacity: 0.92;
    overflow: hidden;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.sec-cta>.container {
    position: relative;
    z-index: 2;
}
.sec-cta>.container h2{
    color: #e69b5c;
}
    /* contact */
    .contact-info i {
      font-size: 1.8rem;
      color: var(--wm-primary);
      width: 2.2rem;
    }

    .contact-info h5 {
      font-weight: 700;
      color: var(--wm-dark);
    }

    /* footer */
    footer {
      background: var(--wm-dark);
      color: rgba(255, 255, 255, 0.8);
    }

    footer a {
      color: var(--wm-accent-light);
      text-decoration: none;
    }
    footer ul li {
      margin-bottom: 10px;
    }

    footer a:hover {
      color: #f0b27a;
    }

    /* whatsapp / phone */
    .whatsapp {
      position: fixed;
      bottom: 28px;
      right: 28px;
      background: #25d366;
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      text-decoration: none;
      box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
      z-index: 100;
    }

    .phoneCall {
      position: fixed;
      bottom: 100px;
      right: 28px;
      background: var(--wm-accent);
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      text-decoration: none;
      box-shadow: 0 6px 18px rgba(217, 122, 58, 0.4);
      z-index: 100;
    }

    .whatsapp:hover,
    .phoneCall:hover {
      color: white;
      transform: scale(1.05);
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
    }

    /* team image */
    .img-fluid.rounded {
      max-height: 280px;
      object-fit: cover;
      width: 100%;
      border: 4px solid var(--wm-accent-light);
      border-radius: 30px !important;
    }

    @media (max-width: 768px) {
      .masthead {
        min-height: 90vh;
      }
      .section-title {
        font-size: 1.9rem;
      }
    }

    /* scrollbar */
    ::-webkit-scrollbar {
      width: 8px;
    }

    ::-webkit-scrollbar-track {
      background: #eef3f5;
    }

    ::-webkit-scrollbar-thumb {
      background: var(--wm-accent);
      border-radius: 12px;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #c06a2e;
    }