/* Hero start */
.hero {
    margin-top: 3rem;
    position: relative;
    min-height: 42rem;
}

.hero .left-side {
    margin-left: 6.5rem;
}

.hero .title {
    font-weight: 900;
    font-size: 56px;
    line-height: 5rem;
    font-family: 'Outfit', sans-serif;
}

.hero .highlighted-title {
    color: var(--upsdell-red);
    background: url('../../../uploads/image/text-bg.svg') no-repeat center;
    background-size: contain;
    padding: 0.2em 0.4em;
}

.hero .sub-text {
    margin-top: 4rem;
    font-weight: 400;
    font-size: 20px;
}

.hero .card {
    border-radius: 32px;
}

.hero .card-title {
    font-weight: 600;
    font-size: 20px;
}

.hero .download-text {
    font-weight: 400;
    font-size: 16px;
}


/* Hero end */

/* Section 1 start */
.light-section-1 {
    margin-top: 3rem;
    position: relative;
    min-height: 45rem;
}

.light-section-1 .title {
    font-weight: 700;
    font-size: 44px;
    font-family: 'Outfit', sans-serif;
}

.light-section-1 .sub-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.light-section-1 .sub-text {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.light-section-1 .left-side {
    top: 50%;
    transform: translateY(-50%);
    left: 7rem;
}

.light-section-1 .middle-side {
    top: 0px;
    width: 70rem;
    left: 50%;
    transform: translateX(-50%);
}

.light-section-1 .right-side {
    top: 50%;
    transform: translateY(-50%);
    right: 7rem;
}

/* Section 1 end */

/* Section 2 start */
.light-section-2 {
    margin-top: 3rem;
}

.light-section-2 .title {
    font-weight: 700;
    font-size: 44px;
    font-family: 'Outfit', sans-serif;
}

/* Accordion Styling */
.light-section-2 .accordion {
    background-color: transparent;
}

.light-section-2 .accordion-item {
    border: none;
    margin-bottom: 3rem;
    border-radius: 16px;
    color: var(--bs-accordion-color);
}

.light-section-2 .accordion-button {
    border-radius: 16px;
    background-color: var(--main-bg);
    box-shadow: none;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    color: var(--black);
}

.light-section-2 .accordion-button:not(.collapsed) {
    background-color: var(--bright-gray);
    border-radius: 0px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.accordion-item {
    background-color: var(--main-bg);
}

.light-section-2 .accordion-button::after {
    display: none;
}

.light-section-2 .accordion-body {
    background-color: var(--bright-gray);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-size: 20px;
    font-weight: 400;
}

.light-section-2 .accordion-item:first-of-type .accordion-button,
.light-section-2 .accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.light-section-2 .right-side {
    background-color: var(--bright-gray);
    border-radius: 16px;
}

/* Section 2 end */

/* Section 3 start */
.light-section-3 {
    margin-top: 3rem;
}

.light-section-3 .title {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Outfit', sans-serif;
}

.light-section-3 .card {
    border: 0px;
    background: var(--lavender-blue);
}

.light-section-3 .card-text {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

/* Section 3 end */

/* Section 4 start */
.light-section-4 {
    margin-top: 3rem;
}

.light-section-4 .title {
    font-weight: 700;
    font-size: 44px;
    font-family: 'Outfit', sans-serif;
}

.light-section-4 .card-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.light-section-4 .card-text {
    font-size: 18px;
    font-weight: 400;
    height: 2rem;
}

.light-section-4 img {
    height: 40rem;
}

/* Section 4 end */

/* Section 5 start */
.light-section-5 {
    margin-top: 3rem;
}

.light-section-5 .container {
    background-color: var(--white);
    border-radius: 48px;
    position: relative;
    min-height: 45rem;
    /* padding: 54px 4px 0px 54px; */
}

.light-section-5 .title {
    font-weight: 700;
    font-size: 44px;
    font-family: 'Outfit', sans-serif;
}

.light-section-5 .card-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.light-section-5 .sub-text {
    font-size: 16.73px;
    font-weight: 400;
    color: #4C4B4B;
}

.light-section-5 .left-side {
    left: 1rem;
    top: 9rem;
}

.light-section-5 .right-side {
    bottom: 0rem;
    right: 0rem;
}

.light-section-5 .right-side img {
    width: 56rem;
}

/* Section 5 end */

/* Faq start */
.faqs {
    margin-top: 3rem;
}

.faqs .title {
    font-weight: 600;
    font-size: 44px;
    font-family: 'Outfit', sans-serif;
}

.faqs .accordion-item {
    border: none;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.faqs .accordion-header {
    border: none;
    border-radius: 8px;
    background-color: var(--white);
    padding: 0.5rem 1.3rem;
}

.faqs #accordion_questions {
    margin-top: 3rem;
}

.faqs .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    box-shadow: none;
}

.faqs .accordion-button:focus {
    box-shadow: none;
}

.faqs .accordion-button i {
    margin-left: 1rem;
    transition: transform 0.3s ease;
    color: var(--black);
}

.faqs .accordion-button[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* Faq end */

@media only screen and (min-width: 0px) and (max-width: 575px) {

    /* Hero start */
    .hero {
        margin-top: 2rem;
        min-height: 30rem;
    }

    .hero .left-side {
        margin-left: 0.5rem;
    }

    .hero .title {
        font-size: 30px;
        line-height: 3rem;
    }

    .hero .highlighted-title {
        padding: 0.2em 0.4em;
    }

    .hero .sub-text {
        margin-top: 2rem;
        font-size: 20px;
    }

    .hero .card {
        border-radius: 32px;
        width: 100% !important;
    }

    .hero .card-title {
        font-weight: 600;
        font-size: 20px;
    }

    .hero .download-text {
        font-weight: 400;
        font-size: 16px;
    }

    /* Hero end */

    /* Section 1 start */
    .light-section-1 {
        margin-top: 2rem;
        min-height: 35rem;
    }

    .light-section-1 .title {
        font-size: 30px;
    }

    .light-section-1 .sub-title {
        font-size: 20px;
    }

    .light-section-1 .sub-text {
        font-size: 16px;
    }

    .light-section-1 .left-side {
        position: unset !important;
        text-align: center;
        margin-top: 5rem;
    }

    .light-section-1 .middle-side {
        top: 36%;
        width: 23rem;
        overflow: hidden;
        left: 49%;
    }

    .light-section-1 .right-side {
        text-align: center;
        top: 33rem;
        left: 2rem;
        right: unset;
    }

    /* Section 1 end */

    /* Section 2 start */
    .light-section-2 {
        margin-top: 2rem;
    }

    .light-section-2 .title {
        font-weight: 700;
        font-size: 30px;
    }

    /* Accordion Styling */
    .light-section-2 .accordion-item {
        margin-bottom: 2rem;
    }

    .light-section-2 .accordion-button {
        font-size: 20px;
    }

    .light-section-2 .accordion-button:not(.collapsed) {
        border-radius: 0px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .light-section-2 .accordion-button::after {
        display: none;
    }

    .light-section-2 .accordion-body {
        font-size: 16px;
    }

    /* Section 2 end */

    /* Section 3 start */
    .light-section-3 {
        margin-top: 2rem;
    }

    .light-section-3 .title {
        font-size: 30px;
    }

    .light-section-3 .card-text {
        font-size: 18px;
    }

    .light-section-3 .card img {
        height: 50px;
    }

    /* Section 3 end */

    /* Section 4 start */
    .light-section-4 {
        margin-top: 2rem;
    }

    .light-section-4 .title {
        font-size: 30px;
    }

    .light-section-4 .card-title {
        font-size: 22px;
    }

    .light-section-4 .card-text {
        font-size: 16px;
        height: 2rem;
    }

    .light-section-4 img {
        height: 250px;
    }

    /* Section 4 end */

    /* Section 5 start */
    .light-section-5 {
        margin-top: 2rem;
    }

    .light-section-5 .container {
        min-height: 43rem;
    }

    .light-section-5 .title {
        font-size: 30px;
    }

    .light-section-5 .card-title {
        font-size: 24px;
        font-weight: 600;
    }

    .light-section-5 .sub-text {
        font-size: 16.73px;
        font-weight: 400;
        color: #4C4B4B;
    }

    .light-section-5 .left-side {
        left: 1rem;
        top: 17rem;
    }

    .light-section-5 .left-side {
        padding-left: 1rem;
    }

    .light-section-5 .right-side {
        bottom: 0rem;
        right: 0rem;
        display: none;
    }

    .light-section-5 .right-side img {
        width: 56rem;
    }

    /* Section 5 end */

    /* Faq start */
    .faqs {
        margin-top: 2rem;
    }

    .faqs .title {
        font-size: 30px;
    }

    .faqs #accordion_questions {
        margin-top: 3rem;
    }

    .faqs .accordion-button {
        font-size: 16px;
        padding: 8px;
    }

    /* Faq end */
}

@media (min-width: 576px) and (max-width: 767px) {

    /* Hero start */
    .hero {
        margin-top: 2rem;
        min-height: 24rem;
    }

    .hero .left-side {
        margin-left: 4.5rem;
    }

    .hero .title {
        font-size: 30px;
        line-height: 3rem;
    }

    .hero .highlighted-title {
        padding: 0.2em 0.4em;
    }

    .hero .sub-text {
        margin-top: 2rem;
        font-size: 20px;
    }

    .hero .card {
        border-radius: 32px;
    }

    .hero .card-title {
        font-weight: 600;
        font-size: 20px;
    }

    .hero .download-text {
        font-weight: 400;
        font-size: 16px;
    }

    /* Hero end */

    /* Section 1 start */
    .light-section-1 {
        margin-top: 2rem;
        min-height: 35rem;
    }

    .light-section-1 .title {
        font-size: 30px;
    }

    .light-section-1 .sub-title {
        font-size: 20px;
    }

    .light-section-1 .sub-text {
        font-size: 16px;
    }

    .light-section-1 .left-side {
        position: unset !important;
        text-align: center;
        margin-top: 5rem;
    }

    .light-section-1 .middle-side {
        top: 36%;
        width: 23rem;
        overflow: hidden;
        left: 49%;
    }

    .light-section-1 .right-side {
        text-align: center;
        top: 33rem;
        left: 12rem;
        right: unset;
    }

    /* Section 1 end */

    /* Section 2 start */
    .light-section-2 {
        margin-top: 2rem;
    }

    .light-section-2 .title {
        font-weight: 700;
        font-size: 30px;
    }

    /* Accordion Styling */
    .light-section-2 .accordion-item {
        margin-bottom: 2rem;
    }

    .light-section-2 .accordion-button {
        font-size: 20px;
    }

    .light-section-2 .accordion-body {
        font-size: 16px;
    }

    /* Section 2 end */

    /* Section 3 start */
    .light-section-3 {
        margin-top: 2rem;
    }

    .light-section-3 .title {
        font-size: 30px;
    }

    .light-section-3 .card-text {
        font-size: 18px;
    }

    .light-section-3 .card img {
        height: 50px;
    }

    /* Section 3 end */

    /* Section 4 start */
    .light-section-4 {
        margin-top: 2rem;
    }

    .light-section-4 .title {
        font-size: 30px;
    }

    .light-section-4 .card-title {
        font-size: 22px;
    }

    .light-section-4 .card-text {
        font-size: 16px;
        height: 2rem;
    }

    .light-section-4 img {
        height: 250px;
    }

    /* Section 4 end */

    /* Section 5 start */
    .light-section-5 {
        margin-top: 2rem;
    }

    .light-section-5 .container {
        min-height: 43rem;
    }

    .light-section-5 .title {
        font-size: 30px;
    }

    .light-section-5 .card-title {
        font-size: 24px;
        font-weight: 600;
    }

    .light-section-5 .sub-text {
        font-size: 16.73px;
        font-weight: 400;
        color: #4C4B4B;
    }

    .light-section-5 .left-side {
        left: 1.5rem;
        top: 17rem;
    }

    .light-section-5 .right-side {
        bottom: 0rem;
        right: 0rem;
    }

    .light-section-5 .right-side img {
        width: 56rem;
    }

    /* Section 5 end */

    /* Faq start */
    .faqs {
        margin-top: 2rem;
    }

    .faqs .title {
        font-size: 30px;
    }

    .faqs #accordion_questions {
        margin-top: 3rem;
    }

    .faqs .accordion-button {
        font-size: 16px;
        padding: 8px;
    }

    /* Faq end */
}

@media (min-width: 768px) and (max-width: 991px) {

    /* Hero start */
    .hero {
        margin-top: 2rem;
        min-height: 24rem;
    }

    .hero .left-side {
        margin-left: 1.5rem;
    }

    .hero .title {
        font-size: 30px;
        line-height: 3rem;
    }

    .hero .highlighted-title {
        padding: 0.2em 0.4em;
    }

    .hero .sub-text {
        margin-top: 2rem;
        font-size: 20px;
    }

    .hero .card {
        border-radius: 32px;
    }

    .hero .card-title {
        font-weight: 600;
        font-size: 20px;
    }

    .hero .download-text {
        font-weight: 400;
        font-size: 16px;
    }

    /* Hero end */

    /* Section 1 start */
    .light-section-1 {
        margin-top: 2rem;
        min-height: 35rem;
    }

    .light-section-1 .title {
        font-size: 30px;
    }

    .light-section-1 .sub-title {
        font-size: 20px;
    }

    .light-section-1 .sub-text {
        font-size: 16px;
    }

    .light-section-1 .left-side {
        position: unset !important;
        text-align: center;
        margin-top: 5rem;
    }

    .light-section-1 .middle-side {
        top: 34%;
        width: 25rem;
        overflow: hidden;
        left: 50%;
    }

    .light-section-1 .right-side {
        text-align: center;
        top: 33rem;
        left: 14.5rem;
        right: unset;
    }

    /* Section 1 end */

    /* Section 2 start */
    .light-section-2 {
        margin-top: 2rem;
    }

    .light-section-2 .title {
        font-weight: 700;
        font-size: 30px;
    }

    /* Accordion Styling */
    .light-section-2 .accordion-item {
        margin-bottom: 2rem;
    }

    .light-section-2 .accordion-button {
        font-size: 20px;
    }

    .light-section-2 .accordion-body {
        font-size: 16px;
    }

    /* Section 2 end */

    /* Section 3 start */
    .light-section-3 {
        margin-top: 2rem;
    }

    .light-section-3 .title {
        font-size: 30px;
    }


    .light-section-3 .card-text {
        font-size: 18px;
    }

    .light-section-3 .card img {
        height: 65px;
    }

    /* Section 3 end */

    /* Section 4 start */
    .light-section-4 {
        margin-top: 2rem;
    }

    .light-section-4 .title {
        font-size: 30px;
    }

    .light-section-4 .card-title {
        font-size: 22px;
    }

    .light-section-4 .card-text {
        font-size: 16px;
        height: 3rem;
    }

    .light-section-4 img {
        height: 250px;
    }

    /* Section 4 end */

    /* Section 5 start */
    .light-section-5 {
        margin-top: 2rem;
    }

    .light-section-5 .container {
        min-height: 39rem;
    }

    .light-section-5 .title {
        font-size: 30px;
    }

    .light-section-5 .card-title {
        font-size: 24px;
        font-weight: 600;
    }

    .light-section-5 .sub-text {
        font-size: 16.73px;
        font-weight: 400;
        color: #4C4B4B;
    }

    .light-section-5 .left-side {
        left: 3.5rem;
        top: 10rem;
    }

    .light-section-5 .right-side {
        bottom: 0rem;
        right: 0rem;
    }

    .light-section-5 .right-side img {
        width: 30rem;
    }

    /* Section 5 end */

    /* Faq start */
    .faqs {
        margin-top: 2rem;
    }

    .faqs .title {
        font-size: 30px;
    }

    .faqs #accordion_questions {
        margin-top: 3rem;
    }

    .faqs .accordion-button {
        font-size: 16px;
        padding: 8px;
    }

    /* Faq end */
}



@media (min-width: 992px) and (max-width: 1199px) {

    /* Hero start */
    .hero {
        margin-top: 3rem;
        min-height: 30rem;
    }

    .hero .left-side {
        margin-left: 2.5rem;
    }

    .hero .title {
        font-size: 42px;
        line-height: 4rem;
    }

    .hero .highlighted-title {
        padding: 0.2em 0.4em;
    }

    .hero .sub-text {
        margin-top: 2rem;
        font-size: 20px;
    }

    .hero .card {
        border-radius: 32px;
    }

    .hero .card-title {
        font-weight: 600;
        font-size: 20px;
    }

    .hero .download-text {
        font-weight: 400;
        font-size: 16px;
    }

    /* Hero end */

    /* Section 1 start */
    .light-section-1 {
        margin-top: 2rem;
        min-height: 35rem;
    }

    .light-section-1 .title {
        font-size: 30px;
    }

    .light-section-1 .sub-title {
        font-size: 20px;
    }

    .light-section-1 .sub-text {
        font-size: 16px;
    }

    .light-section-1 .left-side {
        position: unset !important;
        text-align: center;
        margin-top: 5rem;
    }

    .light-section-1 .middle-side {
        top: 33%;
        width: 26rem;
        overflow: hidden;
        left: 50%;
    }

    .light-section-1 .right-side {
        text-align: center;
        top: 35rem;
        left: 22rem;
        right: unset;
    }

    /* Section 1 end */

    /* Section 2 start */
    .light-section-2 {
        margin-top: 2rem;
    }

    .light-section-2 .title {
        font-weight: 700;
        font-size: 30px;
    }

    /* Accordion Styling */
    .light-section-2 .accordion-item {
        margin-bottom: 2rem;
    }

    .light-section-2 .accordion-button {
        font-size: 20px;
    }

    .light-section-2 .accordion-button:not(.collapsed) {
        border-radius: 0px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .light-section-2 .accordion-button::after {
        display: none;
    }

    .light-section-2 .accordion-body {
        font-size: 16px;
    }

    /* Section 2 end */

    /* Section 3 start */
    .light-section-3 {
        margin-top: 2rem;
    }

    .light-section-3 .title {
        font-size: 30px;
    }

    .light-section-3 .card-text {
        font-size: 18px;
    }

    .light-section-3 .card img {
        height: 50px;
    }

    /* Section 3 end */

    /* Section 4 start */
    .light-section-4 {
        margin-top: 2rem;
    }

    .light-section-4 .title {
        font-size: 30px;
    }

    .light-section-4 .card-title {
        font-size: 22px;
    }

    .light-section-4 .card-text {
        font-size: 16px;
        height: 2rem;
    }

    .light-section-4 img {
        height: 300px;
    }

    /* Section 4 end */

    /* Section 5 start */
    .light-section-5 {
        margin-top: 2rem;
    }

    .light-section-5 .container {
        min-height: 35rem;
    }

    .light-section-5 .title {
        font-size: 30px;
    }

    .light-section-5 .card-title {
        font-size: 24px;
        font-weight: 600;
    }

    .light-section-5 .sub-text {
        font-size: 16.73px;
        font-weight: 400;
        color: #4C4B4B;
    }

    .light-section-5 .left-side {
        left: 3rem;
        top: 10rem;
    }

    .light-section-5 .right-side {
        bottom: 0rem;
        right: 0rem;
    }

    .light-section-5 .right-side img {
        width: 36rem;
    }

    /* Section 5 end */

    /* Faq start */
    .faqs {
        margin-top: 2rem;
    }

    .faqs .title {
        font-size: 30px;
    }

    .faqs #accordion_questions {
        margin-top: 3rem;
    }

    .faqs .accordion-button {
        font-size: 16px;
        padding: 8px;
    }

    /* Faq end */
}

@media (min-width: 1200px) and (max-width: 1399px) {

    /* Hero start */
    .hero {
        margin-top: 3rem;
        min-height: 30rem;
    }

    .hero .left-side {
        margin-left: 2.5rem;
    }

    .hero .title {
        font-size: 42px;
        line-height: 4rem;
    }

    .hero .highlighted-title {
        padding: 0.2em 0.4em;
    }

    .hero .sub-text {
        margin-top: 2rem;
        font-size: 20px;
    }

    .hero .card {
        border-radius: 32px;
    }

    .hero .card-title {
        font-weight: 600;
        font-size: 20px;
    }

    .hero .download-text {
        font-weight: 400;
        font-size: 16px;
    }

    /* Hero end */

    /* Section 1 start */
    .light-section-1 {
        margin-top: 2rem;
        min-height: 35rem;
    }

    .light-section-1 .title {
        font-size: 30px;
    }

    .light-section-1 .sub-title {
        font-size: 24px;
    }

    .light-section-1 .sub-text {
        font-size: 16px;
    }

    .light-section-1 .middle-side {
        width: 54rem;
        left: 50%;
    }

    /* Section 1 end */
}