* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 100%;
  color: #20552a;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Sofia Pro Regular";
  font-weight: 400;
}
body a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: #fff;
  cursor: pointer;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: #31334e;
  transition: 0.6s all ease;
}

/* title */
p,
.table th,
.table td {
  line-height: 2.2rem;
  font-size: 1.4rem;
  color: #231f20;
  margin: 0;
  transition: 0.6s all ease;
}
body p {
  line-height: 20px;
  font-size: 16px;
  color: #20552a;
  font-weight: 300;
  margin: 0 0 20px 0;
  transition: 0.6s all ease;
  font-family: "Sofia Pro Light";
  letter-spacing: -1px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

h1 {
  font-size: 60px;
  line-height: 1;
  font-family: "Sofia Pro Regular";
  letter-spacing: -4px;
}
h2 {
  font-size: 50px;
  line-height: 1;
  color: #20552a;
  font-family: "Sofia Pro Regular";
  letter-spacing: -4px;
}
h3 {
  font-size: 40px;
  line-height: 1;
  font-family: "Sofia Pro Regular";
}
h4 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "Sofia Pro Regular";
}
h5 {
  font-size: 26px;
  line-height: 1.1;
  font-family: "Sofia Pro Regular";
}
h6 {
  font-size: 22px;
  line-height: 1.1;
  font-family: "Sofia Pro Regular";
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.common-btn {
  background: #62376c;
  min-width: 198px;
  min-height: 52px;
  border-radius: 40px;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  border: 0;
  font-family: "Sofia Pro SemiBold";
  letter-spacing: -0.5px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.common-btn:hover {
  background: linear-gradient(90deg, #20552a 0%, #009300 100%);
  color: #fff;
}

.common-btn img {
  width: 16px;
  height: auto;
  position: relative;
  left: 0;
  display: inline-block;
  margin: 4px 0 0 5px;
}

.common-btn:hover img {
  left: 5px;
}

.common-btn.transparent {
  backdrop-filter: blur(40px);
  border: 1px solid #f2f5f221;
  background: none;
}

.common-btn.transparent:hover {
  background: linear-gradient(90deg, #20552a 0%, #009300 100%);
}

.mini-btn {
  min-width: 140px;
}

header {
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  background: url(../images/header-bg.png) no-repeat 0 0 #fff;
  z-index: 9;
  position: relative;
}

.menu-toggle {
  display: none;
}

header .logo {
  max-width: 160px;
  height: 130px;
  box-shadow: 0px 4px 50px 0px #0000001a;
  display: block;
  padding: 15px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .logo img {
  width: 100%;
  max-width: 150px;
}

header .header-right {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
  min-height: 100px;
  transition: 0.6s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

header.sticky .header-right {
  min-height: 80px;
}

header.sticky .logo {
  max-width: 140px;
  height: 115px;
}

header .header-right .nav {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

header .header-right .nav li {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  font-family: "Sofia Pro Medium";
  position: relative;
}

header .header-right .nav li .sub-menu {
  width: 210px;
  padding: 15px;
  position: absolute;
  background: #fff;
  border-radius: 0 0 15px 15px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}

/* Desktop hover */
@media (min-width: 992px) {

.header-right .nav li:hover > .sub-menu {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
     transition: all 0.6s ease;
  }
.toggle-icon{display: none;}
}


header .header-right .nav > li .sub-menu > li{padding:5px 0;}

header .header-right .nav > li.active > a::before {
  width: 100%;
  background: #009300;
  left: 0;
}
header .header-right .nav > li.active > a {
  color: #009300;
}

header .header-right .nav li a {
  position: relative;
  color: #20552a;
}
header .header-right .nav > li > a::before {
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 0;
}
header .header-right .nav li a:hover {
  text-decoration: none;
  color: #009300;
}
header .header-right .nav li a:hover::before {
  background: #009300;
  left: 0;
  width: 100%;
}

header .header-right ul.action-links {
  display: flex;
  gap: 10px;
}
header .header-right ul.action-links li {
  font-size: 14px;
}
header .header-right ul.action-links li a {
  background: #fff;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
  height: 100%;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

header .header-right ul.action-links li:last-child a {
  background: #fa3b29;
  color: #fff;
  min-width: 126px;
}
header .header-right ul.action-links li a:hover {
  background: #31334e;
  color: #fff;
}

header .header-right ul.action-links li:last-child a img {
  margin: 0 -15px 0 10px;
}
header .header-right ul.action-links li a img {
  margin-right: 5px;
  margin-left: -11px;
}
.home-banner {
  padding: 150px 0;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.sub-heading {
  color: #20552a;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Sofia Pro Regular";
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 400;
}
.sub-heading .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f5f221;
  margin: 0;
  border-radius: 100%;
  margin-right: 10px;
  background: #fff;
  padding: 0;
}
.sub-heading .icon.grey {
  background: #f2f5f2;
}
.home-banner .content-box {
  position: relative;
}
.home-banner .content-box .sub-heading .icon {
  background: transparent;
}
.home-banner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: linear-gradient(270deg, rgba(13, 55, 21, 0) 0%, #0d3715 100%);
  width: 100%;
  height: 100%;
}
.sub-heading img {
  max-width: 22px;
  display: block;
}
.home-banner h1 {
  color: #f2f5f2;
  margin-bottom: 20px;
}
.home-banner h1 span {
  background: linear-gradient(90deg, #ffffff 0%, #009300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home-banner .sub-heading {
  color: #f2f5f2;
}
.home-banner p {
  font-size: 20px;
  line-height: 1.1;
  color: #f2f5f2;
  margin-bottom: 40px;
  font-family: "Sofia Pro Regular";
}
.btn-group {
  display: flex;
  gap: 10px;
}

.partners {
  width: 100%;
  padding: 60px 0;
  background: #f2f5f2;
}

.partners h4 {
  font-size: 30px;
  line-height: 1;
  color: #20552a;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -2px;
}
.partners ul li {
  display: flex !important;
  align-items: center;
  height: 70px;
  text-align: center;
  justify-content: center;
}
.partners ul li img{
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.partners ul li:hover img{-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);}



.about-conatiner {
  width: 100%;
  padding: 80px 0;
  background: url(../images/about-bg.png) no-repeat 0 0;
  background-size: cover;
  background-position: right -45px;
}
.text-box h2 span {
  background: linear-gradient(90deg, #ffffff -50%, #009300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 0 5px 0 0;
}

.about-conatiner .text-box strong {
  color: #20552a;
  font-size: 22px;
  line-height: 1.1;
  font-family: "Sofia Pro Regular";
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  letter-spacing: -1px;
}
.read-more {
  background: none;
  color: #20552a;
  background: #f2f5f2;
}
.read-more:hover {
  color: #fff;
}
.read-more:hover img {
  filter: brightness(0) invert(1);
}
.about-conatiner figure {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.about-conatiner figure img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about-conatiner figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-conatiner .text-box {
  padding-left: 60px;
}

.service-conatiner {
  width: 100%;
  padding: 80px 0;
  background: #20552a;
  position: relative;
  overflow: hidden;
}
.service-conatiner::before {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  background: url(../images/leaf-logo.png) no-repeat 0 0;
  width: 490px;
  height: 422px;
  background-size: 100%;
  opacity: 0.6;
}

.service-conatiner .sub-heading {
  color: #fff;
}
.service-conatiner h2 {
  color: #fff;
}
.service-conatiner .head-row {
  display: flex;
}
.service-conatiner h2 {
  margin-bottom: 0;
}
.service-cards {
  width: 100%;
  margin-top: 40px;
}
.service-cards .card {
  border: 0;
  border-radius: 12px;
}
.service-cards .card figure {
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
.service-cards .card figure img {
  object-fit: cover;
  height: 187px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-cards .card figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service-cards .card .text-box {
  padding: 25px 20px;
}
.service-cards .card .text-box h6 {
  margin-bottom: 10px;
  color: #20552a;
  font-size: 22px;
  letter-spacing: -1.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-cards .card .text-box p {
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-conatiner .view-all {
  position: relative;
}

.project-conatiner {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(180deg, #f2f5f2 0%, rgba(242, 245, 242, 0) 100%);
}

.project-conatiner h2 {
  margin-bottom: 0;
}

.project-conatiner .projects {
  margin-top: 40px;
}

.projects .project-data {
  border-radius: 20px;
  background: #20552a;
  margin: 0 15px;
}

.projects .project-data .inner {
  padding: 20px;
}

.projects .project-data h4 {
  color: #f2f5f2;
  letter-spacing: -2px;
}
.projects .project-data h4 span {
  background: linear-gradient(90deg, #ffffff -50%, #009300 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.projects .project-data p {
  color: #f2f5f2;
  font-family: "Sofia Pro Light";
}
.projects .project-data figure {
  margin: 0;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.projects .project-data figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.projects .project-data figure:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects .project-data figure .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f5f221;
  background: #f2f5f2;
  border-radius: 100%;
  z-index: 9;
}

.projects .project-data figure .icon img {
  max-width: 22px;
}
.projects ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #ffffff1f;
  padding: 25px 20px;
}
.projects ul li small {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #f2f5f294;
  display: block;
  font-weight: 400;
  font-family: "Sofia Pro Regular";
}
.projects ul li span {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -1px;
  color: #f2f5f2;
  font-weight: 400;
  font-family: "Sofia Pro Regular";
}
.projects ul li .common-btn {
  min-width: 145px;
  height: 44px;
  font-size: 14px;
}

.testimonial-conatiner {
  width: 100%;
  padding: 80px 0;
  background: #f2f5f2;
  overflow: hidden;
  position: relative;
}
.testimonial-conatiner .container-fluid {
  padding: 0;
}
.testimonial-conatiner::before {
  position: absolute;
  top: 90px;
  right: 244px;
  content: "";
  background: url(../images/leaf2.svg) no-repeat 0 0;
  width: 335px;
  height: 362px;
  background-size: 100%;
}

.testimonial-slider {
  margin-top: 40px;
}
.testimonial-card {
  padding: 0 15px;
}
.testimonial-card .inner {
  background: #fff;
  border-radius: 20px;
  padding: 50px 60px;
  min-height: 300px;
  position: relative;
}
.testimonial-card .inner p {
  font-size: 20px;
  line-height: 26px;
  color: #20552a;
  font-family: "Sofia Pro Light";
}
.testimonial-card .inner p {
  font-size: 20px;
  line-height: 26px;
  color: #20552a;
  font-family: "Sofia Pro Light";
}

.testimonial-card .inner span {
  font-size: 20px;
  line-height: 26px;
  color: #20552a;
  font-family: "Sofia Pro Light";
}

.testimonial-card .inner p b {
  font-family: "Sofia Pro Medium";
}
.testimonial-card .inner .quotes {
  width: 45px;
  height: 45px;
  background: #62376c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 20px;
  right: 20px;
}
.testimonial-card .inner .quotes img {
  max-width: 20px;
}

.arrow-box {
  position: relative;
  text-align: right;
}
.slick-arrow {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: #f2f5f2;
  border: 1px solid #20552a;
  font-size: 0;
  margin: 0 5px;
  position: absolute;
  right: 160px;
  top: -92px;
}
.slick-arrow:hover {
  background: linear-gradient(90deg, #20552a 0%, #009300 100%);
}
.slick-arrow:hover::before {
  color: #fff;
}
.slick-arrow.slick-prev {
  right: 220px;
}

.slick-prev:before,
.slick-next:before {
  font-family: "bootstrap-icons";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #145a32;
}

.slick-prev:before {
  content: "\F12F";
}

.slick-next:before {
  content: "\F138";
}

.stories-conatiner {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}
.stories-conatiner h2 {
  margin-bottom: 70px;
}
.stories-conatiner .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
}
.stories-conatiner .text-box::before {
  position: absolute;
  top: 40px;
  right: -279px;
  content: "";
  background: url(../images/story-leaf.svg) no-repeat 0 0;
  width: 510px;
  height: 455px;
  background-size: 100%;
  transform: rotate(7deg);
}

.stories-conatiner .story-card {
  max-width: 435px;
  margin: 0;
  box-shadow: 0px 4px 30px 0px #0000001a;
  border-radius: 20px;
  position: relative;
  margin-left: auto;
  margin-top: 30px;
}

.stories-conatiner .story-card::after {
  border: 1px solid #b7cbb7;
  box-shadow: 0px 4px 30px 0px #0000001a;
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  transform: rotate(-2deg);
  z-index: -1;
  background: #f2f5f2;
}
.stories-conatiner .story-card::before {
  border: 1px solid #b7cbb7;
  box-shadow: 0px 4px 30px 0px #0000001a;
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  transform: rotate(-4deg);
  z-index: -1;
  background: #f2f5f2;
}

.stories-conatiner .story-card .text {
  padding: 25px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.stories-conatiner .story-card .text small {
  font-size: 16px;
  line-height: 20px;
  color: #20552a;
  font-family: "Sofia Pro Light";
  display: block;
  margin-bottom: 5px;
  letter-spacing: -1px;
}
.stories-conatiner .story-card .text p {
  font-size: 16px;
  line-height: 20px;
  color: #20552a;
  font-family: "Sofia Pro Light";
}
.stories-conatiner .story-card .text h5 {
  color: #20552a;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
.stories-conatiner .story-card .text h5 span {
  background: linear-gradient(90deg, #ffffff -50%, #009300 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 0 5px 0 0;
}

.stories-conatiner .story-card figure {
  margin: 0;
  height: 268px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.stories-conatiner .story-card figure .tag {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  color: #f2f5f2;
  font-family: "Sofia Pro Medium";
  background: #009300;
  padding: 4px 10px;
  border-radius: 5px;
  top: 15px;
  right: 15px;
  z-index: 9;
}

.stories-conatiner .story-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.stories-conatiner .story-card figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery .img-card {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 254px;
}
.gallery .img-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gallery .img-card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.stories-conatiner .gallery {
  margin-top: 80px;
}

footer {
  background: #20552a;
  padding: 80px 0 40px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
footer .top-footer {
  border-bottom: 1px solid #ffffff26;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.top-footer h3 {
  color: #f2f5f2;
  margin: 0;
}
.top-footer .info-box {
  display: flex;
  gap: 5px;
}
.top-footer .info-box li a {
  display: block;
  border-radius: 30px;
  color: #f2f5f2;
  background: #f2f5f233;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Sofia Pro Medium";
  letter-spacing: -0.5px;
  padding: 13px 20px;
}
.top-footer .info-box li a i {
  margin-right: 5px;
}
footer h6 {
  color: #f2f5f2;
}
footer .newsletter {
  max-width: 450px;
  position: relative;
  z-index: 9;
}
footer .newsletter .fluentform {
	padding: 0;
	max-width: 100%;
	background: transparent;
	border-radius: 0;
	margin: 0;
	position: relative;
}

footer .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
	margin-bottom: 0 !important;
}
footer .fluentform .ff-el-group {
	margin-bottom: 0 !important;
}

.contact-form .ff-el-input--label{width:100%;}


.newsletter h6 {
  margin-bottom: 5px;
}

.newsletter p {
  color: #ffffff99;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: "Sofia Pro Regular";
  margin-bottom: 35px;
}

.newsletter .frm-fluent-form .ff-t-container {
  background: #f2f5f233;
  border-radius: 15px;
  width: 100%;
  padding: 13px 15px;
  display: flex;
}
.newsletter .ff-el-input--content .error.text-danger {
	position: absolute;
	bottom: -19px;
	left: 5px;
	width: 100%;
	text-align:left;
}
.newsletter .ff-message-success {
	border: 1px solid #ffffff26 !important;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	margin-top: 10px;
	padding: 15px;
	position: relative;
	background: #20552a;
	color: #fff;
	font-size:14px;
}
.newsletter .frm-fluent-form .ff-t-container .ff-t-cell {
	width: auto !important;
	flex-basis: auto !important;
	display: flex;
	float: right;
	justify-content: center;
	align-items: center;
}
.newsletter .frm-fluent-form .ff-t-container input[type="email"] {
  width: 100%;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #f2f5f24a;
  background: none;
  border: 0;
  padding-right: 9px;
  font-family: "Sofia Pro Medium";
  padding: 0;
  min-height: auto;
}
.newsletter .frm-fluent-form .ff-t-container input[type="email"]::placeholder { color: #F2F5F24A; }
.newsletter .frm-fluent-form .ff-t-container input[type="email"]::-webkit-input-placeholder { color: #F2F5F24A; }
.newsletter .frm-fluent-form .ff-t-container input[type="email"]:-ms-input-placeholder { color: #F2F5F24A; } 
.newsletter .frm-fluent-form .ff-t-container input[type="email"]::-moz-placeholder { color: #F2F5F24A; opacity: 1; } 

.newsletter-form input[type="email"]::placeholder {
  color: #f2f5f24a;
}

.newsletter-form .submit {
  border: 0;
  background: none;
  cursor: pointer;
}
.newsletter-form .submit img {
  width: 19px;
  height: 19px;
}
.newsletter .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom{margin:0;}
.newsletter form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
	border: 0;
	padding: 0;
	font-size: 0;
	background: url(../images/send.svg) no-repeat 0 0;
	background-position:center center;
	width: 35px;
    height: 35px;
    background-color: transparent !important;
}
.newsletter .frm-fluent-form .ff-t-cell:first-of-type {
	padding-left: 0;
	width: 100% !important;
	align-items: flex-start;
}
.newsletter .frm-fluent-form .ff-t-cell:first-of-type .ff-el-group{width: 100% !important; height:100%;}
.newsletter .frm-fluent-form .ff-t-cell:first-of-type .ff-el-group .ff-el-input--content{height:100%;}
.newsletter .frm-fluent-form .ff-t-cell:first-of-type .ff-el-group .ff-el-input--content input[type="email"]{height:100%;}

footer .foot-links {
  position: relative;
  z-index: 9;
}
footer .foot-links li {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 26px;
  font-family: "Sofia Pro Regular";
}
footer .foot-links li:last-child {
  margin-bottom: 0;
}

footer .foot-links li a {
  color: #f2f5f2;
  position: relative;
}
footer .foot-links li a::before {
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 0;
}
footer .foot-links li a:hover::before {
  border-bottom: 1px solid #f2f5f2;
  left: 0;
  width: 100%;
}

footer .bottom-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
  position: relative;
}

footer .bottom-footer::before {
  position: absolute;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/leaf-logo.png) no-repeat 0 0;
  width: 490px;
  height: 400px;
  background-size: 100%;
  opacity: 0.3;
}

footer .bottom-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff99;
  font-family: "Sofia Pro Regular";
}

footer .bottom-footer .privacy-condition {
  display: flex;
  margin-left: 130px;
}
.bottom-footer .privacy-condition li {
  padding: 0 6px;
  position: relative;
}
.bottom-footer .privacy-condition li::before {
  position: absolute;
  left: 0;
  top: 5px;
  border-left: 1px solid #f2f5f2;
  content: "";
  color: #f2f5f2;
  height: 15px;
}
.bottom-footer .privacy-condition li:first-child:before {
  content: none;
}
.bottom-footer .privacy-condition li a {
  color: #f2f5f2;
  font-size: 14px;
  line-height: 23px;
  font-family: "Sofia Pro Regular";
  position: relative;
}

.bottom-footer .privacy-condition li a::before {
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
  width: 0;
}
.bottom-footer .privacy-condition li a:hover::before {
  background: #f2f5f2;
  left: 0;
  width: 100%;
}

.bottom-footer .social-media {
  display: flex;
}
.bottom-footer .social-media p {
  margin: 0 10px 0 0;
}
.bottom-footer .social-media {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.bottom-footer .social-media ul {
  display: flex;
  gap: 8px;
}
.bottom-footer .social-media ul li a {
  color: #fff;
}




/**********About Page**************/

.inner-banner {
  padding: 146px 0 106px 0;
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.inner-banner p {
  font-size: 20px;
  line-height: 1.1;
  color: #f2f5f2;
  margin-bottom: 40px;
  font-family: "Sofia Pro Regular";
  margin-bottom: 30px;
}

.inner-banner .row {
  position: relative;
}
.inner-banner:before {
  background: linear-gradient(270deg, rgba(13, 55, 21, 0) 0%, #0d3715 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.inner-banner h1 {
  color: #f2f5f2;
  margin-bottom: 20px;
}
.inner-banner .breadcrumb {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.inner-banner .breadcrumb li {
  color: #f2f5f2;
  font-size: 20px;
  font-family: "Sofia Pro Regular";
}
.inner-banner .breadcrumb li a {
  color: #f2f5f2;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #f2f5f2;
  content: var(--bs-breadcrumb-divider, "/");
}

.off-white {
  width: 100%;
  padding: 80px 0;
  background: #f2f5f2;
  border-radius: 0 0 20px 20px;
}

.value-data {
  margin-top: 40px;
  position: relative;
}
.our-values {
  position: relative;
  overflow: hidden;
}
.our-values::before {
  position: absolute;
  bottom: -50px;
  left: 60px;
  content: "";
  background: url(../images/leaf-logo.png) no-repeat 0 0;
  width: 490px;
  height: 422px;
  background-size: 100%;
  opacity: 0.2;
}

.value-data figure {
  max-width: 270px;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
}
.value-data figure img {
  width: 270px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.value-data figure img:hover {
  transform: scale(1.1);
}

.value-data .tile {
  width: 100%;
}
.value-data .tile li {
  width: 100%;
  margin-bottom: 20px;
}
.value-data .tile li .content {
  background: #fff;
  border-radius: 20px;
  padding: 25px 80px 25px 25px;
  position: relative;
  overflow: hidden;
}
.value-data .tile li .content::before {
  position: absolute;
  bottom: -7px;
  right: -10px;
  content: "";
  width: 66px;
  height: 66px;
  background: url(../images/plant-icon.svg) no-repeat 0 0;
}
.value-data .tile li .content h6 {
  color: #20552a;
  letter-spacing: -1.5px;
  margin-bottom: 15px;
}
.value-data .tile li .content p {
  margin: 0;
}
.value-data .tile li:last-child {
  margin-bottom: 0;
}
.our-experience {
  background: #fff;
  padding: 80px 0;
}
.our-experience p {
  margin-bottom: 35px;
}
.leadership {
  background: #fff;
  padding: 20px 0 80px;
}
.leadership .team-card {
  position: relative;
  margin: 0 15px;
}
.leadership .team-card figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.leadership .team-card figure::before {
  background: linear-gradient(180deg, rgba(11, 61, 44, 0) 0%, #0b3d2c 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.leadership .team-card figure img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.leadership .team-card .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.leadership .team-card .text h6 {
  color: #f2f5f2;
  margin-bottom: 5px;
}
.leadership .team-card .text p {
  margin-bottom: 0;
  color: #f2f5f2;
}
.leadership .team-slider {
  margin-top: 40px;
}
.next-step strong {
  margin: 0;
  color: #62376c !important;
  margin-bottom: 5px !important;
}

/*****************FAQ******************/
.faq-container {
  padding: 60px 0;
}
#FaqTab.sticky ~ .question-container {
  margin-top: 270px;
}

.faq-container p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  font-family: "Sofia Pro Light";
}

.contact-link {
  color: #009300;
  font-family: "Sofia Pro Bold";
}
.contact-link:hover {
  color: #62376c;
}
.tabber-container {
  margin: 60px 0 0 0;
}
 #FaqTab.sticky { position: fixed; top:70px; box-shadow: 0 6px 18px rgba(0,0,0,.12); left: 0; right: 0; z-index: 1}
#FaqTab.sticky::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: -1;
  width: 100%;
  height:48px;
}

#FaqTab {
  width: 100%;
  background: #20552a;
  border-radius: 40px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow .25s ease, background .25s ease;
  padding: 0 20px;
  gap: 5px;
  margin-top:60px;
}
#FaqTab li {
  letter-spacing: -0.5px;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Sofia Pro SemiBold";
}

#FaqTab li a,
#FaqTab li button {
  color: #fff;
  margin: 0;
  padding: 15px 30px;
  border-radius: 40px;
  border: 0;
  transition: all 0.3s;
}

#FaqTab li a:hover,
#FaqTab li button:hover {
  color: #20552a;
  background: #fff;
  transition: all 0.3s;
}

#FaqTab li a.active,
#FaqTab li button.active {
  color: #20552a;
  background: #fff;
  transition: all 0.3s;
}


#FaqContent h4 {
  color: #20552a;
  margin-bottom: 35px;
}
.question-container{margin-top: 60px;}
.question-container .accordion .accordion-item {
  background: none;
  padding: 20px 32px;
  border: 0;
  border-bottom: 1px solid #20552a2b;
}
.question-container .accordion .accordion-item:last-child {
  border-bottom: 0;
}
.question-container .accordion {
  background: #f2f5f2;
  border-radius: 20px;
  margin-bottom: 80px;
}
.question-container .accordion .accordion-item h6 {
  margin-bottom: 0;
}
.question-container .accordion .accordion-item h6 button {
  background: none;
  color: #20552a;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -1px;
  font-family: "Sofia Pro Regular";
}

.question-container .accordion .accordion-body {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  font-family: "Sofia Pro Light";
}

.accordion-button:not(.collapsed) {
  background-color: inherit;
  box-shadow: none;
}

.accordion-button::after {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  content: "\f4fe";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #62376c;
  background-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  transition: none;
}

.question-container .accordion .accordion-item h6 button[aria-expanded="true"]::after {
  content: "\f2ea";
  background-color: #62376c;
  color: #fff;
}

/* Remove Bootstrap default focus/active styles */
.question-container .accordion .accordion-button:focus,
.question-container .accordion .accordion-button:active,
.question-container .accordion .accordion-button:visited {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

/* Remove expanded background */
.question-container .accordion .accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: none !important;
}
.question-container h4{color: #20552A; letter-spacing: -1px; margin-bottom: 30px}

#mobileFaq .accordion-item{border:0; border-bottom: 1px solid #fff;}
.accordion-header button:focus, .accordion-header button:outline, .accordion-header button:visited{border: 0; box-shadow: none}

#mobileFaq .accordion-item .accordion-header > button {
  /* padding: 0; */
  background: #20552a;
  color: #fff;
  padding: 10px 20px;
  font-size: 25px;
  height: auto;
  border-radius: 50px;
}
#mobileFaq .accordion-item .question-container {
  margin-top:0px;
}
.accordion-collapse.collapse.show .accordion-body h4{font-size: 22px;}
.accordion-collapse.collapse.show .accordion-body .accordion .accordion-item .accordion-header button {
  background: none !important;
  color: #20552A !important;
  padding: 0 !important;
  font-size: 20px !important;
}
.accordion-body .question-container .accordion{margin-bottom: 0 !important;}

/* Optional – remove border from accordion item */
.question-container .accordion .accordion-item {
  box-shadow: none !important;
}

.your-query {
  width: 100%;
  padding: 50px 0;
}
.your-query .inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.your-query .inner .sub-heading {
  margin: 0 auto 25px;
  display: inline-flex;
}
.your-query .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}

.your-query .inner .btn-group {
  justify-content: center;
}
.your-query .inner p {
  font-size: 16px;
  line-height: 24px;
  color: #20552a;
  font-weight: 300;
  letter-spacing: -0.5px;
  font-family: "Sofia Pro Light";
}

.your-query .inner p span {
  font-size: 18px;
  line-height: 24px;
  color: #62376c;
  letter-spacing: -0.5px;
  font-family: "Sofia Pro Medium";
}

.your-query .inner p span a {
  color: #62376c;
}

/**********Testimonial Page**************/
.testimonial-conatiner.testimonials-page::before {
  position: absolute;
  top: 90px;
  right: 430px;
  content: "";
  background: url(../images/leaf2.svg) no-repeat 0 0;
  width: 280px;
  height: 362px;
  background-size: 100%;
}

.testimonials-page .slick-next {
  right: 0;
  top: -111px;
}
.testimonials-page .slick-prev {
  right: 60px;
  top: -111px;
}
.testimonial-card .inner .info-box strong {
  font-size: 20px;
  line-height: 26px;
  color: #20552a;
  letter-spacing: -1px;
  font-family: "Sofia Pro SemiBold";
  margin-bottom: 5px;
  font-weight: normal;
}
.testimonials-page .testimonial-card .inner .info-box p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.testimonials-page .info-box {
  margin-top: auto;
}
.testimonials-page .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.testimonials-page .testimonial-card .inner p {
  font-size: 26px;
  line-height: 30px;
  color: #20552a;
  font-family: "Sofia Pro Light";
}

.testimonials-card-grid {
  width: 100%;
  padding: 60px 0 0 0;
}

.testimonials-card-grid .testimonials-card {
  background: #f2f5f2;
  padding: 90px 35px 35px 35px;
  border-radius: 20px;
  min-height: 395px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* height: 100%; */
  position: relative;
  margin-bottom: 30px;
}

.testimonials-card-grid .testimonials-card p {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1.5px;
  font-family: "Sofia Pro Light";
  color: #20552a;
}

.testimonials-card-grid .testimonials-card .info-box strong {
  font-size: 20px;
  line-height: 26px;
  color: #20552a;
  letter-spacing: -1px;
  font-family: "Sofia Pro SemiBold";
  margin-bottom: 5px;
  font-weight: normal;
}
.testimonials-card-grid .testimonials-card .info-box p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.testimonials-card-grid .testimonials-card .quotes {
  width: 40px;
  height: 40px;
  background: #62376c;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 35px;
  left: 35px;
}

/****************Portfolio-Page********************/

.portfolio-container {
  width: 100%;
  padding: 80px 0;
}
.portfolio-container p {
  line-height: 24px;
  font-size: 18px;
  color: #20552a;
  font-weight: 300;
  margin: 0 0 20px 0;
  transition: 0.6s all ease;
  font-family: "Sofia Pro Light";
  letter-spacing: -1px;
}
.portfolio-container p:last-child{margin-bottom: 0;}

.portfolio-container .project-data {
  border-radius: 20px;
  background: #20552a;
  margin: 0 15px;
}

.portfolio-container .project-data .inner {
  padding: 20px;
}

.portfolio-container .project-data h4 {
  color: #f2f5f2;
  letter-spacing: -2px;
}
.portfolio-container .project-data h4 span {
  background: linear-gradient(90deg, #ffffff -50%, #009300 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.portfolio-container .project-data p {
  color: #f2f5f2;
  font-family: "Sofia Pro Light";
}
.portfolio-container .project-data figure {
  margin: 0 0 40px 0;
  width: 100%;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.portfolio-container .project-data figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.portfolio-container .project-data {
  margin: 30px 0 0 0;
}

.portfolio-container .project-data figure:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-container .project-data p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -1px;
  color: #f2f5f2;
  font-family: "Sofia Pro Light";
  font-weight: 300;
}
.portfolio-container .project-data figure .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f5f221;
  background: #f2f5f2;
  border-radius: 100%;
  z-index: 9;
}

.portfolio-container .project-data figure .icon img {
  max-width: 22px;
}
.portfolio-container .project-data ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #ffffff1f;
  padding: 25px 20px;
}
.portfolio-container .project-data ul li small {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #f2f5f294;
  display: block;
  font-weight: 400;
  font-family: "Sofia Pro Regular";
}
.portfolio-container .project-data ul li span {
  font-size: 18px;
  line-height: 31px;
  letter-spacing: -1px;
  color: #f2f5f2;
  font-weight: 400;
  font-family: "Sofia Pro Regular";
}
.portfolio-container .project-data ul li .common-btn {
  min-width: 145px;
  height: 44px;
  font-size: 14px;
}

.read-all-testimonial {
  text-align: center;
  margin: 40px 0 0 0;
}
.read-all-testimonial p {
  font-size: 20px;
  line-height: 24px;
  color: #20552a;
  font-weight: 300;
  margin: 0 0 20px 0;
  transition: 0.6s all ease;
  font-family: "Sofia Pro Light";
  letter-spacing: -1px;
}

/***************Request quote Page******************/
.contct-container {
  width: 100%;
  background: #f2f5f2;
  padding: 80px 0;
  border-radius: 0 0 20px 20px;
  position: relative;
}

.contct-container::before {
  position: absolute;
  top: 40px;
  left: 700px;
  content: "";
  background: url(../images/leaf2.svg) no-repeat 0 0;
  width: 335px;
  height: 362px;
  background-size: 100%;
}

.contct-container h4 {
  color: #20552a;
  margin-bottom: 30px;
}
.contct-container p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
}
.contact-info .address-list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  gap: 30px;
}
.contact-info .address-list li {
  display: flex;
  align-items: center;
  position: relative;
}
.contact-info .address-list li::before {
  position: absolute;
  left: 25px;
  height: 100%;
  border-left: 1px solid #dddddd;
  content: "";
  top: 100%;
}
.contact-info .address-list li:last-child:before{content: none;}

.contact-info .address-list li .text-box span {
  font-size: 14px;
  line-height: 20px;
  color: #20552a;
  font-weight: 400;
  font-family: "Sofia Pro Regular";
}

.contact-info .address-list li .text-box p {
  font-size: 16px;
  line-height: 22px;
  color: #20552a;
  font-weight: 400;
  font-family: "Sofia Pro Regular";
  margin-bottom: 0;
}
.contact-info .address-list li .text-box p a {
  color: #20552a;
}
.contact-info .address-list li .text-box {
  padding-left: 20px;
}
.contact-info .address-list li i {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #62376c;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info .bottom-info {
  margin-top: 40px;
}
.contact-info .bottom-info h6 {
  font-size: 20px;
  line-height: 25px;
  color: #20552a;
  letter-spacing: -1px;
  font-family: "Sofia Pro Regular";
  margin-bottom: 20px;
}
.contact-info .bottom-info p {
  font-size: 14px;
  line-height: 17px;
  color: #20552a;
  letter-spacing: -0.5px;
  font-family: "Sofia Pro Light";
  margin-bottom: 20px;
}

.contact-info .bottom-info .social-links {
  display: inline-flex;
  gap: 15px;
}
.contact-info .bottom-info .social-links li i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dddddd;
  color: #62376c;
  border-radius: 100%;
  transition: all 0.3s;
}
.contact-info .bottom-info .social-links li a {
  transition: all 0.3s;
}
.contact-info .bottom-info .social-links li a:hover i {
  background: #62376c;
  color: #fff;
  border-color: #62376c;
}

.bottom-banner {
  min-height: 585px;
  padding: 110px 0;
  margin: -30px 0;
  display: flex;
  align-items: center;
}

.bottom-banner .transparent-box {
  backdrop-filter: blur(40px);
  border: 1px solid #f2f5f221;
  background: #ffffff03;
  border-radius: 20px;
  max-width: 338px;
  min-height: 237px;
  padding: 30px;
  margin-left: auto;
}

.bottom-banner .transparent-box p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.bottom-banner .transparent-box p:last-child{margin-bottom: 0;}
.bottom-banner .left-box h2 {
  color: #fff;
}
.bottom-banner .left-box p {
  color: #f2f5f2;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  font-family: "Sofia Pro Light";
}

.contact-form {
  max-width: 770px;
  background: #fff;
  padding: 50px;
  border-radius: 8px;
  position: relative;
  margin-left: auto;
  margin-top: 20px;
}

.contct-container .contact-info{padding-top:70px; padding-right: 70px;}

.contact-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1a3d1a;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
}
.contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 36px;
}

.contact-form label {
  font-size: 14px;
  color: #20552a96;
  font-family: "Sofia Pro Regular";
  position: absolute;
  background: #fff;
  margin: 0;
  padding: 3px 4px;
  left: 12px;
  top: -3px;
  z-index: 1;
}
.contact-form textarea{height: 90px; resize: none;}
.contact-form .common-btn{height: 62px; width: 100%;}

input,
select,
textarea {
  padding: 12px 12px 12px 18px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  font-size: 14px;
  min-height: 48px;
  font-family: "Sofia Pro Regular";
  color: #20552a;
}

textarea {
  resize: vertical;
  min-height: 80px;
}

.contact-form .submit-btn {
  background: #5c2c71;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
}

.contact-form .submit-btn:hover {
  background: #4a215c;
}
.contact-form  .ff-default .ff-el-form-control{font-family: "Sofia Pro Regular" !important; color: #20552a !important; border-color:#dddddd !important;}
.form-group select {
  background-color: #fff;
  color: #20552a;
  padding-right: 30px;
  position: relative;
  background: url(../images/drop-arrow.png) no-repeat right center #fff;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  background-size:40px;
  cursor: pointer;
}

.contact-form .ff-el-input--content input[type=number]::-webkit-outer-spin-button,
.contact-form .ff-el-input--content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.contact-form .ff-el-input--content input[type=number] {
  -moz-appearance: textfield;
}


.contact-form  .ff-el-input--content select {
  background-color: #fff !important;
  color: #20552a !important;
  padding-right: 30px !important;
  position: relative !important;
  background: url(../images/drop-arrow.png) no-repeat right center #fff !important;
  -webkit-appearance: none !important; 
  -moz-appearance: none !important; 
  appearance: none !important;
  background-size:40px !important;
  cursor: pointer !important;
  height:48px !important;
}
.contact-form  .ff-el-input--content{position:relative;}
.contact-form  .ff-el-input--content .error.text-danger{position:absolute; left:0; bottom:-18px;}
.contact-form .ff-default .ff-el-form-control:focus {
	background-color: inherit !important;
	border-color:#dddddd !important;
	color: inherit !important;
	outline: none;
}

/***************Privacy*******************/
.privacy-container{padding: 60px 0;}
.privacy-container p{letter-spacing: -0.5px; margin-bottom: 30px; line-height:26px}
.privacy-container strong{  font-family: "Sofia Pro Medium"; font-weight: 500; display: inline-block; margin-bottom: 20px;}
.privacy-container p b{  font-family: "Sofia Pro Medium"; font-weight: 500;}
.privacy-container h3{color: #20552A}
.privacy-container ul {
  list-style: inside;
  margin: 0 0 50px 0;
}
.privacy-container ul li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #20552A;
  font-family: "Sofia Pro Light";
  padding-inline: 15px;
}
.privacy-container ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #20552A;
  content: "";
}
.privacy-container ul li a{color:#20552A}
.privacy-container ul li strong{ font-family: "Sofia Pro Medium"; font-weight: 500; margin-bottom: 0;}


/***************Blog Page*****************/
.blog-top-container{padding:100px 0; background:#F2F5F2; position: relative;}
.blog-top-container p{font-size: 18px; line-height: 24px}
.blog-top-container::before {
  position: absolute;
  bottom: 35px;
  left: 80px;
  content: "";
  background: url(../images/leaf2.svg) no-repeat 0 0;
  width: 335px;
  height: 362px;
  background-size: 100%;
  transform: rotate(85deg);
}
.blog-top-container .blog-img {margin: 0; width: 100%; overflow: hidden;}
.blog-top-container .blog-img img{width: 100%; height: 100%; object-fit: cover; -webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.blog-top-container .blog-img.left, .blog-top-container .blog-img.left img{border-radius: 35px 0 0 35px; height: 100%;}

.blog-top-container .blog-img.right, .blog-top-container .blog-img.right img{border-radius:0 35px 35px 0; height: 100%;}


.blog-top-container .blog-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-top-container .text-box {
  height: 100%;
  background: #fff;
  padding: 80px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blog-top-container .text-box.right{border-radius:0 35px 35px 0;}
.blog-top-container .text-box.left{border-radius:35px 0 0 35px;}

.blog-top-container .text-box span{color: #20552A; font-size: 16px; line-height: 20px; letter-spacing: -1px; margin-bottom: 15px; display: inline-block; font-family: "Sofia Pro Light";}
.blog-top-container .text-box h4{ color:#20552A; letter-spacing: -2px}
.read-more-blog{color: #009300; font-size: 16px; line-height: 20px; background: none; letter-spacing: -0.5px; font-family: "Sofia Pro Medium";}
.read-more-blog img{width: 16px;
height: auto;
position: relative;
left: 0;
display: inline-block;
margin: 0 0 0 5px;
}
.read-more-blog:hover img{filter: inherit; left: 5px}
.read-more-blog:hover{color:#009300;}

.blog-card-container{padding:80px 0;}
.blog-card-container .blog-card{width: 100%; background: #fff; box-shadow: 0px 4px 30px 0px #0000001A; border-radius: 20px; margin-bottom: 24px}
.blog-card-container .blog-card figure {
  width: 100%;
  margin: 0;
  height: 270px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}

.blog-card-container .blog-card figure .tag {
  background: #009300;
  color: #fff;
  min-width: 83px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Sofia Pro Medium";
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.blog-card-container .blog-card figure img{width: 100%; height: 100%; object-fit: cover; border-radius: 20px 20px 0 0; -webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

.blog-card-container .blog-card figure:hover img{-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}

.blog-card-container .blog-card .text-box{padding:30px;}
.blog-card-container .blog-card .text-box span {
  font-size: 16px;
  line-height: 20px;
  color: #20552A;
  letter-spacing: -1px;
  margin-bottom: 15px;
  display: inline-block;
}
.blog-card-container .blog-card .text-box h5{color: #20552A; letter-spacing: -2px; margin-bottom: 15px; display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}

.blog-card-container .blog-card .text-box p
{display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}


.pagination {
  display: flex;
  margin: 45px 0 0 0;
  justify-content: center;
  align-content: center;
  gap: 10px;
}

.custom-pagination .page-link {
  border: none;
  color: #20552a;
  background-color: #f7f9f7;
  margin: 0 6px;
  padding: 12px 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: "Sofia Pro Medium";
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-pagination .page-link.next,
.custom-pagination .page-link.prev{width: auto;}

.custom-pagination .page-link.next span img, .custom-pagination .page-link.prev span img {
  margin: -2px 5px 0 5px;
}


.custom-pagination .page-link:hover {
  background-color: #20552A;
  color: #fff;
}
.custom-pagination .page-link:hover img{  filter: brightness(0) invert(1);}

.custom-pagination .page-link.active {
  background-color: #20552a !important;
  color: #fff !important;
}

.custom-pagination .prev, .custom-pagination .next {
  border-radius: 40px !important;
  padding: 17px 32px;
  font-size: 16px;
  font-family: "Sofia Pro Medium";
    font-weight: 500;
}

.page-link.next img{margin: 0 0 0 5px} 
.page-link.prev img{margin: 0 5px 0 0} 
.page-link.prev{margin-right: 15px !important;}
.page-link.next{margin-left: 15px !important;}

/*************Service Page*****************/


.service-container{padding:100px 0; background:#F2F5F2; position: relative;}
.service-container p {
  font-size: 18px;
  line-height: 24px;
}
.service-container .service-card {
  width: 100%;
height:100%;
  background: #fff;
  box-shadow: 0px 4px 30px 0px #0000001A;
  border-radius: 20px;
  margin-bottom:0
}
.service-container .col-lg-4{margin-bottom:24px;}

.service-container .service-card  figure {
  width: 100%;
  margin: 0;
  height: 270px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.service-container .service-card  figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-container .service-card  figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-container .service-card .text-box {
  padding: 30px;
  min-height: 260px;
  display: inline-flex;
  flex-direction: column;
}

.service-container .service-card .text-box span {
  font-size: 16px;
  line-height: 20px;
  color: #20552A;
  letter-spacing: -1px;
  margin-bottom: 15px;
  display: inline-block;
}

.service-container .service-card .text-box h5 {
  color: #20552A;
  letter-spacing: -1.5px;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-container .service-card .text-box p {
  display: -webkit-box;
  //-webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more.border-btn {
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 40px;
  min-width: 153px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: #62376C;
  max-width: 150px;
  margin-top: auto;
}

.read-more.border-btn img {
  margin: 2px 0 0 8px;
}
.read-more.border-btn:hover{background: #62376C; color: #fff; border: 1px solid #62376C;}

.why-choose span {
  color: #62376C;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -1px;
  font-family: "Sofia Pro Regular";
  margin-bottom: 20px;
  display: block;
}
.why-choose ul{width: 100%; list-style: inside; padding-left: 40px}
.why-choose ul li{position: relative; font-size: 16px; line-height: 30px; color: #20552A; letter-spacing: -1px;   font-family: "Sofia Pro Light";}
.why-choose ul li::before {
  position: absolute;
  left: -20px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #62376C;
  content: "";
}

.lets-container {margin:0 0 80px 0}
.lets-container .inner {
  padding: 60px 0;
  background-position: top center;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.lets-container .inner:before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.lets-container .inner .text-box{padding: 30px 50px; width:45%; position: relative;}
.lets-container .inner .text-box h2{color: #fff;}
.lets-container .inner .text-box p{color: #F2F5F2; font-size: 18px; line-height: 22px; font-family: "Sofia Pro Light";}

/***********Service-Area***************/
.service-area{background: #fff;}
.communities-list{width:100%}
.communities-list ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.communities-list ul li{width:calc(20% - 20px);}

.communities-list ul li .communities-card {
  background: #F2F5F2;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  height: 100%;
}
.communities-list ul li .communities-card figure {
  margin: 0 auto 20px;
  width: 142px;
  height: 142px;
  overflow: hidden;
  border-radius: 100%;
}
.communities-list ul li .communities-card figure img{width:100%; height:100%; border-radius: 100%; object-fit: cover; -webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;}

.communities-list ul li .communities-card:hover figure img{-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);}

.communities-list ul li .communities-card span{display: block; font-size: 24px; 
  line-height: 26px; 
  letter-spacing: -1.5px; 
  color: #20552A; 
  font-family: "Sofia Pro Regular";
}


.communities-list .bottom-center {
  padding: 50px 50px 0 50px;
  text-align: center;
}

.communities-list .bottom-center h5{font-size: 24px; line-height: 28px; color: #20552A; letter-spacing: -1px; font-family: "Sofia Pro Medium"; margin-bottom: 5px}
.communities-list .bottom-center p{font-size: 20px; line-height: 24px; color: #20552A; letter-spacing: -1px; font-family: "Sofia Pro Light"; margin-bottom: 5px}
.communities-list .bottom-center p a{color: #62376C; font-family: "Sofia Pro Medium";}
.communities-list .bottom-center p a:hover{text-decoration: underline;}

.local-expert{background:#F2F5F2; padding: 100px 0;}

.local-expert .exp-box {
  background: #20552A;
  width: 240px;
  height: 218px;
  border-radius: 70px 70px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -26px;
}

.local-expert .exp-box h2{color: #F2F5F2; font-size: 100px; line-height: 1;  margin-bottom: 5px; letter-spacing: -7px; font-family: "Sofia Pro SemiBold";}
.local-expert .exp-box p{color: #F2F5F2; font-size: 18px; line-height: 21px; text-transform: uppercase; font-family: "Sofia Pro Medium";}
.experience-grid .box-1 {
  width: 197px;
  height: 180px;
  border-radius: 70px 70px 70px 0;
  overflow: hidden;
  position: relative;
  left: 27px;
}
.experience-grid .box-2{width:294px; height:242px; border-radius: 70px 0 70px 70px; overflow: hidden;}
.experience-grid .box-3{width: 197px; height:242px; border-radius:0 70px 70px 70px; overflow: hidden;}
.experience-grid .box-1 img, .experience-grid .box-2 img, .experience-grid .box-3 img{width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.experience-grid .box-1:hover img, .experience-grid .box-2:hover img, .experience-grid .box-3:hover img
{
  -webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.experience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 560px;
  justify-content: center;
  align-items: flex-end;
}


.local-expert .text-box{position: relative;}
.local-expert .text-box::before {
  position: absolute;
  top: -209px;
  right: 100px;
  content: "";
  background: url(../images/leaf-logo.png) no-repeat 0 0;
  width: 583px;
  height: 422px;
  background-size: 100%;
  opacity: 0.3;
}
.local-expert .text-box .common-btn{position: relative;}

.map-area{padding:80px 0; text-align: center;}
.map-area .map{width: 100%; margin-top: 50px; height: 500px}
.map-area .map iframe{width: 100%; height: 100%;}

/****************Service-detail********************/

.service-detail-top {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.service-detail-top .service-img.left, .service-detail-top .service-img.left img {
  border-radius: 35px 0 0 35px;
  height: 100%;
}

.service-detail-top .service-img {
  margin: 0;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 4px 40px 0px #0000000F;

}

.service-detail-top .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.service-detail-top .service-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.service-detail-top .text-box {
  height: 100%;
  background: #fff;
  padding: 50px 80px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
    border-radius: 0 35px 35px 0;
    box-shadow: 0px 4px 40px 0px #0000000F;
    position: relative;
}


.service-detail-top .container::before {
  position: absolute;
  top: 45px;
  right: 238px;
  content: "";
  background: url(../images/leaf2.svg) no-repeat 0 0;
  width: 230px;
  height: 220px;
  background-size: 100%;
  transform: rotate(84deg);
}


.full-service{background: #F2F5F2; padding: 80px 0}
.full-service h2{margin-bottom:35px}

.full-service .service-card {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 30px 0px #0000001A;
  border-radius: 20px;
  margin-bottom: 24px;
}

.full-service .service-card  figure {
  width: 100%;
  margin: 0;
  height:187px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
.full-service .service-card  figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.full-service .service-card  figure:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.full-service .service-card .text-box {
  padding:25px;
  min-height: 210px;
  display: inline-flex;
  flex-direction: column;
}

.full-service .service-card .text-box span {
  font-size: 16px;
  line-height: 20px;
  color: #20552A;
  letter-spacing: -1px;
  margin-bottom: 15px;
  display: inline-block;
}

.full-service .service-card .text-box h5 {
  color: #20552A;
  letter-spacing: -1.5px;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-service .service-card .text-box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.full-service .service-card .text-box p:last-child{margin-bottom: 0;}
.about-conatiner.commercial .text-box{padding: 0 60px 0 0}

.choose-container{padding:60px 0 0 0;}
.choose-container h2{text-align: center; margin-bottom: 35px;}
.choose-container .options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.choose-container .options li {
  width: calc(16.66% - 15px);
}

.choose-container .options li .box {
  width: 100%;
  background: #F2F5F2;
  border-radius: 20px;
  position: relative;
  min-height: 170px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}

.choose-container .options li .box small {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #62376C;
  border-radius: 100%;
  position: absolute;
  top: -11px;
  left: 18px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.choose-container .options li .box p{font-size: 18px; line-height: 22px; letter-spacing: -1; color: #000000; display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.choose-container .options li .box p:last-child{margin-bottom: 0;}

.choose-container .options li .box:hover{background:#62376C}
.choose-container .options li .box:hover p{color: #fff;}
.choose-container .options li .box:hover small{background: #fff;}
.choose-container .options li .box small img{filter: brightness(0) invert(1);}
.choose-container .options li .box:hover small img{filter: inherit;}
.lets-container.irrigation{margin: 0; padding: 80px 0;}
.lets-container.irrigation .text-box{width: 60%;}

#readMoreModal .modal-content{border-radius: 20px;}
#readMoreModal .modal-content .modal-header{border: 0; padding: 0;}
#readMoreModal .btn-close {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 15px !important;
  color: #000;
  opacity: 1;
  padding: 5px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  border-radius: 100%;
  background-size: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  z-index: 9;
}
#readMoreModal .btn-close:focus{outline: none; box-shadow: none;}
#readMoreModal .modal-body {
  padding: 45px 25px;
}


#readMoreModal figure {
  margin: 0;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#readMoreModal figure img{width: 100%; height: 100%; object-fit: cover; border-radius: 20px; -webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#readMoreModal figure:hover img{webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

#readMoreModal h4 {
  letter-spacing: -2px;
}

#readMoreModal h4 span {
  background: linear-gradient(90deg, #ffffff -50%, #009300 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.projectmodal .modal-dialog {
    max-width: 1100px;
}
.uniform-img {
  width: 100%;
  height: 350px; /* set fixed height */
  object-fit: cover; /* crop edges but no stretch */
  border-radius: 8px; /* optional rounded corners */
}
#readMoreModal p{font-size: 16px; line-height: 1.5}
.common_button {
background: #62376c !important;
  border-radius: 40px !important;
  width: 100%;
  height: 62px;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  border: 0;
  font-family: "Sofia Pro SemiBold";
  letter-spacing: -0.5px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.common_button:hover {
  background: linear-gradient(90deg, #20552a 0%, #009300 100%) !important;
  color: #fff;
  opacity:1 !important;
}
.single-post-section {
  padding: 60px 0;
}

.single-post-section .post-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post-section .post-featured-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
}

.single-post-section .post-content {
  margin-top: 30px;
  line-height: 1.8;
}
.project-conatiner-home{
display:none;
}
.partners-home{
display:none;
}
.insight-blog-home {
display:none;
}
.our-experience-about {
display:none;
}
.leadership-about {
display:none;
}
.faq-refrence {
display:none;
}
strong {
   font-weight: bold;
}
.tc-heading{
	 padding-top: 28px;
    text-align: center;
}
.pp-headingg{
	padding-top: 28px;
    text-align: center;
}