body {
    font-family: Arial, sans-serif;
    color: #222;
  }
  /* Header */
  .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 40px;
    background: #fff;
    flex-wrap: wrap;
  }
  .top-header img {
    height: 80px;
  }
  .call-btn {
    background: #5a6a4f;
    color: #fff;
    font-weight: bold;
    padding: 14px 28px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    transition: background 0.3s;
  }
  
  .call-btn i {
    margin-right: 10px;
    color: #fff;   /* now it will be white */
    font-size: 22px;
  }
  .call-btn:hover {
    background: #47553e;
    color: #fff;
  }
  

  /* Hero */
  .hero {
    background: url('bg.jpg') center/cover no-repeat;
    padding: 140px 0;
    position: relative;
  }
  .hero .overlay {
    background: rgba(0,0,0,0.3);
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .hero .content,
  .hero .form-box {
    position: relative;
    z-index: 2; /* ensures text + form stay above overlay */
  }
  .hero h1 {
    font-size: 42px;
    font-weight: 700;
  }
  .hero p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hero ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  .hero ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hero ul li::before {
    content: "✔";
    margin-right: 10px;
    color: #fdd835;
    font-weight: bold;
  }
  .form-box {
      background: #E4E4E4D9;
    padding: 30px;
    border-radius: 10px;
  }
  .form-box input {
      margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 18px;
  width: 100%;
  }
  .form-box button {
    background: #5a6a4f;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 3px;
  }
  .form-box button:hover {
    background: #47553e;
  }

  /* Process Section */
  .process-section {
    background: #f5f5f5;
    padding: 80px 0;
  }
  .process-section h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .step-number {
    font-size: 52px;
    font-weight: bold;
    color: #000;
    display: inline-block;
  }
  .process-section h5 {
    font-weight: 700;
    margin-top: 20px;
  }
  .process-section p {
    color: #333;
    line-height: 1.6;
  }

  /* Footer */
  footer {
    background: E6E6E6;
    color: black;
    text-align: center;
    padding: 30px 20px;
 
  }

  /* Responsive tweaks */
  @media (max-width: 991px) {
    .hero {
      padding: 60px 20px;
    }
    .hero h1 {
      font-size: 28px;
    }
    .hero p {
      font-size: 16px;
    }
    .form-box {
      margin-top: 30px;
    }
  }
  @media (max-width: 575px) {
    .call-btn {
      width: 100%;          /* full width on mobile */
      justify-content: center;
      font-size: 20px;      /* slightly larger text */
      padding: 16px;
    }
    .call-btn i {
      font-size: 22px;      /* bigger phone icon */
    }
  }
  @media (min-width: 992px) {
    .call-btn {
      font-size: 20px;      /* larger on desktop */
      padding: 16px 36px;
    }
    .call-btn i {
      font-size: 22px;
    }
  }
  .process-section {
  background: #f5f5f5;
  padding: 80px 0;
}
.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #5a6a4f;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px; /* center and space from below */
}
.step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.step-text {
  color: #333;
  line-height: 1.6;
  font-size: 16px;
}
@media(max-width: 767px) {
  .step-circle {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .step-title {
    font-size: 18px;
  }
  .step-text {
    font-size: 14px;
  }
}
.stars {
  color: #FFD700; /* gold stars */
  font-size: 22px;
  letter-spacing: 2px;
}
.testimonial-section {
/* for the dark‐green testimonial bg */
background: #606B4C;
}

.testimonial-box {
background: transparent; /* no extra background if site uses transparent white text on dark bg */
/* maybe add a subtle shadow or border if needed */
}

.stars {
color: #FFD700; /* gold */
font-size: 22px;
letter-spacing: 2px;
}

.offer-form-section {
background: #f5f5f5;
}

.offer-form-section .form-control {
padding: 14px;
border-radius: 6px;
border: 1px solid #ccc;
}

.offer-form-section .btn {
background: #5a6a4f;
color: #fff;
font-weight: bold;
padding: 14px;
border-radius: 3px;
border: none;
}

.offer-form-section .btn:hover {
background: #47553e;
}


/* new page */

/* ---------- DO YOU section ---------- */
.do_list {
  list-style: none;
  padding-left: 0;
}
.do_list li {
  position: relative;
  padding-left: 44px;
  margin-bottom: 24px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.do_list li::before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://easylandsell.com/wp-content/themes/betheme-child/assets/images/do_youList_icon.svg)
    no-repeat center/contain;
}

/* Orange Circle Container */
.redy_buy_land_content {
  position: relative;
  margin-top: 180px;
  background: rgba(90, 106, 79, 0.3);
  border-radius: 50%;
  padding: 220px 40px 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Arrow image above circle */
.redy_buy_land_content::before {
  content: '';
  display: block;
  width: 160px;
  height: 130px;
  background: url(https://easylandsell.com/wp-content/themes/betheme-child/assets/images/Vector_arrow.png)
    no-repeat center/contain;
  position: absolute;
  top: -150px;
  left: 30px;
}

/* Text styling inside circle */
.redy_buy_land_content h3 {
  color: #5a6a4f;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 16px;
}
.redy_buy_land_content p {
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto 32px;
}
.redy_buy_land_content .btn {
  background-color: #5a6a4f;
  border-color: #5a6a4f;
}

/* Circle Image */
.redy_buy_pic img {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: -190px;
  right: -40px;
  object-fit: cover;
}

.redy_buy_pic::after {
  content: '';
  display: block;
  width: 109px;
  height: 109px;
  background: url(thim.png)
    no-repeat center/contain;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.redy_buy_pic::before {
  content: '';
  display: block;
  width: 49px;
  height: 49px;
  background: url(dark.png)
    no-repeat center/contain;
  position: absolute;
  top: 30%;
  right: -40px;
  z-index: 2;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .redy_buy_land_content {
    padding: 200px 30px 60px;
    margin-top: 140px;
  }
  .redy_buy_pic img {
    width: 260px;
    height: 260px;
    top: -140px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .redy_buy_pic::after {
    top: -120px;
    width: 80px;
    height: 80px;
  }
  .redy_buy_pic::before {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .redy_buy_land_content {
    border-radius: 20px;
    padding: 160px 20px 40px;
    margin-top: 100px;
  }
  .redy_buy_land_content::before {
    
    width: 90px;

    top: 0px;
  
    height: 46px;
    left: -33px;

  }
  .redy_buy_land_content h3 {
    font-size: 24px;
  }
  .redy_buy_land_content p {
    font-size: 14px;
    line-height: 22px;
  }
  .redy_buy_pic img {
    width: 180px;
    height: 180px;
    top: -90px;
  }
  .redy_buy_pic::after {
    top: 0px;
    width: 60px;
    height: 37px;
    left: 17%;
  }
  .redy_buy_pic::before {
    top: -3%;
    width: 83px;
    height: 37px;
  }
  .do_list li {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .redy_buy_land_content {
    padding: 120px 15px 30px;
  }
  .redy_buy_pic img {
    width: 140px;
    height: 140px;
    top: -70px;
  }

  ::after {
    top: -60px;
    width: 40px;
    height: 40px;
  }
  ::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}
.easy_sell_reviews{padding-bottom:142px;}
.easy_sell_reviews h2{margin-bottom:22px;}
.client_card{padding:32px 8px;}
.client_card_details{
  border-radius:18px;
  background:#FFF;
  box-shadow:0 5px 16px rgba(8,15,52,0.06);
  border:2px solid transparent;
}
.client_card .clint_info{
  display:flex;align-items:center;gap:16px;
  background:#F3F3F4;padding:16px;
  border-top-left-radius:14px;border-top-right-radius:14px;
}
.clint_pic img{width:100px;height:100px;border-radius:50%;object-fit:cover;}
.clint_name h6{color:black;font-size:16px;font-weight:bold;margin:0;}
.clint_name h5{color:#5a6a4f;font-size:22px;font-weight:700;margin:0;}
.clint_content p{
  color:#333;font-size:18px;line-height:34px;
  padding:20px;padding-bottom:0;min-height:208px;margin:0;
}
/* Slick dots */
.slick-dots li button:before{
  background:#d9d9d9;border-radius:50%;opacity:1;
  width:10px;height:10px;content:"";
}
.slick-dots li.slick-active button:before{
  border-radius:50px;width:50px;height:10px;background:#5a6a4f;
}
