body {
    background-color: #f4f8f2;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
}

img {
    max-width: 100%;
}

header {
    padding: 0px 0;
    background-color: #fff;
}

header .logo {
    max-width: 183px;
}

header .logo img {
    height: 50px;
    width: 130px;
    object-fit: contain;
    margin-right: 20px;
}

.navbar {
    padding: 10px 20px;
}

.nav-item {
    margin: 0 0 0 55px;
}

.nav-item .nav-link {
    color: #1e1d1d;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    padding: 0 !important;
    cursor: pointer;
}

.nav-item .nav-link.active {
    color: #1e1d1d;
    /* Highlight color for active link */
    font-weight: bold;
    /* Optional: Make active link bold */
}

.nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1e1d1d;
    transition: width 0.3s ease;
}

.nav-item .nav-link.active::after {
    width: 100%;
    /* Underline active link */
}

.nav-item .nav-link:hover::after {
    width: 100%;
    /* Underline on hover */
}

.banner {
    position: relative;
    min-height: 450px;
    display: flex;
}

.banner-img {
    background: url(https://solio.ancorathemes.com/wp-content/uploads/2023/11/img-5-copyright.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
    filter: blur(2px);
}

h1 {
    font-size: 66.56px;
    text-align: center;
    color: #fff;
}



.contact-form {
    padding: 80px 0;
}

.contact-form-div {
    background-color: #fff;
    padding: 40px;
}

.contact-form h2 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 30px;
}

input {
    box-shadow: none !important;
}

.contact-form .form-group {
    display: flex;
    border: 1px solid rgb(222, 226, 230);
    border-radius: 7px;
    position: relative;
    /* margin-bottom: 35px; */
}

.contact-form .label-styles input {
    /* padding-left: 60px; */
    color: rgb(71, 85, 105)
}

.contact-form .label-styles input::placeholder {
    color: #9ca3af;
}

.contact-form .label-styles label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin: 0 !important;
    position: absolute;
    height: 38px;
    border-right: 1px solid rgb(222, 226, 230);
}

.contact-form .form-group:has(:invalid~.invalid-feedback)~.invalid-feedback {
    display: block !important;
}

.contact-info h3 {
    font-size: 57px;
    line-height: 57px;
    color: rgb(30, 29, 29);
}

.contact-info p {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: rgb(97, 102, 111);
}

.contact-info .phone-num {
    font-size: 24px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}

.contact-info .phone-num:hover {
    color: rgb(84, 159, 87);
}

.contact-info .social-icons>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.contact-form-div button {
    border-radius: 30px;
    font-weight: 600;
    min-width: 140px;
    background-color: #549f57 !important;
    border: 1px solid #549f57 !important;
    padding: 10px 10px;
    margin: 15px 0 0 0;
}

textarea,
select {
    box-shadow: none !important;
}

.form-select:focus,
.form-control:focus {
    border-color: #549f57;
}

.form-group {
    position: relative;
    margin-bottom: 28px !important;
}

.form-group-error {
    position: relative;
    margin-bottom: 28px !important;
}

.custom-error {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    font-weight: 500;
}

.form-check-label {
    color: rgb(33, 37, 41) !important;
}




.terms-wrapper h1 {
    color: #164d70;
    margin: 30px 0 50px 0;
    letter-spacing: 0.7px;
}

.terms-wrapper h2,
.terms-wrapper p {
    font-size: 16px;

}

.terms-wrapper p,
.privacy-wrapper b,
.privacy-wrapper h3 {
    line-height: 30px;
    letter-spacing: 0.7px;
    font-size: 16px;

}

.terms-wrapper h5 {
    font-size: 14px;
    font-weight: 700;
    margin: 30px 0 40px 0;
}

.terms-wrapper h3 {
    font-size: 16px;
    margin: 15px 0 20px;
    letter-spacing: 0.7px;

}

.terms-wrapper h4 {
    margin: 30px 0 20px 0;
}

.terms-wrapper span {
    min-width: 24px;
    display: inline-block;
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}


.privacy-wrapper i,
.fw-500 {
    font-weight: 500;
}

.cookies-table th {
    text-align: center;
}

.cookies-table .who-serves-col,
.cookies-table .types-col {
    min-width: 200px;
}

.cookies-table thead {
    background-color: #d9d9d9;
}




@media(max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-wrapper>div {
        max-width: 100% !important;
        width: 100% !important;
        flex: 1 100% !important;
    }


    .contact-info {
        padding: 20px 15px !important;
    }
}


@media(max-width: 767px) {
    h1 {
        font-size: 42.56px;
    }

    .banner {
        min-height: 300px;
    }

    .container-fluid {
        padding: 0;
    }

    .navbar-brand {
        flex-wrap: wrap;
        max-width: 208px;
        margin: 0;
    }

    header .logo {
        max-width: 220px;
    }

    .navbar-brand img {
        width: 39% !important;
    }

    .nav-item {
        margin: 0 0 10px 55px;
    }

    .contact-form-div {
        padding: 20px;
    }

    .contact-form h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .contact-info h3 {
        font-size: 27px;
        line-height: 45px;
    }

    .contact-info {
        padding: 20px 15px !important;
    }

    .contact-form {
        padding: 50px 0 30px;
    }


}