
:root {
    --font-primary: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    --color-text: #202020;
    --color-background: #fff;
    --color-primary: #567F53;
    --color-primary-hover: #456a44;
    --color-secondary:#1c465c;
    --color-white: #fff;
}

ul, ol {
    list-style: none;
}
  
  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: 500px;
        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: #567F53;
        opacity: 0.8;
        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%;
        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;
  }
    .hamburger {
    display: none;
    }
    
  
  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;
width: 100%;
    }
    @media (max-width:768px) {
        .hero-section .container .right{
            margin: 0;
            padding: 0;
        }
       
        .hero-section .container .left{
        width: 100%;
       
        margin: 0;
        padding: 0px;
    }
    }
    .trusted-author-section{

          width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0px 20px 20px 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;
    }
    .trusted-author-section .container p a{
        color: #567f53;
        text-decoration: underline;
    }
    
.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 100px 0px;
      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);
    }

    

/* header  */


.container{
    width: min(1520px, 92%);;
    max-width: 1520px;
    margin: 0 auto;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header{
    background-color: #fff;
}
.brand-logo img{
  width: 250px;
  
}

/* NAV - Desktop */
.navbar-ul {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-item-dropdown {
    position: relative;
}

/* Multi-column dropdown */
.nav-item-dropdown ul {
    position: absolute;
    top: 120%;
    left: 0;
    width: 720px;
    background: #fff;
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 12px 25px;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
}

.nav-item-dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item-dropdown ul li {
    list-style: none;
}

.nav-item-dropdown ul li a {
    display: block;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
    border-radius: 8px;
    transition: all 0.25s ease;
    position: relative;
}

.nav-item-dropdown ul li a:hover {
    background: #f1f5f9;
    color: var(--color-primary);
    transform: translateX(6px);
}

.nav-item-dropdown ul li a::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 5px;
    height: 5px;
    background: var(--color-primary);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    transition: 0.3s;
}

.nav-item-dropdown ul li a:hover::before {
    transform: translateY(-50%) scale(1);
}

/* Dropdown arrow */
.dropdown-toggle::after {
    content: "▾";
    margin-left: 6px;
    font-size: 20px;
    transition: 0.3s;
}

.nav-item-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Second dropdown column fix */
.nav-item-dropdown:nth-child(2) ul {
    width: 360px;
    grid-template-columns: repeat(2, 1fr);
}

.grid-col{
    display: unset !important;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
}
.hamburger span {
    display: flex;
    height: 3px;
    width: 100%;
    background-color: #1d4871;
    border-radius: 2px;
}

.btn {
    display: flex;
    gap: 12px;
}


/* Base Button */
.btn a {
    position: relative;
    padding: 12px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-hover));
    color: var(--color-white);
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.btn a:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.btn a:active {
    transform: translateY(0) scale(0.98);
}

/* Shine Animation */
.btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.6s;
}

/* Shine on Hover */
.btn a:hover::before {
    left: 130%;
}


.btn a:last-child {
    background: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

.btn a:last-child:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
.navbar-ul li a{
    color: var(--color-text) z;
}



/* Footer Base */
.sbp_footer {
  background: #fff;
  color: #2c2c2c;
  font-family: 'Arial', sans-serif;
  padding: 60px 0px 0px;
  border-radius: 12px 12px 0 0;
  max-width: 1520px;
  margin: 0 auto;
}

.sbp_footer a {
  color: #2c2c2c;
  text-decoration: none;
  transition: 0.3s;
}

.sbp_footer a:hover {
  color: var(--color-primary-hover);
}

/* Footer Columns */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 0px;
}

.footer-col {
  flex: 1 1 150px;
  background: #fff;
  padding: 25px 20px 0 0;
  border-radius: 12px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}



/* Brand column larger */
.footer-col.brand {
  flex: 2 1 320px;
}

.footer-logo {
width: 430px;
height: 101px;
margin-bottom: 30px;
}

.footer-col h3 {
  font-size: clamp(24px, 2.5vw, 32px);
  margin-bottom: 15px;
  color: #1c465c;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.6vw, 20px);
}


/* Social Icons */
.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.social-icons a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    color: #2c2c2c;
    background: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    transition: all 0.35s ease;
   
}

.social-icons a:hover {
    background: #567f53;
    border-color: #567f53;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(86, 127, 83, 0.3);
}

.social-icons a:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(86, 127, 83, 0.2);
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: clamp(16px, 1.6vw, 20px);
}

.payments img {
  height: 30px;
  margin-left: 10px;

}
.payments{
  display: flex;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c2c2c;
}

.contact-list li i {
  color: var(--color-primary); 
  min-width: 20px; 
}

@media (max-width: 1024px) {
     .hamburger {
    display: flex;
    }
    
}

@media (max-width: 1220px){ 
    .navbar-ul li a {
        font-size: 13px;
    }
}
@media (max-width: 1366px){ 
.header .btn a {
    position: relative;
    padding: 12px 8px !important;
    border-radius: 8px  !important;
    font-size: 14px  !important;
}
.text-content ul li {

    padding: 20px 26px;
}
.navbar-ul {
    padding: 0;
}

}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .navbar-ul li a {
        font-size: 13px;
    }
}

@media (max-width: 768px){ 
    .breadcrums {
    height: 350px;
}
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .nav-item-dropdown ul {
        position: absolute;
        top: 120%;
        left: -150%;
        width: 600px !important;
    }
}



.sbp-faq-section {
  padding: 80px 20px;
  background: #f3f6fa;
  font-family: Arial, sans-serif;
}

.sbp-faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.sbp-faq-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 45px;
}

.sbp-faq-heading span {
  display: inline-block;
  color: #567f53;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.sbp-faq-heading h2 {
  margin: 0 0 15px;
  color: #123d57;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.sbp-faq-heading p {
  margin: 0;
  color: #66717a;
  font-size: 15px;
  line-height: 1.7;
}

.sbp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sbp-faq-item {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e4e9ed;
  box-shadow: 0 4px 15px rgba(18, 61, 87, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.sbp-faq-item.active {
  border-color: #567f53;
}

.sbp-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  color: #123d57;
  font-size: 20px;
  font-weight: 700;
}
.sbp-faq-question:hover {
 
 color: #123d57;   
    
}

.sbp-faq-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #567f53;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease, background 0.3s ease;
}

.sbp-faq-item.active .sbp-faq-icon {
  transform: rotate(45deg);
  background: #123d57;
}

.sbp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.sbp-faq-answer p {
  margin: 0;
  padding: 0 25px 23px;
  color: #626d75;
  font-size: 16px;
  line-height: 1.7;
}

.sbp-faq-item.active .sbp-faq-answer {
  max-height: 200px;
}

/* Mobile */
@media (max-width: 767px) {
  .sbp-faq-section {
    padding: 55px 15px;
  }

  .sbp-faq-heading {
    margin-bottom: 30px;
  }

  .sbp-faq-heading h2 {
    font-size: 26px;
  }

  .sbp-faq-heading p {
    font-size: 14px;
  }

  .sbp-faq-question {
    padding: 18px 17px;
    font-size: 14px;
  }

  .sbp-faq-answer p {
    padding: 0 17px 19px;
    font-size: 13px;
  }

  .sbp-faq-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
    font-size: 19px;
  }
}