.fa-star::before {
    content: "\f005" !important;
}

button[type="submit"]{
color:black !important;
}

.fa-star.fa-regular,
.fa-star.fa-solid {
    color: #ffdccc;
}

h3 img{
    filter: brightness(0);
    }
    
.fa-regular,
.far {
    font-weight: 400;
}

.dashicons-chart-bar:before {
    color: #ffdccc;
}
.form-container {
    border-radius: 10px;
    overflow: hidden;
}

.heading-testimonial {
    color: #232323;
    font-weight: 900;
    background: var(--e-global-color-c31c2ae, #ffdccc);
    font-family: 'Nunito' !important;
    padding: 12px;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: -22px -15px 15px -15px !important;
}


h2.title-review {
     font-family: 'Nunito'!important; 
    color: #ffdccc !important;
    text-align: center;
    font-weight: 800;
    font-size: 30px;
}

.testimonial-wrapper button:hover {
    background-color: #ffdccc !important;
}

/* Base Styles - Mobile First Approach */
body {
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
}

/* p,
span,
div {
    font-family: 'Nunito'!important;
} */

.container {
    max-width: 1590px;
    margin: 10px auto;
    padding: 15px;
    width: 95%;
}

.page-title {
    text-align: center;
    font-family: 'Nunito'!important;
    color: black !important;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    justify-content: center;
    margin-bottom: 20px;
}

/* Status and Navigation */
.model_online_status,
.model_offline_status {
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 10px 0;
}

.model_online_status {
    background: #0f0;
    color: #000000;
}

.model_offline_status {
    background: #f00;
    color: #fff;
}

.post-navigation {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

.nav-previous a,
.nav-next a {
    background-color: #f1f1f1;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: background-color 0.2s;
    text-align: center;
    display: block;
}

.nav-previous a:hover,
.nav-next a:hover {
    background-color: #ddd;
}

/* Main Grid Layout - Mobile First */
.row-main-gird-2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
}

.left-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    width: 100%;
}

.right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

/* Tab System */
.tab-container {
    width: 100%;
    margin: 0;
    font-family: 'Nunito'!important;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    gap: 5px;
}

.tabs li {
    border-radius: 8px;
    border: 1px solid #ffdccc !important;
    background: #fff;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    flex: 1;
    text-align: center;
    min-width: 100px;
}

.tabs li.active {
    background: #ffdccc !important;
    color: black;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Gallery Styles */
.custom-gallery-wrapper {
    width: 100%;
}

.full-image img,
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

/* Video Gallery */
.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.video-item {
    position: relative;
    cursor: pointer;
}

.video-item video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Section Styles */
.section {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.section h3 {
    color: #232323;
    font-weight: 900;
    background: var(--e-global-color-c31c2ae, #ffdccc);
    font-family: 'Nunito'!important;
    padding: 12px;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: -15px -15px 15px -15px;
}

/* Information Grid */
.escort-info-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-family:'Nunito' !important;
}

.escort-info-grid .column {
    flex: 1;
}

.escort-info-grid p {
    margin: 8px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.escort-info-grid strong {
    color: black;
    min-width: 100px;
}

/* Container Row */
.container-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section.col-50 {
    width: 100%;
}

/* Services */
.services {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.services-2-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fafafa;
    padding: 8px 0;
    font-size: 14px;
    font-family:'Nunito' !important;
}

.service-item .serviceName::before {
    content: '\2765';
    color: black !important;
    margin-right: 8px;
}

/* Contact and Social */
.row-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.col-50 {
    width: 100%;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

.social-icons i {
    font-size: 24px;
    color: black !important;
}

.contact-info p {
    margin: 8px 0;
    font-size: 14px;
}

.contact-info a {
    color: black !important;
    text-decoration: none;
}

/* Special Styles */
.specialNeed {
    font-size: 14px;
    color: black;
    font-weight: 600;
    margin-top: 15px;
}

.mb10 {
    margin-bottom: 10px;
}

.notes {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

/* Review Styles */
.review-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 20px;
    /* font-family:'Nunito'!important; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.review-header {
    background: var(--e-global-color-c31c2ae, #ffdccc);
    color: #fff;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: bold;
}

.review-container {
    padding: 15px;
}

p {
font-family:'Nunito' !important;
}


.review-ratings {
    background: #00000011;
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
}

.review-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #bdbdbd;
}

.review-table td {
    padding: 12px 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

/* Form Styles */
.form-container {
    margin: 20px auto;
    padding: 20px 15px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.form-col {
    width: 100%;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #66666647;
    padding: 12px 15px;
    border-radius: 10px;
    background: #f1f1f1;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    /* Prevents zoom on iOS */
}

button[type="submit"] {
    background-color: #ffdccc;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

/* Video Modal */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    box-sizing: border-box;
}

.video-modal-content {
    position: relative;
    max-width: 90%;
    width: 100%;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

.video-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-iframe-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

.top-left-badges {
    z-index: 99999 !important;
    position: absolute !important;
    top: 15px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    left: 5px;
}

/* start blur old escorts */
/* Ensure parent div is positioned for absolute child placement */
.full-image, .escort-media-item {
  position: relative;
  display: inline-block;
}

.blur-mode .full-image,
.blur-mode .escort-media-item,
.blur-mode .video-item {
    pointer-events: none;
}

/* Blur everything when old escort */
.blur-mode .full-image img,
.blur-mode .video-item video,
.blur-mode .gallery img,
.blur-mode .video-item .top-left-badges {
  filter: blur(4px);
  -webkit-filter: blur(4px);
  pointer-events: none;
  user-select: none;
}

/* Cross icon styling */
.blur-mode .blur-cross {
  position: absolute;
  top:40% !important;
  right: 45%;
  color: red;
  font-size: 85px;
  font-weight: 300;
  line-height: 1;
  border-radius: 50%;
  padding: 6px 10px;
  z-index: 10;
  pointer-events: none;
}

/* stop blur old escorts */

/* TABLET STYLES - 768px and up */
@media screen and (min-width: 768px) {
    .container {
        padding: 20px;
        width: 97%;
    }

    .page-title {
        font-size: 36px;
        letter-spacing: 2px;
    }

    .post-navigation {
        flex-direction: row;
        justify-content: space-between;
    }

    .nav-previous a,
    .nav-next a {
        display: inline-block;
        text-align: left;
        min-width: 150px;
    }

    .tabs li {
        padding: 10px 20px;
        font-size: 16px;
        flex: none;
        min-width: 100px;
    }

    .gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .escort-info-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 20px;
    }

    .services-2-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10%;
    }

    .row-flex {
        flex-direction: row;
        gap: 20px;
    }

    .col-50 {
        width: 50%;
    }

    .container-row {
        flex-direction: row;
        gap: 15px;
    }

    .section.col-50 {
        width: 50%;
    }

    .form-row {
        flex-direction: row;
        gap: 25px;
    }

    .form-col {
        width: 50%;
    }

    .review-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .video-modal-content {
        max-width: 800px;
        margin: 100px auto;
    }

    button[type="submit"] {
        width: auto;
        min-width: 200px;
    }
}

/* DESKTOP STYLES - 1024px and up */
@media screen and (min-width: 1024px) {
    .row-main-gird-2 {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 20px;
    }

    .left-column,
    .right-column {
        width: 100%;
    }

    .page-title {
        font-size: 40px;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .escort-info-grid {
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
    }

    .services {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .escort-info-grid p {
        display: block;
    }

    .escort-info-grid strong {
        display: inline-block;
        width: 120px;
    }
}

/* LARGE DESKTOP - 1400px and up */
@media screen and (min-width: 1400px) {
    .container {
        max-width: 1590px;
    }

    .form-container {
        max-width: 1590px;
    }

    .review-box {
        max-width: 1340px;
        margin: auto;
        margin-bottom: 30px;
    }
}

/* HIGH DPI DISPLAYS */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .page-title {
        font-weight: 700;
    }

    .section h3 {
        font-weight: 900;
    }
}

/* LANDSCAPE MOBILE PHONES */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tabs li {
        flex-shrink: 0;
        min-width: 100px;
    }

    .video-modal-content {
        margin: 20px auto;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-wrapper .form-container {
        margin: 20px 0 0 !important;
    }
    .row-flex, .escort-info-grid, .services { gap: 0px; }
}

/* PRINT STYLES */
@media print {

    .video-gallery,
    .social-icons,
    .post-navigation,
    .tabs {
        display: none;
    }

    .section {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    body {
        background: white;
    }

    .container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }
}

/* ACCESSIBILITY IMPROVEMENTS */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* DARK MODE SUPPORT */
@media (prefers-color-scheme: dark) {
    body {
        background-color: #1a1a1a;
        color: #ffffff;
    }

    .section {
        background: #2d2d2d;
        color: #ffffff;
    }

    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        background: #3d3d3d;
        color: #ffffff;
        border-color: #555;
    }
}

.form-col select {
    margin-bottom: 20px !important;
}

.stars {
    display: inline-flex;
    font-size: 24px;
    cursor: pointer;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

input[type="text"] {
    margin-bottom: 10px !important;
}

.mt-40{
margin-top:40px;
}

.mt-80{
	margin-top:80px;
}