/*
* Requires: /blog-carousel.css, https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css
*/


/* Light breadcrumb */

body #breadcrumbs .arrow-holder {
    background-color: #ffffff4f;
}

body #breadcrumbs .arrow-holder .arrow {
    stroke: var(--white);
}

body #breadcrumbs a,
body #breadcrumbs {
    color: var(--body-bg);
}

body #breadcrumbs span.breadcrumb_last {
    color: var(--body-bg);
}

body #breadcrumbs span span:not(.breadcrumb_last) {
    opacity: 0.5;
    transition: 0.5s ease;
    margin-right: 5px;
}

body #breadcrumbs span span:not(:first-child) {
    margin-left: 5px;
}

body #breadcrumbs a:hover {
    color: var(--body-bg);
}

body #breadcrumbs span span:not(.breadcrumb_last):hover {
    opacity: 1;
}

body .breadcrumb {
    border: 0px;
    padding-top: clamp(10px, 4rem, 40px);
}


/*****/


.section1 {
    border-radius: 0px 0px 40px 40px;
    height: calc(100dvh - var(--header-height));
    min-height: 650px;
}

.section1 .background {
    left: 0;
    top: 0;
    height: 100%;
}

.section1 .background video,
.section1 .background img {
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
}

.section1 .title {
    margin-bottom: clamp(20px, 4rem, 40px);
}

.section1 .heading1 {
    color: var(--body-bg);
    margin-bottom: clamp(30px, 5.5rem, 55px);
    max-width: clamp(450px, 80rem, 800px);
}

.section1 .scroll-down {
    margin-bottom: clamp(30px, 7.4rem, 74px);
    width: clamp(25px, 5rem, 50px);
    animation: upDown 2s linear infinite;
}

/*.section1 .scroll-down {
    margin-bottom: clamp(35px, 7.4rem, 74px);
}*/

@keyframes upDown {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 550px) {
    .section1 .background img {
        object-position: 70%;
    }
}

/* section2 */

.section2 {
    padding-top: clamp(75px, 14.6rem, 146px);
    padding-bottom: clamp(60px, 12rem, 120px);
}

.section2 .heading1 {
    margin: clamp(20px, 4rem, 40px) 0;
}

.section2 .container {
    max-width: 1120px;
}

@media (max-width: 767px) {
    .section2 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

/* section3 */

.section3 {
    padding-left: 30px;
    padding-right: 30px;
}

.section3 .container {
    background-color: var(--white);
    border-radius: 50px;
    padding: clamp(50px, 10rem, 100px);
}

.section3 .heading1 {
    margin-bottom: clamp(40px, 8rem, 80px);
    margin-top: clamp(17px, 3.3rem, 33px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section3 .row {
    gap: clamp(25px, 10rem, 100px);
}

.section3 .row-heading {
    margin-bottom: clamp(15px, 3rem, 30px);
}

.section3 .separator {
    margin: clamp(15px, 3rem, 30px) 0;
    height: 1px;
    background-color: #FDB924;
}

.section3 .main-btn {
    margin-top: clamp(15px, 3rem, 30px);
}

.section3 .asset-holder {
    top: calc(-1 * var(--shape-width) /2);
    right: calc(-1* var(--shape-width) / 2);
}

@media (max-width: 1600px) {
    .section3 .asset-holder {
        right: 3rem;
    }
}

@media (max-width: 767px) {
    .section3 .row {
        flex-direction: column;
        align-items: center;
    }

    .section3 .row .row-column {
        width: 100%;
    }

    .section3 .asset-holder {
        --shape-width: 7rem;
        right: auto;
        left: calc(50% - var(--shape-width)/2)
    }
}

@media (max-width: 550px) {
    .section3 .container {
        padding: 10rem 30px;
    }

    .section3 .row {
        gap: 8rem;
    }
}

/* section4 */

.section4 {
    padding-bottom: clamp(60px, 12rem, 120px);
}

.section4 .heading1 {
    margin: clamp(60px, 12rem, 120px) 0;
}

.section4 .row2 {
    margin: 38px 0;
}

.section4 .row4 {
    margin-top: 38px;
}

.section4 .row .row-column img {
    border-radius: 40px;
}

.section4 .row .row-heading {
    margin: clamp(15px, 3rem, 30px) 0;
    line-height: 1.3;
}

@media (min-width: 1401px) {
    .section4 :is(.row1, .row3) .column1 {
        padding-right: clamp(70px, 14rem, 140px);
    }

    .section4 :is(.row2, .row4) .column2 {
        padding-left: clamp(70px, 14rem, 140px);
    }
}

@media (max-width: 1400px) {
    .section4 :is(.row1, .row3) .column2 {
        padding-left: 30px;
    }

    .section4 :is(.row2, .row4) .column1 {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .section4 :is(.row1, .row3) {
        flex-direction: column;
    }

    .section4 :is(.row2, .row4) {
        flex-direction: column-reverse;
    }

    .section4 .row .row-column {
        width: 100%;
    }

    .section4 :is(.row1, .row3) .column2,
    .section4 :is(.row2, .row4) .column1 {
        padding: 0;
    }

    .section4 .row .title {
        margin-top: 5rem;
    }

    .section4 :is(.row2, .row3, .row4) {
        margin-top: 8rem;
    }

    .section4 {
        padding-bottom: 10rem;
    }
}

@media (max-width: 550px) {
    .section4 .heading1 {
        margin: 8rem 0;
    }
}

/* section5 */

.section5 {
    background-color: var(--primary-color);
}

.section5 .bg-img {
    right: 0;
    top: 0;
    height: 100%;
    clip-path: circle(60% at 63% 50%);
    object-fit: cover;
    width: 57%;
}

.section5 .content-holder {
    padding: clamp(80px, 17rem, 170px) 0;
    width: 40%;
}

.section5 :is(.row-heading, .title, ul, .description) {
    margin-bottom: clamp(15px, 3rem, 30px);
}

.section5 .bullets {
    font-size: clamp(17px, 2.2rem, 22px);
}

.section5 ul {
    padding-left: 20px;
}

.section5 li.bullets::marker {
    font-size: inherit;
    color: var(--white);
}

@media (max-width: 1400px) {
    .section5 .bg-img {
        clip-path: circle(63% at 66% 50%);
    }
}

@media (max-width: 767px) {
    .section5 .bg-img {
        position: relative;
        width: 100%;
        clip-path: none;
    }

    .section5 .content-holder {
        padding: 10rem 0;
        width: 100%;
    }
}
/* blog-section */

.blog-section {
    padding: clamp(60px, 12rem, 120px) 0;
}

.blog-section :is(.title, .heading1, .description) {
    margin-bottom: clamp(15px, 3rem, 30px);
}

/* FAQ with Categories */
.section-faq {
    padding: clamp(60px, 12rem, 120px) 0;
}

.section-faq .title,
.section-faq .heading1 {
    margin-bottom: clamp(10px, 2rem, 20px);
}

.section-faq .text1 {
    max-width: 840px;
}

.section-faq .row {
    margin-top: clamp(30px, 4.167vw, 80px);
}

.section-faq .row .column1 {
    background-color: var(--white);
    padding: clamp(10px, 2rem, 20px);
    border-radius: 30px;
}

.section-faq .row .tabs-btn {
    padding: clamp(5px, 1.5rem, 15px) clamp(7.5px, 1.5rem, 15px);
    border-radius: 30px;
    transition: 0.5s ease;
    margin-right: clamp(5px, 1rem, 10px);
    line-height: 1.2;
}

.section-faq .row .tabs-btn.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.section-faq .row .tabs-btn:before {
    content: "";
    width: 0;
    height: clamp(12px, 2.3rem, 23px);
    background-image: url(/wp-content/uploads/2024/04/check-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin-right: clamp(5px, 1rem, 10px);
    transition: 0.5s ease;
}

.section-faq .row .tabs-btn.active:before {
    min-width: clamp(12px, 2.3rem, 23px);
}

.section-faq .faq-container {
    padding: clamp(12px, 2.4rem, 24px) clamp(15px, 3rem, 30px);
    background-color: var(--white);
    border-radius: 30px;
    margin-bottom: 5px;
    transition: 0.5s ease;
}

.section-faq .faq-container:not([data-category="category-1"]) {
    display: none;
}

.section-faq .faq-container.active {
    border-radius: 20px;
}

.section-faq .faq-container .description-holder {
    height: 0px;
    transition: 0.5s ease;
}

.section-faq .faq-container.active .description-holder {
    margin-top: clamp(10px, 2rem, 20px);
}

.section-faq .faq-container.active .description-holder {
    height: var(--height);
    /* overflow: visible; */
}

.section-faq .faq-container .faq-title {
    transition: 0.5s;
    line-height: 1.35;
}

.section-faq .faq-container.active .faq-title,
.section-faq .faq-container .faq-title:hover {
    color: var(--primary-color);
}

.section-faq .faq-container .description {
    font-size: clamp(13px, 1.6rem, 16px);
}

.section-faq .faq-container svg,
.section-faq .faq-container svg path {
    transition: 0.5s ease;
}

.section-faq .faq-container.active svg path {
    stroke: var(--primary-color);
}

.section-faq .faq-container.active svg {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .section-faq .row .column1 {
        width: 25%;
    }

    .section-faq .row .column2 {
        width: 75%;
        padding-left: clamp(30px, 12.5rem, 125px);
        padding-right: clamp(60px, 15rem, 150px);
    }

    .section-faq .row .column1 {
        height: fit-content;
        position: sticky;
        top: 130px;
    }

    .section-faq .row1 .column1 {
        width: 60%;
        max-width: 867px;
        /* margin-left: auto; */
    }

    .section-faq .row1 .column2 {
        width: 40%;
    }

    .section-faq .asset-holder {
        position: relative;
        right: clamp(20px, 4rem, 40px);
    }
}

@media (max-width: 767px) {
    .section-faq .row {
        display: block;
    }

    .section-faq .row .row-column {
        width: 100%;
    }

    .section-faq .row .column1 {
        margin-bottom: 5rem;
    }

    .section-faq .row1 {
        display: block;
    }

    .section-faq .row1 .column2 {
        justify-content: start;
    }

    .section-faq .asset-holder {
        right: 2rem;
        margin-top: 6rem;
        margin-left: 5rem;
        position: relative;
    }
}

@media (max-width: 550px) {
    .section-faq .faq-container svg,
    .section-faq .faq-container svg path {
        min-width: 22px;
        min-height: 22px;
        padding-left: 5px;
    }
}