* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: white;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Saira", sans-serif !important;
    overflow-x: hidden;
}

.nowrap {
    white-space: nowrap;
}

img {
    max-width: 100%;
}

.container {
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}

/* header-section */
header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 101;
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 6px;
}

.navbar-brand img {
    width: 135px;
}

.join-btn {
    background-color: #7ab629 !important;
    color: white !important;
    border-radius: 3px;
    text-align: center !important;
    width: 120px;
}

.navbar-nav .nav-link {
    margin: 0 10px;
}

.nav-item a {
    color: #252733;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.nav-link:hover {
    color: #7ab629 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.terms {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-direction: column;
    padding: 0 20%;
}
.terms-header,.terms h3{
    justify-content: flex-start;
    align-items: flex-start;
}
.terms-links{
    color: #7ab629;
}
.terms-links:hover{
    text-decoration: underline !important;
    
}
.policy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        flex-direction: column;
        padding: 0 20%;

}
/* footer section */
.main-footer {
    background: #4a7018 url(../images/footer-bg.svg) no-repeat bottom center;
    background-size: cover;
    padding: 20px 0;
}

.footer-title {
    text-align: center;
    margin-top: 50px;
}

.footer-title h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 13px;
    color: #5E5E5E;
}

.footer-title h2 {
    font-size: 41px;
    line-height: 55px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.footer-title p {
    color: #7ab629;
    font-weight: 900;
    font-size: 30px;
    margin-top: -20px;
}

.footer-contact {
    border-bottom: 1px solid #ffffff20;
}

.footer-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-contact-box .contact-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7ab629;
    margin-right: 30px;
}

.footer-contact-box img {
    height: 35px;
    width: 35px;
}
.footer-corporate-links a{
    color: #ffffff;
}

.footer-contact-info h3,
.footer-links h2,
.footer-about h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
}

.footer-contact-info p,
.footer-about p,
.footer-links ul li a,
.footer-copyright-text p {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}

.email-link,
.phone-link {
    color: white;
    text-decoration: none;
}

.email-link:hover,
.phone-link:hover {
    color: #ffffff;
}

.footer a{
    color: #ffffff;
}

.footer-copyright {
    background: none !important;
    padding: 22px;
    padding-bottom: 0px;
}

.footer-copyright-text {
    text-align: center;
    font-family: "Roboto", sans-serif !important;
}

.footer-about h2 {
    font-size: 29px;
}

.footer-about img {
    max-width: 90px;
    border-radius: 5px;
}

.google-map-section iframe {
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 230px;
}

.typeform-embed {
    width: 100%;
}

@media (max-width:760px) {

    .terms {
        padding: 0 10px;
    }
    .policy {
        padding: 0 10px;
    }
}