/* body{
    overflow-x: hidden;
} */
@keyframes blink-background {
    0% { box-shadow: 0 0 10px 2px #25D366; }
    50% { box-shadow: 0 0 20px 5px #25D366; }
    100% { box-shadow: 0 0 10px 2px #25D366; }
  }
  
  .whatsapp_float {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 1000;
    border-radius: 50%; /* Makes it circular */
   
    background-color: white; /* Optional, keeps icon background */
    animation: blink-background 1.5s infinite; /* Blinking green shadow */
  }
  
  .whatsapp_float svg {
    width: 50px;
    height: 50px;
    fill: #25D366; /* WhatsApp green icon */
  }
  
  .call_float {
    position: fixed;
    bottom: 120px; /* Position call icon above WhatsApp */
    right: 40px;
    z-index: 1000;
    border-radius: 50%;
    background-color: white;
}

.call_float svg {
    width: 48px;
    height: 48px;
    fill: white;
    padding: 11px;
    background-color: #63b335;
    border-radius: 20px;
}

  
.container-fluid {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
/* #contactform{
    margin-top: -100px;  
} */
label{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #111111;
}
input{
    font-family: 'Poppins', sans-serif;
font-size: 16px;
}
option{
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
}

h1{
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    /* font-family: Roboto, sans-serif; */
font-weight:bolder;
}
h2{
    font-size: 45px;
    font-weight: 700;
    color: #111111;

    font-family: Inter, sans-serif;
}
span{
    color: #63b335;

}
h3{
    color: #63b335;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: Roboto, sans-serif;
}
h4{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #111111;
}
h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #111111;
}
h6{
    color: #63b335;  
    font-family: Inter, sans-serif;
    font-weight: 600;
}
p{
    font-size: 17px;
    font-weight: 400;
    color: #757f9f;
    font-family: 'Poppins', sans-serif;
}
.btn-primary{
    /* background-color: #63b335 !important; */
    background-color: #63b335 !important;

    border: 1px solid #63b335 !important;
    color: white ;
    padding: 14px 24px;
    border-radius: 30px;
    font-weight: 650;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;


}
.btn-primary:hover{
    background-color: white !important;
    border: 1px solid #63b335 !important;
    color: #63b335;
    /* font-weight: 600; */

}

#sectionsize{
    
    padding: 80px 0px 0px 0px;
}
#lastsectionsize{
    padding: 80px 0px;
}


#serviceimage{
    border-radius: 25px;
}
#servicelogo{
    margin-top: -50px;
    padding-right: 20px;
}

/* Ensure the full-screen background and overlay cover the entire viewport */
#contactform {
    position: relative; /* Ensure it's positioned in the normal flow */
    z-index: 3; /* Make it higher than the background section */
    margin-top: -100px;
}

.full-screen-background {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('Media/WhatsApp Image 2024-08-14 at 9.27.02 PM.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1; /* Lower than the contact form */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2; /* Still below the contact form */
}


.content {
    position: relative;
    z-index: 2; /* Place content above the overlay */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: white; /* Set text color to white for better readability */
    text-align: center; /* Center text alignment */
}
#hometext{
    color: white;
}
.card{
border-radius: 25px;
box-shadow: 0px 2px 18px -4px rgba(0, 0, 0, 0.3);
border: none;
}
#testimonialpic{
    border-radius: 45px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #63b335;
    color: white !important;
}
#areapic{
    border-radius: 120px;
    width: 200px;
    border: 2px solid #63b335;
}
#darkcard{
    /* background-color: #fff7e5; */
}
#darkcard p{
    color: #111111;
}
#darkcardtext{
    color: #63b335 !important;
    width: 120px;
}
#breadcrumb{
    color: white;
    text-decoration: none;
}
.testimonial {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* #testimonialCarousel{
    background: #f8f9fa;

} */
#testimonialitalic{
font-style: italic;
}
.carousel-item {
    transition: opacity 0.3s ease;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #63b335;
    border-radius: 50%;
    padding: 10px;
}

/* Contact */
#homesection{
    padding: 70px 0px;
    margin: 0;
   margin-top: 80px;
}
#homesectiontext{
    color: white;
}
#homesectiontext, #breadcrumb, h6{
    position: relative; /* Keep text above the overlay */
    z-index: 2; /* Ensures the text is above the overlay */
}
/* Contact */


/* ** Header **  */
.navbar{
    background-color: white !important;
box-shadow: 0px 2px 18px -4px rgba(0, 0, 0, 0.3);

}
.nav-link{
    color: #111111 !important;
    font-weight: 650;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
.nav-link:hover{
    color: #63b335 !important; 
}
/* ** Header **  */

/* **  Footer  **  */
#footerbackground{
background-color: #20242c;
padding: 50px 0px;
}
#footerbackground2{
    background-color: #181818;
  padding-top: 20px;
    }
.footerheading{
color: white;
}
.footerpara{
    color: #b4b5b9;

}
ul{
    list-style-type: none;
}
.footer-menu li {
    padding: 10px 0; /* Top and bottom padding for footer items */
}
.footerlink{
    color: #b4b5b9;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;

    

}
.footerlink:hover{
    color: #63b335;
    text-decoration: none;
    
}


/* **  Footer  **  */


/* Responsive  */

/* Mobile devices (up to 600px) */
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 30px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 17px;
    }
    h4{
        font-size: 20px;

    }
    h5{
        font-size: 18px;
    }
p{
    font-size: 16px;

}
.btn-primary{
    font-size: 12px;

}
.content {
    padding: 0px 20px;
}
#sectionsize {
    padding: 35px 15px 0px 15px;
}
#lastsectionsize {
    padding: 35px 15px;
}
}

/* Tablet devices (601px to 768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {

}

@media (max-width: 767.98px) {
    .carousel-item {
        display: flex;
        justify-content: center;
    }
    .card {
        width: 100%; /* Ensure card takes full width on mobile */
    }
}
@media (min-width: 768px) {
    .carousel-item {
        display: flex; /* Keep flexbox for larger screens */
    }
}