@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    margin: 0;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

:focus {
    outline: 0 !important;
}

p {
    font-size: 16px;
    line-height: 22px;
}


.container {
    max-width: 1200px;
}

.pr {
    position: relative;
}

.mr-d-10 {
    margin-right: 10px !important;
}

.overflow-hidden {
    overflow: hidden;
}

h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}


.mobile{
    display: none !important;
}

.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.d-left {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
}

.green {
    color: #9ED635;
}

.transbtn {
    background: transparent;
    color: #000;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 15px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s ease;
}

.whitebtn {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 15px;
    text-align: center;
    border-radius: 8px;
    transition: 0.3s ease;
}

.whitebtn:hover {
    background: #0F4034;
    border: 1px solid #0F4034;
    color: #fff;
}

.greenbtn {
    background: #9ED635;
    border: 1px solid #9ED635;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 15px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s ease;
}

.greenbtn:hover {
    background: #0F4034;
    border: 1px solid #0F4034;
    color: #fff;
}

#hero .greenbtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.pagetop {
    background: #9ED635;
    padding: 10px 0px;
}

.pagetop .pagetop_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pagetop p {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 0;
    margin: 0;
    text-align: center;
}

@media (max-width: 768px) {
    .pagetop .pagetop_container {
        flex-direction: column;
        gap: 15px;
    }

    .pagetop p {
        font-size: 15px;
    }

}

header {
    margin: 10px 0px;
}

.dropdown-toggle::after {
    background: url(../images/arrow-down.svg) no-repeat;
    content: "";
    border: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -15px;
    top: 15px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.dropdown-toggle.show::after {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

.dropdown-menu.megamenu {
    left: 0;
    right: 0;
    border: none;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    top: 68px;
}

.dropdown-menu.megamenu .dropdown-col:not(:first-child) {
    border-left: 1px solid #D9D9D966;
}

.nav_container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin: 0px 5px;
}



.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.dropdown-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    font-weight: 600;
    color: #0F4034;
    background: none;
}

.navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
    margin-right: 20px;
}

.bg_green3 {
    background-color: #F9FFEF !important;
}

.navbar-toggler {
    outline: none !important;
    border: none;
    padding-right: 0;
    box-shadow: none !important;
}

.mobile_logo {
    max-width: 250px;
}

.mobile_btn_close {
    outline: none !important;
    border: none;
    padding-right: 0;
    box-shadow: none !important;
    background: none !important;
}

.mobile-menu-body .accordion-item {
    border: none;
    border-bottom: 1px solid #F0F0F0;
}

.mobile-menu-body .accordion-item:last-child {
    border: none;
}

.mobile-menu-body .accordion-item .accordion-button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.mobile-menu-body .accordion-body {
    padding: 0px;
}

.mobile-menu-body .accordion-body .content-block {
    background: #F6F7F9;
    border-radius: 12px;
    padding: 25px 15px;
    margin-bottom: 15px;
}

.mobile-menu-body .accordion-body .content-block p.content_block_title,
.dropdown-menu p.content_block_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin-bottom: 15px;
}

.mobile-menu-body .accordion-body .content-block ul {
    padding: 0;
    margin: 0;
}

.mobile-menu-body .accordion-body .content-block ul li {
    margin-bottom: 15px;
}

.mobile-menu-body .accordion-body .content-block ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu-body .accordion-body .content-block ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.mobile-menu-body .accordion-body .content-block img {
    width: 100%;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1050;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-y: auto;
}

.mobile-menu-overlay.show {
    transform: translateX(0);
}

@media (min-width: 992px) and (max-width: 1050px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .mobile-menu-overlay {
        display: none;
    }
}


.bg_green1 {
    background-color: #E6FFB7 !important;
}

.bg_green2 {
    background-color: #F4FFE0 !important;
}


footer {
    background: #F9FFEF;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

footer .footer_container {
    background-color: #0F4034;
    border-radius: 32px;
    padding: 50px 70px 20px 70px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

footer .footer_container::after {
    content: '';
    position: absolute;
    width: 306px;
    height: 306px;
    right: 0px;
    top: 0px;
    background: #E7FD5C;
    opacity: 0.4;
    filter: blur(164.973px);
}


.accordion-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.accordion-item {
    /* flex: 1 1 20%; */
}

.accordion-item:last-child {
    /* flex-basis: 100%;
    margin-top: 20px; */
}


button.accordion-header {
    background: none;
    border: none;
    color: #fff;
    width: 100%;
    padding: 10px 0 20px;
    text-align: left;
    cursor: default;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}

.accordion-content {
    padding: 0;
    margin: 0;
}

.accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.accordion-content li {
    margin-bottom: 10px;
}

.accordion-content a {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.accordion-content a:hover {
    text-decoration: underline;
}

.footer-bottom {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #295839;
}

.footer-logo img {
    max-width: 200px;
}



footer ul.locations {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
    column-gap: 50px;
    row-gap: 0;
}

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

    .accordion-item {
        flex: 1 1 40%;
    }

    footer ul.locations {
        grid-template-rows: repeat(10, auto);
    }

}

@media (max-width: 768px) {

    .mobile_logo {
        max-width: 200px;
    }

    footer .footer_container {
        padding: 40px 15px 20px;
    }

    footer .footer_container::after {
        content: none;
    }

    button.accordion-header {
        cursor: pointer;
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        z-index: 2;
    }

    .accordion-footer {
        flex-direction: column;
        gap: 10px;
    }

    .accordion-header::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 50%;
        width: 16px;
        height: 16px;
        background-image: url('../images/down_arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease;
    }

    .accordion-item {
        width: 100%;
        border-bottom: 1px solid #295839;
        padding-bottom: 10px;
        flex-basis: 100%;
        flex: 1 1 100%;
        z-index: 1;
    }

    .accordion-item:last-child {
        margin-top: 0px;
    }


    .accordion-item.open .accordion-header::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0px;
    }

    .accordion-item.open .accordion-content {
        /* max-height: 300px; */
        /* max-height: fit-content; */
        max-height: 1000px;
        padding-bottom: 10px;
    }

    footer ul.locations {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        border: none;
        padding-top: 20px;
    }

    .footer-logo,
    .footer-text,
    .footer-address {
        text-align: left;
    }
}

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

    h1 {
        font-size: 55px;
        line-height: 65px;
    }
}

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

    h1 {
        font-size: 45px;
        line-height: 54px;
    }

}

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

    .desktop {
        display: none !important;
    }

    .mobile{
        display: block;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }



    h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }


    .greenbtn,
    .transbtn,
    .whitebtn {
        padding: 15px 24px;
        min-width: 200px
    }

    .pagetop a {
        padding: 10px 24px;
    }
}