


.age-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(8px);
    z-index: 2147483647 !important; /* Pure web page ke sabse upar dikhega */
    display: none; /* JS isko display: flex karega center karne ke liye */
    align-items: center !important;
    justify-content: center !important;
    padding: 20px;
    box-sizing: border-box;
}

.age-popup-box {
    background-color: #000000 !important;
    border: 2px solid rgba(255, 78, 140, 0.3) !important;
    border-radius: 20px !important;
    max-width: 550px !important;
    width: 100% !important;
    padding: 40px 30px !important;
    text-align: center !important;
    box-shadow: 0 0 30px rgba(255, 78, 140, 0.15) !important;
    color: #ffffff !important;
    font-family: sans-serif !important;
    box-sizing: border-box;
    position: relative !important;
}

.age-popup-title {
    color: #ff4e8cfa !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.age-popup-text {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}

.age-popup-text strong {
    color: #ffffff !important;
}

.age-popup-points p {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-bottom: 12px !important;
}

.age-popup-divider {
    width: 100% !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    margin: 25px 0 !important;
}

.age-popup-important {
    font-size: 13.5px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
}

.age-popup-important strong {
    color: #ffffff !important;
    display: inline-block !important;
    margin-bottom: 5px !important;
}

.age-popup-btn-group {
    display: flex !important;
    gap: 15px !important;
    justify-content: center !important;
}

.age-btn {
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 14px 25px !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 50% !important;
    border: none !important;
    display: inline-block !important;
}

.age-btn-enter {
    background: linear-gradient(135deg, #ff4e8cfa 0%, #d83672 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 78, 140, 0.3) !important;
}

.age-btn-enter:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 78, 140, 0.5) !important;
}

.age-btn-leave {
    background-color: #161616 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.age-btn-leave:hover {
    background-color: #222222 !important;
    color: #ffffff !important;
}

@media (max-width: 575.98px) {
    .age-popup-box {
        padding: 30px 20px !important;
    }
    .age-popup-btn-group {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .age-btn {
        width: 100% !important;
    }
}




/* ===== GURUGRAM BANNER STYLES START ===== */

.gurugram-banner-section {
  position: relative;
  background-color: #121212;
  color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(214, 107, 179, 0.15), transparent 50%),
              radial-gradient(circle at bottom left, rgba(255, 78, 140, 0.1), transparent 50%),
              #121212;
}

.gurugram-banner-content {
  position: relative;
  z-index: 2;
}

.gurugram-sub-tag {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a6d66b;
  background-color: rgb(166 214 107 / 16%);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid rgb(166 214 107);
  margin-bottom: 20px;
}

.gurugram-banner-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.gurugram-banner-title span {
  color: #a6d66b;
  background: #a6d66b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gurugram-banner-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 540px;
}

.gurugram-btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.gurugram-btn-primary {
  background: linear-gradient(135deg, #a6d66b 0%, #a6d66b 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 15px rgb(116, 147, 78);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gurugram-btn-primary:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 78, 140, 0.6);
}

.gurugram-btn-secondary {
  background-color: transparent;
  color: #ffffff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  border: 2px solid rgb(166 214 107);
  transition: all 0.3s ease;
}

.gurugram-btn-secondary:hover {
  background-color: #68ec63;
  color: #ffffff;
  border-color: #68ec63;
}

.gurugram-banner-features {
  display: flex;
  gap: 25px;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gurugram-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gurugram-feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(127, 214, 107, 0.15);
  color: #a6d66b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.gurugram-feature-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.gurugram-img-wrapper {
  position: relative;
  text-align: center;
}

.gurugram-main-img {
  width: 100%;
  max-width: 480px;
  border-radius: 24px;
  border: 2px solid rgb(166 214 107);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.gurugram-badge-card {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(12px);
  border: 2px solid rgb(166 214 107);
  padding: 12px 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.gurugram-badge-icon {
  color: #a6d66b;
  font-size: 1.5rem;
}

.gurugram-badge-title {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.gurugram-badge-value {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 991.98px) {
  .gurugram-banner-section {
    padding: 50px 0;
    text-align: center;
  }
  
  .gurugram-banner-title {
    font-size: 2.2rem;
  }

  .gurugram-banner-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .gurugram-btn-group {
    justify-content: center;
  }

  .gurugram-banner-features {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }

  .gurugram-img-wrapper {
    margin-top: 50px;
  }

  .gurugram-badge-card {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
}

/* ===== GURUGRAM BANNER STYLES END ===== */




/* ===== GURUGRAM CONTENT SECTION STYLES START ===== */
.gurugram-content-section {
  background-color: #121212;
  color: #ffffff;
}

.gurugram-sub-tag {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #a6d66b;
  background-color: rgba(166, 214, 107, 0.12);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #a6d66b;
}

.gurugram-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
}

.gurugram-section-title span {
  color: #a6d66b;
}

.gurugram-section-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
  margin-bottom: 0;
}

.gurugram-divider {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(166, 214, 107, 0.4), transparent);
  margin: 0;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .gurugram-section-title {
    font-size: 1.6rem;
  }
  
  .gurugram-section-text {
    font-size: 0.95rem;
    line-height: 1.65;
  }
}
/* ===== GURUGRAM CONTENT SECTION STYLES END ===== */



/* ===== GURUGRAM VIP POSTER STYLES START ===== */
.gg-vip-section {
  background-color: #0b0c10;
  color: #ffffff;
}

.gg-sub-tag {
  color: #a6d66b;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gg-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
}

.gg-section-title span {
  color: #a6d66b;
}

/* Card Main Outer Container */
.gg-poster-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #15161a;
  border: 1px solid rgba(166, 214, 107, 0.2);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gg-poster-card:hover {
  transform: translateY(-10px);
  border-color: rgba(166, 214, 107, 0.8);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 20px rgba(166, 214, 107, 0.25);
}

/* Image Wrapper & Gradient Overlay */
.gg-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 140%; /* Tall Poster Ratio */
  overflow: hidden;
}

.gg-poster-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gg-poster-card:hover .gg-poster-img {
  transform: scale(1.08);
}

/* Header Badges */
.gg-card-header {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}

.gg-rating {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gg-rating i {
  color: #ffd700;
}

/* Bottom Content Container overlay on Image */
.gg-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 18px 18px 18px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(11, 12, 16, 0.85) 40%, rgba(11, 12, 16, 0.98) 100%);
  z-index: 2;
}

.gg-profile-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Name Left & Premium Right */
  width: 100%;
}

.gg-name-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gg-status-dot {
  width: 8px;
  height: 8px;
  background-color: #a6d66b;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px #a6d66b;
}

/* Premium Badge Right Aligned */
.gg-premium-badge {
  color: #a6d66b;
  font-size: 0.75rem;
  border: 1px solid #a6d66b;
  background: rgba(166, 214, 107, 0.1);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
}

.gg-profile-role {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

/* Stats Row */
.gg-stats-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #a6d66b;
  font-weight: 600;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 12px;
  border-radius: 8px;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.gg-dot {
  color: rgba(255, 255, 255, 0.3);
}

/* Buttons Grid */
.gg-action-grid {
  display: flex;
  gap: 8px;
}

.gg-btn {
  flex: 1;
  text-align: center;
  padding: 9px 0;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gg-btn-call {
  background: linear-gradient(135deg, #a6d66b 0%, #7cae3f 100%);
  color: #0b0c10;
  box-shadow: 0 4px 12px rgba(166, 214, 107, 0.25);
}

.gg-btn-call:hover {
  background: linear-gradient(135deg, #b8e87d 0%, #8bc24a 100%);
  color: #000000;
}

.gg-btn-whatsapp {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}

.gg-btn-whatsapp:hover {
  background: rgba(37, 211, 102, 0.2);
  border-color: #25d366;
  color: #25d366;
}

@media (max-width: 575.98px) {
  .gg-card-content {
    padding: 20px 14px 14px 14px;
  }
}
/* ===== GURUGRAM VIP POSTER STYLES END ===== */



/* GURUGRAM FEATURE SECTION STYLES START */
.gurugram-features-section {
    background-color: #121212;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top right, rgba(166, 214, 107, 0.12), transparent 50%),
                radial-gradient(circle at bottom left, rgba(166, 214, 107, 0.08), transparent 50%),
                #121212;
}

.gurugram-sub-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a6d66b;
    background-color: rgba(166, 214, 107, 0.12);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #a6d66b;
}

.gurugram-section-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
}

.gurugram-section-title span {
    color: #a6d66b;
}

.gurugram-section-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.8;
}

.gurugram-badge-item {
    background: rgba(166, 214, 107, 0.05);
    border: 1px solid rgba(166, 214, 107, 0.3);
    border-radius: 16px;
    padding: 20px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.gurugram-badge-item:hover {
    background: rgba(166, 214, 107, 0.15);
    border-color: #a6d66b;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(166, 214, 107, 0.15);
}

.gurugram-badge-icon {
    font-size: 1.8rem;
    color: #a6d66b;
    line-height: 1;
}

.gurugram-badge-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.gurugram-image-box {
    position: relative;
    width: 100%;
    text-align: center;
}

.gurugram-side-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 24px;
    border: 2px solid rgba(166, 214, 107, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
}

.gurugram-side-img:hover {
    border-color: #a6d66b;
    box-shadow: 0 12px 35px rgba(166, 214, 107, 0.25);
}

@media (max-width: 991.98px) {
    .gurugram-section-title {
        font-size: 1.8rem;
    }

    .gurugram-side-img {
        max-height: 400px;
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .gurugram-section-title {
        font-size: 1.5rem;
    }

    .gurugram-section-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .gurugram-badge-item {
        padding: 15px 8px;
    }

    .gurugram-badge-title {
        font-size: 0.85rem;
    }

    .gurugram-badge-icon {
        font-size: 1.5rem;
    }
}
/* GURUGRAM FEATURE SECTION STYLES END */



/* GURUGRAM STYLES START */
.gurugram-main-section {
    background-color: #0b0c10 !important;
    color: #ffffff !important;
    padding: 70px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: radial-gradient(circle at top right, rgba(166, 214, 107, 0.12), transparent 50%),
                radial-gradient(circle at bottom left, rgba(166, 214, 107, 0.08), transparent 50%),
                #0b0c10 !important;
}

.gurugram-img-box {
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
}

.gurugram-image {
    width: 100% !important;
    max-height: 550px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
    border: 1px solid rgba(166, 214, 107, 0.3) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7) !important;
    transition: all 0.4s ease !important;
}

.gurugram-image:hover {
    border-color: #a6d66b !important;
    box-shadow: 0 15px 35px rgba(166, 214, 107, 0.25) !important;
}

.gurugram-badge {
    position: absolute !important;
    bottom: -15px !important;
    left: 20px !important;
    background: rgba(18, 18, 18, 0.9) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid #a6d66b !important;
    padding: 10px 18px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5) !important;
}

.gurugram-badge-icon {
    color: #a6d66b !important;
    font-size: 1.5rem !important;
}

.gurugram-badge-info {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.gurugram-badge-sub {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.gurugram-badge-main {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.gurugram-tag {
    display: inline-block !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #a6d66b !important;
    background-color: rgba(166, 214, 107, 0.12) !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    border: 1px solid #a6d66b !important;
    margin-bottom: 15px !important;
}

.gurugram-title {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    margin-bottom: 18px !important;
}

.gurugram-title span {
    color: #a6d66b !important;
}

.gurugram-desc {
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
}

.gurugram-desc strong, .gurugram-subdesc strong {
    color: #a6d66b !important;
}

.gurugram-subdesc {
    font-size: 0.95rem !important;
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
}

.gurugram-grid {
    display: flex !important;
    gap: 12px !important;
    margin-bottom: 0px !important;
    flex-wrap: wrap !important;
}

.gurugram-grid-item {
    background: rgba(166, 214, 107, 0.05) !important;
    border: 1px solid rgba(166, 214, 107, 0.25) !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.gurugram-grid-item i {
    color: #a6d66b !important;
}

@media (max-width: 991.98px) {
    .gurugram-main-section {
        padding: 50px 0 !important;
    }
    .gurugram-badge {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: max-content !important;
    }
    .gurugram-content {
        margin-top: 30px !important;
        text-align: center !important;
    }
    .gurugram-grid {
        justify-content: center !important;
    }
}

@media (max-width: 575.98px) {
    .gurugram-title {
        font-size: 1.6rem !important;
    }
}
/* GURUGRAM STYLES END */



/* ===== GURUGRAM CSS STYLES START ===== */
.gurugram-elite-section {
    background-color: #0b0c10;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(166, 214, 107, 0.12), transparent 50%),
                radial-gradient(circle at bottom right, rgba(166, 214, 107, 0.08), transparent 50%),
                #0b0c10;
}

.gurugram-top-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a6d66b;
    background-color: rgba(166, 214, 107, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid rgba(166, 214, 107, 0.35);
}

.gurugram-heading-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
}

.gurugram-highlight {
    color: #a6d66b;
    position: relative;
    display: inline-block;
}

.gurugram-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #a6d66b, transparent);
    border-radius: 2px;
}

.gurugram-lead-text {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
}

.gurugram-text-green {
    color: #a6d66b;
}

.gurugram-body-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

.gurugram-glow-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(166, 214, 107, 0.2);
    border-radius: 16px;
    padding: 16px 12px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gurugram-glow-box:hover {
    background: rgba(166, 214, 107, 0.12);
    border-color: #a6d66b;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(166, 214, 107, 0.15);
}

.gurugram-box-icon {
    font-size: 1.6rem;
    color: #a6d66b;
    margin-bottom: 6px;
    line-height: 1;
}

.gurugram-box-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}

.gurugram-box-desc {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
}

.gurugram-img-container {
    position: relative;
    width: 100%;
}

.gurugram-featured-image {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(166, 214, 107, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease;
}

.gurugram-featured-image:hover {
    border-color: #a6d66b;
    box-shadow: 0 0 25px rgba(166, 214, 107, 0.25);
}

.gurugram-image-card-badge {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: rgba(18, 18, 18, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #a6d66b;
    padding: 10px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.gurugram-badge-icon {
    color: #a6d66b;
    font-size: 1.8rem;
    line-height: 1;
}

.gurugram-badge-content {
    display: flex;
    flex-direction: column;
}

.gurugram-badge-main-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
}

.gurugram-badge-sub-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991.98px) {
    .gurugram-elite-section {
        padding: 40px 0;
    }
    .gurugram-content-box {
        text-align: center;
    }
    .gurugram-heading-title {
        font-size: 1.8rem;
    }
    .gurugram-image-card-badge {
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
    .gurugram-img-container {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .gurugram-heading-title {
        font-size: 1.45rem;
    }
    .gurugram-lead-text {
        font-size: 0.92rem;
    }
    .gurugram-body-text {
        font-size: 0.85rem;
    }
    .gurugram-box-title {
        font-size: 0.78rem;
    }
    .gurugram-box-desc {
        font-size: 0.68rem;
    }
}
/* ===== GURUGRAM CSS STYLES END ===== */



/* ===== GURUGRAM OFFERING SECTION STYLES START ===== */
.gurugram-offering-section {
    background-color: #0b0c10;
    color: #ffffff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top center, rgba(166, 214, 107, 0.12), transparent 60%), #0b0c10;
}

.gurugram-offering-header {
    text-align: center;
    margin-bottom: 45px;
}

.gurugram-offering-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a6d66b;
    background-color: rgba(166, 214, 107, 0.12);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #a6d66b;
    margin-bottom: 12px;
}

.gurugram-offering-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.gurugram-offering-title span {
    color: #a6d66b;
}

.gurugram-offering-divider {
    width: 60px;
    height: 3px;
    background: #a6d66b;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(166, 214, 107, 0.5);
}

.gurugram-offering-card {
    background: rgba(21, 22, 26, 0.8);
    border: 1px solid rgba(166, 214, 107, 0.25);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(10px);
}

.gurugram-offering-card:hover {
    transform: translateY(-8px);
    border-color: #a6d66b;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(166, 214, 107, 0.2);
}

.gurugram-offering-img-wrapper {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 22px auto;
    border-radius: 50%;
    padding: 6px;
    background: linear-gradient(135deg, rgba(166, 214, 107, 0.8), rgba(166, 214, 107, 0.1));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.gurugram-offering-card:hover .gurugram-offering-img-wrapper {
    transform: scale(1.05);
    background: linear-gradient(135deg, #a6d66b, rgba(166, 214, 107, 0.4));
    box-shadow: 0 0 25px rgba(166, 214, 107, 0.4);
}

.gurugram-offering-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #0b0c10;
}

.gurugram-offering-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.gurugram-offering-card:hover .gurugram-offering-card-title {
    color: #a6d66b;
}

.gurugram-offering-btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0b0c10;
    background: linear-gradient(135deg, #a6d66b 0%, #7cae3f 100%);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(166, 214, 107, 0.2);
}

.gurugram-offering-btn:hover {
    background: linear-gradient(135deg, #b8e87d 0%, #8bc24a 100%);
    color: #000000;
    box-shadow: 0 6px 18px rgba(166, 214, 107, 0.4);
}

@media (max-width: 991.98px) {
    .gurugram-offering-section {
        padding: 50px 0;
    }
    .gurugram-offering-title {
        font-size: 1.9rem;
    }
    .gurugram-offering-img-wrapper {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 575.98px) {
    .gurugram-offering-title {
        font-size: 1.6rem;
    }
    .gurugram-offering-card {
        padding: 24px 15px;
    }
    .gurugram-offering-img-wrapper {
        width: 140px;
        height: 140px;
    }
    .gurugram-offering-card-title {
        font-size: 1.15rem;
    }
}
/* ===== GURUGRAM OFFERING SECTION STYLES END ===== */


/* ===== GURUGRAM EXCLUSIVE FEATURE SECTION STYLES START ===== */

.gurugram-feature-section {
    background-color: #0b0c10;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(166, 214, 107, 0.12), transparent 50%),
                radial-gradient(circle at bottom right, rgba(166, 214, 107, 0.08), transparent 50%),
                #0b0c10;
}

.gurugram-sub-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a6d66b;
    background-color: rgba(166, 214, 107, 0.12);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #a6d66b;
    margin-bottom: 15px;
}

.gurugram-section-title {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 15px;
}

.gurugram-section-title span {
    color: #a6d66b;
}

.gurugram-lead-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Image Column Styles */
.gurugram-img-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.gurugram-main-img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid rgba(166, 214, 107, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease;
}

.gurugram-main-img:hover {
    border-color: #a6d66b;
    box-shadow: 0 0 30px rgba(166, 214, 107, 0.25);
}

.gurugram-image-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(18, 18, 18, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid #a6d66b;
    padding: 10px 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.gurugram-badge-icon {
    color: #a6d66b;
    font-size: 1.8rem;
    line-height: 1;
}

.gurugram-badge-main-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.gurugram-badge-sub-text {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Feature List Item Styles */
.gurugram-feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(166, 214, 107, 0.15);
    transition: all 0.35s ease;
}

.gurugram-feature-item:hover {
    background: rgba(166, 214, 107, 0.08);
    border-color: #a6d66b;
    transform: translateX(6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.gurugram-icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    background: rgba(166, 214, 107, 0.12);
    border: 1px solid rgba(166, 214, 107, 0.4);
    color: #a6d66b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.gurugram-feature-content {
    flex: 1;
}

.gurugram-feature-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #a6d66b;
    margin-bottom: 6px;
}

.gurugram-feature-text {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
}

/* Mobile Responsive Adjustments */
@media (max-width: 991.98px) {
    .gurugram-feature-section {
        padding: 50px 0;
    }
    .gurugram-section-title {
        font-size: 1.8rem;
    }
    .gurugram-main-img {
        min-height: 380px;
    }
    .gurugram-img-container {
        margin-bottom: 35px;
    }
    .gurugram-image-badge {
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
}

@media (max-width: 575.98px) {
    .gurugram-section-title {
        font-size: 1.5rem;
    }
    .gurugram-lead-desc {
        font-size: 0.95rem;
    }
    .gurugram-feature-item {
        padding: 12px;
        gap: 12px;
    }
    .gurugram-icon-box {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 1.1rem;
    }
    .gurugram-feature-title {
        font-size: 1rem;
    }
    .gurugram-feature-text {
        font-size: 0.85rem;
    }
}

/* ===== GURUGRAM EXCLUSIVE FEATURE SECTION STYLES END ===== */




/* GURUGRAM STYLES START */
.gurugram-section {
    background-color: #0b0c10 !important;
    color: #ffffff !important;
    padding: 90px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 80% 20%, rgba(166, 214, 107, 0.12), transparent 45%),
                radial-gradient(circle at 20% 80%, rgba(166, 214, 107, 0.08), transparent 45%),
                #0b0c10 !important;
}

.gurugram-pill-tag {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #a6d66b !important;
    background: rgba(166, 214, 107, 0.08) !important;
    padding: 7px 20px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(166, 214, 107, 0.35) !important;
    box-shadow: 0 0 15px rgba(166, 214, 107, 0.1) !important;
    margin-bottom: 18px !important;
}

.gurugram-main-title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin-bottom: 16px !important;
}

.gurugram-main-title span {
    color: #a6d66b !important;
    background: linear-gradient(135deg, #a6d66b 0%, #d4ff9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gurugram-main-desc {
    font-size: 1.02rem !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

.gurugram-img-wrapper {
    position: relative !important;
    width: 100% !important;
}

.gurugram-img {
    width: 100% !important;
    max-height: 560px !important;
    object-fit: cover !important;
    border-radius: 26px !important;
    border: 1px solid rgba(166, 214, 107, 0.3) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85) !important;
    transition: all 0.4s ease !important;
}

.gurugram-img-wrapper:hover .gurugram-img {
    border-color: #a6d66b !important;
    box-shadow: 0 0 35px rgba(166, 214, 107, 0.25) !important;
}

.gurugram-badge {
    position: absolute !important;
    bottom: -15px !important;
    left: 20px !important;
    background: rgba(11, 12, 16, 0.92) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid #a6d66b !important;
    padding: 12px 20px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7) !important;
}

.gurugram-badge-icon-box {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: rgba(166, 214, 107, 0.15) !important;
    color: #a6d66b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
}

.gurugram-badge-text {
    display: flex !important;
    flex-direction: column !important;
}

.gurugram-badge-title {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.gurugram-badge-sub {
    font-size: 0.75rem !important;
    color: rgba(255, 255, 255, 0.65) !important;
}

.gurugram-luxe-card {
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(166, 214, 107, 0.18) !important;
    border-left: 3px solid rgba(166, 214, 107, 0.4) !important;
    border-radius: 14px !important;
    padding: 16px 14px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    height: 100% !important;
    transition: all 0.35s ease !important;
    backdrop-filter: blur(8px) !important;
}

.gurugram-luxe-card:hover {
    background: rgba(166, 214, 107, 0.08) !important;
    border-color: rgba(166, 214, 107, 0.3) !important;
    border-left-color: #a6d66b !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 22px rgba(166, 214, 107, 0.15) !important;
}

.gurugram-icon-wrap {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 10px !important;
    background: rgba(166, 214, 107, 0.12) !important;
    color: #a6d66b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.15rem !important;
}

.gurugram-card-info h4 {
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 3px !important;
}

.gurugram-card-info p {
    font-size: 0.78rem !important;
    color: rgba(255, 255, 255, 0.65) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

@media (max-width: 991.98px) {
    .gurugram-section {
        padding: 50px 0 !important;
    }
    .gurugram-content-box {
        margin-top: 35px !important;
        text-align: center !important;
    }
    .gurugram-badge {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: max-content !important;
    }
    .gurugram-luxe-card {
        text-align: left !important;
    }
}

@media (max-width: 575.98px) {
    .gurugram-main-title {
        font-size: 1.65rem !important;
    }
    .gurugram-main-desc {
        font-size: 0.92rem !important;
    }
    .gurugram-luxe-card {
        padding: 12px !important;
    }
}
/* GURUGRAM STYLES END */


/* ===== GURUGRAM STYLES START ===== */
.gurugram-elite-section {
    background-color: #0b0c10;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(166, 214, 107, 0.12), transparent 50%),
                radial-gradient(circle at bottom right, rgba(166, 214, 107, 0.08), transparent 50%),
                #0b0c10;
}

.gurugram-top-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a6d66b;
    background-color: rgba(166, 214, 107, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    border: 1px solid rgba(166, 214, 107, 0.35);
}

.gurugram-heading-title {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
}

.gurugram-highlight {
    color: #a6d66b;
    position: relative;
    display: inline-block;
}

.gurugram-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #a6d66b, transparent);
    border-radius: 2px;
}

.gurugram-lead-text {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
}

.gurugram-card-wrapper {
    background: rgba(15, 17, 23, 0.95);
    border: 1px solid rgba(166, 214, 107, 0.25);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.35s ease;
    height: 100%;
}

.gurugram-card-wrapper:hover {
    border-color: #a6d66b;
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(166, 214, 107, 0.15);
}

.gurugram-img-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(166, 214, 107, 0.3);
}

.gurugram-card-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}

.gurugram-status-online {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #00c853;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    gap: 4px;
}

.gurugram-status-online::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ffffff;
    border-radius: 50%;
}

.gurugram-profile-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: #a6d66b;
    margin-bottom: 6px;
    line-height: 1.3;
}

.gurugram-sub-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.gurugram-body-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    margin-bottom: 12px;
}

.gurugram-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gurugram-tag-badge {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 6px;
}

.gurugram-tag-age {
    background: #e6b800;
    color: #000000;
}

.gurugram-tag-loc {
    background: #d81b60;
    color: #ffffff;
}

.gurugram-tag-cat {
    background: #9c27b0;
    color: #ffffff;
}

.gurugram-btn {
    flex: 1;
    min-width: 100px;
    text-align: center;
    padding: 8px 12px;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gurugram-btn-call {
    background: #a6d66b;
    color: #ffffff;
    border: 1px solid #a6d66b;
}

.gurugram-btn-call:hover {
    background: #86dd1d;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(216, 27, 96, 0.4);
}

.gurugram-btn-whatsapp {
    background: #0d233a;
    color: #a6d66b;
    border: 1px solid rgba(166, 214, 107, 0.5);
}

.gurugram-btn-whatsapp:hover {
    background: #a6d66b;
    color: #0b0c10;
    box-shadow: 0 4px 10px rgba(166, 214, 107, 0.4);
}

@media (max-width: 991.98px) {
    .gurugram-heading-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .gurugram-card-wrapper {
        text-align: center;
    }
    .gurugram-heading-title {
        font-size: 1.45rem;
    }
    .gurugram-card-img {
        height: 240px;
        max-width: 220px;
    }
    .gurugram-tags-container {
        justify-content: center;
    }
    .gurugram-action-btns {
        justify-content: center;
    }
    .gurugram-btn {
        width: 100%;
    }
}
/* ===== GURUGRAM STYLES END ===== */


/* ===== GURUGRAM EXCLUSIVE FEATURE SECTION STYLES START ===== */

.gurugram-elite-section {
    background-color: #0b0c10;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 10% 20%, rgba(166, 214, 107, 0.12), transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(166, 214, 107, 0.08), transparent 40%),
                #0b0c10;
}

.gurugram-top-tag {
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #a6d66b;
    background-color: rgba(166, 214, 107, 0.1);
    padding: 6px 18px;
    border-radius: 30px;
    border: 1px solid rgba(166, 214, 107, 0.35);
}

.gurugram-heading-title {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
}

.gurugram-highlight {
    color: #a6d66b;
    background: linear-gradient(135deg, #a6d66b 0%, #d4ff9d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gurugram-lead-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* Card Outer Wrapper */
.gurugram-card-wrapper {
    background: rgba(18, 20, 26, 0.7);
    border: 1px solid rgba(166, 214, 107, 0.2);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gurugram-card-wrapper:hover {
    border-color: #a6d66b;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(166, 214, 107, 0.18);
}

/* Image & Badges */
.gurugram-img-box {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(166, 214, 107, 0.25);
}

.gurugram-card-img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gurugram-card-wrapper:hover .gurugram-card-img {
    transform: scale(1.05);
}

.gurugram-status-online {
    position: absolute;
    bottom: 180px;
    left: 12px;
    background: rgba(11, 12, 16, 0.85);
    backdrop-filter: blur(8px);
    color: #a6d66b;
    border: 1px solid rgba(166, 214, 107, 0.4);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gurugram-status-online::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #00c853;
    border-radius: 50%;
    box-shadow: 0 0 8px #00c853;
}

.gurugram-badge-top-right {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.gurugram-badge-choice {
    background: rgba(166, 214, 107, 0.2);
    color: #a6d66b;
    border: 1px solid #a6d66b;
}

.gurugram-badge-popular {
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    border: 1px solid #ffc107;
}

.gurugram-badge-vip {
    background: rgba(233, 30, 99, 0.2);
    color: #ff4081;
    border: 1px solid #ff4081;
}

/* Content Details */
.gurugram-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gurugram-profile-name {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 6px;
}

.gurugram-body-text {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 12px;
}

/* Tags */
.gurugram-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gurugram-tag-badge {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.gurugram-tag-age {
    border-color: rgba(166, 214, 107, 0.3);
    color: #a6d66b;
}

.gurugram-tag-loc {
    border-color: rgba(255, 255, 255, 0.2);
}

/* Price Section */
.gurugram-price-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: #a6d66b;
}

.gurugram-btn-view {
    font-size: 0.78rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gurugram-btn-view:hover {
    background: #a6d66b;
    color: #0b0c10;
    border-color: #a6d66b;
}

/* Action Buttons */
.gurugram-btn {
    flex: 1;
    text-align: center;
    padding: 9px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gurugram-btn-call {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gurugram-btn-call:hover {
    background: #ffffff;
    color: #0b0c10;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.gurugram-btn-whatsapp {
    background: #a6d66b;
    color: #0b0c10;
    border: 1px solid #a6d66b;
}

.gurugram-btn-whatsapp:hover {
    background: #beee80;
    color: #0b0c10;
    box-shadow: 0 4px 15px rgba(166, 214, 107, 0.35);
}

/* Mobile Responsive Adjustments */
@media (max-width: 991.98px) {
    .gurugram-heading-title {
        font-size: 1.8rem;
    }
    .gurugram-card-img {
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .gurugram-heading-title {
        font-size: 1.5rem;
    }
    .gurugram-lead-text {
        font-size: 0.9rem;
    }
    .gurugram-card-img {
        height: 200px;
    }
    .gurugram-profile-name {
        font-size: 1.1rem;
    }
    .gurugram-price-text {
        font-size: 1.1rem;
    }
}

/* ===== GURUGRAM EXCLUSIVE FEATURE SECTION STYLES END ===== */




/* GURUGRAM STYLES START */
.gurugram-section {
    background-color: #08090c !important;
    color: #ffffff !important;
    padding: 100px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: radial-gradient(circle at 85% 15%, rgba(166, 214, 107, 0.15), transparent 40%),
                radial-gradient(circle at 15% 85%, rgba(166, 214, 107, 0.1), transparent 45%),
                #08090c !important;
}

.gurugram-pill-tag {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    color: #a6d66b !important;
    background: rgba(166, 214, 107, 0.1) !important;
    padding: 8px 22px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(166, 214, 107, 0.4) !important;
    box-shadow: 0 0 20px rgba(166, 214, 107, 0.15) !important;
}

.gurugram-main-title {
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}

.gurugram-main-title span {
    background: linear-gradient(135deg, #a6d66b 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gurugram-main-desc {
    font-size: 1.05rem !important;
    color: rgba(255, 255, 255, 0.75) !important;
    line-height: 1.75 !important;
}

.gurugram-stat-card {
    background: rgba(15, 17, 23, 0.75) !important;
    border: 1px solid rgba(166, 214, 107, 0.2) !important;
    border-radius: 18px !important;
    padding: 22px 18px !important;
    text-align: center !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    backdrop-filter: blur(12px) !important;
}

.gurugram-stat-card:hover {
    border-color: #a6d66b !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(166, 214, 107, 0.2) !important;
}

.gurugram-stat-number {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #a6d66b !important;
    line-height: 1 !important;
    margin-bottom: 6px !important;
}

.gurugram-stat-label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.gurugram-accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: 0 !important;
}

.gurugram-accordion-item {
    background: rgba(15, 17, 23, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    backdrop-filter: blur(12px) !important;
    transition: all 0.35s ease !important;
}

.gurugram-accordion-item:hover {
    border-color: rgba(166, 214, 107, 0.4) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4) !important;
}

.gurugram-accordion-btn {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 22px 24px !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.gurugram-accordion-btn:not(.collapsed) {
    color: #a6d66b !important;
    background: rgba(166, 214, 107, 0.06) !important;
    box-shadow: none !important;
}

.gurugram-accordion-btn::after {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(45deg) !important;
    transition: transform 0.3s ease !important;
}

.gurugram-faq-num {
    background: rgba(166, 214, 107, 0.15) !important;
    color: #a6d66b !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    padding: 6px 14px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(166, 214, 107, 0.3) !important;
    min-width: 42px !important;
    text-align: center !important;
}

.gurugram-faq-text {
    flex: 1 !important;
}

.gurugram-accordion-body {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
    padding: 0 24px 22px 82px !important;
}

@media (max-width: 991.98px) {
    .gurugram-section {
        padding: 70px 0 !important;
    }
    .gurugram-content-box {
        text-align: center !important;
        margin-bottom: 35px !important;
    }
    .gurugram-accordion-body {
        padding: 0 20px 20px 20px !important;
    }
}

@media (max-width: 575.98px) {
    .gurugram-main-title {
        font-size: 2rem !important;
    }
    .gurugram-accordion-btn {
        font-size: 0.95rem !important;
        padding: 18px 16px !important;
        gap: 12px !important;
    }
    .gurugram-stat-number {
        font-size: 1.6rem !important;
    }
}
/* GURUGRAM STYLES END */




/* ===== GURUGRAM LOCATION STYLES START ===== */
.gurugram-location-section {
  position: relative;
  background-color: #0b0c10;
  color: #ffffff;
  padding: 80px 0;
  overflow: hidden;
  background: radial-gradient(circle at top right, rgba(166, 214, 107, 0.12), transparent 50%),
              radial-gradient(circle at bottom left, rgba(166, 214, 107, 0.08), transparent 50%),
              #0b0c10;
}

.gurugram-sub-tag {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a6d66b;
  background-color: rgba(166, 214, 107, 0.12);
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #a6d66b;
}

.gurugram-section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
}

.gurugram-section-title span {
  color: #a6d66b;
}

.gurugram-section-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.gurugram-location-card {
  background: #121212;
  border: 1px solid rgba(166, 214, 107, 0.25);
  border-radius: 24px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

.gurugram-location-card:hover {
  border-color: rgba(166, 214, 107, 0.6);
  box-shadow: 0 15px 35px rgba(166, 214, 107, 0.15);
}

.gurugram-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #a6d66b;
  background: rgba(166, 214, 107, 0.08);
  border: 1px solid rgba(166, 214, 107, 0.3);
  padding: 6px 14px;
  border-radius: 30px;
  width: fit-content;
  margin-bottom: 20px;
}

.gurugram-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #a6d66b;
  border-radius: 50%;
  box-shadow: 0 0 8px #a6d66b;
}

.gurugram-card-heading {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.gurugram-card-address {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}

.gurugram-location-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.gurugram-location-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gurugram-radio-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(166, 214, 107, 0.5);
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}

.gurugram-location-item.active,
.gurugram-location-item:hover {
  background: rgba(166, 214, 107, 0.1);
  border-color: rgba(166, 214, 107, 0.4);
  color: #ffffff;
}

.gurugram-location-item.active .gurugram-radio-icon,
.gurugram-location-item:hover .gurugram-radio-icon {
  border-color: #a6d66b;
  background-color: #a6d66b;
  box-shadow: 0 0 8px rgba(166, 214, 107, 0.6);
}

.gurugram-action-group {
  display: flex;
  gap: 12px;
}

.gurugram-btn-primary {
  flex: 1;
  text-align: center;
  background: linear-gradient(135deg, #a6d66b 0%, #7cae3f 100%);
  color: #0b0c10;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(166, 214, 107, 0.25);
  transition: all 0.3s ease;
}

.gurugram-btn-primary:hover {
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(166, 214, 107, 0.4);
}

.gurugram-btn-secondary {
  flex: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.gurugram-btn-secondary:hover {
  background: rgba(37, 211, 102, 0.15);
  border-color: #25d366;
  color: #25d366;
}

.gurugram-map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(166, 214, 107, 0.25);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.gurugram-map-iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: contrast(1.05) saturate(1.1);
}

@media (max-width: 991.98px) {
  .gurugram-location-section {
    padding: 50px 0;
  }

  .gurugram-section-title {
    font-size: 2rem;
  }

  .gurugram-map-wrapper,
  .gurugram-map-iframe {
    min-height: 350px;
  }
}

@media (max-width: 575.98px) {
  .gurugram-location-card {
    padding: 20px;
  }

  .gurugram-action-group {
    flex-direction: column;
  }

  .gurugram-section-title {
    font-size: 1.6rem;
  }
}
/* ===== GURUGRAM LOCATION STYLES END ===== */


/* ===== GURUGRAM POPULAR LOCATIONS STYLES START ===== */
.gurugram-popular-locations-section {
  background-color: #0b0c10;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(166, 214, 107, 0.15);
  border-bottom: 1px solid rgba(166, 214, 107, 0.15);
  background: radial-gradient(circle at center, rgba(166, 214, 107, 0.05), transparent 70%), #0b0c10;
}

.gurugram-loc-header {
  position: relative;
  padding-left: 20px;
}

.gurugram-accent-line {
  position: absolute;
  left: 0;
  top: 12px;
  width: 35px;
  height: 4px;
  background-color: #a6d66b;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(166, 214, 107, 0.6);
}

.gurugram-loc-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
  padding-left: 25px;
}

.gurugram-loc-title span {
  color: #a6d66b;
  display: block;
}

.gurugram-pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gurugram-loc-pill {
  display: inline-block;
  background: rgba(18, 18, 18, 0.8);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  border: 1px solid rgba(166, 214, 107, 0.25);
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.gurugram-loc-pill:hover {
  color: #0b0c10;
  background-color: #a6d66b;
  border-color: #a6d66b;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(166, 214, 107, 0.35);
}

@media (max-width: 991.98px) {
  .gurugram-popular-locations-section {
    padding: 45px 0;
  }

  .gurugram-loc-header {
    margin-bottom: 10px;
  }

  .gurugram-loc-title {
    font-size: 1.8rem;
  }

  .gurugram-loc-title span {
    display: inline-block;
  }
}

@media (max-width: 575.98px) {
  .gurugram-loc-title {
    font-size: 1.5rem;
  }

  .gurugram-pills-wrapper {
    gap: 8px;
  }

  .gurugram-loc-pill {
    font-size: 0.82rem;
    padding: 8px 16px;
  }
}
/* ===== GURUGRAM POPULAR LOCATIONS STYLES END ===== */




