  body, html {
      height: 100%;
        margin: 0;
        padding: 0;
       box-sizing: border-box;
       overflow-x: hidden;
       font-family: "Poppins", sans-serif;
    }
    .breadcrums {
        position: relative;
        width: 100%;
        padding: 40px;
        height: 350px;
        background-image: url('./reviews.jpg');
        
background-position: center center;
background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        
    }
    .breadcrums::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.50);
        z-index: 1;
    }
    .content{
        z-index: 2;
    }
  .content h1 {
  font-size: clamp(28px, 5vw, 60px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1em;
}

    .content ul{
        display: flex;
        flex-direction: row;
        gap: 20px;
        list-style: none;
        justify-content: center;
        align-items: center;
    }
    .content{
        font-size: 16px;
        font-weight: 400;
        font-family: "Poppins", sans-serif;
        
    }
    .hero-section{
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 100px 20px;
    }
    .hero-section .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    }
    /* On tablets & below, stack vertically */
@media (max-width: 768px) {
  .hero-section .container {
    flex-direction: column-reverse;
    text-align: center;
    align-items: flex-start;
    
  }
  div#navbarNavDropdown {
    display: none;
}
.head-text-right.custom-set {
    display: none;
}
.breadcrums {
       
        padding: 0px;

    }
}
    
    .hero-section .container .left{
        width: 100%;
        max-width: 700px;
        margin: 0;
        padding: 0;
    }
   .hero-section .container .left h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  text-align: left;
  line-height: 1.2; 
  font-family: "Poppins", sans-serif;
  color: #2c2c2c;
}
 .hero-section .container .left p a {
color: #567f53;
text-decoration: underline;
 }

    .hero-section .container .left span{
         font-size: clamp(32px, 4vw, 46px);
        font-weight: 600;
        text-align: left;
          line-height: 1.2; 
        font-family: "Poppins", sans-serif;
        color: #567f53;
    }
    .hero-section .container .left p{
        font-size: clamp(18px, 2vw, 22px);
        font-weight: 400;
        text-align: left;
        line-height: 1.4em;
        font-family: "Poppins", sans-serif;
        color: #2c2c2c;
    }
    .hero-section .container .right img{
border-radius: 30px;
    }
    @media (max-width:768px) {
        .hero-section .container .right{
            margin: 0;
            padding: 0;
        }
        .hero-section .container .right img{
            max-width: 350px;
        }
        .hero-section .container .left{
        width: 100%;
        max-width: 380px;
        margin: 0;
        padding: 0px;
    }
    }
    .trusted-author-section{

          width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0px 20px 100px 20px;
    }

.trusted-author-section .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   gap: 20px;
    }

    .trusted-author-section .container h2{
        font-size: clamp(32px, 4vw, 46px);
        font-weight: 600;
        line-height: 1em;
        font-family: "Poppins", sans-serif;
        color: #2c2c2c;
        margin: 0;
        padding: 0;
    }
    .trusted-author-section .container h3{
         font-size: clamp(22px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 1em;
        font-family: "Poppins", sans-serif;
        color: #567f53;
         margin: 0;
        padding: 0;
    }
     .trusted-author-section .container p{
        font-size: clamp(18px, 2vw, 22px);
        font-weight: 400;
        
        line-height: 1.4em;
        font-family: "Poppins", sans-serif;
        color: #2c2c2c;
         margin: 0;
        padding: 0;
    }
    
.testimonials-wrapper {
  max-width: 1440px !important;
  width: 100% !important;
  position: relative;
  margin-top: 05% !important;
}

.testimonials-wrapper h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #111;
}

/* Slider Container */
.slider-container {
  width: 100% !important;
  overflow: hidden !important;
  position: relative !important;
}

.slider {
  display: flex !important;
  gap: 20px;
  transition: transform 0.3s linear ease;
}

.card {
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
  padding: 40px !important;
  flex: 0 0 calc(31% - 50px);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12)!important;
}

.author-img {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #f0f0f0;
}

.author-name {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 3px;
  color: #111;
}

.author-role {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

/* Stars */
.stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 1.1rem;
  color: #f5b50a;
  margin-top: auto;
}
.stars img{
    width: 100px;
    height: auto;
    margin-top: 20px;
}

/* Trustpilot Badge */
.trustpilot-badge {
  font-size: 0.8rem;
  color: #0c8a3f;
  background: #e8f7f0;
  padding: 3px 8px;
  border-radius: 12px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
}
.trustpilot-badge::before {
  content: "✔";
  margin-right: 4px;
  color: #0c8a3f;
}

/* Controls */
.arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.05);
  border: none;
  font-size: 1.5rem;
  padding: 8px 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  z-index: 10;
}
.arrow:hover {
  background: rgba(0,0,0,0.15);
}
.arrow.left { left: -20px; }
.arrow.right { right: -20px; }

/* Dots */
.controls {
  text-align: center;
  margin-top: 20px;
}
.dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background: #0c8a3f;
}
.testimonial-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Show first 4 lines */
  -webkit-box-orient: vertical;
}

.testimonial-text.expanded {
  -webkit-line-clamp: unset;
}

.read-more {
  display: inline-block;
 
  color: #0c8a3f;
  font-weight: bold;
  cursor: pointer;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
  .card { flex: 0 0 calc(50% - 20px); }
}
@media (max-width: 600px) {
  .card { flex: 0 0 calc(80% - 20px); 
padding: 35px;}
  .arrow.left { left: -10px; }
  .arrow.right { right: -10px; }
}
a{
    list-style: none;
    text-decoration: none;
    
}
 .choose-section {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0px 20px;
      text-align: center;
    }

    .choose-section h2 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      font-weight: 700;
      color: #2c2c2c;
    }

    .choose-section p.subtext {
      font-size: 1.1rem;
      color: #6b7280;
      margin-bottom: 50px;
    }

    .choose-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
    }

    .choose-card {
      background: #fff;
      border-radius: 16px;
      padding: 30px 25px;
      text-align: left;
      box-shadow: 0 4px 20px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .choose-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    }

    .choose-card h3 {
      font-size: 1.2rem;
      margin-bottom: 12px;
      color: #567f53;
    }

    .choose-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      color: #374151;
    }

    /* Subtle icon circle */
    .icon-circle {
      width: 62px;
      height: 62px;
      border-radius: 50%;
      background: #e0e7ff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      font-size: 22px;
      color: #567f53;
    }
       .reviews-section {
        max-width: 1440px;
        width: 100%;
      background: linear-gradient(135deg, #f3f4f6, #ffffff);
      padding: 100px 20px;
      text-align: center;
      margin: 0 auto;
    }

    .reviews-wrapper {
      max-width: 500px;
      margin: 0 auto;
    }
    @media (max-width:768px) {
      .reviews-wrapper {
      max-width: 400px;
      margin: 0 auto;
    }
    }

    .reviews-section h2 {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 15px;
      color: #2c2c2c;
    }

    .reviews-section p {
      font-size: 1.1rem;
      color: #6b7280;
      margin-bottom: 40px;
    }
    @media (max-width:786px) {
        .reviews-section p{
            padding: 20px;
        }
    }

    .reviews-btn {
      display: inline-block;
      padding: 16px 32px;
      border-radius: 50px;
      background: #567f53;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 14px rgba(36, 36, 36, 0.3);
    }

    .reviews-btn:hover {
      background: #567f53;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(39, 39, 39, 0.4);
    }

    /* Optional Trustpilot style star row */
    .stars {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-bottom: 25px;
    }

    .star {
      width: 22px;
      height: 22px;
      background: #22c55e;
      clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 
                         68% 57%, 79% 91%, 50% 70%, 
                         21% 91%, 32% 57%, 2% 35%, 
                         39% 35%);
    }
  .story-section {
      background: linear-gradient(135deg, #567f53, #6d9b68);
      color: #fff;
      padding: 100px 20px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .story-wrapper {
      max-width: 900px;
      margin: 0 auto;
    }

    .story-section h2 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .story-section p {
      font-size: 1.2rem;
      line-height: 1.7;
      margin-bottom: 40px;
      color: #e5e7eb;
    }

    .cta-btn {
      display: inline-block;
      padding: 18px 36px;
      border-radius: 50px;
      background: #fff;
      color: #567f53;
      font-weight: 700;
      font-size: 1.05rem;
      text-decoration: none;
      transition: all 0.3s ease;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    }

    .cta-btn:hover {
      background: #f3f4f6;
      transform: translateY(-2px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    }

    
/* Footer style */
footer{
  width: 100%;
}
footer .col{
  background-color: #fdf5f0;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px 10px 40px;
}
footer .logo img{
max-width: 380px;
width: 100%;
height: auto;
text-align: left;
}
footer .container {
    display: flex
;
    justify-content: flex-start;
    flex-direction: row;
    gap: 20px 13%;
    padding: 40px 0px 0px 0px;
}
 @media (max-width:768px) {
     footer .logo img{
max-width: 250px;
}
     footer .container{
       flex-wrap: wrap;
     }
     
     footer .copyright{
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
     }
     footer .col{
         padding: 20px 10px;
     }
     .ser-1{
    margin-left:0%
}
 }

footer .container .info ul{
    max-width: 280px;
    width: 100%;
list-style: none;
display: flex;
flex-direction: column;
gap: 20px;
margin: 0;
padding: 0;
}
footer .container .info ul li a{
   font-size: 14px;
  color: #000;
  text-decoration: none;
}
footer .container .info ul li{
   font-size: 14px;
  color: #000;
  text-decoration: none;
}
.info ul li i {
  margin-right: 10px;
  color: #567f53;
}

footer .container .ser-1 ul{ 
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
margin: 0;
padding: 0;
}
.ser-1{
    margin-left:-8%
}
footer .container .ser-1 h4{
  color: #455572;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}
footer .container .ser-1 ul li a{
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
footer .container .ser-1  ul li {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}



footer .container .ser-2 ul{ 
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
margin: 0;
padding: 0;
}
footer .container .ser-2 h4{
  color: #455572;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
footer .container .ser-2 ul li a{
 font-size: 14px;
  color: #000;
  text-decoration: none;
}


footer .container .ser-3 ul{ 
list-style: none;
display: flex;
flex-direction: column;
gap: 10px;
margin: 0;
padding: 0;
}
footer .container .ser-3 h4{
  color: #455572;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}
footer .container .ser-3 ul li a{
 font-size: 14px;
  color: #000;
  text-decoration: none;
}


footer .copyright{
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: spa;
  margin: 0;
  align-items: center;
  border-top: 1px solid#2c2c2c;
}
footer .copyright .con{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

footer .copyright .link ul{
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  list-style: none;
  padding: 0px;
}


footer .copyright .link ul li a{
text-decoration: none;
color: #000;
font-size: 14px;
}
footer .copyright .img img{
  width: 100%;
  height: auto;
}
footer .copyright .text p{
color: #000;
font-size: 14px;
}


.follow-us {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px 15px;
  font-family: "Poppins", sans-serif;
  color: #567f53; /* Text color */
  padding: 60px 0 20px 0;
  
}
.follow-us .row{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 10px;

}


.follow-us span {
  font-weight: 600;
  color: #455560;
  font-size: 24px;
  line-height: 1;
}

.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid#567f53;
  color: #567f53; /* Icon color */
  
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s;
}

.social-icon:hover {
  transform: scale(1.1);
  background-color: #456741; /* Darker shade on hover */
  color: #fff;
}
