/* ===== Feature Grid Styling ===== */
.feature-grid-section {
  background: linear-gradient(135deg, #eef7f1, #dff0e6);
  padding: 60px 20px;
}

.feature-grid-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.feature-item {
  background: #ffffff;
  padding: 28px 20px;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.feature-item img {
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
}

.feature-item h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #2f5c3c;
  letter-spacing: 0.6px;
}

.feature-item p {
  font-size: 14px;
  color: #4f7c5a;
  margin: 0;
}

/* ===== Mobile View (2 x 2) ===== */
@media (max-width: 768px) {
  .feature-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .feature-item {
    padding: 22px 15px;
  }

  .feature-item h4 {
    font-size: 14px;
  }

  .feature-item p {
    font-size: 13px;
  }
} .reviews-section {
  background: #f7f9f7;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
}

.reviews-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.reviews-container h2 {
  font-size: 36px;
  color: #1f3d2b;
  margin-bottom: 10px;
}

.subtitle {
  color: #6b6b6b;
  font-size: 16px;
  margin-bottom: 50px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.review-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.avatar {
  width: 48px;
  height: 48px;
  backgroundg: #2f6f4e;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-header h4 {
  margin: 0;
  font-size: 16px;
  color: #222;
}

.review-header span {
  font-size: 13px;
  color: #4caf50;
}

.stars {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.6;
}
/* ===== MOBILE SWIPER MODE ===== */
@media (max-width: 768px) {

  .reviews-grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }

  .reviews-grid::-webkit-scrollbar {
    display: none;
  }

  .review-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }

  .reviews-container h2 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
} 

/*vikas set code*/
/*mobile view css of font size*/
@media (max-width: 768px) {
 #mw-element-1765170154431,
 #mw-element-1765179562011,
 #mw-element-1765179562013,
 #mw-element-1765360397678{
   font-size:24px !important;
  }
  
  #mw-element-1765170154434,
  #mw-element-1765170154432{
  
	font-size:14px !important;
  }
}

.product-info h1{
font-size:28px;
}
/*end*/



.add-to-cart-btn{
  padding:10px 25px !important;
  font-size:16px !important;
  margin-top:5px;
}
.buy-now{
 padding:10px 25px !important;
  font-size:16px !important;
  margin-top:5px;
}

.product-info h1{
font-size:36px ;
}

.shop-products .price {
background-color:transparent !important;
}

/*end PRoduct page*/
#shop-content-68{
  background-color: #e4e4e4 !important;
  
}
.coupon_code_apply_wrapper-cart-checkout-js-ajax-cart-checkout-process-shop-coupons{
  margin-right:30px;
}

/* Base label style */
.radio-label {
    border: 2px solid transparent;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

/* Show border when radio is selected */
.radio-label:has(input[type="radio"]:checked) {
    border-color: #000;
    background-color: #f8f9fa;
}

/* Optional hover */
.radio-label:hover {
    border-color: #ccc;
}
/*shop btn ends*/


/*checkout page */
.checkout-v2-logo{
width:5% !important;

}

/* Mobile view (up to 767px width) */
@media (max-width: 767px) {
  .checkout-v2-logo {
    width: 15% !important;  /* adjust size for smaller screens */
  }
}

/*register css*/
.registration-form h1{
font-size:24px !important;
  font-weight:600;
}
/*register end*/

/*cart page css*/
.cart-page input {
    width: 250px !important;
}
.mw-coupons-module{
    margin-top: 15px;
}

.accordion .mw-accordion-faq-skin-card .mw-accordion-faq-skin-header .mw-accordion-faq-skin-button{
  background-color:#F5F8F1 !important;
}
.mw-accordion-faq-skin-card h5{
font-size:16px;

}
.mw-accordion-faq-skin-card p{
font-size:14px;
  color:#555;
}
/*every apage need*/
/* ================= ROOT ================= */
:root{
  --saas-primary:#8aa372;          /* BRAND COLOR */
  --saas-primary-dark:#748c5f;
  --saas-primary-soft:#eef3ea;
  --saas-dark:#0f172a;
  --saas-muted:#64748b;
  --saas-bg:#f8fafc;
  --saas-border:#e5e7eb;
  --radius-lg:18px;
  --radius-md:12px;
  --shadow-soft:0 20px 40px rgba(15,23,42,.08);
}

/* ================= GLOBAL ================= */
.about-page{
  background:var(--saas-bg);
  color:var(--saas-dark);
  font-family:"Inter", "Poppins", sans-serif;
}

.about-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

/* ================= HERO ================= */
.about-hero{
  padding:120px 0 90px;
  text-align:center;
  background:
    radial-gradient(600px 200px at 50% -80px, rgba(138,163,114,.18), transparent),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.about-hero h1{
  font-size:clamp(34px, 5vw, 56px);
  font-weight:800;
  letter-spacing:-0.03em;
  margin-bottom:16px;
}

.about-hero p{
  max-width:720px;
  margin:0 auto;
  font-size:18px;
  color:var(--saas-muted);
  line-height:1.8;
}

/* ================= SECTION ================= */
.about-section{
  padding:90px 0;
}

.section-title{
  text-align:center;
  margin-bottom:60px;
}

.section-title h2{
  font-size:clamp(26px, 4vw, 38px);
  font-weight:700;
  margin-bottom:12px;
}

.section-title p{
  max-width:680px;
  margin:0 auto;
  color:var(--saas-muted);
  font-size:16px;
}

/* ================= SPLIT GRID ================= */
.about-split{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:60px;
  align-items:center;
}

.about-text h3{
  font-size:26px;
  font-weight:700;
  margin-bottom:14px;
  color:var(--saas-primary-dark);
}

.about-text p{
  font-size:15.5px;
  color:#334155;
  margin-bottom:14px;
  line-height:1.9;
}

.about-card{
  background:#fff;
  border:1px solid var(--saas-border);
  border-radius:var(--radius-lg);
  padding:40px;
  box-shadow:var(--shadow-soft);
}

/* ================= VALUES ================= */
.about-values{
  background:#ffffff;
}

.values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.value-card{
  background:#fff;
  border:1px solid var(--saas-border);
  border-radius:var(--radius-md);
  padding:36px;
  transition:.35s ease;
}

.value-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-soft);
}

.value-card h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
  color:var(--saas-primary);
}

.value-card p{
  font-size:14.5px;
  color:var(--saas-muted);
  line-height:1.7;
}

/* ================= METRICS ================= */
.about-metrics{
  background:linear-gradient(180deg, #f8fafc, #ffffff);
}

.metrics-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  text-align:center;
}

.metric h3{
  font-size:34px;
  font-weight:800;
  color:var(--saas-primary);
}

.metric p{
  margin-top:6px;
  font-size:14px;
  color:var(--saas-muted);
}

/* ================= CTA ================= */
.about-cta{
  background:linear-gradient(
    135deg,
    var(--saas-primary),
    var(--saas-primary-dark)
  );
  color:#fff;
  text-align:center;
  padding:90px 24px;
  border-radius:var(--radius-lg);
  margin:0 24px 120px;
}

.about-cta h2{
  font-size:34px;
  font-weight:800;
  margin-bottom:14px;
}

.about-cta p{
  max-width:640px;
  margin:0 auto 26px;
  opacity:.9;
}

.about-cta a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 34px;
  background:#ffffff;
  color:var(--saas-primary-dark);
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.about-cta a:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(0,0,0,.2);
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){
  .about-split{
    grid-template-columns:1fr;
  }

  .values-grid{
    grid-template-columns:1fr;
  }

  .metrics-grid{
    grid-template-columns:1fr 1fr;
  }
}