html {
  scroll-behavior: smooth;
}

h1,
h2,
h4,
button,
a {
  font-family: "Raleway", sans-serif !important;
}

h3,
p {
  font-family: "Nunito Sans", sans-serif;
}

h2 {
  color: #000000;
  font-weight: 600;
  font-size: 30px;
}

h3 {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
}

p {
  color: #373737;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

.cta-button button {
  background-color: #006150;
  border-radius: 6px;
  padding: 8px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: solid 1px #006150;
}
.cta-button button:hover {
  color: #fff;
}
.cta-link a {
  background-color: #006150;
  border-radius: 6px;
  padding: 8px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: solid 1px #006150;
}
.cta-link a:hover {
  color: #fff;
}
.hero-wrapper {
background-image: url('../images/hero-banner.png');
border-radius: 18px;
background-size: cover;
height: 500px;
background-repeat: no-repeat;
  padding: 50px 40px;
}
.hero-wrapper h1 {
  color: #2C2C2D;
  font-size: 40px;
  font-weight: 600;
}

.common-card {
 border:solid 1px #006150;
  border-radius: 20px;
     box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  padding: 20px;
}

.section-one .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.section-two h4 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.section-three {
  background-color: #ECFBF9;
  padding: 40px;
  border-radius: 20px;
     box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.section-three .card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}
.section-three .card-wrapper > div:not(.grid-span-2),
.section-three .card-wrapper .grid-span-2 .center-card {
  display: grid;
  grid-template-columns: 26px 1fr;
  column-gap: 12px;
  align-items: start;
}
.section-three .card-wrapper > div:not(.grid-span-2)::before,
.section-three .card-wrapper .grid-span-2 .center-card::before {
  content: "\2192";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #006150;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  flex-shrink: 0;
}
.section-three .card-wrapper h3,
.section-three .card-wrapper p {
  grid-column: 2;
}
.section-three .card-wrapper h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.section-four {

  padding: 18px 14px 22px;
}

.section-four .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 130px;
  gap: 10px;
}

.section-four .gallery-item {
  overflow: hidden;
  cursor: pointer;
}

.section-four .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.section-four .gallery-item:hover img {
  transform: scale(1.03);
}

.section-four .gallery-item:focus-visible {
  outline: 2px solid #006150;
  outline-offset: 2px;
}

.section-four .g1 {
  grid-column: span 6;
  grid-row: 1 / span 2;
}

.section-four .g2 {
  grid-column: span 2;
  grid-row: 1;
}

.section-four .g3 {
  grid-column:span 2;
  grid-row: 1;
}

.section-four .g4 {
  grid-column: span 2;
  grid-row: 1;
}

.section-four .g5 {
  grid-column: 7 / span 3;
  grid-row: 2;
}

.section-four .g6 {
  grid-column: 1 / span 2;
  grid-row: 3;
}

.section-four .g7 {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.section-four .g8 {
  grid-column: 5 / span 5;
  grid-row: 3;
}

.section-four .g9 {
  grid-column: 10 / span 3;
  grid-row: 2 / span 2;
}

.gallery-modal .modal-content {
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}

.gallery-modal .btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.95;
}

.gallery-modal img {
  width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
}

.section-five .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.section-five .team-card {
    box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: #ECFBF9;
  border-radius: 10px;
  padding: 24px 18px;
  min-height: 210px;
}

.section-five .team-card h3 {
  margin-bottom: 12px;
}

.section-five .team-card h5 {
  font-family: "Nunito Sans", sans-serif;
  color: #373737;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-five .team-card h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #006150;
}


.section-five .mb-4 {
  margin-bottom: 2rem !important;
}



.section-six .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.section-six .testimonial-card {
     box-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: #ECFBF9;
  border-radius: 12px;
  padding: 30px 28px;
  min-height: 320px;
}

.section-six .quote-icon {
  width: 42px;
  height: auto;
  margin-bottom: 10px;
}

.section-six .testimonial-card h3 {
  margin-bottom: 12px;
}


.section-six .testimonial-card-wide {
  grid-column: span 3;
  max-width: 60%;
  margin: 0 auto;
  min-height: 250px;
}

.section-seven .contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.section-seven .map-frame {
  border-radius: 22px;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
}

.section-seven .map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #d9d9d9;
}

.section-seven .contact-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 14px;
}

.section-seven .meta-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.section-seven .meta-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.section-seven .meta-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-seven .meta-item h4 {
  margin-bottom: 4px;
  font-size: 20px;
}

.section-seven .meta-item p {
  font-size: 16px;
  margin-bottom: 0;
}

.section-seven .address-item {
  max-width: 92%;
}

.section-seven .contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-seven .field-wrap {
  position: relative;
}

.section-seven .field-wrap label {
  position: absolute;
  left: 14px;
  top: 22px;
  background: #ffffff;
  padding: 0 6px;
  font-size: 16px;
  color: #6b6b6b;
  line-height: 1;
  pointer-events: none;
  transform-origin: left top;
  transition: all 0.2s ease;
}

.section-seven .field-wrap input,
.section-seven .field-wrap textarea {
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 24px 14px 12px;
  font-size: 16px;
  color: #373737;
  font-family: "Nunito Sans", sans-serif;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.section-seven .field-wrap input {
  height: 66px;
}

.section-seven .field-wrap textarea {
  min-height: 180px;
  resize: none;
}

.section-seven .field-wrap input::placeholder,
.section-seven .field-wrap textarea::placeholder {
  color: transparent;
}

.section-seven .field-wrap input:focus,
.section-seven .field-wrap textarea:focus {
  border-color: #006150;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 97, 80, 0.12);
}

.section-seven .field-wrap input:focus + label,
.section-seven .field-wrap input:not(:placeholder-shown) + label,
.section-seven .field-wrap textarea:focus + label,
.section-seven .field-wrap textarea:not(:placeholder-shown) + label {
  top: -9px;
  font-size: 13px;
  color: #006150;
}

.section-seven .contact-submit {
  height: 56px;
  background: #006150;
  border: 1px solid #006150;
  border-radius: 6px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.site-footer {
  background-color: #2B2B2B;
  margin-top: 30px;
}

.site-footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  position: relative;
}

.site-footer .footer-center {
  text-align: center;
}

.site-footer .footer-center h3 {
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.site-footer .footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.site-footer .footer-social a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.site-footer .footer-square {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #131316;
}




.site-footer .footer-bottom {
  background-color: #131316;
  padding: 16px 0;
}

.site-footer .footer-bottom p {
  margin-bottom: 0;
  color: #d7d7d7;
  text-align: center;
  font-size: 14px;
}

@media only screen and (min-width: 600px) {
  .grid-span {
    grid-column: span 3;
  }
   .mobile{
    display: none;
  }
  .grid-span-2 {
    grid-column: span 2;
  }
  .center-card {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .section-four .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .section-four .gallery-item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media only screen and (max-width: 575px) {
  .section-four .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .mb-mobile-1{
    margin-bottom: 20px;
  }
  .mobile{
    display: block;
  }
  .hero-wrapper{
   padding: 50px 20px;
   height: 100%;
  }
  h2{
    font-size: 26px;
  }
  h3{
    font-size: 24px;
  }
  p{
    font-size: 16px;
  }
  .section-three{
    padding: 20px;
  }
 .section-three .card-wrapper{
  gap: 6px;
 }
.hero-wrapper h1{
  font-size: 28px;
}
  .section-five .team-grid {
    grid-template-columns: 1fr;
  }
  .grid-mobile{
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media only screen and (max-width: 991px) {
  /* .section-five .team-grid {
    grid-template-columns: repeat(2, 1fr);
  } */

  .section-five .team-card {
    min-height: 190px;
  }

  .section-six .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-six .testimonial-card-wide {
    grid-column: 1 / span 2;
    max-width: 100%;
  }

  .section-seven .contact-layout {
    grid-template-columns: 1fr;
  }

  .section-seven .contact-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-seven .address-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
 

  .section-six .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .section-six .testimonial-card,
  .section-six .testimonial-card-wide {
    grid-column: auto;
    max-width: 100%;
    min-height: auto;
  }

  .section-six .testimonial-card {
    padding: 24px 20px;
  }

 
  .section-seven .map-frame {
    height: 240px;
  }

  .section-seven .field-wrap label {
    font-size: 14px;
  }

  .section-seven .field-wrap input {
    height: 56px;
  }

  .site-footer .footer-top {
    min-height: 100px;
  }

  .site-footer .footer-square {
    right: 12px;
    width: 28px;
    height: 28px;
  }

  .site-footer .footer-bottom p {
    font-size: 12px;
  }
}


/*# sourceMappingURL=style.css.map */