#imageModal .custom-close-btn {
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.custom-close-btn span {
    color: black;
    font-size: 20px;
    line-height: 1;
    margin: -4px 0 0;
}

.custom-close-btn:hover {
    background-color: #f8f9fa;
}

.blog_highlights {
    padding: 60px 0;
    background: #f8f9ff;
}

.blog_highlights .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    gap: 8px;
}

.blog_highlights .title h2 {
    margin-bottom: 0;
}

.blog_highlights .title p {
    color: #191936;
    margin-bottom: 25px;
    text-align: center;
}

.blog_highlights a {
    color: #fff;
    background: #1d70b7;
    width: 30%;
    font-size: 14px;
    padding: 4px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}

.blog_highlights a:hover {
    background: #191936;
}

@media (max-width: 576px) {
    .blog_highlights a {
        width: 100%;
        font-size: 12px;
    }
}

.blog-category-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.blog-category-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #192238;
}

.blog-category-card p {
    margin: 0;
    color: #5f6470;
    line-height: 1.7;
}

.blog-category-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.blog-mini {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.blog-mini__image img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
}

.blog-mini__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-mini__date {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
}

.blog-mini__body h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #1f2533;
    line-height: 1.4;
}

.blog-mini__body p {
    margin: 0;
    font-size: 14px;
    color: #525866;
    line-height: 1.6;
}

.blog-mini__link {
    font-weight: 600;
    color: #0d6efd;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
}

.blog-mini__link i {
    margin-inline-start: 4px;
}

.countries {
    padding: 60px 0;
    background: #fff;
}

.countries .title {
    text-align: center;
    margin-bottom: 20px;
}

.countries .title h2 {
    margin-bottom: 8px;
}

.countries .title p {
    color: #5d5f6d;
    margin-bottom: 0;
}

.countries .row {
    row-gap: 16px;
}

.latest-cvs {
    padding: 60px 0;
    background: #f6f8ff;
}

.latest-cvs__controls {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 40px rgba(23, 46, 99, 0.07);
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.latest-cvs__header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.latest-cvs__header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #181c32;
    margin-bottom: 0;
}

.latest-cvs__header p {
    margin: 0;
    color: #5a6275;
    font-size: 14px;
}

.latest-cvs__header .view-all {
    margin-inline-start: auto;
    color: #1d70b7;
    background: rgba(29, 112, 183, 0.12);
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all .3s ease;
}

.latest-cvs__header .view-all:hover {
    background: rgba(29, 112, 183, 0.2);
}

.latest-cvs__filters {
    margin: 0;
}

.latest-cvs__filters .form-label {
    font-weight: 600;
    color: #1f2432;
    font-size: 14px;
}

.latest-cvs__filters .form-select {
    border-radius: 12px;
    padding: 10px 34px 10px 10px;
}

.cv-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(12, 28, 64, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.home-maid-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.home-maid-card .cv_details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex: 1;
    width: 100%;
}

.home-maid-card .maid-card__image {
    position: relative;
    width: 100%;
}

.home-maid-card .maid-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    display: block;
}

.maid-card__status {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.maid-card__status.experienced {
    background: linear-gradient(120deg, #0f9d58, #0a7f45);
}

.maid-card__status.new {
    background: linear-gradient(120deg, #f97316, #f7b733);
}

.home-maid-card .info {
    width: 100%;
}

.home-maid-card .maid-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    text-align: center;
}

.home-maid-card .maid-subtitle {
    color: #94a3b8;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.home-maid-card .maid-card__info-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px 14px;
}

.home-maid-card .maid-card__info-list li span {
    font-size: 11px;
    letter-spacing: .01em;
}

.home-maid-card .maid-card__info-list li h3 {
    font-size: 15px;
}

.home-maid-card .button {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-maid-card .button .btn {
    border-radius: 10px;
}

.cv-card__media {
    position: relative;
    padding: 0 22px;
    padding-top: 18px;
}

.cv-card__media img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 15px;
}

.cv-card__media .status {
    position: absolute;
    top: 12px;
    right: 35px;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.cv-card__media .status.experienced {
    background: linear-gradient(120deg, #0f9d58, #0a7f45);
}

.cv-card__media .status.newcomer {
    background: linear-gradient(120deg, #f97316, #f7b733);
}

.cv-card__body {
    padding: 22px;
}

.cv-card__heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.cv-card__code {
    font-size: 12px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cv-card__body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cv-card__subtitle {
    font-size: 13px;
    color: #6b7280;
}

.cv-card__badge {
    background: #eff6ff;
    color: #1d4ed8;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.cv-card__info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.cv-card__info .label {
    display: block;
    font-size: 12px;
    color: #94a3b8;
}

.cv-card__info .value {
    font-weight: 600;
    color: #1f2933;
}

.cv-card__body .meta {
    font-size: 14px;
    color: #5d6476;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cv-card__footer {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cv-card__cta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.cv-card__cta .btn {
    border-radius: 30px;
    min-width: 150px;
}

.cv-card__footer .price {
    font-weight: 700;
    color: #111827;
    display: flex;
    gap: 6px;
    align-items: center;
}

.no-results {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    color: #6c738a;
    font-weight: 500;
}

.latest-cvs__slider {
    position: relative;
    margin-top: 24px;
    padding: 0 50px 40px;
}

.latest-cvs-swiper {
    overflow: visible;
    height: auto !important;
}

.latest-cvs-swiper .swiper-wrapper {
    height: auto !important;
}

.latest-cvs-swiper .swiper-slide {
    height: auto !important;
    display: flex;
}

.latest-cvs-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
    color: #1d70b7;
    z-index: 5;
}

.latest-cvs-prev {
    right: 16px;
}

.latest-cvs-next {
    left: 16px;
}

.latest-cvs-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.latest-cvs-pagination .swiper-pagination-bullet-active {
    background: #1d70b7;
}

.country-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(23, 38, 73, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    border: 1px solid rgba(15, 23, 42, 0.05);
    position: relative;
}

.country-card__badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #6b7280;
    position: absolute;
    top: 16px;
    right: 16px;
}

.country-card__flag {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 3px solid #f0f0f5;
    overflow: hidden;
}

.country-card__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country-card__head h3 {
    font-size: 18px;
    margin: 0;
}

.country-card__head span {
    color: #6b7280;
    display: block;
}

.country-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}

.country-card__stats small {
    display: block;
    font-size: 12px;
    color: #94a3b8;
}

.country-card__stats strong {
    font-size: 16px;
    color: #111827;
}

.country-card__cta {
    margin-top: auto;
    text-decoration: none;
    background: #1d70b7;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 12px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.country-card__cta:hover {
    background: #0e4c7a;
    color: #fff;
}

.home-contact {
    padding: 60px 0;
    background: #f3f6fb;
}

.contact-form-card,
.contact-details-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

.contact-form-card .eyebrow {
    color: #1d70b7;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.contact-form-card h2 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #0f1734;
}

.contact-form-card .form-label {
    font-weight: 600;
    color: #1f2432;
    margin-bottom: 6px;
}

.contact-form-card .form-control {
    border-radius: 12px;
    padding: 10px 14px;
    border-color: #e0e4f0;
    box-shadow: none;
}

.contact-form-card button {
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.contact-details-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
}

.contact-details-card ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 0 20px;
    padding: 0;
}

.contact-details-card li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-details-card .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(29, 112, 183, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d70b7;
    font-size: 18px;
}

.contact-details-card small {
    color: #8b93a7;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.contact-details-card a {
    font-weight: 700;
    color: #111c3a;
    text-decoration: none;
}

.contact-details-card p {
    margin: 0;
    color: #5f6474;
}

.contact-actions .btn {
    border-radius: 12px;
    margin-bottom: 10px;
}

.contact-actions .btn:last-child {
    margin-bottom: 0;
}

.contact-map {
    margin-top: 30px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.contact-map iframe {
    border: 0;
    width: 100%;
    height: 360px;
}

.section-head .eyebrow {
    color: #1d70b7;
    font-weight: 700;
    letter-spacing: 0.08em;
    /* margin-bottom: 6px; */
    margin-bottom: 16px;
    font-size: 18px;
}

.section-head h2 {
    font-size: 32px;
    margin-bottom: 8px;
    color: #0f1734;
}

.section-head p {
    color: #5e6474;
    margin-bottom: 24px;
}

.references-logos {
    padding: 40px 0 80px;
    background: #fff;
}

.reference-logos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    align-items: center;
}

.reference-logo {
    /* background: #f8f9ff; */
    background: linear-gradient(12deg, #191936, #1d5eb7);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(29, 112, 183, 0.08);
}

.reference-logo img {
    max-width: 120px;
    max-height: 50px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .latest-cvs__header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .contact-details-card {
        min-height: 100%;
    }
}
