/* section-footer-start */
.site-footer {
    position: relative;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    color: rgba(255, 255, 255, .72);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        url("../img/footer-before.webp") no-repeat center bottom;
    background-size: auto, auto, cover;
    pointer-events: none;
    z-index: -1;
}

.footer-main {
    padding: 70px 0 60px;
}

.footer-brand .footer-logo {
    display: inline-block;
    margin-bottom: 22px;
    line-height: 0;
}

.footer-logo img {
    filter: drop-shadow(0 6px 18px rgba(0, 129, 241, .35));
}

.footer-tagline {
    font-size: 15px;
    line-height: 1.85;
    margin: 0 0 15px;
    max-width: 340px;
}

.footer-heading {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #fff;
    margin: 6px 0 24px;
    padding-bottom: 12px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links li a {
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
    transition: color .3s ease, transform .3s ease, padding-left .3s ease;
}

/* .footer-links li a::before {
    content: "›";
    position: absolute;
    left: 0;
    top: 0;
    color: #0081F1;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity .3s ease, transform .3s ease;
} */

.footer-links li a:hover {
    color: #fff;
    padding-left: 14px;
}

.footer-links li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.footer-links li a:focus-visible {
    outline: 2px solid #0081F1;
    outline-offset: 3px;
    border-radius: 4px;
}

.footer-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .75);
}

.footer-contact-icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    color: #717073;
}

.footer-contact li a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: color .3s ease;
    word-break: break-word;
}

.footer-contact li a:hover {
    color: #fff;
}

.footer-contact li a:focus-visible {
    outline: 2px solid #0081F1;
    outline-offset: 3px;
    border-radius: 4px;
}

.footer-connect-text {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 20px;
    max-width: 320px;
}

.footer-social-title {
    margin-top: 30px;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.scl-media-link {
    display: inline-block;
    line-height: 0;
}

.scl-media-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .8);
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease;
}

.scl-media-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.scl-media-icon svg path {
    fill: currentColor;
}

.scl-media-link:hover .scl-media-icon {
    transform: translateY(-4px);
    border-color: transparent;
    color: #fff;
}

.scl-media-link:hover .scl-media-icon {
    box-shadow: 0 12px 24px -8px rgba(0, 129, 241, .55);
}

a.scl-media-link:focus-visible .scl-media-icon {
    outline: 2px solid #0081F1;
    outline-offset: 3px;
}

.scl-media-link[data-social="linkedin"]:hover .scl-media-icon {
    background: #0A66C2;
}

.scl-media-link[data-social="instagram"]:hover .scl-media-icon {
    background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.scl-media-link[data-social="twitter"]:hover .scl-media-icon {
    background: #1DA1F2;
}

.scl-media-link[data-social="facebook"]:hover .scl-media-icon {
    background: #1877F2;
}

.scl-media-link[data-social="youtube"]:hover .scl-media-icon {
    background: #FF0000;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding: 22px 0;
}

.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-copy {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .55);
}

.site-footer.js .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}

.site-footer.js .reveal.is-inview {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .site-footer.js .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .footer-links li a,
    .footer-links li a::before,
    .scl-media-icon {
        transition: none;
    }
}


@media (max-width: 1199px) {
    .footer-main {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .footer-main {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 50px 0 40px;
    }
}

@media (max-width: 575px) {
    .footer-bottom-row {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .footer-social {
        gap: 10px;
    }

    .scl-media-icon {
        width: 40px;
        height: 40px;
    }
}

/* section-footer-end */

/* section-faq-start */
.section-faq {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    overflow: clip;
    isolation: isolate;
}

.section-faq-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.section-faq-glow--one {
    width: 520px;
    height: 520px;
    top: -140px;
    left: -160px;
    background: radial-gradient(circle, rgba(46, 168, 255, .18), transparent 65%);
}

.section-faq-glow--two {
    width: 560px;
    height: 560px;
    bottom: -180px;
    right: -180px;
    background: radial-gradient(circle, rgba(46, 168, 255, .12), transparent 65%);
}

.section-faq>.container {
    position: relative;
    z-index: 1;
}

.section-faq .col-lg-4 {
    align-self: stretch;
}

.section-faq .heading {
    position: sticky;
    top: 100px;
    height: fit-content;
}


.section-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.section-faq-item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 20px;
    overflow: hidden;
    transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.section-faq-item:hover {
    border-color: rgb(168 174 184 / 32%);
    transform: translateY(-2px);
}

.section-faq-item[open] {
    position: relative;
}

.section-faq-item[open]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            #717171 46.63%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.section-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 26px 28px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    text-align: left;
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}

.section-faq-question::-webkit-details-marker {
    display: none;
}

.section-faq-question:focus-visible {
    outline: 2px solid #2ea8ff;
    outline-offset: -2px;
    border-radius: 20px;
}


.section-faq-question-text {
    flex: 1;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    transition: color .3s ease;
}

.section-faq-item[open] .section-faq-question-text {
    color: #fff;
}

.section-faq-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background .35s ease, border-color .35s ease, transform .35s ease;
}

.section-faq-icon svg {
    width: 18px;
    height: 18px;
    stroke: #cfd3dc;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform .4s cubic-bezier(.68, -.55, .27, 1.55);
}

.section-faq-item[open] .section-faq-icon {
    transform: rotate(180deg);
}

.section-faq-item[open] .section-faq-icon svg {
    stroke: #ffffff;
    transform: rotate(45deg);
}


.section-faq-answer {
    border-top: 1px solid rgba(255, 255, 255, .07);
    animation: section-faq-answer-in .45s ease;
}

.section-faq-answer p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    padding: 24px 28px 28px;
    margin: 0;
}

@keyframes section-faq-answer-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@supports (interpolate-size:allow-keywords) {

    .section-faq {
        interpolate-size: allow-keywords;
    }

    .section-faq-item::details-content {
        height: 0;
        overflow-y: clip;
        content-visibility: hidden;
        transition: height .45s ease, content-visibility .45s allow-discrete;
    }

    .section-faq-item[open]::details-content {
        height: auto;
        content-visibility: visible;
    }

    .section-faq-answer {
        animation: none;
    }
}

@supports (animation-timeline:view()) {
    .section-faq-item {
        animation: section-faq-item-reveal linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 60%;
    }

}

@keyframes section-faq-item-reveal {
    from {
        opacity: 0;
        translate: 0 26px;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

@media(max-width:1199px) {
    .section-faq {
        padding: 100px 0;
    }

    .section-faq-question-text {
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .section-faq {
        padding: 80px 0;
    }

    .section-faq .heading {
        position: static;
        height: auto;
    }
}

@media(max-width:767px) {
    .section-faq {
        padding: 64px 0;
    }

    .section-faq-question {
        padding: 20px;
        gap: 12px;
    }

    .section-faq-question-text {
        font-size: 16px;
    }

    .section-faq-answer p {
        padding: 22px 20px 24px;
        font-size: 15px;
    }

    .section-faq-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
}

@media(max-width:575px) {
    .section-faq {
        padding: 56px 0;
    }

    .section-faq-question {
        padding: 18px 16px;
    }

    .section-faq-question-text {
        font-size: 16px;
    }

    .section-faq-answer p {
        padding: 20px 16px 22px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .section-faq *,
    .section-faq *::before,
    .section-faq *::after {
        animation: none !important;
        transition: none !important;
    }
}

/* section-faq-end */