              /* HEADER like Home Page */
    .header-overlay {
      position: absolute;
      top: 25px;
      left: 0;
      width: 100%;
      padding: 0 40px;
      z-index: 999;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .header-overlay .left-info {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .header-overlay .left-info img {
      height: 55px;
    }

    .header-overlay .left-info span {
      color: #fff;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

.hero-about {
  background: url("/assets/images/page-heading-bg.jpg") center/cover no-repeat;
  height: 65vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
    .hero-about .content {
      position: relative;
      text-align: center;
      color: #fff;
    }

.hero-about .content h1 {
  color: #ffffff !important;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-about .content p {
  color: #ffffff !important;
  font-size: 18px;
  margin-top: 10px;
  opacity: 1 !important;
}
    /* REMOVE GREY BG ISSUE */
    .page-heading,
    .header-text {
      background: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }

    /* ABOUT SECTION */
    .about-section {
      padding: 100px 0;
    }

    .about-section img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    }

    .about-section h2 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .about-section p {
      font-size: 16px;
      line-height: 1.7;
    }

    /* FIXED STATS BOX (NO BLACK BG) */
    .stats-box {
      background: #ffffff;
      color: #111;
      padding: 50px 10px;
      text-align: center;
      border-radius: 12px;
      margin-top: 70px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .stats-box h3 {
      font-size: 48px;
      font-weight: 700;
      margin: 0;
    }

    .stats-box p {
      margin: 0;
      font-size: 16px;
      opacity: 0.8;
    }

    /* WHY CHOOSE US */
    .why-us {
      padding: 100px 0;
    }

    .why-card {
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
      height: 100%;
    }

    .why-card i {
      font-size: 40px;
      margin-bottom: 15px;
      color: #d4a017;
    }

    .why-card h4 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    /* GOLDEN CURSOR */
    .cursor-dot {
      width: 12px;
      height: 12px;
      background: linear-gradient(45deg, #ffdd55, #ffcc00);
      border-radius: 50%;
      position: fixed;
      pointer-events: none;
      z-index: 999999;
    }
     

        /* HEADER STYLE */
    .header-overlay {
      position: absolute;
      top: 25px;
      left: 0;
      width: 100%;
      padding: 0 40px;
      z-index: 999;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .header-overlay .left-info {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .header-overlay .left-info img {
      height: 55px;
    }

    .header-overlay .left-info span {
      color: #fff;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

   .hero-contact {
  background: url("/assets/images/page-heading-bg.jpg") center/cover no-repeat;
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Remove dark overlay */
.hero-contact::after {
  display: none !important;
}

.hero-contact .content {
  position: relative;
  text-align: center;
}

.hero-contact h1 {
  font-size: 54px;
  font-weight: 700;
  color: #555; /* Grey text */
  text-transform: uppercase;
  letter-spacing: 1px;
}

    .hero-contact p {
      font-size: 18px;
      opacity: 1;
      color: #fff;
    }

    /* CONTACT CARDS */
    .contact-box {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      text-align: center;
      height: 100%;
    }

    .contact-box i {
      font-size: 40px;
      color: #d4a017;
      margin-bottom: 10px;
    }

    .contact-box h4 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .contact-box p {
      font-size: 16px;
      margin-bottom: 5px;
      opacity: 0.9;
    }

   /* Professional Golden Map Card */
.map-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-top: 40px;
  border: 2px solid #d4a017; /* Golden border */
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.map-frame {
  width: 100%;
  height: 420px;
  border: 3px solid #d4a017; /* Golden border around map */
  border-radius: 12px;
}