/**
* Theme Name: Axetor Child
* Description: This is a child theme of Axetor, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: axetor
* Version: 1.1.0
*/


.image-and-text__box {
    display: grid;
    grid-template-columns: 406px 1fr;
    grid-gap: 24px;
    margin-bottom: 90px;
}

.image-and-text__box h2 {
    color: #FF5100;
    font-size: 48px;
    line-height: 61px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.image-and-text__box h3 {
    color: #000;
    font-size: 32px;
    line-height: 48px;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    margin-bottom: 24px;
}

.image-and-text__box p,
.image-and-text__box li {
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin-bottom: 40px;
}

.image-and-text__box_btn {
    background: #FF5100;
    color: #ffffff !important;
    padding: 15px 36px;
    font-size: 22px !important;
    line-height: 33px !important;
    letter-spacing: 0.8px;
}

.simple-text__box {
    background: #D9D9D9;
    padding: 40px;
    margin-bottom: 75px;
}

.simple-text__box h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
}

.simple-text__box p,
.simple-text__box li,
.simple-text__box a {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 28px;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #000000 !important;
}

.simple-text__box a {
    text-decoration: underline;
}

.tab-section {
    margin-bottom: 110px;
}

.tab-title {
    font-size: 48px;
    line-height: 61px;
    font-family: "Oswald", sans-serif;
    margin-bottom: 25px;
    padding-bottom: 20px;
    color: #FF5100;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 600;
}

.tab-buttons {
    display: flex;
    margin-bottom: 49px;
    gap: 24px;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border-left: 4px solid rgba(217, 217, 217, 0.5);
    background-color: rgba(217, 217, 217, 0.5) !important;
    border-radius: 0px !important;
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    transition: all 0.3s ease;
    color: #000000 !important;
    min-width: 269px;
    text-transform: unset;
}

.tab-button.active,
.tab-button:hover {
    border-left: 4px solid #FF5100 !important;
    box-shadow: unset !important;
    background: #D9D9D9 !important;
}

.tab-contents {
    position: relative;
}

.tab-content {
    display: none;
    transition: opacity 0.3s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

.tab-content-inner {
    display: flex;
    gap: 40px;
}

.tab-width-three-to-two .tab-image img {
    width: 619px;
    max-width: 100%;
}

.tab-width-one-to-one .tab-image img {
    width: 537px;
    max-width: 100%;
}

.tab-width-one-to-one .tab-image-content {
    flex: 0 0 50%;
}

.tab-image-content h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.tab-image-content p,
.tab-image-content a,
.tab-image-content li {
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
    color: #000000 !important;
}

.tab-image-content a {
    text-decoration: underline !important;
}

.tab-width-one-to-one .tab-image {
    width: 537px;
    max-width: 100%;
}

.tab-width-two-to-three .tab-image img {
    width: 293px;
    max-width: 100%;
}

.tab-text {
    flex: 1;
}

.tab-text__image {
    margin-top: 64px;
}

.tab-text h3 {
    margin-top: 0;
    color: #FF5100;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    font-family: "Oswald", sans-serif;
}

.tab-text p,
.tab-text li,
.tab-text a {
    color: #000000 !important;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.8px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 10px;
}

.tab-text li {
    padding: 3px;
}

.tab-text a {
    text-decoration: underline;
}

.tab-right-image {
    display: flex;
    flex-direction: row-reverse;
}

.black-back {
    background: #000000;
}

.add-padding-tab-section {
    padding: 55px 0;
}

.black-back .tab-title {
    border: unset;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.black-back .tab-text p,
.black-back .tab-text li,
.black-back .tab-text a,
.black-back .tab-text h3,
.black-back .tab-text h2 {
    color: #ffffff !important;
}

.black-back .tab-text h3:first-child {
    color: #FF5100 !important;
}

.black-back .tab-text h3 a {
    color: #FF5100 !important;
    font-size: 32px;
    line-height: 48px;
    font-family: 'Oswald';
    font-weight: 500;
}

.tab-description {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.8px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 90px;
}

.black-back .tab-description {
    color: #ffffff;
}

.small-tab-button {
    border-bottom: solid 1px rgba(217, 217, 217, 0.2);
    border-radius: 0;
}

.small-tab-button .tab-button {
    min-width: auto;
    border-left: unset !important;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    padding: 10px 24px;
    background-color: transparent !important;

}

.black-back .small-tab-button .tab-button {
    color: #ffffff !important;
}

.small-tab-button .tab-button.active,
.small-tab-button .tab-button:hover {
    border-bottom: 4px solid #FF5100 !important;
    border-left: unset !important;
    background-color: #D9D9D9 !important;
    color: #000000 !important;
}

.left-position-btn .center-tab-content {
    display: flex;
    align-items: center;
}

.center-tab-content .tab-content-inner {
    display: flex;
    align-items: center;
}

.tab-text p strong {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
}

.left-position-btn {
    display: grid;
    grid-template-columns: 296px 1fr;
    grid-gap: 32px;
}

.left-position-btn .tab-buttons {
    display: flex;
    flex-direction: column;
}

.left-position-btn .tab-button {
    padding: 10px;
}

.left-position-btn .large-tab-button .tab-button {
    text-align: left;
}

.faq-section {
    margin-bottom: 151px;
}

.faq-section__title {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
}

.faq-item {
    background: #000000;
    margin-bottom: 24px;
}

.faq-item:last-child {
    margin-bottom: 0px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 40px;
    color: #ffffff;
}

.faq-question h3 {
    margin: 0;
    font-size: 24px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.8px;
}

.toggle-icon {
    font-size: 30px;
    transition: transform 0.3s;
    color: #ffffff;
}

.faq-answer {
    display: none;
    padding: 16px 40px;
    color: #ffffff;
}

.faq-answer li::marker {
    color: #ffffff !important;
    ;
}

.text-with-button {
    margin-bottom: 100px;
}

.text-with-button__title h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 61px;
    margin-bottom: 24px;
}

.text-with-button__content {
    margin-bottom: 30px;
}

.text-with-button__content h1,
.text-with-button__content h2,
.text-with-button__content h3,
.text-with-button__content h4,
.text-with-button__content p,
.text-with-button__content li,
.text-with-button__content a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.8px;
    padding-bottom: 10px;
}

.text-with-button__content a {
    color: #000000 !important;
    text-decoration: underline !important;
}

.text-with-button__link a {
    padding: 15px 36px;
    background: #FF5100;
    color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.8px;
}

.link_columns_section {
    padding: 80px 0;
    background: rgba(217, 217, 217, 0.5);
    margin-bottom: 100px;
}

.link_columns_section h2 {
    font-size: 48px;
    line-height: 61px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    border-radius: 0;
}

.link_columns_section__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 159px;
}

.link_columns_section__box_content h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
}

.link_columns_section__box_content_link {
    display: flex;
    flex-direction: column;
}

.link_columns_section__box_content_link a {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 22px !important;
    font-family: "Oswald", sans-serif !important;
    line-height: 33px !important;
    font-weight: 500 !important;
    position: relative;
}

.link_columns_section__box_content_link a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FF5100;
    border-bottom: 2px solid #FF5100;
    transform: rotate(-45deg);
    margin: 10px;
}

.link_columns_section__box_content_link a:last-child {
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .image-and-text__box {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }

    .tab-buttons {
        flex-wrap: wrap;
    }

    .tab-right-image {
        flex-direction: column;
        align-items: center;
    }

    .tab-content-inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .small-tab-button .tab-button {
        min-width: 100%;
    }

    .tab-button {
        min-width: 100%;
    }

    .image-and-text__box h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .image-and-text__box h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .simple-text__box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .simple-text__box h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .tab-section {
        margin-bottom: 30px;
    }

    .tab-title {
        font-size: 32px;
        line-height: 44px;
    }

    .tab-text h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .tab-description {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .faq-section {
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 15px;
    }

    .faq-answer {
        padding: 15px;
    }

    .faq-section__title {
        font-size: 32px;
        line-height: 44px;
    }

    .faq-question h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .text-with-button {
        margin-bottom: 40px;
    }

    .text-with-button__title h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .left-position-btn {
        display: block;
    }

    .link_columns_section {
        padding: 30px 0;
        margin-bottom: 30px;
    }

    .link_columns_section h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .link_columns_section__box {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .link_columns_section__box_content h3 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .link_columns_section__box_content_link a {
        font-size: 18px !important;
        line-height: 28px !important;
    }


    .tab-width-one-to-one .tab-image img {
        width: 100%;
    }

    .tab-width-one-to-one .tab-image-content {
        flex: 0 0 100%;
    }

    .tab-width-one-to-one .tab-image {
        width: 100%;

    }

    .tab-width-two-to-three .tab-image img {
        width: 100%;

    }

    .tab-text__image {
        margin-top: 20px;
    }

    .tab-image-content h4 {
        font-size: 18px;
        line-height: 28px;
    }
}