.full-land-ser-hero {
  position: relative;
  width: 100%;
  min-height: 520px; /* desktop height */
  display: flex;
  align-items: center;
  background: url("img/service/service-44.jpeg") no-repeat center center;
  background-size: cover; /* image full section cover chestundi */
  padding: 90px 0;
  height: 600px;
}

.full-land-ser-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* overlay for text clarity */
}

.full-land-ser-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: #ffffff;
}

.full-land-ser-title-main {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #ffffff  ;
}

.full-land-ser-hero-text {
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffa1;
}

/* Tablet */
@media (max-width: 991px) {
  .full-land-ser-hero {
    min-height: 440px;
    padding: 70px 0;
  }

  .full-land-ser-title-main {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .full-land-ser-hero {
    min-height: 330px;
    padding: 55px 0;
    background-position: center top;
  }

  .full-land-ser-title-main {
    font-size: 30px;
  }

  .full-land-ser-hero-text {
    font-size: 15px;
  }
}
























/* Section */
.full-land-section {
  padding: 80px 20px;
  background: #f8fafc;
}

/* Container */
.full-land-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* Title */
.full-land-title {
  font-size: 36px;
  font-weight: 700;
  color: darkgreen;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* Description */
.full-land-text {
  font-size: 18px;
  color: darkblue;
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
}

/* Tablet View */
@media (max-width: 991px) {
  .full-land-title {
    font-size: 30px;
  }
  .full-land-text {
    font-size: 17px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .full-land-section {
    padding: 50px 15px;
  }
  .full-land-title {
    font-size: 24px;
  }
  .full-land-text {
    font-size: 16px;
    line-height: 1.6;
  }
}







/* <!-- lanscaping services --> */


.full-land-ser-section {
  padding: 80px 20px;
  background: #f8fafc;
}

.full-land-ser-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LEFT IMAGE AREA */
.full-land-ser-images {
  position: relative;
  flex: 1;
}

.full-land-ser-img1 {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.full-land-ser-img2 {
  width: 55%;
  position: absolute;
  right: -30px;
  top: 70%;
  transform: translateY(-50%);
  border-radius: 14px;
  border: 2px solid #ffffff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
}

/* RIGHT CONTENT */
.full-land-ser-content {
  flex: 1;
}

.full-land-ser-title {
  font-size: 34px;
  font-weight: 700;
  color: darkgreen;
  margin-bottom: 20px;
}

.full-land-ser-item {
  margin-bottom: 18px;
}

.full-land-ser-item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #092f8a;
  margin-bottom: 6px;
}

.full-land-ser-item p {
  font-size: 16px;
  color: #526176;
  line-height: 1.6;
}

/* TABLET */
@media (max-width: 991px) {
  .full-land-ser-container {
    flex-direction: column;
    gap: 40px;
  }

  .full-land-ser-img2 {
    right: 20px;
    width: 50%;
  }

  .full-land-ser-title {
    text-align: center;
  }
}

/* MOBILE */
@media (max-width: 576px) {

    .full-land-ser-img2 {
        position: absolute;
        width: 200px;
        right: 0;
        top: 0;
        transform: none;
        margin-top: 105px;
        margin-right: 50px;
  }

  .full-land-ser-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .full-land-ser-title {
    font-size: 26px;
    text-align: center;
  }

  .full-land-ser-item h4 {
    font-size: 18px;
  }
}





/* <!-- landscaping philosphy --> */

.full-land-hero-section {
  padding: 90px 20px;
  background: #f8fafc;
}

.full-land-hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

/* LEFT CONTENT */
.full-land-hero-content {
  flex: 1.2;
}

.full-land-hero-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #14532d;
  margin-bottom: 20px;
  text-align: center;
}

.full-land-hero-list {
  list-style: none;
  padding: 0;
  font-size: 200px;
}

.full-land-hero-list li {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 14px;
  padding-left: 22px;
  position: relative;
}

.full-land-hero-list li::before {
  content: "✔";
  color: #22c55e;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
}

/* RIGHT IMAGE */
.full-land-hero-image {
  flex: 1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 480px;
  aspect-ratio: 1 / 1;
}

.full-land-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TABLET */
@media (max-width: 991px) {
  .full-land-hero-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .full-land-hero-image {
    max-width: 400px;
  }

  .full-land-hero-list li {
    padding-left: 0;
  }

  .full-land-hero-list li::before {
    display: none;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .full-land-hero-content h2 {
    font-size: 26px;
  }

  .full-land-hero-image {
    max-width: 300px;
  }

  .full-land-hero-list li {
    font-size: 15px;
  }
}









/* 
benefits=========================================================================================================== */






.full-land-benefits-section {
  padding: 90px 20px;
  background: linear-gradient(to bottom, #eafaf1, #ffffff);
}

.full-land-benefits-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* Title */
.full-land-benefits-title {
  font-size: 36px;
  font-weight: 700;
  color: #14532d;
  margin-bottom: 40px;
}

/* Benefits Grid */
.full-land-benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Benefit Card */
.full-land-benefit-item {
  background: rgba(255, 255, 255, 0.9);
  padding: 22px 20px;
  border-radius: 14px;
  font-size: 16px;
  color: #142765;
  line-height: 1.6;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.full-land-benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* TABLET */
@media (max-width: 991px) {
  .full-land-benefits-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .full-land-benefits-title {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .full-land-benefits-list {
    grid-template-columns: 1fr;
  }

  .full-land-benefits-title {
    font-size: 26px;
  }

  .full-land-benefit-item {
    font-size: 15px;
  }
}




/* <!-- maintaece plans============================================ */



.landscape-plans {
  padding: 70px 0;
  background: #f8fafc;
}

.landscape-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #14532d;
  margin-bottom: 10px;
}

.landscape-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: #475569;
  font-size: 16px;
}

.plans-land-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.plan-land-card {
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.plan-land-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #16a34a, #4ade80);
}

.plan-land-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.plan-land-icon {
  font-size: 40px;
  margin-bottom: 14px;
}

.plan-land-card h3 {
  font-size: 18px;
  color: #14532d;
  margin-bottom: 10px;
  font-weight: 600;
}

.plan-land-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
  .plans-land-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .plans-land-grid {
    grid-template-columns: 1fr;
  }
}



/* ===============================
   LANDSCAPE PLAN ICONS
================================ */

/* Icon wrapper already exists */
.plan-land-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #ecfdf5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Base icon */
.land-icon {
  font-size: 30px;
  color: #15803d;
  transition: transform 0.4s ease, color 0.4s ease;
}

/* Hover effect */
.plan-land-card:hover .land-icon {
  transform: scale(1.15) rotate(4deg);
  color: #166534;
}

/* Individual icon tweaks (optional, future-safe) */
.land-icon-comprehensive {}
.land-icon-essential {}
.land-icon-seasonal {}
.land-icon-custom {}


@media (max-width: 768px) {
  .plan-land-icon {
    width: 56px;
    height: 56px;
  }

  .land-icon {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  .plan-land-icon {
    width: 52px;
    height: 52px;
  }

  .land-icon {
    font-size: 24px;
  }
}


/* 
RESPONSIBLE LANSCAPING ======================================================================================== */




.full-eco-land-section {
  position: relative;
  padding: 100px 20px;

  /* BACKGROUND IMAGE */
  background: 
linear-gradient(rgba(45, 44, 44, 0.538), rgb(99 93 93 / 50%)),

    url("img/service/service-48.jpg") no-repeat center center / cover;
}


.full-eco-land-container {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.full-eco-land-title {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

.full-eco-land-subtitle {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 50px;
}

/* Timeline Style */
.full-eco-land-timeline {
  position: relative;
  padding-left: 30px;
  text-align: left;
}

.full-eco-land-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #19bc55, #0e3e1f);
}

/* Eco Item */
.full-eco-land-item {
  position: relative;
  padding: 16px 20px 16px 30px;
  margin-bottom: 18px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.full-eco-land-item:hover {
  transform: translateX(6px);
}

.full-eco-land-item span {
  position: absolute;
  left: -2px;
  top: 22px;
  width: 14px;
  height: 14px;
  background: #1d5f17;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.full-eco-land-item p {
  font-size: 16px;
  color: #064e3b;
  line-height: 1.6;
}

/* TABLET */
@media (max-width: 768px) {
  .full-eco-land-title {
    font-size: 30px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .full-eco-land-timeline {
    padding-left: 20px;
  }

  .full-eco-land-item p {
    font-size: 15px;
  }

  .full-eco-land-title {
    font-size: 26px;
  }
}
