@import url(../styles/global.css);
@import url(../styles/header.css);


.banner__buttons {
    bottom: 20%;
    right: 12%;
}

.main-slider img {
    border-radius: 60px;
}

.main-slider .owl-nav {
    display: block !important;
}

.main-slider .owl-prev, .main-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider .owl-next {
    right: -35px;
}

.main-slider .owl-prev {
    left: -35px;
}


.owl-stage {
    display: flex;
}

.owl-stage-outer {
    overflow-x: clip;
}


.category {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.08);
    padding: 15px;
    padding-bottom: 40px;
}

.category__img img {
    border-radius: 40px;
}

.category__title {
    color: #007DC5;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 35px; /* 116.667% */
    letter-spacing: -0.3px;
}

.category .main-btn {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    font-size: 1rem;
}

.service {
    padding: 30px 20px;
    border-radius: 22px;
    border: 2px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 125, 197, 0.30);
    height: 100%;
}

.service__img {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service__title {
    color: #007DC5;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.56px;
}

.services-section .col-lg-2 {
    padding-left: 8px;
    padding-right: 8px;
}

    .services-section .col-lg-2:first-child {
        padding-right: 16px;
    }

    .services-section .col-lg-2:last-child {
        padding-left: 16px;
    }

.services-section .section__title {
    color: var(--color-primary);
}
/* ------------------------------------------------------- faq section  */
.faq-wrapper {
    border-radius: 40px;
    background: #EEF8FD;
    overflow: hidden;
}

.faq {
    max-width: 1111px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 150px;
    min-width: 100%;
    padding-left: 120px;
    transition: all 0.3s;
    border-radius: 30px;
}

    .faq.active {
        background-color: var(--color-primary);
    }

        .faq.active .faq-num {
            color: #fff;
            font-size: 70px;
        }

        .faq.active .faq-question {
            color: #fff;
        }

.faq-num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #30373D;
    text-align: right;
    font-size: 40px;
    width: 150px;
    text-align: center;
    font-weight: 900;
    line-height: 30px; /* 75% */
}

.faq-question {
    color: #30373D;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 100% */
    letter-spacing: -0.9px;
    cursor: pointer;
    padding: 16px 0;
}

    .faq-question::before {
        content: " ";
        width: 32px;
        height: 32px;
        margin-left: 13px;
        position: absolute;
        top: 44px;
        left: 50px;
        background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_115_236)"><path d="M24.0002 44C12.9542 44 4.00024 35.046 4.00024 24C4.00024 12.954 12.9542 4 24.0002 4C35.0462 4 44.0002 12.954 44.0002 24C44.0002 35.046 35.0462 44 24.0002 44ZM22.0002 22H14.0002V26H22.0002V34H26.0002V26H34.0002V22H26.0002V14H22.0002V22Z" fill="%23888888"/></g><defs><clipPath id="clip0_115_236"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>');
    }

.faq.active .faq-question::before {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_115_228)"><path d="M24.0002 44C12.9542 44 4.00024 35.046 4.00024 24C4.00024 12.954 12.9542 4 24.0002 4C35.0462 4 44.0002 12.954 44.0002 24C44.0002 35.046 35.0462 44 24.0002 44ZM14.0002 22V26H34.0002V22H14.0002Z" fill="white"/></g><defs><clipPath id="clip0_115_228"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>');
}

.faq-answer {
    color: #FFF;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
    letter-spacing: -0.45px;
    margin-bottom: 0;
    display: none;
}

.faq p:not(:first-child) {
    color: #FFF;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 200% */
    letter-spacing: -0.45px;
}

.faq p:nth-child(2) {
    margin-top: 16px;
}

.banner__buttons .primary-btn {
    border: 1px solid #fff;
    color: #fff;
}

    .banner__buttons .primary-btn:hover {
        color: var(--color-primary);
    }

.blogs__slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.blogs__slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8cc8ea;
    border-radius: 50%;
    border: none;
    margin: 0 2px;
}

    .blogs__slider .owl-dot.active {
        background-color: var(--color-primary);
    }

.mouse-icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width:1400px) {
    .main-slider .owl-prev svg, .main-slider .owl-next svg {
        width: 60px;
        height: 60px;
    }

    .main-slider .owl-prev {
        left: -20px;
    }

    .main-slider .owl-next {
        right: -20px;
    }
}

@media only screen and (max-width:1200px) {
    .banner__buttons {
        right: 5%;
    }

    .service__title {
        font-size: 18px;
    }

    .blog__detail {
        font-size: 12px;
    }

    .blog__title {
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .main-slider .owl-prev svg, .main-slider .owl-next svg {
        width: 40px;
        height: 40px;
    }

    .main-slider .owl-prev {
        left: -20px;
    }

    .main-slider .owl-next {
        right: -20px;
    }

    .banner__buttons {
        top: calc(100% + 30px);
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }

        .banner__buttons .primary-btn {
            border-color: var(--color-primary);
            color: var(--color-primary);
            z-index: 100;
        }

    .blue-back {
        margin-top: 50px;
        padding-top: 50px;
    }

    .faq-question {
        font-size: 25px;
    }

    .faq {
        padding-right: 60px;
        padding-left: 50px;
    }

    .faq-num {
        width: 60px;
        font-size: 28px;
    }

    .faq.active .faq-num {
        font-size: 40px;
    }

    .faq-question::before {
        left: 2px;
    }

    .mouse-icon {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .section__title {
        font-size: 2rem;
    }

    .product__title {
        font-size: 1rem;
    }

    .product {
        padding: 6px 6px 12px 6px;
    }

    .main-slider img {
        border-radius: 20px;
    }

    .blog__title {
        font-size: 18px;
    }

    .blog__content {
        padding: 10px 16px 0;
    }

    .blog__detail span {
        margin-left: 10px;
    }
}

@media only screen and (max-width:576px) {
    .double-btn {
        font-size: 0.75rem;
    }

    .section__title {
        font-size: 1.5rem;
        padding: 30px 0 25px;
    }


    .order-steps__section .col-lg-20:nth-child(even) {
        padding-right: 5px;
    }

    .order-steps__section .col-lg-20:nth-child(odd) {
        padding-left: 5px;
    }

    .order-step {
        padding: 10px;
    }

    .main-slider .owl-prev,
    .main-slider .owl-next {
        display: none;
    }

    .category-section .col-6:nth-child(odd) {
        padding-left: 8px;
    }

    .category-section .col-6:nth-child(even) {
        padding-right: 8px;
    }

    .category {
        border-radius: 20px;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .category__img {
        margin-bottom: 10px;
    }

        .category__img img {
            border-radius: 20px;
        }

    .category__title, .service__title {
        font-size: 16px;
        line-height: 22px;
    }

    .blue-back {
        padding-bottom: 20px;
    }

    .faq {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .faq-question {
        font-size: 16px;
    }

        .faq-question::before {
            content: " ";
            width: 20px;
            height: 20px;
            margin-left: 13px;
            position: absolute;
            top: 32px;
            left: 3px;
            background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_115_236)"><path d="M24.0002 44C12.9542 44 4.00024 35.046 4.00024 24C4.00024 12.954 12.9542 4 24.0002 4C35.0462 4 44.0002 12.954 44.0002 24C44.0002 35.046 35.0462 44 24.0002 44ZM22.0002 22H14.0002V26H22.0002V34H26.0002V26H34.0002V22H26.0002V14H22.0002V22Z" fill="%23888888"/></g><defs><clipPath id="clip0_115_236"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>');
        }

    .faq.active .faq-question::before {
        background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_115_228)"><path d="M24.0002 44C12.9542 44 4.00024 35.046 4.00024 24C4.00024 12.954 12.9542 4 24.0002 4C35.0462 4 44.0002 12.954 44.0002 24C44.0002 35.046 35.0462 44 24.0002 44ZM14.0002 22V26H34.0002V22H14.0002Z" fill="white"/></g><defs><clipPath id="clip0_115_228"><rect width="48" height="48" fill="white"/></clipPath></defs></svg>');
    }
}
