.for-mobile-view {
    display: block !important;
}

.navbar {
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: auto;
}

.for-other-devices-view {
    display: none !important;
}

@media (min-width: 768px) {
    .for-mobile-view {
        display: none !important;
    }

    .navbar {
        background-color: #f8f9fa;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        height: auto; /*60px*/
    }

    .for-other-devices-view {
        display: block !important;
    }
}

body {
    font-family: "Poppins", sans-serif;
    background: #f8f9fa;
}

.navbar .nav-link {
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    margin-inline: 10px;
    color: #0e6826 !important;
    text-transform: uppercase !important;
}

.navbar .nav-link:hover {
    color: #ffffff !important;
    /* border: 2px solid #3c8e8c; */
    border-radius: 0px;
    background-color: #0e6826;
    padding: 10px;
}

/* .navbar a.text-dark:hover {
    color: #3c8e8c;
    font-weight: 500;
}

.navbar i:hover {
    color: #3c8e8c;
    font-weight: 500;
} */

.navbar .custom-a-text {
    text-decoration: none;
}

.nav-item-mobile{
border-bottom: 1px solid #eae3e3;

}

.nav-item-mobile a{
    padding-left: 5%!important;
}
/* .navbar .custom-a-text:hover {
    text-decoration: none;
    color: #3c8e8c !important;
    border: 2px solid #3c8e8c;
    border-radius: 10px;
    background-color: #bfe8ce;
    padding: 5px 10px;

} */

/* h2 {
            font-size: 2.5rem;
            font-weight: 600;
        }

        p {
            font-size: 1rem;
        }

          .background-image-banner {
            position: relative;
            background-image: url(../public/img/banner/bg-03.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            color: white;
            padding: 20px;
            height: auto;
            overflow: hidden;
        } */

/* .background-image-banner::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1;
        }

        .background-image-banner * {
            position: relative;
            z-index: 2;
        } */
/* .row .col-sm-4 .custom-card-why-choose-us{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: aliceblue;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
} */

/* OUR PROJECTS */

.card-projects-1 {
    background-color: #ffffff;
    border-radius: 10px;
    /* border: 1px solid #0e6826; */
    color: #0e6826 !important;
    height: auto !important;
    margin-bottom: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

/* Image wrapper */
.card-projects-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

/* Black overlay only on the image */
.card-projects-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.35s ease;
    z-index: 2;
}

/* On hover image overlay appears */
.card-projects-1:hover .card-projects-img-wrapper::after {
    background: rgba(0,0,0,0.6);
}

/* Zoom only the image */
.card-projects-img-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
}

.card-projects-1:hover .card-projects-img-wrapper img {
    transform: scale(1.04);
}


/* Overlay */
/* .card-projects-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: background 0.35s ease;
    z-index: 2;
} */

/* On hover overlay becomes dark */
/* .card-projects-1:hover::after {
    background: rgba(0,0,0,0.45);
} */

/* Image zoom effect */
/* .card-projects-1 img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 1;
} */
/*
.card-projects-1:hover img {
    transform: scale(1.04);
} */


/* .card-projects-1 img:hover {
    transform: scale(1.04);
     background: rgba(0, 0, 0, 0.5);
} */

.card-projects-1 h3 {
    color: #0e6826 !important;
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 5.5% !important;
}

.card-projects-1 p {
    /* color: #0e6826 !important; */
    font-size: 14px !important;
    text-align: left !important;
    padding-left: 5.5% !important;
     margin-top: 20px !important;
}

.card-projects-1 .custom-project-card-p{
margin-bottom: 40px !important;
}

.section-underline-projects {
    width: 15px;
    height: 2px;
    background-color: #0e6826;
    margin-top: 0px !important;
    padding-left: 10% !important;
    margin-left: 5.5% !important;
}

.our-projects-custom-h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #0e6826 !important;
}

.section-underline-our-projects-custom{
   width: 50px;
    height: 3px;
    background-color: #0e6826;
    margin-top: 0px !important;
     margin-left: 57%;
}
/* OUR PROJECTS */

/* WHY CHOOSE US */
.why-choose-us-background-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)), url("../images/home/5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: auto;
}

.why-choose-us-h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff !important;
    padding-top: 10% !important;
    margin-bottom: 0px !important;
}

.section-underline-why-choose-us {
    width: 50px;
    height: 3px;
    background-color: #ffffff;
    padding-left: 4%;
    margin-left: 68%;
    margin-top: 0px !important;
}

.custom-card-why-choose-us h3 {
    color: #ffffff;
    font-size: 14px !important;
}

.custom-card-why-choose-us i {
    color: #ffffff !important;
    font-size: 20px !important;
    padding-top: 5%;
    padding-bottom: 5%;
}

.custom-card-why-choose-us {
    padding: 10px;
    background-color: darkgray;
    border-radius: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    height: 150px !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-card-why-choose-us:hover {
    background-color: #0e6826;
}

.custom-card-why-choose-us-2 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border: 1px solid #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.why-choose-us-img {
    height: auto !important;
    width: 100% !important;
    transition: transform 0.3s ease;
    transform-origin: center;
    will-change: transform;
}

/* WHY CHOOSE US */

/* Welcome To FAIRWINDS */
.about-custom-btn {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px !important;
    background-color: #ffffff !important;
    color: #63662a !important;
    border: 2px solid #63662a !important;
    padding: 10px 10px !important;
    /* justify-content: left!important; */
    position: relative;
    overflow: hidden;
}

.about-custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 45px solid rgba(0, 0, 0, 0.1);
    border-right: 45px solid transparent;
}

.about-custom-btn:hover {
    background-color: #63662a !important;
    color: #ffffff !important;
}

.section-underline {
    width: 50px;
    height: 3px;
    background-color: #0e6826;
    margin-top: 0px !important;
}

.image-box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.image-box::before {
    content: "";
    position: absolute;
    top: 45px;
    bottom: 35px;
    right: 75px;
    left: 75px;
    /* moves it slightly left */
    width: 85%;
    height: 80%;
    padding: 20px;
    background-color: #b6b6b6;
    /* ash gray */
    z-index: -1;
    /* keeps it behind the image */
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* optional for soft realism */
}
/* Welcome To FAIRWINDS */

/* home banner  */
.contact-us-home-btn {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    text-align: right !important;
    padding: 10px 10px !important;
    position: relative;
    overflow: hidden;
    right: 0px !important;
    margin-right: 0px !important;
}

.contact-us-home-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 45px solid rgba(0, 0, 0, 0.1);
    border-right: 45px solid transparent;
}

.contact-us-home-btn:hover {
    background-color: #63662a !important;
    color: #ffffff !important;
}
/* home banner */

/* custom-footer-list */
.custom-footer-list li {
     font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 5px 0;
    font-size: 15px;
    line-height: 2.2;
    /* border-bottom: 1px solid #999; */
}
.custom-footer-title{
     font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff !important;
    font-size: 18px;
}

.custom-footer-p *  {
     font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* padding: 5px 0; */
    font-size: 15px;
    line-height: 2;
    /* border-bottom: 1px solid #999; */
}
/* custom-footer-list */

/* fonts */
.custom-a-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: <weight>; */
    font-style: normal;
}
.custom-p-text {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #ffffff !important;
    text-align: left !important;
    font-size: 15px;
}

.custom-h2-welcome {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
    color: #0e6826 !important;
    font-size: 28px;
    font-weight: 600;
}

.custom-h1-welcome {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
    color: #0e6826 !important;
    font-size: 40px;
    font-weight: 600;
}

.custom-paragraph {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: justify !important;
    color: #000;
}

/* fonts */

/* contact */
.contact-custom-btn {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px !important;
    background-color: #ffffff !important;
    color: #63662a !important;
    border: 2px solid #63662a !important;
    padding: 10px 100px !important;
    /* justify-content: left!important; */
    position: relative;
    overflow: hidden;
}

.contact-custom-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 45px solid rgba(0, 0, 0, 0.1);
    border-right: 45px solid transparent;
}

.contact-custom-btn:hover {
    background-color: #63662a !important;
    color: #ffffff !important;
}

.contact-custom-h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #0e6826 !important;
}

.section-underline-contact-custom{
   width: 50px;
    height: 3px;
    background-color: #0e6826;
    margin-top: 0px !important;
     margin-left: 32%;
}
/* contact */
