/*
Theme Name: Visaland
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Immigration & Visa Consulting HTML Template
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

:root {
    --emca-font: "Century Gothic", CenturyGothic, AppleGothic, "Trebuchet MS", sans-serif;
    --theme: #940000;
    --theme2: #940000;
    --base: #940000;
}

/* EmCa preloader branding */
.preloader .animation-preloader .emca-preloader-spinner {
    position: relative;
    width: 9em;
    height: 9em;
    margin: 0 auto 3.5em auto;
}

.preloader .animation-preloader .emca-preloader-spinner .spinner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.preloader .animation-preloader .emca-preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 52%;
    height: auto;
    max-height: 52%;
    object-fit: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .emca-preloader-spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading.emca-txt-loading {
    font-size: 4.2em;
    font-family: var(--emca-font) !important;
}

.preloader .animation-preloader .txt-loading.emca-txt-loading .letters-loading::before {
    font-family: var(--emca-font) !important;
}

.preloader .animation-preloader .txt-loading.emca-txt-loading .letters-loading-space {
    display: inline-block;
    width: 0.28em;
}

.preloader .animation-preloader .txt-loading.emca-txt-loading .letters-loading:nth-child(9)::before {
    animation-delay: 1.6s;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading.emca-txt-loading {
        font-size: 2.2em;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
input,
textarea,
select,
button,
.section-title,
.theme-btn,
.main-menu,
.nice-select,
.breadcrumb-items {
    font-family: var(--emca-font) !important;
}

.about-content .section-title h2.title-anim {
    font-size: 34px;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .about-content .section-title h2.title-anim {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .about-content .section-title h2.title-anim {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .about-content .section-title h2.title-anim {
        font-size: 22px;
    }
}

.about-content .circle-progress-bar-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 24px;
}

.about-content .circle-progress-bar-wrapper .single-circle-bar {
    flex-direction: row;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 12px;
}

.about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
}

.about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: none;
}

.about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
    height: 90px;
    width: 90px;
    flex-shrink: 0;
}

.about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
    height: 80px;
    width: 80px;
}

.about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    font-size: 22px;
    line-height: 72px;
    height: 72px;
    width: 72px;
}

.about-content .circle-progress-bar-wrapper .emca-about-read-more {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .about-content .circle-progress-bar-wrapper {
        gap: 12px;
    }

    .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
        font-size: 12px;
    }

    .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
        height: 70px;
        width: 70px;
    }

    .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
        height: 60px;
        width: 60px;
    }

    .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
        font-size: 16px;
        line-height: 52px;
        height: 52px;
        width: 52px;
    }
}

@media (max-width: 767px) {
    .about-content .circle-progress-bar-wrapper {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 16px;
    }

    .about-content .circle-progress-bar-wrapper .single-circle-bar {
        flex: 1 1 100%;
        width: 100%;
    }
}

/* About page — mobile responsive */
.emca-about-page {
    overflow-x: clip;
}

.emca-about-page .breadcrumb-wrapper.section-padding {
    padding-top: 90px;
    padding-bottom: 70px;
}

.emca-about-page .about-section.section-padding,
.emca-about-page .emca-values-section.section-padding,
.emca-about-page .news-section.section-padding,
.emca-about-page .testimonial-section-4.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.emca-about-page .emca-values-section.section-padding.pt-0 {
    padding-top: 0;
}

.emca-about-page .about-wrapper .about-image-items .about-image {
    width: 100%;
    max-width: 100%;
    height: 530px;
    min-height: 300px; /* keep safe minimum on edge cases */
    background-position: center;
    background-size: cover;
}

/* Prevent vertical centering that pushes the main image down */
.emca-about-page .about-wrapper .about-image-items {
    align-self: flex-start;
}

.emca-about-page .emca-about-image-2 {
    width: min(48%, 220px);
    height: auto;
    aspect-ratio: 269 / 277;
}

.emca-about-page .emca-about-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Fix about page image overlap/fit */
.emca-about-page .about-wrapper .about-image-items .about-image {
    border-radius: 14px;
    overflow: hidden;
}

.emca-about-page .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: -40px;
    right: -40px;
    border-radius: 12px;
    overflow: hidden;
}

.emca-about-page .emca-registration-text {
    font-size: 15px;
    line-height: 1.75;
    word-break: break-word;
}

@media (max-width: 991px) {
    .emca-about-page .breadcrumb-wrapper.section-padding {
        padding-top: 70px;
        padding-bottom: 55px;
    }

    .emca-about-page .about-wrapper .about-image-items {
        padding-left: 0;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .emca-about-page .about-wrapper .about-image-items .about-image {
        height: 420px;
    }

    .emca-about-page .about-wrapper .about-image-items::before {
        display: none;
    }

    .emca-about-page .about-wrapper .about-image-items .about-image .about-image-2 {
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .emca-about-page .breadcrumb-wrapper.section-padding {
        padding-top: 60px;
        padding-bottom: 45px;
    }

    .emca-about-page .breadcrumb-wrapper .page-heading h1 {
        font-size: 32px;
    }

    .emca-about-page .about-section.section-padding,
    .emca-about-page .emca-values-section.section-padding,
    .emca-about-page .news-section.section-padding,
    .emca-about-page .testimonial-section-4.section-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .emca-about-page .about-wrapper .about-image-items .about-image {
        min-height: 260px;
        height: 360px;
    }

    .emca-about-page .emca-about-image-2 {
        width: min(52%, 180px);
    }

    .emca-about-page .emca-registration-text {
        font-size: 14px;
    }

    .emca-about-page .service-counter-section .service-counter-wrapper {
        padding: 28px 20px;
    }

    .emca-about-page .testimonial-section-4 .client-1,
    .emca-about-page .testimonial-section-4 .client-2 {
        display: none;
    }

    .emca-about-page .testimonial-section-4 .testimonial-content h3 {
        font-size: 18px;
        line-height: 1.6;
    }

    .emca-about-page .team-section .section-title h2 br {
        display: none;
    }
}

/* About page — Testimonials card style */
.emca-about-page .testimonial-section-4 .testimonial-items {
    background: var(--white);
    border-radius: 18px;
    padding: 20px 24px 14px;
    box-shadow: rgba(17, 24, 39, 0.08) 0px 18px 45px;
    border: 1px solid rgba(148, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
}

.emca-about-page .testimonial-section-4 .testimonial-items::before {
    display: none;
}

.emca-about-page .testimonial-wrapper-4 .testimonial-items {
    padding: 0;
    padding-bottom: 0;
}

.emca-about-page .testimonial-section-4 .testimonial-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid var(--theme);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    background: #f3f4f6;
    margin-bottom: 4px;
}

.testimonial-person-icon i {
    color: #6b7280;
    font-size: 22px;
}

.emca-about-page .testimonial-section-4 .testimonial-content {
    margin: 10px auto 0;
    max-width: 100%;
}

.emca-about-page .testimonial-section-4 .testimonial-content h3 {
    margin: 0;
    padding: 0 6px;
    font-size: 17px;
    line-height: 1.55;
    font-style: italic;
    color: #6b7280;
    font-weight: 500;
    flex: 0 0 auto;
}

.emca-about-page .testimonial-section-4 .testimonial-content h3::before {
    content: "“";
    color: var(--theme);
    font-size: 38px;
    line-height: 1;
    display: block;
    margin: 0 auto 2px;
    font-family: Georgia, "Times New Roman", serif;
}

.emca-about-page .testimonial-section-4 .testimonial-content .star {
    margin-top: 8px;
}

.emca-about-page .testimonial-section-4 .star span {
    color: #f59e0b;
    font-size: 12px;
    margin: 0 1px;
}

.emca-about-page .testimonial-section-4 .client-info {
    margin-top: 4px;
}

.emca-about-page .testimonial-section-4 .client-info h5 {
    font-size: 20px;
    font-weight: 700;
    color: #374151;
    margin: 0;
}

.emca-about-page .testimonial-section-4 .client-info h6 {
    margin: 2px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
}

.emca-about-page .testimonial-section-4 .emca-testimonial-client {
    margin-top: 4px;
}

@media (max-width: 575px) {
    .emca-about-page .testimonial-section-4 .testimonial-items {
        padding: 18px 16px 12px;
    }

    .emca-about-page .testimonial-section-4 .testimonial-image {
        width: 58px;
        height: 58px;
    }

    .emca-about-page .testimonial-section-4 .testimonial-content h3 {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .emca-about-page .breadcrumb-wrapper .page-heading h1 {
        font-size: 28px;
    }

    .emca-about-page .breadcrumb-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

    .emca-about-page .about-content .section-title span {
        font-size: 14px;
    }

    .emca-about-page .about-wrapper .about-image-items .about-image {
        min-height: 220px;
    }

    .emca-about-page .emca-about-image-2 {
        width: min(55%, 150px);
    }

    .emca-about-page .emca-registration-text {
        font-size: 13px;
    }

    .emca-about-page .service-counter-section .emca-counter-title {
        font-size: 20px;
    }

    .emca-about-page .footer-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .emca-about-page .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }
}

.emca-values-section .icon-box-items {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    height: 100%;
    padding: 28px;
    background: var(--white);
    border-radius: 12px;
    box-shadow: rgba(149, 157, 165, 0.18) 0px 8px 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.emca-values-section .icon-box-items:hover {
    transform: translateY(-4px);
    box-shadow: rgba(149, 157, 165, 0.28) 0px 12px 28px;
}

.emca-values-section .icon-box-items .icon {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.emca-values-section .icon-box-items .content h3 {
    margin-bottom: 10px;
}

.emca-values-section .icon-box-items.emca-icon-vision .icon {
    background: linear-gradient(135deg, #166FD3 0%, #0F74E6 100%);
}

.emca-values-section .icon-box-items.emca-icon-mission .icon {
    background: linear-gradient(135deg, #940000 0%, #b33333 100%);
}

@media (max-width: 575px) {
    .emca-values-section .icon-box-items {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px 20px;
    }

    .emca-values-section .icon-box-items .icon {
        width: 76px;
        height: 76px;
        font-size: 28px;
    }
}

.emca-values-section .icon-box-items.emca-icon-innovation .icon,
.emca-values-section .emca-core-value-card.emca-icon-innovation .icon {
    background: linear-gradient(135deg, #F09815 0%, #FFB347 100%);
}

.emca-values-section .icon-box-items.emca-icon-excellence .icon,
.emca-values-section .emca-core-value-card.emca-icon-excellence .icon {
    background: linear-gradient(135deg, #9B59B6 0%, #C084FC 100%);
}

.emca-values-section .icon-box-items.emca-icon-customer .icon,
.emca-values-section .emca-core-value-card.emca-icon-customer .icon {
    background: linear-gradient(135deg, #1C9E52 0%, #34D399 100%);
}

.emca-values-section .icon-box-items.emca-icon-integrity .icon,
.emca-values-section .emca-core-value-card.emca-icon-integrity .icon {
    background: linear-gradient(135deg, #1C2539 0%, #3D5A80 100%);
}

.emca-core-values-block {
    margin-top: 70px;
    padding: 60px 48px 48px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 12px 40px;
    position: relative;
    overflow: hidden;
}

.emca-core-values-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #166FD3, #940000, #F09815, #1C9E52);
}

.emca-core-values-intro {
    max-width: 680px;
    margin: 16px auto 0;
    color: var(--text);
    font-size: 17px;
    line-height: 1.7;
}

.emca-core-value-card {
    position: relative;
    height: 100%;
    padding: 36px 28px 32px;
    text-align: center;
    background: var(--bg5);
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.emca-core-value-card:hover {
    transform: translateY(-8px);
    box-shadow: rgba(22, 103, 211, 0.12) 0px 16px 32px;
    border-color: transparent;
    background: var(--white);
}

.emca-core-value-card .value-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.emca-core-value-card:hover .value-accent {
    transform: scaleX(1);
}

.emca-core-value-card.emca-icon-innovation .value-accent {
    background: linear-gradient(90deg, #F09815, #FFB347);
}

.emca-core-value-card.emca-icon-excellence .value-accent {
    background: linear-gradient(90deg, #9B59B6, #C084FC);
}

.emca-core-value-card.emca-icon-customer .value-accent {
    background: linear-gradient(90deg, #1C9E52, #34D399);
}

.emca-core-value-card.emca-icon-integrity .value-accent {
    background: linear-gradient(90deg, #1C2539, #3D5A80);
}

.emca-core-value-card .icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    position: relative;
}

.emca-core-value-card .icon::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid currentColor;
    opacity: 0.15;
}

.emca-core-value-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: var(--header);
}

.emca-core-value-card p {
    margin-bottom: 0;
    color: var(--text);
    line-height: 1.65;
    font-size: 15px;
}

@media (max-width: 991px) {
    .emca-core-values-block {
        margin-top: 50px;
        padding: 40px 28px 28px;
    }
}

@media (max-width: 575px) {
    .emca-core-values-block {
        padding: 32px 20px 20px;
    }

    .emca-core-values-intro {
        font-size: 15px;
    }

    .emca-core-value-card {
        padding: 28px 22px 24px;
    }

    .emca-core-value-card .icon {
        width: 80px;
        height: 80px;
        font-size: 30px;
        margin-bottom: 18px;
    }

    .emca-core-value-card h3 {
        font-size: 20px;
    }
}

.emca-values-section .emca-values-title {
    font-size: 34px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .emca-values-section .emca-values-title {
        font-size: 26px;
    }
}

.emca-services-title {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.35;
}

/* Service listing page — tighter top spacing below breadcrumb */
.emca-service-listing-section.section-padding {
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .emca-service-listing-section.section-padding {
        padding-top: 32px;
    }
}

@media (max-width: 991px) {
    .emca-service-listing-section.section-padding {
        padding-top: 28px;
    }
}

.emca-solutions-listing-section.section-padding {
    padding-top: 40px;
}

.emca-listing-intro {
    text-align: center;
    font-style: italic;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--header);
    margin: 0 auto 36px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .emca-listing-intro {
        font-size: 20px;
        margin-bottom: 32px;
    }
}

@media (max-width: 991px) {
    .emca-listing-intro {
        font-size: 17px;
        white-space: normal;
        margin-bottom: 28px;
        padding: 0 12px;
    }
}

@media (max-width: 1199px) {
    .emca-solutions-listing-section.section-padding {
        padding-top: 32px;
    }
}

@media (max-width: 991px) {
    .emca-solutions-listing-section.section-padding {
        padding-top: 28px;
    }
}

/* Service listing page — equal-height cards */
.emca-service-cards-grid .emca-service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 380px;
}

.emca-service-cards-grid .emca-service-card h3 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.emca-service-cards-grid .emca-service-card-desc {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.emca-service-cards-grid .emca-service-card .service-thumb {
    margin-top: 14px;
    margin-bottom: 18px;
    height: 180px;
    flex-shrink: 0;
}

.emca-service-cards-grid .emca-service-card .service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emca-service-cards-grid .emca-service-card .link-btn {
    margin-top: auto;
}

@media (max-width: 767px) {
    .emca-service-cards-grid .emca-service-card {
        min-height: 340px;
    }

    .emca-service-cards-grid .emca-service-card .service-thumb {
        height: 160px;
    }

    .emca-service-cards-grid .emca-service-card h3 {
        font-size: 20px;
    }

    .emca-service-cards-grid .emca-service-card-desc {
        font-size: 14px;
    }
}

.emca-service-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    background: linear-gradient(135deg, var(--bg3) 0%, var(--white) 100%);
    border-radius: 8px;
}

.emca-service-thumb i {
    font-size: 64px;
    color: var(--theme);
}

.emca-service-thumb.emca-thumb-consultancy i { color: #166FD3; }
.emca-service-thumb.emca-thumb-design i { color: #940000; }
.emca-service-thumb.emca-thumb-social i { color: #F09815; }
.emca-service-thumb.emca-thumb-web i { color: #1C9E52; }
.emca-service-thumb.emca-thumb-software i { color: #9B59B6; }
.emca-service-thumb.emca-thumb-infrastructure i { color: #1C2539; }

.service-counter-section .service-counter-items .icon i {
    font-size: 48px;
    color: var(--theme);
}

.service-counter-section .service-counter-items.active .icon i,
.service-counter-section .service-counter-items:hover .icon i {
    color: var(--theme);
}

.service-counter-section .emca-counter-title {
    font-size: 34px;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .service-counter-section .emca-counter-title {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .service-counter-section .emca-counter-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .service-counter-section .emca-counter-title {
        font-size: 22px;
    }
}

/* ============================================================
   EmCa Solution Pages (ShuleXpert & future solutions)
   ============================================================ */

.emca-solution-page .coaching-details-section {
    background: var(--bg5);
    overflow-x: clip;
}

.emca-solution-wrapper {
    max-width: 100%;
}

.emca-solution-content-wrap {
    margin-top: 0 !important;
    overflow-x: clip;
}

.emca-solution-content {
    max-width: 100%;
    overflow-x: clip;
}

.emca-solution-content .row {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

/* Top info bar */
.emca-solution-topbar {
    margin-bottom: 40px;
}

.emca-topbar-card {
    height: 100%;
    padding: 24px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
}

.emca-topbar-product {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.emca-topbar-product .product-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: var(--white);
    background: linear-gradient(135deg, #166FD3, #940000);
}

.emca-topbar-product h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.emca-topbar-product p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text);
}

.emca-topbar-highlights h4,
.emca-topbar-contact h4 {
    font-size: 17px;
    margin-bottom: 14px;
    color: var(--header);
}

.emca-topbar-highlights ul,
.emca-topbar-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emca-topbar-highlights li,
.emca-topbar-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    font-size: 14px;
    color: var(--header);
}

.emca-topbar-highlights li i,
.emca-topbar-contact li i {
    color: #1C9E52;
    font-size: 12px;
    width: 16px;
    text-align: center;
}

.emca-topbar-contact li i {
    color: var(--theme);
}

.emca-topbar-contact a {
    color: var(--header);
}

.emca-topbar-contact a:hover {
    color: var(--theme);
}

.emca-solution-content .section-title span {
    color: var(--theme);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 14px;
}

.emca-solution-content .section-title h2 {
    margin-top: 8px;
    margin-bottom: 0;
}

.emca-solution-hero {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 36px;
    box-shadow: rgba(22, 103, 211, 0.12) 0px 20px 48px;
}

.emca-solution-hero img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.emca-solution-hero-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.emca-solution-hero-badge i {
    color: var(--theme);
}

.emca-solution-intro {
    padding: 32px 36px;
    background: var(--white);
    border-radius: 16px;
    border: 1px solid var(--border);
    margin-bottom: 28px;
    box-shadow: rgba(149, 157, 165, 0.08) 0px 8px 24px;
}

.emca-solution-intro p {
    color: var(--text);
    line-height: 1.8;
    margin-top: 16px;
}

.emca-solution-stats {
    margin-bottom: 56px;
}

.emca-stat-pill {
    height: 100%;
    padding: 22px 18px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.emca-stat-pill:hover {
    transform: translateY(-4px);
    box-shadow: rgba(22, 103, 211, 0.1) 0px 12px 28px;
}

.emca-stat-pill i {
    display: block;
    font-size: 28px;
    color: var(--theme);
    margin-bottom: 10px;
}

.emca-stat-pill strong {
    display: block;
    font-size: 15px;
    color: var(--header);
    margin-bottom: 4px;
}

.emca-stat-pill span {
    font-size: 13px;
    color: var(--text);
    opacity: 0.85;
}

.emca-solution-block {
    margin-bottom: 64px;
}

.emca-solution-block .section-title {
    margin-bottom: 36px;
}

.emca-block-intro {
    max-width: 720px;
    margin: 14px auto 0;
    color: var(--text);
    line-height: 1.75;
    font-size: 17px;
}

.emca-modules-block {
    padding: 56px 40px 40px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.15) 0px 12px 40px;
    position: relative;
    overflow: hidden;
}

.emca-modules-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #166FD3, #1C9E52, #F09815, #940000);
}

/* Feature cards */
.emca-feature-card {
    height: 100%;
    padding: 28px 24px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.emca-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: rgba(22, 103, 211, 0.1) 0px 16px 32px;
    border-color: transparent;
}

.emca-feature-card .feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 22px;
    color: var(--white);
}

.emca-feature-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--header);
}

.emca-feature-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
}

.emca-feature-card.accent-blue .feature-icon { background: linear-gradient(135deg, #166FD3, #3B8BEB); }
.emca-feature-card.accent-green .feature-icon { background: linear-gradient(135deg, #1C9E52, #34D399); }
.emca-feature-card.accent-orange .feature-icon { background: linear-gradient(135deg, #F09815, #FFB347); }
.emca-feature-card.accent-red .feature-icon { background: linear-gradient(135deg, #940000, #b33333); }
.emca-feature-card.accent-purple .feature-icon { background: linear-gradient(135deg, #9B59B6, #C084FC); }
.emca-feature-card.accent-navy .feature-icon { background: linear-gradient(135deg, #1C2539, #3D5A80); }

/* Module cards */
.emca-module-card {
    position: relative;
    height: 100%;
    padding: 32px 26px 28px;
    background: var(--bg5);
    border: 1px solid var(--border);
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.emca-module-card:hover {
    transform: translateY(-8px);
    background: var(--white);
    box-shadow: rgba(22, 103, 211, 0.12) 0px 16px 32px;
    border-color: transparent;
}

.emca-module-card .module-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.emca-module-card:hover .module-accent {
    transform: scaleX(1);
}

.emca-module-card.accent-blue .module-accent { background: linear-gradient(90deg, #166FD3, #3B8BEB); }
.emca-module-card.accent-green .module-accent { background: linear-gradient(90deg, #1C9E52, #34D399); }
.emca-module-card.accent-orange .module-accent { background: linear-gradient(90deg, #F09815, #FFB347); }
.emca-module-card.accent-red .module-accent { background: linear-gradient(90deg, #940000, #b33333); }
.emca-module-card.accent-purple .module-accent { background: linear-gradient(90deg, #9B59B6, #C084FC); }
.emca-module-card.accent-navy .module-accent { background: linear-gradient(90deg, #1C2539, #3D5A80); }

.emca-module-card .module-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    color: var(--white);
    background: linear-gradient(135deg, #166FD3, #3B8BEB);
    box-shadow: 0 8px 20px rgba(22, 103, 211, 0.25);
}

.emca-module-card.accent-green .module-icon { background: linear-gradient(135deg, #1C9E52, #34D399); box-shadow: 0 8px 20px rgba(28, 158, 82, 0.25); }
.emca-module-card.accent-orange .module-icon { background: linear-gradient(135deg, #F09815, #FFB347); box-shadow: 0 8px 20px rgba(240, 152, 21, 0.25); }
.emca-module-card.accent-red .module-icon { background: linear-gradient(135deg, #940000, #b33333); box-shadow: 0 8px 20px rgba(148, 0, 0, 0.25); }
.emca-module-card.accent-purple .module-icon { background: linear-gradient(135deg, #9B59B6, #C084FC); box-shadow: 0 8px 20px rgba(155, 89, 182, 0.25); }
.emca-module-card.accent-navy .module-icon { background: linear-gradient(135deg, #1C2539, #3D5A80); box-shadow: 0 8px 20px rgba(28, 37, 57, 0.25); }

.emca-module-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
    color: var(--header);
}

.emca-module-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text);
}

/* Highlight row */
.emca-solution-highlight {
    margin-bottom: 64px;
    padding: 40px;
    background: linear-gradient(135deg, #f0f6ff 0%, #fff 50%, #f8fff9 100%);
    border-radius: 16px;
    border: 1px solid var(--border);
}

.emca-highlight-image img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
    height: 280px;
}

.emca-highlight-content .highlight-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--theme);
    margin-bottom: 10px;
}

.emca-highlight-content h3 {
    font-size: 28px;
    margin-bottom: 14px;
    color: var(--header);
}

.emca-highlight-content p {
    line-height: 1.75;
    margin-bottom: 20px;
}

.emca-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.emca-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    font-size: 16px;
    color: var(--header);
    border-bottom: 1px dashed var(--border);
}

.emca-check-list li:last-child {
    border-bottom: none;
}

.emca-check-list li i {
    color: #1C9E52;
    margin-top: 4px;
    flex-shrink: 0;
}

/* Benefit items */
.emca-benefit-item {
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 28px 26px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.emca-benefit-item:hover {
    transform: translateX(6px);
    box-shadow: rgba(22, 103, 211, 0.08) 0px 12px 28px;
}

.emca-benefit-item .benefit-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 22px;
    color: var(--white);
    background: linear-gradient(135deg, #166FD3, #3B8BEB);
}

.emca-benefit-item.accent-green .benefit-icon { background: linear-gradient(135deg, #1C9E52, #34D399); }
.emca-benefit-item.accent-orange .benefit-icon { background: linear-gradient(135deg, #F09815, #FFB347); }
.emca-benefit-item.accent-red .benefit-icon { background: linear-gradient(135deg, #940000, #b33333); }
.emca-benefit-item.accent-purple .benefit-icon { background: linear-gradient(135deg, #9B59B6, #C084FC); }
.emca-benefit-item.accent-navy .benefit-icon { background: linear-gradient(135deg, #1C2539, #3D5A80); }

.emca-benefit-item h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: var(--header);
}

.emca-benefit-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
}

/* Inline CTA */
.emca-solution-cta-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 36px 40px;
    background: linear-gradient(135deg, #166FD3 0%, #1C2539 100%);
    border-radius: 16px;
    color: var(--white);
}

.emca-solution-cta-inline h3 {
    color: var(--white);
    font-size: 26px;
    margin-bottom: 8px;
}

.emca-solution-cta-inline p {
    margin: 0;
    opacity: 0.9;
    font-size: 16px;
}

.emca-solution-cta-inline .theme-btn {
    flex-shrink: 0;
}

/* Full-width CTA banner */
.emca-solution-cta-section {
    padding-top: 0;
}

.emca-solution-cta-banner {
    padding: 48px 56px;
    background: linear-gradient(135deg, #1C2539 0%, #166FD3 55%, #1C9E52 100%);
    border-radius: 20px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.emca-solution-cta-banner::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.emca-solution-cta-banner .cta-eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
    margin-bottom: 10px;
}

.emca-solution-cta-banner h2 {
    color: var(--white);
    font-size: 32px;
    margin-bottom: 12px;
}

.emca-solution-cta-banner p {
    margin: 0;
    font-size: 17px;
    opacity: 0.92;
    max-width: 560px;
    line-height: 1.7;
}

.emca-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 16px 28px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
    transition: background 0.3s, border-color 0.3s;
}

.emca-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--white);
    color: var(--white);
}

@media (max-width: 991px) {
    .emca-modules-block {
        padding: 40px 24px 24px;
    }

    .emca-solution-highlight {
        padding: 28px 24px;
    }

    .emca-solution-cta-banner {
        padding: 36px 28px;
    }

    .emca-solution-cta-banner h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .emca-solution-hero img {
        height: 220px;
    }

    .emca-solution-intro {
        padding: 24px 20px;
    }

    .emca-solution-cta-inline {
        padding: 28px 24px;
        text-align: center;
        justify-content: center;
    }

    .emca-solution-cta-inline .cta-content {
        text-align: center;
    }

    .emca-benefit-item {
        flex-direction: column;
        text-align: center;
    }

    .emca-benefit-item .benefit-icon {
        margin: 0 auto;
    }
}

/* Contact page */
.emca-contact-page .emca-contact-form {
    padding: 28px 32px;
    border-radius: 12px;
}

.emca-contact-page .emca-contact-form .contact-title {
    margin-bottom: 18px;
}

.emca-contact-page .emca-contact-form .contact-title h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.emca-contact-page .emca-contact-form .contact-title p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
}

.emca-contact-page .emca-contact-form .form-clt input,
.emca-contact-page .emca-contact-form .form-clt textarea {
    padding: 12px 44px 12px 16px;
    font-size: 14px;
}

.emca-contact-page .emca-contact-form .form-clt textarea {
    min-height: 110px;
    padding-top: 12px;
}

.emca-contact-page .emca-contact-form .form-clt .icon {
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}

.emca-contact-page .emca-contact-form .form-clt .icon i {
    font-size: 14px;
}

.emca-contact-page .emca-contact-submit {
    padding: 12px 24px;
    font-size: 14px;
}

.emca-contact-page .emca-contact-submit span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .emca-contact-page .emca-contact-form {
        padding: 22px 20px;
    }

    .emca-contact-page .emca-contact-form .contact-title h3 {
        font-size: 20px;
    }
}

/* Solution pages — service-details (visa) layout */
.emca-benefits-categories {
    width: 100%;
}

.emca-benefits-categories ul {
    width: 100%;
}

.emca-benefits-categories .wid-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--header);
}

.emca-benefits-categories .emca-benefits-intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text);
    margin-bottom: 20px;
}

.emca-solution-visa-layout .visa-details-wrapper .visa-sidebar .emca-benefits-categories ul li.emca-benefit-item {
    padding: 0;
    background: transparent;
    border: none;
    font-size: inherit;
    line-height: inherit;
}

.emca-solution-visa-layout .visa-details-wrapper .visa-sidebar .emca-benefits-categories ul li.emca-benefit-item:not(:last-child) {
    margin-bottom: 8px;
}

.visa-details-wrapper .details-content .emca-benefits-categories.emca-process-benefits ul li.emca-benefit-item {
    padding: 0;
    background: transparent;
    border: none;
    list-style: none;
}

.visa-details-wrapper .details-content .emca-benefits-categories.emca-process-benefits ul li.emca-benefit-item:not(:last-child) {
    margin-bottom: 8px;
}

.visa-details-wrapper .details-content .emca-benefits-categories.emca-process-benefits ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

.visa-details-wrapper .details-content .emca-process-benefits-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

.visa-details-wrapper .details-content .emca-service-highlights-row {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

.visa-details-wrapper .details-content .emca-service-highlights-row .icon-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e1e8e4;
    padding: 16px 18px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.visa-details-wrapper .details-content .emca-service-highlights-row .icon-box .icon i {
    color: var(--theme);
    font-size: 18px;
}

.visa-details-wrapper .details-content .emca-service-highlights-row .icon-box h6 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--header);
}

.visa-details-wrapper .details-content .emca-service-highlights-row .icon-box:hover {
    background-color: var(--theme);
}

.visa-details-wrapper .details-content .emca-service-highlights-row .icon-box:hover .icon i,
.visa-details-wrapper .details-content .emca-service-highlights-row .icon-box:hover h6 {
    color: var(--white);
}

.emca-benefits-categories .emca-benefit-card {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: background 0.3s ease, padding 0.3s ease, border-color 0.3s ease;
}

.emca-benefits-categories ul li.emca-benefit-item .emca-benefit-trigger {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 48px 12px 14px;
    min-height: 42px;
    background-color: var(--white);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.35;
    color: var(--header);
    border: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.emca-benefits-categories ul li.emca-benefit-item .emca-benefit-trigger span {
    position: absolute;
    width: 44px;
    height: 100%;
    background-color: var(--theme);
    right: 0;
    top: 0;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emca-benefits-categories ul li.emca-benefit-item .emca-benefit-trigger span i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.emca-benefits-categories ul li.emca-benefit-item .emca-benefit-trigger:hover {
    background-color: var(--theme);
    color: var(--white);
}

.emca-benefits-categories ul li.emca-benefit-item .emca-benefit-trigger:hover span {
    background-color: var(--header);
}

/* Expanded — unified red-framed card (same outer width as collapsed) */
.emca-benefits-categories .emca-benefit-card:has(.emca-benefit-trigger[aria-expanded="true"]) {
    background-color: var(--theme);
    padding: 8px;
    border: 1px solid var(--theme);
}

.emca-benefits-categories .emca-benefit-card:has(.emca-benefit-trigger[aria-expanded="true"]) .emca-benefit-trigger {
    background-color: var(--theme);
    color: var(--white);
    padding: 12px 48px 12px 14px;
    min-height: 42px;
}

.emca-benefits-categories .emca-benefit-card:has(.emca-benefit-trigger[aria-expanded="true"]) .emca-benefit-trigger span {
    background-color: var(--header);
}

.emca-benefits-categories .emca-benefit-card:has(.emca-benefit-trigger[aria-expanded="true"]) .emca-benefit-trigger span i {
    transform: rotate(90deg);
}

.emca-benefits-categories .emca-benefit-panel {
    width: 100%;
    box-sizing: border-box;
}

.emca-benefits-categories .emca-benefit-panel-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
    background: #f2f2f2;
    border: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--text);
    text-align: center;
}

.emca-benefits-categories .emca-benefit-card:has(.emca-benefit-trigger[aria-expanded="true"]) .emca-benefit-panel-inner {
    margin-top: 8px;
}

.emca-benefits-categories .emca-benefit-card-expanded:has(.emca-benefit-trigger[aria-expanded="true"]) {
    border-color: rgba(148, 0, 0, 0.15);
}

.emca-benefits-categories .emca-benefit-card-expanded .emca-benefit-trigger span i {
    transform: rotate(90deg);
}

.emca-solution-visa-layout .emca-module-details-list {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

.emca-solution-visa-layout .emca-module-detail-item {
    height: 100%;
    padding: 20px 22px;
    background: var(--bg5);
    border-radius: 8px;
    border-left: 4px solid var(--theme);
}

.emca-solution-visa-layout .emca-module-detail-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--header);
}

.emca-solution-visa-layout .emca-module-detail-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text);
}

.visa-details-wrapper .emca-module-details-list {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

.visa-details-wrapper .emca-module-detail-item {
    height: 100%;
    padding: 20px 22px;
    background: var(--bg5);
    border-radius: 8px;
    border-left: 4px solid var(--theme);
}

.visa-details-wrapper .emca-module-detail-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--header);
}

.visa-details-wrapper .emca-module-detail-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--text);
}

.visa-details-wrapper .emca-platforms-grid {
    margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
}

.visa-details-wrapper .emca-platform-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 24px 16px;
    background: var(--bg5);
    border: 1px solid var(--border);
    border-radius: 8px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.visa-details-wrapper .emca-platform-item i {
    font-size: 28px;
    color: var(--theme);
}

.visa-details-wrapper .emca-platform-item span {
    font-size: 15px;
    font-weight: 600;
    color: var(--header);
    line-height: 1.3;
}

.visa-details-wrapper .emca-platform-item:hover {
    border-color: var(--theme);
    box-shadow: 0 4px 12px rgba(148, 0, 0, 0.08);
}

.emca-solution-visa-layout .single-icon-items .icon-box h6 {
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .emca-solution-visa-layout .visa-sidebar {
        position: sticky;
        top: 100px;
    }
}

.emca-solution-visa-layout.visa-details-section.section-padding {
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .emca-solution-visa-layout.visa-details-section.section-padding {
        padding-top: 32px;
    }
}

@media (max-width: 991px) {
    .emca-solution-visa-layout.visa-details-section.section-padding {
        padding-top: 24px;
    }
}

.emca-solution-visa-layout .visa-sidebar .visa-widget-categories.emca-benefits-categories {
    margin-top: 0;
    margin-bottom: 20px;
}

.emca-solution-visa-layout .visa-sidebar .emca-benefits-categories .emca-benefits-intro {
    margin-bottom: 14px;
}

.emca-solution-visa-layout .visa-sidebar .visa-sidebar-widget {
    margin-bottom: 20px;
}

.emca-solution-visa-layout .visa-sidebar .emca-sidebar-faq {
    margin-top: 12px;
}

@media (max-width: 991px) {
    .emca-solution-visa-layout .row.g-5 {
        --bs-gutter-y: 1.5rem;
    }
}

/* Sidebar FAQ — WauminiLink */
.emca-sidebar-faq {
    margin-top: 0;
    margin-bottom: 28px;
}

/* Sidebar promo image — 400 × 280 px */
.emca-sidebar-promo {
    width: 100%;
    max-width: 400px;
    margin: 28px auto;
    aspect-ratio: 400 / 280;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--border);
}

.emca-sidebar-promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.emca-sidebar-promo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--bg5);
    color: var(--text);
    text-align: center;
    padding: 16px;
}

.emca-sidebar-promo-placeholder span {
    font-size: 18px;
    font-weight: 700;
    color: var(--header);
}

.emca-sidebar-promo-placeholder small {
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.75;
    word-break: break-all;
}

.emca-sidebar-faq .wid-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--header);
}

.emca-sidebar-faq .faq-content .accordion-item {
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 8px;
}

.emca-sidebar-faq .faq-content .accordion-item:first-child {
    margin-top: 0;
}

.emca-sidebar-faq .faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 24px 6px 0;
    line-height: 1.4;
}

.emca-sidebar-faq .faq-content .accordion-item .accordion-collapse .accordion-body {
    font-size: 13px;
    line-height: 1.65;
    color: var(--text);
    padding: 0 0 4px;
}

.emca-sidebar-faq p {
    font-size: 13px;
    line-height: 1.6;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories .emca-service-highlight-list li {
    list-style: none;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories .emca-service-highlight-list li:last-child {
    margin-bottom: 0;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories .emca-service-highlight-list li .emca-highlight-item-row {
    display: flex;
    align-items: stretch;
    min-height: 62px;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories .emca-service-highlight-list li .emca-highlight-title {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: var(--header);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.visa-details-wrapper .visa-sidebar .visa-widget-categories .emca-service-highlight-list li .emca-highlight-icon {
    width: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme);
    color: #fff;
    font-size: 16px;
}

/* Homepage Our Services — same cards as /service listing */
.emca-home-services-section .emca-service-cards-grid > [class*="col-"] {
    display: flex;
}

.emca-home-services-section .section-title {
    margin-bottom: 50px;
}

.emca-home-about-section.section-padding {
    padding-bottom: 48px;
}

.emca-home-services-section.section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
}

.emca-home-solutions.section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
}

.emca-home-process-section.section-padding {
    padding-bottom: 48px;
}

/* Working process — show connector line on tablet/desktop */
.emca-home-process-section .process-work-wrapper {
    position: relative;
}

.emca-home-process-section .process-work-wrapper .row {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .emca-home-process-section .process-work-wrapper .line-shape {
        display: block !important;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: min(94%, 880px);
        pointer-events: none;
        z-index: 0;
    }

    .emca-home-process-section .process-work-wrapper .line-shape img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .emca-home-process-section .process-work-wrapper .line-shape {
        top: 57%;
        width: min(98%, 760px);
    }
}

@media (max-width: 991px) {
    .emca-home-process-section .process-work-wrapper .line-shape {
        display: none !important;
    }

    .emca-home-process-section .process-work-wrapper .row > [class*="col-"] .work-process-items {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Keep step number/icon above content on mobile for all steps */
    .emca-home-process-section .process-work-wrapper .work-process-items .icon {
        order: 1;
        margin-bottom: 0;
    }

    .emca-home-process-section .process-work-wrapper .work-process-items .content,
    .emca-home-process-section .process-work-wrapper .work-process-items .content.style-2 {
        order: 2;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .emca-home-process-section .process-work-wrapper .row > [class*="col-"]:not(:last-child) .work-process-items::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -28px;
        transform: translateX(-50%);
        width: 0;
        height: 28px;
        border-left: 2px dashed var(--theme);
        z-index: 0;
    }

    .emca-home-process-section .process-work-wrapper .row > [class*="col-"] {
        margin-bottom: 28px;
    }
}

.emca-home-news-section.section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
}

.emca-home-brand-section.section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
}

.emca-home-brand-section .brand-image {
    filter: none;
}

.emca-home-brand-section .brand-image:hover {
    filter: none;
}

.emca-home-brand-section .brand-image img {
    max-height: 60px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    margin: 0 auto;
}

/* Homepage server image banner below solutions */
.emca-server-banner-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: visible;
}

.emca-server-banner-section::before {
    opacity: 0.45;
}

.emca-server-banner-section .container,
.emca-server-banner-section .cta-banner-wrapper,
.emca-server-banner-section .video-box {
    position: relative;
    z-index: 1;
}

.emca-server-banner-section.section-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.emca-server-banner-section .cta-banner-wrapper.section-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.emca-server-banner-section .cta-banner-wrapper .video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 140px 0 180px;
    overflow: visible;
}

.emca-server-banner-section .cta-banner-wrapper .video-box .video-buttton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--theme);
    font-size: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.emca-server-banner-section .cta-banner-wrapper .video-box .video-buttton i {
    margin-left: 3px;
    line-height: 1;
}

.emca-server-banner-section .cta-banner-wrapper .video-box .ripple::before,
.emca-server-banner-section .cta-banner-wrapper .video-box .ripple::after {
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}

/* Feature cards overlap the banner — keep play button clear of that overlap */
.emca-server-banner-section + .feature-icon-box-area .feature-icon-box-wrapper {
    margin-top: -100px;
}

@media (max-width: 991px) {
    /* Fixed backgrounds often break on mobile; keep scroll there */
    .emca-server-banner-section {
        background-attachment: scroll;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box {
        align-items: flex-start;
        justify-content: center;
        padding: 70px 16px 160px;
        min-height: 320px;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box .video-buttton {
        width: 84px;
        height: 84px;
        font-size: 20px;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box .ripple::before,
    .emca-server-banner-section .cta-banner-wrapper .video-box .ripple::after {
        width: 84px;
        height: 84px;
    }

    .emca-server-banner-section + .feature-icon-box-area .feature-icon-box-wrapper {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .emca-server-banner-section .cta-banner-wrapper .video-box {
        padding: 56px 16px 150px;
        min-height: 300px;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box .video-buttton {
        width: 72px;
        height: 72px;
        font-size: 18px;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box .ripple::before,
    .emca-server-banner-section .cta-banner-wrapper .video-box .ripple::after {
        width: 72px;
        height: 72px;
    }

    .emca-server-banner-section + .feature-icon-box-area .feature-icon-box-wrapper {
        margin-top: -50px;
        padding: 40px 24px;
    }
}

@media (max-width: 575px) {
    .emca-server-banner-section .cta-banner-wrapper .video-box {
        padding: 48px 12px 140px;
        min-height: 280px;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box .video-buttton {
        width: 68px;
        height: 68px;
        font-size: 17px;
    }

    .emca-server-banner-section .cta-banner-wrapper .video-box .ripple::before,
    .emca-server-banner-section .cta-banner-wrapper .video-box .ripple::after {
        width: 68px;
        height: 68px;
    }

    .emca-server-banner-section + .feature-icon-box-area .feature-icon-box-wrapper {
        margin-top: -40px;
        padding: 36px 20px;
    }
}

@media (max-width: 1199px) {
    .emca-home-about-section.section-padding {
        padding-bottom: 40px;
    }

    .emca-home-services-section.section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .emca-home-solutions.section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .emca-home-process-section.section-padding {
        padding-bottom: 40px;
    }

    .emca-home-news-section.section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .emca-home-brand-section.section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .emca-home-services-section .section-title {
        margin-bottom: 36px;
    }

    .emca-home-about-section.section-padding {
        padding-bottom: 32px;
    }

    .emca-home-services-section.section-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .emca-home-solutions.section-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .emca-home-process-section.section-padding {
        padding-bottom: 32px;
    }

    .emca-home-news-section.section-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .emca-home-brand-section.section-padding {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

/* Homepage solutions – card text structure */
.emca-home-solutions .emca-solution-category {
    display: inline-block;
    color: var(--theme);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 12px;
}

.emca-home-solutions .emca-solution-category::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--theme);
}

.emca-home-solutions .emca-solution-card-content h3 {
    margin-bottom: 12px;
}

.emca-home-solutions .emca-solution-card-content h3 a {
    color: var(--theme);
}

.emca-home-solutions .emca-solution-card-content h3 a:hover {
    color: var(--header);
}

.emca-home-solutions .emca-solution-card-content p {
    color: var(--text);
    line-height: 1.65;
    margin-bottom: 22px;
}

.emca-home-solutions .emca-solution-btn {
    padding: 14px 26px;
}

/* Need Help sidebar — customercare image with overlaid contact info */
.emca-solution-visa-layout .visa-sidebar .visa-sidebar-widget .emca-need-help-widget,
.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .emca-need-help-widget {
    padding: 0;
    aspect-ratio: 700 / 650;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 10px;
}

.emca-solution-visa-layout .visa-sidebar .visa-sidebar-widget .emca-need-help-widget::before,
.visa-details-wrapper .visa-sidebar .visa-sidebar-widget .emca-need-help-widget::before {
    background: linear-gradient(180deg, rgba(22, 23, 26, 0.35) 0%, rgba(22, 23, 26, 0.72) 50%, rgba(22, 23, 26, 0.95) 100%);
}

.emca-need-help-widget .emca-need-help-content {
    position: relative;
    z-index: 1;
    padding: 28px 24px 32px;
}

.emca-need-help-widget h4 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.emca-need-help-widget h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.emca-need-help-widget p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
}

@media (max-width: 1199px) {
    .emca-need-help-widget h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .emca-need-help-widget .emca-need-help-content {
        padding: 24px 20px 28px;
    }

    .emca-need-help-widget h4 {
        font-size: 18px;
    }

    .emca-need-help-widget h3 {
        font-size: 20px;
    }
}

/* Live solutions portfolio grid (country + homepage) */
.emca-live-solutions-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.emca-live-solutions-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 16, 28, 0.72);
}

.emca-live-solutions-section .container {
    position: relative;
    z-index: 1;
}

.emca-live-solutions-section .emca-live-solutions-title {
    margin-bottom: 50px;
}

.emca-live-solutions-section .emca-live-solutions-title span {
    color: var(--theme);
}

.emca-live-solutions-section .emca-live-solutions-title h2 {
    color: #fff;
}

.emca-live-solutions-section .row > [class*="col-"] {
    display: flex;
}

.emca-live-solution-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px 26px 24px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.emca-live-solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.emca-live-solution-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.emca-live-solution-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--theme);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 8px 18px rgba(148, 0, 0, 0.28);
    transition: all 0.4s ease-in-out;
}

.emca-live-solution-icon i {
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.emca-live-solution-card:hover .emca-live-solution-icon {
    transform: rotate(360deg);
}

.emca-live-solution-titles h3 {
    margin: 0 0 4px;
    font-size: 22px;
    line-height: 1.2;
    color: var(--theme);
}

.emca-live-solution-category {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b95a5;
}

.emca-live-solution-desc {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    flex: 1;
}

.emca-live-solution-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.emca-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e8f8ef;
    color: #1f9d55;
    font-size: 13px;
    font-weight: 600;
}

.emca-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1f9d55;
}

.emca-live-visit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme);
    text-decoration: none;
    transition: gap 0.3s ease;
}

.emca-live-visit-link:hover {
    color: var(--theme);
    gap: 12px;
}

.emca-live-visit-link i {
    font-size: 12px;
}

.emca-live-solutions-section.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .emca-live-solutions-section.section-padding {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .emca-live-solutions-section .emca-live-solutions-title {
        margin-bottom: 40px;
    }

    .emca-live-solution-titles h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .emca-live-solutions-section.section-padding {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .emca-live-solutions-section .emca-live-solutions-title {
        margin-bottom: 32px;
    }

    .emca-live-solution-card {
        padding: 22px 20px 20px;
    }
}

/* Homepage Why Choose Us */
.emca-choose-us-content .section-title h2 {
    font-size: 28px;
    line-height: 1.4;
}

.emca-choose-us-content .icon-box-items {
    margin-top: 22px;
    align-items: flex-start;
}

.emca-choose-us-content .icon-box-items .icon {
    font-size: 42px;
    line-height: 1;
    min-width: 48px;
}

.emca-choose-us-content .icon-box-items .content h3 {
    font-size: 18px;
}

.emca-choose-us-content .icon-box-items .content p {
    margin-bottom: 0;
    line-height: 1.6;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle {
    position: absolute;
    bottom: 0;
    left: 145px;
    z-index: 2;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle::before {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(148, 0, 0, 0.35) 0%, rgba(148, 0, 0, 0) 70%);
    z-index: -1;
    animation: emca-circle-glow 3s ease-in-out infinite;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-core {
    position: relative;
    width: 72%;
    height: 72%;
    border-radius: 50%;
    background: linear-gradient(145deg, #b33333 0%, #940000 45%, #6d0000 100%);
    box-shadow:
        0 18px 40px rgba(148, 0, 0, 0.45),
        inset 0 2px 0 rgba(255, 255, 255, 0.25),
        inset 0 -4px 12px rgba(0, 0, 0, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-core__shine {
    position: absolute;
    top: 8%;
    left: 18%;
    width: 42%;
    height: 28%;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-ring--outer {
    z-index: 3;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-svg-text {
    fill: #940000;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-ring--dots {
    inset: 6%;
    border: 2px dashed rgba(148, 0, 0, 0.35);
    z-index: 1;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .text-circle {
    animation: cir36 14s linear infinite;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .text-circle-reverse {
    animation: cir36-reverse 18s linear infinite;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .about-title {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0 10px;
    pointer-events: none;
    z-index: 2;
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .about-title h2 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .about-title p {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.35;
    margin: 6px 0 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes emca-circle-glow {
    0%, 100% {
        opacity: 0.55;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes cir36-reverse {
    100% {
        transform: rotate(-360deg);
    }
}

@media (max-width: 991px) {
    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle {
        left: 80px;
        width: 180px;
        height: 180px;
    }

    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .about-title h2 {
        font-size: 34px;
    }

    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-svg-text {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle {
        left: 50px;
        width: 160px;
        height: 160px;
    }

    .emca-choose-us-section .choose-us-image-items .choose-image-2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle {
        left: 35px;
        width: 140px;
        height: 140px;
        bottom: -10px;
    }

    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .about-title h2 {
        font-size: 30px;
    }

    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .about-title p {
        font-size: 10px;
    }

    .emca-choose-us-section .choose-us-image-items .circle-shape.emca-projects-circle .emca-circle-svg-text {
        font-size: 9px;
        letter-spacing: 0.2em;
    }
}

/* About/testimonial client label */
.emca-testimonial-client {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #8b95a5;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Homepage testimonials — About-style card design */
.testimonial-section .testimonial-carousel-active .testimonial-card-items {
    background: var(--white);
    border-radius: 18px;
    padding: 20px 24px 14px;
    box-shadow: rgba(17, 24, 39, 0.08) 0px 18px 45px;
    border: 1px solid rgba(148, 0, 0, 0.08);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .author-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .author-image {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid var(--theme);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    background: #f3f4f6;
    margin-bottom: 4px;
}

.testimonial-person-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-person-icon i {
    color: #6b7280;
    font-size: 26px;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .author-content {
    text-align: center;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .author-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #374151;
    margin: 0;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .author-content > span:not(.emca-testimonial-client) {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3af;
    margin-top: 2px;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items ul {
    display: none;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items p {
    margin: 8px 0 0;
    padding: 0 6px;
    font-style: italic;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.55;
    position: relative;
    flex: 0 0 auto;
    min-height: auto;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items p::before {
    content: "“";
    color: var(--theme);
    font-size: 38px;
    line-height: 1;
    display: block;
    margin: 0 auto 2px;
    font-family: Georgia, "Times New Roman", serif;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .star {
    margin-top: 8px;
}

.testimonial-section .testimonial-carousel-active .testimonial-card-items .star span {
    color: #f59e0b;
    font-size: 12px;
    margin: 0 1px;
}

/* (placeholder hide removed) */

@media (max-width: 991px) {
    .emca-choose-us-content .section-title {
        text-align: center;
    }

    .emca-choose-us-content .section-title h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .emca-choose-us-content .section-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .emca-choose-us-content .section-title span,
    .emca-choose-us-content .section-title h2 {
        text-align: center;
    }

    .testimonial-section .testimonial-carousel-active .testimonial-card-items {
        padding: 18px 16px 12px;
    }
}

/* Remove navbar "contact us" button (used as theme-btn in header-right) */
.header-right .header-button a.theme-btn {
    display: none !important;
}

/* Remove header "Get A Quote" button (used as link-btn in header-right) */
.header-right .header-button a.link-btn {
    display: none !important;
}

/* Remove "Home" dropdown (Home 01..04) from the main menu */
nav#mobile-menu li.has-dropdown.active.menu-thumb > ul.submenu.has-home-menu {
    display: none !important;
}

nav#mobile-menu li.has-dropdown.active.menu-thumb > a i.fas.fa-angle-down {
    display: none !important;
}

/* EmCa logo sizing */
.header-logo img,
.logo img,
.offcanvas__logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

/* Homepage mobile menu toggle — larger bars icon */
.header-1 .header__hamburger .sidebar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.header-1 .header__hamburger .sidebar__toggle i {
    font-size: 32px;
    line-height: 1;
}

@media (max-width: 575px) {
    .header-1 .header__hamburger .sidebar__toggle i {
        font-size: 30px;
    }
}

/* Center main navigation on all pages (desktop) */
@media (min-width: 1200px) {
    .header-1 .mega-menu-wrapper .header-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
    }

    .header-1 .mega-menu-wrapper .header-main > .header-left {
        display: contents;
    }

    .header-1 .mega-menu-wrapper .header-main .header-left > .logo {
        grid-column: 1;
        justify-self: start;
    }

    .header-1 .mega-menu-wrapper .header-main .header-left > .mean__menu-wrapper {
        grid-column: 2;
        justify-self: center;
    }

    .header-1 .mega-menu-wrapper .header-main > .header-right {
        grid-column: 3;
        justify-self: end;
    }

    .header-3 .mega-menu-wrapper .header-main.style-2 {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
    }

    .header-3 .mega-menu-wrapper .header-main.style-2 > .logo {
        grid-column: 1;
        justify-self: start;
    }

    .header-3 .mega-menu-wrapper .header-main.style-2 > .header-left {
        grid-column: 2;
        justify-self: center;
    }

    .header-3 .mega-menu-wrapper .header-main.style-2 > .header-right {
        grid-column: 3;
        justify-self: end;
    }

    .header-3 .mega-menu-wrapper .header-main.style-2 .main-menu > nav > ul,
    .header-1 .mega-menu-wrapper .header-main .main-menu > nav > ul {
        text-align: center;
    }
}

.footer-widgets-wrapper .widget-head img {
    max-height: 55px;
    width: auto;
    object-fit: contain;
}

/* EmCa footer branding */
.emca-footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.emca-footer.footer-bg {
    background-color: #121315;
}

.emca-footer-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.emca-footer-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.emca-footer-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(18, 19, 21, 0.72) 0%,
        rgba(18, 19, 21, 0.58) 45%,
        rgba(18, 19, 21, 0.8) 100%
    );
    pointer-events: none;
}

.emca-footer > .container,
.emca-footer .footer-widgets-wrapper > .container,
.emca-footer .footer-bottom > .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.emca-footer > .container,
.emca-footer > .footer-widgets-wrapper,
.emca-footer > .footer-bottom {
    position: relative;
    z-index: 2;
}

.emca-footer .arrow-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.emca-footer .arrow-shape-1 img {
    display: block;
    max-width: 220px;
    width: auto;
    height: auto;
}

.emca-footer .footer-widgets-wrapper .arrow-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
    display: block;
    max-width: 220px;
    width: auto;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .emca-footer .arrow-shape-1 {
        max-height: 72px;
    }

    .emca-footer .footer-widgets-wrapper .arrow-shape-2 {
        max-height: 72px;
    }

    .emca-footer .arrow-shape-1 img,
    .emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
        max-width: 100px;
        max-height: 72px;
        object-fit: cover;
        object-position: top left;
    }

    .emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
        object-position: bottom right;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .emca-footer .arrow-shape-1 {
        max-height: 100px;
    }

    .emca-footer .footer-widgets-wrapper .arrow-shape-2 {
        max-height: 100px;
    }

    .emca-footer .arrow-shape-1 img,
    .emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
        max-width: 140px;
        max-height: 100px;
        object-fit: cover;
        object-position: top left;
    }

    .emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
        object-position: bottom right;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .emca-footer .arrow-shape-1 img,
    .emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
        max-width: 190px;
    }
}

@media (max-width: 991px) {
    .emca-footer .arrow-shape-1,
    .emca-footer .footer-widgets-wrapper .arrow-shape-2 {
        display: none;
    }
}

@media (min-width: 992px) {
    .emca-footer.footer-section .arrow-shape-1,
    .emca-footer.footer-section .footer-widgets-wrapper .arrow-shape-2 {
        display: block !important;
    }
}

@media (min-width: 1600px) {
    .emca-footer .arrow-shape-1 img,
    .emca-footer .footer-widgets-wrapper .arrow-shape-2 img {
        max-width: 260px;
    }
}

.emca-footer .footer-bottom {
    background-color: rgba(18, 19, 21, 0.72);
}

.emca-footer .contact-info-items .icon {
    color: var(--theme);
}

.emca-footer .contact-info-items .icon svg path {
    fill: currentColor;
}

.emca-footer .contact-info-items .content h3 a:hover,
.emca-footer .footer-content .link:hover,
.emca-footer .footer-address-text a:hover {
    color: var(--theme);
}

.emca-footer .list-items li a:hover {
    color: var(--theme);
}

.emca-footer .footer-bottom a:hover {
    color: var(--theme);
}

.emca-footer .social-icon a:hover:not(.emca-social-btn) {
    background-color: var(--theme);
    border-color: var(--theme);
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.emca-footer-social-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 56px);
    gap: 10px;
    margin-top: 14px !important;
    width: max-content;
    max-width: 100%;
    overflow: visible;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.emca-footer-social-grid a.emca-social-btn {
    width: 56px !important;
    height: 56px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 14px !important;
    background: #2f3033 !important;
    font-size: 22px;
    color: #ffffff !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.emca-footer-social-grid .emca-social-youtube i {
    color: #00d4ff !important;
}

.emca-footer-social-grid .emca-social-facebook i {
    color: #d4b45a !important;
}

.emca-footer-social-grid .emca-social-twitter i {
    color: #ff8c2a !important;
}

.emca-footer-social-grid .emca-social-linkedin i,
.emca-footer-social-grid .emca-social-tiktok i {
    color: #ffffff !important;
}

.emca-footer-social-grid .emca-social-instagram i {
    background: linear-gradient(45deg, #4fc3f7 0%, #00c853 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.emca-footer-social-grid a.emca-social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
    background-color: #3a3b3f !important;
}

.emca-footer-widgets-row > [class*="col-"]:last-child {
    overflow: visible;
}

@media (max-width: 575px) {
    .emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.emca-footer-social-grid {
        grid-template-columns: repeat(3, 50px);
        gap: 8px;
    }

    .emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.emca-footer-social-grid a.emca-social-btn {
        width: 50px !important;
        height: 50px !important;
        font-size: 20px;
        border-radius: 12px !important;
    }
}

@media (min-width: 992px) {
    .emca-footer-widgets-row {
        flex-wrap: nowrap;
        --bs-gutter-x: 2rem;
    }

    .emca-footer-widgets-row > [class*="col-"] {
        flex: 1 1 0;
        min-width: 0;
        max-width: 25%;
    }
}

.emca-footer .contact-info-area-5 {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 32px;
    justify-content: center;
    justify-items: center;
    align-items: start;
    text-align: center;
    border-bottom-color: rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 2;
}

.emca-footer .contact-info-area-5 .contact-info-items {
    justify-content: center;
    padding-bottom: 24px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 320px;
    text-align: center;
}

.emca-footer .contact-info-area-5 .contact-info-items .icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
}

.emca-footer .contact-info-area-5 .contact-info-items .content h3 {
    font-size: 16px;
}

.emca-footer .footer-widgets-wrapper {
    padding: 40px 0 50px;
    position: relative;
    z-index: 2;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget {
    margin-top: 10px;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 16px;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .widget-head h5 {
    margin-top: 0;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content p,
.emca-footer .footer-widgets-wrapper .single-footer-widget .footer-address-text p {
    margin-bottom: 8px;
    line-height: 1.6;
}

.emca-footer .footer-widgets-wrapper .single-footer-widget .footer-address-text h5 {
    padding: 10px 0 6px;
    margin-bottom: 0;
}

.emca-footer .footer-widgets-wrapper .list-items li {
    margin-bottom: 6px;
}

.emca-footer .footer-bottom {
    padding: 18px 0;
}

.emca-footer .footer-bottom .footer-wrapper {
    gap: 20px 32px;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .emca-footer .contact-info-area-5 {
        grid-template-columns: repeat(3, auto);
        justify-content: center;
        justify-items: center;
        gap: 40px 64px;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .emca-footer > .container,
    .emca-footer .footer-widgets-wrapper > .container,
    .emca-footer .footer-bottom > .container {
        max-width: 1140px;
    }

    .emca-footer .contact-info-area-5 {
        justify-content: center;
        justify-items: center;
        gap: 56px;
    }

    .emca-footer .footer-bottom .footer-wrapper {
        justify-content: space-between !important;
    }
}

@media (max-width: 1199px) {
    .emca-footer .contact-info-area-5 {
        padding-top: 40px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .emca-footer .footer-widgets-wrapper {
        padding: 30px 0 40px;
    }
}

@media (max-width: 767px) {
    .emca-footer .footer-wrapper {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        justify-content: center !important;
    }

    .emca-footer .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 16px;
    }

    .emca-footer .contact-info-area-5 {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
        text-align: center;
    }

    .emca-footer .contact-info-area-5 .contact-info-items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 14px;
        max-width: 100%;
    }

    .emca-footer .contact-info-area-5 .contact-info-items .content {
        text-align: center;
    }

    .emca-footer .footer-widgets-wrapper .single-footer-widget {
        text-align: center;
    }

    .emca-footer .footer-widgets-wrapper .single-footer-widget .widget-head {
        text-align: center;
    }

    .emca-footer .footer-widgets-wrapper .single-footer-widget .widget-head img {
        margin-left: auto;
        margin-right: auto;
    }

    .emca-footer .footer-widgets-wrapper .list-items {
        display: inline-block;
        text-align: left;
        margin: 0 auto;
    }

    .emca-footer .footer-widgets-wrapper .list-items li {
        text-align: left;
    }

    .emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content,
    .emca-footer .footer-widgets-wrapper .single-footer-widget .footer-address-text {
        text-align: center;
    }

    .emca-footer .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon.emca-footer-social-grid {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .emca-footer .footer-bottom .footer-wrapper {
        align-items: center;
    }

    .emca-footer .footer-bottom p {
        text-align: center;
    }
}

/* Team page — name card style (overlapping white box like previous /team layout) */
.emca-team-page .team-box-items {
    margin-top: 0;
}

.emca-team-page .team-box-items.style-2 {
    margin-top: 0;
}

.emca-team-page .team-box-items .team-content {
    background-color: var(--white);
    padding: 20px;
    margin: -50px 20px 0;
    position: relative;
    z-index: 9;
}

.emca-team-page .team-box-items .team-content h5 {
    margin-bottom: 5px;
}

.emca-team-page .team-box-items .team-content h5 a:hover {
    color: var(--theme);
}

/* Team details profile page */
.emca-team-details-section {
    background: #f8f9fb;
}

.emca-team-details-card {
    background: var(--white);
    border-radius: 24px;
    padding: 48px 56px;
    box-shadow: var(---box-shadow);
    border: 1px solid rgba(148, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.emca-team-details-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--theme), #ff4d6d);
}

.emca-team-details-photo {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(17, 24, 39, 0.12);
    border: 1px solid rgba(148, 0, 0, 0.08);
}

.emca-team-details-photo img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 360px;
    object-fit: cover;
}

.emca-team-details-profile {
    padding-left: 10px;
}

.emca-team-details-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--theme);
    margin-bottom: 12px;
}

.emca-team-details-name {
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 800 !important;
    color: var(--header);
    line-height: 1.15;
    margin: 0 0 10px;
}

.emca-team-details-role {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 24px;
}

.emca-team-details-meta {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

.emca-team-details-meta li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.emca-team-details-meta li:last-child {
    margin-bottom: 0;
}

.emca-team-details-meta .label {
    min-width: 72px;
    font-weight: 700;
    color: var(--header);
}

.emca-team-details-meta a {
    color: var(--theme);
    text-decoration: none;
    word-break: break-word;
}

.emca-team-details-meta a:hover {
    color: var(--header);
}

.emca-team-details-social {
    gap: 12px;
    margin-top: 0;
}

.emca-team-details-social a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bg);
    color: var(--text);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.emca-team-details-social a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.emca-team-details-divider {
    margin: 36px 0 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(226, 9, 53, 0.35), rgba(226, 9, 53, 0.08), rgba(226, 9, 53, 0.35));
}

.emca-team-details-bio p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--header);
    margin-bottom: 18px;
}

.emca-team-details-bio p:first-child {
    font-size: 18px;
}

.emca-team-details-bio strong {
    font-weight: 800;
    color: var(--header);
}

.emca-team-details-bio p:last-child {
    margin-bottom: 0;
}

.emca-team-details-cv {
    margin-top: 32px;
}

.emca-team-details-cv span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.emca-team-cv-btn.emca-team-card-cv {
    display: inline-flex;
    margin-top: 14px;
    padding: 10px 18px;
    font-size: 13px;
    line-height: 1.2;
}

.emca-team-cv-btn.emca-team-card-cv span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.emca-team-page .team-box-items .team-content .emca-team-card-cv {
    margin-top: 12px;
}

/* FAQ page image */
.emca-faq-image {
    max-width: 793px;
    width: 100%;
    max-height: 535px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(---box-shadow);
}

.emca-faq-image img {
    width: 100%;
    max-width: 793px;
    height: 535px;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .emca-faq-image img {
        height: auto;
        max-height: 360px;
        aspect-ratio: 793 / 535;
    }
}

@media (max-width: 991px) {
    .emca-team-details-card {
        padding: 36px 32px;
    }

    .emca-team-details-profile {
        padding-left: 0;
        text-align: center;
    }

    .emca-team-details-meta li {
        justify-content: center;
    }

    .emca-team-details-social {
        justify-content: center;
    }

    .emca-team-details-photo img {
        min-height: 320px;
    }
}

@media (max-width: 575px) {
    .emca-team-details-card {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .emca-team-details-photo img {
        min-height: 280px;
    }

    .emca-team-details-name {
        font-size: 28px;
    }

    .emca-team-details-role {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .emca-team-details-bio p {
        font-size: 15px;
    }
}