* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    position: relative;
    padding: 100px 40px 170px 40px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width:768px) {
    .navbar-top {
        /* padding: 80px 20px; */
        padding: 80px 20px 150px 20px;

    }
}

@media screen and (max-width:576px) {
    .navbar-top {
        /* padding: 60px 20px; */
        padding: 60px 20px 130px 20px;

    }
}

@media screen and (max-width:425px) {
    .navbar-top {
        padding: 50px 20px 120px 20px;
    }
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: bold;
}

.navbar-top img {
    width: 230px;
}

@media screen and (max-width:768px) {
    .navbar-top img {
        width: 120px;
    }
}

@media screen and (max-width:576px) {
    .navbar-top img {
        width: 100px;
    }
}

@media screen and (max-width:425px) {
    .navbar-top img {
        width: 80px;
    }
}

.menu-btn {
    background: #95DA21;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50px;
}

.menu-btn img {
    width: 24px;
}

/* .menu {
    display: none;
    right: 20px;
    top: 60px;
    background-color: #444;
    min-width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    width: 465px;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0;
    height: 100%;
    padding: 30px 60px;
}
.menu .menu-logo img{
    width: 100px;
}
.menu .menu-items{
    padding-top: 30px;
}
.menu a {
    display: block;
    padding: 20px 0;
    color: white;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 20px;
    font-family: "Montserrat", serif;
}

.menu a:hover {
    background-color: #555;
}

.menu.show {
    display: block;
} */

.menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 465px;
    height: 100%;
    padding: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.menu .menu-logo img {
    width: 100px;
}

.menu .menu-items {
    padding-top: 30px;
}

.menu a {
    display: block;
    padding: 14px 10px;
    color: #000;
    text-decoration: none;
    transition: background 0.3s;
    font-size: 20px;
    font-family: "Montserrat", serif;
    border-radius: 10px;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu a:hover {
    background-color: #95DA21;
    transform: translateX(-5px) scale(1);
    /* Adds a lift and zoom effect */
    color: white;
}

.menu.show {
    display: block;
    z-index: 2;
}

.menu .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: black;
    cursor: pointer;
}
.mob_menu {
    display: none;
}
    .mob_menu ul {
        margin-top: 7px;
        gap: 10px;
        display: inline-block;
        align-items: center;
    }
    .mob_menu li.nav-item {
        width: 95px;
        border: 1px solid #5f9702;
        border-radius: 10px;
        text-align: center;
        background-color: #95DA21;
        padding: 0px 1px 0px 6px;
        float: left;
        margin: 0px 10px;
    }

@media screen and (max-width:576px) {
    .menu {
        width: 100%;
        padding: 30px 20px;
    }
}

@media screen and (max-width:576px) {
    .menu .menu-logo img {
        width: 80px;
        /* height: 100%; */
    }
}

/*--herosection-1--*/
.herosection-1 {
    /* background: url(../images/banner.png); */
    background-color: #95DA21;
    /* background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    width: 100%;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .herosection-1 {
        background-attachment: scroll;
        /* Avoids fixed backgrounds on mobile */
        background-size: cover;
        /* Adjusts for smaller screens */
        min-height: 440px;
        /* Reduces height for better mobile layout */
    }
    .mob_menu {
        display: block;
    }
}

@media (max-width: 576px) {
    .herosection-1 {
        background-attachment: scroll;
        /* Avoids fixed backgrounds on mobile */
        background-size: cover;
        /* Adjusts for smaller screens */
        min-height: 330px;
        /* Reduces height for better mobile layout */
    }
}

@media (max-width: 425px) {
    .herosection-1 {
        background-attachment: scroll;
        /* Avoids fixed backgrounds on mobile */
        background-size: cover;
        /* Adjusts for smaller screens */
        min-height: 280px;
        /* Reduces height for better mobile layout */
    }
}

@media (max-width: 375px) {
    .herosection-1 {
        background-attachment: scroll;
        /* Avoids fixed backgrounds on mobile */
        background-size: cover;
        /* Adjusts for smaller screens */
        min-height: 212px;
        /* Reduces height for better mobile layout */
    }
}

.herosection-1 img {
    width: 100%;
}

/*--herosection-2--*/
.herosection-2 {
    padding: 80px 0;
}

@media screen and (max-width:576px) {
    .herosection-2 {
        padding: 50px 0;
    }
}

@media screen and (max-width:576px) {
    .herosection-2 {
        padding: 20px;
    }
}

.herosection-2 h2 {
    text-align: center;
    font-size: 60px;
    color: #95DA21;
    font-weight: 300;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:992px) {
    .herosection-2 h2 {
        margin-bottom: 32px;
    }
    .mob_menu {
        display: block;
    }
}

@media screen and (max-width:576px) {
    .herosection-2 h2 {
        font-size: 38px;
    }
}

@media screen and (max-width:425px) {
    .herosection-2 h2 {
        font-size: 30px;
    }
}

.herosection-2 .bottom {
    padding-top: 80px;
}

@media screen and (max-width:576px) {
    .herosection-2 .bottom {
        padding-top: 30px;
    }
}

.herosection-2 .col-12 img {
    width: 100%;
    padding: 30px 150px;
}

@media screen and (max-width:992px) {
    .herosection-2 .col-12 img {
        padding: 0;
    }
}

.herosection-2 .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.herosection-2 .col-lg-6 img {
    width: 80%;
    padding: 50px 0;
}

@media screen and (max-width:992px) {
    .herosection-2 .col-lg-6 img {
        width: 100%;
    }
}

.herosection-2 .outline-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.herosection-2 span {
    color: #95DA21;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:992px) {
    .herosection-2 span {
        margin-top: 26px;
    }
}

@media screen and (max-width:576px) {
    .herosection-2 span {
        font-size: 20px;
        margin-top: 26px;
    }
}

@media screen and (max-width:375px) {
    .herosection-2 span {
        font-size: 14px;
    }
}

/*--herosection-3--*/
.herosection-3 {
    padding: 50px 0 0 0;
}

.herosection-3 .col-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.herosection-3 .col-12 span {
    font-size: 32px;
    color: #7B7B7B;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .herosection-3 .col-12 span {
        font-size: 26px;
    }
}

@media screen and (max-width:576px) {
    .herosection-3 .col-12 span {
        font-size: 24px;
    }
}

.herosection-3 .col-12 h2 {
    font-size: 42px;
    color: #7B7B7B;
    margin-bottom: 0;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .herosection-3 .col-12 h2 {
        font-size: 34px;
    }
}

@media screen and (max-width:425px) {
    .herosection-3 .col-12 h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:375px) {
    .herosection-3 .col-12 h2 {
        font-size: 28px;
    }
}

.herosection-3 .col-12 img {
    width: 100%;
    padding: 50px 150px;
    /* padding: 0 100px; */
}

@media screen and (max-width:992px) {
    .herosection-3 .col-12 img {
        padding: 50px 0;
    }
}

@media screen and (max-width:768px) {
    .herosection-3 .col-12 img {
        padding: 40px 0;
    }
}

.herosection-3 .top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.herosection-3 .top span {
    margin-left: 10px;
    font-family: "Montserrat", serif;
}

.herosection-3 .bottom .col {
    text-align: center;
}

.herosection-3 .bottom .col h2 {
    color: #7b7b7b;
    padding-top: 20px;
    font-family: "Montserrat", serif;
}

/*--herosection-4--*/
.herosection-4 {
    padding: 50px 0;
}

.herosection-4 h3 {
    text-align: center;
    background-color: #95DA21;
    font-size: 32px;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .herosection-4 h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:425px) {
    .herosection-4 h3 {
        font-size: 24px;
    }
}

.herosection-5 {
    padding: 50px 0;
}

.herosection-5 .section-2 {
    display: flex;
    padding-top: 80px;
}

.herosection-5 .section-3 .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--herosection-5--*/
.herosection-5 .section-3 {
    padding-top: 60px;
}

/* .herosection-5 .section-3 .size-container{
    display: flex;
    justify-content: center;
    padding-top: 30px;
} */
.herosection-5 .section-3 .size-container {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
    justify-content: center;
    gap: 10px;
    /* Adds space between items */
    padding: 20px;
    width: 90%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .herosection-5 .section-3 .size-container {
        padding-top: 20px;
        /* Reduce padding for smaller screens */
        gap: 8px;
        /* Reduce gap between sizes */
    }
}

@media (max-width: 480px) {
    .herosection-5 .section-3 .size-container {
        flex-direction: row;
        justify-content: center;
        gap: 6px;
        /* Slightly smaller spacing for compact devices */
        padding-top: 15px;
        /* Further reduced padding */
    }
}

.herosection-5 .section-3 li {
    list-style: none;
    margin: 10px 30px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .herosection-5 .section-3 li {
        margin: 10px 20px;
    }
}

@media screen and (max-width:576px) {
    .herosection-5 .section-3 li {
        margin: 10px 0;
    }
}

.herosection-5 .section-3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-size: 32px;
    font-weight: normal;
    color: #7b7b7b;
    text-decoration: none;
    background-color: #dbdbdb;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-family: "Montserrat", serif;
}

.herosection-5 .section-3 .size-container a:focus {
    background-color: #95DA21;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    font-family: "Montserrat", serif;
}

.herosection-5 .section-3 button {
    background: none;
    border-radius: 10px;
}

.herosection-5 .section-3 .size-guide a {
    background-color: #fff;
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 30px;
    padding: 10px 20px;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:768px) {
    .herosection-5 .section-3 .size-guide a {
        background-color: #fff;
        width: auto;
        height: auto;
        font-weight: 400;
        font-size: 26px;
        padding: 10px 20px;
    }
}

@media screen and (max-width:576px) {
    .herosection-5 .section-3 .size-guide a {
        background-color: #fff;
        width: auto;
        height: auto;
        font-weight: 400;
        font-size: 24px;
        padding: 10px 20px;
    }
}

/* .herosection-5 .col{
    display: flex;
    align-items: center;
    justify-content: center;
} */
@media screen and (max-width:768px) {
    .herosection-5 .col {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.herosection-5 .section-3 .row .col-12 .add-to-cart a {
    background-color: #fff;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 30px;
    padding: 10px 20px;
    font-family: "Montserrat", serif;
}

.herosection-5 .section-4 .row button {
    width: 100%;
    background-color: #95DA21;
    border-radius: 100px;
    padding: 20px;
    border: none;
    margin-top: 50px;
}

.herosection-5 .section-4 .row a {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .herosection-5 .section-4 .row a {
        text-decoration: none;
        font-size: 20px;
        color: #fff;
    }
}

.herosection-5 img {
    width: 100%;
    padding: 10px 20px;
}

@media screen and (max-width:992px) {
    .herosection-5 img {
        width: 100%;
        padding: 20px 0;
    }
}

.herosection-5 .section-4 .wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.herosection-5 .section-4 .wishlist img {
    width: 50px;
    padding: 0;
}

@media screen and (max-width:576px) {
    .herosection-5 .section-4 .wishlist img {
        width: 40px;
    }
}

.herosection-5 .section-4 .wishlist h2 {
    padding-top: 0;
    margin-left: 10px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:768px) {
    .herosection-5 .col-12 {
        text-align: center;
    }
}

.herosection-5 span {
    font-size: 26px;
    font-weight: bold;
    color: #7b7b7b;
    padding-left: 20px;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:768px) {
    .herosection-5 span {
        padding-left: 0;
    }
}

.herosection-5 h2 {
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    color: #7b7b7b;
    font-family: "Montserrat", serif;
}

.stars {
    display: flex;
    font-size: 30px;
    cursor: pointer;
}

.star {
    color: lightgray;
    transition: color 0.3s;
    font-size: 40px;
}

@media screen and (max-width:576px) {
    .star {
        font-size: 30px;
    }
}

@media screen and (max-width:425px) {
    .star {
        font-size: 20px;
    }
}

.star.selected {
    color: #95DA21;
}

/*--herosection-6--*/
.herosection-6 .accordion-body .pincode {
    display: flex;
    padding: 30px 0;
}

.herosection-6 .accordion-body .pincode input {
    padding-left: 20px;
    width: 50%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #7b7b7b;
    border: 1px solid #7b7b7b;
}

@media screen and (max-width:768px) {
    .herosection-6 .accordion-body .pincode input {
        width: 100%;
    }
}

.herosection-6 .accordion-body .pincode a {
    font-family: "Montserrat", serif;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    background-color: #95DA21;
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width:576px) {
    .herosection-6 .accordion-body .pincode a {
        font-size: 20px;
    }
}

@media screen and (max-width:425px) {
    .herosection-6 .accordion-body .pincode a {
        font-size: 18px;
    }
}

.herosection-6 .accordion-body span {
    font-size: 24px;
    color: #7b7b7b;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .herosection-6 .accordion-body span {
        font-size: 20px;
    }
}

.herosection-6 .accordion-item {
    padding: 10px 0;
    border: none;
}

/*--herosection-7--*/
.herosection-7 {
    padding: 50px 0;
}

.herosection-7 h2 {
    text-align: center;
    color: #7b7b7b;
    font-weight: bold;
    font-size: 32px;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .herosection-7 h2 {
        font-size: 26px;
    }
}

.herosection-7 .top {
    padding-top: 30px;
}

.herosection-7 .top .col-12 {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.herosection-7 .top .col-12 img {
    width: 50px;
}

@media screen and (max-width:576px) {
    .herosection-7 .top .col-12 img {
        width: 40px;
    }
}

@media screen and (max-width:425px) {
    .herosection-7 .top .col-12 img {
        width: 30px;
    }
}

.herosection-7 .top .col-12 h2 {
    font-size: 32px;
    font-weight: bold;
    color: #7b7b7b;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:768px) {
    .herosection-7 .top .col-12 h2 {
        font-size: 28px;
        font-weight: bold;
        color: #7b7b7b;
    }
}

@media screen and (max-width:576px) {
    .herosection-7 .top .col-12 h2 {
        font-size: 26px;
        font-weight: bold;
        color: #7b7b7b;
    }
}

@media screen and (max-width:425px) {
    .herosection-7 .top .col-12 h2 {
        font-size: 24px;
        font-weight: bold;
        color: #7b7b7b;
    }
}

.herosection-7 .middle .col-12 img {
    width: 100%;
    padding: 50px 150px;
}

@media screen and (max-width:768px) {
    .herosection-7 .middle .col-12 img {
        padding: 40px 0;
    }
}

.herosection-7 .bottom {
    border-top: 1px solid #000;
}

.herosection-7 .bottom .col-12 {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.herosection-7 .bottom .col-12 h2 {
    font-size: 38px;
    color: #7b7b7b;
    text-align: left;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:768px) {
    .herosection-7 .bottom .col-12 h2 {
        font-size: 28px;
        color: #7b7b7b;
    }
}

@media screen and (max-width:576px) {
    .herosection-7 .bottom .col-12 h2 {
        font-size: 26px;
        color: #7b7b7b;
    }
}

.herosection-7 .bottom .col-12 h3 {
    font-size: 26px;
    color: #7b7b7b;
    font-weight: normal;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:768px) {
    .herosection-7 .bottom .col-12 h3 {
        font-size: 24px;
        color: #7b7b7b;
    }
}

footer {
    padding-top: 30px;
}

.footer-top .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-top .section-1 .row {
    align-items: center;
}

footer .footer-top .section-1 img {
    width: 230px;
}

@media screen and (max-width:992px) {
    footer .footer-top .section-1 img {
        width: 100px;
    }
}

@media screen and (max-width:576px) {
    footer .footer-top .section-1 img {
        width: 80px;
    }
}

footer .footer-top .section-1 .footer-menu .col-6 {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media screen and (max-width:992px) {
    footer .footer-top .section-1 .footer-menu .col-6 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

footer .footer-top .section-1 .footer-menu ul {
    padding: 0;
}

footer .footer-top .section-1 .footer-menu li {
    list-style: none;
    padding: 10px 0;
}

@media screen and (max-width:992px) {
    footer .footer-top .section-1 .footer-menu li {
        text-align: center;
    }
}

footer .footer-top .section-1 .footer-menu a {
    text-decoration: none;
    font-size: 16px;
    color: #7B7B7B;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

footer .footer-top .section-1 .footer-menu a:hover {
    color: #95DA21;
}

@media screen and (max-width:576px) {
    footer .footer-top .section-1 .footer-menu a {
        text-decoration: none;
        font-size: 14px;
        color: #7B7B7B;
        font-weight: 600;
        font-family: "Montserrat", serif;
    }
}

@media screen and (max-width:425px) {
    footer .footer-top .section-1 .footer-menu a {
        text-decoration: none;
        font-size: 12px;
        color: #7B7B7B;
        font-weight: 600;
        font-family: "Montserrat", serif;
    }
}

footer .footer-middle .col-12 {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media screen and (max-width:992px) {
    footer .footer-middle .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

footer .footer-middle ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0;
}

footer .footer-middle li {
    list-style: none;
}

footer .footer-middle img {
    width: 28px;
}

footer .footer-bottom {
    background-color: #95DA21;
}

footer .footer-bottom span {
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:576px) {
    footer .footer-bottom span {
        font-size: 14px;
    }
}

/* .footer-top .col-lg-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top .col-lg-4 img {
    width: 150px;
}

@media screen and (max-width:992px) {
    .footer-top .col-lg-4 img {
        width: 100px;
    }
}
@media screen and (max-width:425px) {
    .footer-top .col-lg-4 img {
        width: 80px;
    }
}
.footer-top .col-lg-8 {
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (max-width:992px) {
    .footer-top .col-lg-8 {
        padding-top: 20px;
    }
}

.footer-top .col-lg-8 .section-1 ul {
    display: flex;
    justify-content: flex-end;
    gap: 100px;
    margin-bottom: 0;
    padding-left: 0;
}

@media screen and (max-width:1200px) {
    .footer-top .col-lg-8 .section-1 ul {
        display: flex;
        justify-content: center;
        gap: 70px;
    }
}

@media screen and (max-width:768px) {
    .footer-top .col-lg-8 .section-1 ul {
        gap: 40px;
    }
}

@media screen and (max-width:497px) {
    .footer-top .col-lg-8 .section-1 ul {
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.footer-top .col-lg-8 .section-1 ul li {
    list-style: none;
}

.footer-top .col-lg-8 .section-1 ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #7B7B7B;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

@media screen and (max-width:576px) {
    .footer-top .col-lg-8 .section-1 ul li a {
        font-size: 12px;
    }
}

.footer-top .col-lg-8 .section-2 ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 30px;
}

@media screen and (max-width:992px) {
    .footer-top .col-lg-8 .section-2 ul {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        padding-top: 30px;
        padding-left: 0;
    }
}

.footer-top .col-lg-8 .section-2 ul li {
    list-style: none;
    margin: 0 10px;
}

.footer-top .col-lg-8 .section-2 ul li img {
    width: 26px;
    height: 26px;
}

.footer-bottom {
    background-color: #95DA21;
    margin-top: 20px;
}

.footer-bottom span {
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Montserrat", serif;
}
@media screen and (max-width:576px) {
    .footer-bottom span {
        padding: 6px 0;
        text-align: center;
        font-size: 14px;
        color: #fff;
        font-family: "Montserrat", serif;
    } 
} */

/*--login-section--*/
.login-section {
    background-color: #95DA21;
    width: 100%;
    height: 100%;
    padding: 50px 0;
}

.login-section .login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-section .login-logo img {
    width: 240px;
}

.login-section .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-section .login-box {
    background-color: #fff;
    border-radius: 20px;
    width: 50%;
    padding: 40px;
}

@media screen and (max-width:768px) {
    .login-section .login-box {
        background-color: #fff;
        border-radius: 20px;
        width: 100%;
        padding: 40px;
    }
}

.login-section .login-box h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-family: "Montserrat", serif;

}

.login-section .login-box .input-container {
    padding-top: 24px;
}

.login-section .login-box .input-container h3 {
    color: #000;
    font-size: 14px;
    text-align: left;
    font-family: "Montserrat", serif;


}

.login-section .login-box .input-container input {
    width: 100%;
    height: 40px;
    border: 1px solid #E5E7E8;
    border-radius: 4px;
    padding: 10px;
    margin-top: 6px;
    font-family: "Montserrat", serif;

}

.login-section .otp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 24px;
}

.login-section .otp a {
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #95DA21;
    padding: 10px 24px;
    text-align: center;
    border-radius: 160px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}

/*--home-section--*/
.button-container {
    padding: 20px 0;
    display: flex;
    justify-content: end;
    background-color: #fff;
}

.button-container .col-12 {
    display: flex;
    justify-content: end;
}

.button-container .col-12 a {
    margin: 1rem;
    text-decoration: none;
    background-color: #95DA21;
    color: #fff;
    font-size: 14px;
    padding: 24px;
    border-radius: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", serif;

}

/*--registered-section--*/
.registered-section {
    background-color: #F5F6F7;
    height: 100%;
}

@media screen and (max-width:992px) {
    .registered-section {
        background-color: #F5F6F7;
        height: auto;
        padding: 50px 0;
    }
}

.registered-section .col-12 h2 {
    padding: 40px 0 30px 0;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .registered-section .col-12 h2 {
        padding: 0 0 30px 0;
    }
}

.registered-section .input-container h3 {
    font-size: 14px;
    font-family: "Montserrat", serif;

}

.registered-section .main-content {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
}

.registered-section .col-lg-6 {
    display: flex;
    align-items: center;
}

.registered-section .left-section {
    padding-right: 80px;
    border-right: 1px solid #E5E7E8;
    width: 100%;
}

@media screen and (max-width:992px) {
    .registered-section .left-section {
        padding-right: 0;
        padding-bottom: 40px;
        border: none;
    }
}

.registered-section .input-container input {
    width: 100%;
    height: 40px;
    margin-top: 6px;
    padding: 10px 16px;
    border: 1px solid #E5E7E8;
    border-radius: 4px;
    color: #959FA3;
    font-family: "Montserrat", serif;

}

.registered-section input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(78%) sepia(33%) saturate(722%) hue-rotate(48deg) brightness(96%) contrast(97%);
}

.registered-section .input-container .field-2 {
    padding-top: 16px;
}

.registered-section .right-section {
    padding-left: 80px;
}

@media screen and (max-width:992px) {
    .registered-section .right-section {
        padding-left: 0;
    }
}

.registered-section .right-section h2 {
    font-size: 24px;
    margin-bottom: 12px;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .registered-section .right-section h2 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
}

.registered-section .right-section .row {
    align-items: center;
}

.registered-section .right-section .col-lg-4 img {
    width: 100%;
}

@media screen and (max-width:992px) {
    .registered-section .right-section .col-lg-4 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:992px) {
    .registered-section .right-section .col-lg-4 img {
        width: 60%;
    }
}

.registered-section .right-section .col-lg-8 {
    border-left: 1px solid #E5E7E8;
}

@media screen and (max-width:992px) {
    .registered-section .right-section .col-lg-8 {
        border: none;
    }
}

.registered-section .right-section .col-lg-8 .section input {
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    border: 1px solid #E5E7E8;
    border-radius: 4px;
    color: #959FA3;
    font-family: "Montserrat", serif;

}

.registered-section .right-section .col-lg-8 .section .submit-btn {
    margin: 10px 0 0 0;
    text-decoration: none;
    background-color: #95DA21;
    color: #fff;
    font-size: 14px;
    padding: 24px;
    border-radius: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .registered-section .right-section .col-lg-8 {
        padding-top: 40px;
    }
}

.registered-section .main-content .button-container {
    padding: 20px 0;
    display: flex;
    justify-content: end;
    padding-top: 50px;
}

@media screen and (max-width:992px) {
    .registered-section .main-content .button-container {
        padding: 20px 0;
        display: flex;
        justify-content: end;
        padding-top: 20px;
    }
}

.registered-section .main-content .button-container a {
    width: 424px;
    text-align: center;
    height: 40px;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .registered-section .main-content .button-container a {
        width: 100%;
        text-align: center;
    }
}

/*--schedule-section--*/
/*--card-1--*/
.schedule-section {
    background-color: #F5F6F7;
    height: 100%;
}

@media screen and (max-width:992px) {
    .schedule-section {
        background-color: #F5F6F7;
        height: auto;
        padding: 50px 0;
    }
}

.schedule-section .col-12 h2 {
    padding: 40px 0 30px 0;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .schedule-section .col-12 h2 {
        padding: 0 0 30px 0;
    }
}

.schedule-section .card-1 {
    background-color: white;
    border-radius: 8px;
    padding: 14px 14px 14px 14px;
    height: 156px;
}

.schedule-section .card-1 .top-section {
    display: flex;
    justify-content: space-between;
}

.schedule-section .card-1 .top-section .left-section .title h2 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .top-section .left-section .detail {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}

.schedule-section .card-1 .top-section .left-section .color {
    display: flex;
    align-items: center;
}

.schedule-section .card-1 .top-section .left-section .color img {
    width: 12px;
}

.schedule-section .card-1 .top-section .left-section .color span {
    color: #BE2B43;
    font-size: 12px;
    padding-left: 5px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .top-section .left-section .size span {
    font-size: 12px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .top-section .right-section .returned span {
    font-size: 10px;
    font-weight: 500;
    color: #0FAF62;
    background-color: rgba(15, 175, 98, 0.1);
    padding: 5px 16px;
    border-radius: 50px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .middle-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-right: 30px;
}

.schedule-section .card-1 .middle-section .left-section .date {
    display: flex;
    align-items: center;
}

.schedule-section .card-1 .middle-section .left-section .date-icon {
    width: 20px;
}

.schedule-section .card-1 .middle-section .left-section .date-detail {
    padding-left: 6px;
}

.schedule-section .card-1 .middle-section .left-section .date-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .middle-section .left-section .date-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .middle-section .right-section .qr-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-1 .middle-section .right-section .qr-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

/*--card-2--*/
.schedule-section {
    background-color: #F5F6F7;
    height: 100%;
}

@media screen and (max-width:992px) {
    .schedule-section {
        background-color: #F5F6F7;
        height: auto;
        padding: 50px 0;
    }
}

.schedule-section .col-12 h2 {
    padding: 40px 0 30px 0;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .schedule-section .col-12 h2 {
        padding: 0 0 30px 0;
    }
}

.schedule-section .col-lg-4 {
    padding: 20px;
}

@media screen and (max-width:768px) {
    .schedule-section .col-lg-4 {
        padding: 10px;
    }
}

.schedule-section .card-2 {
    background-color: white;
    border-radius: 8px;
    padding: 14px;
    height: 156px;

}

.schedule-section .card-2 .top-section {
    display: flex;
    justify-content: space-between;
}

.schedule-section .card-2 .top-section .left-section .title h2 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .top-section .left-section .detail {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}

.schedule-section .card-2 .top-section .left-section .color {
    display: flex;
    align-items: center;
}

.schedule-section .card-2 .top-section .left-section .color img {
    width: 12px;
}

.schedule-section .card-2 .top-section .left-section .color span {
    color: #000;
    font-size: 12px;
    padding-left: 5px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .top-section .left-section .size span {
    font-size: 12px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .top-section .right-section .returned span {
    font-size: 12px;
    font-weight: 500;
    color: #0FAF62;
    background-color: rgba(15, 175, 98, 0.1);
    padding: 5px 16px;
    border-radius: 50px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .middle-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-right: 30px;

}

.schedule-section .card-2 .middle-section .left-section .date {
    display: flex;
    align-items: center;
}

.schedule-section .card-2 .middle-section .left-section .date-icon {
    width: 20px;
}

.schedule-section .card-2 .middle-section .left-section .date-detail {
    padding-left: 6px;
}

.schedule-section .card-2 .middle-section .left-section .date-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .middle-section .left-section .date-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .middle-section .right-section .qr-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .middle-section .right-section .qr-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .bottom-section {
    margin-top: 10px;
}

.schedule-section .card-2 .bottom-section .button {
    display: flex;
    background: #95DA21;
    width: 186px;
    border-radius: 50px;
    height: 32px;
    padding: 6px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .bottom-section a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}

.schedule-section .card-2 .bottom-section img {
    margin-left: 6px;
}

/*--card-3--*/
.schedule-section {
    background-color: #F5F6F7;
    height: 100%;
}

@media screen and (max-width:992px) {
    .schedule-section {
        background-color: #F5F6F7;
        height: auto;
        padding: 50px 0;
    }
}

.schedule-section .col-12 h2 {
    padding: 40px 0 30px 0;
    font-family: "Montserrat", serif;

}

@media screen and (max-width:992px) {
    .schedule-section .col-12 h2 {
        padding: 0 0 30px 0;
    }
}

.schedule-section .card-3 {
    background-color: white;
    border-radius: 8px;
    padding: 14px 14px 14px 14px;
    height: 156px;

}

.schedule-section .card-3 .top-section {
    display: flex;
    justify-content: space-between;
}

.schedule-section .card-3 .top-section .left-section .title h2 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .top-section .left-section .detail {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
}

.schedule-section .card-3 .top-section .left-section .color {
    display: flex;
    align-items: center;
}

.schedule-section .card-3 .top-section .left-section .color img {
    width: 12px;
}

.schedule-section .card-3 .top-section .left-section .color span {
    color: #BE2B43;
    font-size: 12px;
    padding-left: 5px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .top-section .left-section .size span {
    font-size: 12px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .top-section .right-section .pickup span {
    font-size: 10px;
    font-weight: 500;
    color: #00B5DD;
    background-color: rgba(0, 181, 221, 0.1);
    padding: 5px 16px;
    border-radius: 50px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .middle-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-right: 30px;

}

.schedule-section .card-3 .middle-section .left-section .date {
    display: flex;
    align-items: center;
}

.schedule-section .card-3 .middle-section .left-section .date-icon {
    width: 20px;
}

.schedule-section .card-3 .middle-section .left-section .date-detail {
    padding-left: 6px;
}

.schedule-section .card-3 .middle-section .left-section .date-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .middle-section .left-section .date-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .middle-section .right-section .qr-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .middle-section .right-section .qr-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .bottom-section {
    display: flex;
    align-items: center;
    margin-top: 14px;
    border: 1px solid #E5E7E8;
    padding: 4px 10px;
    border-radius: 4px;
}

.schedule-section .card-3 .bottom-section span {
    font-size: 10px;
    color: #4A5154;
    font-family: "Montserrat", serif;

}

.schedule-section .card-3 .bottom-section h3 {
    font-size: 12px;
    color: black;
    margin-bottom: 0;
    margin-left: 6px;
    font-family: "Montserrat", serif;

}

.home-section {
    background-image: url(/images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center;

}

.modal .modal-header {
    border: 1px solid #E5E7E8;
}

.modal .modal-dialog {
    max-width: 720px;
    padding: 100px 0;
}

.modal .modal-content {
    border: none;
    border-radius: 4px;
}

.modal .modal-body .section-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border: 1px solid #E5E7E8;
    border-radius: 10px;
}

.modal .modal-body .left .title h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: "Montserrat", serif;

}

.modal .modal-body .left .detail {
    display: flex;
}

.modal .modal-body .left .detail .color {
    display: flex;
    align-items: center;
}

.modal .modal-body .left .detail img {
    width: 12px;
}

.modal .modal-body .left .detail span {
    margin-left: 6px;
    font-family: "Montserrat", serif;

}

.modal .modal-body .left .detail .size {
    margin-left: 20px;
}

.modal .modal-body .middle .date {
    display: flex;
    align-items: center;
}

.modal .modal-body .middle .date .date-detail {
    margin-left: 6px;
}

.modal .modal-body .middle .date .date-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.modal .modal-body .middle .date .date-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.modal .modal-body .right .qr-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.modal .modal-body .right .qr-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.modal .modal-body .section-2 {
    display: flex;
    padding-top: 24px;
    justify-content: space-between;
}

@media screen and (max-width:992px) {
    .modal .modal-body .section-2 {
        padding-top: 6px;
    }
}

.modal .modal-body .section-2 .field-1 {
    padding: 0 6px;
}

@media screen and (max-width:992px) {
    .modal .modal-body .section-2 .field-1 {
        padding: 6px;
    }
}

.modal .modal-body .section-2 .field-1 span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.modal .modal-body .section-2 .field-1 input {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #E5E7E8;
    border-radius: 4px;
    margin-top: 6px;
    font-family: "Montserrat", serif;

}

.modal .modal-footer {
    border: none;
}

.modal .modal-footer .btn-secondary {
    background: #F5F6F7;
    border-radius: 20px;
    border: none;
    color: black;
    padding: 0 24px;
    height: 40px;
    font-family: "Montserrat", serif;

}

.modal .modal-footer .btn-primary {
    background: #95DA21;
    border-radius: 20px;
    border: none;
    color: white;
    padding: 7px 24px;
    height: 40px;
    font-family: "Montserrat", serif;

}

.modal .modal-header .close {
    background: #F5F6F7;
    border: none;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.modal .modal-content .modal-body .success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-content .modal-body .content-1 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .content-1 p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .content-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(155, 202, 60, 0.1);
    padding: 14px;
    border-radius: 10px;
}

.modal .modal-content .modal-body .content-2 .content {
    margin-left: 20px;
}

.modal .modal-content .modal-body .content-2 .content h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    color: #95DA21;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .content-2 .content p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    color: #95DA21;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .content-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border: 1px solid #E5E7E8;
    border-radius: 10px;
}

.modal .modal-content .modal-body .content-3 .left .date {
    display: flex;
    align-items: center;
}

.modal .modal-content .modal-body .content-3 .left .date .date-detail {
    margin-left: 6px;
}

.modal .modal-content .modal-body .content-3 .left .date .date-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .content-3 .left .date .date-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .upload-container {
    position: relative;
    width: 100%;
}

.modal .modal-content .modal-body .upload-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .upload-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: none;
    border: 1px dashed #E5E7E8;
    color: #959FA3;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Montserrat", serif;

}

.modal .modal-content .modal-body .upload-container img {
    width: 24px;
}

.modal .modal-content .modal-body .upload-label:hover {
    background-color: #3700b3;
}

/* .modal .modal-content .modal-body .upload-button{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: 2px dashed #E5E7E8;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.modal .modal-content .modal-body .upload-button:hover{
    background-color: #e0f0ff;
    border-color: #357ab7;
}
.modal .modal-content .modal-body .upload-button img{
    width: 24px;
    height: 24px;
}
.modal .modal-content .modal-body .upload-text{
    color: #959FA3;
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px;
} */

#exampleModal1 .modal-footer .btn-secondary {
    padding: 10px 24px;
}


.about-section .section-1 {
    padding: 30px 0;
}

.about-section .section-1 .heading h1 {
    font-family: "Montserrat", serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #95DA21;
}

.about-section .section-1 .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section .section-1 .title span {
    font-family: "Montserrat", serif;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.about-section .section-1 .content p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    text-align: center;
    color: #7b7b7b;
    padding-top: 6px;
}

.about-section .section-2 {
    padding: 30px 0;
    background-color: white;
    /* border-radius: 10px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04); */
    margin-top: 14px;
    border-bottom: 1px solid #E5E7E8;
}

.about-section .section-2 .heading h2 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
}

@media screen and (max-width:576px) {
    .about-section .section-2 .heading h2 {
        font-size: 26px;
        text-align: center;
    }
}

.about-section .section-2 .content p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    padding-top: 6px;
    color: #7b7b7b;
}

@media screen and (max-width:576px) {
    .about-section .section-2 .content p {
        font-size: 14px;
        text-align: center;
    }
}

.about-section .section-3 {
    padding: 30px 0;
    background-color: white;
    border-radius: 10px;
    /* box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07); */
    margin-top: 14px;
    border-bottom: 1px solid #E5E7E8;
}

.about-section .section-3 .heading h2 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width:576px) {
    .about-section .section-3 .heading h2 {
        font-size: 26px;
        text-align: center;
    }
}

.about-section .section-3 .content p {
    font-family: "Montserrat", serif;
    font-size: 16px;
    padding-top: 6px;
    color: #7b7b7b;
}

@media screen and (max-width:576px) {
    .about-section .section-3 .content p {
        font-size: 14px;
        text-align: center;
    }
}

.about-section .section-4 {
    padding: 50px 0 0 0;
}

.about-section .section-4 .heading h2 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width:576px) {
    .about-section .section-4 .heading h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:992px) {
    .about-section .section-4 .col-lg-3 {
        padding: 20px;
    }
}

.about-section .section-4 .card {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E7E8;
    height: 100%;
}

.about-section .section-4 .icon {
    padding: 10px 0;
}

.about-section .section-4 .icon img {
    width: 60px;
}

.about-section .section-4 .card .title h3 {
    font-size: 18px;
    font-family: "Montserrat", serif;
    padding-top: 10px;
    font-weight: 600;
}

.about-section .section-4 .card .content span {
    font-size: 14px;
    font-family: "Montserrat", serif;
    display: flex;
    text-align: center;
    color: #7b7b7b;
}

.about-section .section-5 {
    padding: 30px 0;
}

.about-section .section-5 .heading h2 {
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width:576px) {
    .about-section .section-5 .heading h2 {
        font-size: 26px;
        text-align: center;
    }
}

.about-section .section-5 ul li {
    position: relative;
    list-style: none;
    padding: 14px 0 10px 26px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E5E7E8;
}

.about-section .section-5 ul li:last-child {
    border: none;
}

.about-section .section-5 ul li::before {
    content: "";
    background-image: url(/images/tick.svg);
    position: absolute;
    top: 20px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    height: 18px;
    width: 18px;
    background-repeat: no-repeat;
}

.about-section .section-5 ul li h3 {
    font-family: "Montserrat", serif;
    font-size: 20px;
}

.about-section .section-5 ul li span {
    font-family: "Montserrat", serif;
    font-size: 14px;
    color: #7b7b7b;
}

.dashboard-section {
    padding-top: 40px;
    background-color: #F5F6F7;
}

.dashboard-section h1 {
    font-size: 40px;
    font-weight: bold;
}

.dashboard-section .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    border: none;
}

.dashboard-section .card .left h4 {
    font-size: 24px;
    font-weight: 500;
}

.dashboard-section .card .left h1 {
    font-size: 50px;
    color: #95DA21;
}

.dashboard-section .card .left p {
    font-size: 10px;
    margin-top: 4px;
}

/* .reg-btn-section {
    position: absolute;
    right: 90px;
}


.reg-btn {
    color: #95DA21;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #95DA21;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}
@media screen and (max-width:992px) {
    .reg-btn{
        width: 170px;

    }
}
@media screen and (max-width:576px) {
    .reg-btn{
        font-size: 16px;
        width: 150px;
    }
}
@media screen and (max-width:425px) {
    .reg-btn{
        font-size: 14px;
        width: 140px;
    }
}
.reg-btn:hover {
    background-color: #95DA21;
    color: #fff;
} */

/* @media screen and (max-width:768px) {
    .reg-btn-section {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -100px;
        right: 0;
    }
} */

/* .login-btn-section{
    position: absolute;
    right: 280px;
} */
/* @media screen and (max-width:768px) {
    .login-btn-section {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -100px;
        right: 0;
    }
} */
/* .main-btns{
    align-items: center;
    justify-content: center;
    width: 100%;
 }
 @media screen and (max-width:992px) {
    .main-btns{
        position: absolute;
        top: 250px;
        left: -230px;
    }
 }
 @media screen and (max-width:768px) {
    .main-btns{
        top: 210px;
        left: -110px;
    }
 }
 @media screen and (max-width:576px) {
    .main-btns{
        top: 180px;
        left: -30px;
    }
 }
 @media screen and (max-width:499px) {
    .main-btns{
        top: 180px;
        left: 0px;
    }
 } */

.main-btns {
    position: absolute;
    right: 100px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:992px) {
    .main-btns {
        position: absolute;
        right: 100px;
        gap: 20px;
        top: 220px;
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .main-btns {
        position: absolute;
        right: 100px;
        gap: 20px;
        top: 200px;
        width: 70%;
    }
}

@media screen and (max-width:576px) {
    .main-btns {
        position: absolute;
        right: 100px;
        gap: 20px;
        top: 160px;
        width: 60%;
    }
}

@media screen and (max-width:499px) {
    .main-btns {
        position: absolute;
        right: 90px;
        gap: 20px;
        top: 160px;
        width: 60%;
    }
}

@media screen and (max-width:425px) {
    .main-btns {
        position: absolute;
        right: 80px;
        gap: 20px;
        top: 150px;
        width: 60%;
    }
}

@media screen and (max-width:375px) {
    .main-btns {
        position: absolute;
        right: 80px;
        gap: 20px;
        top: 150px;
        width: 50%;
    }
}

.reg-btn {
    color: #95DA21;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #95DA21;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 400;
}

.reg-btn:hover {
    background-color: #95DA21;
    color: #fff;
}

@media screen and (max-width:992px) {
    .reg-btn {
        width: 180px;
    }
}

@media screen and (max-width:576px) {
    .reg-btn {
        width: 150px;
        font-size: 14px;
    }
}

@media screen and (max-width:425px) {
    .reg-btn {
        width: 140px;
        font-size: 14px;
    }
}

.otp-container {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.otp-container h2 {
    margin-bottom: 20px;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-inputs input {
    width: 30px;
    /* reduced from 40px */
    height: 45px;
    /* slightly smaller */
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border 0.2s;
}

.otp-inputs input:focus {
    border-color: #007bff;
}

.navbar .navbar-brand img {
    width: 250px;
}

@media screen and (max-width:576px) {
    .navbar .navbar-brand img {
        width: 200px;
    }
}

.navbar .navbar-nav {
    gap: 10px;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav li {
    margin-right: 10px;
}

.navbar .navbar-nav li a {
    font-size: 18px;
}

.navbar .navbar-nav li .btn-outline {
    color: #95DA21;
    font-size: 20px;
    border: 1px solid #95DA21;
    padding: 10px;
    border-radius: 10px;
    min-width: 100px;
}

.navbar .navbar-nav li .btn-outline:hover {
    color: #fff;
    background: #95DA21;
}

.success-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* Full viewport height */
    text-align: center;
    padding: 20px;
}

.success-section .success {
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-section .content-1 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: "Montserrat", serif;
}

.success-section .content-1 p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    font-family: "Montserrat", serif;
}

.success-section .content-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(155, 202, 60, 0.1);
    padding: 14px;
    border-radius: 10px;
}

.success-section .content-2 .content {
    margin-left: 20px;
}

.success-section .content-2 .content h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    color: #95DA21;
    font-family: "Montserrat", serif;
}

.success-section .content-2 .content p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
    color: #95DA21;
    font-family: "Montserrat", serif;
}

.success-section .content-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
    border: 1px solid #E5E7E8;
    border-radius: 10px;
    gap: 20px;
    margin-top: 20px;
}

.success-section .content-3 .left .date {
    display: flex;
    align-items: center;
}

.success-section .content-3 .left .date .date-detail {
    margin-left: 10px;
}

.success-section .content-3 .left .date .date-detail span {
    font-size: 10px;
    font-family: "Montserrat", serif;
    text-align: left;
}

.success-section .content-3 .left .date .date-detail h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;
    text-align: left;
}

.success-section .content-3 .middle .date {
    display: flex;
    align-items: center;
}

.success-section .content-3 .middle .date .date-detail {
    margin-left: 10px;
}

.success-section .content-3 .middle .date .date-detail span {
    font-size: 10px;
    font-family: "Montserrat", serif;
    text-align: left;
}

.success-section .content-3 .middle .date .date-detail h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;
    text-align: left;
}

.success-section .content-3 .right .qr-detail .label {
    text-align: left;
}

.success-section .content-3 .right .qr-detail .label span {
    font-size: 10px;
    font-family: "Montserrat", serif;
    text-align: left;
}

.success-section .content-3 .right .qr-detail .label h3 {
    font-size: 12px;
    margin-bottom: 0;
    font-family: "Montserrat", serif;
    text-align: left;
}

#verify .modal-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

    #verify .modal-btns a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #95DA21;
        color: #fff;
        height: 50px;
        text-decoration: none;
        text-align: center;
        min-width: 100px;
        padding: 10px;
        font-size: 16px;
        border-radius: 10px;
    }

    #verify .modal-btns .cancel {
        display: flex;
        align-items: center;
        justify-content: center;
        background: red;
        color: #fff;
        height: 50px;
        text-decoration: none;
        text-align: center;
        min-width: 100px;
        padding: 10px;
        font-size: 16px;
        border-radius: 10px;
    }