:root{
--black: #000000;
--black-2: #030000;
--night: #031203;
--kelly-green: #07B001ff;
--forest-green:  ;
}


*{
     font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    padding: 0 !important;
    scroll-behavior: smooth;
}


.divbody{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 20px !important;
    max-width: 2050px;
    margin-top: 40px;
}


@media only screen and (max-width: 660px) {
 .divbody{
  padding: 5px;
 }
}










body{
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    /*     D9D9D9  */
}


.fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards; /* duration 1s, ease, forwards keeps final state */
  }


.fade-up2 {
    opacity: 0;

    transform: translateY(20px);
    animation: fadeUp 2s ease forwards; /* duration 1s, ease, forwards keeps final state */
  }
  @keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }





.navbar{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.navbar div{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 20px;
}






.navbar a{
    color: black;
    text-decoration: none;
}
.navbar img{
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
#navbut{
  appearance: none;
  background-color: var(--kelly-green);
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 20px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

#navbut:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

#navbut:hover {
  background-color: #2c974b;
}

#navbut:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

@media only screen and (max-width: 880px) {
  .navbar div{
    display: none;
  }
}










header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px !important;
    gap: 30px;
  }

  header img, header picture,header picture img {
    width: 100%;
    height: 750px;
    max-height: 750px;
    object-fit: cover;
    user-select: none;
    border-radius: 8px;
    filter: drop-shadow(0 0 1px black);
  }

  #Call {
    appearance: none;
    background-color: var(--kelly-green);
    border: 1px solid rgba(27, 31, 35, .15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
  }

  #Call:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
  }

  #Call:hover {
    background-color: #2c974b;
  }

  #Call:focus {
    box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
    outline: none;
  }

  /* Carousel styles */
  .carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
  }

  .carousel img,  .carousel picture {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;
  }

  /* Dots */
  .carousel-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
  }

  .carousel-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.3s;
  }

  .carousel-dots button.active {
    background: var(--kelly-green);
  }














.hero{
    font-size: 35px;
  
    padding: 0;
    margin: 0;
}

.subtext{
    font-size: 25px;
}


.green{
 color: var(--kelly-green);
}
header p{
    margin: 0;
    padding: 0;

}

@media only screen and (max-width: 1800px) {
header img, header picture,header picture img{
    width: 100%;
    max-height: 550px;
}
.divbody{
  width: 95%;
}
}



@media only screen and (max-width: 1000px) {
header img, header picture,header picture img{
    width: 100%;
    max-height: 300px;
}

}



  /* .SMspecialimg{
  display: none;
}

@media only screen and (min-width: 1800px) {
  .specialimg{
    object-fit: fill !important;
    display: contents;
  }
   .SMspecialimg{
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  .specialimg{
    object-fit: fill !important;
    display: none;
  }
  .SMspecialimg{
    display: contents !important;
  }
} */ 








.services{
   display: flex;
    flex-direction: column;
 
    width: 100%;
    height: 100%;
    gap: 40px;
}
.services h1{
    margin: 0;
    padding: 0;
    font-size: 35px;
}
.service-item{
  display: flex;
  align-items: center;
  gap: 10px;
    font-size: 20px;

}
.service-item i,b{
  color: var(--kelly-green);  

}




.service-item i{
  color: var(--kelly-green);  
}

.why-choose{
   display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 40px;
}
.why-choose h1{
    margin: 0;
    padding: 0;
    font-size: 35px;
}
.why-item{
  display: flex;
  align-items: center;
  gap: 10px;
    font-size: 20px;

}
.why-item i{
  color: var(--kelly-green);  
}






.service-area{
   display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 40px;
}
.service-area h1{
  margin: 0;
    padding: 0;
    font-size: 35px;
}
.area-item{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.area-item i{
  color: var(--kelly-green);  
}









.indlinediv{
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

@media only screen and (max-width: 1500px) {
  
  .indlinediv{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;

  }
 
 
}
















.about-us{
  width: 100%;

}
.about-us-content{
  display: flex;
  align-items: center;
  width: 100%;
}
.about-us-content div{
  width: 600px;
  height: 300px;
  background-color: black;
}
.about-us h1{
  font-size: 35px;
}

.about-us p{
  font-size: 20px;
  width: fit-content;
}








.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-group{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact-form p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-group input,
.form-group textarea {
  padding: 5px !important;
  width: 100%;
  color: rgb(36, 35, 42);
  font-size: 16px;
  line-height: 20px;
  max-width: 750px;
  min-height: 28px;
  border-radius: 4px;
  padding: 8px 16px;
  border: 2px solid transparent;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  background: rgb(251, 251, 251);
  transition: all 0.1s ease 0s;
}

.form-group input:focus,
.form-group textarea:focus {
  border: 2px solid rgb(124, 138, 255);
  outline: none;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}




.contact-form button[type="submit"]{
  appearance: none;
  background-color: var(--kelly-green);
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 20px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.contact-form button[type="submit"]:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.contact-form button[type="submit"]:hover {
  background-color: #2c974b;
}

.contact-form button[type="submit"]:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}


.contact-area{
  display: flex;
  min-height: 800px;
  gap: 20px;
}
.contact-area img{
    object-fit: cover;
    user-select: none;
    border-radius: 8px;
    max-height: 900px;
    filter: drop-shadow(0 0 1px black);
}


@media only screen and (max-width: 1000px) {
.contact-form button[type="submit"],.contact-form input,.contact-form textarea{
  width: 100%;  
  max-width: none;
}

}






























@media only screen and (max-width: 1500px) {
  .contact-area{
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  .contact-area{
      min-height: none;
  }
  .contact-area img{
        max-height: 450px;
  }
}













.footer{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    font-size: 20px;
}
.footer img{
    width: 125px;
    height: 125px;
    border-radius: 50%;
}
.socialLinks {
  display: flex;
  align-items: center;
  gap: 20px;

}
.socialLinks a{
  color: var(--kelly-green);
  background-color:#E5E5E5;
  gap: 20px;
  padding: 10px !important;
  width: 30px;
  height: 30px;
 text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
}
.socialLinks a i{
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
.footer{
    flex-direction: column;
    align-items: center;
}
.socialLinks{
  justify-content: center;
}
}









.advertisement {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--kelly-green);
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    height: 40px;
  }

  .advertisement .close-btn {
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
  }
  @media only screen and (max-width: 1000px) {
      .advertisement {
        height: 60px;
        padding: 15px 25px;
      }
  }