.home {
    background: url("/images/dark-bg.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px !important;
    height: auto;
}

.btn-nav-login, .btn-primary-signup {
    border-radius: 30px;
    min-width: 150px;
}

.btn-primary-signup {
    margin-top: 15px;
}

.brand-heading {
    color: #FFF;
    font-family: Open Sans;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.highlight {
    color: #FFB900;
}

.online-registery .seperator {
    height: 5px;
    width: 100px;
    background-color: #FFB900;
    display: block;
    margin-left: 5px;
}
a{
    font-weight:bold;
}
.signup-form-wrapper a {
    color: #019644 !important;
    font-weight: 600;
}

.signup-form-wrapper {
    background: #fff;
    margin: 20px;
    border-radius: 10px;
    border: 5px solid #019644;
    padding: 20px;
    max-width: 465px;
}

header {
    margin-bottom: 40px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.form-select, .form-control {
    border-radius: 10px !important;
    height: 35px !important;
}

.invalid-feedback {
    display: none !important;
}

.brand-description {
    color: #FFF;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px auto;
    padding-right: 50px;
}

.form-select, .form-control::placeholder, .form-label {
    font-size: 14px !important;
}


ol{
    list-style:circle;
}

li.cir{
        font-size: 25px;
    font-weight: 600;
    list-style:unset;
    text-align: left;
}
.brand-wrapper {
    padding: 40px;
    padding-bottom: 0;
}

.services-wrapper {
    padding: 30px 10px 0;
}

    .services-wrapper ul li::marker {
        color: #019644;
    }

    .services-wrapper ul li {
        list-style: disc;
        color: #000 !important;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 24px;
    }

.form-label {
    margin-bottom: 0;
}

.services-wrapper ul li span {
    font-weight: 600;
}

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

    .wrapper i#right, .wrapper i#left {
        top: 50%;
        height: 50px;
        width: 50px;
        cursor: pointer;
        font-size: 1.25rem;
        position: absolute;
        text-align: center;
        line-height: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
        transform: translateY(-50%);
        transition: transform 0.1s linear;
    }

        .wrapper i#right:active, .wrapper i#left:active {
            transform: translateY(-50%) scale(0.85);
        }

    .wrapper i#left, .wrapper i#right {
        left: -35px;
        font-size: 37.5px;
        color: #019644;
        z-index: 99;
    }

    .wrapper i#right {
        left: unset;
        right: -35px;
    }

    .wrapper .carousel {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 3) - 12px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
        margin-top: 70px;
    }

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

    .carousel.dragging .card {
        cursor: grab;
        user-select: none;
    }

.carousel :where(.card, .img) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel .card {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding: 20px;
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
    height: auto;
    justify-content: end;
    top: 0px;
}

    .carousel .card .img {
        background: #d0ffd8;
        height: 100px;
        width: 100px;
        border-radius: 50%;
    }

.card .img img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px 2px #197b2a;
}

.carousel .card h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
}

.carousel .card span {
    color: #6a6d78;
    font-size: 1.31rem;
}

.faq-wrapper {
    margin-bottom: 90px;
}

.accordion-item {
    max-width: 80%;
    margin: 20px auto;
    border: hidden !important;
}

.accordion-button {
    background: #efebeb;
    border: hidden;
}

    .accordion-button:not(.collapsed), .accordion-button:not(.collapsed) {
        color: #019644;
        background: #EDFFF0;
        border: 2px solid #019644;
        border-radius: 10px !important;
    }

    .accordion-button:not(.collapsed) {
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--primary-color);
    }

.accordion-item .accordion-button {
    box-shadow: none !important;
    font-weight: 500;
}

.accordion-body {
    background: #efebeb;
    margin-top: -5px;
    font-weight: 400;
}

.accordion-button::after {
    background-image: url("../images/plus.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
}

#future .h6, #personalised .h6 {
    font-size: 20px;
    line-height: 35px;
}

#faq ul li {
    list-style: disc;
    margin: 10px auto 0 30px;
}   

#testimonials .wrapper .col-sm-4 {
    padding-left: 0;
}

.services-wrapper .h1 {
    margin: -30px;
    margin-bottom: 15px;
}

.toast {
    left: unset !important;
}

header > nav, section, .footer {
    max-width: 1280px;
    margin: 30px auto !important;
}

header > nav {
    margin-top: 0 !important;
}

section#contact {
    margin-bottom: 0 !important;
}

.footer {
    margin: 0 auto !important;
    background-color: unset;
    padding: 0 !important;
}

.carousel .col-sm-4 {
    width: 100px;
}
.signup-form-wrapper label {
        margin-bottom: 5px;
    }

    .signup-form-wrapper input, .signup-form-wrapper select {
        margin-bottom: 10px;
    }
@media screen and (max-width: 1280px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }

    .col-sm-12:has(.signup-form-wrapper),
    .col-sm-12:has(.brand-wrapper) {
        width: 100%
    }

    .brand-description {
        margin: 20px auto;
        font-size: 16px;
    }

    .signup-form-wrapper {
        margin: 40px auto;
    }

    .brand-heading {
        font-size: 20px;
    }
}
.contact-img, .services-img {
        max-width: 100%;
        width: 320px;
    }
@media screen and (max-width: 1023px) {
    .home {
        background: unset;
    }

    .brand-wrapper {
        background: url("/images/dark-bg.png") no-repeat;
        background-size: 100% 100%;
        padding: 20px;
        border-radius: 10px;
    }

    #future {
        background-size: cover !important;
    }
}

@media screen and (max-width: 767px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;
    }

    .brand-description {
        margin: 20px auto;
        font-size: 14px;
    }

    .what-is-included {
        padding-left: 40px;
        padding-right: 50px;
        margin-top: 80px;
    }

    .brand-description {
        padding-right: 0 !important;
    }

    section .h6 {
        font-size: 16px !important;
    }

    .logo.homepage {
        height: 50px;
    }

    .contact-img {
        display: none;
    }

    .footer {
        font-size: 16px !important;
    }

    .btn-nav-login {
        width: 120px !important;
        min-width: 120px !important;
    }
    .carousel .col-sm-4{
        margin: 0 auto;
    }
     .carousel .col-sm-8,.carousel .col-sm-8 h2{
        margin: 0 auto;
        text-align:center;

     }
}
