﻿body {
    font-family: Onest, 'Poppins', sans-serif;
}

@media (min-width: 1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not( .container-xxl-custom ) {
        max-width: 1200px;
    }
}

.custom-border-radius-1 {
    border-radius: 7px !important;
}

.custom-text-underline-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.breadcrumb > li {
    text-transform: none !important;
    position: relative;
    top: 15px;
}

.btn-hover-style {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color) !important;
}

.email-heading {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #121212;
    vertical-align: middle;
}

.form-control,
.form-select {
    border-radius: 8px;
}

.custom-submit-btn {
    width: 361px;
    height: 56px;
    border-radius: 28px;
    padding: 0 24px;
    display: block;
    margin: 0 auto;
    font-size: 1rem;
    background-color: #f1f1f1;
    color: #888;
    border: none;
    box-shadow: none;
}

#imagePreview li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

#imagePreview img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
}

#imagePreview .delete-image-btn {
    margin-left: auto;
}

.custom-btn-border-radius {
    border-radius: var(--border-radius2x);
}

.custom-btn-arrow-effect-1 > svg {
    transition: ease transform 300ms;
}

.custom-btn-arrow-effect-1:hover > svg {
    transform: translate3d(8px, 0, 0);
}

.custom-select-1.custom-select-1-arrow-position:before {
    right: 30px;
}

.custom-svg-1 {
    position: absolute;
    left: 0;
    top: -100px;
    width: 640px;
}

.custom-svg-2 {
    position: absolute;
    top: 43%;
    left: -260px;
    width: 190px;
    transform: translate3d(0, -50%, 0);
}

.custom-svg-3 {
    display: none;
    position: absolute;
    right: 0;
}

@media (min-width: 576px) {
    .custom-svg-3 {
        display: block;
        bottom: -80px;
        width: 80px;
    }
}

@media (min-width: 1440px) {
    .custom-svg-3 {
        bottom: -150px;
        width: 150px;
    }
}

.custom-bg-color-grey-1 {
    background-color: #f4f4f4 !important;
}

.custom-alert-bg-color-1 {
    background-color: var(--light) !important;
}

@media (max-width: 575px) {
    .custom-section-background {
        background-color: var(--light) !important;
    }
}

.custom-section-background .container:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 85%;
    width: 100vw;
    height: calc(100% + 150px);
    background: var(--light);
    z-index: 0;
    transform: translate3d(0, -50%, 0);
}

@media (max-width: 575px) {
    .custom-section-background .container:before {
        opacity: 0;
    }
}

@media (min-width: 1920px) {
    .custom-background-style-1 {
        background-size: cover;
    }
}

@media (max-width: 575px) {
    .custom-background-style-1 {
        background-image: none !important;
        background-color: var(--light);
    }
}

@media (min-width: 2050px), (max-width: 991px) {
    .custom-background-size-1 {
        background-size: cover !important;
    }
}

@media (min-width: 2050px) {
    .custom-background-size-1 {
        background-position: 14vw 50% !important;
    }
}

.custom-svg-background-1 {
    position: absolute;
    width: 1000%;
    top: 0;
    left: 50%;
    height: 100.2%;
    transform: translate3d(-50%, 0, 0);
}

@media (max-width: 991px) {
    .custom-svg-background-1 {
        left: 77%;
    }
}

@media (max-width: 575px) {
    .custom-svg-background-1 {
        left: 82%;
    }
}

@media (max-width: 991px) {
    .custom-remove-mobile-border-left {
        border-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .custom-remove-mobile-xs-border-left {
        border-left: 0 !important;
    }
}

.custom-divider > hr {
    height: 4px !important;
}

@keyframes customLineAnim {
    from {
        stroke-dasharray: 1600;
        stroke-dashoffset: 1600;
    }

    to {
        stroke-dasharray: 2500;
        stroke-dashoffset: 1600;
    }
}

.customLineAnim {
    animation-name: customLineAnim;
}

@keyframes customLineAnim2 {
    from {
        stroke-dasharray: 2650;
        stroke-dashoffset: 2650;
    }

    to {
        stroke-dasharray: 2650;
        stroke-dashoffset: 0;
    }
}

.customLineAnim2 {
    animation-name: customLineAnim2;
}

@keyframes customLineProgressAnim {
    from {
        width: 0;
    }

    to {
        width: 60px;
    }
}

.customLineProgressAnim {
    animation-name: customLineProgressAnim;
}

/*
 * Social Icons
 */
.custom-social-icons-divider > li + li {
    position: relative;
    margin-left: 20px;
}

    .custom-social-icons-divider > li + li:before {
        content: '';
        border-left: 1px solid #dadcdd;
        height: 80%;
        position: absolute;
        left: -13px;
        top: 50%;
        transform: translate3d(0, -50%, 0);
    }

/*
 * Header
 */
#header .header-container {
    height: 110px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-radius: 5px !important;
}

#header
.header-nav-features
.header-nav-feature.px-4
.header-nav-features-dropdown.show {
    right: calc(100% - 30px) !important;
}

.custom-left-border-1 {
    position: relative;
}

    .custom-left-border-1:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -22px;
        height: 60%;
        border-left: 1px solid var(--grey-500);
        transform: translate3d(0, -50%, 0);
    }

/*
* Icon Style
*/
.custom-icon-style-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}

    .custom-icon-style-1:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 2px solid var(--grey-500);
        border-radius: 7px;
        transform: rotate(45deg);
        z-index: 0;
        transition: ease background 300ms;
    }

    .custom-icon-style-1 svg {
        position: relative;
        z-index: 1;
    }

.custom-icon-box-style-1 h3 {
    transition: ease color 300ms;
}

/*
* Thumb Info
*/
.custom-thumb-info-style-1 .thumb-info-wrapper {
    border-radius: 25px !important;
    border: 5px solid transparent !important;
    transition: ease border 300ms;
}

.custom-thumb-info-style-1 h3 {
    transition: ease color 300ms;
}

.custom-img-thumbnail-style-1.img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 0 !important;
}

/*
* Testimonial
*/
.custom-testimonial-style-1 blockquote {
    padding: 5px 20px !important;
}

    .custom-testimonial-style-1 blockquote p {
        font-family: 'Poppins', sans-serif;
    }

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
}

@media (min-width: 1200px) {
    .custom-carousel-box-shadow-1 {
        position: relative;
    }

        .custom-carousel-box-shadow-1:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 65%;
            height: 0px;
            box-shadow: 0 0 40px 120px rgba(0, 0, 0, 0.07);
            transform: translate3d(-50%, -50%, 0);
            z-index: 0;
        }
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
    border: 2px solid transparent !important;
    transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
    position: relative;
    background-color: #f4f4f4;
    white-space: normal;
    transition: ease background-color 300ms, ease color 300ms;
    word-break: break-word;
    display: block;
    width: 100%;
    padding: 15px 60px 15px 30px;
}

.custom-accordion-style-1 > .card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg);
}

    .custom-accordion-style-1 > .card .card-header + .collapse.show,
    .custom-accordion-style-1 > .card .card-header + .collapsing {
        border: 1px solid var(--grey-500);
        border-top: 0;
    }

    .custom-accordion-style-1 > .card + .card {
        margin-top: 17px;
    }

@media (max-width: 575px) {
    .custom-accordion-style-1 > .card .card-header a {
        padding-right: 95px;
        font-size: 1rem;
    }
}
/*
* Services Detail
*/
.custom-nav-list-effect-1 > li > a {
    position: relative;
    transition: ease padding 300ms, ease color 300ms;
}

    .custom-nav-list-effect-1 > li > a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 0;
        border-top: 4px solid var(--grey-500);
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -50%, 0);
        transition: ease opacity 300ms, ease width 300ms;
    }

.custom-nav-list-effect-1 > li.active > a,
.custom-nav-list-effect-1 > li.open > a,
.custom-nav-list-effect-1 > li:hover > a {
    padding-left: 45px;
    font-weight: 700;
}

    .custom-nav-list-effect-1 > li.active > a:before,
    .custom-nav-list-effect-1 > li.open > a:before,
    .custom-nav-list-effect-1 > li:hover > a:before {
        width: 30px;
        opacity: 1;
        visibility: visible;
    }

.custom-feature-box-justify-center {
    justify-content: center;
}

    .custom-feature-box-justify-center .feature-box-icon,
    .custom-feature-box-justify-center .feature-box-info {
        flex: 0 0 auto;
    }

/*
* Petitions
*/
#petitionVerificationMessage p span,
#petitionFinalizationMessage p span {
    font-weight: bold;
}

/*
* Contact
*/
.custom-form-style-1 .form-control {
    border: 0;
    background: #f4f4f4;
    border-radius: 35px;
    height: auto;
    padding: 20px 25px;
}

/*
* Datepicker
*/
.datepicker {
    padding: 10px;
    margin: 0 auto;
    line-height: 1.1em;
}

    .datepicker.datepicker-inline {
        line-height: 1.7em;
        width: 100%;
    }

    .datepicker table {
        width: 100%;
    }

        .datepicker table tr td {
            border-radius: 0;
        }

        .datepicker table thead tr th {
            cursor: pointer;
            font-size: 12.8px;
            font-size: 0.8rem;
            text-align: center;
            font-weight: normal;
        }

            .datepicker table thead tr th.prev {
                content: '\f0d9';
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
            }

            .datepicker table thead tr th.next {
                content: '\f0da';
                font-family: 'Font Awesome 6 Free';
                font-weight: 900;
            }

            .datepicker table thead tr th:hover {
                color: var(--light);
            }

        .datepicker table thead tr:last-child th {
            font-weight: 600;
        }

            .datepicker table thead tr:last-child th:hover {
                color: var(--grey-500);
            }

        .datepicker table td {
            text-align: center;
            font-size: 12px;
            font-size: 0.75rem;
        }

            .datepicker table td.day {
                transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
                cursor: pointer;
            }

/*
* Footer
*/
#footer {
		background: #f5f5f5;     
}

#footer a:not(.btn):not(.no-footer-css),
#footer li,
#footer span,
#footer p {
    color: #888888;
}

#footer .footer-copyright a {
    text-decoration: underline;
    transition: all 0.35s;
}

#footer .footer-copyright a:hover {
    text-decoration: none;
}

.custom-list-style-1 > li {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .custom-list-style-1 > li + li {
        border-top: 1px solid #46474a;
    }

    .custom-list-style-1 > li:first-child {
        padding-top: 0;
    }

    .custom-list-style-1 > li:last-child {
        padding-bottom: 0;
    }

/* Skin */
/*
* Icon Style
*/
.custom-icon-style-1:before {
    border-color: var(--primary);
}

.custom-icon-box-style-1:hover .custom-icon-style-1:before {
    background: var(--primary);
}

.custom-icon-box-style-1:hover .custom-icon-style-1 svg path {
    fill: var(--primary-inverse) !important;
}

.custom-icon-box-style-1:hover h3 {
    color: var(--primary) !important;
}

/*
* Thumb Info
*/
.custom-thumb-info-style-1:hover .thumb-info-wrapper {
    border-color: var(--primary) !important;
}

.custom-thumb-info-style-1:hover h3 {
    color: var(--primary) !important;
}

/*
* Testimonial
*/
.custom-testimonial-style-1.testimonial-with-quotes blockquote:before {
    color: var(--primary);
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
    background-color: var(--primary);
    color: var(--primary-inverse) !important;
}

.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
    color: var(--primary) !important;
}

/*
* Services Detail - Nav List
*/
.custom-nav-list-effect-1 > li > a:before {
    border-top-color: var(--primary);
}

.custom-nav-list-effect-1 > li.active > a,
.custom-nav-list-effect-1 > li.open > a,
.custom-nav-list-effect-1 > li:hover > a {
    color: var(--primary) !important;
}

/*
* Datepicker
*/
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
    background: var(--primary);
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
    background: var(--primary);
}

.datepicker table thead tr:last-child th:hover {
    color: var(--primary);
}

.datepicker table tbody tr td.day:hover {
    background: var(--primary);
}

.datepicker table tbody tr td.day.active {
    background: var(--primary-300);
}

/* INFINITE SCROLL CAROUSEL */
.carousel {
    margin: 0 auto;
    padding: 0;
    /*/max-width: 700px;*/
    overflow: hidden;
    display: flex;
}

    .carousel > * {
        flex: 0 0 100%;
    }

    .carousel:hover .group {
        animation-play-state: paused;
    }

.card-item {
    width: 100%;
    color: white;
    border-radius: 24px;
    /*box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;*/
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    /*min-height: 200px;*/
}
/*.card-item:nth-child(1) {
	background: #7958ff;
}

.card-item:nth-child(2) {
	background: #5d34f2;
}

.card-item:nth-child(3) {
	background: #4300da;
}*/

.group {
    display: flex;
    gap: 20px;
    /* Add padding to the right to create a gap between the last and first card. */
    padding-right: 20px;
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 30s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Sticky footer styles */
html,
body {
    height: 100%;
}

.body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#footer {
    margin-top: auto !important;
}


:root {
    --primary-light: #E8F0FB;
    --border-radius3x: 16px;
    --grey-50: #F1F1F1;
}

.no-scroll {
    overflow: hidden;
}

/* Body */
.body {
    flex: 1 !important;
}

#header .header-nav .header-nav-main .nav .connect-procedure-button {
    color: var(--primary) !important;
    background-color: var(--primary-light) !important;
    max-height: 40px !important;
    min-height: 40px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 15px !important;
    text-transform: none;
    display: flex;
    align-items: center;
}

#header .header-nav .header-nav-main .nav .login-button {
    color: var(--light);
    background-color: var(--primary) !important;
    min-height: 40px !important;
    max-height: 40px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

#header .header-nav .header-nav-main .nav li a{
    font-size: 15px;
    font-weight: 500 !important;
}

#header .user-initials-avatar-btn {
    color: var(--light);
    background-color: var(--primary);
    height: 48px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 992px) {
    #user-context-menu:has(.mobile-fullscreen) .user-initials-avatar-btn {
        height: 48px !important;
        min-height: 48px !important;
        min-width: 48px !important;
        width: 48px !important;
    }

    #user-context-menu-toggler {
        height: 32px !important;
        min-height: 32px !important;
        min-width: 32px !important;
        width: 32px !important;
    }

        #user-context-menu-toggler span {
            margin-bottom: 0 !important;
            font-size: 14px !important;
            letter-spacing: 0.5px !important;
            font-weight: 500 !important;
            color: white !important;
        }

    #header .user-initials-avatar-btn span {
        margin-bottom: 0;
        font-size: 16px;
        letter-spacing: -0.5px;
        font-weight: 500;
        color: white;
    }
}

 .connect-procedure-button {
    color: var(--primary) !important;
    background-color: var(--primary-light) !important;
    max-height: 40px !important;
    min-height: 40px !important;
    font-size: 14px !important;
    padding: 15px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout-button-container {
    margin-top: 1.5rem;
}

.logout-button-container .btn {
        width: 100%;
        text-align: center;
        color: var(--dark-100);
        font-size: 14px;
        background-color: var(--grey-50);
    }



@media (max-width: 1023px) {
    #header .small-avatar {
        height: 32px;
        min-height: 32px;
        min-width: 32px;
        width: 32px;
    }

    #header .user-context-switch-menu {
        margin-top: 0px !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}

@media(min-width: 320px) and (max-width: 375px) {
    #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role {
        padding: 5px !important;
    }

        #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role.active .user-role-details::after {
            right: 0 !important;
            margin-right: 30px !important;
        }
}

@media (max-width: 991px) {
    .user-context-switch-menu.mobile-fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: white;
        z-index: 1050;
        overflow-y: auto;
        border-radius: 0;
    }
    #header .user-context-switch-menu {
        position: fixed !important;
        inset: 0px 0px auto auto;
        margin: 0px;
        transform: none !important;
    }
}

.user-initials-avatar-btn.dropdown-toggle::after {
    display: none;
}

#header .header-nav .header-nav-main .nav .user-initials-avatar-btn.dropdown-toggle::after {
    display: none;
}

#header .user-initials-avatar-btn span {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: white;
}

#header .user-initials-avatar-btn i::before {
    content: none;
}

#header .user-context-switch-menu {
    margin-top: 30px;
    min-width: 486px;
    transform: translateX(0%);
    right: 0;
    left: auto;
}


    #header .user-context-switch-menu .user-full-name {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -1px;
        text-align: center;
    }

    #header .user-context-switch-menu .user-current-role {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -1px;
        text-align: center;
        vertical-align: middle;
    }

    #header .user-context-switch-menu .user-roles-select-container {
        gap: 16px;
        border-top: 1px solid var(--grey-800);
        padding-top: 30px;
    }

        #header .user-context-switch-menu .user-roles-select-container .user-roles {
            gap: 12px;
            margin-top: 12px;
            display: flex;
            flex-direction: column;
        }

        #header .user-context-switch-menu .user-roles-select-container .select-role-label {
            margin-bottom: 1rem;
            font-weight: 600;
        }

        #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role {
            border: 1px solid var(--grey-800);
            border-radius: var(--border-radius3x);
            background-color: var(--bs-white);
            padding: 16px;
            width: 100%;
        }

            #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role.active {
                border: 2px solid var(--primary) !important;
                background-color: var(--primary-light) !important;
            }

            #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role:not(.active) {
                cursor: pointer;
            }

            #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role.active .user-role-details::after {
                content: "✓";
                position: absolute;
                right: 20px;
                margin-top: 15px;
                margin-right: 20px;
                color: #007bff;
                font-size: 28px;
                line-height: 1;
                font-weight: 300;
            }

            #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role .user-role-details {
                width: 100%;
                margin-left: 20px;
                text-align: start;
            }

                #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role .user-role-details .role-name {
                    font-weight: 600;
                    padding-bottom: 5px;
                }

                #header .user-context-switch-menu .user-roles-select-container .user-roles .user-role .user-role-details .role-identifier {
                    font-weight: 400;
                    color: var(--grey-1000);
                }


        #header .user-context-switch-menu .user-roles-select-container .logout-button-container {
            margin-top: 1.5rem;
        }

            #header .user-context-switch-menu .user-roles-select-container .logout-button-container .btn {
                width: 100%;
                text-align: center;
                color: var(--dark-100);
                font-size: 14px;
                background-color: var(--grey-50);
            }


#header .logo-title {
    font-weight: 500;
    margin-left: 0.5rem;
}

#header .header-top {
    background: #F1F1F1 !important;
    border: 1px solid #D9D9D9 !important;
}

#header .languages-container {
    gap: 15px;
}

    #header .languages-container .language-item {
        color: var(--bs-black);
        font-weight: 500;
    }

        #header .languages-container .language-item.active {
            text-decoration: underline;
        }

#header .header-top.header-top-small-minheight {
    max-height: 41px !important;
}
/*#header .header-nav-main nav {
	max-height: 50vh;
	overflow: hidden;
	overflow-y: auto;*/
/*padding: -1px 15px;*/
/*transition: ease all 500ms;
}*/

#header .header-nav-main nav > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    /*flex-direction: column;*/
}

    #header .header-nav-main nav > ul li {
        /*border-bottom: 1px solid #e8e8e8;*/
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

        #header .header-nav-main nav > ul li a {
            font-size: 13px;
            font-style: normal;
            line-height: 20px;
            padding: 7px 8px;
            padding: 5px;
            margin: 1px 0;
            border-radius: var(--border-radius);
            text-align: left;
        }

#footer {
    background: #f5f5f5;
    border-top: 4px solid #f5f5f5;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    width: 100%;
    margin-bottom: 0px !important;
    position: relative;
    clear: both;
}

.main .section-container .section-title {
    font-size: 31px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    letter-spacing: -2px;
    width: 100%;
    display: block;
    color: var(--dark)
}

.main .section-container .section-subtitle {
    font-weight: 300;
    font-size: 15.4px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    display: block;
    color: var(--dark)
}

.service-cards-container {
    gap: 40px;
}

.service-card {
    background-color: var(--bs-white);
    box-shadow: 0px 2px 10px 0px #00000012;
    border-radius: var(--border-radius2x);
    max-width: 340px;
    max-height: 350px;
}

.service-card:hover {
    background-color: var(--primary);
    color: var(--bs-white) !important;
}

.service-card:hover .card-link .card-top .card-title,
.service-card:hover .card-link .card-bottom .card-description,
.service-card:hover .card-link .card-bottom .card-action {
    color: var(--bs-white) !important;
}

.service-card:hover svg {
    fill: var(--bs-white) !important;
}

.service-card svg {
    fill: var(--primary);
}

.service-card .card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 25px;
}


.card-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card-bottom {
    height: 100%;
    gap: 30px;
    display: contents;
}

.service-card .card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    color: var(--dark)
}

.service-card .card-description {
    margin-top: 20px;
    margin-bottom: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bs-gray-600);
}

.service-card .card-action {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--dark)
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 350px; /* or use min-height if needed */
}

@media screen and (max-width: 1500px) {
    .service-cards-container {
        gap: 20px;
        padding-inline: 12px;
    }

    .service-card {
        max-width: 280px
    }
}

@media screen and (max-width: 1200px) {
    .service-cards-container {
        gap: 15px; 
    }
    .service-card {
        max-width: 230px;
        height: 300px;
    }

    .service-card .card-link {
        padding: 25px 10px;
    }
}
@media screen and (max-width: 991px) {

    .service-card {
        max-width: 320px;
        height: 300px;
    }

    .service-card .card-link {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 678px) {
    .service-cards-container {
        gap: 30px;
    }
    .service-card {
        max-width: 80%;
        width: 100%;
        height: 300px;
    } 
}

@media screen and (max-width: 480px) { 

    .service-card {
        max-width: 100%; 
    }
}

.footer-row {
    min-height: 100%;
    height: 100%;
    align-items: stretch !important; /* For flex children to stretch */
    display: flex !important; /* Ensure flex context */
}

.footer-bg {
    position: absolute;
    top: 0;
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-size: cover;
    mask-size: cover;
    pointer-events: none;
}

.sponsored-label {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    font-weight: 500 !important;
    font-size: 13px;
    z-index: 1000;
    line-height: 1.4;
}

.sponsored-logos {
    z-index: 1000;
}


.social-icons-custom {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
}

    .social-icons-custom li svg {
        fill: var(--dark)
    }

    .social-icons-custom li:hover.social-icons-facebook svg {
        fill: #3b5a9a !important;
    }

    .social-icons-custom li:hover.social-icons-linkedin svg {
        fill: #0073b2 !important;
    }

    .social-icons-custom li:hover.social-icons-youtube svg {
        fill: #c3191e !important;
    }

    .social-icons-custom li:hover.social-icons-instagram svg {
        fill: #7c4a3a !important;
    }

.fod-language .fod-button-label {
    font-size: 0;
}


    .fod-language .fod-button-label .fod-icon-root {
        font-size: 32px;
        color: var(--dark);
    }

    .fod-language .fod-button-label .fod-button-icon-start {
        display: inherit;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;
    }

#header .header-nav-main nav > ul > li > a {
    text-transform: none !important;
}

.sponsored-caoursel img {
    height: 70px;
    width: 270px;
}
html.safari:not(.no-safari-overflow-x-fix) .body {
    overflow-x: visible !important;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul > li > a,
    #header .header-nav.header-nav-links nav > ul > li:hover > a, 
    #header .header-nav.header-nav-line nav > ul > li > a,
    #header .header-nav.header-nav-line nav > ul > li:hover > a {
        position: relative;
        background: transparent !important;
        padding: 0 .5rem !important;
        margin: 1px 0 0;
        min-height: 60px;
        height: 100%;
    }
}