/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", Sans-serif;
}

body {
    background: #142335;
    color: #ffffff;
    font-family: 'Poppins';
    overflow-x: hidden;
}

.ekit-wid-con .profile-card, body .profile-card {
    padding: 0px !important;
    background-color: transparent !important;
}

img {
    max-width: 100%;
    height: auto;
}

.template-container {
/*        max-width: 1245px;*/
    margin: 0 auto;
/*    padding: 40px 0px;*/
    position: relative;
  
}

/* Header Section */
.page-header {
    margin-bottom: 20px;
    position: relative;
/*    padding: 0px 54px;*/
}

.page-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 15px;
}

.page-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    border-bottom: 1px solid #A0AEC0;
    position: relative;
    padding-bottom: 12px;
}

.palm-tree-icon {
    color: #48BB78;
    font-size: 24px;
}

.page-title {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-transform: none;
    margin: 0;
}

.header-search {
    display: flex;
    align-items: center;
}

.header-search-input {
    padding: 10px 15px;
    background-color: #4A5568;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    min-width: 318px;
}
.header-main {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header-main .elementor-inner-section .elementor-widget-wrap {
    padding-right: 0 !important;
}

.header-main ul li.menu-item:last-child a {
    padding-right: 0;
}


.header-search-input::placeholder {
    color: #A0AEC0;
}

.header-search-input:focus {
    outline: none;
    background-color: #5A6578;
}

/* Touch-friendly elements */
button, .city-item, .slider-dot, .newbies-image-card {
    -webkit-tap-highlight-color: transparent;
}

.header-divider {
    height: 1px;
    background-color: #A0AEC0;
/*        width: 886px;*/
    margin: 0;
        display: none;
}

.design-line {
    position: absolute;
    left: 62.5%;
    top: 80px;
    bottom: -100px;
    width: 1px;
    border-left: 2px dashed #5A9FD4;
    opacity: 0.5;
    z-index: 0;
}

/* Main Content Layout */
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 30px;
    margin-top: 0px;
    position: relative;
    z-index: 1;
/*    padding: 0px 54px;*/
}

/* Profile Grid */
.profile-grid-container {
    position: relative;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 30px;
    row-gap: 60px;
}

.profile-card {
    background-color: transparent;
    border-radius: 0px;
    overflow: visible;
    transition: transform 0.2s;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}
.vip-card .profile-image {
    height: 348px;
}
.profile-card:hover {
    transform: translateY(-5px);
}
.profile-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
}
.profile-info {
    position: absolute;
    /* bottom: -34px; */
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px;
    background-color: #1A2332;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    min-width: 190px;
    margin-top: -40px;
}
.vip-card:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    width: 90%;
    height: 92%;
    border: 1px solid #F8E46B;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.profile-location {
    font-size: 14px;
    color: #ffffff;
    margin-top: 0;
    text-align: center;
    line-height: 1.3;
}

/* VIP Listing Card */
.vip-card {
    position: relative;
}

.vip-overlay {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    width: 90%;
    top: auto;
    height: 19%;
}
.vip-text {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    display: block;
}
.vip-star {
    font-size: 32px;
    color: #FFD700;
    display: none;
}

.vip-card .profile-image {
    opacity: 0.7;
    border: none;
    border-radius: 0px;
}

.vip-card .profile-info {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 10px;
    background-color: #1A2332;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    min-width: 180px;
    z-index: 3;
    display: none;
}
.vip-small, .vip-high, .vip-mid {
    width: 100%;
    display: inline-block;
}

.vip-small {
    font-size: 10px;
    font-weight: 700;
    color: #F8E46B;
    display: block;
    text-align: right;
    padding-right: 30px;
}

.vip-high {
    font-size: 74px;
    color: #F8E46B;
    font-weight: 900;
    line-height: 54px;
    display: block;
}

.vip-mid {
    font-size: 16px;
    color: #F8E46B;
    font-weight: 900;
    margin-top: 0px;
    display: block;
}

/* Sidebar */
.sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.search-container {
    margin-bottom: 30px;
}

.search-input {
    width: 100%;
    padding: 12px 15px;
    background-color: #4A5568;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
}

.search-input::placeholder {
    color: #A0AEC0;
}

.search-input:focus {
    outline: none;
    background-color: #5A6578;
}

.sidebar-section {
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
    border-bottom: 1px solid #F8E46B;
    padding-bottom: 12px;
}

.city-list {
    list-style: none;
}

.city-item {
    border-bottom: 1px solid #fff;
}

.city-item:last-child {
    border-bottom: none;
}

.city-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0 5px;
    text-decoration: none;
    color: #E2E8F0;
    transition: color 0.2s;
}

.city-item:hover .city-link,
.city-item.active .city-link {
    color: #48BB78;
}

.city-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.city-item.active .city-name,
.city-item.active .city-count {
    color: #F8E46B;
    font-weight: 600;
}

.city-arrow {
    color: #F8E46B;
    font-size: 12px;
}

.city-count {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
/* Pagination */
.pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
    margin-top: 60px !important;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #1A2332;
    color: #E2E8F0;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    padding: 0 12px;
}

.pagination a:hover {
    background-color: #5A6578;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

.pagination .current {
    background-color: #FBBF24;
    color: #142335;
    font-weight: 600;
    border-color: #FBBF24;
}

/* Responsive Design */

/* Large Desktop */
@media (max-width: 1400px) {
    /*.template-container {
        padding: 30px 20px;
    }*/
    
    .page-header {
/*        padding: 0px 30px;*/
    }
    
    /*.content-wrapper {
        padding: 0px 30px;
    }*/
}

/* Desktop */
@media (max-width: 1200px) {
    .profile-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 50px;
    }
    
    .page-header-content {
        flex-wrap: wrap;
    }
    
    .header-search-input {
        min-width: 250px;
    }
}

/* Tablet */
@media (max-width: 900px) {
    /*.template-container {
        padding: 20px 15px;
    }*/
    
    .page-header {
/*        padding: 0px 15px;*/
        margin-bottom: 20px;
    }
    
    .page-header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .header-search {
        width: 100%;
    }
    
    .header-search-input {
        width: 100%;
        min-width: auto;
    }
    
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
/*        padding: 0px 15px;*/
    }

    .profile-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
    
    .sidebar {
        position: static;
    }
    
    .newbies-image-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }
    
    .section-header {
        margin-bottom: 30px;
    }
    
    .main-title {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    /*.template-container {
        padding: 15px 10px;
    }*/
    
    .page-header {
        padding: 0px 10px;
    }
    
    .page-title {
        font-size: 22px;
    }
    
    .palm-tree-icon {
        font-size: 20px;
    }
    
    .content-wrapper {
/*        padding: 0px 10px;*/
        gap: 20px;
    }
    
    .profile-grid {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
    
    .profile-image {
        height: 280px;
    }
    
    .profile-info {
        min-width: 160px;
        padding: 10px 15px;
    }
    
    .profile-name {
        font-size: 16px;
    }
    
    .profile-location {
        font-size: 13px;
    }
    
    .vip-text {
        font-size: 14px;
    }
    
    .vip-star {
        font-size: 24px;
    }
    
    .sidebar-title {
        font-size: 18px;
    }
    
    .city-link {
        padding: 10px 0;
    }
    
    .city-name,
    .city-count {
        font-size: 14px;
    }
    
    .section-header {
        margin-bottom: 25px;
        padding-top: 10px;
    }
    
    .tag {
        font-size: 11px;
        letter-spacing: 8px;
        padding: 5px 18px;
    }
    
    .main-title {
        font-size: 32px;
        margin-top: -4px;
    }
    
    .newbies-image-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }
    
    .newbies-image-card img {
        height: 350px;
    }
    
    .testimonial-card {
        padding: 120px 20px 25px;
    }
    
    .testimonial-image {
        width: 100px;
        height: 100px;
        margin-top: 70px;
    }
    
    .testimonial-quote {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .testimonial-author {
        font-size: 14px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .page-title {
        font-size: 18px;
    }
    
    .header-search-input {
        padding: 8px 12px;
        font-size: 16px; /* Keep 16px to prevent iOS zoom */
    }
    
    .search-input {
        font-size: 16px; /* Keep 16px to prevent iOS zoom */
    }
    
    .profile-image {
        height: 250px;
    }
    
    .profile-info {
        bottom: -30px;
        min-width: 140px;
        padding: 8px 12px;
    }
    
    .profile-name {
        font-size: 15px;
    }
    
    .profile-location {
        font-size: 12px;
    }
    
    .main-title {
        font-size: 28px;
    }
    
    .tag {
        font-size: 10px;
        letter-spacing: 6px;
        padding: 4px 15px;
    }
    
    .newbies-image-card img {
        height: 300px;
    }
    
    .testimonial-card {
        padding: 100px 15px 20px;
    }
    
    .testimonial-image {
        width: 80px;
        height: 80px;
        margin-top: 60px;
    }
    
    .testimonial-quote {
        font-size: 14px;
    }
    
    .testimonial-author {
        font-size: 13px;
    }
}

/* Newbies Section */

.section-header {
text-align: center;
position: relative;
margin-bottom: 50px;
padding-top:35px;
}

.section-header .tag {
position: relative;
top: -13px; /* pulls it inside the line perfectly */
color: #F8E46B;
}


.line {
width: 100%;
height: 1px;
background: #F8E46B; /* light gold line */
position: absolute;
top: 38px;
left: 0;
}

.tag {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #F8E46B;
    padding: 3px 30px;
    border-radius: 50px;
    background: #0f1e37;
    z-index: 2;
    display: inline-block;
    letter-spacing: 12px;
}

.main-title {
font-size: 50px;
color: #ffffff;
font-weight: 700;
margin-top: -6px;
}

.newbies-section {
/*        margin-top: 60px;*/
    padding: 40px 0px 0;
    position: relative;
}
section.newbies-section:last-child {
    padding-top: 0px;
}

.newbies-pagination-top {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 30px;
    align-items: center;
}

.newbies-pagination-dot {
    width: 20px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s;
}

.newbies-pagination-dot.active {
    background-color: #FBBF24;
}

.golden-line {
    height: 1px;
    background-color: #D4AF37;
    width: 95%;
    max-width: 1400px;
    margin: 15px auto;
    position: relative;
}

.newbies-header {
    text-align: center;
    margin: 50px 0 40px;
    position: relative;
}

.newbies-subtitle {
    font-size: 13px;
    font-weight: 500;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #D4AF37;
    border-radius: 6px;
    background-color: transparent;
}

.newbies-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    text-transform: none;
    margin: 20px 0 0;
}

.newbies-section {
    position: relative;
}

/*.newbies-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: 2px dashed #5A9FD4;
    opacity: 0.5;
}*/
.page-header, .content-wrapper {
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}
.newbies-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    max-width: 1260px;
    margin: 40px auto;
    position: relative;
    padding: 0 30px;
}
.newbies-image-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.newbies-image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

.newbies-image-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.newbies-image-card, .newbies-image-card {
    position: relative;
}

.newbies-image-card:before, .newbies-image-card:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    width: 93%;
    height: 92%;
    border: 1px solid #F8E46B;
    border-radius: 7px;
}

/*.newbies-image-grid:before {
    content: "";
    position: absolute;
    left: auto;
    right: 13px;
    width: 73%;
    height: 44%;
    border: 1px solid #F8E46B;
    border-radius: 7px;
    top: 15px;
    z-index: 1;
}

.newbies-image-grid:after {
    content: "";
    position: absolute;
    left: 13px;
    right: auto;
    width: 73%;
    height: 44%;
    border: 1px solid #F8E46B;
    border-radius: 7px;
    bottom: 30px;
    z-index: 1;
    top: auto;
}*/

/* Testimonials Section */
 .testimonials-section {
     background-color: #1a1a2e;
     padding: 80px 0;
     margin-top: 60px;
 }

 .testimonials-container {
     max-width: 900px;
     margin: 0 auto;
     padding: 0 30px;
 }

 .testimonials-header {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
     margin-bottom: 30px;
     position: relative;
 }

 .testimonials-header-line {
     flex: 1;
     height: 1px;
     background-color: #ffd700;
     max-width: 200px;
 }

 .testimonials-header-badge {
     padding: 8px 24px;
     background-color: #1a1a2e;
     border: 1px solid #ffd700;
     border-radius: 25px;
     position: relative;
     z-index: 2;
 }

 .testimonials-header-text {
     font-size: 12px;
     letter-spacing: 3px;
     color: #ffd700;
     text-transform: uppercase;
     font-weight: 500;
 }

 .testimonials-title {
     font-size: 42px;
     font-weight: 700;
     color: #ffffff;
     text-align: center;
     margin-bottom: 50px;
 }

.testimonial-card {
    background-color: #02142A;
    border: 0.2px solid #F8E46B;
    border-radius: 10px;
    padding: 150px 131px 31px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

 .testimonial-profile {
     position: absolute;
     top: -60px;
     left: 50%;
     transform: translateX(-50%);
     z-index: 3;
 }
 .newbies-image-card {
    margin-bottom: 16px;
}
 .testimonial-image {
     margin-top: 90px;
     width: 125px;
     height: 125px;
     border-radius: 50%;
     border: 1px solid #ffd700;
     object-fit: cover;
     display: block;
     background-color: #1a1a2e;
 }

 .testimonial-content {
     margin-top: 20px;
 }
.testimonial-quote {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
}

.testimonial-author {
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    font-weight: 400;
}

 .testimonials-slider {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     margin-top: 60px;
 }


 .slider-dot {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background-color: #ffffff;
     cursor: pointer;
     transition: background-color 0.3s;
 }

 .slider-dot.active {
     background-color: #ffd700;
 }

/* Hero Banner Section */
.hero-banner {
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
    background-color: #1A202C;
}

.hero-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    filter: brightness(0.6) contrast(1.2);
}

.hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(26, 32, 44, 0.8) 0%, rgba(26, 32, 44, 0.4) 50%, rgba(26, 32, 44, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Poppins", Sans-serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.model-page-container {
    background-color: #1A202C;
    min-height: 100vh;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.model-page-content {
    display: flex;
    gap: 2rem;
    max-width: 1440px;
    margin: 0 auto;
/*    padding: 0 30px;*/
}
.template-container {
/*    max-width: 1260px;*/
    padding: 30px 0px;
}

.model-page-left-column,
.model-page-right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.model-page-card {
    background-color: #142335;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.model-page-card h2 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 0;
}

.model-page-card p {
    color: #FFFFFF;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* About Me Card */
.about-me-card {
    color: white;
    background-color: #142335;
    border-radius: 0.5rem;
    padding: 1.5rem 2rem;
    border: 1px solid #D4CECE;
}

/* Parameters Section */
.parameters-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.parameter-border{

	border:1px solid #D4AF37 !important;
}

.parameter-item {
    color: #FFFFFF;
    width: 100%;
}

.parameter-key {
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #778494;
    width: 25%;
}

.parameter-value {
    display: inline-block;
    margin-left: 1rem;
    font-size: 16px;
    font-weight: 400;
    width: 65%;
}

/* Languages Section */
/*.languages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}*/

.language-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.language-name {
    color: #FFFFFF;
    margin-bottom: 0;
    text-transform: capitalize;
}

.language-bar-container {
    background-color: #fff;
    border-radius: 0;
    height: 4px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.language-bar-fill {
    background-color: #F8E46B;
    height: 100%;
    border-radius: 0;
    transition: width 0.3s ease;
}

/* Services Section */
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.service-item {
    color: #FFFFFF;
    font-size: 0.9rem;
}

/* Prices Section */
.prices-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.price-item {
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.price-key {
    font-weight: 400;
    font-size: 16px;
}
/* Review Section */

.review-background{
        background-color:#4a55686e!important;

}
.review-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.review-tab {
    padding: 0.75rem 1.5rem;
    background-color: #4A5568;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    width: 50%;
    border: 1px solid #CFD3D7;
    letter-spacing: 1.5px;
}

.review-tab.active {
    background-color: #051E3D;
    box-shadow: 0px 4px 10px -5px #F8E46B;
    border: 0;
}

.review-tab:not(.active) {
    background-color: #4A5568;
}

.review-content,
.feedback-content {
    display: none;
}

.review-content.active, .feedback-content.active {
    display: block;
    margin-top: 50px;
}

.review-entry {
    margin-top: 1rem;
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.reviewer-info {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

.review-stars {
    color: #FFFFFF;
    font-size: 1.2rem;
}

.review-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5;
}

/* Feedback Form Styles */
.feedback-form {
    margin-top: 1rem;
}

.feedback-form-group {
    margin-bottom: 1rem;
}

.feedback-form-label {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
/*    margin-bottom: 0.5rem;*/
    font-size: 0.9rem;
}

.feedback-form-input,
.feedback-form-textarea {
    width: 100%;
    padding: 0.75rem;
    background-color: #4A5568;
    border: 1px solid #63B3ED;
    border-radius: 0.25rem;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-family: inherit;
    box-sizing: border-box;
}

.feedback-form-input:focus,
.feedback-form-textarea:focus {
    outline: none;
    border-color: #D4AF37;
    background-color: #5A6578;
}

.feedback-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.feedback-form-submit {
    background-color: #D4AF37;
    color: #000000;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.feedback-form-submit:hover {
    background-color: #C4A027;
}

.feedback-form-submit:disabled {
    background-color: #4A5568;
    color: #A0AEC0;
    cursor: not-allowed;
}

.feedback-message {
    margin-top: 1rem;
    padding: 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.9rem;
}

.feedback-message.success {
    background-color: rgba(72, 187, 120, 0.2);
    color: #48BB78;
    border: 1px solid #48BB78;
}

.feedback-message.error {
    background-color: rgba(245, 101, 101, 0.2);
    color: #F56565;
    border: 1px solid #F56565;
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    cursor: pointer;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    cursor: default;
}

.lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 0.5rem;
}

.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0.5rem;
    line-height: 1;
}

.lightbox-close:hover {
    color: #D4AF37;
}

.lightbox-image {
    transition: opacity 0.3s ease;
}

.lightbox-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
}

.lightbox-loader.active {
    display: block;
}

.lightbox-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #D4AF37;
    border-radius: 50%;
    animation: lightbox-spin 0.8s linear infinite;
}

@keyframes lightbox-spin {
    to {
        transform: rotate(360deg);
    }
}

.thumbnail-image {
    cursor: pointer;
}

/* Right Column Styles */
.model-page-right-column {
    position: relative;
}

.book-button-top {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #D4AF37;
    color: #000000;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.book-button-top:hover {
    background-color: #C4A027;
}

/*.profile-image-section {
    margin-bottom: 1rem;
    border: 1px solid #D4AF37;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: transparent;
}*/
.profile-image-section {
    position: relative;
}

.rating-stars-top {
    color: #D4AF37;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.main-profile-image {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
}

.thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
    margin: 12px 0;
}

.thumbnail-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.thumbnail-image:hover {
    opacity: 0.8;
}

.video-section {
    margin-bottom: 10px;
}

.video-player {
    width: 100%;
    border-radius: 3px;
    background-color: #1A202C;
}

.book-button {
    background-color: #D4AF37;
    color: #000000;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.book-button:hover {
    background-color: #C4A027;
}

.contact-section {
    width: 80%;
}

.contact-item {
    color: #FFFFFF;
    padding: 1rem 0;
    border-top: 1px solid #CFD2D6;
}

.contact-item:last-child {
    border-bottom: 1px solid #CFD2D6;
}

.contact-key {
    font-weight: 500;
    display: inline-block;
    margin-right: 1.2rem;
    font-size: 22px;
}

.contact-value {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.model-page-container {
    background-color: #1A202C;
    min-height: 100vh;
    padding: 30px 0px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    /* max-width: 1160px; */
}
.model-page-content {
    display: flex;
    gap: 2rem;
    max-width: 1160px;
    margin: 0 auto;
/*    padding-top: 90px;*/
}
.book-button-top {
    position: absolute;
    top: -65px;
    right: 0;
    color: #fff;
    padding: 0.44rem 3rem;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    width: 186px;
    height: 40px;
    background: linear-gradient(90deg, rgba(1, 25, 53, 0.5) 0%, rgba(2, 20, 42, 0.5) 27.88%, rgba(248, 228, 107, 0.5) 62.02%, rgba(248, 228, 107, 0.5) 100%);
    border: 1px solid #F8E46B;
    border-radius: 50px;
}
.book-button {
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem;
    transition: background-color 0.3s ease;
    width: 186px;
    height: 40px;
    background: linear-gradient(90deg, rgba(1, 25, 53, 0.5) 0%, rgba(2, 20, 42, 0.5) 27.88%, rgba(248, 228, 107, 0.5) 62.02%, rgba(248, 228, 107, 0.5) 100%);
    border: 1px solid #F8E46B;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model-page-card {
    background-color: #142335;
    border-radius: 0.5rem;
    padding: 1.5rem 2.5rem;
    margin-bottom: 0;
    border: 1px solid #D4CECE;
    position: relative;
}
.model-page-card.review-background {
    border-top: 0;
}
.profile-image-section {
    background-color: transparent;
    position: relative;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.rating-stars-top {
    color: #D4AF37;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    position: absolute;
    left: 35px;
    top: 25px;
}
/*.profile-image-section:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: transparent;
    border: 1px solid #D4AF37;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}*/
.profile-image-section input, .account-inner-panel input {
    position: relative;
    padding: 8px 10px;
    color: #fff;
}

.profile-image-section input:before, .account-inner-panel input:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: transparent;
    border: 1px solid #F8E46B;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}
.service-item input[type="checkbox"]:before, .remove-checkbox input[type="checkbox"]:before {
    border: 0;
}
.profile-image-section input:before {
    border-radius: 5px;
}
.single-all-model .model-page-container {
    padding: 0;
}
.single-all-model .model-page-content {
    padding-top: 120px;
    gap: 3.5rem;
    padding-bottom: 3rem;
}
.about-me-card h2 {
    font-size: 22px;
    font-weight: 700;
}

.about-me-card p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 22px;
    margin: 10px 0;
}
.about-me-card h2 {
    font-size: 22px;
    font-weight: 700;
}

.about-me-card p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 22px;
    margin: 10px 0;
}
.parameter-item:nth-child(even) {
    padding-left: 0;
    max-width: 230px;
}

.btf-stars .star {
    color: #fff;
    font-size: 16px;
    margin-right: 2px;
}

.btf-stars .star.active {
    color: #F8E46B; 
}
.title-color {
    color: #F8E46B;
}

.model-reviews-page__button:hover, .model-review-card__link:hover, .book-button-top:hover {
    color: #fff !important;
    background-color: rgb(196, 160, 39) !important;
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.25) !important;
    transform: translateY(-2px) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.model-reviews-page__title {
    letter-spacing: 0 !important;
}

.all-model-reviews {
    background-color: #0f172a;
    color: #ffffff;
    padding: 4rem 1.5rem;
}

.all-model-reviews__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
 
.all-model-reviews__header h1 {
    font-size: 2.75rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.all-model-reviews__intro {
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.model-review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.model-review-card {
    background: rgba(20, 35, 53, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.model-review-card__media {
    position: relative;
    padding-top: 66%;
    overflow: hidden;
}

.model-review-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.model-review-card:hover .model-review-card__media img {
    transform: scale(1.05);
}

.model-review-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.75rem;
    background: #1A202C;
}

.model-review-card__title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.model-review-card__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.model-review-card__meta .review-stars {
    font-size: 0.8rem;
    letter-spacing: 0.25rem;
}

.model-review-card__latest {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid #D4CECE;
    background-color: #4a55686e;
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.model-review-card__reviewer {
    font-size: 0.85rem;
    font-weight: bold;
    color: #fff;
}

.model-review-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

.model-review-card__no-reviews {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

.model-review-card__actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.model-review-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.25rem;
    border-radius: 50px !important;
    background: linear-gradient(90deg, rgba(1, 25, 53, 0.5) 0%, rgba(2, 20, 42, 0.5) 27.88%, rgba(248, 228, 107, 0.5) 62.02%, rgba(248, 228, 107, 0.5) 100%) !important;
    width: 186px;
    height: 40px;
    border: 1px solid #F8E46B !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold !important;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.model-review-card__link--secondary {
    background: transparent;
    border: 1px solid rgba(250, 204, 21, 0.5);
    color: rgba(250, 204, 21, 0.85);
}

.model-review-card__link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.2) !important;
}

.model-review-card__count {
    margin-top: auto;
    font-size: 0.95rem;
    font-weight: 600;
    color: #F8E46B;
}

.all-model-reviews__pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.pagination {
    display: flex;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination__item .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border-radius: 999px;
    background: rgba(20, 35, 53, 0.9);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all 0.2s ease;
}

.pagination__item .page-numbers:hover,
.pagination__item .page-numbers:focus {
    color: #0f172a;
    background: linear-gradient(135deg, #f97316, #facc15);
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(250, 204, 21, 0.2);
}

.pagination__item .page-numbers.current {
    color: #0f172a;
    background: linear-gradient(135deg, #f97316, #facc15);
    border-color: transparent;
}
.account-inner-panel.profile-detail .feedback-form-label {
    margin-bottom: 10px;
}



/* Responsive Design */

@media (max-width:1300px) {
    .model-page-content {
        padding-left: 30px;
        padding-right: 30px;
    }
} 

@media (max-width:1200px) {
    .page-header-left {
        max-width: 790px;
    }

    .header-search {
        max-width: 320px;
        width: 100%;
    }

    .header-search form {
        width: 100%;
    }
    .hero-banner-text {
        font-size: 32px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width:1024px) {
    .profile-info {
        min-width: 180px;
    }
    .profile-name {
        font-size: 16px;
        margin-bottom: 0;
    }
    .profile-image {
        height: 258px;
    }
    .vip-card .profile-image {
        height: 308px;
    }
    .main-title {
        font-size: 32px !important;
    }
    .tag {
        font-size: 16px;
    }
    .page-title {
        font-size: 22px;
    }
    .profile-info {
        padding: 12px 12px;
    }
    .newbies-image-card img {
        height: 340px;
    }
}

@media (max-width:1024px) {
    .single-all-model .model-page-content {
        padding-top: 50px;
    }
    .model-page-right-column {
        margin-top: 50px;
    }
    .model-page-content {
        flex-direction: column;
    }
    
    .thumbnail-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .book-button-top {
        position: static;
        margin-bottom: 1rem;
    }
    /*.hero-banner-text {
        font-size: 3.5rem;
    }*/
}

@media (max-width:992px) {
    .newbies-image-grid .newbies-image-card img {
        height: 320px;
    }
    .newbies-image-grid .newbies-image-grid:before {
        top: 10px;
        right: 10px;
    }
    .newbies-image-grid .newbies-image-grid:after {
        bottom: 26px;
        left: 10px;
    }
    .newbies-image-grid .newbies-image-card:first-child:before, .newbies-image-grid .newbies-image-card:last-child:before {
        top: 10px;
            left: 8px;
    }
    .newbies-image-grid .profile-image {
        height: 240px;
    }
    .vip-card .profile-image {
        height: 258px;
    }
    .profile-info {
        min-width: 160px;
    }
    .profile-name {
        font-size: 14px;
    }
    .newbies-image-grid:before {
        top: 10px;
    }
}

@media (max-width:900px) {
    .page-header-left, .header-search {
        max-width: 100%;
        width: 100%;
    }
    .profile-image, .vip-card .profile-image {
        height: 300px;
    }
    .newbies-image-grid:before, .newbies-image-grid:after {
        display: none;
    }
    a.newbies-image-card:before {
        content: "";
        position: absolute;
        left: 12px;
        top: 15px;
        width: 93%;
        height: 92%;
        border: 1px solid #F8E46B;
        border-radius: 7px;
    }
    .profile-info {
        min-width: 90%;
    }
    .testimonial-card {
        padding: 180px 75px 31px;
        width:100%;
        max-width: 90%;
    }
}

@media (max-width:768px) {
    .parameter-item:nth-child(even) {
        padding-left: 0;
    }
    .all-model-reviews {
        padding: 3rem 1rem;
    }

    .model-review-grid {
        grid-template-columns: 1fr;
    }
    .model-page-container {
        padding: 1rem;
    }

    .parameters-grid,
    .services-grid,
    .languages-grid,
    .prices-grid {
        grid-template-columns: 1fr;
    }
    
    .thumbnail-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-banner {
        height: 250px;
    }
}

@media (max-width:600px) {
    .single-all-model .model-page-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-me-card, .model-page-card {
        padding: 1.3rem 1.3rem;
    }
    .reviewer-info {
        font-size: 16px;    
    }
    .model-reviews-page .review-card__author {
        font-size: 20px;
    }
    .model-reviews-page .model-reviews-page__title {
        font-size: 1.5rem;
    }
    .review-card__header {
        flex-wrap: wrap;
        gap: 5px;
    }

    .review-card__header .review-card__date {
        width: 100%;
    }
    .all-model-reviews__header h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-banner {
        height: 200px;
    }
    
    .hero-banner-text {
        font-size: 1.4rem;
    }
    .newbies-section {
        padding: 20px 0px;
    }
    .review-header {
        flex-wrap: wrap;
    }

    .reviewer-info {
        width: 100%;
    }
}

@media (max-width:400px) {
    .model-reviews-page .review-card__author {
        font-size: 18px;
    }  
    article.review-card {
        padding: 18px;
    }
    .model-review-card__body {
        padding: 1.2rem;
    }
    .model-review-card__title {
        margin: 0;
    }
    .model-review-card__media {
        padding-top: 80%;
    }
    .model-review-grid {
        grid-template-columns: 1fr !important;
    }
    .review-tab {
        padding: 0.75rem;
        letter-spacing: 0;
    }
}

/* Additional Responsive Styles for Testimonials */
@media (max-width: 900px) {
     .testimonials-section {
         padding: 60px 0;
     }
     
     .testimonials-container {
         padding: 0 20px;
     }
 }
 
@media (max-width: 768px) {
     .testimonials-title {
         font-size: 32px;
         margin-bottom: 40px;
     }

     .testimonials-header-line {
         max-width: 100px;
     }
 }

@media (max-width: 600px) {
     .testimonials-section {
         padding: 40px 0;
     }
    .newbies-section {
        padding: 30px 0px;
    }
    a.newbies-image-card:before, .newbies-image-grid .newbies-image-card:first-child:before, .newbies-image-grid .newbies-image-card:last-child:before {
        left: 20px;
        top: 13px;
    }
}

@media (max-width: 480px) {
     .testimonials-title {
         font-size: 24px;
         margin-bottom: 30px;
     }

     .testimonials-header-line {
         max-width: 50px;
     }

     .testimonials-header-badge {
         padding: 6px 18px;
     }

     .testimonials-header-text {
         font-size: 10px;
         letter-spacing: 2px;
     }
     
    .testimonials-container {
        padding: 0 15px;
    }
    .page-header, .content-wrapper {
        padding: 0 20px;
    }
    a.newbies-image-card:before, .newbies-image-grid .newbies-image-card:first-child:before, .newbies-image-grid .newbies-image-card:last-child:before {
        left: 13px;
    }
    .newbies-image-grid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-title {
        font-size: 18px;
    }
    .testimonial-card {
        padding: 180px 25px 31px;
    }
}

@media (max-width:380px) {
    a.newbies-image-card:before, .newbies-image-grid .newbies-image-card:first-child:before, .newbies-image-grid .newbies-image-card:last-child:before {
        left: 12px;
    }
}

/* Profile Badge Styles (for AJAX-loaded cards) */
.profile-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    background: #D4A574;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.profile-badge .badge-crown {
    font-size: 14px;
    line-height: 1;
}

.profile-badge .badge-text {
    white-space: nowrap;
}

.profile-badge--available {
    background: linear-gradient(135deg, #2ed573, #1abc9c);
/*    animation: pulse-available 2s ease-in-out infinite;*/
}

.profile-badge--available .badge-icon {
    font-size: 12px;
    line-height: 1;
}

@keyframes pulse-available {
    0%, 100% { box-shadow: 0 2px 8px rgba(46, 213, 115, 0.3); }
    50% { box-shadow: 0 4px 16px rgba(46, 213, 115, 0.5); }
}
/*COntact form and abouts page*/
.header-main .menu-item a {
    font-size: 14px;
    font-weight: 500 !important;
}
.login-menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: right;
}
.login-menu ul li {
    display: flex;
    padding: 0px 0px 0px 18px;
    align-items: center;
}
.login-menu ul li a {
    color: #F8E46B;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.login-menu ul li.regi a {
    background: #D9D9D9;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #02142A;
    padding: 2px 18px;
}

@media (max-width:767px) {
    .login-menu ul li a, .login-menu ul li.regi a {
    font-size: 14px;
    }
    .login-menu ul li.regi a {
    padding: 2px 10px;
    }
  .login-menu ul li {
    padding: 0px 0px 0px 10px;
    }
}

@media (max-width:400px) {
        .login-menu ul li a, .login-menu ul li.regi a {
    font-size: 12px;
    }
    .login-menu ul li.regi a {
    padding: 2px 6px;
    }
} 
 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  
  }

  header {
    margin-bottom: 28px;
    padding-bottom: 16px;
  }

  .site-name {
    font-size: 0.9rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #a3a3b7;
    margin-bottom: 8px;
  }

  .hero {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
  }

  .hero-text {
    flex: 1 1 230px;
    min-width: 0;
  }

  .hero-media {
    flex: 0 0 220px;
    max-width: 260px;
  }

  .hero-image {
    position: relative;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.9);
    aspect-ratio: 3 / 4;
    background-image: linear-gradient(
        135deg,
        rgba(5, 5, 9, 0.7),
        rgba(16, 12, 40, 0.5)
      ),
      url("/wp-content/uploads/2026/01/WhatsApp-Image-2026-01-29-at-4.09.09-PM.jpeg");
    background-size: cover;
    background-position: center;
  }

  .hero-chip {
    position: absolute;
    inset: auto 16px 14px 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(4, 4, 10, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.74rem;
    color: #f5f5f7;
  }

  .hero-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 20%, #ffd38c, #f97316);
  }

  h1 {
    font-size: 1.9rem;
    color: #ffffff;
    margin-bottom: 10px;
  }

  .subtitle {
    color: #c9c9dd;
    font-size: 0.98rem;
    max-width: 520px;
  }

  .about-us {
    margin-top: 20px;
  }

  .about-us h2 {
    font-size: 1.2rem;
    margin: 22px 0 8px;
    color: #ffffff;
  }

  .about-us p {
    margin-bottom: 8px;
    color: #d6d6e8;
    font-size: 0.98rem;
  }

  .about-us ul {
    margin: 6px 0 10px 20px;
    color: #d6d6e8;
    font-size: 0.96rem;
  }

  .about-us li {
    margin-bottom: 4px;
  }

  .badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .badge {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #b9b9d5;
  }

  .image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 4px;
  }

  .image-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #050509;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.7);
  }

  .image-card img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
    filter: saturate(1.15) contrast(1.02);
  }

  .image-card figcaption {
    font-size: 0.78rem;
    padding: 6px 9px 7px;
    color: #d6d6e8;
    background: linear-gradient(
      to top,
      rgba(5, 5, 9, 0.96),
      rgba(5, 5, 9, 0.7)
    );
  }

  .contact-box {
    margin-top: 26px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.95rem;
    color: #d6d6e8;
  }

  .contact-box strong {
    color: #ffffff;
  }

  a {
    color: #F8E46B;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  @media (max-width: 600px) {
    body {
      padding: 20px 10px;
    }

    .page-wrapper {
      padding: 22px 16px 28px;
      border-radius: 18px;
    }

    .hero {
      flex-direction: column;
      align-items: flex-start;
    }

    .hero-media {
      width: 100%;
      max-width: 260px;
    }

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

    h1 {
      font-size: 1.6rem;
    }
  }
.wp-forms{
    background-color: #4a55686d;
    border:0.1px solid #FFFFFF78;
    border-radius: 4px;
    padding:15px 30px;
    height:640px;
   
   
}
.contact-bar {
    background: linear-gradient(135deg, #2b384b, #2b384b);
    color: #fff;
    padding: 30px 40px;
    background-color: #4a55686d;
    border: 0.1px solid #FFFFFF78;
    height: 315px;
}

.contact-bar .contact-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.contact-bar .contact-section:last-child {
    margin-bottom: 0;
}

.icon {
    font-size: 40px;
    opacity: 0.9;
    min-width: 45px;
}

.contact-text h4 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #F8E46B;
}
.contact-text a, .contact-text a:hover {
    color: #fff;
}
.contact-bar .contact-section i.fa-brands.fa-whatsapp, .contact-bar .contact-section i.fa-solid.fa-phone{
    color: #F8E46B;
}
.contact-bar .contact-section i.fa-solid.fa-phone{
    font-size: 35px;
}
.contact-text p {
    margin: 4px 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}