 :root {
      --primary:    #0f2b5b;
      --primary-dark:#0a1f44;
      --accent:     #c9a96e;
      --dark:       #111827;
      --gray:       #4b5563;
      --light-gray: #e5e7eb;
      --light:      #f9fafb;
    }

    body {
      color: var(--dark);
      background: var(--light);
      line-height: 1.7;
    }

    /* ────────────────────────────────────────────────
       HEADER / NAVBAR
    ──────────────────────────────────────────────── */
    .navbar {
      background: white !important;
      border-bottom: 1px solid rgba(229,231,235,0.7);
      padding: 1.15rem 0;
      box-shadow: 0 3px 14px rgba(0,0,0,0.05);
    }

    .navbar-brand {
      font-weight: 800;
      font-size: 1.75rem;
      color: var(--primary) !important;
      letter-spacing: -0.7px;
    }

    .nav-link {
      font-weight: 500;
      color: var(--dark) !important;
      padding: 0.65rem 1.35rem !important;
      transition: all 0.28s ease;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--accent) !important;
    }

    .nav-icon {
      margin-right: 0.5rem;
      font-size: 1.1rem;
      opacity: 0.9;
    }

    /* ────────────────────────────────────────────────
       HERO
    ──────────────────────────────────────────────── */
    .hero {
  height: 100vh;
    background: linear-gradient(rgb(121 125 133 / 85%), rgb(165 165 165 / 90%)), url(../img/background/banner.jpg);
    background-size: cover;
    background-position: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    display: flex
;
    align-items: center;
    background-position: center;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 25% 75%, rgba(255,255,255,0.13) 0%, transparent 70%);
    }

    .hero h1 {
      font-size: clamp(3.8rem, 9.5vw, 7rem);
      font-weight: 800;
      letter-spacing: -2.2px;
      line-height: 1.05;
    }

    .hero h1 span {
      font-weight: 300;
      opacity: 0.94;
    }

    .hero p {
      font-size: clamp(1.35rem, 3.6vw, 1.9rem);
      font-weight: 300;
      max-width: 780px;
      margin: 1.6rem auto 2.8rem;
    }

    .btn-hero {
      background: var(--accent);
      color: var(--primary-dark);
      font-weight: 700;
      padding: 1.1rem 3rem;
      border-radius: 50px;
      font-size: 1.18rem;
      box-shadow: 0 10px 30px rgba(0,0,0,0.22);
      transition: all 0.4s;
    }

    .btn-hero:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 45px rgba(0,0,0,0.3);
    }

    /* ────────────────────────────────────────────────
       SECTIONS
    ──────────────────────────────────────────────── */
    section {
      padding: 50px 0;
    }
#contact h2, #contact p{color: #fff!Important;}
    h2.section-title {
      font-size: 40px;
      font-weight: 800;
      color: var(--primary);
      text-align: center;
      margin-bottom: 1.4rem;
      letter-spacing: -0.8px;
    }

    .section-subtitle {
      text-align: center;
      font-size: 1.38rem;
      color: var(--gray);
      max-width: 820px;
      margin: 0 auto 2rem;
      font-weight: 400;
    }

    /* About - modern layout */
    .about-content {
      background: white;
      border-radius: 18px;
      padding: 3.5rem;
      box-shadow: 0 12px 40px rgba(15,43,91,0.08);
      border: 1px solid var(--light-gray);
    }

    /* Why Us - enhanced cards */
    .why-card {
      background: white;
      border-radius: 16px;
      padding: 3.2rem 2.2rem;
      box-shadow: 0 10px 38px rgba(15,43,91,0.09);
      transition: all 0.42s ease;
      border: 1px solid var(--light-gray);
      text-align: center;
    }

    .why-card:hover {
      transform: translateY(-14px);
      box-shadow: 0 26px 65px rgba(15,43,91,0.16);
    }

    .why-icon {
      font-size: 3.6rem;
      color: var(--accent);
      margin-bottom: 1.7rem;
    }

    .why-card h4 {
      font-size: 1.7rem;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 1.1rem;
    }

    /* Services - modern cards */
    .service-card {
      background: white;
      border: none;
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 14px 45px rgba(0,0,0,0.08);
      transition: all 0.45s ease;
    }

    .service-card:hover {
      transform: translateY(-16px);
      box-shadow: 0 32px 80px rgba(15,43,91,0.18);
    }

    .service-img {
      height: 260px;
      background-size: cover;
      background-position: center;
    }

    .service-body {
      padding: 2.4rem;
      text-align: center;
    }

    .service-body h4 {
      font-size: 21px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 1rem;
    }

    /* Contact */
    .contact-section {
      background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
      color: white;
    }

    .contact-form .form-control {
      background: rgba(255,255,255,0.14);
      border: none;
      color: white;
      border-radius: 12px;
      padding: 1.15rem 1.6rem;
      font-size: 1.1rem;
    }

    .contact-form .form-control::placeholder {
      color: rgba(255,255,255,0.68);
    }

    .contact-form .form-control:focus {
      background: rgba(255,255,255,0.26);
      box-shadow: 0 0 0 4px rgba(201,169,110,0.28);
      outline: none;
    }

    .btn-submit {
      background: var(--accent);
      color: var(--primary-dark);
      font-weight: 700;
      padding: 1.15rem 3.2rem;
      border-radius: 50px;
      border: none;
      font-size: 1.18rem;
      transition: all 0.4s;
    }

    .btn-submit:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 45px rgba(0,0,0,0.28);
    }

    /* ────────────────────────────────────────────────
       FOOTER - redesigned
    ──────────────────────────────────────────────── */
    footer {
      background: var(--dark);
      color: #9ca3af;
        padding: 50px 0 15px;
    }

    .footer-brand {
      font-size: 1.8rem;
      font-weight: 800;
      color: white;
      margin-bottom: 1.2rem;
      letter-spacing: -0.6px;
    }

    .footer-text {
      font-size: 1.05rem;
      margin-bottom: 2rem;
      opacity: 0.9;
    }

    .footer-heading {
      color: white;
      font-weight: 700;
      font-size: 1.35rem;
      margin-bottom: 1.6rem;
    }

    .footer-link {
      color: #d1d5db;
      text-decoration: none;
      display: block;
      margin-bottom: 0.8rem;
      transition: all 0.28s;
    }

    .footer-link:hover {
      color: var(--accent);
      padding-left: 0.4rem;
    }

    .social-icons a {
      color: white;
      font-size: 1.85rem;
      margin: 0 16px;
      transition: all 0.35s;
    }

    .social-icons a:hover {
      color: var(--accent);
      transform: translateY(-4px);
    }

    .copyright {
      border-top: 1px solid rgba(156,163,175,0.2);
      padding-top: 1.5rem;
      margin-top: 2rem;
      text-align: center;
      font-size: 0.98rem;
    }

    @media (max-width: 992px) {
      section { padding: 100px 0; }
      .hero { min-height: 80vh; padding: 120px 0; }
    }

    #scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}