/* Footer Css */

.footer-main {
    border-top: 1px solid rgba(17, 17, 17, 0.10);
    background: var(--color-black);
    position: relative;
    padding: 100px 0 0;
    overflow: hidden;
}

@media screen and (min-width: 1401px) {

    .footer-main .container {
        max-width: 1440px;
    }

}

.contact-box {
    padding: 35px;
    background-color: #252b2b;
    border: 1px solid #3b4040;
    margin-right: 40px;
    border-radius: 24px;
}

.contact-other {
    margin-left: 4px;
}

.contact-inner .widget.widget_block > p {
    display: none;
}

.contact-inner h3 {
    font-size: 26px;
    line-height: 2rem;
    color: var(--color-white);
    margin: 0;
}

.contact-inner .contact-frm {
    /* margin-top: 10px; */
}

.contact-inner .contact-frm .input-control p {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--clr-dark-black);
    border-radius: 0;
    height: calc(2.2em + 0.75rem + 9px);
    padding: 0.375rem 1rem;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    border-bottom: 1px solid #3b4040;
    width: 100%;
    font-weight: var(--mi-font-weight-light);
    font-size: 16px;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    padding: 0.375rem 1rem;
    height: 100px;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: var(--color-mi-white);
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control:focus-visible {
    outline: none;
}

.custom-file-upload {
    color: var(--color-white);
    position: relative;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    padding: 14px;
    border: 1px dashed rgba(255,255,255,0.15);
    margin: 1.5rem 0 0;
}

.custom-file-upload p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
}

.custom-file-upload span {
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-medium);
    line-height: normal;
    display: flex;
    align-items: center;
}

.custom-file-upload p:last-child {
    margin-top: 14px;
}

.custom-file-upload span svg {
    margin-right: 10px;
}

.custom-file-upload input {
    display: block;
    font-size: 0;
    position: absolute;
    width: 130px;
    height: 23px;
    top: 0;
    left: 0;
    opacity: 0;
}

.submit-btn p {
    margin: 1rem 0 0;
    position: relative;
    text-transform: uppercase;
    color: var(--color-black);
    padding: 16px 25px;
    justify-content: center;
    border-radius: 30px;
    background: #FFFFFF;
    display: inline-flex;
    position: relative;
    gap: 10px;
    align-items: center;
    overflow: hidden;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, outline 0.3s ease;
    border: 1px solid #FFFFFF;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px);
}

.submit-btn p i {
    transition: transform 0.3s ease;
}

.submit-btn p i::before {
    color: var(--color-black);
}

.submit-btn p:hover i {
    transform: rotate(45deg);
}

.submit-btn p:hover i::before {
    color: var(--color-white);
}

.submit-btn p:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-black);
    top: 0;
    left: 0;
    border-radius: 30px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.submit-btn p:hover:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.submit-btn p:hover span.s-btn-text {
    color: var(--color-white);
    position: relative;
}

.submit-btn .wpcf7-form-control.wpcf7-submit {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.contact-frm .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 5px;
}

.submit-btn .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

.wpcf7-response-output {
    color: var(--color-white);
    font-weight: var(--font-weight-medium);
}

.footer-logo {
    display: flex;
    flex-wrap: wrap;
}

.footer-logo .col-lg-3 {
    margin-top: 33px;
}

.footer-contact {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(240,240,240,0.2);
}

.footer-contact .other-contact {
    margin-bottom: 25px;
}

.our-office-address.our-office-social {
    margin-top: 0;
}

.footer-contact .other-contact span {
    color: var(--color-white);
    font-size: var(--font-size-14);
    display: block;
}

.footer-contact .other-contact a {
    color: var(--color-white);
    font-size: 18px;
    font-weight: var(--mi-font-weight-medium);
    line-height: 1.875rem;
    margin-top: 0.5rem;
    display: block;
}

.our-office-address {
    margin-top: 40px;
}

.our-office-address .our-office-inner span {
    color: var(--color-white);
    font-size: var(--font-size-14);
    display: block;
    line-height: 1.5rem;
}

.our-office-address .our-office-inner span.country-name {
    opacity: 1;
    color: var(--color-white);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--mi-font-weight-medium);
    line-height: normal;
    display: flex;
    margin: 10px 0 15px;
    align-items: center;
}

.our-office-address .our-office-inner span.country-name img {
    margin-right: 15px;
}

.our-office-address .our-office-inner p {
    color: var(--color-white);
    font-size: 18px;
    font-style: normal;
    font-weight: var(--mi-font-weight-light);
    line-height: 1.8rem;
    margin: 0;
}

.company-social-icon-logo .wp-block-columns {
    margin: 0;
}

.company-social-icon-logo {
    display: flex;
}

.company-social-icon-logo .wp-block-column .wp-block-image {
    margin: 0 16px 0 0;
}

.company-social-icon-logo .wp-block-column .wp-block-image img {
    vertical-align: middle;
}

.company-rating {
    /* border-style: solid;
    border-color: rgba(240, 240, 240, 0.05);
    border-width: 1px 0; */
    /*background: var(--color-mi-black-onyx);*/
    margin: 1.875rem 0;
    /* padding: 19px 0; */
    /* background: #151515; */
}

.company-rating ul {
    display: flex;
    list-style: none;
    background-color: #252b2b;
    padding: 22px 30px;
    border: 1px solid #3b4040;
    margin: 0;
    gap: 40px;
    border-radius: 24px;
}

.company-rating ul li {
    margin: 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.company-rating ul li:after {
    content: "";
    width: 1px;
    background-color: var(--color-white);
    opacity: 0.3;
    position: absolute;
    right: -20px;
    height: 30px;
    top: calc(50% - 15px);
}

.company-rating ul li:last-child:after {
    display: none;
}

.company-rating ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    width: 220px;
    gap: 20px;
}

.company-rating ul li:first-child a {
    padding-left: 0;
}

.company-rating ul li:last-child a {
    padding-right: 0;
}

.company-rating ul li a span {
    display: flex;
    align-items: center;
    color: var(--color-white);
    font-size: 16px;
    font-weight: var(--mi-font-weight-semibold);
    line-height: 1.8rem;
}

.company-rating ul li a span > img {
    margin-right: 10px;
}

.footer-menu {
    padding: 0 0 1.875rem;
}

.mi-footer-menu {
    display: grid;
    width: 100%;
    grid-template-columns: 1.1fr 1.1fr 1.2fr 0.8fr;
    grid-column-gap: 15px;
}

.footer-main-inner .widget.widget_nav_menu .widget-title {
    color: var(--color-white);
    font-size: 20px;
    line-height: 1.875rem;
    margin-bottom: 1rem;
    display: block; 
}

.footer-main-inner .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-main-inner .widget.widget_nav_menu .menu .menu-item:last-child {
    margin-bottom: 0;
}

.footer-main-inner .widget.widget_nav_menu .menu .menu-item a {
    font-size: 16px;
    line-height: 1.8rem;
    color: var(--color-white);
    display: block;
    padding: 7px 0;
    opacity: 0.6;
    font-weight: var(--mi-font-weight-light);
}

.company-copyright {
    background: var(--color-black);
    border-top: 1px solid #3b4040;
    padding: 1.675rem 0;
}

.company-copyright .copy-right {
    color: var(--color-white);
    font-size: 14px;
    font-style: normal;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.footer-navigation .footer-navigation-wrapper {
    display: flex;
    justify-content: end;
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-navigation .footer-navigation-wrapper li + li {
    padding-left: 1.875rem;
}

.footer-navigation .footer-navigation-wrapper li a {
    font-size: 14px;
    line-height: 1.5rem;
    color: var(--color-white);
}

/* Contact  */

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown {
    width: 100%;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .wpcf7-form-control.wpcf7-countrytext {
    color: var(--color-white);
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .selected-flag {
    width: 100%;
    padding: 0;
    background-color: transparent;
    color: var(--color-white);
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .selected-flag .flag {
    display: none;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .selected-flag .arrow {
    background: no-repeat url('../images/expand_more-white.svg');
    border: none;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    margin: auto;
    background-position: center;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .selected-flag .arrow.up {
    transform: rotate(180deg);
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .country-list {
    background: var(--color-black);
    border: none;
    width: 100%;
    overflow-x: hidden;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .country-list .country .flag {
    display: none;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .country-select .flag-dropdown .country-list .country .country-name {
    color: var(--color-white)
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    padding: 0;
    width: 100px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: var(--mi-font-weight-light);
    background-color: transparent;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag .selected-dial-code,
.contact-inner .contact-frm .iti__selected-dial-code{
    padding: 0.375rem 1rem;
    color: var(--color-white);
}

.contact-inner .contact-frm .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.contact-inner .contact-frm .iti--separate-dial-code {
    width: 100%;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag .iti-arrow {
    background: no-repeat url('../images/expand_more-white.svg');
    border: none;
    height: 16px;
    width: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    margin: auto;
    background-position: center;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag:before {
    position: absolute;
    content: '';
    background: rgba(240, 240, 240, 0.60);
    width: 1px;
    height: 28px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag .iti-flag {
    display: none;
}

.contact-inner .contact-frm .input-control.input-control-number p {
    display: flex;
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap:first-child {
    width: 100%;
    display: inline-block;
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap .flag-container {
    /* background-color: red; */
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-validates-as-tel {
    padding-left: 125px;
}

.contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    margin-top: 10px;
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap .flag-container .country-list {
    background: var(--color-black);
    border: none;
    width: 100%;
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap .flag-container .country-list .country-name {
    color: var(--color-white);
}

.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap .flag-container .country-list .country-name,
.contact-inner .contact-frm .input-control.input-control-number p .wpcf7-form-control-wrap .flag-container .country-list .country .flag-box {
    display: none;
}

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

    .our-office-address .our-office-inner span.country-name {
        font-size: 20.8px;
    }

    .our-office-address .our-office-inner p {
        font-size: 16px;
    }

    .footer-contact .other-contact a {
        font-size: 19.2px;
    }

    .our-office-address {
        margin-top: 0;
    }

    .footer-contact {
        margin-top: 50px;
        padding-top: 50px;
    }

    .contact-box {
        padding: 20px;
        margin-right: 46px;
    }

    .contact-inner .contact-frm .input-control p,
    .custom-file-upload p:last-child {
        margin-top: 16px;
    }

    /* .custom-file-upload {
        margin: 20px 0 25px;
    } */

    .footer-menu {
        padding: 3.125rem 0 5rem;
    }

    .footer-main {
        padding: 70px 0 0;
    }

    .footer-main-inner .widget.widget_nav_menu .menu .menu-item {
        margin-bottom: 0;
    }

    .footer-navigation .footer-navigation-wrapper li + li {
        /* margin-left: 10px; */
    }

    .footer-navigation .footer-navigation-wrapper {
        justify-content: end;
    }

    .contact-inner h3 {
        font-size: 22px;
        line-height: 1.8rem;
    }

    .company-rating ul {
        padding: 25px 20px;
        gap: 10px;
        overflow: auto;
    }

    .company-rating ul li a {
        padding: 10px;
        width: 200px;
        gap: 10px;
    }

    .company-rating ul li:after {
        right: -6px;
    }

    .footer-main-inner .widget.widget_nav_menu .menu .menu-item a {
        font-size: 14px;
        line-height: 22px;
    }

}

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

    .our-office-address {
        margin-top: 10px;
    }

    .footer-contact {
        margin-top: 30px;
        padding-top: 30px;
    }

    .contact-box {
        padding: 25px 20px;
        margin-right: 15px;
    }

    .contact-inner h3 {
        font-size: 21px;
        line-height: 1.7rem;
    }

    .contact-inner .contact-frm .input-control p {
        margin-top: 15px;
    }

    /* .custom-file-upload {
        color: var(--color-mi-white);
        margin: 20px 0 25px;
    } */

    .our-office-address .our-office-inner p {
        font-size: 14px;
    }

    .our-office-address .our-office-inner span.country-name img {
        margin-right: 10px;
    }

    .our-office-address .our-office-inner span.country-name {
        font-size: 20.8px;
    }

    .our-office-address .our-office-inner p {
        font-size: 16px;
        margin: 0;
    }

    .footer-contact .other-contact a {
        font-size: 19.2px;
    }

    .footer-contact .other-contact {
        margin-bottom: 15px;
    }

    .footer-main .col-md-7 {
        width: 56.33333333%;
    }

    .footer-main .col-md-5 {
        width: 43.66666667%;
    }

    .footer-main-inner .widget.widget_nav_menu .menu .menu-item a {
        font-size: 16px;
    }

    .footer-menu {
        padding: 0;
    }

    .footer-main-inner {
        margin-bottom: 25px;
    }

    .company-rating {
    }

    .footer-main {
        padding: 60px 0 0;
    }

    .footer-main-inner .widget.widget_nav_menu .menu .menu-item {
        margin-bottom: 12px;
    }

    .company-copyright .copy-right {
        text-align: center;
        margin-top: 10px;
    }

    .company-rating ul {
        padding: 10px 20px;
        gap: 10px;
        border-radius: 16px;
        overflow: auto;
    }

    .company-rating ul li a {
        padding: 10px;
        width: 200px;
        gap: 10px;
    }

    .company-rating ul li:after {
        right: -6px;
    }

    .mi-footer-menu {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
    }

    .footer-navigation .footer-navigation-wrapper {
        justify-content: center;
    }

}

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

    .footer-main {
        padding: 50px 0 0;
    }

    .contact-box {
        margin-right: 0;
        padding: 25px 20px;
    }

    .submit-btn .wpcf7-form-control.wpcf7-submit {
        /* padding: 12px; */
    }

    .our-office-address .our-office-inner span {
        font-size: 14px;
    }

    .our-office-address .our-office-inner span.country-name {
        font-size: 20.8px;
        margin-top: 0;
    }

    .our-office-inner {
        margin-bottom: 10px;
    }

    .our-office-address .our-office-inner p {
        font-size: 16px;
    }

    .footer-contact {
        margin-top: 20px;
        padding-top: 30px;
    }

    .footer-contact .other-contact span {
        font-size: 14px;
    }

    .footer-contact .other-contact a {
        font-size: 19.2px;
    }

    .footer-menu {
        display: none;
    }

    .company-copyright .copy-right {
        text-align: center;
        margin-top: 0;
    }

    .footer-navigation .footer-navigation-wrapper {
        justify-content: center;
        margin: 0 0 10px;
        flex-wrap: wrap;
    }

    .footer-contact .other-contact {
        margin-bottom: 25px;
    }

    .footer-navigation .footer-navigation-wrapper li a,
    .company-copyright .copy-right {
        font-size: 14px;
    }

    .footer-main .col-md-7 {
        width: 100%;
    }

    .footer-main .col-md-5 {
        width: 100%;
    }

    .footer-main .col-md-5 .col-12.col-sm-6 {
        width: 50%;
    }

    .our-office-address {
        margin-top: 1.7rem;
    }

    .contact-inner h3 {
        font-size: 21px;
        line-height: 1.7rem;
    }

    .contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control {
        height: auto;
        padding: 8px;
        min-height: 46px;
    }

    .company-rating ul {
        padding: 10px 20px;
        border: 1px solid #3b4040;
        white-space: nowrap;
        overflow: auto;
        border-radius: 16px;
        gap: 10px;
    }

    .company-rating ul li a {
        padding: 10px;
        gap: 10px;
        width: 200px;
    }

    .company-rating ul li:after {
        right: -6px;
    }

}

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

    .our-office-address {
        margin-top: 1.5rem;
    }

    .footer-main {
        padding: 50px 0 0;
    }

    .contact-box {
        margin-right: 0;
        padding: 25px 20px;
    }

    .submit-btn p {
        /* padding: 12px; */
        padding: 10px 20px;
        gap: 6px;
        text-align: center;
    }

    .our-office-address .our-office-inner span {
        font-size: 14px;
    }

    .our-office-address .our-office-inner span.country-name {
        font-size: 20px;
    }

    .our-office-inner {
        margin-bottom: 10px;
    }

    .our-office-address .our-office-inner p {
        font-size: 16px;
    }

    .footer-contact {
        margin-top: 20px;
        padding-top: 20px;
    }

    .footer-contact .other-contact span {
        font-size: 14px;
    }

    .footer-contact .other-contact a {
        font-size: 19.2px;
    }

    .footer-contact .other-contact {
        margin-bottom: 15px;
    }

    .company-rating {
        margin: 1.5rem 0;
    }

    .footer-menu {
        display: none;
    }

    .company-copyright .copy-right {
        text-align: center;
    }

    .footer-navigation .footer-navigation-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 0 10px;
    }

    .footer-main .col-md-5 .col-12.col-sm-6 {
        width: 100%;
    }

    .footer-navigation .footer-navigation-wrapper li + li {
        padding: 0;
    }

    .footer-navigation .footer-navigation-wrapper li a {
        display: inline-block;
        padding: 0 20px;
        margin-bottom: 5px;
        position: relative;
        border-right: 1px solid #3b4040;
    }

    .company-rating ul li a img {
        height: 18px;
    }

    .contact-inner h3 {
        font-size: 20px;
        line-height: 1.5rem;
        text-align: center;
    }

    .contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .wpcf7-form-control {
        height: auto;
        padding: 8px;
        min-height: 46px;
    }

    .contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag .selected-dial-code {
        padding: 8px;
    }

    .contact-inner .contact-frm .input-control .wpcf7-form-control-wrap .intl-tel-input.allow-dropdown .flag-container .selected-flag {
        width: 90px;
    }
    
    .submit-btn {
        text-align: center;
    }

    .submit-btn p i {
        transform: rotate(45deg);
    }

    .company-rating ul {
        padding: 10px 20px;
        gap: 40px;
        border-radius: 16px;
        overflow: auto;
    }

    .company-rating ul li a {
        padding: 10px;
        gap: 10px;
    }

}

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

    .footer-navigation .footer-navigation-wrapper li a, .company-copyright .copy-right {
        font-size: 12px;
    }

}

/* Exit popup css */

.exit-modal,
.exit-modal .modal-fullscreen .modal-body {
    overflow: hidden;
}

.exit-modal .modal-dialog .modal-content {
    margin: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 35px);
    border-radius: 20px;
}

.exit-modal .modal-dialog .modal-content .modal-header {
    padding: 0;
    border: none;
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 5;
}

.exit-modal .modal-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.exit-modal .modal-body .exit-modal-title {
    font-size: 60px;
    line-height: 90px;
    font-weight: 600;
    margin: 0 0 15px;
    display: block;
}

.exit-modal .modal-body .exit-modal-subtitle {
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
    margin: 0 0 38px;
    display: block;
}

.exit-modal .modal-body p {
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 400;
    margin: 0 0 62px;
    max-width: 850px;
}


.exit-modal .modal-body a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: var(--color-white);
    text-transform: uppercase;
    padding: 16px 25px;
    justify-content: center;
    border-radius: 30px;
    background: #192020;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, background-color 0.3s ease, outline 0.3s ease;
    border: 1px solid #192020;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px);
}

.exit-modal .modal-body a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    border-radius: 30px;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exit-modal .modal-body a:hover i {
    transform: rotate(45deg);
}

.exit-modal .modal-body a:hover i::before {
    color: var(--color-black);
    transition: transform 0.2s;
}

.exit-modal .modal-body a:focus i::before {
    color: var(--color-black);
    transition: transform 0.2s;
}

.exit-modal .modal-body a span {
    position: relative;
}

.exit-modal .modal-body a i {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    display: inline-block;
    font-size: 16px;
    position: relative;
}

.exit-modal .modal-body a:focus, .exit-modal .modal-body a:hover {
    color: #192020;
    box-shadow: inset 0 0 0 2px #fff;
}

.exit-modal .modal-body a:focus::before, .exit-modal .modal-body a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.exit-modal .modal-body a img {
    margin-left: 10px;
}

.trusted-brands {
    margin-top: 100px;
}

.exit-modal .modal-body .trusted-brands .trusted-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 45px;
    display: block;
}

.exit-modal .modal-body .trusted-brands ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 70px;
    justify-content: center;
}

.exit-modal .modal-body .trusted-brands ul li {
    /* display: inline; */
}

.custom-modal-backdrop{
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}

.custom-modal-backdrop.fade {
    opacity: 0;
    visibility: hidden;
}

.custom-modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
    visibility: visible;
}

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

    .exit-modal .modal-body .exit-modal-title {
        font-size: 50px;
        line-height: 65px;
        margin: 0 0 12px;
    }

    .exit-modal .modal-body .exit-modal-subtitle {
        font-size: 26px;
        line-height: 38px;
        margin: 0 0 25px;
    }

    .exit-modal .modal-body p {
        font-size: 22px;
        line-height: 34.5px;
        margin: 0 0 50px;
        max-width: 750px;
    }

    .trusted-brands {
        margin-top: 65px;
    }

    .exit-modal .modal-body .trusted-brands .trusted-title {
        margin-bottom: 35px;
    }

    .exit-modal .modal-body .trusted-brands ul {
        gap: 50px;
    }
    

}
 

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

.exit-modal .modal-dialog .modal-content {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}   
    
.exit-modal .modal-body .exit-modal-title {
    font-size: 44px;
    line-height: 60px;
    margin: 0 0 10px;
}

.exit-modal .modal-body .exit-modal-subtitle {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 25px;
}

.exit-modal .modal-body p {
    font-size: 20px;
    line-height: 32.5px;
    font-weight: 400;
    margin: 0 0 30px;
    max-width: 590px;
}

.exit-modal .modal-body a {
    font-size: 18px;
    line-height: 18px;
    padding: 14px 20px;
}

.exit-modal .modal-body a img {
    margin-left: 7px;
}

.trusted-brands {
    margin-top: 50px;
}

.exit-modal .modal-body .trusted-brands ul {
    gap: 20px;
}


.exit-modal .modal-body .trusted-brands .trusted-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

}

@media screen and (max-width: 1024px) {
    .exit-modal .modal-body .trusted-brands ul li img {
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    
    .exit-modal .modal-dialog .modal-content {
        height: calc(100% - 20px);
        width: calc(100% - 20px);
    }    

    .exit-modal .modal-body .exit-modal-title {
        font-size: 24px;
        line-height: 40px;
    }

    .exit-modal .modal-body .exit-modal-subtitle {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
    }

    .exit-modal .modal-body p {
        font-size: 18px;
        line-height: 26.5px;
        margin: 0 0 25px;
    }

    .trusted-brands {
        width: 100%;
        overflow: hidden;
    }

    .exit-modal .modal-body .trusted-brands ul {
        gap: 10px;
        /* overflow-x: scroll;
        flex-wrap: nowrap; */
    }

    .exit-modal .modal-body .trusted-brands ul li {
        display: none;
    }

    .exit-modal .modal-body .trusted-brands ul li:first-child,
    .exit-modal .modal-body .trusted-brands ul li:nth-child(2),
    .exit-modal .modal-body .trusted-brands ul li:nth-child(3) {
        display: block;
    }

    .exit-modal .modal-body a {
        font-size: 16px;
        line-height: 16px;
    }

    .exit-modal .modal-body .trusted-brands .trusted-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .exit-modal .modal-body .trusted-brands ul li img {
        width: 101px;
    }

    .exit-modal .modal-dialog .modal-content .modal-header {
        top: 20px;
        right: 20px;
    }

    .exit-modal .modal-dialog .modal-content .modal-header a img {
        width: 16px;
    }

    .exit-modal .modal-dialog .modal-content .modal-header a {
        padding: 25px 22px;
    }

    

}