
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');

ul,h1,h2,h3,h4,h5,h6{
  padding: 0;
  margin: 0;
}
body{
  font-family: "Roboto", serif;
}
.custom-container{
  padding: 0 60px;
}
.info-bar-outer{
  background-color: #015a34;
}
.info-bar {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 36px;
  font-weight: 500;
  font-family: "Khand", sans-serif;
  letter-spacing: 1px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.divider {
  height: 100%;
  width: 1px;
  background-color: #fff;
  margin: 0 16px;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-family: "Khand", sans-serif;
  flex-wrap: wrap;
  position: relative;
}

.main-header .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 20%;
}

nav.main-nav {
  width: 60%;
  display: flex;
  justify-content: center;
}

.main-header ul {
  display: flex;
  gap: 28px;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.main-header ul li {
  display: inline-block;
  list-style-type: none;
}

.main-header .main-nav a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

.main-header .main-nav a:hover {
  color: #015a34;
}
.main-nav ul li.active a{
  color: #015a34;
}
.main-header .header-right {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 20%;
  justify-content: flex-end;
}

.main-header .call {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.main-header .call i {
  color: #015a34;
}

.main-header .search-icon {
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.main-header .quote-btn {
  background-color: #015a34;
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-arrow-icon{
  width: 12px;
  filter: invert(1);
}
.main-header .quote-btn:hover {
  background-color: #000;
}
/* Mobile menu toggle button */
.menu-toggle {
  display: none;
  font-size: 24px;
  color: #015a34;
  cursor: pointer;
}

/* Responsive styles */

.header-right {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 20%;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  color: #015a34;
  cursor: pointer;
}

/* Responsive styles */
@media (max-width: 767px) {
  .main-header {
    flex-wrap: wrap;
  }

  .main-header .logo {
    width: 50%;
  }

  .header-right {
    width: 50%;
    justify-content: flex-end;
    gap: 16px;
    order: 2;
  }

  .menu-toggle {
    display: block;
  }

  nav.main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    margin-top: 10px;
    order: 3;
  }

  nav.main-nav ul {
    flex-direction: column;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 0;
  }

  nav.main-nav ul li {
    padding: 10px 20px;
  }

  nav.main-nav.show {
    display: flex;
  }

  .header-right .call {
    display: none; /* Hide call info on mobile */
  }

  .quote-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  .quote-btn:hover {
    background-color: #000;
  }
  .search-icon {
    font-size: 18px;
  }
}
.banner-slider img {
  width: 100%;
  height: auto;
  display: block;
}


.about-section {
  padding: 60px 0px;
  background-color: #fff;
}

.about-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.top-about-wrap {
  display: flex;
  justify-content: space-between;
}
.top-left-about,
.top-right-about{
  width: 50%;
}

.about-left,
.about-middle,
.about-right {
  flex: 1 1 300px;
}
.about-middle img {
  transition: 0.45s;
}

.about-middle {
  overflow: hidden;
}
.about-middle img:hover {
  transform: scale(0.9);
}
.section-label {
  display: inline-block;
  background-color: #e7f2e9;
  color: #015a34;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.section-title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.2;
}
.top-right-about p,
.about-left p {
  font-size: 24px;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.6;
}

.about-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.about-features li {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-features i {
  color: #015a34;
  font-size: 16px;
}

.learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #015a34;
  color: #fff;
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
  text-decoration: none;
}
.learn-more-btn:hover{
  color: #fff;
  background-color: #000;
}
.about-middle img {
  max-width: 100%;
  border-radius: 4px;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.benefit {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 15px;
}

.benefit span {
  background-color: #015a34;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  border-radius: 50%;
  transition: 1s;
}
.benefit:hover span {
  transform: rotate(360deg);
}
.benefit:hover span{
  background-color: #000;
}
.benefit h4 {
  margin: 0 0 6px;
  font-size: 27px;
  font-weight: 700;
  color: #000;
}

.benefit p {
  margin: 0;
  font-size: 24px;
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {
  .about-container {
    flex-direction: column;
    gap: 40px;
  }

  .section-title {
    font-size: 32px;
  }
}

.our-services {
  background-color: #f5f8f2;
  padding: 60px 0px;
}

.service-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card,
.service-grid {
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service-card:hover,
.service-grid:hover {
  background-color: #000;
  color: #fff;
}

.service-card:hover .learn-link,
.service-grid:hover .learn-link {
  color: #6ec091;
}

.service-card:hover .card-icon,
.service-grid:hover .card-icon {
  filter: brightness(0) invert(1);
}
.service-grid{
  box-shadow: 0px -1px 7px #ccc;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.card-icon {
  height: 48px;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.service-card h4,
.service-grid h4 {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p,
.service-grid p {
  font-size: 24px;
  color: #000;
  margin-bottom: 16px;
  line-height: 1.5;
}

.service-card:hover p,
.service-grid:hover p {
  color: #ccc;
}

.learn-link {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
  color: #015a34;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.card-corner {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  z-index: 2;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-color: #f6f8f1;
  z-index: 2;
}
.service-card::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 24px;
  width: 24px;
  height: 24px;
  background-color: #f6f8f1;
  z-index: 2;
}
.service-card:hover .card-corner{
  background-color: #000;
}
.service-grid-section .view-all-services{
  width: 300px;
  height: 78px;
  line-height: 78px;
  margin: 0 auto;
  text-align: center;
  background: #015a34;
  display: flex;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  justify-content: center;
  margin-top: 100px;
  gap: 10px;
  align-items: center;
}
.service-grid-section a .top-arrow-icon {
  width: 4%;
  height: 13px;
}
.service-grid-section{
  padding-top: 120px;
}
.service-grid-section .view-all-services:hover{
  background-color: #000;
}
.service-grid-container .service-card:nth-of-type(even) {
  margin-top: 60px;
}
.service-grid-container .service-card:nth-of-type(odd){
  margin-top: -60px;
}
.client-logo img{
  width: 100%;
}
.our-client a{
  width: 250px;
  height: 78px;
  line-height: 78px;
  margin: 0 auto;
  text-align: center;
  background: #015a34;
  display: flex;
  color: #fff;
  font-size: 23px;
  text-decoration: none;
  justify-content: center;
  margin-top: 100px;
  align-items: center;
  gap: 10px;
}
.our-client a img{
  width: 4%;
  height: 13px;
}
.our-client {
  padding: 100px 0px;
}
.our-client a:hover{
  background-color: #000;
}
.testimonial-wraper{
  background: url(../images/review-bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  padding: 80px 0;
}
.inner-testimonial-wraper{
  display: flex;
  align-items: center;
}
.testimonial-left h2{
  font-size: 70px;
  color: #fff;
}
.customer-name{
  display: flex;
  align-items: center;
  gap:10px;
}
.testimonial-right,
.testimonial-left{
  width: 50%;
}
.testimonial-right{
  background-color: #fff;
  padding: 30px;
}
.testimonial-right h2{
  font-size: 70px;
  color: #015a34;
  font-weight: 700;
}
.testimonial-right p{
  font-size: 24px;
  color: #000;
}
.customer-name .img-wrap{

}
.customer-name .text-wrap h4{
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.customer-name .text-wrap span{
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.footer-site {
  background: #000;
  color: white;
  padding: 50px 0px;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width:70%;
}
.footer-site .map {
    width: 30%;
}
.contact-left, .contact-middle, .contact-right {
  width: 25%;
  margin: 0;
}

.contact-left h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.contact-left p {
  font-size: 15px;
  color: #fff;
}
.social-icons ul{
  display: flex;
  list-style: none;
}
.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: white;
  background: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: #015a34;
}

.newsletter p {
  font-weight: bold;
  margin-top: 20px;
}

.newsletter form {
  display: flex;
  margin-top: 10px;
      flex-wrap: wrap;
    gap: 10px;
}

.newsletter input {
  flex: 1;
    padding: 10px;
    border: none;
    outline: none;
    background: #015a34;
    color: #eaeaea;
    font-size: 15px;
}
.newsletter input::placeholder {
  color: #eaeaea;
  font-size: 15px;
}
.newsletter button {
  background: white;
  color: black;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
}

.contact-middle h4,
.contact-right h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}

.contact-middle p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 15px;
}

.contact-right ul {
  list-style: none;
  padding: 0;
}

.contact-right ul li {
  margin-bottom: 10px;
}

.contact-right ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 10px;
}
.contact-right ul li a:hover{
  color: #015a34;
}
.contact-right ul li a:hover {
  text-decoration: none;
}
.bottom-footer-wrap{
  background-color: #015a34;
}
.bottom-footer{
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-footer .left-bottom-footer p{
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.bottom-footer .right-bottom-footer p{
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.bottom-footer .right-bottom-footer p a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .custom-container {
    padding: 0 20px;
}
.top-about-wrap,
.inner-testimonial-wraper,
.bottom-footer{
  flex-wrap: wrap;
}
.top-left-about, .top-right-about,
.testimonial-right, .testimonial-left,
.contact-left, .contact-middle, .contact-right {
  width: 100%;
}
.testimonial-left h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.contact-left {
  margin-bottom: 30px;
}
.bottom-footer {
  padding: 10px 0px;
  justify-content: center;
}
}



/* Contact page style */

.contact-section {
  display: flex;
  gap: 40px;
  padding: 40px;
}

.contact-info {
  width: 30%;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
}

.contact-info h3 {
  font-weight: 500;
  font-size: 25px;
}

.contact-info .desc {
  margin: 10px 0 20px;
  color: #555;
}

.contact-info .info-title {
  font-weight: bold;
  color: #015a34;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.contact-form {
  flex: 1;
}

.contact-form .tag {
  display: inline-block;
  background-color: #e7f2e9;
  color: #015a34;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.contact-form h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-form .form-desc {
  color: #000;
  margin-bottom: 20px;
}
.form-wrap label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}
.form-wrap input {
  width: 100%;
  height: 45px;
  padding-left: 10px;
}
.form-wrap textarea#message {
  width: 100%;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
}
.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-wrap .textarea {
  width: 100%;
  height: 150px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 16px;
  resize: vertical;
  margin-bottom: 20px;
  border-radius: 2px;
}

.submit-btn {
  background-color: #015a34;
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.submit-btn:hover {
  background-color: #000;
}
.bread-crum {
  text-align: center;
  padding: 114px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  background-color: #015a34;
}
.bread-crum h1{
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.bread-crum ul li,
.bread-crum ul li a {
  list-style-type: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.blog-sidebar {
  border: 1px solid #e0e0e0;
  padding: 30px;
}
.blog-sidebar ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
}

.blog-sidebar ul li {
  list-style-type: none;
}
.blog-sidebar ul li a:hover{
  color: #015a34 !important;
}

 /* About page style */

 .experience-section {
  display: flex;
  gap: 40px;
  padding: 40px;
  align-items: flex-start;
}

.experience-left {
  width: 50%;
}

.image-wrapper {
  position: relative;
}

.main-image {
  width: 100%;
  border-radius: 4px;
}

.image-wrapper .badge-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #015a34;
  color: white;
  padding: 20px 0;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  line-height: 0.89;
  width: 230px;
}

.image-wrapper .badge-wrap span {
  font-size: 30px;
  font-weight: normal;
}

.overlay-image {
  width: 100%;
}

.experience-right {
  width: 50%;
}

.experience-right .tag {
  display: inline-block;
  background-color: #e7f2e9;
  color: #015a34;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.experience-right h2 {
  font-size: 70px;
  font-weight: bold;
  margin: 10px 0 30px;
}

.experience-right .desc {
  color: #000;
  margin-bottom: 20px;
  font-size: 24px;
}

.features {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}

.feature-box {
  display: flex;
      width: 50%;
      align-items: center;
      gap: 20px;
}

.feature-text p {
  font-size: 20px;
}
.feature-text {
  max-width: 200px;
}
ul.benefits li {
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}


.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.benefits i{
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #015a34;
  color: white;
  border-radius: 50px;
  font-size: 14px;
}
.cta-button {
  background-color: #015a34;
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  font-family: "Khand", sans-serif;
}

.cta-button:hover {
  background-color: #000;
}

.stats-section-wrap{
  background-color: #015a34;
}
.stats-section {
  display: flex;
  justify-content: space-around;

  color: white;
  padding: 30px 20px;
  text-align: center;
}

.stat-box h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 16px;
  margin: 0;
}

@media (max-width: 768px) {
  .stats-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.expertise-section-wrap{
  background-color: #f2f4e9;
}
.expertise-section {
  display: flex;
  justify-content: space-between;
  padding: 60px 0%;
  gap: 80px;
  align-items: center;
}

.expertise-section__content,
.expertise-section__image-wrap {
width: 50%;
}
.expertise-section__image-wrap {
  position: relative;
}
.expertise-section__label {
  display: inline-block;
  background-color: #fff;
  color: #015a34;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.expertise-section__heading {
  font-size: 70px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
}

.expertise-section__text {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.expertise-section__services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 16px;
}

.expertise-section__service-item {
  background: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.expertise-section__service-item i {
  color: #015a34;
}



.expertise-section__image-wrap img {
width: 100%;
}
.expertise-main-img img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.expertise-section__abt-badge-wrap {
  position: absolute;
  top: 75px;
  left: 20px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  font-size: 14px;
  width: 250px;
  justify-content: center;
}

.expertise-section__abt-badge-wrap i {
  color: #015a34;
  font-size: 22px;
}
.expertise-section__abt-badge-wrap img{
  width: 40px;
  border-radius: 0;
}
.expertise-section__abt-badge-number {
  font-weight: 700;
  font-size: 35px;
  color: #015a34;
}

.expertise-section__abt-badge-desc {
  font-size: 16px;
  color: #000;
}

#fullsearch-wrapper {
  position: fixed;
  z-index: 999;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transform: translate(0px, -100%) scale(0, 0);
}

#fullsearch-wrapper .closebtn {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #316435;
  opacity: 1;
  padding: 10px 17px;
  font-size: 18px;
  border-radius: 50px;
}
#fullsearch-wrapper.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}
#fullsearch-wrapper input[type="text"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#fullsearch-wrapper .button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  padding: 10px 30px;
  font-size: 13px;
  color: #fff;
  background: #316435;
  cursor: pointer;
  border: none;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
}


.why-choose-section {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  background-color: #f7f9f2;
}

.content {
  max-width: 50%;
}

.tag {
  background-color: #fff;
  color: #1a5e37;
  padding: 6px 12px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 4px;
}

.content h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}

.content p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.why-choose-section .features {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.features li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2e3e2e;
}

.features li span {
  color: #1a5e37;
  margin-right: 8px;
}

.video-wrapper {
  position: relative;
  max-width: 640px;
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}

.service-banner img {
  width: 100%;
}

.client-logo {
  display: flex;
  flex-wrap: wrap;
}
.client-logo .client-image {
  width: 15%;
}

.map-wrap{
  background-color: #f2f4e9;
  text-align: center;
  padding: 40px 0px;
}
.map-wrap h2{
  display: inline-block;
  background-color: #fff;
  color: #015a34;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.map-wrap h3{ 
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.footer-site .contact-section{
  padding: 0;
}
@media (max-width: 1500px) {
.newsletter button{
    font-size: 12px;
}
}
@media (max-width: 767px) {
    .experience-section,
    .expertise-section{
    flex-wrap: wrap;
}
.experience-left ,
.experience-right,
.expertise-section__content, .expertise-section__image-wrap{
    width: 100%;
}
.experience-right h2,
.expertise-section__heading{
    font-size: 28px;
    
}
.features{
    flex-wrap: wrap;
}
.benefits {
    grid-template-columns: 1fr;
}
        .section-title {
        font-size: 25px;
            margin-bottom: 10px;
    }
    .top-right-about p, .about-left p,
    .service-card p, .service-grid p,
    .testimonial-right p,
    .experience-right .desc,
    .expertise-section__text{
    font-size: 18px;
    line-height: 1.3;
}
.customer-name .text-wrap h4 {
    font-size: 18px;
}
.customer-name .text-wrap span {
    font-size: 16px;
}
.testimonial-right h2{
        font-size: 40px;
}
.benefit h4 {
    font-size: 20px;
}
.learn-more-btn {
    padding: 16px 25px;
    font-size: 16px;
}
.about-features li,
.benefit p{
       font-size: 18px;
}
    .bread-crum{
            padding: 35px 0px;
    }
    .bread-crum h1 {
    font-size: 25px;
}
.why-choose-section{
        flex-wrap: wrap;
}
.content {
    max-width: 100%;
}
.service-card h4, .service-grid h4 {
    font-size: 20px;
}
.video-wrapper {
    max-width: 100%;
}
    .contact-left {
        padding-top: 30px;
    }
    .bottom-footer .left-bottom-footer p {
    text-align: center;
}
  .contact-section {
    flex-wrap: wrap;
  }
  .contact-section .contact-info,
  .contact-form {
    width: 100%;
  }

  nav.main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    margin-top: 10px;
  }

  nav.main-nav ul {
    flex-direction: column;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
  }

  nav.main-nav ul li {
    padding: 10px 20px;
  }
.main-header .quote-btn{
        display: none;
}
  .main-header .header-right {
    width: 50%;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .main-header .logo {
    width: 50%;
  }

  nav.main-nav.show {
    display: flex;
  }
  .map-wrap h3 {
    font-size: 30px;

  }
  .map-wrap h2 {
    font-size: 18px;
  }
  .footer-site {
    padding: 0 0 0px 0px;
}
.contact-container ,
.footer-site .map {
    width: 100%;
}
.info-bar{
        font-size: 11px;
}
.main-header ul {
    gap: 0;
}
}
@media (max-width:576px){
    .info-bar {
    font-size: 10px;
}
}