/* body background  */

body {
    background-image: url('/images/body-bg.webp') !important;
    background-attachment: fixed !important;
    background-repeat: repeat !important;
    background-color: #2a1a3d;
}


/* banner section */
/* Banner Section */
.banner-search {
    position: relative;
    background-image: url('/images/banner-1.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.7) 0%, rgba(50, 30, 50, 0.6) 100%);
    z-index: 1;
}

.search-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.search-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInDown 0.8s ease-out;
}

.search-content p {
    font-size: 18px;
    color: #e0e0e0;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Search Form */
.search-form {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.search-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* Location Select Dropdown */
.location-select {
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #d4af37;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 300px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.location-select:hover {
    border-color: #f0c040;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
    background-color: #fafafa;
}

.location-select:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

/* Search Button */
.search-btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 160px;
    justify-content: center;
}

.search-btn:hover {
    background: linear-gradient(135deg, #f0c040 0%, #ffd700 100%);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}

.search-btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(212, 175, 55, 0.3);
}

.search-btn i {
    font-size: 18px;
}

/* Option Styling */
.location-select option {
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
}

.location-select option:hover {
    background: linear-gradient(#d4af37, #d4af37);
    background-color: #d4af37 !important;
    color: white;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .banner-search {
        padding: 60px 0;
    }

    .search-content h1 {
        font-size: 36px;
    }

    .search-content p {
        font-size: 16px;
    }

    .search-wrapper {
        flex-direction: column;
    }

    .location-select,
    .search-btn {
        width: 100%;
        min-width: unset;
    }

    .banner-search {
        background-attachment: scroll;
    }
}

@media (max-width: 480px) {
    .search-content h1 {
        font-size: 28px;
    }

    .search-content p {
        font-size: 14px;
    }

    .location-select,
    .search-btn {
        padding: 12px 15px;
        font-size: 14px;
    }
}


.location-select {
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #d4af37;
    border-radius: 8px;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 300px;
    font-weight: 500;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    
    /* Force dropdown to open downwards */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 40px;
    
    /* Ensure proper positioning */
    position: relative;
    z-index: 10;
}

/* banner section end*/


/* footer */

/* Premium Footer */
.premium-footer {
    background-image: url('images/footer_bg_premium.png');
    background-size: cover;
    background-attachment: fixed;
    background-color: #0a0a0a;
    color: #e0e0e0;
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

.premium-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(50, 30, 50, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 2;
}

/* Main Footer Grid */
.footer-content .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 0 !important;
}

/* Footer Widget */
.footer-widget {
    padding: 0;
}

.footer-logo h3 {
    font-size: 28px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 20px;
}

/* Footer Title */
.footer-title {
    font-size: 18px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #d4af37 0%, transparent 100%);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.footer-links li a::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #d4af37;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #d4af37;
    padding-left: 25px;
}

.footer-links li a:hover::before {
    opacity: 1;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
}

.social-icon:hover {
    background: linear-gradient(135deg, #f0c040 0%, #ffd700 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.info-item i {
    color: #d4af37;
    font-size: 16px;
    margin-top: 4px;
    min-width: 20px;
    flex-shrink: 0;
}

.info-item span {
    display: block;
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.info-item p {
    margin: 0;
    font-size: 13px;
}

.info-item a {
    color: #d4af37;
    text-decoration: none;
    transition: all 0.3s ease;
    word-break: break-all;
}

.info-item a:hover {
    color: #ffd700;
}

/* Newsletter & Payment Row */
.footer-content .row.mt-5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/* footer end */


/* FAQ section */

/* FAQ Section */
.faq-section {
    background-image: url('images/faq_bg_premium.png');
    background-size: cover;
    background-attachment: fixed;
    background-color: #00000080;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(50, 30, 50, 0.8) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-header p {
    font-size: 16px;
    color: #b0b0b0;
    max-width: 600px;
    margin: 0 auto;
}

/* FAQ Wrapper - Full Screen Width */
.faq-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}

/* FAQ Container - Maximum Width */
.faq-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 100%;
    margin: 0 auto;
}

/* FAQ Item - Full Width */
.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
}

.faq-item:hover {
    border-color: #d4af37;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);
    transform: translateY(-2px);
}

/* FAQ Question */
.faq-question {
    padding: 30px 35px;
    background: rgba(212, 175, 55, 0.05);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: rgba(212, 175, 55, 0.1);
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    transition: all 0.3s ease;
    flex: 1;
}

.faq-item.active .faq-question h3 {
    color: #d4af37;
}

/* FAQ Toggle Icon */
.faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.3) 0%, rgba(240, 192, 64, 0.2) 100%);
    border-radius: 50%;
    color: #d4af37;
    transition: all 0.3s ease;
    font-size: 16px;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-item.active .faq-toggle {
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    color: #ffffff;
    transform: rotate(180deg);
}

/* FAQ Answer */
.faq-answer {
    padding: 0 35px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
}

.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 30px 35px;
}

.faq-answer p {
    font-size: 15px;
    line-height: 1.9;
    color: #b0b0b0;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .faq-wrapper {
        padding: 0 20px;
    }
}

@media (max-width: 1200px) {
    .faq-wrapper {
        padding: 0 15px;
    }

    .faq-question {
        padding: 28px 30px;
    }

    .faq-answer {
        padding: 0 30px;
    }

    .faq-item.active .faq-answer {
        padding: 28px 30px;
    }
}

@media (max-width: 992px) {
    .section-header h2 {
        font-size: 36px;
    }

    .faq-wrapper {
        padding: 0 15px;
    }

    .faq-container {
        gap: 20px;
    }

    .faq-question {
        padding: 25px 25px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .faq-toggle {
        width: 38px;
        height: 38px;
        font-size: 14px;
        margin-left: 15px;
    }

    .faq-answer {
        padding: 0 25px;
    }

    .faq-item.active .faq-answer {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
        background-attachment: scroll;
    }

    .section-header {
        padding: 0 15px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .section-header p {
        font-size: 14px;
    }

    .faq-wrapper {
        padding: 0 10px;
    }

    .faq-container {
        gap: 15px;
    }

    .faq-question {
        padding: 20px 20px;
    }

    .faq-question h3 {
        font-size: 15px;
    }

    .faq-toggle {
        width: 35px;
        height: 35px;
        font-size: 12px;
        margin-left: 10px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .faq-item.active .faq-answer {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 50px 0;
    }

    .section-header {
        padding: 0 10px;
        margin-bottom: 40px;
    }

    .section-header h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .faq-wrapper {
        padding: 0 8px;
    }

    .faq-container {
        gap: 12px;
    }

    .faq-question {
        padding: 18px 15px;
    }

    .faq-question h3 {
        font-size: 14px;
    }

    .faq-toggle {
        width: 32px;
        height: 32px;
        font-size: 11px;
        margin-left: 8px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .faq-item.active .faq-answer {
        padding: 18px 15px;
    }
}


/* FAQ Wrapper - Full Viewport Width */
.faq-wrapper {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 20px;
}

/* FAQ Container */
.faq-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 100%;
    margin: 0 auto;
}

/* FAQ Item - Full Width */
.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
}

.faq-item:hover {
    border-color: #d4af37;
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.3);
    transform: translateY(-3px);
}


/* girl card section */

/* Escorts Gallery Section */
.escorts-gallery {
    background: #00000080;
    background-attachment: fixed;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.escorts-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(212,175,55,0.1)"/><circle cx="80" cy="80" r="2" fill="rgba(212,175,55,0.1)"/></svg>');
    pointer-events: none;
    z-index: 1;
}

.gallery-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Gallery Header */
.gallery-header {
    text-align: center;
    margin-bottom: 60px;
}

.gallery-header h2 {
    font-size: 48px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.gallery-header p {
    font-size: 16px;
    color: #b0b0b0;
}

/* Escorts Grid */
.escorts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

/* Escort Card */
.escort-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.escort-card:hover {
    border-color: #d4af37;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.25), 0 0 40px rgba(212, 175, 55, 0.15);
    transform: translateY(-8px);
}

/* Image Wrapper */
.escort-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 380px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(212, 175, 55, 0.05) 100%);
}

.escort-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.escort-card:hover .escort-image {
    transform: scale(1.1) rotate(1deg);
    filter: brightness(0.8);
}

/* Verified Badge */
.verified-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    color: #000;
    padding: 8px 12px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    }
    50% {
        box-shadow: 0 6px 25px rgba(212, 175, 55, 0.5);
    }
}

.verified-badge i {
    font-size: 12px;
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.escort-card:hover .overlay {
    opacity: 1;
}

/* View Button */
.view-btn {
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    color: #000;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-btn:hover {
    background: linear-gradient(135deg, #f0c040 0%, #ffd700 100%);
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
}

/* Escort Info */
.escort-info {
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
}

.escort-header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.escort-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    transition: all 0.3s ease;
}

.escort-card:hover .escort-name {
    color: #d4af37;
}

/* Rating */
.rating {
    display: flex;
    gap: 4px;
}

.rating i {
    color: #f0c040;
    font-size: 12px;
}

/* Location & Age */
.location,
.age {
    font-size: 13px;
    color: #b0b0b0;
    margin: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.location i,
.age i {
    color: #d4af37;
    font-size: 14px;
}

/* Contact Buttons */
.contact-buttons {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.btn-call,
.btn-whatsapp {
    flex: 1;
    padding: 10px 12px;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-call {
    background: #e74c3c;
    color: #ffffff;
}

.btn-call:hover {
    background: #c0392b;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.3);
    transform: translateY(-2px);
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
    padding: 10px;
}

.btn-whatsapp:hover {
    background: #20ba58;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .escorts-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 30px;
    }

    .gallery-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .escorts-gallery {
        padding: 80px 15px;
    }

    .escorts-grid {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 25px;
    }

    .gallery-header h2 {
        font-size: 32px;
    }

    .escort-image-wrapper {
        height: 320px;
    }

    .escort-info {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .escorts-gallery {
        padding: 60px 10px;
        background-attachment: scroll;
    }

    .escorts-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }

    .gallery-header h2 {
        font-size: 28px;
    }

    .gallery-header p {
        font-size: 14px;
    }

    .escort-image-wrapper {
        height: 280px;
    }

    .escort-name {
        font-size: 16px;
    }

    .verified-badge {
        top: 10px;
        right: 10px;
        font-size: 9px;
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .escorts-gallery {
        padding: 50px 8px;
    }

    .escorts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gallery-header h2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .escort-image-wrapper {
        height: 300px;
    }

    .escort-info {
        padding: 18px;
    }

    .escort-name {
        font-size: 15px;
    }

    .contact-buttons {
        gap: 10px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wow {
    animation-duration: 0.8s;
}

.wow.fadeInUp {
    animation-name: fadeInUp;
}

.wow.fadeInDown {
    animation-name: fadeInDown;
}

/* floating button */

/* Common button style */
.float-whatsapp,
.float-call {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  left: 20px;
  background: #25d366; /* WhatsApp color */
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  transition: .3s ease;
}

/* Phone button placed above WhatsApp */
.float-call {
  background: #ff5e3a; /* Call button color */
  bottom: 80px; /* space above whatsapp */
}

/* Hover animation */
.float-whatsapp:hover,
.float-call:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Base Floating Button Style */
.float-btn {
  position: fixed;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  text-decoration: none;
  animation: pulseBtn 1.7s infinite ease-in-out;
}

/* WhatsApp */
.float-whatsapp {
  bottom: 20px;
  background: #25d366;
}

/* Phone */
.float-call {
  bottom: 85px;
  background: #ff5e3a;
}

/* Pulse Animation */
@keyframes pulseBtn {
  0% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0.25); }
  50% { transform: scale(1.12); box-shadow: 0 0 15px rgba(0,0,0,0.25); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0.25); }
}

/* Tooltip Style */
.tooltip {
  position: absolute;
  right: 60px;
  white-space: nowrap;
  background: #000;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 6px;
  opacity: 0;
  transform: translateX(10px);
  pointer-events: none;
  transition: .25s ease;
  visibility: hidden;
}

/* Tooltip Arrow */
.tooltip::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #000;
}

/* Show Tooltip on Hover */
.float-btn:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}



/* content section 1 */

/* Content Section */
.content-section {
    background: #00000080;
    background-attachment: fixed;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.content-section .row {
    position: relative;
    z-index: 2;
}

/* Content Image */
.content-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.2);
}

.content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-image:hover img {
    transform: scale(1.08);
    filter: brightness(0.95);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.9) 100%);
    padding: 30px 20px 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
}

.content-image:hover .image-overlay {
    opacity: 1;
    transform: translateY(0);
}

.overlay-text h3 {
    color: #000;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

/* Content Wrapper */
.content-wrapper {
    padding: 20px;
}

/* Main Heading */
.main-heading {
    font-size: 42px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 30px;
    line-height: 1.3;
    text-transform: capitalize;
}

/* Content Block */
.content-block {
    margin-bottom: 30px;
}

.content-block p {
    font-size: 15px;
    line-height: 1.9;
    color: #b0b0b0;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

.content-block:hover p {
    color: #d0d0d0;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.btn {
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    color: #000;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #f0c040 0%, #ffd700 100%);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    transform: translateY(-3px);
}

.btn-whatsapp {
    background: #25d366;
    color: #ffffff;
}

.btn-whatsapp:hover {
    background: #20ba58;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
    transform: translateY(-3px);
}

.btn-lg {
    padding: 16px 40px;
    font-size: 16px;
}

/* Section Divider */
.section-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4af37, transparent);
    margin: 60px 0;
}

/* Content Grid */
.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

/* Content Subsection */
.content-subsection {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.content-subsection:hover {
    border-color: #d4af37;
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.2);
    transform: translateY(-8px);
}

.subsection-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(240, 192, 64, 0.1) 100%);
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.subsection-icon i {
    font-size: 28px;
    color: #d4af37;
}

.content-subsection:hover .subsection-icon {
    background: linear-gradient(135deg, #d4af37 0%, #f0c040 100%);
    transform: scale(1.15) rotate(-5deg);
}

.content-subsection:hover .subsection-icon i {
    color: #000;
}

.subsection-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.content-subsection:hover .subsection-content h2 {
    color: #d4af37;
}

.subsection-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #b0b0b0;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.subsection-content p:last-child {
    margin-bottom: 0;
}

.content-subsection:hover .subsection-content p {
    color: #d0d0d0;
}

/* Bottom CTA */
.bottom-cta {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(240, 192, 64, 0.1) 100%);
    border: 2px solid #d4af37;
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 15px;
}

.bottom-cta h2 {
    font-size: 36px;
    font-weight: 700;
    color: #d4af37;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bottom-cta p {
    font-size: 16px;
    color: #b0b0b0;
    margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .main-heading {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .content-block p {
        font-size: 14px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 50px;
    }

    .subsection-content h2 {
        font-size: 18px;
    }

    .bottom-cta h2 {
        font-size: 28px;
    }

    .cta-buttons {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .content-section {
        padding: 60px 15px;
        background-attachment: scroll;
    }

    .section-divider {
        margin: 50px 0;
    }

    .main-heading {
        font-size: 28px;
    }

    .content-block p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .cta-buttons {
        gap: 10px;
    }

    .btn {
        padding: 12px 20px;
        font-size: 12px;
    }

    .content-grid {
        gap: 20px;
    }

    .content-subsection {
        padding: 25px;
    }

    .subsection-icon {
        width: 55px;
        height: 55px;
    }

    .subsection-icon i {
        font-size: 24px;
    }

    .subsection-content h2 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .subsection-content p {
        font-size: 13px;
    }

    .bottom-cta {
        padding: 40px 20px;
    }

    .bottom-cta h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .bottom-cta p {
        font-size: 14px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .content-section {
        padding: 50px 10px;
    }

    .main-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .content-block p {
        font-size: 12px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .section-divider {
        margin: 40px 0;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 40px;
    }

    .content-subsection {
        padding: 20px;
    }

    .subsection-content h2 {
        font-size: 15px;
    }

    .subsection-content p {
        font-size: 12px;
        line-height: 1.6;
    }

    .bottom-cta {
        padding: 30px 15px;
    }

    .bottom-cta h2 {
        font-size: 20px;
    }

    .bottom-cta p {
        font-size: 13px;
    }
}


/* escort gallery */

