
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&display=swap');



* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}



/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #092a01;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading{
    font-family: "Montserrat", serif;
}

.line{
  line-height: 24px;
   }


nav .logo{
    width: 120px;
}
nav li a{
 color: #000;   
}


.btn-1{
    background-color: #5DB847;
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 100px;
    width: 150px;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-1:hover{
    background-color: #378d22;
    color: #fff;
}

.dropdown:hover .dropdown-menu{
display: block;
}
.dropdown-menu{
    width: max-content;
}
.dropdown-menu li{
    border-bottom: 1px solid #ededed;
  padding: 5px 0;
  transition: all 0.5s ease;
}

.dropdown-menu li:hover{
    background-color: #5DB847;
    color: #fff !important;
}

.dropdown-menu li a:hover{
 background-color: transparent;
 color: #fff;
}

.navbar-nav .nav-item a {
  font-weight: unset !important;
}
.navbar-expand-xl .navbar-nav .dropdown-menu li{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 7px;
}
 .navbar-nav .dropdown-menu li:last-child{
  border-bottom: 0px;
}

.nav-item li a:hover{
  transform: translateX(10px);
  transition: all 0.5s ease;
  background-color: transparent;
}

.navbar-expand-xl .navbar-nav .dropdown-menu{
  border-radius: 0px;
  padding: 15px 20px;
  border: none;
  width: max-content;
  box-shadow: 0px 5px 3px #0000002e;
}

 .navbar-nav .nav-item{
  padding: 0px 10px 0px 10px;
  
}
 .navbar-nav .nav-item a{
color : #000;
transition: all 0.5s ease;
}


 .navbar-nav .nav-item li a:hover{
transform: translateX(10px);
transition: all 0.5s ease;
background-color: transparent;
}

.line{
    opacity: 1;
    background-color: #5DB847;
    color: #5DB847;
    height: 4px;
    margin: 0;
}

section.number h2{
    font-size: 50px;
    color: #FFF;
}

.color{
    color:#5DB847 ;
}

section.service .card{
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
background: #fff;
border-radius: 20px;
height: 100%;
transition: all 0.5s ease;
border: 1px solid transparent !important;
}

section.service .card:hover{
 border: 1px solid #5DB847 !important;
}

section.service .card:hover{
 border: 1px solid #5DB847 !important;
}

section.service .card p{
    display: -webkit-box; /* Create a flexible box */
    -webkit-box-orient: vertical; /* Orient the box vertically */
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Add ellipsis (...) to truncated text */
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    line-height: 1.5; /* Adjust line height as needed */
    max-height: calc(1.5em * 3); /* Ensure height matches line count */
}





section.Clients img{
height: 190px;

object-fit: contain;
width: 100%;
margin: 0 auto;
}


.carousel-control-prev,  .carousel-control-next{
 z-index: 99;
}

.carousel-indicators .active {
background-color: #378d22;
}
footer .form-control {
    border-radius: 20px;
  }
  
  footer .btn-warning {
    border-radius: 20px;
  }
  
  footer .nav-link:hover {
    text-decoration: underline;
  }
  
  footer .fab {
    font-size: 18px;
  }
  

  nav.fixed-top{
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  }


  textarea:focus,
input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(93, 184, 71, 0.5);
  border-color: #5DB847;
}


section.number{
    background-color: #5DB847;
}



section.Counter .work-text::after {
    content: '+';
    display: inline-block;
    position: relative;
    bottom: 3px;
}





section.banner .carousel-item img{
    animation: banner 10s ease forwards;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
  }
  
  .carousel-indicators {
  z-index: 99 !important;
  }
  
  @keyframes banner {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
  
    100% {
      transform: scale(1);
    }
  }
  .banner-image-d{
    display: block;
    }
  .banner-image-m{
  display: none;
  }
  
  .overlay1{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0) 95%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    z-index: 8;
    height: 100vh;
  }
  
  .banner_content p{
    font-size: 20px;
  }
  

  
  section.banner .banner_content {
    position: absolute;
    bottom: 100px;
    color: #333333;
    z-index: 9;
    width: 100%;
    padding: 30px 30px 30px 0px;
  }
  

  .Count p{
    font-size: 24px;
}

.accordion-button:not(.collapsed){
  background-color: #378d22 !important;
  color: #fff !important;
  box-shadow : unset !important;
}

.accordion-button {
  /* padding: 20px 20px 20px 0px; */
  font-size: 1rem;
  color: #000;
  font-weight: normal;

}

/* .accordion-body {
  padding: 20px 20px 20px 0px;
} */

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset !important;
}





.accordion-button::after {
  background-image: url('../Images/Plus.webp');
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../Images/Minus.webp');
}


section.otherbanner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
}

/* contact us */



/* Contact */
.tour-headline h2{
  font-weight: 600;
  }
  .contact-heading h2{
  font-weight: 600;
  }


  .address-box{
    padding: 0px 45px 0px 45px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E7E7E7;
  }


 .contact-form {
    background-color: #ffffff;
    border-radius: 12px;
  }
  
 .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: black;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: black;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: black;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #4e4e4e;
  }
  
  .contact-form .title {
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
  }
  
  .contact-form .description {
    color: white;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #4e4e4e;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #4e4e4e;
  }

  section.unique h4{
    font-size: 50px;
    color: #0b3800;
    opacity: 20%;
  }
  section.unique h3{
   color: #5DB847;
  }
  section.unique p{
font-size: 14px;
  }
  section.unique .card{
   border-radius: 10px;
   border: 1px solid #f1f1f1;
   height: 100%;
   padding: 10px;
  }