.main-home-first-section {
    padding-top: 100px !important;
    padding-bottom: 160px !important;
    overflow: hidden;
}

.srvice-box h3 {
    color: #175BD8;
    font-family: "Outfit", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -2px;
    margin: 15px 0 5px 0;
}

.hero-section {
    padding: 3% 5% 3% 14.7%;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 992px) {
    .hero-section {
        padding: 5% !important;
    }
}

@media (max-width: 3000px) and (min-width: 1590px) {
    .service-cols {
        margin-top: 30px !important;
        max-width: 1370px;
    }
}

.srvice-box {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    transition: 0.5s all ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.faq-section .set.has-children span {
    font-size: 16px;
    color: #6F8860;
}

.srvice-box img {
    width: 60px;
}

.sub-header {
    background-image: linear-gradient(180deg, #6F8860 0%, #A2C47C 100%);
    text-align: center;
    padding: 10px;
}

.sub-header p {
    color: #fff;
    margin: 0;
}



/* Banner Image Styling */
.banner-img-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-img-wrapper .main-banner {
    max-width: 100%;
    height: auto;
    border-radius: 12px;

    transition: transform 0.3s ease;
}

.banner-img-wrapper .main-banner:hover {
    transform: translateY(-5px);

}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-img-wrapper .main-banner {
        border-radius: 8px;
    }

    .hero-section .hero-content h1 {
        font-size: 36px !important;
        line-height: 44px !important;
        letter-spacing: 0px !important;
    }

    .hero-section .hero-content h1:before {
        display: none !important;
    }

    .h2-all {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .h6-all {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .main-home-first-section {
        padding-top: 100px !important;
        padding-bottom: 70px !important;
    }

    .para-all,
    .para-description {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .service-sec:before {
        display: none !important;
    }

    .toddle-main span,
    .course-slider h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .srvice-box .support-content h3 {
        font-size: 22px !important;
    }

    .hero-section .hero-content h4 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .hero-section .hero-content p,
    .hero-section .hero-content h5 {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .hero-section {
        padding: 5% !important;
    }

    .inspiration-mission-focused {
        margin-top: 3rem;
    }

    .basic-plan-card-support {
        margin: 0px 15px;
    }
}

@media (max-width: 420px) {
    .hero-section .hero-content h1 {
        font-size: 26px !important;
        line-height: 34px !important;
        letter-spacing: 0px !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }

    .hero-section .hero-content h1:before {
        display: none !important;
    }

    .main-home-first-section {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
    }

    .hero-section .hero-content h4 {
        font-size: 12px !important;
        line-height: 16px !important;
        letter-spacing: 1px !important;
        margin-bottom: 15px !important;
    }

    .hero-section .hero-content h5 {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .sub-header p {
        font-size: 11px !important;
        line-height: 16px !important;
        padding: 8px 5px !important;
    }

    .btn-group {
        flex-direction: column;
        width: 100%;
    }

    .btn-group a {
        width: 100%;
        text-align: center;
    }



    .course-slider .image-container {
        height: 160px !important;
    }

    .user-pagi .first-user,
    .user-pagi .second-user {
        padding: 15px !important;
    }

    .review-content p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .faq-section .faq-list .set.has-children a {
        padding: 12px !important;
    }

    .faq-section .faq-list .set.has-children a span {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .hero-section .hero-content h1 {
        font-size: 28px !important;
        line-height: 36px !important;
        letter-spacing: 0px !important;
        max-width: 100% !important;
    }

    .hero-section .hero-content h1:before {
        display: none !important;
    }

    .h2-all {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .h6-all {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .main-home-first-section {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

    .para-all,
    .para-description {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .hero-section .hero-content h4 {
        font-size: 14px !important;
        line-height: 18px !important;
        letter-spacing: 1px !important;
    }

    .hero-section .hero-content p,
    .hero-section .hero-content h5 {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-bottom: 25px !important;
    }

    a.btn-all {
        font-size: 14px !important;
        padding: 10px 28px !important;
    }

    .toddle-main span,
    .course-slider h3 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .srvice-box .support-content h3 {
        font-size: 20px !important;
    }

    .srvice-box .support-content p {
        font-size: 14px !important;
    }

    .hero-section {
        padding: 5% 4% !important;
    }

    .hero-content {
        text-align: left;
    }

    .btn-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    a.btn-all {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .banner-img-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .hero-section .hero-content h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    .hero-section .hero-content h1:before {
        width: 35%;
        margin-top: 90px;
    }

    .h2-all {
        font-size: 44px !important;
        line-height: 54px !important;
    }

    .main-home-first-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

}

@media (min-width: 993px) and (max-width: 1199px) {
    .hero-section .hero-content h1 {
        font-size: 60px !important;
        line-height: 70px !important;
    }

    .h2-all {
        font-size: 48px !important;
        line-height: 60px !important;
    }
}

.hero-section .hero-content h1 {
    font-size: 80px;
    line-height: 93px;
    letter-spacing: 1px;
    max-width: 670px;
    font-family: "Bebas Neue", sans-serif !important;
    color: #000;
    text-transform: uppercase;
}

.hero-section .hero-content h4 {
    font-family: "Manrope", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    color: #9C7649;
}

/* .hero-section .hero-content h1:before {
            content: '';
            position: absolute;
            width: 44%;
            height: 5px;
            background-color: #9C7649;
            right: 0%;
            margin-right: 70px;
            margin-top: 133px;
        } */

.hero-content {
    position: relative;
}

.story-row-one p.para-all {
    max-width: 840px;
    margin: auto;
}

.dash-theme-preview {
    margin-top: 100px;
}

.our-stroy {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 333px auto;
}

.h6-all {
    font-family: "Manrope", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 3px;
    color: #9C7649;
}

.h2-all {
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif !important;
    color: #000;
}

.para-all {
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #010101;
}

.para-description {
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #010101;
    margin-bottom: 30px;
    max-width: 840px;
    margin: auto;
}

.mb-40px {
    margin-bottom: 40px;
}

.ptb-5 {
    padding: 5%;
}

/* .toddle-main {
            display: flex;
            gap: 15px;
        } */

.toddle-main .toddle-content {
    width: 94.5%;
}

.toddle-main span,
.course-slider h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.3px;
    margin: 0;
    font-family: "Bebas Neue", sans-serif !important;
    color: black;
    text-decoration: none !important;
}

.toddle-main a {
    text-decoration: none;
}

.toddle-main:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #4b4b4b42;
    margin-bottom: 30px;
}

.set {
    border: none !important;
    box-shadow: none !important;
}

.abt-theme.toggle-btn h2 {
    font-family: "Bebas Neue", sans-serif;
}

.hero-section .hero-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "Manrope", sans-serif;
}

.hero-section .hero-content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 40px;
    font-family: "Manrope", sans-serif;
    font-style: italic;
}

a.btn-all {
    background-color: transparent;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-image: linear-gradient(180deg, #718A62 0%, #9CBD78 100%);
    border: 1px solid #9CBD78;
    border-radius: 8px 8px 8px 8px;
    padding: 12px 38px 12px 38px;
    text-decoration: none;
    display: block;
    transition: 0.5s all ease-in-out;
    max-width: 170px;
}

a.btn-all:hover {
    background-image: unset;
    color: #9CBD78;
    transition: 0.5s all ease-in-out;
    border-color: #9CBD78 !important;
}

.srvice-box .support-card-media .card-icon {
    background-color: transparent !important;
    margin: auto !important;
}

.srvice-box .support-card-media .card-icon:after {
    content: unset !important;
}

.srvice-box .support-content h3 {
    font-size: 28px;
    margin: 0px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #175BD8;
}

.srvice-box .support-content-bottom {
    display: none !important;
}

.service-sec {
    background-image: linear-gradient(180deg, #4DAACC30 0%, #9FC37926 100%);
    position: relative;
}

.support-card:nth-child(odd) .support-card-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.support-card:nth-child(even) .support-card-inner {
    background: #fff !important;
}

.service-sec .container {
    max-width: 1440px;
}

.support-card {
    padding-bottom: 0px !important;
}

.srvice-box .support-content p {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #4B4B4B;
}

.service-sec .row {
    gap: 30px 0px;
}

.border-row hr {
    border: 2px dashed #9C7649;
    background-color: transparent;
}

.row.border-row {
    margin-top: 50px;
    margin-bottom: 40px;
}

.service-sec:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 360px;
    background-size: contain;
    background-position: center;
    right: 0%;
    top: 50%;
    background-repeat: no-repeat;
}

.service-sec .course-slider a.btn-all {
    margin: 80px auto auto auto;
}


.faq-section .faq-list .set.has-children {
    border: 1px solid #185BD8 !important;
    border-radius: 5px;
}

.faq-section .faq-list .set.has-children a {
    padding: 15px;
    box-shadow: unset !important;
}

.site-footer {
    background-repeat: no-repeat;
    background-color: unset;
    background-size: cover;
    background-position: center;
}

.site-footer .footer-row p {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 25px;
}

.site-footer .footer-row ul {
    list-style-type: none;
    padding: 0px;
}

.site-footer .footer-row ul li {
    padding-left: 20px;
}

.site-footer .footer-row ul li a {
    color: #fff !important;
    font-family: 'Manrope';
    font-weight: 400;
}

.site-footer .footer-row ul li:before {
    content: '>';
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin-left: -20px;
    font-family: 'Manrope';
    margin-top: -5px;
}

.site-footer .footer-top-right {
    display: none;
}

.faq-section .faq-list .set.has-children a span {
    color: #000;
    font-size: 18px;
    font-family: 'Manrope';
}

.faq-section .faq-list .set.has-children span.acnav-icon {
    margin-right: 0px;
}

.faq-section .faq-list .set.has-children .acnav-list {
    border-top: 1px solid #185bd8;
}

.faq-section .faq-list .set.has-children span.acnav-icon svg {
    filter: brightness(0.5);
}


.exclusive-partners .slick-list img {
    padding: 10px;
    /* filter: grayscale(1); */
    transition: 0.5s all ease-in-out;
}

.exclusive-partners .slick-list img:hover {
    background-color: #fff;
    transition: 0.5s all ease-in-out;
    /* filter: unset; */
}



@media (max-width: 768px) {


    .course-slider .image-container {
        height: 200px;
    }

    .review-slider-row button.slick-prev,
    .review-slider-row button.slick-next {
        width: 25px;
        height: 30px;
    }

    .review-slider-row button.slick-next {
        left: 15% !important;
    }

    .review-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .user-pagi {
        flex-direction: column !important;
    }

    .user-pagi .first-user,
    .user-pagi .second-user {
        width: 100% !important;
    }

    .site-footer .footer-row p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .site-footer .footer-row ul li a {
        font-size: 14px !important;
    }

    .faq-section .faq-list .set.has-children a span {
        font-size: 16px !important;
    }

    .plan-card-section {
        padding: 40px 0 !important;
    }

    .service-sec .course-slider a.btn-all {
        margin: 40px auto auto auto !important;
    }

    .row.border-row {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

@media (max-width: 576px) {
    .course-slider .image-container {
        height: 180px;
    }

    .review-content p {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .user-pagi h4 {
        font-size: 15px !important;
    }

    .user-pagi p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .site-footer .footer-row ul li:before {
        font-size: 16px !important;
    }

    .review-sec .row .col-md-5:before {
        display: none !important;
    }

    .service-sec .container {
        max-width: 100% !important;
        padding: 0 15px !important;
    }

    .toddle-main:not(:last-child) {
        padding-bottom: 15px !important;
        margin-bottom: 20px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .hero-section .hero-content h1 {
        font-size: 64px;
        line-height: 76px;
    }

    .h2-all {
        font-size: 50px !important;
        line-height: 64px !important;
    }

    .h6-all {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .para-all,
    .para-description {
        font-size: 17px !important;
    }

    .toddle-main span,
    .course-slider h3 {
        font-size: 26px !important;
    }

    .review-content p {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    .service-sec .container {
        max-width: 100% !important;
        padding: 0 20px !important;
    }
}

@media (max-width: 991px) {


    .sticky-col {
        position: relative !important;
        top: auto !important;
    }

}

@media (min-width: 1200px) and (max-width: 1440px) {
    .hero-section .hero-content h1 {
        font-size: 70px !important;
        line-height: 82px !important;
    }

    .h2-all {
        font-size: 54px !important;
        line-height: 70px !important;
    }

    .service-sec .container {
        max-width: 1200px !important;
    }
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
    text-decoration: none !important;
}

.course-slider .image-container {
    height: 300px;
}

.course-slider .image-container img {
    object-fit: cover;
}

.course-slider .slick-slide {
    margin: 10px;
}

.review-slider-row button.slick-prev {
    position: absolute;
    left: 0% !important;
    bottom: 0% !important;
    top: unset !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 35px;
    transform: rotate(180deg);
}

.review-slider-row button.slick-prev:before {
    font-size: 0px;
}

.review-slider-row button.slick-next:before {
    font-size: 0;
}

.review-slider-row button.slick-next {
    position: absolute;
    left: 10% !important;
    bottom: -3.5% !important;
    top: unset !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 35px;
}

.review-slider-row button.slick-prev:hover {
    outline: unset !important;
    background: unset !important;
    color: unset !important;
    filter: unset !important;
}

.review-content .text-end img {
    margin: auto 0 auto auto;
}

.review-sec .row .col-md-5 {
    position: relative;
}

.review-sec .row .col-md-5:before {
    content: '';
    position: absolute;
    width: 88%;
    height: 88%;
    bottom: 0%;
}

.review-sec .row .col-md-5 img {
    z-index: 1;
    position: relative;
}

.review-content {
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-content p {
    font-family: "Mulish", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 32px;
    color: #4B4B4B;
    margin-top: 25px;
}

.review-content img {
    max-width: 40px !important;
}

.review-content .rating {
    margin-bottom: 20px;
}

.review-content .rating i {
    color: #FCD503;
}

.user-pagi {
    display: flex;
    gap: 20px;
}

.user-pagi .first-user {
    background-image: linear-gradient(180deg, #4DAACC 0%, #9FC379 100%);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

.user-pagi h4 {
    margin-bottom: 8px;
    font-family: "Manrope", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    color: #fff;
}

.user-pagi p {
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.user-pagi .first-user .row {
    align-items: center;
}

.user-pagi .first-user .row .col-md-4,
.user-pagi .first-user .row .col-md-8 {
    padding: 0px;
}

.user-pagi .second-user {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}

.user-pagi .second-user .row {
    align-items: center;
}

.user-pagi .second-user .row .col-md-4,
.user-pagi .second-user .row .col-md-8 {
    padding: 0px;
}

.user-pagi .second-user h4,
.user-pagi .second-user p {
    color: #000;
}

.user-pagi .row .col-md-8 {
    padding-left: 10px !important;
}

.user-pagi .row .col-md-4 {
    width: 25%;
}

.review-sec {
    background-image: linear-gradient(180deg, #4DAACC47 0%, #9FC37940 100%);
}

.sticky-col {
    position: sticky;
    top: 0px;
    align-self: flex-start;
}

.service-sec .basic-plan-card-wrap-support {
    position: relative;
    padding: 0 60px;
}

.service-sec .basic-plan-card-wrap-support .custom-slick-prev,
.service-sec .basic-plan-card-wrap-support .custom-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background-color: #718A62 !important;
    border: none;
    border-radius: 50%;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.service-sec .basic-plan-card-wrap-support .custom-slick-prev:hover,
.service-sec .basic-plan-card-wrap-support .custom-slick-next:hover {
    background-color: #9CBD78 !important;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.service-sec .basic-plan-card-wrap-support .custom-slick-prev:before,
.service-sec .basic-plan-card-wrap-support .custom-slick-next:before {
    display: none;
}

.service-sec .basic-plan-card-wrap-support .custom-slick-prev svg,
.service-sec .basic-plan-card-wrap-support .custom-slick-next svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.service-sec .basic-plan-card-wrap-support .custom-slick-prev {
    left: 0;
}

.service-sec .basic-plan-card-wrap-support .custom-slick-next {
    right: 0;
}

@media (max-width: 768px) {
    .service-sec .basic-plan-card-wrap-support {
        padding: 0 50px;
    }

    .service-sec .basic-plan-card-wrap-support .custom-slick-prev,
    .service-sec .basic-plan-card-wrap-support .custom-slick-next {
        width: 40px;
        height: 40px;
    }

    .service-sec .basic-plan-card-wrap-support .custom-slick-prev svg,
    .service-sec .basic-plan-card-wrap-support .custom-slick-next svg {
        width: 20px;
        height: 20px;
    }
}

.our-stroy .story-row-one {
    padding-bottom: 60px;
}

.our-stroy .bg-light.padding-bottom {
    padding-top: 60px;
}

.service-sec .basic-plan-card-wrap-support h4 {
    font-family: 'Manrope';
    text-align: center;
}

.service-sec .basic-plan-card-wrap-support p.para-all {
    min-height: 64px;
    text-align: center;
}

.service-sec .basic-plan-card-wrap-support .price {
    justify-content: center !important;
    text-align: center;
}

.site-footer .footer-col.about-site p.para-all,
.site-footer .footer-col.about-site p.para-all a {
    color: #fff;
}