/* Revamp Template - Styling */
body {
    background: #fafafa;
}

:root {
    --generalDark: #212529;
    --darkBg: #252324;
    --mainOrange: #f88f10;
}

.revamp-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;

    @media (max-width: 1199px) {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    @media (max-width: 767px) {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.revamp-wrapper {
    width: 100%;
    /* max-width: 1356px; */
    max-width: 70.625vw;

    display: flex;
    position: relative;
    justify-content: center;
    margin: 0 auto;

    @media (min-width: 1921px) {
        max-width: 1356px;
    }

    @media (max-width: 1199px) {
        max-width: 100%;
    }

}

.void-top {
    padding-top: 0 !important;
}

.void-bottom {
    padding-bottom: 0 !important;
}

.void-y{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

h1 {
    color: var(--mainOrange);
}

h2 {
    color: var(--mainOrange);
}


/* Exclusive Contact Form Header */
.revamp-form-header {
  display: none;
}

body.page-id-4128 .revamp-form-header,
body.page-id-4181 .revamp-form-header,
body.page-id-4186 .revamp-form-header,
body.page-id-4188 .revamp-form-header {
  display: flex;
}
/* Exclusive Contact Form Header - End */

/* Section Hero Styling */
section.sectionHero {

    background: var(--darkBg);

    .section-hero-contents {
        display: flex;
        gap: 100px;

        .img-content {
            padding: 15px;
            border: 4px solid #fff;
            border-radius: 16px;
            height: 100%;
            max-height: 537px;

            img {
                width: 100%;
                max-width: -webkit-fill-available;
                border-radius: 16px;
                height: 100%;
                max-height: 537px;
            }
        }

        .content-left {
            width: 100%;
            max-width: 628px;

            display: flex;
            flex-direction: column;
            justify-content: center;

            @media (max-width: 991px) {
                text-align: center;
                max-width: 100%;
            }

            h1 {
                margin-bottom: 24px;
            }

            p {
                color: #fff;
            }

            .img-content {
                @media (min-width: 992px) {
                    display: none;
                }

                margin-bottom: 24px;
                height: 100%;
                max-height: 400px;

                img {
                    height: 100%;
                    max-height: 400px;
                    object-fit: cover;
                }

            }
        }

        .content-right {
            width: 100%;
            max-width: 602px;

            display: flex;
            flex-direction: column;
            justify-content: center;

            @media (max-width: 991px) {
                display: none;
            }
        }
    }
}
/* Section Hero Styling - End */

/* Card Grid Styling */
section.cardGrid {

    &.absolute-white {
        background-image: none !important;
        background: #fff;
    }

    .section-card-grid-contents {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;

        .card-grid-header {
            &.default {
                .left-content {
                    display: flex;
                    flex-direction: column;
                    width: 100%;
                    max-width: 932px;
                    position: relative;
                    margin: 0 auto;
                    margin-bottom: 80px;
                    text-align: center;

                    h2 {
                        margin-bottom: 24px;
                    }

                    .img-content {
                        order: 1;

                        @media (max-width: 1199px) {
                            order: 0;
                        }
                    }

                    img {
                        width: 100%;
                        height: 100%;
                        max-height: 100%;
                        border-radius: 16px;
                        object-fit: cover;
                        margin-top: 80px;
                        margin-bottom: 0;

                        @media (max-width: 1199px) {
                            margin-top: 0;
                            margin-bottom: 24px;
                        }
                    }

                    p {

                        &:nth-of-type(2) {
                            margin-top: 24px;
                        }
                    }
                }

                
                .right-content {
                    display: none;
                }

            }

            &.x-normal {
                display: flex;
                gap: 80px;
                margin-bottom: 80px;

                .left-content {
                    width: 100%;
                    max-width: 638px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;

                    @media (max-width: 991px) {
                        max-width: 100%;
                    }

                    h2 {
                        margin-bottom: 24px;
                    }

                    img {
                        @media (min-width: 992px) {
                            display: none;
                        }

                        @media (max-width: 991px) {
                            border-radius: 16px;
                            height: 100%;
                            max-height: 400px;
                            margin-bottom: 24px;
                            width: -webkit-fill-available;
                            object-fit: cover;
                        }
                    }
                }

                .right-content {
                    width: 100%;
                    max-width: 638px;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    img {
                        width: 100%;
                        object-fit: contain;
                    }
                }
            }

            &.x-reverse {
                display: flex;
                flex-direction: row-reverse;
                gap: 80px;
                margin-bottom: 80px;

                .left-content {
                    width: 100%;
                    max-width: 638px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;

                    @media (max-width: 991px) {
                        max-width: 100%;
                    }

                    h2 {
                        margin-bottom: 24px;
                    }

                    img {
                        @media (min-width: 992px) {
                            display: none;
                        }

                        @media (max-width: 991px) {
                            border-radius: 16px;
                            height: 100%;
                            max-height: 400px;
                            margin-bottom: 24px;
                            width: -webkit-fill-available;
                            object-fit: cover;
                        }
                    }
                }

                .right-content {
                    width: 100%;
                    max-width: 638px;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    img {
                        width: 100%;
                        object-fit: contain;
                    }
                }
            }

        }

        .grid-cards {
            display: grid;

            &.three-col {
                grid-template-columns: repeat(3, 1fr);
                gap: 24px;
            }

            &.two-col {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            &.five-card {
                grid-template-columns: repeat(6, 1fr);
                gap: 24px;

                .grid-card {
                    /* height: 100%; */
                    height: 100vh;
                    max-height: 339px;

                    @media (max-width: 1535px) {
                        max-height: 405px;
                    }

                    @media (max-width: 991px) {
                        height: 100%;
                        max-height: 100%;
                    }

                    &:nth-child(1) {
                        grid-area: 1 / 1 / 2 / 3;
                    }

                    &:nth-child(2) {
                        grid-area: 1 / 3 / 2 / 5;
                    }

                    &:nth-child(3) {
                        grid-area: 1 / 5 / 2 / 7;
                    }

                    &:nth-child(4) {
                        grid-area: 2 / 1 / 3 / 4;
                    }

                    &:nth-child(5) {
                        grid-area: 2 / 4 / 3 / 7;
                    }
                }
            }

            @media (max-width: 991px) {
                display: flex;
                flex-direction: column;
            }

            .grid-card {
                display: flex;
                flex-direction: column;
                padding: 40px;
                border-radius: 6px;
                border: 1px solid var(--generalDark);

                .card-title {
                    display: flex;
                    flex-direction: column;

                    img {
                        &.card-icon {
                            margin-bottom: 12px;
                        }
                    }

                    h3 {
                        font-size: 25px;
                        margin-bottom: 12px;
                    }
                }
            }
        }

        .cta-button {
            display: flex;
            justify-content: center;
            margin-top: 80px;

            a {
                background: var(--mainOrange);
                border-radius: 6px;
                padding: 17px 46px;
                display: flex;
                justify-content: center;
                text-align: center;
                text-decoration: none;
                color: #fff;
                font-family: 'Roboto';
                font-size: 18px;
                line-height: 100%;
                font-weight: 600;
                margin: 0;

                &:hover {
                    color: #fff;
                }
            }
        }
    }

    &.dark-bg{
        background-image: none !important;
        background: var(--darkBg);

        p {
            color: #fff;
        }

        h3 {
            color: #fff;
        }

        ul {
            color: #fff;
        }

        li {
            color: #fff;
        }

        .grid-card {
            border: 1px solid#fff !important;
        }
    }
}

/* Card Grid Styling - End */

/* Section Contact Styling */
section.sectionContact {
    background: var(--darkBg);

    .section-contact-contents {
        display: flex;
        gap: 100px;

        @media (max-width: 991px) {
            flex-direction: column-reverse;
        }

        .content-left {
            display: flex;
            width: 100%;
            max-width: 804px;
            flex-direction: column;
            justify-content: center;

            @media (max-width: 991px) {
                max-width: 100%;
            }
            

            form {
                .lp-cro-form {
                    background: #fff;
                    border-radius: 8px;
                    padding: 60px;

                    .revamp-form-header {
                        display: flex;
                        flex-direction: column;
                        text-align: center;
                        gap: 12px;
                        margin-bottom: 40px;

                        h3 {
                            font-size: 25px;
                        }
                    }

                    input {
                        width: 100%;
                        border: 1px solid #747474;
                        padding: 15px 20px;
                        border-radius: 6px;
                        margin-bottom: 20px;

                        &.lp-cro-cta {
                            border: none;
                            margin-bottom: 0;
                            transition: 0.3s ease;

                            &:hover {
                                border: 1px solid var(--mainOrange);
                            }
                        }
                    }

                    textarea {
                        width: 100%;
                        border: 1px solid #747474;
                        padding: 15px 20px;
                        border-radius: 6px;
                        margin-bottom: 20px;
                        resize: none;
                    }


                }
            }

        }

        .content-right {
            display: flex;
            width: 100%;
            max-width: 452px;
            flex-direction: column;
            justify-content: center;

            h2 {
                margin-bottom: 30px;
            }

            p {
                color: #fff;
            }

            @media (max-width: 991px) {
                position: relative;
                margin: 0 auto;
                text-align: center;
            }
        }
    }    
}
/* Section Contact Styling - End */


/* Section Info Blocks */
section.infoBlocks {

    &.absolute-white {
        background-image: none !important;
        background: #fff;
    }

    .info-blocks-contents {

        .header-text {
            width: 100%;
            max-width: 932px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            margin: 0 auto;
            margin-bottom: 80px;

            h2 {
                margin-bottom: 24px;
            }

            p {

                &:nth-of-type(2) {
                    margin-top: 24px;
                }
            }
        }

        .info-blocks {

            .info-block {
                display: flex;
                gap: 80px;

                &.x-reverse {
                    flex-direction: row-reverse;
                }

                &.bottom-padded {
                    margin-bottom: 80px;
                }


                .img-content {
                    img {
                        width: 100%;
                        max-width: -webkit-fill-available;
                        border-radius: 16px;
                        height: 100%;
                        max-height: 470px;
                    }
                }

                .content-left {
                    width: 100%;
                    max-width: 638px;

                    display: flex;
                    flex-direction: column;
                    justify-content: center;

                    @media (max-width: 991px) {
                        text-align: center;
                        max-width: 100%;
                    }

                    a {
                        transition: 0.3s ease;
                    }

                    h2 {
                        color: var(--mainOrange);
                        line-height: 55px;
                        margin-bottom: 24px;
                    }

                    h3 {
                        font-size: 45px;
                        color: var(--mainOrange);
                        line-height: 55px;
                        margin-bottom: 24px;
                    }

                    p {
                        
                        &:nth-of-type(2) {
                            margin-top: 24px;
                        }

                        &:nth-of-type(3) {
                            margin-top: 24px;
                        }
                    }

                    .img-content {
                        @media (min-width: 992px) {
                            display: none;
                        }

                        margin-bottom: 24px;
                        height: 100%;
                        max-height: 400px;

                        img {
                            height: 100%;
                            max-height: 400px;
                            object-fit: cover;
                        }

                    }
                }

                .content-right {
                    width: 100%;
                    max-width: 602px;

                    display: flex;
                    flex-direction: column;
                    justify-content: center;

                    @media (max-width: 991px) {
                        display: none;
                    }
                }
            }
        }


    }



    &.dark-bg{
        background-image: none !important;
        background: var(--darkBg);

        a {
            color: var(--mainOrange);
        }

        p {
            color: #fff;
        }

        h2 {
            color: var(--mainOrange);
        }

        h3 {
            color: var(--mainOrange);
        }

    }

}
/* Section Info Blocks - End */


/* Section Gradient */
section.sectionGradient {
    .revamp-wrapper {

        @media (min-width: 992px) {
            justify-content: flex-start;
        }
    }

    .section-gradient-contents {
        display: flex;
        align-items: flex-start;

        @media (max-width: 991px) {
            align-items: center;
        }

        .header-text {
            width: 100%;
            max-width: 638px;
            display: flex;
            flex-direction: column;
            gap: 24px;

            a {
                transition: 0.3s ease;
            }

            p {
                color: #fff;
            }

            @media (max-width: 991px) {
                text-align: center;
            }
            gap: 30px;

            .faq-item {
                padding: 20px;
                display: flex;
                flex-direction: column;

                .answer {
                    p {

                        &:first-of-type {
                            margin-top: 30px;
                        }
                    }

                }
            }
        }
    }
}

/* Section Gradient - End */

/* Section FAQs */
section.sectionFaqs {

    .section-faqs-contents {
        display: flex;
        flex-direction: column;
        gap: 70px;

        .header-text {
            h2 {
                text-align: center;
            }
        }

        .faq-items {
            display: flex;
            flex-direction: column;
            gap: 30px;

            .faq-item {
                padding: 20px;
                display: flex;
                flex-direction: column;
                border-radius: 6px;
                box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
                overflow: hidden;

                .faq-question {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    cursor: pointer;

                    h3 {
                        font-size: 25px;
                    }

                    svg {
                        margin-left: 10px;
                        width: 8px;
                        height: 12px;
                        cursor: pointer;
                        transform: rotate(180deg);
                        transition: 0.3s ease;
                    }
                }

                .faq-answer {
                    display: flex;
                    flex-direction: column;
                    /* height: 100%; */
                    height: 0;
                    max-height: 0;
                    transition: 0.3s ease;


                    p {
                        &:first-of-type {
                            margin-top: 30px;
                        }
                    }
                }

                &.active {
                    .faq-question {
                        svg {
                            transform: unset;
                        }
                    }

                    .faq-answer {
                        height: 100%;
                        max-height: 500px;
                    }
                }
            }
        }
    }
} 
/* Section FAQs - End */

/* Section Icon Grid Solo */
section.iconGridSolo {

    .icon-grid-solo-contents {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 80px;

        .header-text {
            width: 100%;
            max-width: 932px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 24px
        }

        .icon-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            column-gap: 24px;
            row-gap: 24px;

            @media(max-width: 991px) {
                grid-template-columns: 1fr;
            }

            .icon-grid-item {
                display: flex;
                flex-direction: column;
                gap: 18px;
                align-items: center;
                text-align: center;

                h3 {
                    font-size: 25px;
                }
            }
        }
    }
}




/* Section Icon Grid Solo - End */


/* Revamp Template - Styling End */