* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.first-fold-img img {
    border-radius: 30px;
}


.review-badge {
    display: inline-flex;
    align-items: center;
    background-color: white;
    padding: 13px 44px;
    border-radius: 25px;
    color: #000000;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.review-badge .stars {
    color: orange;
    margin-right: 15px;
    font-size: 16px;
}

.section-heading {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 49.57px;
    line-height: 100%;
    color: white;
}

.section-subheading {
    font-size: 1.5rem;
    color: #c4c4c4;
    font-weight: 600;
}

.stat {
    text-align: center;
    padding: 20px 0;
}

.stat h2 {
    margin-bottom: 10px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 62px;
    line-height: 100%;
    color: white;
}

.stat p {
    margin: 0;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 122%;
}

.logo-box {
    background-color: #121212;
    border: 1px solid #333;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 3rem;
    height: 100px;
    transition: all 0.3s ease;
}

.logo-box img {
    max-height: 50px;
    max-width: 100%;
}


/* slider  */
.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 18px;
    position: relative;
}

.swiper-buttons .swiper-button-prev::after,
.swiper-buttons .swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.aboutusSwiper .hero-slide-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.aboutusSwiper .slide-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.slide-top h1 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 100%;
    color: white;
}

.slide-top p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: white;
}


.aboutusSwiper .slide-bottom {
    padding: 30px 0;
    /* border-top: 1px solid #444; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutusSwiper .slide-bottom p {
    color: #ccc;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: white;
}

.aboutusSwiper .slide-bottom a {
    color: #fff;
    text-decoration: none;
}

.aboutusSwiper .slide-bottom a:hover {
    color: #fff;
    text-decoration: underline;

}

.slide-bottom h5 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    color: white;
}

.slide-bottom .end-desc {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.cta-section {
    padding: 80px 15px;
    background-color: #121212;
    border-start-start-radius: 30px;
    border-start-end-radius: 30px;
}

.cta-heading,
.cta-heading .span {
    font-family: Inter;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: white;
}

.dot-indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin-right: 8px;
}

.dot-para {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: white;
}

.cta-button-group {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
}

.btn-main {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-main:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.arrow-circle {
    background-color: #fff;
    color: #000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    transition: transform 0.3s ease;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.cta-button-group:hover .arrow-circle {
    transform: translateX(8px);
}

.address-block {
    color: #ddd;
    font-size: 14px;
    line-height: 1.6;
}

.address-block h6,
.address-block p {
    color: #fff;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
}

.cta-button-group .btn {
    position: relative;
    width: 200px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    letter-spacing: 2px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.35);
    border-left: 0.5px solid rgba(255, 255, 255, 0.35);
    padding-left: 40px;
    transition: 0.5s;
    overflow: hidden;
}

.cta-button-group .btn:hover {
    padding-left: 0px;
    padding-right: 40px;
    color: rgba(255, 255, 255, 1);
}

.cta-button-group .btn span {
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a191d;
    font-size: 1.5em;
}

.cta-button-group .btn:hover span {
    left: calc(100% - 55px);
}

.cta-button-group .btn:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(-170px) skewX(30deg);
    transition: 0.75s ease-in-out;
}

.cta-button-group .btn:hover:after {
    transform: translateX(170px) skewX(-30deg);
}

@media (max-width: 767.98px) {

    .section-heading {
        font-size: 33.57px;
    }

    .slide-top {
        flex-wrap: wrap;
    }

    .cta-heading,
    .cta-subheading {
        font-size: 1.8rem;
    }

    .text-end {
        text-align: start !important;
        margin-top: 30px;
    }

    .slide-top p {
        line-height: 129%;
    }

    .aboutusSwiper .slide-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .aboutusSwiper .slide-bottom {
        flex-direction: column;
    }

    .aboutusSwiper .swiper-button-prev,
    .aboutusSwiper .swiper-button-next {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-top: 15px;
    }

    .cta-section {
        padding: 29px 15px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {

    .review-badge {
        padding: 13px 38px;
    }

    .section-heading {
        font-size: 36.57px;
    }
}