/* =========================
GLOBAL
========================= */

.hero-subtitle {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.7;
    margin: auto;
}

/* =========================
CALENDLY
========================= */

.book_content {
    background: linear-gradient(90deg, #fef8f8, #f4f4fe);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    margin-inline: auto;
    padding: 60px;
    overflow: hidden;
}

#calendly-widget {
    width: 100%;
    min-height: 700px;
}

/* =========================
BENEFITS
========================= */

.conent_wraper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.top_cnts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}

.subtitle {
    max-width: 490px;
    font-size: 16px;
    line-height: 1.7;
    margin: auto;
}

.benefit-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.benefit-card {
    background: #fcfbff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    height: 100%;
}

.b_icon-box {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background-image: linear-gradient(180deg, #6030ff, #7c5ce5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.benefits-icon {
    position: relative;
    z-index: 5;
    max-width: 34px;
}

.benefits-icon-shape {
    position: absolute;
    width: 150px;
    height: 20px;
    background-color: #ffd950;
    bottom: -20px;
    transform: rotate(-26deg);
}

.benefits-icon-shape._02 {
    width: 100px;
    height: 20px;
    top: -10px;
    left: -50px;
    bottom: auto;
    border-bottom-right-radius: 20px;
    transform: none;
}

.benefits-icon-shape._03 {
    width: 100px;
    height: 50px;
    right: 0;
    bottom: -68px;
    border-radius: 5px;
    transform: rotate(-45deg);
}

.benefits-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefits-title {
    font-size: 24px;
    line-height: 1.3;
}

.benefits-subtitle {
    color: #4b4757;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* =========================
TESTIMONIAL
========================= */

.testimonial-slider {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.single-testimonial-slider {
    display: flex;
    align-items: center;
    gap: 80px;
}

.testimonial-image-box {
    padding-bottom: 100px;
    flex-shrink: 0;
}

.testimonial-slider-image-wrapper {
    width: 302px;
    position: relative;
    overflow: visible;
}

.testimonial-slider-image {
    width: 100%;
    border-radius: 24px;
    position: relative;
    z-index: 5;
}

.testimonial-slider-circle-image {
    width: 180px;
    position: absolute;
    right: -40px;
    bottom: -75px;
    animation: rote 10s linear infinite;
}

.testimonial-slider-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.testimonial-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonial-rating-icon {
    width: 18px;
}

.testimonial-content {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.testimonial-author-name {
    color: #0a0d11;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-author-details-circle {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #0a0d11;
}

.testimonial-author-designation {
    color: #4b4757;
    font-size: 16px;
    margin-bottom: 0;
}

/* =========================
SWIPER BUTTONS
========================= */

.contact_swiper .swiper-button-prev,
.contact_swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    border: 1px solid #50565f33;
    color: #4c4858;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_swiper .swiper-button-prev {
    left: 385px;
    top: auto;
    bottom: 20px;
}

.contact_swiper .swiper-button-next {
    left: 445px;
    right: auto;
    top: auto;
    bottom: 20px;
}

.contact_swiper .swiper-button-next:after,
.contact_swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
}

/* =========================
ANIMATION
========================= */

@keyframes rote {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* =========================
LAPTOP
========================= */

@media screen and (max-width: 1199px) {

    .single-testimonial-slider {
        gap: 50px;
    }

    .testimonial-content {
        font-size: 20px;
    }

    .contact_swiper .swiper-button-prev {
        left: 320px;
    }

    .contact_swiper .swiper-button-next {
        left: 380px;
    }
}

/* =========================
TABLET
========================= */

@media screen and (max-width: 991px) {

    .book_content {
        padding: 40px 25px;
        border-radius: 24px;
    }

    #calendly-widget {
        min-height: 650px;
    }

    .benefit-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .single-testimonial-slider {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .testimonial-slider-content {
        align-items: center;
    }

    .testimonial-image-box {
        padding-bottom: 60px;
    }

    .testimonial-slider-image-wrapper {
        width: 280px;
    }

    .testimonial-content {
        font-size: 24px;
    }

    .contact_swiper .swiper-button-prev {
        left: calc(50% - 55px);
        bottom: 0;
    }

    .contact_swiper .swiper-button-next {
        left: auto;
        right: calc(50% - 55px);
        bottom: 0;
    }
}

/* =========================
MOBILE
========================= */

@media screen and (max-width: 767px) {

    .hero-subtitle {
        font-size: 16px;
    }

    .book_content {
        padding: 20px 15px;
        border-radius: 20px;
    }

    #calendly-widget {
        min-height: 600px;
    }

    .conent_wraper {
        gap: 40px;
    }

    .benefit-card-wrapper {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        padding: 24px 20px;
    }

    .benefits-title {
        font-size: 22px;
    }

    .benefits-subtitle {
        font-size: 15px;
    }

    .single-testimonial-slider {
        gap: 40px;
    }

    .testimonial-slider-image-wrapper {
        width: 100%;
        max-width: 280px;
    }

    .testimonial-slider-circle-image {
        width: 140px;
        right: -20px;
        bottom: -50px;
    }

    .testimonial-content {
        font-size: 20px;
        line-height: 1.6;
    }

    .testimonial-author {
        justify-content: center;
    }

    .testimonial-author-designation {
        text-align: center;
    }

    .contact_swiper {
        padding-bottom: 70px;
    }

    .contact_swiper .swiper-button-prev {
        left: calc(50% - 50px);
    }

    .contact_swiper .swiper-button-next {
        right: calc(50% - 50px);
    }
}

/* =========================
SMALL MOBILE
========================= */

@media screen and (max-width: 480px) {

    .book_content {
        padding: 15px;
    }

    #calendly-widget {
        min-height: 550px;
    }

    .testimonial-content {
        font-size: 18px;
    }

    .benefits-title {
        font-size: 20px;
    }

    .contact_swiper .swiper-button-prev,
    .contact_swiper .swiper-button-next {
        width: 38px;
        height: 38px;
    }
}