/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Apply Montserrat Font Globally */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color:black;
}


p {
    font-family: 'Montserrat', sans-serif; /* Apply Montserrat font to paragraphs */
    font-size: 0.9rem; /* Set default font size */
    line-height: 1.6; /* Improve readability with proper line spacing */
    margin-bottom: 1.5em; /* Add space between paragraphs */
    color: #ddd; /* Set default text color (optional) */
    
}
 
/* Header */
header {
    background: #111; /* Dark background */
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    height:80px;
}
.header-container {
    background:#000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

/* Logo */
.logo{
    padding:10px;
}
.logo-image {
    width: auto; /* Rendered width */
    height: 60px; /* Rendered height */
    max-width: 100%; /* Ensures responsiveness */
    object-fit: contain; /* Maintains aspect ratio within the specified size */
    display: block; /* Ensures proper alignment */
}

.logo a {
    display: inline-block; /* Allows for proper alignment and spacing */
}
.profile .card img {
    max-height:200px;
}
/* Main Navigation Menu (Desktop) */
.nav-menu {
    display: flex;
    margin-right:150px;
    gap: 20px;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
 
    padding: 0;
    background: #0000; /* Dark background */
}

.nav-menu li {
    position: relative; /* Needed for submenu positioning */
    display: inline-block; /* Keep main menu items inline */
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #d4af37; /* Gold hover color */
}

/* Submenu Styling (Desktop) */
.nav-menu li ul {
    display: none; /* Hide submenu by default */
    position: absolute;
    top: calc(100% + 5px); /* Position submenu slightly below the parent menu */
    left: 0;
    background: #333; /* Darker background for submenu */
    list-style: none;
    padding: 5px 0; /* Reduce overall padding for the submenu */
    margin: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.nav-menu li:hover ul {
    display: block; /* Show submenu when parent menu item is hovered */
}

.nav-menu li ul li {
    margin: 0; /* Remove extra margin between items */
    text-align: left;
}

.nav-menu li ul li a {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 5px 10px; /* Reduce padding for menu items */
    display: block;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden; /* Hide overflow if text is too long */
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
}

.nav-menu li ul li a:hover {
    background: #444;
    color: #d4af37; /* Gold text */
}

/* Main Menu Items (Adjust Gap) */
.nav-menu > li {
    margin-right: 10px; /* Reduce spacing between main menu items */
}

.nav-menu > li:last-child {
    margin-right: 0; /* Remove margin for the last item */
}


/* Mobile Navigation */
.nav-menu.mobile {
    display: none; /* Hidden by default */
    flex-direction: column;
    align-items: flex-start;
    background: #222; /* Dark background */
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 80%; /* Adjust width for better mobile experience */
    padding: 20px;
    box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease-in-out; /* Smooth slide-in effect */
    transform: translateX(100%); /* Move off-screen initially */
}

.nav-menu.mobile.active {
    display: flex;
    transform: translateX(0); /* Slide-in effect */
    justify-content:flex-start;
}
.nav-menu.mobile.active li { 
    display:block; 
}

/* Optional Overlay for Better UX */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    z-index: 900;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Menu Links */
.nav-menu.mobile a {
    color: #fff;
    font-size: 15px;
    line-height:20px;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    width: 100%;
}
.nav-menu.mobile .menu{
margin-left:80px;
margin-top:30px
}

.nav-menu.mobile a:hover {
    background: #444;
    color: #d4af37;
}

/* Toggle Button */
.nav-toggle {
    display: none; /* Hidden by default for desktop */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: fixed;
    top: 60px;
    right: 15px;
    z-index: 1100;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: flex; /* Show toggle on smaller screens */
    }

    .nav-menu {
        display: none; /* Hide the desktop menu */
    }
}

/* Hero Section */
.hero {
    background-image: url('https://darlingsofnicole.nl/wp-content/uploads/2025/01/darlingsofnicole-1.jpg');
    position: relative;
    text-align: center;
    color: #fff;
    padding: 70px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Makes the background image fixed when scrolling */
}

@media screen and (max-width: 768px) {
    .hero {
        background-image: url('https://darlingsofnicole.nl/wp-content/uploads/2025/01/mobile-darlingsofnicole.jpeg?v=1');
    }
}


.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adds a dark overlay for better text visibility */
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2; /* Ensures the text is above the overlay */
}

.hero h2 {
    font-size: 45px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Adds text shadow for better contrast */
}
.heading-title{
   font-size: 1.5rem;
    font-weight: bold; 
    color: #fff !important; 
    text-align: center; 
    line-height: 1.4;
   margin-bottom:15px;
    
}
.hero p {
    font-size: 16px;
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.hero .btn {
   display: inline-block;
    margin: 10px 5px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    background: #d4af37;
    color: #fff;

}

.hero .btn:hover {
    background: #b08c28;
    color: #fff;
    transform: scale(1.05);
}

footer .social a {
    color: #d4af37;
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.5rem;
}
/* Section Heading */
.section-heading {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #d4af37; /* Gold color for premium feel */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Short Description */
p.home-page-text, .profile-intro p{
        font-size: 16px;
    line-height: 25px;
}
.profile-intro {
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ddd;
    padding: 20px;
    background: #2c2c2cdb;
    /*111;*/
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.profile-intro strong {
    color: #fff !important;
}

/* Grid Layout */
.grid {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Minimum width of 300px per card */
    gap: 05px; /* Space between cards */
    justify-content: center; /* Center-align grid items */
    padding: 0 05px; /* Add padding on both sides for a consistent look */
}

/* Cards */
.card {
    background: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for better aesthetics */
    text-align: center;
    max-width: 320px; /* Limit the maximum width of each card */
    margin: 0 auto; /* Center-align the card within its container */
}

.image-container {
    width: 100%; /* Full width of the container */
    height: auto;
    object-fit: cover; /* Ensure the image fits proportionally */
    border-radius: 5px;
    
}

.model-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distortion */
    object-position: center; /* Centers the image within the box */
}
.card:hover {
    transform: scale(1.03);
}

.card img {
    width: 100%;
    height: auto;
    max-height:200px;
}


/* Full-Screen Images on Mobile */
@media (max-width: 768px) {
    .grid {
        display: block; /* Ensure grid items stack vertically */
        padding: 0; /* Remove padding */
    }

    .card {
        width: 100%; /* Take the full width of the screen */
        margin: 0 auto 15px; /* Center align and add spacing */
        border: none; /* Optional: remove border if not needed */
        box-shadow: none; /* Optional: remove shadow */
    }

    .image-container {
        width: 100%;
        height: auto;
    }

    .model-image {
        width: 100vw; /* Full width of the viewport */
        height: auto; /* Maintain aspect ratio */
        object-fit: cover; /* Ensure image covers the container proportionally */
        display: block;
    }
}


.profile-details {
    padding: 10px;
}

.profile-details h3 {
    font-size: 1.4rem;
    color: #d4af37;
    margin-bottom: 10px;
}

.profile-details p {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 10px;
}

.info-box {
    display: flex;
    justify-content: space-between;
    background: #444;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-top: 10px;
}

.info {
    flex: 1;
    text-align: center;
    border-right: 1px solid #555;
    padding: 5px;
}

.info:last-child {
    border-right: none;
}

.info strong {
    color: #fff;
    display: block;
}

.info span {
    color: #d4af37;
}

/* Gallery Footer */
.gallery-footer {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
}

.footer-text {
    font-size: 1rem;
    color: #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.more-escorts-btn {
    display: inline-block;
    background: #d4af37;
    color: #000;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.more-escorts-btn:hover {
    background: #b08c28;
    color: #fff;
}
.single-model .hero-buttons a{
    color :#fff !important;
}

.single-model .gallery-item img{
    
    height: 250px;
}
.model-gallery{
    padding:50px;
}
.similar-profile-card img{
    max-height:250px;
    min-width:315px;
}


/* Book Now Section */
.book-now {
    text-align: center;
    background: #111;
    padding: 20px 20px;
    color: #fff;
    margin-top:20px;
}
a.service-link , a.services {
    text-decoration: none;
}

.book-now-text {
    font-size: 1.4rem;
    color: #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.book-now-btn {
    display: inline-block;
    background: #d4af37; /* Gold Button */
    color: #fff;
    padding: 10px 20px;
    margin:10px 5px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.book-now-btn:hover {
    background: #b08c28; /* Darker gold on hover */
    color: #fff;
}

/* General Styling for Escort Services Section */
.escort-services {
    background: #222; /* Dark background for contrast */
    color: #ddd; /* Light text for readability */
    padding: 20px; /* General padding */
    border-radius: 8px; /* Rounded corners */
    margin: 20px auto; /* Center align with spacing */
    max-width: 900px; /* Limit the maximum width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* Add a subtle shadow */
}

.escort-services-heading {
    text-align: center; /* Center the heading */
    font-size: 2rem; /* Default size for large screens */
    color: #d4af37; /* Gold color for elegance */
    margin-bottom: 20px; /* Spacing below heading */
    line-height: 1.2;
}

.escort-services-text {
    font-size: 1rem; /* Base text size for readability */
    line-height: 1.6; /* Proper line height for readability */
    margin-bottom: 15px; /* Spacing between paragraphs */
    text-align: justify; /* Justify text for a cleaner look */
}

/* Responsive Design */
@media (max-width: 768px) {
    .escort-services {
        padding: 15px; /* Reduce padding for smaller screens */
    }

    .escort-services-heading {
        font-size: 1.5rem; /* Smaller heading size for mobile */
    }

    .escort-services-text {
        font-size: 0.9rem; /* Adjust text size for readability */
    }
}

/* Scoped Reviews Section Styles */
.review-section .model-name, .review-section .review-model-name {
    font-size: 1.2rem;
    color: #d4af37; /* Gold color */
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Reviews Section */
.review-section {
    background: #222; /* Dark background for contrast */
    color: #fff;
    padding: 20px 20px;
}

.review-section .reviews-title {
    text-align: center;
    font-size: 2.5rem;
    color: #d4af37; /* Gold color */
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.review-section .reviews-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #ddd;
    margin-bottom: 30px;
}

/* Reviews Grid */
.review-section .reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 reviews per row on desktop */
    gap: 20px; /* Space between reviews */
}

.review-section .review-card {
    background: #333; /* Dark background for review cards */
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-section .review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
}

/* Circular Model Image */
.review-section .circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%; /* Circular shape */
    object-fit: cover; /* Ensures image fits within the circle */
    border: 3px solid #d4af37; /* Gold border */
    margin: 0 auto 15px;
}

/* Review Text */
.review-section .review-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ccc;
    font-style: italic;
}

/* Review Author */
.review-section .review-author {
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}

/* Responsive Design */

/* Medium screens (768px to 1199px) */
@media (max-width: 1199px) {
    .review-section .reviews-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 reviews per row */
    }

    .review-section .circular-image {
        width: 120px; /* Reduce image size */
        height: 120px;
    }
}

/* Small screens (up to 767px) */
@media (max-width: 767px) {
    .review-section .reviews-grid {
        grid-template-columns: 1fr; /* 1 review per row */
    }

    .review-section .circular-image {
        width: 100px; /* Reduce image size further */
        height: 100px;
    }

    .review-section .review-card {
        padding: 15px;
    }

    .review-section .review-text {
        font-size: 0.9rem; /* Reduce text size */
    }

    .review-section .review-author {
        font-size: 0.8rem;
    }
}


/* Payment Options Section */
.payment-options {
    background: #222;
    color: #ddd;
    text-align: center;
    padding: 20px 20px;
}

.payment-heading {
    font-size: 2rem;
    color: #d4af37; /* Gold heading for consistency */
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.payment-subtitle {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Payment Method Icons */
.payment-methods {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.payment-methods img {
    width: 100px;
    height: 60px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.payment-methods img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Chat Button */
.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.chat-link {
    display: flex;
    align-items: center;
    background: #d4af37; /* Gold color for the button */
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chat-link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.chat-link:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}

/* Chat Window */
.chat-window {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 300px;
    background: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    display: none; /* Hidden by default */
    flex-direction: column;
    overflow: hidden;
    z-index: 1001;
}

.chat-header {
    background: #d4af37; /* Gold header */
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.chat-header button {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #000;
}

.chat-body {
    padding: 15px;
    height: 200px;
    overflow-y: auto; /* Scrollable if content exceeds height */
    background: #f9f9f9;
}

.chat-message {
    font-size: 0.9rem;
    margin: 5px 0;
    line-height: 1.4;
}

.chat-message.bot-message {
    color: #555;
}

.chat-message a {
    color: #007bff;
    text-decoration: underline;
}

/* Mobile Responsive Styling */
@media (max-width: 768px) {
    .chat-window {
        width: 90%; /* Full width for smaller screens */
        bottom: 10px;
        right: 5%;
    }

    .chat-link {
        font-size: 0.9rem; /* Smaller text */
        padding: 8px 10px; /* Reduce padding */
    }

    .chat-link img {
        width: 35px; /* Reduce icon size */
        height: 35px;
    }
}


/* Footer Section */
.footer {
    background: #111;
    color: #ddd;
    padding: 20px 20px;
    font-size: 0.9rem;
}

.footer-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* About Section */
.footer-about {
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo {
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 10px;
}

.footer-about p {
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Footer Links */
.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.footer-column h3 {
    font-size: 1.1rem;
    color: #d4af37;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #d4af37;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        text-align: center;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }
}

.booking-page {
    background: url('your-background-image.jpg') no-repeat center center/cover;
}

/* Full-Screen Booking Page */
.booking-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ef0000; /* Light background color for full-screen */
    padding: 20px;
    box-sizing: border-box;
}

.booking-form {
    width: 100%;
    max-width: 800px; /* Limit form width for better readability */
    background-color: #2c2c2cdb;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.booking-form h2 {
    text-align: center;
    font-size: 2rem;
    color: #fff !important; /* Gold color */
    margin-bottom: 20px;
}

.booking-form p {
    text-align: center;
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

form .form-group {
    margin-bottom: 15px;
}

form label {
    font-weight: bold;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    float:left;
}
p label input[type="checkbox"] {
    margin-right: 5px; /* space between box and text */
    transform: scale(1.1); /* make checkbox a little bigger */
    cursor: pointer;
}
form input,
form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

form textarea {
    height: 100px;
    resize: vertical;
}

form .form-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

form button {
    background-color: #d4af37;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
}

form button:hover {
    background-color: #b08c28;
}

/* Escort Prices Section */
.escort-prices {
    background: #222;
    color: #fff;
    padding: 20px 20px;
	
}

.escort-prices .section-heading {
    text-align: center;
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 20px;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    color: #ddd;
}

.price-table th, .price-table td {
    border: 1px solid #444;
    padding: 10px 15px;
    text-align: left;
}

.price-table th {
    background: #333;
    color: #d4af37;
}

.price-table tr:nth-child(even) {
    background: #333;
}

.price-table tr:hover {
    background: #444;
}

/* Escort Profiles Section */
.profiles {
    background: #ef0000;
    color: #fff;
    padding: 20px 20px;
}

.profiles .section-heading {
    text-align: center;
    font-size: 2rem;
    color: #fff !important;
    margin-bottom: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    background: #333;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.03);
}

.card img {
    width: 100%;
    height: auto;
}

.profile-details {
    padding: 15px;
}

.profile-details h3 {
    font-size: 1.4rem;
    color: #d4af37;
    margin-bottom: 10px;
}

.profile-details p {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 10px;
}

.info-box {
    display: flex;
    justify-content: space-between;
    background: #444;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.9rem;
    margin-top: 10px;
}

.info {
    flex: 1;
    text-align: center;
    border-right: 1px solid #555;
    padding: 5px;
}

.info:last-child {
    border-right: none;
}

.info strong {
    color: #fff;
    display: block;
}

.info span {
    color: #d4af37;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four columns */
    gap: 20px;
}

@media (max-width: 1200px) {
    .grid {
        grid-template-columns: repeat(3, 1fr); /* Three columns for medium screens */
    }
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns for small screens */
    }
}

@media (max-width: 480px) {
    .grid {
        grid-template-columns: 1fr; /* One column for mobile devices */
    }
}

/* Content Section After Profiles */
.escort-content {
    background: #f9f9f9;
    color: #333;
    padding: 20px 20px;
}

.escort-content h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #d4af37; /* Gold color */
}

.escort-content h3 {
    font-size: 1.5rem;
    color: #d4af37;
    margin-top: 20px;
}

.escort-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #666;
    text-align: justify;
}

/* Services Section */
.services {
    background: #ef0000;
    color: #ddd;
    padding: 30px 20px;
}

.services .section-heading {
    text-align: center;
    font-size: 1.5rem;
    color: #fff !important;
    margin-bottom: 20px;
}

.services .services-intro {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 30px;
    color: #bbb;
}

/* Service Items Grid */
.service-item {
    background: #333;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.service-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-item h3 {
    font-size: 1.4rem;
    color: #d4af37;
    margin: 15px 0;
}

.service-item p {
    font-size: 0.9rem;
    color: #ddd;
    padding: 0 10px 20px;
}

/* Massage Services Section */
.massage-services {
    background: #222;
    color: #ddd;
    padding: 30px 20px;
}

.massage-services .section-heading {
    text-align: center;
    font-size: 2.5rem;
    color: #d4af37;
    margin-bottom: 20px;
}

.massage-services .services-intro {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 30px;
    color: #bbb;
}

/* Massage Items Grid */
.massage-item {
    background: #333;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.massage-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}

.massage-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.massage-item h3 {
    font-size: 1.4rem;
    color: #d4af37;
    margin: 15px 0;
}

.massage-item p {
    font-size: 0.9rem;
    color: #ddd;
    padding: 0 10px 20px;
}

.card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.card a:hover img {
    transform: scale(1.05);
}

.card:hover {
    transform: scale(1.05);
}



/* Page/Post Title Styling */
.page-title {
    font-size: 2.5rem;
    color: #d4af37; /* Golden color for headings */
    text-align: center;
    margin-bottom: 10px;
	  background-color:black;
}

/* Short Content Styling */
.short-content {
    font-size: 0.85rem;
    margin-bottom: 30px;
    text-align: left;
    color: #ddd;
  	background-color:black;
}

/* Gallery Section */
.model-gallery-section {
    margin: 20px 0;
    text-align: center;
		background-color:black;
}

.gallery-heading {
    font-size: 2rem;
    color: #d4af37; /* Golden heading */
    margin-bottom: 20px;
}

.model-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.gallery-item {
    background-color: #111; /* Slightly lighter black for gallery cards */
    border: 1px solid #333;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.gallery-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.model-name {
    font-size: 40px;
    color: #ffd700;
}

/* Additional Content Section */
.additional-content {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    text-align: left;
    color: #ddd;
    line-height: 1.6; /* Adjust line height for better readability */
	background-color:black;
}

/* Styling for list items */
.additional-content ul {
    list-style: disc; /* Use disc bullets for the list */
    margin-left: 20px; /* Indent the list */
    padding-left: 0;
    margin-bottom: 20px; /* Add spacing after the list */
}

.additional-content ul li {
    margin-bottom: 10px; /* Add gap between list items */
    font-size: 0.9rem; /* Ensure normal font size */
    font-style: normal; /* Reset any italicization */
}

/* Styling for paragraphs */
.additional-content p {
    margin-bottom: 20px; /* Add spacing between paragraphs */
    font-style: normal; /* Ensure normal font style */
    font-size: 0.9rem; /* Adjust font size if necessary */
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2rem;
    }

    .short-content, .additional-content {
        font-size: 0.9rem;
    }

    .gallery-heading {
        font-size: 1.5rem;
    }

    .model-name {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .content-wrapper {
        padding: 20px;
    }

    .page-title {
        font-size: 1.8rem;
    }

    .gallery-item {
        padding: 8px;
    }

    .model-name {
        font-size: 0.9rem;
    }
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin-right: 5px;
}

.badge.vip { background: gold; color: #000; }
.badge.verified { background: #28a745; }
.badge.top-rated { background: #0073aa; }