.logo {
  width: 120px;
  height: 100px;
}

.menu-items {
  color: black;
}
.menu-items ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-items ul a {
  text-decoration: none;
  color: black;
  font-weight: 500;
}

.__hero_bg {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.__ls_layer {
  background-color: rgba(38, 77, 62, 0.5254901961) !important;
}

.__ls_layer_2 {
  background: linear-gradient(172deg, rgba(30, 91, 68, 0.5058823529) 21%, rgba(0, 0, 0, 0) 54%) !important;
}

.ls-wrapper.ls-bg-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 0, 0.2) !important;
  opacity: 0;
  animation: fade-in 1s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.feature-icon img {
  max-height: 6rem;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.feature-wrap1 .slick-slide,
.__service_area .slick-slide,
.__testi .slick-slide {
  margin-bottom: 1.5rem;
}
.feature-wrap1 .feature-style1,
.feature-wrap1 .service-style1,
.feature-wrap1 .testi-style1,
.__service_area .feature-style1,
.__service_area .service-style1,
.__service_area .testi-style1,
.__testi .feature-style1,
.__testi .service-style1,
.__testi .testi-style1 {
  height: 100%;
}

.service-style1 img {
  height: 2.2rem;
}

.counter-media__icon img {
  max-height: 3rem;
}

.__footer_menu {
  background-color: #264d3e !important;
}
.__footer_menu a {
  text-decoration: none !important;
  color: white !important;
  font-weight: 500;
}
.__footer_menu p {
  color: white !important;
}

.copyright-wrap {
  background-color: #1e3b30 !important;
}
.copyright-wrap p {
  color: gray !important;
}

.about-shape1 {
  color: rgba(91, 50, 30, 0.2392156863) !important;
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
  background: #f8f8f8;
  font-family: "Poppins", sans-serif;
}

.contact-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-info h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #222;
}

.contact-info p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.contact-details p {
  margin: 10px 0;
  font-size: 15px;
}

.contact-details i {
  color: #2ea44f;
  margin-right: 8px;
}

/* Form Styling */
.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
  font-size: 15px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #2ea44f;
  box-shadow: 0px 0px 4px rgba(46, 164, 79, 0.4);
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-btn:hover {
  background: #248a3d;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
  }
}
.contact-section {
  /* Submit Button */
}
.contact-section input,
.contact-section textarea {
  padding: 1rem 1.5rem !important;
  border-radius: 0.5rem !important;
}
.contact-section button,
.contact-section .wpcf7-submit {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  background: #2ea44f;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .copyright-text {
    font-size: 0.8rem;
  }
}

a.vs-btn:visited, .widget_title {
  color: white !important;
}

@media screen and (min-width: 768px) {
  .img-box1 .img-2 {
    height: 300px;
    transform: translateX(8%);
  }
  .img-box1 .img-2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 80px;
  }
}

.feature-wrap1 {
  background-color: #f8f8f8;
}
.feature-wrap1 .feature-style1 {
  border-radius: 2rem;
}/*# sourceMappingURL=secondary-styles.css.map */