        body { 
            font-family: Arial, sans-serif; 
            margin: 0; 
            padding: 0; 
            -webkit-user-select: none; 
            -moz-user-select: none; 
            -ms-user-select: none; 
            user-select: none; 
        }
        header { background: #A9A9A9; color: white; padding: 10px; text-align: center; }
        .logo { max-width: 100px; height: auto; }
        .profile-container { max-width: 800px; margin: 20px auto; padding: 20px; }
        .profile-img { width: 100%; max-width: 300px; height: auto; margin: 0 auto; display: block; }
        .buttons { text-align: center; margin: 20px 0; }
        .buttons a { display: inline-block; margin: 10px; padding: 10px 20px; color: white; text-decoration: none; border-radius: 5px; }
        .whatsapp { background: #25D366; }
        .call { background: #007BFF; }
        table { width: 100%; border-collapse: collapse; margin: 20px 0; }
        th, td { border: 1px solid #ddd; padding: 10px; text-align: left; }
        th { background: #f4f4f4; }

        .banner { width: 100%; height: auto; max-height: 448px; object-fit: cover; }
        .container { padding: 20px; max-width: 1200px; margin: auto; }
        h1, h2 { text-align: center; }
        .city-grid, .girls-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
        .city, .girl { text-align: center; }
        .city img, .girl img { width: 100%; height: auto; max-height: 212px; object-fit: cover; }
        .btn { display: inline-block; padding: 10px 20px; margin: 10px; text-decoration: none; color: #fff; border-radius: 5px; }
        .whatsapp-btn { background: #25D366; }
        .call-btn { background: #007BFF; }
        .floating-btns { position: fixed; bottom: 20px; right: 20px; z-index: 100; }
        .floating-btns a { display: block; margin-bottom: 10px; }
        .tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
        .tag { padding: 5px 15px; border-radius: 20px; color: #fff; font-size: 14px; }
        .tag-1 { background: #FF5733; } .tag-2 { background: #C70039; } .tag-3 { background: #900C3F; }
        .tag-4 { background: #581845; } .tag-5 { background: #2ECC71; } .tag-6 { background: #27AE60; }
        .tag-7 { background: #1ABC9C; } .tag-8 { background: #16A085; } .tag-9 { background: #3498DB; }
        .tag-10 { background: #2980B9; } .tag-11 { background: #9B59B6; } .tag-12 { background: #8E44AD; }
        .tag-13 { background: #34495E; } .tag-14 { background: #2C3E50; } .tag-15 { background: #F1C40F; }
        .tag-16 { background: #F39C12; } .tag-17 { background: #E67E22; } .tag-18 { background: #D35400; }
        .tag-19 { background: #E74C3C; } .tag-20 { background: #C0392B; }
        footer { background: #A9A9A9; color: #fff; text-align: center; padding: 20px; }
        @media (max-width: 600px) {
            .city-grid, .girls-grid { grid-template-columns: 1fr; }
            .banner { height: auto; }
        }
        
    .faq-section { max-width: 900px; margin: 40px auto; padding: 20px; font-family: Arial, sans-serif; }
    .faq-section h2 { text-align: center; color: #333; margin-bottom: 30px; border-bottom: 2px solid #A9A9A9; display: inline-block; width: 100%; padding-bottom: 10px; }
    .faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
    .faq-question { background: #f9f9f9; padding: 15px; cursor: pointer; font-weight: bold; color: #333; display: flex; justify-content: space-between; align-items: center; transition: 0.3s; }
    .faq-question:hover { background: #f1f1f1; }
    .faq-question::after { content: '+'; font-size: 20px; color: #007BFF; }
    .faq-answer { padding: 0 15px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: #fff; color: #555; line-height: 1.6; }
    .faq-item.active .faq-answer { padding: 15px; max-height: 500px; border-top: 1px solid #ddd; }
    .faq-item.active .faq-question::after { content: '-'; }
    
    
    
    /* Styling for the Service Overview Section */
#service-overview {
    max-width: 800px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border-left: 5px solid #d4af37; /* Elegant Gold accent */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#service-overview h2 {
    color: #1a1a1a;
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#service-overview p {
    color: #444;
    line-height: 1.8;
    font-size: 1.1rem;
    text-align: justify;
}

/* Link Styling */
#service-overview a {
    color: #d4af37; /* Gold color for links */
    text-decoration: none;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 1px solid transparent;
}

#service-overview a:hover {
    color: #b8962e; /* Darker gold on hover */
    border-bottom: 1px solid #b8962e;
}

#service-overview strong {
    color: #1a1a1a;
    font-weight: 600;
}
