body {
  margin: 0;
  padding: 0 0 0 0;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  line-height: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.top-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
}

.header-nav {
  /* width: 50%; */
      width: 59%;
  float: right;
  clear: both;
}

.navbar-toggler {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  flex-shrink: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.header-nav .navbar-toggler-icon {
  background-image: url(../images/menu-48.png) !important;
}

.header-nav .navbar-collapse {
  flex-grow: 0 !important;
}

.header-nav .nav-link {
  padding: 12px 0px 0px 40px !important;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.header-nav .nav-link:hover {
  color: #012970;
}

.logo-block {
  margin: 10px 0px 0px 0px;
  display: flex;
  align-items: center;
}

.nav-block {
  margin: 10px 0px 0px 0px;
}

.nav-block ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  gap: 40px;
}

.nav-block li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.nav-block li a {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #353535;
  font-size: 15px;
}

.nav-link.sign-up {
  background-color: #012970;
  padding: 10px 25px !important;
  text-align: center;
  margin-left: 30px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
}

.nav-link.sign-up:hover {
  background-color: #fff;
  border: 1px solid #012970;
  color: #012970;
}

.banner {
  position: relative;
  margin-top: 10px;
}

.banner-text {
  position: absolute;
  z-index: 100;
  top: 160px;
  left: 140px;
}

.banner-heading-text {
  font-family: "Big Shoulders", sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 35px;
  color: #012970;
}

.banner-sub-heading {
  font-size: 25px;
  color: #000;
  line-height: 40px;
  margin-top: 30px;
  width: 60%;
}

.our-story-img-block {
  width: 60%;
  position: relative;
  text-align: right;
}

.years-of-text {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}

.experience-text {
  font-family: "Big Shoulders", sans-serif;
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 72px;
}

.experience-text-box {
  position: absolute;
  z-index: 150;
  right: 248px;
  bottom: 3px;
}

.year {
  font-family: "Roboto", sans-serif;
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  z-index: 150;
  right: 178px;
  bottom: 77px;
}

.our-story-description-block {
  padding: 0;
  margin: 0;
}

.small-heading-text {
  font-weight: 500;
  text-transform: uppercase;
  color: #2f5349;
  position: relative;
  top: 3px;
  letter-spacing: 1px;
}

.our-story-description-text {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  margin-top: 20px;
}

.our-story-heading {
  font-family: "Big Shoulders", sans-serif;
  font-size: 60px;
  color: #161616;
  font-weight: 700;
  line-height: 75px;
  margin-top: 8px;
}

.garden-care-text {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
  margin-left: 15px;
}

.garden-care-block {
  display: flex;
}

.our-story-heading-line {
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  margin-bottom: 8px;
}

.our-story-heading-block {
  margin-top: 45px;
}

.mr-10 {
  margin-right: 10px;
}

.our-story-block {
  display: flex;
  gap: 50px;
  margin-top: 120px;
}

.button {
  background-color: #012970;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 5px;
  padding: 22px 30px;
  border: none;
  transition: all ease-in-out 0.3s;
}

.button:hover {
  background-color: #003ba1;
  color: #fff;
}

.free-consultation {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #2f5349;
  line-height: 25px;
  margin-left: 12px;
  position: relative;
  top: 8px;
}

.garden-pictures-bg {
  background: url(../images/garden-pictures-bg.png) no-repeat;
  background-size: cover;
  margin-top: 120px;
  padding-bottom: 80px;
}

.small-heading-text-white {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  top: 3px;
  letter-spacing: 1px;
}

.garden-pictures-top-p {
  padding-top: 100px;
  text-align: center;
}

.page-heading-white {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 80px;
}

.bird-img-box-wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 60px;
}

.bird-img-box {
  width: 30%;
  position: relative;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}

.bird-img-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7931547619047619) 0%, rgba(0, 0, 0, 0) 35%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all ease-in-out 0.3s;
}

.bird-img-box:hover .bird-img-overlay {
  transition: all ease-in-out 0.3s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}


.bird-img-sHeading {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #fff;
}

.bird-img-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 34px;
  margin-top: 14px;
}

.img-overlay-text-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.more-birds-button-wrap {
  text-align: center;
  margin-top: 50px;
}

.garden-block {
  padding: 0;
  margin: 0;
}

.latest-projects-block {
  padding: 0;
  margin: 0;
}

.small-page-heading {
  font-weight: 500;
  text-transform: uppercase;
  color: #2f5349;
  position: relative;
  top: 3px;
  letter-spacing: 1px;
}

.page-heading {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  color: #161616;
  font-weight: 600;
  line-height: 80px;
}

.latest-projects-img-block {
  padding-top: 58px;
}


.latest-news-block {
  padding: 0;
  margin: 0;
}

.latest-news-left-block {
  width: 50%;
  background-color: #f7f7f7;
}

.latest-news-left-box {
  border-radius: 20px;
  margin-bottom: 25px;
}

.latest-news-img-box img {
  border-radius: 20px 20px 0px 0px;
}

.admin-text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}

.latest-news-date {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.latest-news-subHeading {
  font-family: "Roboto", sans-serif;
  font-size: 29px;
  color: #161616;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 35px;
}

.latest-news-description-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #646464;
  line-height: 26px;
}

.more-news-button {
  background-color: #19911f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  padding: 12px 30px;
  transition: all ease-in-out 0.3s;
}

.more-news-button:hover {
  background-color: #2f5349;
}

.more-news-button-wrap {
  margin-top: 20px;
}

.latest-news-text-box {
  padding: 0 35px 35px 35px;
}

.latest-news-container {
  display: flex;
  gap: 50px;
  margin-top: 75px;
}

.latest-news-right-block {
  width: 50%;
}

.latest-news-right-top {
  display: flex;
  background-color: #f7f7f7;
  border-radius: 20px;
}

.latest-news-right-image-box {
  border-radius: 20px 0px 0px 20px;
}

.latest-news-img-box-R img {
  border-radius: 20px 0px 0px 20px;
  width: 350px;
  height: 500px;
}

.latest-news-text-boxR {
  padding: 50px 20px 35px 50px;
}

.more-news-button-wrap-r {
  margin-top: 80px;
}

.our-clients-block {
  background: url(../images/our-clients-bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 110px;
  padding-bottom: 60px;
}

.our-clients-container {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.client-message-box {
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 50px;
  width: 50%;
}

.client-message-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #000;
  font-weight: 800;
  margin-bottom: 40px;
}

.client-description-text {
  font-family: "Poppins", sans-serif;
  color: #353535;
  font-size: 15px;
  line-height: 25px;
}

.client-cercle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.client-name {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 600;
}

.client-degree {
  font-family: "Poppins", sans-serif;
  color: #353535;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.client-message-bottom-block-L {
  display: flex;
  align-items: center;
  gap: 18px;
}

.client-message-bottom-block {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.garden-pictures-top-p-2 {
  padding-top: 75px;
  text-align: center;
}

.footer {
  background-size: cover;
  padding: 60px 0px 50px 0px;
}

.footer-nav-block {
  text-align: center;
}

.footer-nav ul {
  padding: 0;
  margin: 0;
}

.footer-nav li {
  padding: 0px 20px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.footer-nav li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  color: #012970;
  font-size: 15px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}

.footer-nav li a:hover {
  color: #003ba1;
}

.infobox-text {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.infobox {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-info-block {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 80px;
}

.copyright {
  font-family: "Poppins", sans-serif;
  color: #b3b3b3;
  font-size: 15px;
  text-align: center;
  margin-top: 37px;
}

.footer-bottom {
  background-color: #11847F;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 18px;
}

.mr-top-50 {
  margin-bottom: 50px;
}

.get-started-button-block {
  margin-top: 30px;
}

.get-started-button {
  background-color: #012970;
  color: #fff;
  font-size: 17px;
  border: 0;
  border-radius: 5px;
  padding: 12px 30px;
  transition: all ease-in-out 0.3s;
}

.get-started-button:hover {
  background-color: #003ba1;
  color: #fff;
}

.service-top-p {
  padding-top: 60px;
  text-align: center;
}

.service-box-container {
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 60px;
  margin-bottom: 50px;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.service-box {
  border-style: solid;
  border-color: #e0e0e0 #e0e0e0 #e0e0e0 #012970;
  border-width: 1px 1px 1px 3px;
  width: 20%;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.01);
  height: 350px;
}

.service-box-heading {
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #161616;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 25px;
}

.service-box-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #646464;
  line-height: 26px;
}

.service-read-more {
  background-color: #fff;
  color: #012970;
  font-size: 15px;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 10px 26px;
  transition: all ease-in-out 0.3s;
}

.service-read-more:hover {
  background-color: #012970;
  color: #fff;
}

.service-read-more-box {
  margin-top: 25px;
}









.card-pricing {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 30px 30px 16px 30px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.card-pricing:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.card-pricing.active {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border: 1px solid #b5b5b5;
}

.price {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 30px;
  color: #012970;
  margin-bottom: 8px;
}

.sub-price {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.feature-list {
  background: #fbf5ff;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  margin-bottom: 0px;
}

.feature-list li {
  margin-bottom: 0.75rem;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}

.feature-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #7c3aed;
  font-weight: bold;
}

.plan-title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 10px;
}

.plan-desc {
  color: #575b62;
  margin-bottom: 2.5rem;
  line-height: 24px;
  font-size: 16px;
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
}

.pricing-box {
  width: 30%;
  position: relative;
}

.current-plan {
  background-color: #f70000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  top: 0;
  right: 12px;
  position: absolute;
  border-radius: 0px 15px;
  padding: 5px 10px;
}

.buyNow-link-text {
  padding: 0;
  margin: 15px 0px 0px 0px;
  text-align: right;
}

.buyNow-link-text a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #012970;
  font-size: 14px;
  font-weight: 500;
  transition: all ease-in-out 0.3s;
}

.buyNow-link-text a:hover {
  color: #004dd1;
}

.st0 {
  fill: #012970 !important;
}

.mobile-banner {
  display: none;
}

.line-break{
  display: none;
}

.our-story-block{
  width: 100%;
}

.banner-text {
    position: absolute;
    z-index: 100;
    top: 52px;
    left: 100px;
}