/** HOME ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .slider {
  overflow: hidden;
}
.gv_banner_block .slider .owl-carousel .owl-nav {
  margin-top: 0;
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 46px;
  width: 34px;
  border: 0;
  background: var(--primary-Color);
  margin: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] i {
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-prev {
  left: 0px;
  border-radius: 0 6px 6px 0;
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-prev i {
  background-image: url("../images/svg/icb-prev.svg");
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-next {
  right: 0px;
  border-radius: 6px 0 0 6px;
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-next i {
  background-image: url("../images/svg/icb-next.svg");
}
.gv_banner_block .slider .banner-item > a {
  display: block;
  width: 100%;
  position: relative;
}
.gv_banner_block .slider .banner-item > a img {
  width: 100%;
  height: auto;
}

/** About */
.gv_section_about {
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
  background: #fff;
}
@media (max-width: 767px) {
  .gv_section_about {
    padding: 36px 0;
  }
}
@media (min-width: 992px) {
  .gv_section_about .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gv_section_about .container .row {
  align-items: stretch;
}
.gv_section_about .container .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .gv_section_about .container .row > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.gv_section_about .info {
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: var(--second-Color);
  color: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .gv_section_about .info {
    padding: 20px;
  }
}
.gv_section_about .info .head_section {
  padding-bottom: 20px;
}
.gv_section_about .info .head_section .title {
  color: #fff;
}
.gv_section_about .info .desc {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: justify;
}
.gv_section_about .info .desc h1, .gv_section_about .info .desc h2, .gv_section_about .info .desc h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.gv_section_about .info .desc *:last-child {
  margin-bottom: 0;
}
.gv_section_about .info .x-button a {
  display: inline-block;
  padding: 10px 24px;
  background: #1b97d6;
  line-height: 20px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 27px;
  color: #fff;
  text-transform: uppercase;
}
.gv_section_about .image {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.gv_section_about .image::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--primary-Color);
  z-index: 1;
}
.gv_section_about .image::after {
  border-radius: 20px;
  content: "";
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid var(--primary-Color);
  z-index: 1;
}
.gv_section_about .image span.at-img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .gv_section_about .image span.at-img {
    height: auto;
    padding-bottom: 70%;
  }
}
.gv_section_about .image span.at-img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.intro-section {
  position: relative;
  padding: 80px 0 85px;
  background: radial-gradient(circle at 8% 20%, rgba(31, 143, 63, 0.07), transparent 24%), radial-gradient(circle at 92% 75%, rgba(255, 102, 0, 0.06), transparent 25%), #f8fcf7;
  overflow: hidden;
}
.intro-section::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(20, 126, 48, 0.08);
  border-radius: 50%;
  left: -130px;
  top: 80px;
}
.intro-section::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(20, 126, 48, 0.06);
  border-radius: 50%;
  right: -180px;
  bottom: -180px;
}
.intro-section .intro-heading {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}
.intro-section .intro-heading .intro-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: #ff6500;
}
.intro-section .intro-heading .intro-label::before, .intro-section .intro-heading .intro-label::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #ff6500;
}
.intro-section .intro-heading h2 {
  margin: 0;
  color: #08732d;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}
.intro-section .intro-heading h2 strong {
  display: block;
  margin-top: 5px;
  color: #ff6500;
}
.intro-section .intro-heading p {
  max-width: 620px;
  margin: 16px auto 0;
  color: #68766d;
  font-size: 14px;
  line-height: 1.7;
}
.intro-section .intro-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.intro-section .intro-item {
  position: relative;
  min-height: 285px;
  padding: 32px 22px 25px;
  background: #fff;
  border: 1px solid #e4eee5;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(19, 83, 38, 0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.intro-section .intro-item:hover {
  transform: translateY(-8px);
  border-color: rgba(10, 123, 48, 0.2);
  box-shadow: 0 18px 40px rgba(19, 83, 38, 0.12);
}
.intro-section .intro-item h3 {
  position: relative;
  margin: 0 0 16px;
  color: #08732d;
  font-size: 17px;
  font-weight: 800;
}
.intro-section .intro-item h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin: 9px auto 0;
  background: #ff6500;
}
.intro-section .intro-item p {
  margin: 0;
  color: #68746d;
  font-size: 13px;
  line-height: 1.7;
}
.intro-section .intro-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff9f5;
  border-radius: 50%;
  color: #ff6500;
  background: #fff4eb;
  font-size: 30px;
  box-shadow: 0 5px 15px rgba(255, 101, 0, 0.12);
}
.intro-section .intro-icon.green {
  color: #08752f;
  background: #edf9ef;
  box-shadow: 0 5px 15px rgba(8, 117, 47, 0.1);
}
.intro-section .intro-icon.orange {
  color: #ff6500;
  background: #fff4eb;
}
.intro-section .intro-number {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #dceee0;
  font-size: 12px;
  font-weight: 800;
}
.intro-section .intro-cta {
  position: relative;
  z-index: 3;
  max-width: 850px;
  margin: 45px auto 0;
  padding: 14px 18px 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #08732d;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(8, 115, 45, 0.18);
}
.intro-section .cta-content {
  display: flex;
  align-items: center;
  gap: 13px;
}
.intro-section .cta-content span {
  display: block;
  color: #bdebc9;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.intro-section .cta-content strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 14px;
}
.intro-section .cta-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 18px;
}
.intro-section .cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 9px;
  background: #ff6500;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.25s ease;
}
.intro-section .cta-phone:hover {
  background: #ed5600;
  transform: translateY(-2px);
}
@media (max-width: 1100px) {
  .intro-section .intro-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .intro-section {
    padding: 55px 0 60px;
  }
  .intro-section .intro-heading {
    margin-bottom: 30px;
  }
  .intro-section .intro-heading h2 {
    font-size: 24px;
  }
  .intro-section .intro-heading p {
    font-size: 13px;
  }
  .intro-section .intro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .intro-section .intro-item {
    min-height: 260px;
    padding: 25px 14px 20px;
  }
  .intro-section .intro-item h3 {
    font-size: 15px;
  }
  .intro-section .intro-item p {
    font-size: 12px;
  }
  .intro-section .intro-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
  .intro-section .intro-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    text-align: center;
  }
  .intro-section .cta-text {
    text-align: left;
  }
  .intro-section .cta-content {
    justify-content: center;
  }
  .intro-section .cta-phone {
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .intro-section .intro-grid {
    grid-template-columns: 1fr;
  }
  .intro-section .intro-item {
    min-height: auto;
  }
  .intro-section .intro-icon {
    width: 70px;
    height: 70px;
  }
}

.service-section {
  position: relative;
  padding: 85px 0 90px;
  overflow: hidden;
  background-color: #fffbf9;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='1.5' height='1.5' fill='%235A4123' fill-opacity='0.12'/%3E%3C/svg%3E"), linear-gradient(to bottom, #d8efda 0%, #e8f5e7 14%, #f3f9f2 30%, #fafaf8 50%, #fffbf9 72%, #fffbf9 100%);
  background-size: 18px 18px, 100% 100%;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
}
.service-section .service-heading {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.service-section .service-heading .service-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ff6500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.service-section .service-heading .service-sub::before, .service-section .service-heading .service-sub::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #ff6500;
}
.service-section .service-heading h2 {
  margin: 0;
  color: #08732d;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}
.service-section .service-heading h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin: 13px auto 0;
  background: #ff6500;
  border-radius: 10px;
}
.service-section .service-heading p {
  max-width: 610px;
  margin: 17px auto 0;
  color: #68756d;
  font-size: 14px;
  line-height: 1.7;
}
.service-section .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-section .service-card {
  position: relative;
  background: #fff;
  border: 1px solid #e5eee7;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(15, 80, 35, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-section .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(15, 80, 35, 0.13);
}
.service-section .service-card:hover .service-image img {
  transform: scale(1.05);
}
.service-section .service-image {
  position: relative;
  height: 235px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #f2faef 0%, #ffffff 70%);
}
.service-section .service-image img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  outline: 2px solid #0b8a3b;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease;
}
.service-section .service-number {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #08732d;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
}
.service-section .service-content {
  padding: 0 28px 27px;
  text-align: center;
}
.service-section .service-content h3 {
  margin: 0 0 13px;
  color: #08732d;
  font-size: 19px;
  font-weight: 800;
}
.service-section .service-content p {
  min-height: 67px;
  margin: 0;
  color: #69766e;
  font-size: 13px;
  line-height: 1.7;
}
.service-section .service-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 19px;
  color: #ff6500 !important;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: gap 0.25s ease;
}
.service-section .service-link i {
  font-size: 10px;
}
.service-section .service-link:hover {
  gap: 12px;
}
.service-section .service-cta {
  max-width: 850px;
  margin: 45px auto 0;
  padding: 15px 18px 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #08732d;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(8, 115, 45, 0.16);
}
.service-section .service-cta strong {
  display: block;
  color: #fff;
  font-size: 15px;
}
.service-section .service-cta span {
  display: block;
  margin-top: 3px;
  color: #bde6c7;
  font-size: 11px;
}
.service-section .service-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 8px;
  background: #ff6500;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.25s ease;
}
.service-section .service-cta a:hover {
  background: #e95700;
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .service-section .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .service-section {
    padding: 55px 0 60px;
  }
  .service-section .service-heading {
    margin-bottom: 30px;
  }
  .service-section .service-heading .service-sub {
    font-size: 10px;
  }
  .service-section .service-heading h2 {
    font-size: 26px;
  }
  .service-section .service-heading p {
    font-size: 13px;
  }
  .service-section .service-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .service-section .service-image {
    height: 220px;
  }
  .service-section .service-image img {
    width: 175px;
    height: 175px;
  }
  .service-section .service-cta {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  .service-section .service-cta a {
    width: 100%;
    justify-content: center;
  }
}

.process-section {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #effbea 0%, #f8fcf5 50%, #ffffff 100%);
}
.process-section .process-heading {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}
.process-section .process-heading > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #ff6500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.process-section .process-heading h2 {
  margin: 0;
  color: #08732d;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}
.process-section .process-heading h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin: 13px auto 0;
  border-radius: 5px;
  background: #ff6500;
}
.process-section .process-heading p {
  max-width: 600px;
  margin: 15px auto 0;
  color: #68756d;
  font-size: 14px;
  line-height: 1.7;
}
.process-section .process-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 70px;
}
.process-section .process-content {
  position: relative;
}
.process-section .process-content::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 25px;
  width: 2px;
  background: linear-gradient(to bottom, #ff6500, #0a8237);
  opacity: 0.25;
}
.process-section .process-item {
  position: relative;
  display: flex;
  gap: 22px;
  padding-bottom: 25px;
}
.process-section .process-item:last-child {
  padding-bottom: 0;
}
.process-section .process-item:hover .process-number {
  background: #ff6500;
  border-color: #ff6500;
  color: #fff;
  transform: scale(1.08);
}
.process-section .process-number {
  position: relative;
  z-index: 2;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0a8237;
  border-radius: 50%;
  background: #fff;
  color: #08732d;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(8, 115, 45, 0.12);
  transition: 0.25s ease;
}
.process-section .process-text {
  padding-top: 2px;
}
.process-section .process-text h3 {
  margin: 0 0 6px;
  color: #08732d;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}
.process-section .process-text p {
  max-width: 500px;
  margin: 0;
  color: #66736b;
  font-size: 13px;
  line-height: 1.7;
}
.process-section .process-image {
  position: relative;
}
.process-section .process-image-inner {
  position: relative;
  padding: 10px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(21, 85, 39, 0.12);
}
.process-section .process-image-inner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -25px;
  right: -25px;
  border-radius: 50%;
  background: rgba(255, 101, 0, 0.1);
}
.process-section .process-image img {
  display: block;
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.process-section .process-image-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.process-section .process-image-badge > i {
  color: #08732d;
  font-size: 27px;
}
.process-section .process-image-badge strong {
  display: block;
  color: #08732d;
  font-size: 14px;
  line-height: 1.3;
}
.process-section .process-image-badge span {
  display: block;
  margin-top: 2px;
  color: #777;
  font-size: 10px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .process-section .process-wrapper {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .process-section .process-image {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .process-section {
    padding: 60px 0;
  }
  .process-section .process-heading {
    margin-bottom: 35px;
  }
  .process-section .process-heading h2 {
    font-size: 27px;
  }
  .process-section .process-heading p {
    font-size: 13px;
  }
  .process-section .process-wrapper {
    gap: 35px;
  }
  .process-section .process-content::before {
    left: 21px;
  }
  .process-section .process-item {
    gap: 14px;
    padding-bottom: 20px;
  }
  .process-section .process-number {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    font-size: 11px;
  }
  .process-section .process-text h3 {
    font-size: 15px;
  }
  .process-section .process-text p {
    font-size: 12px;
  }
  .process-section .process-image img {
    height: 300px;
  }
  .process-section .process-image-badge {
    left: 18px;
    bottom: 18px;
    padding: 10px 13px;
  }
  .process-section .process-image-badge > i {
    font-size: 22px;
  }
  .process-section .process-image-badge strong {
    font-size: 12px;
  }
  .process-section .process-image-badge span {
    font-size: 9px;
  }
}

.gallery-section {
  position: relative;
  padding: 85px 0 90px;
  overflow: hidden;
}
.gallery-section .gallery-heading {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: left;
}
.gallery-section .gallery-heading .gallery-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ff6500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.gallery-section .gallery-heading h2 {
  margin: 0;
  color: #08732d;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}
.gallery-section .gallery-heading h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin: 13px 0 0;
  background: #ff6500;
  border-radius: 10px;
}
.gallery-section .gallery-heading p {
  max-width: 610px;
  margin: 17px auto 0;
  color: #68756d;
  font-size: 14px;
  line-height: 1.7;
}
.gallery-section .gallery-box .owl-nav > [class*=owl-] {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 36px;
  width: 36px;
  border: 0;
  background: var(--second-Color);
  border-radius: 6px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 1;
  visibility: visible;
  z-index: 12;
}
@media (max-width: 767px) {
  .gallery-section .gallery-box .owl-nav > [class*=owl-] {
    height: 30px;
    width: 30px;
  }
}
.gallery-section .gallery-box .owl-nav > [class*=owl-] > i {
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .gallery-section .gallery-box .owl-nav > [class*=owl-] > i {
    height: 15px;
    width: 15px;
  }
}
.gallery-section .gallery-box .owl-nav .owl-prev {
  left: 15px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-box .owl-nav .owl-prev {
    left: 10px;
  }
}
.gallery-section .gallery-box .owl-nav .owl-prev:hover {
  background: var(--primary-Color);
}
.gallery-section .gallery-box .owl-nav .owl-prev > i {
  background-image: url("../images/svg/icw-prev.svg");
}
.gallery-section .gallery-box .owl-nav .owl-next {
  right: 15px;
}
@media (max-width: 767px) {
  .gallery-section .gallery-box .owl-nav .owl-next {
    right: 10px;
  }
}
.gallery-section .gallery-box .owl-nav .owl-next:hover {
  background: var(--primary-Color);
}
.gallery-section .gallery-box .owl-nav .owl-next > i {
  background-image: url("../images/svg/icw-next.svg");
}
.gallery-section .gallery-box:hover .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.gallery-section .gallery-box .gallery-item .gallery-img {
  position: relative;
  padding-bottom: 78%;
  overflow: hidden;
  background-position: center;
  display: block;
  width: 100%;
  border-radius: 8px;
  z-index: 2;
}
.gallery-section .gallery-box .gallery-item .gallery-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.question-section {
  position: relative;
  padding: 80px 0 85px;
  overflow: hidden;
  background-color: #fffbf9;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='1.5' height='1.5' fill='%235A4123' fill-opacity='0.12'/%3E%3C/svg%3E"), linear-gradient(to bottom, #d8efda 0%, #e8f5e7 14%, #f3f9f2 30%, #fafaf8 50%, #fffbf9 72%, #fffbf9 100%);
  background-size: 18px 18px, 100% 100%;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
}
.question-section .question-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.question-section .question-image {
  position: relative;
}
.question-section .question-image img {
  display: block;
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(20, 80, 35, 0.12);
}
.question-section .question-image::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  right: -25px;
  bottom: -25px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 101, 0, 0.14) 0, rgba(255, 101, 0, 0.14) 3px, transparent 4px);
  background-size: 14px 14px;
  z-index: -1;
}
.question-section .question-content {
  min-width: 0;
}
.question-section .question-heading {
  margin-bottom: 32px;
}
.question-section .question-heading .question-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ff6500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.question-section .question-heading .question-label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ff6500;
}
.question-section .question-heading h2 {
  margin: 0;
  color: #08732d;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}
.question-section .question-heading h2::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  margin-top: 13px;
  background: #ff6500;
  border-radius: 10px;
}
.question-section .question-heading p {
  max-width: 560px;
  margin: 15px 0 0;
  color: #68766d;
  font-size: 14px;
  line-height: 1.7;
}
.question-section .question-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.question-section .question-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e3eee5;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(19, 83, 38, 0.045);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.question-section .question-item.active {
  border-color: rgba(8, 115, 45, 0.22);
  box-shadow: 0 10px 28px rgba(19, 83, 38, 0.09);
}
.question-section .question-item.active .question-action {
  color: #08732d;
}
.question-section .question-item.active .question-action .question-icon {
  background: #08732d;
  color: #fff;
  transform: rotate(45deg);
}
.question-section .question-item.active .question-answer {
  grid-template-rows: 1fr;
}
.question-section .question-action {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  color: #08732d;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color 0.25s ease;
}
.question-section .question-action .question-title {
  flex: 1;
}
.question-section .question-action .question-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f8f2;
  color: #08732d;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.question-section .question-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.question-section .question-answer > div {
  min-height: 0;
  overflow: hidden;
}
.question-section .question-answer p {
  margin: 0;
  padding: 0 20px 18px;
  color: #68766d;
  font-size: 13px;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .question-section .question-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .question-section .question-image img {
    height: 500px;
  }
  .question-section .question-heading h2 {
    font-size: 28px;
  }
  .question-section .question-action {
    padding: 16px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .question-section {
    padding: 55px 0 60px;
  }
  .question-section .question-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .question-section .question-image {
    order: 1;
  }
  .question-section .question-image img {
    height: 360px;
    border-radius: 14px;
  }
  .question-section .question-content {
    order: 2;
  }
  .question-section .question-heading {
    margin-bottom: 25px;
  }
  .question-section .question-heading h2 {
    font-size: 25px;
  }
  .question-section .question-heading p {
    font-size: 13px;
  }
  .question-section .question-action {
    padding: 15px;
    gap: 12px;
    font-size: 14px;
  }
  .question-section .question-action .question-icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
  .question-section .question-answer p {
    padding: 0 15px 16px;
    font-size: 13px;
  }
}
@media (max-width: 430px) {
  .question-section .question-image img {
    height: 300px;
  }
  .question-section .question-heading h2 {
    font-size: 23px;
  }
  .question-section .question-action {
    padding: 14px;
    font-size: 13px;
  }
}

.review-section {
  position: relative;
  padding: 85px 0 90px;
  overflow: hidden;
  background: #fff;
}
.review-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  left: -260px;
  top: 80px;
  border-radius: 50%;
  background: rgba(8, 115, 45, 0.035);
}
.review-section::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  right: -220px;
  bottom: -180px;
  border-radius: 50%;
  background: rgba(255, 101, 0, 0.035);
}
.review-section .container {
  position: relative;
  z-index: 2;
}
.review-section .review-heading {
  max-width: 850px;
  margin: 0 auto 48px;
  text-align: center;
}
.review-section .review-heading .review-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #ff6500;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.review-section .review-heading .review-label::before, .review-section .review-heading .review-label::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #ff6500;
}
.review-section .review-heading h2 {
  margin: 0;
  color: #08732d;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}
.review-section .review-heading h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 10px;
  background: #ff6500;
}
.review-section .review-heading p {
  max-width: 760px;
  margin: 18px auto 0;
  color: #68756d;
  font-size: 14px;
  line-height: 1.75;
}
.review-section .review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.review-section .review-item {
  min-width: 0;
}
.review-section .review-card {
  position: relative;
  min-height: 365px;
  padding: 58px 30px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #078a3b;
  border-radius: 38px;
  color: #fff;
  box-shadow: 0 15px 35px rgba(8, 115, 45, 0.12);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.review-section .review-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(8, 115, 45, 0.18);
}
.review-section .review-card.review-card-yellow {
  background: #ffbd08;
  box-shadow: 0 15px 35px rgba(255, 189, 8, 0.16);
}
.review-section .review-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}
.review-section .review-quote {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.65);
  font-family: Georgia, serif;
  font-weight: 900;
  line-height: 0.7;
}
.review-section .review-quote-top {
  top: 27px;
  left: 18px;
  font-size: 82px;
}
.review-section .review-quote-bottom {
  right: 18px;
  bottom: 20px;
  font-size: 82px;
}
.review-section .review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 8px 0;
}
.review-section .review-avatar {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  padding: 3px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.review-section .review-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.review-section .review-info strong {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-size: 16px;
  font-weight: 800;
}
.review-section .review-stars {
  display: flex;
  gap: 2px;
}
.review-section .review-stars span {
  color: #ffc400;
  font-size: 21px;
  line-height: 1;
}
@media (max-width: 991px) {
  .review-section {
    padding: 65px 0 70px;
  }
  .review-section .review-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .review-section .review-item:last-child {
    grid-column: 1/-1;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .review-section {
    padding: 55px 0 60px;
  }
  .review-section .review-heading {
    margin-bottom: 32px;
  }
  .review-section .review-heading h2 {
    font-size: 26px;
  }
  .review-section .review-heading p {
    font-size: 13px;
  }
  .review-section .review-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .review-section .review-item:last-child {
    grid-column: auto;
    max-width: none;
  }
  .review-section .review-card {
    min-height: 0;
    padding: 55px 25px 48px;
    border-radius: 28px;
  }
  .review-section .review-card p {
    font-size: 14px;
  }
  .review-section .review-quote-top {
    top: 23px;
    left: 16px;
    font-size: 70px;
  }
  .review-section .review-quote-bottom {
    right: 16px;
    bottom: 17px;
    font-size: 70px;
  }
  .review-section .review-author {
    margin-left: 5px;
  }
}
@media (max-width: 430px) {
  .review-section .review-card {
    padding-left: 22px;
    padding-right: 22px;
  }
  .review-section .review-card p {
    font-size: 13px;
  }
  .review-section .review-avatar {
    width: 65px;
    height: 65px;
    flex-basis: 65px;
  }
  .review-section .review-info strong {
    font-size: 15px;
  }
  .review-section .review-stars span {
    font-size: 18px;
  }
}

.consult-section {
  background: linear-gradient(135deg, #eaf9e5, #f9fff7);
  position: relative;
  padding: 82px 0;
}
.consult-section .booking-box {
  background: #fff;
  border-radius: 22px;
  padding: 45px;
  box-shadow: var(--shadow);
}
.consult-section .consult-heading {
  max-width: 760px;
  margin: 0 auto 20px;
}
.consult-section .consult-heading h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  color: var(--green-dark);
  margin: 7px 0 8px;
  line-height: 1.2;
}
.consult-section .consult-heading h2 strong {
  color: var(--orange);
}
.consult-section .consult-heading p {
  color: var(--muted);
  margin: 0;
}
.consult-section .contact-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
}
.consult-section .contact-mini > i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff0e9;
  color: var(--orange);
}
.consult-section .contact-mini small, .consult-section .contact-mini strong {
  display: block;
}
.consult-section .contact-mini small {
  font-size: 11px;
  color: var(--muted);
}
.consult-section .contact-mini strong {
  color: var(--green-dark);
}
.consult-section .wpcf7-form .row > [class*=col] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.consult-section .wpcf7-form input[type=text],
.consult-section .wpcf7-form input[type=tel],
.consult-section .wpcf7-form input[type=number],
.consult-section .wpcf7-form input[type=email],
.consult-section .wpcf7-form input[type=date],
.consult-section .wpcf7-form select, .consult-section .wpcf7-form textarea {
  border-color: #ddd;
  padding: 10px 16px;
  width: 100%;
  outline: none;
  line-height: 20px;
  color: #000;
  border-radius: 5px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.consult-section .wpcf7-form textarea {
  height: 100px;
}
.consult-section .wpcf7-form input.wpcf7-submit {
  font-family: var(--primary-Font);
  background: var(--second-Color);
  border-color: var(--second-Color);
  color: #fff;
  border-radius: 5px;
  line-height: 20px;
  padding: 11px 16px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  display: block;
}

.location-section {
  position: relative;
  padding: 80px 0 85px;
  overflow: hidden;
  background: radial-gradient(circle at 10% 20%, rgba(8, 115, 45, 0.06), transparent 25%), radial-gradient(circle at 90% 80%, rgba(255, 101, 0, 0.05), transparent 25%), #fbeaea;
}
.location-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: -170px;
  top: 120px;
  border: 1px solid rgba(8, 115, 45, 0.08);
  border-radius: 50%;
}
.location-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -220px;
  bottom: -190px;
  border: 1px solid rgba(255, 101, 0, 0.07);
  border-radius: 50%;
}
.location-section .container {
  position: relative;
  z-index: 2;
}
.location-section .location-heading {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}
.location-section .location-heading .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #08732d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.location-section .location-heading .section-label::before, .location-section .location-heading .section-label::after {
  content: "";
  width: 28px;
  height: 2px;
  background: #ff6500;
}
.location-section .location-heading h2 {
  margin: 0;
  color: #ff6500;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 800;
}
.location-section .location-heading h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 10px;
  background: #08732d;
}
.location-section .location-heading p {
  max-width: 650px;
  margin: 17px auto 0;
  color: #68756d;
  font-size: 14px;
  line-height: 1.7;
}
.location-section .location-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 70px;
}
.location-section .location-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.location-section .location-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(8, 115, 45, 0.08);
  border-radius: 10px;
  color: #222 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 5px 15px rgba(8, 115, 45, 0.035);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.location-section .location-item:hover {
  transform: translateX(5px);
  background: #fff;
  border-color: rgba(8, 115, 45, 0.18);
  box-shadow: 0 9px 22px rgba(8, 115, 45, 0.09);
  color: #08732d !important;
}
.location-section .location-item:hover .location-icon {
  background: #ff6500;
  color: #fff;
  transform: scale(1.08);
}
.location-section .location-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f6e9;
  color: #08732d;
  font-size: 12px;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.location-section .location-cta {
  max-width: 850px;
  margin: 45px auto 0;
  padding: 15px 18px 15px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #08732d;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(8, 115, 45, 0.15);
}
.location-section .cta-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 17px;
}
.location-section .cta-content {
  flex: 1;
}
.location-section .cta-content strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}
.location-section .cta-content span {
  display: block;
  margin-top: 3px;
  color: #bdebc9;
  font-size: 11px;
}
.location-section .location-cta > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 9px;
  background: #ff6500;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none !important;
  transition: background 0.25s ease, transform 0.25s ease;
}
.location-section .location-cta > a:hover {
  background: #e95700;
  color: #fff !important;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .location-section {
    padding: 55px 0 60px;
  }
  .location-section .location-heading {
    margin-bottom: 30px;
  }
  .location-section .location-heading h2 {
    font-size: 26px;
  }
  .location-section .location-heading p {
    font-size: 13px;
  }
  .location-section .location-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .location-section .location-column {
    gap: 10px;
  }
  .location-section .location-item {
    min-height: 48px;
    padding: 8px 13px;
    font-size: 13px;
  }
  .location-section .location-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
    font-size: 10px;
  }
  .location-section .location-cta {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }
  .location-section .cta-content strong {
    font-size: 14px;
  }
  .location-section .location-cta > a {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 430px) {
  .location-section .location-item {
    font-size: 12px;
  }
}/*# sourceMappingURL=home.css.map */