/* Generic 'a' selector se '!important' hata diya gaya hai taaki baki components break na hon */
a {
    text-decoration: none;
    color: #677fcc;
}

a:hover {
    text-decoration: none;
    color: #e07b00;
}
/* INDIRAPURAM NAVBAR CSS START */
body {
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
}


/* ===== GURUGRAM NAVBAR STYLES START ===== */
.gurugram-navbar {
  background-color: rgba(18, 18, 18, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 0;
  border-bottom: 2px solid #a6d66b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.gurugram-brand {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-decoration: none;
}

.gurugram-brand span {
  color: #a6d66b;
}

.gurugram-brand:hover {
  color: #ffffff;
}

.gurugram-nav-list {
  gap: 10px;
}

.gurugram-nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 8px 16px !important;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.gurugram-nav-link:hover,
.gurugram-nav-link.active {
  color: #ffffff !important;
  background-color: rgb(166 214 107);
  text-shadow: 0 0 8px rgb(166 214 107);
}

.gurugram-btn-gallery {
  background-color: #a6d66b;
  color: #ffffff;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.gurugram-btn-gallery:hover {
  background-color: #68ec63;
  color: #ffffff;
  border-color: #68ec63;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(214, 107, 179, 0.4);
}

.gurugram-toggler {
  border: 1px solid rgb(166 214 107);
  padding: 6px 10px;
}

.gurugram-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 107, 179, 0.25);
}

.gurugram-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23a6d66b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .gurugram-collapse {
    background-color: #181818;
    padding: 20px;
    margin-top: 12px;
    border-radius: 12px;
    border: 1px solid rgba(214, 107, 179, 0.3);
  }

  .gurugram-cta-wrapper {
    margin-top: 15px;
    text-align: center;
  }

  .gurugram-btn-gallery {
    display: block;
    width: 100%;
  }
}
/* ===== GURUGRAM NAVBAR STYLES END ===== */



/* CITY FOOTER CSS START */
.city-premium-footer {
    background-color: #000000;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}
.city-warning-bar {
    background-color: #fcfbfb;
    border-bottom: 2px solid rgba(255, 78, 140, 0.2);
    padding: 30px 0;
}
.city-warning-title {
    color: #ffc107;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.city-warning-desc {
    color: rgba(8, 8, 8, 0.7);
    font-size: 13px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 20px auto;
}
.city-btn-leave {
    background-color: #f73b7dfa;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.city-btn-leave:hover {
    background-color: #0056b3;
}
.city-btn-adult {
    background-color: #ff4e8cfa;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.city-btn-adult:hover {
    background-color: #0099cc;
}
.city-main-footer-content {
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 78, 140, 0.1);
}
.city-footer-logo-text {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.city-logo-dot {
    color: #ff4e8cfa;
}
.city-brand-tagline {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.city-social-link {
    width: 38px;
    height: 38px;
    background-color: #0c0b0b;
    border: 1px solid rgba(255, 78, 140, 0.2);
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.city-social-link:hover {
    background-color: #ff4e8cfa;
    border-color: #ff4e8cfa;
    transform: translateY(-3px);
}
.city-footer-subtitle {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
}
.city-footer-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ff4e8cfa;
}
.city-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.city-footer-list li {
    margin-bottom: 12px;
}
.city-footer-list li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease, padding-left 0.2s ease;
}
.city-footer-list li a:hover {
    color: #ff4e8cfa;
    padding-left: 5px;
}
.city-contact-icon {
    color: #ff4e8cfa;
    font-size: 16px;
}
.city-contact-label {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
.city-contact-value {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.city-contact-value:hover {
    color: #ff4e8cfa !important;
}
.city-dmca-badge {
    background-color: #ff4e8cfa;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    display: inline-block;
}
.city-newsletter-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.city-input-field {
    background-color: #0c0b0b !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 6px;
}
.city-input-field:focus {
    border-color: #ff4e8cfa !important;
    box-shadow: 0 0 8px rgba(255, 78, 140, 0.2) !important;
}
.city-btn-subscribe {
    background-color: #ff8c00 !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 12px;
    border-radius: 6px;
    border: none;
    transition: background 0.3s ease;
}
.city-btn-subscribe:hover {
    background-color: #e07b00 !important;
}
.city-bottom-bar {
    background-color: #0c0b0b;
    padding: 20px 0;
}
.city-copyright-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}
.city-highlight-accent {
    color: #ff4e8cfa;
}
.city-bottom-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}
.city-bottom-links a:hover {
    color: #ff4e8cfa;
}
@media (max-width: 991.98px) {
    .city-main-footer-content {
        padding: 45px 0;
    }
    .city-footer-subtitle {
        margin-bottom: 15px;
    }
}
@media (max-width: 767.98px) {
    .city-warning-desc {
        font-size: 12px;
    }
    .city-footer-brand-box, 
    .city-footer-links-box, 
    .city-footer-contact-box, 
    .city-footer-newsletter-box {
        text-align: center;
    }
    .city-footer-subtitle::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .city-social-icons,
    .city-contact-item {
        justify-content: center;
    }
}
/* CITY FOOTER CSS END */



/* ===== GURUGRAM FOOTER SECTION STYLES START ===== */
.gurugram-footer-section {
    background-color: #0b0c10;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, rgba(166, 214, 107, 0.08), transparent 50%),
                radial-gradient(circle at bottom right, rgba(166, 214, 107, 0.05), transparent 50%),
                #0b0c10;
    border-top: 1px solid rgba(166, 214, 107, 0.2);
}

.gurugram-brand-logo {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.gurugram-brand-dot {
    color: #a6d66b;
}

.gurugram-footer-about {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.gurugram-social-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(166, 214, 107, 0.25);
    border-radius: 8px;
    color: #a6d66b;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gurugram-social-btn:hover {
    background: #a6d66b;
    color: #0b0c10;
    border-color: #a6d66b;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(166, 214, 107, 0.3);
}

.gurugram-footer-heading {
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    padding-bottom: 8px;
}

.gurugram-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #a6d66b;
    border-radius: 2px;
}

.gurugram-footer-links li {
    margin-bottom: 10px;
}

.gurugram-footer-links a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.gurugram-footer-links a:hover {
    color: #a6d66b;
    transform: translateX(5px);
}

.gurugram-contact-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.gurugram-contact-email {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gurugram-contact-email:hover {
    color: #a6d66b;
}

.gurugram-dmca-badge {
    display: inline-block;
    background: rgba(166, 214, 107, 0.1);
    color: #a6d66b;
    border: 1px solid rgba(166, 214, 107, 0.4);
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

.gurugram-newsletter-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.gurugram-input {
    background: rgba(15, 17, 23, 0.9);
    border: 1px solid rgba(166, 214, 107, 0.3);
    color: #ffffff;
    font-size: 0.85rem;
    padding: 10px 14px;
    border-radius: 8px;
}

.gurugram-input:focus {
    background: rgba(15, 17, 23, 1);
    border-color: #a6d66b;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(166, 214, 107, 0.2);
}

.gurugram-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.gurugram-btn-subscribe {
    background: #a6d66b;
    color: #0b0c10;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.gurugram-btn-subscribe:hover {
    background: #beee80;
    color: #0b0c10;
    box-shadow: 0 4px 15px rgba(166, 214, 107, 0.35);
}

.gurugram-copyright-text {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
}

.gurugram-brand-link {
    color: #a6d66b;
    text-decoration: none;
    font-weight: 700;
}

.gurugram-brand-link:hover {
    color: #ffffff;
}

.gurugram-legal-links a {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease;
}

.gurugram-legal-links a:hover {
    color: #a6d66b;
}

@media (max-width: 575.98px) {
    .gurugram-footer-heading {
        margin-top: 10px;
    }
}
/* ===== GURUGRAM FOOTER SECTION STYLES END ===== */



/* FLOATING STICKY CONTACT BAR CSS START */
.floating-sticky-bar {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    z-index: 99999;
    width: auto;
    max-width: 95%;
}

.sticky-btn {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

.sticky-btn:hover {
    transform: translateY(-3px);
}

.sticky-call {
    width: 48px;
    background: #ff1182;
    border-radius: 12px;
    flex-shrink: 0;
}

.sticky-whatsapp {
    width: 48px;
    background: #0cbb4f;
    border-radius: 12px;
    flex-shrink: 0;
}

.sticky-telegram {
    background: #0088cc;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    white-space: nowrap;
}

.sticky-telegram i {
    font-size: 18px;
}

@media (max-width: 575.98px) {
    .floating-sticky-bar {
        bottom: 10px;
        gap: 8px;
    }
    
    .sticky-btn {
        height: 44px;
    }

    .sticky-call, 
    .sticky-whatsapp {
        width: 44px;
        font-size: 18px;
    }

    .sticky-telegram {
        padding: 0 14px;
        font-size: 13.5px;
    }
}
/* FLOATING STICKY CONTACT BAR CSS END */



