@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
:target {
  scroll-margin-top: 100px;
}

.fancybox__container {
  z-index: 1999;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

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

::-webkit-scrollbar-track {
  background-color: var(--main);
}

::-webkit-scrollbar-thumb {
  background: var(--main);
  height: 300px;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  font-family: "Poppins", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html[lang=ar] {
  direction: rtl;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

.row {
  margin: 0;
  padding: 0;
}

.preloader {
  background-color: #fbf9f9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader .preloaderImg {
  width: 200px;
  height: 200px;
  -webkit-mask-image: url("../images/fulllogo.svg");
          mask-image: url("../images/fulllogo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
}
.preloader .preloaderImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 300px;
  z-index: 2;
  background-color: #4AB20E;
  transform: translateY(100%);
  animation: slide-up 1.5s forwards;
}
.preloader .preloaderImg::before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  -webkit-mask-image: url("../images/fulllogo.svg");
          mask-image: url("../images/fulllogo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) opacity(0.5);
}
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

a[href*=tel] {
  direction: ltr;
}

html[lang=ar] main .about-section .about-content .image-box {
  right: auto;
  left: -20%;
}
html[lang=ar] main .about-section .bg-word {
  left: auto;
  right: -2%;
}
html[lang=ar] main .hero-section .plant-img.plant-branch {
  right: 0;
  left: auto;
  transform: rotate(180deg);
  bottom: -10%;
}
html[lang=ar] main .hero-section .hero-content.layered::after {
  right: auto;
  left: 10%;
  bottom: -3%;
}
html[lang=ar] main .services-section .service-card .desc-list li::before {
  right: 0;
  left: auto;
}
html[lang=ar] main .services-section .service-card .desc-list li {
  padding-right: 1.5rem;
  padding-left: auto;
}
html[lang=ar] main .plants-list-section .pagination button i {
  transform: rotate(180deg);
}
html[lang=ar] main .season-section .section-header .swiper-buttons {
  right: auto;
  left: 0;
}
html[lang=ar] main .season-section .section-header .swiper-buttons .swiper-button-prev:after,
html[lang=ar] main .season-section .section-header .swiper-buttons .swiper-button-next:after {
  transform: rotate(180deg);
}

.call-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #134F32;
  color: #fff;
  font-size: 22px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 999;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}
.call-btn:hover {
  background: rgb(9.112244898, 37.887755102, 23.9795918367);
  transform: translateY(-3px) scale(1.05);
}
.call-btn:hover i {
  animation: ring 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(48, 104, 64, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(48, 104, 64, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(48, 104, 64, 0);
  }
}
@keyframes ring {
  0%, 100% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0.8rem 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
header.scrolled a {
  color: #356d3c !important;
}
header.scrolled button {
  color: #356d3c !important;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
header nav.scrolled {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
  padding: 10px 20px;
}
header nav .logo img {
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  header nav .logo img {
    height: 50px;
    filter: brightness(0) invert(1);
  }
}
@media screen and (max-width: 768px) {
  header nav.scrolled img {
    filter: none;
  }
}
header nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
header nav .nav-links a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
header nav .nav-links a:hover {
  color: #cce2d2;
}
header nav .nav-links a.active {
  color: #fff;
  font-weight: bold;
  position: relative;
}
header nav .nav-links li.hide_lg {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .nav-links {
    padding: 2rem 1.5rem;
    position: fixed;
    background: #ffffff;
    height: 100vh;
    top: 0;
    right: -50%;
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  header nav .nav-links li.hide_lg {
    display: block;
  }
  header nav .nav-links li.hide_lg img {
    height: 60px;
  }
  header nav .nav-links.active {
    right: 0;
  }
  header nav .nav-links a {
    color: #134F32 !important;
  }
}
header nav .layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
header nav .layer.active {
  display: block;
}
header nav .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
header nav .actions button {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1rem;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
header nav .actions button:hover {
  color: #cce2d2;
}
header nav .actions .menu-button {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav .actions .menu-button {
    display: block;
    color: #ffffff;
  }
}

main .hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  overflow: visible;
  /* Responsive tweaks by breakpoints */
}
main .hero-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 0%;
  width: 130%;
  height: 85%;
  background: #f1f5e9;
  transform: rotate(8deg);
  transform-origin: top left;
  z-index: 1;
  border-bottom-left-radius: 100px;
}
main .hero-section::after {
  content: "";
  position: absolute;
  top: -20%;
  right: 0%;
  width: 130%;
  height: 90%;
  background: #6b8e62;
  transform: rotate(-10deg);
  transform-origin: top right;
  z-index: 1;
}
main .hero-section .hero-content.layered {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 6rem 3rem;
  text-align: center;
  overflow: hidden;
}
main .hero-section .hero-content.layered .subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  color: #e3f3dc;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
main .hero-section .hero-content.layered .subtitle::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: #d6e9d0;
  border-radius: 4px;
  opacity: 0.7;
}
main .hero-section .hero-content.layered .title {
  font-size: 7rem;
  font-weight: 900;
  background: linear-gradient(90deg, #ffffff 0%, #f2f5f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
  margin-top: 1rem;
}
main .hero-section .hero-content.layered .desc {
  font-size: 1.3rem;
  color: #f5f5f5;
  opacity: 0.95;
  margin-top: 1.5rem;
  line-height: 1.9;
  max-width: 650px;
  margin-inline: auto;
}
@keyframes expandLine {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 50%;
    opacity: 1;
  }
}
@keyframes titleSlide {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
main .hero-section .hero-content.layered::before, main .hero-section .hero-content.layered::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/leaf2.png") no-repeat center/contain;
  opacity: 0.9;
}
main .hero-section .hero-content.layered::before {
  top: 0%;
  left: 10%;
}
main .hero-section .hero-content.layered::after {
  bottom: 0%;
  right: 10%;
  transform: rotate(180deg);
}
main .hero-section .hero-content.layered .leaf-shadow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/leaf2.png") no-repeat center/contain;
  opacity: 0.1;
  filter: blur(3px);
  z-index: 1;
}
main .hero-section .hero-content.layered .leaf-shadow.one {
  top: calc(40% + 100px);
  left: calc(5% + 100px);
}
main .hero-section .hero-content.layered .leaf-shadow.two {
  bottom: calc(40% + 100px);
  right: calc(6% + 100px);
  transform: rotate(180deg);
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
main .hero-section .plant-img {
  position: absolute;
  transition: all 0.4s ease;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.25));
}
main .hero-section .plant-img.plant1 {
  top: 15%;
  right: 8%;
  width: 120px;
  z-index: 3;
}
main .hero-section .plant-img.plant2 {
  bottom: 40%;
  left: 9%;
  width: 120px;
  z-index: 3;
}
main .hero-section .plant-img.plant3 {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  z-index: 3;
}
main .hero-section .plant-img {
  position: absolute;
  transition: all 0.4s ease;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.25));
}
main .hero-section .plant-img.plant-branch {
  bottom: -25%;
  left: 0;
  width: 220px;
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 1200px) {
  main .hero-section .hero-content.layered {
    padding: 3.5rem 1.5rem;
  }
  main .hero-section .plant-img.plant1 {
    right: 4%;
  }
  main .hero-section .plant-img.plant2 {
    left: 20%;
    bottom: 36%;
  }
  main .hero-section .plant-img.plant-branch {
    bottom: -20%;
    left: -6%;
    width: 280px;
  }
}
@media (max-width: 992px) {
  main .hero-section {
    padding: 3rem 1rem;
  }
  main .hero-section::before {
    height: 80%;
    transform: rotate(6deg);
    top: -8%;
  }
  main .hero-section::after {
    height: 85%;
    transform: rotate(-8deg);
    top: -18%;
  }
  main .hero-section .hero-content.layered {
    padding: 3rem 1.2rem;
  }
  main .hero-section .hero-content.layered .title {
    letter-spacing: 1.6px;
  }
  main .hero-section .hero-content.layered::before {
    left: 6%;
    width: 80px;
    height: 80px;
  }
  main .hero-section .hero-content.layered::after {
    right: 6%;
    width: 80px;
    height: 80px;
  }
  main .hero-section .hero-content.layered .leaf-shadow.one {
    top: calc(0% + 90px);
    left: calc(6% + 90px);
  }
  main .hero-section .hero-content.layered .leaf-shadow.two {
    bottom: calc(35% + 90px);
    right: calc(6% + 90px);
  }
  main .hero-section .plant-img.plant1 {
    top: 10%;
    right: 4%;
    width: 130px;
  }
  main .hero-section .plant-img.plant2 {
    bottom: 34%;
    left: 15%;
    width: 120px;
  }
  main .hero-section .plant-img.plant3 {
    display: none;
  }
  main .hero-section .plant-img.plant-branch {
    bottom: -22%;
    left: -8%;
    width: 260px;
  }
}
@media (max-width: 768px) {
  main .hero-section {
    min-height: 70vh;
    padding: 2.5rem 1rem;
  }
  main .hero-section .hero-content.layered {
    padding: 2.5rem 1rem;
  }
  main .hero-section .hero-content.layered .subtitle {
    font-size: 0.95rem;
    display: block;
  }
  main .hero-section .hero-content.layered .title {
    font-size: clamp(2.2rem, 9.8vw, 3.4rem);
    letter-spacing: 1px;
  }
  main .hero-section .hero-content.layered .desc {
    font-size: 0.98rem;
    max-width: 90%;
  }
  main .hero-section .hero-content.layered::before {
    height: 40px;
    left: -5%;
  }
  main .hero-section .hero-content.layered::after {
    height: 40px;
  }
  main .hero-section .hero-content.layered .leaf-shadow {
    height: 40px;
  }
  main .hero-section .hero-content.layered .leaf-shadow.one {
    top: calc(17% + 90px);
    left: calc(31% + 90px);
  }
  main .hero-section .hero-content.layered .leaf-shadow.two {
    bottom: calc(29% + 90px);
    right: calc(51% + 90px);
  }
  main .hero-section .plant-img.plant1 {
    top: 6%;
    right: 6%;
    width: 100px;
  }
  main .hero-section .plant-img.plant2 {
    bottom: 46%;
    left: 6%;
    width: 90px;
  }
  main .hero-section .plant-img.plant3 {
    bottom: 4%;
    left: 50%;
    width: 90px;
  }
  main .hero-section .plant-img.plant-branch {
    bottom: -30%;
    left: -12%;
    width: clamp(120px, 28vw, 220px);
    transform: rotate(-8deg);
    opacity: 0.95;
  }
}
@media (max-width: 480px) {
  main .hero-section {
    padding: 1.8rem 0.8rem;
    min-height: 70vh;
  }
  main .hero-section .hero-content.layered {
    padding: 1.8rem 0.8rem;
  }
  main .hero-section .hero-content.layered .subtitle {
    font-size: 0.85rem;
  }
  main .hero-section .hero-content.layered .title {
    font-size: clamp(1.8rem, 12vw, 2.6rem);
  }
  main .hero-section .hero-content.layered .desc {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  main .hero-section .plant-img.plant1 {
    top: 12%;
    right: 6%;
    width: 75px;
  }
  main .hero-section .plant-img.plant2 {
    display: none;
  }
  main .hero-section .plant-img.plant3 {
    display: none;
  }
  main .hero-section .plant-img.plant-branch {
    bottom: 30px;
    left: -4%;
    width: 100px;
  }
}
main .hero-section .animate-start .subtitle {
  animation: fadeDown 1.8s ease-in-out forwards;
}
main .hero-section .animate-start .title {
  animation: titleSlide 1.6s ease-in-out forwards;
}
main .hero-section .animate-start .desc {
  animation: fadeUp 1.6s ease-in-out forwards;
}
main .about-section {
  position: relative;
  padding: 5rem 0;
  background: #ffffff;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main .about-section {
    padding: 0;
  }
}
main .about-section .bg-word {
  position: absolute;
  top: 30%;
  left: -5%;
  transform: translateY(-50%);
  font-size: 16rem;
  font-weight: 900;
  color: rgba(53, 109, 60, 0.05);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 1200px) {
  main .about-section .bg-word {
    font-size: 12rem;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  main .about-section .bg-word {
    font-size: 10rem;
    left: 5%;
    top: 0%;
  }
}
@media screen and (max-width: 768px) {
  main .about-section .bg-word {
    font-size: 7rem;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 0%;
  }
}
main .about-section .about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 70px;
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  main .about-section .about-content {
    gap: 2rem;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 992px) {
  main .about-section .about-content {
    flex-direction: column;
    text-align: center;
    padding: 3rem 1.5rem;
  }
}
main .about-section .about-content .text-box {
  flex: 1;
  max-width: 600px;
  z-index: 2;
  margin-top: 5%;
}
@media screen and (max-width: 992px) {
  main .about-section .about-content .text-box {
    margin-top: 0;
  }
}
main .about-section .about-content .text-box .text-inner .title {
  font-size: 2rem;
  font-weight: 600;
  color: #134F32;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  main .about-section .about-content .text-box .text-inner .title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  main .about-section .about-content .text-box .text-inner .title {
    font-size: 1.5rem;
  }
}
main .about-section .about-content .text-box .text-inner .desc {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
main .about-section .about-content .text-box .text-inner .desc strong {
  color: #4AB20E;
}
@media screen and (max-width: 576px) {
  main .about-section .about-content .text-box .text-inner .desc {
    font-size: 1rem;
    line-height: 1.7;
  }
}
main .about-section .about-content .image-box {
  position: absolute;
  top: 5%;
  right: -20%;
  transform: translateX(40%);
  width: auto;
  max-width: 1000px;
  height: auto;
  z-index: 1;
}
main .about-section .about-content .image-box img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1200px) {
  main .about-section .about-content .image-box img {
    height: auto;
  }
}
main .about-section .about-content .image-box::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -40px;
  width: 80px;
  height: 80px;
  background: url("../images/leaf2.png") no-repeat center/contain;
  opacity: 0.9;
  z-index: 2;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  transform: rotate(-15deg);
}
@media screen and (max-width: 576px) {
  main .about-section .about-content .image-box::before {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  main .about-section .about-content .image-box {
    transform: translateX(50%);
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  main .about-section .about-content .image-box {
    transform: translateX(20%);
    max-width: 800px;
  }
}
@media screen and (max-width: 992px) {
  main .about-section .about-content .image-box {
    position: relative;
    transform: none;
    max-width: 80%;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  main .about-section .about-content .image-box {
    width: 100%;
    max-width: 350px;
  }
}
main .services-section {
  background: #f9faf9;
  padding: 7rem 0;
  position: relative;
}
main .services-section .section-header .section-title {
  color: #134F32;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
main .services-section .section-header .section-subtitle {
  color: #777;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
}
main .services-section .service-card {
  padding: 3rem 1.5rem;
  position: relative;
  overflow: visible;
  min-height: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main .services-section .service-card {
    padding: 1rem 1.5rem;
  }
}
main .services-section .service-card .number {
  position: absolute;
  top: -40px;
  left: 20px;
  font-size: 6rem;
  font-weight: 800;
  color: rgba(53, 109, 60, 0.08);
  z-index: 0;
}
main .services-section .service-card .title {
  position: relative;
  z-index: 2;
  color: #134F32;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
main .services-section .service-card .desc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}
main .services-section .service-card .desc-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  color: #777;
  line-height: 1.3;
}
main .services-section .service-card .desc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #4AB20E;
  border-radius: 50%;
}
main .services-section .service-card .image-service {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
main .services-section .service-card .image-service img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 992px) {
  main .services-section .service-card {
    text-align: center;
  }
  main .services-section .service-card .number {
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    font-size: 3.5rem;
  }
  main .services-section .service-card .desc {
    font-size: 0.9rem;
  }
}
main .services-section .service-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.25));
  transition: transform 0.3s ease;
}
main .services-section .service-deco:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  main .services-section .service-deco {
    width: 140px;
    opacity: 0.7;
  }
}
main .season-section {
  padding: 60px 0;
}
main .season-section .section-header {
  position: relative;
}
@media screen and (max-width: 576px) {
  main .season-section .section-header {
    text-align: center;
  }
}
main .season-section .section-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}
main .season-section .section-header .swiper-buttons {
  position: absolute;
  right: 0;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  main .season-section .section-header .swiper-buttons {
    display: none;
  }
}
main .season-section .section-header .swiper-buttons .swiper-button-prev,
main .season-section .section-header .swiper-buttons .swiper-button-next {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f3e6;
  color: #134F32;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
main .season-section .section-header .swiper-buttons .swiper-button-prev:after,
main .season-section .section-header .swiper-buttons .swiper-button-next:after {
  font-size: 16px;
  color: #134F32;
}
main .season-section .section-header .swiper-buttons .swiper-button-prev:hover,
main .season-section .section-header .swiper-buttons .swiper-button-next:hover {
  background: #4AB20E;
}
main .season-section .section-header .swiper-buttons .swiper-button-prev:hover:after,
main .season-section .section-header .swiper-buttons .swiper-button-next:hover:after {
  color: #fff;
}
main .season-section .section-header .season-tabs {
  position: relative;
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  main .season-section .section-header .season-tabs {
    justify-content: center;
  }
}
main .season-section .section-header .season-tabs .tab-btn {
  background: transparent;
  border: none;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 10px;
  cursor: pointer;
  transition: color 0.3s ease;
}
main .season-section .section-header .season-tabs .tab-btn.active {
  color: #4AB20E;
  font-weight: 600;
}
main .season-section .section-header .season-tabs .tab-btn:hover {
  color: #134F32;
}
main .season-section .section-header .season-tabs .tab-indicator {
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #4AB20E, #134F32);
  border-radius: 2px;
  transition: all 0.3s ease;
}
main .season-section .season-slider {
  padding: 15px 10px;
}
main .season-section .season-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
main .season-section .season-slider .swiper-slide {
  height: auto !important;
  display: flex;
}
main .season-section .season-slider-wrapper {
  display: none;
}
main .season-section .season-slider-wrapper.active {
  display: block;
}
main .season-section .season-card {
  background: #f9faf9;
  border-radius: 14px;
  box-shadow: 0px 2px 12px rgba(53, 109, 60, 0.336);
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 15px;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
main .season-section .season-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
main .season-section .season-card .plant-img {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
main .season-section .season-card .info .type {
  color: #134F32;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
main .season-section .season-card .info .name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
main .season-section .see-all-btn {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  text-decoration: none;
  background: #134F32;
  color: #ffffff;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
main .season-section .see-all-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #4AB20E;
  transition: all 0.4s ease;
  z-index: -1;
}
main .season-section .see-all-btn:hover::before {
  left: 0;
}
main .season-section .see-all-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(11, 107, 88, 0.3);
}
@media (max-width: 992px) {
  main .season-section .see-all-btn {
    margin-top: 30px;
  }
}
main .contact-section {
  padding: 100px 0;
  background: #f9faf9;
}
main .contact-section .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 992px) {
  main .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
  }
}
main .contact-section .contact-form {
  background: #e8f5e9;
  border-radius: 20px;
  padding: 40px;
}
main .contact-section .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .contact-section .contact-form form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
main .contact-section .contact-form form .form-group label {
  color: #134F32;
  font-size: 14px;
  font-weight: 600;
}
main .contact-section .contact-form form .form-group input,
main .contact-section .contact-form form .form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #0b6b58;
  border-radius: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.4392156863);
  color: #0b6b58;
  font-size: 15px;
  transition: all 0.3s ease;
}
main .contact-section .contact-form form .form-group input::-moz-placeholder, main .contact-section .contact-form form .form-group select::-moz-placeholder {
  color: gray;
}
main .contact-section .contact-form form .form-group input::placeholder,
main .contact-section .contact-form form .form-group select::placeholder {
  color: gray;
}
main .contact-section .contact-form form .form-group input:focus,
main .contact-section .contact-form form .form-group select:focus {
  border-color: #0b6b58;
  background: rgba(11, 107, 88, 0.1);
  box-shadow: 0 0 5px rgba(11, 107, 88, 0.3);
}
main .contact-section .contact-form form .submit-btn {
  background: #134F32;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 15px;
  align-self: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
main .contact-section .contact-form form .submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgb(33.8316326531, 140.6683673469, 89.0306122449);
  transition: all 0.4s ease;
  z-index: -1;
}
main .contact-section .contact-form form .submit-btn:hover::before {
  left: 0;
}
main .contact-section .contact-form form .submit-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(11, 107, 88, 0.3);
}
@media (max-width: 992px) {
  main .contact-section .contact-form form .submit-btn {
    align-self: center;
  }
}
@media (max-width: 992px) {
  main .contact-section .contact-info {
    text-align: center;
  }
}
main .contact-section .contact-info .contact-tag {
  background: #134F32;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
main .contact-section .contact-info .contact-tag i {
  margin-right: 6px;
}
main .contact-section .contact-info h2 {
  font-size: 34px;
  color: #1c1c1c;
}
main .contact-section .contact-info h2 span {
  color: #134F32;
}
main .contact-section .contact-info p {
  color: #555;
  margin: 15px 0 25px;
  line-height: 1.6;
  max-width: 420px;
}
main .contact-section .contact-info .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main .contact-section .contact-info .contact-details .detail-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #134F32;
  font-weight: 600;
}
main .contact-section .contact-info .contact-details .detail-item span {
  color: #555;
}
main .contact-section .contact-info .contact-details .detail-item i {
  font-size: 16px;
  background: #e8f5e9;
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  main .contact-section .contact-info .contact-details {
    justify-content: center;
  }
}
main .plants-header {
  position: relative;
  background: url("../images/hed.png") no-repeat center/cover;
  padding: 120px 0 100px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
main .plants-header .header-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}
main .plants-header .header-content h1 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
main .plants-header .header-content p {
  font-size: 18px;
  color: #e8f5e9;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main .plants-header {
    padding: 90px 0 70px;
  }
  main .plants-header .header-content h1 {
    font-size: 30px;
  }
  main .plants-header .header-content p {
    font-size: 10px;
  }
}
main .plants-list-section {
  padding: 80px 0;
  background: #f8fbf8;
}
main .plants-list-section .plants-header-bar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
main .plants-list-section .plants-header-bar h2 {
  font-size: 30px;
  font-weight: 700;
  color: #134F32;
}
main .plants-list-section .plants-header-bar .filters-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
main .plants-list-section .plants-header-bar .filters-area .filter-tabs {
  display: flex;
  gap: 10px;
}
main .plants-list-section .plants-header-bar .filters-area .filter-tabs button {
  background: none;
  border: 1px solid #134F32;
  color: #134F32;
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  main .plants-list-section .plants-header-bar .filters-area .filter-tabs button {
    padding: 4px 12px;
  }
}
main .plants-list-section .plants-header-bar .filters-area .filter-tabs button:hover, main .plants-list-section .plants-header-bar .filters-area .filter-tabs button.active {
  background: #134F32;
  color: #fff;
}
main .plants-list-section .plants-header-bar .filters-area .search-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 8px 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
main .plants-list-section .plants-header-bar .filters-area .search-box i {
  color: #134F32;
  margin-right: 10px;
}
main .plants-list-section .plants-header-bar .filters-area .search-box input {
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
  width: 200px;
}
@media (max-width: 768px) {
  main .plants-list-section .plants-header-bar .filters-area .search-box input {
    width: 150px;
  }
}
main .plants-list-section .plants-header-bar .filters-area .search-box:focus-within {
  box-shadow: 0 0 0 3px rgba(48, 104, 64, 0.2);
}
main .plants-list-section .plants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}
main .plants-list-section .plants-grid .plant-card {
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
main .plants-list-section .plants-grid .plant-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
main .plants-list-section .plants-grid .plant-card img {
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
  transition: 0.3s;
}
main .plants-list-section .plants-grid .plant-card:hover img {
  transform: scale(1.05);
}
main .plants-list-section .plants-grid .plant-card h5 {
  font-size: 16px;
  color: #2e4737;
  margin-bottom: 8px;
  font-weight: 600;
}
main .plants-list-section .plants-grid .plant-card p {
  color: #6a7b6e;
  font-size: 14px;
  line-height: 1.6;
}
main .plants-list-section .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
main .plants-list-section .pagination button {
  background: #fff;
  border: 1px solid #134F32;
  color: #134F32;
  border-radius: 8px;
  width: 35px;
  height: 35px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
main .plants-list-section .pagination button i {
  font-size: 14px;
}
main .plants-list-section .pagination button:hover, main .plants-list-section .pagination button.active {
  background: #134F32;
  color: #fff;
}
main .plants-list-section .pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
main .plants-list-section .pagination #pageNumbers {
  display: flex;
  gap: 8px;
}

.footer {
  background: #192315;
  padding: 70px 0 30px;
  position: relative;
  overflow: hidden;
}
.footer:before, .footer:after {
  content: "";
  position: absolute;
  background: url("../images/leaf.png") no-repeat center/contain;
  opacity: 0.1;
  width: 100px;
  height: 100px;
}
.footer:before {
  bottom: 0;
  left: 0;
  transform: rotate(15deg);
}
.footer:after {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.footer .footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .footer .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .footer-top .footer-logo {
    grid-column: 1/-1;
    text-align: center;
  }
  .footer .footer-top .footer-logo img {
    margin: 0 auto 10px;
  }
  .footer .footer-top .footer-logo p {
    margin: 0 auto;
  }
  .footer .footer-top .footer-newsletter {
    grid-column: 2/3;
  }
}
@media (max-width: 768px) {
  .footer .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer .footer-top .footer-logo,
  .footer .footer-top .footer-links,
  .footer .footer-top .footer-newsletter {
    grid-column: auto;
  }
  .footer .footer-top .footer-newsletter form input {
    border-radius: 30px;
  }
  .footer .footer-top .footer-newsletter form button {
    width: 100%;
    border-radius: 30px;
  }
  .footer .footer-top .social-icons {
    justify-content: center;
  }
}
.footer .footer-logo img {
  width: 200px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}
.footer .footer-logo p {
  color: #f2f7f2;
  font-size: 15px;
  line-height: 1.6;
  max-width: 80%;
}
.footer .footer-links h5 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #eaf1ea;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
}
.footer .footer-links ul li {
  margin-bottom: 8px;
}
.footer .footer-links ul li a {
  color: #f9fcf9;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}
.footer .footer-links ul li a:hover {
  color: #4AB20E;
}
.footer .footer-newsletter h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #eaf1ea;
}
.footer .footer-newsletter p {
  font-size: 14px;
  color: #f9fcf9;
  margin-bottom: 15px;
}
.footer .footer-newsletter form {
  display: flex;
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}
.footer .footer-newsletter form input {
  flex: 1;
  padding: 10px 15px;
  border: none;
  outline: none;
  font-size: 14px;
}
.footer .footer-newsletter form button {
  background: #4AB20E;
  color: #fff;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.footer .footer-newsletter form button:hover {
  background: #2e7d32;
}
.footer .footer-newsletter .social-icons {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
.footer .footer-newsletter .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ffffff;
  color: #4AB20E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.3s ease;
}
.footer .footer-newsletter .social-icons a:hover {
  background: #4AB20E;
  color: #ffffff;
  transform: translateY(-2px);
}
.footer .footer-bottom {
  border-top: 1px solid #cfd8dc;
  padding-top: 15px;
  text-align: center;
}
.footer .footer-bottom p {
  font-size: 14px;
  color: #eaf1ea;
}
.footer .footer-bottom p span {
  font-weight: 700;
  color: #4AB20E;
}/*# sourceMappingURL=style.css.map */