.hero-title-1 {
    text-align: left !important;
}

.hero-title-2 {
    font-size: 2.5rem !important;
    text-align: left !important;
}

.heading-word-second {
    padding-left: 28% !important;
}

.marquee-heading {
    font-size: 3.3vw !important;
    margin-top: 0;
}

.form-label {
    font-size: 14px !important;
    margin-bottom: 3px;
    font-weight: 300;
}

.form-field {
    min-height: 1.125rem !important;
    width: 60% !important;
    padding: 0.4rem 1rem !important;
    font-size: 1.2vw !important;
    margin-bottom: 0px;
}


.form-row {
    margin-bottom: 0.125rem;
}



.text-black {
    color: #4a4545 !important;
}

.text-gray {
    color: #7d7878 !important;
}

.footer-heading {
    font-size: 5.5vw !important;
}

.footer {
    background-color: white !important;
    margin-top: 0px;

}


.footer-circle-backgound {
    background-color: #31451e63 !important;
}

.hero-heading-right {
    background-color: white !important;
}


.section-hero {
    color: var(--color--white);
    background-image: linear-gradient(#625e278a, #625e278a), url(../images/55941.jpg) !important;
}

.image-placeholder {
    background-color: #656b2ec9 !important;
}

.font-small {
    font-size: 1.5vw !important;
}

.home-heading {
    font-size: 5.36vw !important;
}

.mission-image-wrapper {
    margin-top: -1.8vw !important;
}

.mission-text {
    margin-top: 10vw !important;
    margin-left: 0px !important;
}

.vision-text {

    letter-spacing: .01em !important;
    text-indent: 2.25rem !important;
    margin-left: -250px !important;
    font-weight: 600 !important;
    line-height: 1.2058 !important;


}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-4px {
    margin-bottom: 4px !important;
}

.hero-heading-left,
.hero-heading-right {
    color: #4a4545 !important;
    padding: 30px 30px;
    border: none !important;
}

.text-white {
    color: #ffffff !important;
}

.navigation.navigation-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;

}


.navigation.navigation-home.scrolled {
    background-color: #656b2e !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.about-section-bottom {
    margin-top: 9%;
}

#ABOUT,
#vision {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
    background-color: #656b2e55;

}

.mission-text {
    margin-top: 2vw !important;
}

.mission-image {
    overflow: hidden !important;
}

#vision {
    background-color: #656b2e55;
    padding-bottom: 7%;
    margin-top: 12%;
    padding-top: 6%;
}

/* #services {
    padding-top: 6%;
} */

.single-sevice {
    max-width: 100%;

}

/* .single-sevice img {
    width: 430px;
    height: auto;
} */

.hero-split {
    max-width: 66%;
}

.benefits-grid {
    grid-column-gap: 0vw;
    grid-row-gap: 3.375rem;
}

#contact {
    background-color: #656b2e55;
    color: #4a4545 !important;
}

.form-button {
    min-height: 2rem !important;
    padding: .25em 1.5em .25em 1.5em;
    font-size: 1rem;
    font-weight: 300;
}

.form-info {

    margin-bottom: 1.75rem;
}

textarea.w-input,
textarea.w-select {
    height: auto !important;
    min-height: 100px !important;
}

.banner_links {
    color: #ffffff !important;
    padding: 0px !important;
}

.hero-services {
    text-transform: none;
}

.navigation-link {
    text-transform: none;
}

.banner_links {
    margin-left: 0px !important;

}


#Services,
#contact,
#WHYUS {
    padding-top: var(--nav-height);
    margin-top: calc(var(--nav-height) * -1);
}

#service1,
#service2,
#service3,
#service4 {
    /* padding-top: var(--nav-height); */
    /* margin-top: calc(var(--nav-height) * -1); */
    padding-top: 5% !important;
    padding-bottom: 5% !important;

}

.single-sevice {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* .single-sevice img {
    width: 350px;
    height: auto;
    border-radius: 8px; 
}

*/
.single-sevice img {
    width: auto;
    height: 250px;
    /* border-radius: 8px; */
}



.margin-top-small {
    margin-top: 2.36rem;
}

:root {
    --nav-height: 80px;

}



body {
    margin: 0;
    padding: 0;
}


section {
    /* min-height: 50vh; */
    padding-top: 4px !important;
    margin-top: 4px !important;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
}

.text-not-transform {

    text-transform: none !important;
}

.footer-links-wrapper {
    /* flex-direction: column; */
    align-items: unset;
    display: block;
}

.footer-link {

    font-size: 1.2rem;
    padding-right: 3%;
}

.footer-rows {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    border: none;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    min-height: 30vh;
    display: flex;
}

.footer_icon {
    color: #4a4545;
    font-size: 1.3em;
    font-weight: 200;
}

.footer-links-wrapper {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-start; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.hero-content-top {
    padding-top: 7% !important;
}

.footer-links-wrapper.icons-row {
    display: flex;
    flex-wrap: wrap;

    gap: 15px;

    align-items: center;
}

.footer-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;

    font-size: 14px;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;

    right: 20px;

    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    color: #fff;

}

.whatsapp-float {
    text-decoration: none !important;

}

.whatsapp-float i {
    text-decoration: none !important;
}