/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

/* Header */
header {
    background-color: #222;
    color: #fff;
    padding: 20px 0;
}

header h1 {
    margin: 0;
    text-align: center;
    font-size: 2em;
}

header nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

header nav ul li {
    margin: 0 15px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

header nav ul li a:hover {
    text-decoration: underline;
}

/* Banner */
.banner {
    background: url('https://www.farzana.in/wp-content/uploads/2024/03/Russian-escorts-in-Banglore.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 120px 20px;
}

.banner h1 {
    font-size: 3em;
    margin-bottom: 10px;
}

.banner p {
    font-size: 1.2em;
}

/* Profiles Section */
.profiles h2 {
    text-align: center;
    margin-bottom: 40px;
}

.profile-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.profile-card {
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 8px;
    width: 300px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.profile-card img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Content Section */
.content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.content p {
    margin-bottom: 15px;
}

/* Testimonials */
.testimonials h2 {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.testimonial-card {
    background-color: #f0f0f0;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.testimonial-card span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* Map Section */
.map h2 {
    text-align: center;
    margin-bottom: 20px;
}

.map iframe {
    border-radius: 8px;
}

/* Footer */
footer {
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

footer p {
    margin: 5px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .profile-cards, .testimonial-cards {
        flex-direction: column;
        align-items: center;
    }

    header nav ul {
        flex-direction: column;
    }

    header nav ul li {
        margin: 10px 0;
    }
}
