#hero {
    padding: 50px 0;
}
#hero .row {
    align-items: center;
}
#hero .content {
    max-width: 607px;
}
@media (max-width: 1200px) {
    #hero .content {
        max-width: 100%;
    }
}
#hero .content h1 {
    color: #0C0C0C;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
}
#hero .content p {
    color: #0C0C0C;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
#hero .content .click {
    display: flex;
    margin-top: 45px;
}
#hero .content .click .btn-yellow {
    margin-right: 10px;
}
#hero img {
    width: 100%;
    max-width: 686px;
    aspect-ratio: 686/515;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1200px) {
    #hero img {
        margin: 0 auto;
    }
}
#hero .slick-slide {
    margin: 0 10px;
}
#accreditations {
    background: #F8F8F8;
    padding: 20px 0;
}
#accreditations .row {
    align-items: center;
}
#accreditations .header h2 {
    color: #333;
    font-family: Inter;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
@media (max-width: 1200px) {
    #accreditations .header h2 {
        text-align: center;
    }
}
#accreditations img {
    width: 100%;
    max-width: 358px;
    height: auto;
    aspect-ratio: 358/136;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}

#accreditations .slick-slide{
    margin: 0 10px;
}

#imageContent {
    padding: 100px 0;
}
#imageContent .row {
    align-items: center;
}
#imageContent img {
    width: 100%;
    max-width: 594px;
    height: auto;
    aspect-ratio: 594/439;
    object-fit: cover;
}
@media (max-width: 1200px) {
    #imageContent img {
        margin: 0 auto;
        display: block;
    }
}
#imageContent .content {
    padding-left: 50px;
    margin-left: auto;
}
@media (max-width: 1200px) {
    #imageContent .content {
        padding: 0;
    }
}
#imageContent .content h2 {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 20px;
}
#imageContent .content h2 strong {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 12%;
    text-underline-position: from-font;
}
#imageContent .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#imageContent .content .click {
    margin-top: 40px;
}

#why {
    padding: 100px 0;
}
#why .header {
    max-width: 1050px;
    margin: 0 auto 100px;
}
#why .header h2 {
    color: #0C0C0C;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#why .header h2 strong {
    color: #0C0C0C;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-transform: capitalize;
}
#why .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#why .wrap {
    border-radius: 15px;
    background: #000;
    padding: 50px;
    text-align: center;
    height: 100%;
}
#why .wrap p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
#why .wrap p:first-of-type {
    color: #FFE100;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
}

#categories {
    padding: 100px 0;
    background: #F8F8F8;
}
#categories .row {
    align-items: center;
}
#categories .header h2 {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#categories .header h2 strong {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-transform: capitalize;
}
#categories .header p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}
#categories .click {
    width: fit-content;
    margin-left: auto;
    display: block;
}
@media (max-width: 1200px) {
    #categories .click {
        margin-left: 0;
    }
}

#categories .wrap {
    max-width: 332px;
    margin: 0 auto;
    display: block!important;
    background: #fff;;
    border-radius: 10px;
    padding: 15px;
}
#categories .wrap img {
    width: 100%;
    max-width: 332px;
    aspect-ratio: 332/221;
    margin-bottom: 15px;
    border-radius: 10px;
}
#categories .wrap h3 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#categories .wrap p {
    color: #575757;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
#categories .wrap a {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    text-transform: uppercase;
}
#categories .slick-slide {
    margin: 0 10px;
}

#categories .wrap .click{
    margin: 40px 0 0;
}

#banner{
    height: 486px;
    background-size: cover;
    background-position: center;
}

#testimonials {
    padding: 100px 0;
}
#testimonials .header {
    margin-bottom: 100px;
}
#testimonials .header h2 {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#testimonials .header h2 strong {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-transform: capitalize;
}
#testimonials .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}
#testimonials .slick-slide {
    margin: 0 10px;
}
#testimonials .wrap .quote {
    width: 62px;
    height: 62px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
#testimonials .wrap .text p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
}
#testimonials .wrap .name {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 40px;
}
#testimonials .wrap .company {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

#testimonials .read-more-btn{
    margin: 0 auto;
    display: block!important;
    font-family: Inter;
    font-size: 14px;
    color: #000!important;
    text-decoration: underline;
}

#testimonials .slick-dots{
    bottom: -80px!important;
}

#testimonials .slick-slide {
    margin: 0 20px;
}
#testimonials .text-truncate-container {
    min-height: 129px;
}
@media (max-width: 1200px) {
    #testimonials .text-truncate-container {
        min-height: 152px;
    }
}
@media (max-width: 767px) {
    #testimonials .text-truncate-container {
        min-height: 0;
    }
}



#popular .wrap {
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
}
#popular .wrap img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 332/221;
    object-fit: cover;
    margin-bottom: 10px;
}
#popular .wrap .content h3 {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#popular .wrap .content p {
    color: #575757;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
#popular .wrap .content .click {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#popular .wrap .content .click .btn-yellow {
    width: fit-content;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}
#popular .wrap .content .click .more {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 25%;
    text-underline-position: from-font;
    text-transform: uppercase;
}

#popular .slick-slide {
    margin: 0 10px;
}

#popular .wrap .click{
    margin: 40px 0 0;
    width: 100%;
}

#popular {
    padding: 100px 0;
    background: #F8F8F8;
}
#popular .row {
    align-items: center;
}
#popular .header h2 {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#popular .header h2 strong {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-transform: capitalize;
}
#popular .header p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}
#popular .click {
    width: fit-content;
    margin-left: auto;
    display: block;
}
@media (max-width: 1200px) {
    #popular .click {
        margin-left: 0;
    }
}

#faqs {
    padding: 100px 0;
}
#faqs .header {
    max-width: 1050px;
    margin: 0 auto 100px;
    display: block;
}
#faqs .header h2 {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
#faqs .header h2 strong {
    color: #333;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 61px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #FFE100;
    text-decoration-thickness: auto;
    text-underline-offset: 12%;
    text-underline-position: from-font;
    text-transform: capitalize;
}
#faqs .header p {
    color: #333;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}
#faqs .accordion {
    max-width: 1050px;
    margin: 0 auto;
}
#faqs .accordion .accordion-button {
    padding-left: 50px;
    margin-bottom: 20px;
}
#faqs .accordion .accordion-header p {
    color: #3B3B3B;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin: 0;
}
#faqs .accordion .accordion-button::after {
    background-image: none;
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 6 Free';
    content: '\2b';
    font-weight: 900;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #FFE100 2px solid;
    width: 30px;
    height: 30px;
}
#faqs .accordion .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}
