/* General Resets */
body {
    background-color: #000;
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

/* Header & Top Bar */
.main-header {
    border-bottom: 1px solid #1a1a1a;
}

.top-contact a {
    letter-spacing: 1px;
}

.header-logo {
    max-width: 140px;
    height: auto;
}

/* Navbar Links */
.navbar-nav .nav-link {
    font-size: 13px;
    color: #fff !important;
    padding: 10px 15px !important;
    transition: 0.3s;
}

.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link.active {
    text-decoration: underline;
    text-underline-offset: 8px;
}

/* Banner Styling */
.banner-container {
    width: 100%;
    margin: 0 auto;
}

.banner-img {
    display: block;
    max-height: 250px;
    object-fit: cover;
}

/* Hero Content */
.hero-text-area h1 {
    font-size: 1.75rem;
    letter-spacing: 0.5px;
}

.hero-text-area p {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* Call Now Button Exact Design */
.call-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #ffff00;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.call-btn:hover {
    background-color: #ffff00;
    color: #000;
}

/* WhatsApp Floating Icon */
.whatsapp-fixed {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 1000;
}

.wa-img {
    width: 65px;
    height: auto;
}

.wa-badge {
    position: absolute;
    top: 0;
    right: -2px;
    background: #f00;
    color: #fff;
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 50%;
    font-weight: bold;
}

/* Responsive Device Tweaks */
@media (max-width: 991px) {
    .navbar-collapse {
        background: #000;
        padding: 20px 0;
        text-align: center;
    }
    .header-logo { max-width: 110px; }
}

@media (max-width: 576px) {
    .hero-text-area h1 { font-size: 1.3rem; }
    .banner-img { max-height: 250px; }
}
/* Content Section Styling */
.content-section {
    background-color: #000;
    line-height: 1.8;
}

.lead-text {
    font-size: 1.1rem;
    color: #e0e0e0;
}

.content-section p {
    color: #ccc;
    margin-bottom: 20px;
}

.text-warning {
    color: #ffff00 !important; /* Yellow theme match */
}

.pricing-box {
    background: rgba(255, 255, 0, 0.05);
    border-style: dashed !important;
}

/* Link hover effect */
.content-section a:hover {
    text-decoration: underline !important;
}

/* Gallery & Button Styles */
.gallery-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.gallery-card {
    transition: transform 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-5px);
}

.gallery-card img {
    height: 350px; /* Standard height for portrait images */
    object-fit: cover;
}

/* Yellow Button Style for Gallery */
.btn-yellow {
    background-color: #ffde00;
    color: #000;
    border: none;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.btn-yellow:hover {
    background-color: #e6c800;
    color: #000;
}

/* Responsive Image Height */
@media (max-width: 576px) {
    .gallery-card img {
        height: 250px;
    }
    .btn-yellow {
        font-size: 12px;
    }
}

/* VIP Profile Section Styling */
.small-text p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.profile-card-wrapper {
    background-color: #080808;
}

.profile-main-img {
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.profile-desc p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* WhatsApp Button styling as per screenshot */
.btn-whatsapp {
    background-color: #00ff00; /* Bright Green */
    color: #000;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
}

.btn-whatsapp:hover {
    background-color: #00cc00;
    color: #fff;
}

/* Responsive Fix for Profile Image */
@media (max-width: 768px) {
    .profile-main-img {
        min-height: auto;
        height: 400px;
    }
}
/* SEO Content Section Styling */
.seo-content-section .seo-text p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

.seo-content-section h2 {
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
}

/* Optional: Ek halki line headings ke niche */
.seo-content-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #ffde00; /* Yellow line to match theme */
}

@media (max-width: 576px) {
    .seo-content-section h2 {
        font-size: 1.4rem;
    }
    .seo-content-section .seo-text p {
        font-size: 0.9rem;
    }
}
/* Model Card Styling */
.model-card {
    transition: 0.3s ease-in-out;
}

.model-card:hover {
    border-color: #ffde00 !important;
}

.model-card img {
    height: 300px;
    object-fit: cover;
}

.model-info h5 {
    letter-spacing: 0.5px;
    font-size: 15px;
}

.model-info p {
    font-size: 12px;
    line-height: 1.2;
}

/* SEO Text specific for this section */
.gurgaon-gallery .seo-text p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    .model-card img {
        height: 220px;
    }
    .model-info h5 {
        font-size: 13px;
    }
}
/* Comparison Section Styling */
.comp-box {
    background-color: #050505;
    transition: 0.3s;
}

.comp-box:hover {
    border-color: #555 !important;
}

.comp-img {
    height: 350px;
    width: 280px; /* Fixed width as per screenshot layout */
    object-fit: cover;
    border: 1px solid #333;
}

.comp-text p {
    line-height: 1.8;
    text-align: left;
}

/* Link Style */
.comp-text a:hover {
    color: #ffde00 !important;
}

@media (max-width: 768px) {
    .comp-img {
        width: 100%;
        height: 300px;
    }
}

/* Recent Blogs Styling */
.recent-blogs-section {
    border-top: 1px solid #444; /* Top thin line matching screenshot */
    padding-top: 40px;
}

.blog-main-header h2 {
    letter-spacing: 1px;
}

.header-dot {
    margin-left: 5px;
    font-size: 20px;
}

.header-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px; /* Line under the heading */
    height: 2px;
    background-color: #fff;
}

.blog-meta {
    font-size: 13px;
}

.blog-meta i {
    margin-right: 5px;
}

.btn-read-more {
    background-color: #ffde00; /* Yellow button */
    border: none;
    transition: 0.3s ease;
    font-size: 14px;
    text-transform: none;
}

.btn-read-more:hover {
    background-color: #e6c800;
    color: #000;
}

/* FAQ Accordion Styling */
.accordion-button::after {
    filter: invert(1); /* Arrow color white karne ke liye */
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #ffc107 !important; /* Yellow text when open */
}

.accordion-item {
    border-color: #333 !important;
}

/* Footer & Social Icons */
.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    transition: 0.3s;
}

.bg-facebook { background-color: #3b5998; }
.bg-twitter { background-color: #00acee; }
.bg-youtube { background-color: #c4302b; }
.bg-telegram { background-color: #0088cc; }
.bg-reddit { background-color: #ff4500; }
.bg-instagram { background-color: #3f729b; }

.social-icon:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.disclaimer-text p {
    line-height: 1.8;
    font-size: 14px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.whatsapp-fixed a {
    background-color: #25D366; /* Original WhatsApp Green */
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%; /* Perfect Circle */
    font-size: 35px; /* Icon Size */
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    position: relative;
    transition: 0.3s;
}

.whatsapp-fixed a:hover {
    background-color: #128C7E; /* Darker Green on Hover */
    transform: scale(1.1);
}

/* Badge (Red dot with number) */
.wa-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ff0000; /* Red Badge */
    color: #fff;
    font-size: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #fff;
}

/* Sabhi profile images ko fix karne ke liye */
.profile-main-img {
    height: 450px;      /* Aap apne hisab se height adjust kar sakte ho */
    object-fit: cover;  /* Isse image stretch nahi hogi, zarurat padne par side se crop ho jayegi */
    object-position: center; /* Image ka center part dikhega */
    width: 100%;
}

/* Responsive check: Mobile par height thodi kam kar sakte hain */
@media (max-width: 768px) {
    .profile-main-img {
        height: 350px;
    }
}

/* Custom Gallery Header Styling */
.gallery-header-custom {
    background-color: #000 !important;
    font-family: 'Arial', sans-serif; /* Screenshot jaisa clean look */
}

.gallery-header-custom h2, 
.gallery-header-custom h3 {
    letter-spacing: -1px; /* Tight kerning like in the image */
    line-height: 1.2;
}

.lead-custom {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: justify; /* Text block professional dikhne ke liye */
    max-width: 100%;
    color: #ffffff;
    opacity: 0.95;
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .gallery-header-custom h2, 
    .gallery-header-custom h3 {
        font-size: 1.8rem;
    }
    .lead-custom {
        font-size: 0.95rem;
    }
}

/* Gallery Styles */
.gallery-item {
    cursor: pointer;
    background: #111;
    height: 350px; /* Fixed height for uniformity */
}

.gallery-img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img {
    transform: scale(1.1); /* Hover par halka zoom effect */
}

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2rem;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.gallery-item:hover .zoom-icon {
    opacity: 1;
}

/* Modal Zoom Styling */
#imageModal .modal-content {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

@media (max-width: 576px) {
    .gallery-item {
        height: 250px; /* Mobile par thodi kam height */
    }
}

/* Square Gallery Styling */
.square-gallery-item {
    aspect-ratio: 1 / 1; /* Ye magic line hai jo box ko square rakhti hai */
    position: relative;
    cursor: pointer;
    background-color: #111;
}

.gallery-square-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Isse image box ke andar fill ho jayegi bina stretch hue */
    transition: 0.4s ease;
}

.square-gallery-item:hover .gallery-square-img {
    filter: brightness(0.7);
    transform: scale(1.05);
}

/* Mobile par row mein 4 images bahut choti lag sakti hain, 
isliye mobile ke liye 2 per row ka option (optional) */
@media (max-width: 576px) {
    .col-3 {
        width: 25%; /* Agar 4 hi rakhni hain toh 25% thik hai */
    }
}

/* Feeling Naughty Section Styling */
.cta-feeling-naughty {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    overflow: hidden;
}

/* Serif font for heading to match screenshot */
.serif-font {
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: -1px;
}

.cta-model-img {
    height: 500px; /* Fixed height for desktop */
    object-fit: cover;
    object-position: top center;
}

.email-info a:hover {
    color: #ffde00 !important; /* Theme color on hover */
    opacity: 1 !important;
}

/* Responsive adjustment */
@media (max-width: 767px) {
    .cta-model-img {
        height: 350px; /* Mobile par height thodi kam */
    }
    .cta-feeling-naughty h2 {
        font-size: 2.5rem;
    }
    .cta-feeling-naughty br {
        display: none; /* Mobile par line break hata diya space ke liye */
    }
}

/* Blog Section Styling */
.blog-title {
    font-size: 2rem;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.blog-title a:hover {
    color: #ffde00 !important; /* Theme touch on hover */
}

.blog-excerpt p {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 950px; /* Text line length optimization */
}

.blog-meta, .blog-footer-meta {
    font-family: 'Arial', sans-serif;
}

.blog-footer-meta i {
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-title {
        font-size: 1.5rem;
    }
    .blog-excerpt p {
        font-size: 0.95rem;
    }
}

.policy-content {
    line-height: 1.8;
}
.policy-section h2 {
    color: #ffde00; /* Theme highlight */
    margin-top: 30px;
}
.policy-section ul li {
    margin-bottom: 8px;
}
.display-4 {
    letter-spacing: -1px;
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");