::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #006c35;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #005229;
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
  section h3 {
    font-size: 3rem !important;
  }
}
.btn-main-rounded {
  border-radius: 50px;
  padding: 6px 12px;
  min-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 45px;
  border: 1px solid #fff;
  width: auto;
}
.white-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(245, 245, 245, 1) 83%
  );
}

main {
  overflow-x: clip;
}
.main-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 3;
}
.main-nav-logo {
  width: 80px;
}
.main-nav-logo img {
  max-width: 100%;
  object-fit: scale-down;
}
.main-nav-actions {
  display: flex;
  gap: 16px;
}
.main-nav-actions .btn-join-us,
.main-nav-actions .btn-local {
  padding: 6px 12px;
  border-radius: 8px;
  text-align: center;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.main-nav-actions .btn-join-us {
  background-color: #006c35;
  border: 1px solid #006c35;

  color: #fff !important;
  text-decoration: none;
}
.main-nav-actions .btn-local {
  background-color: transparent;
  color: #6c6c89 !important;
  text-decoration: none;
  border: 1px solid #d1d1db;
  min-width: 40px;
}

.home-header {
  background: url("../images/header-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-navbar-container {
  height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.home-header .header-content-container {
  min-height: calc(100vh + 124px - 118px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.header-content {
  max-width: 630px;
  margin-bottom: 124px !important;
}
.header-title {
  font-size: 4rem;
  line-height: normal;
  font-weight: bold;
  color: #006c35;
  text-transform: capitalize;
  /* margin-bottom: 124px !important; */
}
.header-title span {
  color: #dbaf00;
}
.header-content .btn-explore {
  color: #fff;
  background-color: #006c35;
  border-color: #006c35;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  width: 200px;
  margin-top: 24px;
  font-size: 1.25rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.header-content .btn-explore svg path {
  transition: stroke 0.3s ease-in-out;
}
.header-content .btn-explore:hover {
  color: #006c35;
  background-color: transparent;
}
.header-content .btn-explore:hover svg path {
  stroke: #006c35;
}
.home-header .home-header-overlay {
  position: absolute;
  bottom: 0px;
  right: -5%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.home-header .home-header-overlay img {
  max-height: 100%;
  /* margin-bottom: -50px; */
}
.home-header .projects-count {
  background: rgb(153, 94, 0);
  background: linear-gradient(
    234deg,
    rgba(153, 94, 0, 1) 0%,
    rgba(255, 204, 0, 1) 100%
  );
  color: #fff;
  box-shadow: 4px 4px 25px 0px rgba(255, 204, 0, 0.6);
  padding: 12px 24px;
  border-radius: 24px;
  position: absolute;
  right: 250px;
  bottom: 150px;
  text-align: center;
}
.home-header .projects-count .projects-label {
  font-size: 0.85rem;
}
.home-header .projects-count .count {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (max-width: 767.98px) {
  .header-content-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -124px;
  }
  .header-content {
    text-align: center;
    margin-bottom: 24px !important;
  }
  .home-header .home-header-overlay {
    display: none;
  }
  .header-title {
    font-size: 3rem;
    text-align: center;
  }
  .home-header .projects-count {
    position: static;
  }
}
.know-us-section {
  /* min-height: 100vh; */
  background: url("../images/know-us-bg.jpg");
  background-size: cover;
  background-position: bottom center;
}

.know-us-section .know-us-top {
  position: absolute;
  top: -124px;
  height: 124px;
  width: 100%;
  background: url("../images/know-us-top.png");
  background-position: top left;
  background-size: cover;
}

.know-us-section .know-us-content {
  display: flex;
  align-items: center;
  padding: 40px 0px;
  gap: 32px;
}

.know-us-section .know-us-content .char-img {
  height: 550px;
  width: 50%;
  min-width: 50%;
}
@media (max-width: 767.98px) {
  .know-us-section .know-us-content .char-img {
    max-width: 300px;
    width: 100%;
  }
}
.know-us-section .know-us-content .char-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
.know-us-section .know-us-content h3 {
  color: #fff;
  font-weight: 600;
  font-size: 2.188rem;
  margin-bottom: 16px;
}
.know-us-section .know-us-content p {
  color: #fff;
  opacity: 0.65;
  font-size: 1.25rem;
  margin-bottom: 16px !important;
}
.know-us-section .btn-know-us {
  color: #ffcc00;
  border-color: #ffcc00;
  min-height: 55px;
  padding: 12px 16px !important;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.know-us-section .btn-know-us svg * {
  transition: stroke 0.3s ease-in-out;
}
.know-us-section .btn-know-us:hover {
  color: #fff;
  border-color: #fff;
}
.know-us-section .btn-know-us:hover svg * {
  stroke: #fff;
}
@media (max-width: 767.98px) {
  .know-us-section .know-us-content {
    flex-direction: column;
    gap: 16px;
  }
  .know-us-section .know-us-content .char-img {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
  }
  .know-us-section .know-us-content {
    text-align: center;
  }
}
.service-section {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 80px 0px;
  padding-bottom: calc(80px + 124px);
}
.service-section .service-header h3 {
  font-size: 4rem;
  color: #333;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 16px;
  font-weight: 600;
}
.service-section .service-header p {
  color: #6c6c89;
  font-size: 1.25rem;
  max-width: 800px;
  line-height: normal;
}
.service-section .service-content {
  margin-top: 36px;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-content-item {
  position: relative;
  width: calc(33.33% - 16px);
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
}
.service-content-item:hover {
  box-shadow: 0px 40px 80px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .service-content-item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767.98px) {
  .service-content-item {
    width: 100%;
  }
}

.service-content-item .service-content-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 108, 53, 0.3) 0%,
    rgba(0, 108, 53, 0.8) 86%,
    rgba(0, 108, 53, 1) 100%
  );
  transition: background 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.service-content-item:hover .service-content-item-overlay {
  background: linear-gradient(
    180deg,
    rgba(158, 118, 0, 1) 0%,
    rgba(213, 159, 0, 0.88) 65%,
    rgba(213, 159, 0, 1) 100%
  );
  transform: scale(1.05);
}

.service-content-item .service-content-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-content-item .service-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-content-item .service-content-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 24px !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}

.service-content-item .service-title {
  font-size: 1.85rem;
  color: #fff;
  margin: 0;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
  text-transform: capitalize;
}
.service-content-item .service-desc {
  color: #fff;
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0;
}
/* .service-content-item .see-more */
.service-content-item .service-desc {
  opacity: 0;
  transform: translateY(300px);
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out,
    max-height 0.5s ease-in-out;
  pointer-events: none;
}
/* .service-content-item .see-more {
  position: absolute;
  bottom: 16px;
  right: 16px;
} */
.service-content-item:hover .service-content-item-details {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  bottom: initial;
  top: 24px;
}

.service-content-item:hover .service-title {
  transform: translateY(-20px);
  font-weight: bold;
}

/* .service-content-item:hover .see-more */

.service-content-item:hover .service-desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 150px;
  pointer-events: auto;
}

.service-section .service-content-item-details-text {
}
.service-content-item .see-more {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: -100%;
  opacity: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  transition: bottom 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.service-content-item .see-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.service-content-item:hover .see-more {
  bottom: 24px;
}

.why-choose-us-section {
  min-height: 100vh;
  background: url("../images/choose-us-bg.jpg");
  background-size: cover;
  background-position: top left;
  position: relative;
}
.why-choose-us-section .why-choose-us-top {
  position: absolute;
  top: -123px;
  height: 124px;
  width: 100%;
  background: url("../images/choose-us-top.png");
  background-position: top left;
  background-size: cover;
  z-index: 2;
}

.why-choose-us-section .why-choose-us-content {
  padding: 40px 0px 60px;
}
.why-choose-us-content {
  display: flex;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .why-choose-us-content {
    flex-direction: column-reverse;
    padding-top: 0 !important;
  }
  .why-choose-us-content .why-choose-us-content-left {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: row !important;
  }
  .why-choose-us-content .why-choose-us-content-left > div {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .why-choose-us-content .why-choose-us-content-left {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .why-choose-us-content .why-choose-us-content-left > div {
    width: 100%;
  }
  .why-choose-us-content .why-choose-us-content-left .why-choose-us-img {
    height: 250px;
  }
}
.why-choose-us-content .why-choose-us-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.why-choose-us-content .why-choose-us-content-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;

  max-width: 400px;
}
.why-choose-us-content .why-choose-us-content-left .why-choose-us-img,
.why-choose-us-content .why-choose-us-content-right .why-choose-us-img {
  max-height: 340px;
}
.why-choose-us-content .why-choose-us-content-right .why-choose-us-img {
  /* margin-top: 45px; */
  width: 100%;

  align-self: flex-end;
}
.why-choose-us-content .why-choose-us-content-left .why-choose-us-text {
  color: #fff;
  font-size: 1.85rem;
  text-align: center;
  font-weight: 600;
  line-height: normal;
  padding: 24px;
  border-radius: 24px;
  background-color: rgba(154, 101, 0, 0.23);
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us-content .why-choose-us-img {
  border-radius: 24px;
  overflow: hidden;
}
.why-choose-us-content .why-choose-us-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-choose-us-content .why-choose-us-header h3 {
  font-size: 4rem;
  color: #fff;
  text-transform: capitalize;
  margin: 16px 0px;
  font-weight: 600;
}
.why-choose-us-content .why-choose-us-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.why-choose-us-content .why-choose-us-header ul li {
  color: #fff;
  font-size: 1.25rem;
}

.our-projects-section {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 80px 0px;
}
.our-projects-section .our-projects-header h3 {
  font-size: 4rem;
  color: #333;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 16px;
  font-weight: 600;
}
.our-projects-section .our-projects-header p {
  color: #6c6c89;
  font-size: 1.25rem;
  max-width: 800px;
  line-height: normal;
}
.our-projects-section .our-projects-content {
  margin-top: 24px;
}
.our-projects-section .owl-stage-outer {
  padding: 16px 0px;
}
.our-projects-section .our-projects-content-item {
  position: relative;
  height: 400px;
  display: flex;
  align-items: end;
  padding: 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.05);
}
.our-projects-section .our-projects-content-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.our-projects-section .our-projects-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.our-projects-section .our-projects-content-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 2;
}
.our-projects-section .our-projects-content-item-details {
  position: relative;
  z-index: 3;
  color: #fff;
}
.our-projects-section .our-projects-content-item-details {
}
.our-projects-section .our-projects-content-item-details .our-projects-title {
  font-size: 1.25rem;
}
.our-projects-section .our-projects-content-item-details .our-projects-desc {
}
.our-projects-section .our-projects-content-item-details .see-more {
  color: #fff;
  border-color: #fff !important;
  transition: background-color 0.3 ease-in-out, color 0.3 ease-in-out;
}
.our-projects-section .our-projects-content-item-details .see-more:hover {
  background-color: #fff;
  color: #333;
}
.our-projects-section .our-projects-content-item-details .see-more svg path {
  transition: stroke 0.3s ease-in-out;
}
.our-projects-section .our-projects-content-item-details .see-more svg rect {
  transition: fill 0.3s ease-in-out;
}

.our-projects-section
  .our-projects-content-item-details
  .see-more:hover
  svg
  path {
  stroke: #333;
}
.our-projects-section
  .our-projects-content-item-details
  .see-more:hover
  svg
  rect {
  fill: #333;
}
.our-projects-section .owl-carousel-our-projects {
  position: relative;
}
.our-projects-section .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-projects-section .custom-our-projects-next,
.our-projects-section .custom-our-projects-prev {
  background-color: transparent;
  padding: 6px;
  height: 48px;
  width: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;

  top: 45%;
  transform: translateY(-50%);
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.our-projects-section .our-projects-content:hover .custom-our-projects-next,
.our-projects-section .our-projects-content:hover .custom-our-projects-prev {
  opacity: 1;
}
.our-projects-section .custom-our-projects-next {
  right: 10px;
}

.our-projects-section .custom-our-projects-prev {
  left: 10px;
}
.our-projects-section .custom-our-projects-next svg {
  margin-inline-end: 6px;
}
.our-projects-section .custom-our-projects-prev svg {
  margin-inline-start: 6px;
}
.our-projects-section .custom-our-projects-next svg,
.our-projects-section .custom-our-projects-prev svg {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 4px;
}
.our-projects-section .see-more-projects {
  text-align: center;
}
.our-projects-section .see-more-projects .see-more {
  border-color: #007a3d !important;
  color: #007a3d;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  min-width: 180px;
  min-height: 55px;
}
.our-projects-section .see-more-projects .see-more:hover {
  background-color: #007a3d;
  color: #fff;
}

.our-clients-section {
  /* min-height: 100vh; */
  background: url("../images/know-us-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  padding: 80px 0px;
}
.our-clients-section .our-clients-content {
  padding: 0px 80px;
}

.our-clients-section .our-client-header {
  text-align: center;
}
.our-clients-section .our-client-header h3 {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.our-clients-section .our-client-header p {
  font-size: 1.25rem;
  color: #fff;
  opacity: 0.63;
}

.our-clients-section .our-clients-content-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-clients-section .our-client-card {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 24px;
}
.our-clients-section .our-client-card .our-clients-item-logo {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.our-clients-section .our-client-card .our-clients-item-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
.our-clients-section .our-client-card .our-clients-title {
  color: #1d2130;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 2px;
}
.our-clients-section .our-client-card .our-clients-industry {
  text-align: center;
  text-transform: capitalize;
  color: #1d2130;
  margin-bottom: 0;
  opacity: 0.7;
}

.our-clients-section .custom-our-clients-next,
.our-clients-section .custom-our-clients-prev {
  background-color: transparent;
  padding: 6px;
  height: 48px;
  width: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  transition: opacity 0.3s ease-in-out;
}
.our-clients-section .our-clients-content:hover .custom-our-clients-next,
.our-clients-section .our-clients-content:hover .custom-our-clients-prev {
  opacity: 1;
}
.our-clients-section .custom-our-clients-next {
  right: 10px;
}

.our-clients-section .custom-our-clients-prev {
  left: 10px;
}
.our-clients-section .custom-our-clients-next svg {
  margin-inline-end: 6px;
}
.our-clients-section .custom-our-clients-prev svg {
  margin-inline-start: 6px;
}
.our-clients-section .custom-our-clients-next svg,
.our-clients-section .custom-our-clients-prev svg {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 4px;
}
@media (max-width: 767.98px) {
  .our-clients-section .custom-our-clients-next,
  .our-clients-section .custom-our-clients-prev {
    display: none;
  }
  .our-clients-section .our-clients-content {
    padding: 0;
  }
}
.testimonials-section {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 80px 0px;
  background-color: #006c35;
}
.testimonials-section .testimonials-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: url("../images/testimonials-bg.png");
  background-color: #fff;
  background-position: top center;
  background-size: cover;
}

.testimonials-header h3 {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
}
.testimonials-section .testimonials-header p {
  font-size: 1.25rem;
  color: #6c6c89;
  opacity: 0.63;
  max-width: 700px;
}
.testimonials-section .testimonials-content {
  margin-top: 32px;
}
.testimonials-section .testimonials-content-item {
  display: flex;
  gap: 50px;
  align-items: center;
}

.testimonials-section .testimonials-content-item-img {
  width: 500px;
  min-width: 500px;
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
}
.testimonials-section .testimonials-content-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonials-section .testimonials-content-item-details {
  margin-top: 24px;
  padding-inline-end: 100px;
}
.testimonials-section .testimonial-icon {
  width: 90px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.testimonials-section .testimonials-content-item-details .testimonials-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.testimonials-section .testimonials-content-item-details .testimonials-role {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 400;
}
.testimonials-section .testimonials-content-item-details .testimonials-desc {
  color: #fff;
  font-weight: 400;
}

.testimonials-section .custom-testimonials-next,
.testimonials-section .custom-testimonials-prev {
  background-color: transparent;
  padding: 6px;
  height: 48px;
  width: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 4;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.testimonials-section .testimonials-content:hover .custom-testimonials-next,
.testimonials-section .testimonials-content:hover .custom-testimonials-prev {
  opacity: 1;
}
.testimonials-section .custom-testimonials-next {
  right: 10px;
}

.testimonials-section .custom-testimonials-prev {
  left: 10px;
}
.testimonials-section .custom-testimonials-next svg {
  margin-inline-end: 6px;
}
.testimonials-section .custom-testimonials-prev svg {
  margin-inline-start: 6px;
}
.testimonials-section .custom-testimonials-next svg,
.testimonials-section .custom-testimonials-prev svg {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  padding: 4px;
}
.our-clients-section .owl-dots,
.testimonials-section .owl-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
  height: 12px;
}
.our-clients-section .owl-dots .owl-dot,
.testimonials-section .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.our-clients-section .owl-dots .owl-dot.active,
.testimonials-section .owl-dots .owl-dot.active {
  background-color: #ffcc00;
  border-color: #ffcc00;
  width: 12px;
  height: 12px;
}

@media (max-width: 991.98px) {
  .testimonials-section .testimonials-content-item {
    flex-direction: column;
  }
  .testimonials-section .testimonials-content-item-img {
    width: 350px;
    height: 350px;
    min-width: 350px;
  }
  .testimonials-section .testimonials-content-item-details {
    padding-inline-end: 0px;
    margin-top: 10px;
  }
  .testimonials-section .custom-testimonials-next,
  .testimonials-section .custom-testimonials-prev {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .testimonials-section .testimonials-content-item {
    gap: 24px;
  }
  .testimonials-section .testimonials-content-item-img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
  .testimonials-section .testimonials-content-item-details {
    padding-inline-end: 0px;
    margin-top: 10px;
  }
  .testimonials-section .custom-testimonials-next,
  .testimonials-section .custom-testimonials-prev {
    display: none;
  }
}

.contact-us-section {
  min-height: 100vh;
  position: relative;
  z-index: 2;
  padding: 80px 0px;
}

.contact-us-section .contact-us-header h3 {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #333;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-us-section .contact-us-header p {
  font-size: 1.125rem;
  color: #5b5b5b;
  max-width: 700px;
}

.contact-us-section .contact-us-content {
  display: flex;
  gap: 24px;
}
.contact-us-section .contact-us-content > div {
  width: calc(50% - 12px);
  min-width: calc(50% - 12px);
}

@media (max-width: 991.98px) {
  .contact-us-section .contact-us-content {
    flex-direction: column;
  }
  .contact-us-section .contact-us-content > div {
    width: 100%;
  }
}

.contact-us-section .contact-us-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.contact-us-section .contact-us-details .contact-us-location-and-phone {
  display: flex;
  align-items: start;
  gap: 16px;
  justify-content: space-between;
}
.contact-us-section .contact-us-details .contact-us-item p {
  margin-bottom: 0;
}
.contact-us-section
  .contact-us-details
  .contact-us-item
  .contact-us-item-label {
  color: #333;
  text-transform: capitalize;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.contact-us-section .contact-us-details .contact-us-item-text {
  color: #5b5b5b;
  font-size: 1.125rem;
}
.contact-us-section .contact-us-details .contact-us-map {
  width: 100%;
  height: 350px;
  filter: grayscale(100);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 74px;
}
@media (max-width: 991.98px) {
  .contact-us-section .contact-us-details .contact-us-map {
    margin-bottom: 0px;
  }
}
.contact-us-section .contact-us-form form {
  margin-top: 32px;
}
.contact-us-section .contact-us-form input {
  height: 50px;
}
.contact-us-section .contact-us-form textarea {
  resize: none;
}
.contact-us-section .contact-us-form input,
.contact-us-section .contact-us-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.09);
  padding: 6px 24px !important;
}
.contact-us-section .contact-us-form input::placeholder,
.contact-us-section .contact-us-form textarea::placeholder {
  color: #9c9c9c;
}

.contact-us-section .form-submit {
  margin-top: 24px;
  height: 50px;
}
.contact-us-section .form-submit button {
  background-color: #006c35 !important;
  border-color: #006c35 !important;
  color: #fff !important;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  min-width: 120px;
  text-align: center;
  height: 50px;
}
.contact-us-section .form-submit button:hover {
  background-color: #fff !important;
  color: #006c35 !important;
}

footer {
  background-color: #333;
  padding: 40px 0px 20px;
}

footer .footer-logo {
  width: 150px;
}
footer .footer-logo img {
  max-width: 100%;
  object-fit: scale-down;
}

.footer-center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
}

@media (max-width: 767.98px) {
  .footer-center-content {
    margin-top: 24px;
  }
}

.footer-center-content h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.footer-center-content p {
  max-width: 350px;
  text-align: center;
  color: #f4f6fc;
  margin-bottom: 0;
  opacity: 0.8;
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
footer .social-icons .social-icon {
  text-decoration: none !important;
  cursor: pointer;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
}
footer .footer-bottom .copyright {
}
footer .footer-bottom .privacy-policy-and-terms {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .footer-bottom .copyright,
footer .footer-bottom .privacy-policy-and-terms a {
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  footer .footer-bottom {
    flex-direction: column;
  }
}
