/* Custom fixes - Licorne */

.main_nav li:not(.nav-contact-item):hover > a,
.main_nav li.active:not(.nav-contact-item) > a {
    background: #b0159f !important;
    border-color: #b0159f !important;
    color: #fff !important;
}

.home_search_input {
    border: solid 2px #211f5f !important;
}

.thank-you-page {
    min-height: 620px;
    display: flex;
    align-items: center;
    margin-top: 90px;
    margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
    .thank-you-page {
        min-height: 520px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
body {
    outline: 10px solid red !important;
}

.header {
    background: red !important;
}
/* TEAM SECTION - MODERN CLEAN PURPLE */

.modern-team {
    padding: 80px 0;
    background: #f7f8fb;
}

.modern-team .container {
    max-width: 1280px;
}

.modern-team-heading {
    max-width: 900px;
    margin: 0 auto;
}

.modern-team .section_title {
    color: #172033;
    font-weight: 800;
    letter-spacing: 0;
}

.modern-team .section_subtitle p {
    color: #6f7787;
    font-size: 15px;
    line-height: 1.8;
}

/* Grid */
.modern-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin-top: 55px;
}

/* Card */
.modern-team-card {
    position: relative;
    min-height: 372px;
    padding: 30px 20px 24px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efe9f6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(82, 36, 110, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.modern-team-card:hover {
    transform: translateY(-7px);
    border-color: #b100b8;
    box-shadow: 0 28px 70px rgba(82, 36, 110, 0.16);
}

.modern-team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 4px;
    background: #b100b8;
    border-radius: 0 0 999px 999px;
}

/* Photo */
.modern-team-photo-wrap {
    position: relative;
    width: 122px;
    height: 142px;
    margin: 0 auto 10px;
}

.modern-team-photo {
    width: 122px;
    height: 122px;
    padding: 5px;
    border: 2px solid #f0cff4;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(82, 36, 110, 0.12);
}

.modern-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

/* Small user icon under photo */
.modern-team-badge {
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border: 4px solid #ffffff;
    border-radius: 50%;
    color: #5c1064;
    background: #f9eafd;
    box-shadow: 0 10px 22px rgba(82, 36, 110, 0.14);
}

.modern-team-badge i {
    font-size: 13px;
}

/* Text */
.modern-team-body {
    width: 100%;
}

.modern-team-body h3 {
    margin: 0;
    min-height: 24px;
    color: #172033;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
}

.modern-team-role {
    min-height: 48px;
    margin: 9px 0 0;
    color: #747d8d;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
}

.modern-team-line {
    display: block;
    width: 42px;
    height: 2px;
    margin: 14px auto 16px;
    border-radius: 999px;
    background: #b100b8;
}

/* Contact rows */
.modern-team-contact {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 24px;
    color: #3f4758;
    font-size: 10px;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.modern-team-contact + .modern-team-contact {
    margin-top: 6px;
}

.modern-team-contact span:last-child {
    display: inline-block;
    min-width: 0;
    overflow: visible;
    white-space: nowrap;
    word-break: normal;
}

.modern-team-contact:hover {
    color: #5c1064;
}

.modern-team-contact-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #5c1064;
    background: #f9eafd;
}

.modern-team-contact-icon i {
    font-size: 9px;
}

/* Tablet */
@media (max-width: 991px) {
    .modern-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

    .modern-team-card {
        min-height: 365px;
    }

    .modern-team-contact {
        font-size: 12px;
    }

    .modern-team-contact-icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .modern-team-contact-icon i {
        font-size: 10px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .modern-team {
        padding: 58px 0;
    }

    .modern-team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 38px;
    }

    .modern-team-card {
        min-height: auto;
        padding: 28px 18px 24px;
    }

    .modern-team-role {
        min-height: auto;
    }

    .modern-team-contact {
        font-size: 12px;
    }
}

/* Small desktop fix */
@media (min-width: 992px) and (max-width: 1199px) {
    .modern-team-grid {
        gap: 22px;
    }

    .modern-team-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .modern-team-contact {
        font-size: 9px;
        gap: 5px;
    }

    .modern-team-contact-icon {
        flex-basis: 17px;
        width: 17px;
        height: 17px;
    }

    .modern-team-contact-icon i {
        font-size: 8px;
    }
}




.home-seo-banner {
    padding: 40px 20px 20px;
    background: #fff;
    position: relative;
}

.home-seo-banner h1 {
    font-size: 36px;
    font-weight: 800;
    color: #211f5f;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.home-seo-banner h1::before,
.home-seo-banner h1::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #c04ac2, #7b2cbf);
}

.home-seo-banner h1::before {
    left: -80px;
}

.home-seo-banner h1::after {
    right: -80px;
}

.home-seo-banner p {
    max-width: 700px;
    margin: 10px auto 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}




.footer_social ul {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}