/* rdk-wholesale.css — Rudraksha.Store Wholesale Page Styles */
:root{
  --rdk-maroon:#7A2D28;
  --rdk-gold:#C9A25D;
  --rdk-cream-from:#fffaf6;
  --rdk-cream-to:#fff8f0;
  --rdk-text:#3A2B1A;
  --rdk-muted:#6b5b50;
  --rdk-radius:14px;
  --rdk-max:1180px;
  --rdk-transition: all 0.18s ease;
}

#rdk-wholesale-page {
  font-family: "Poppins", Arial, sans-serif;
  color:var(--rdk-text);
  background:transparent;
  padding:32px 12px;
  box-sizing:border-box;
}

/* container */
.rdk-container { max-width:var(--rdk-max); margin:0 auto; }

/* HERO */
.rdk-hero {
  background: linear-gradient(180deg,var(--rdk-cream-from) 0%, var(--rdk-cream-to) 100%);
  border-radius: var(--rdk-radius);
  padding: 22px;
  box-shadow: 0 14px 40px rgba(20,12,8,0.04);
  border:1px solid rgba(122,45,40,0.05);
  margin-bottom: 22px;
}
.rdk-hero .row { display:flex; gap:26px; align-items:center; flex-wrap:wrap; }
.rdk-hero .left { flex:0 0 360px; max-width:360px; }
.rdk-hero .left img { width:100%; height:auto; border-radius:10px; background:#fff; padding:10px; box-sizing:border-box; border:1px solid rgba(122,45,40,0.04); }
.rdk-hero .right { flex:1 1 460px; min-width:240px; }
.rdk-hero h1 { color:var(--rdk-maroon); font-size:22px; margin:0 0 8px; font-weight:800; }
.rdk-hero .sub { color:var(--rdk-muted); margin:0 0 12px; font-size:15px; }
.rdk-hero .price { font-size:20px; color:var(--rdk-maroon); font-weight:800; margin-bottom:8px; }
.rdk-hero .wholesale-tag { display:inline-block; background:rgba(122,45,40,0.08); color:var(--rdk-maroon); padding:6px 10px; border-radius:8px; font-weight:700; margin-right:8px; }

/* Highlights */
.rdk-highlights { display:flex; gap:12px; flex-wrap:wrap; margin-top:10px; }
.rdk-pill { background: #fff; border:1px solid rgba(122,45,40,0.04); padding:10px 12px; border-radius:10px; box-shadow:0 6px 18px rgba(20,12,8,0.03); font-size:14px; color:var(--rdk-text); }

/* ACTION BAR (WhatsApp / Order) */
.rdk-action {
  margin:18px 0;
  background: linear-gradient(90deg,var(--rdk-maroon),#5b2020);
  color:#fff;
  border-radius:12px;
  padding:14px;
  display:flex;
  align-items:center;
  gap:16px;
  justify-content:space-between;
  flex-wrap:wrap;
  box-shadow:0 10px 30px rgba(122,45,40,0.08);
}
.rdk-action .left { display:flex; gap:12px; align-items:center; min-width:0; }
.rdk-action .left .txt { font-weight:700; font-size:15px; }
.rdk-action .btn { background:var(--rdk-gold); color:var(--rdk-text); padding:10px 14px; border-radius:10px; text-decoration:none; font-weight:800; box-shadow:0 6px 18px rgba(201,162,93,0.12); }
.rdk-action a.btn.small { padding:8px 10px; font-size:14px; background:transparent; color:#fff; border:1px solid rgba(255,255,255,0.16); }

/* WHY CHOOSE (values) */
.rdk-why { margin:22px 0; padding:24px; background:linear-gradient(180deg,#FFF8F0 0%, #FDF3E7 100%); border-radius:12px; border:1px solid rgba(122,45,40,0.04); box-shadow:0 10px 28px rgba(122,45,40,0.04); text-align:center; }
.rdk-why h3 { color:var(--rdk-maroon); margin:6px 0 8px; font-size:20px; font-weight:800; }
.rdk-values { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top:14px; }
.rdk-values .value { background:#fff; padding:14px; border-radius:10px; min-width:220px; max-width:300px; box-shadow:0 6px 18px rgba(20,12,8,0.04); border:1px solid rgba(201,162,93,0.12); text-align:left; }
.rdk-values .value h4 { margin:0 0 8px; color:var(--rdk-maroon); font-size:15px; }
.rdk-values .value p { margin:0; font-size:14px; color:var(--rdk-text); }

/* ORDER PROCESS */
.rdk-steps { display:flex; gap:16px; margin-top:20px; flex-wrap:wrap; justify-content:space-between; }
.rdk-step { background:#fff; border-radius:10px; padding:16px; flex:1 1 220px; min-width:200px; border:1px solid rgba(122,45,40,0.04); box-shadow:0 6px 18px rgba(20,12,8,0.03); }
.rdk-step h4 { margin:0 0 8px; color:var(--rdk-maroon); font-size:15px; }
.rdk-step p { margin:0; font-size:14px; color:var(--rdk-text); }

/* CERTS & IMAGES */
.rdk-certs { display:flex; gap:12px; flex-wrap:wrap; margin-top:18px; align-items:center; }
.rdk-certs img { width:220px; max-width:48%; border-radius:8px; border:1px solid rgba(122,45,40,0.04); background:#fff; padding:8px; }

/* FAQ */
.rdk-faq { margin-top:18px; }
.rdk-faq h4 { color:var(--rdk-maroon); font-size:18px; }
.rdk-faq details { background:#fff; padding:12px; border-radius:10px; margin-top:8px; border:1px solid rgba(122,45,40,0.04); box-shadow:0 6px 14px rgba(20,12,8,0.03); }
.rdk-faq summary { font-weight:700; cursor:pointer; color:var(--rdk-text); outline:none; }

/* FOOTER CTA */
.rdk-footer-cta { margin-top:26px; background:linear-gradient(180deg,#fff8f0 0%, #fff6ee 100%); padding:18px; border-radius:10px; border:1px solid rgba(122,45,40,0.04); text-align:center; }
.rdk-footer-cta a { display:inline-block; margin-top:10px; background:var(--rdk-maroon); color:#fff; padding:10px 16px; border-radius:10px; text-decoration:none; font-weight:800; }

/* Responsive adjustments */
@media (max-width:980px) {
  .rdk-hero .left, .rdk-hero .right { flex:1 1 100%; max-width:100%; }
  .rdk-values .value { min-width:200px; max-width:100%; }
  .rdk-certs img { max-width:100%; width:100%; }
  .rdk-steps { flex-direction:column; }
}

/* Small utility */
.rdk-btn { display:inline-block; padding:10px 14px; border-radius:10px; text-decoration:none; font-weight:700; }

/* =====================
   Rudraksha-Store — Spiritual theme override
   Paste this into Additional CSS or your child theme CSS
   ===================== */

/* 1) Override core theme variables (safe approach) */
:root {
  --primary-color: #F96C24;   /* maroon (main) */
  --secondary-color: #C9A25D; /* antique gold (hover/cta) */
  --tp-theme-primary: var(--primary-color);
  --tp-theme-secondary: var(--secondary-color);
  --tp-theme-brown: #BD844C;  /* keep earthy brown if used */
  --tp-theme-green: #678E61;  /* deep earthy green */
  --tp-common-white: #fff;
  --tp-common-black: #3A2B1A;
  --tp-text-body: #3A2B1A;
  --tp-grey-1: #FFF8F0;       /* light cream panel */
}

/* 2) Default page background / panel look */
body, .site {
  background: linear-gradient(180deg, #FFFDF8 0%, #FFF8F0 100%);
  color: var(--tp-common-black);
}


button:hover, .button:hover, .tp-btn:hover, .single_add_to_cart_button:hover {
  background: var(--secondary-color) !important;
  color: var(--tp-common-black) !important;
}

/* 4) Links, heading accents */
a, a:hover, .tp-link-btn:hover {
  color: var(--primary-color);
}
h1, h2, h3, .product_title {
  color: #7A2D28;
  font-weight: 700;
}
.rdk-section h3, .rdk-our-story .rdk-intro h2 { color: #5C2B23; }

/* 5) Highlight pills / badges */
.lead, .rdk-short-wrapper .lead-pill, .rdk-section .lead {
  background: rgba(201,162,93,0.12);
  color: #7A2D28;
  font-weight: 600;
}

/* 6) Soft gold borders/hover states */
.card, .rdk-values .value, .tp-product-item {
  border: 1px solid rgba(201,162,93,0.12);
}
.card:hover, .rdk-values .value:hover {
  box-shadow: 0 10px 30px rgba(201,162,93,0.08);
  border-color: var(--secondary-color);
}

/* 7) Breadcrumbs / small meta */
.breadcrumb, .posted-in, .product_meta { color: #6b5b50; }

/* 8) Thumbnails / gallery background */
.woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery {
  background: linear-gradient(180deg, #fff 0%, #FFF8F0 100%);
  border-radius: 8px;
}

/* 9) Footer / deep background */
.site-footer, footer {
  background: #2f1e1d; /* deep maroon/near-black for footer */
  color: #f4efe6;
}
.site-footer a { color: #C9A25D; }

/* 10) Subtle saffron accent (use sparingly for badges / discounts) */
.badge-saffron, .price.sale, .sale-badge {
  background: #FFB300 !important;
  color: #3a2b1a !important;
  border-radius: 6px;
  padding: 6px 8px;
  font-weight:700;
}

/* 11) Ensure buttons in header reflect brand */
.tp-header-action-badge, .tp-header-contact-icon span {
  background: var(--primary-color) !important;
  color: #fff !important;
}

/* 12) Accessibility: ensure sufficient contrast for small text */
small, .muted { color: #5b5047; }

/* 13) Mobile tweaks: keep CTA clear */
@media (max-width: 768px) {
  .tp-btn-2, .tp-btn { padding: 10px 16px; font-size: 15px; }
}

/* Rudraksha.Store — Shop by Mukhi Section */
.section-title, .elementor-widget-heading h2 {
  color:#7A2D28 !important;
  font-weight:800 !important;
  text-align:center !important;
  margin-bottom:10px;
}
.section-title::after {
  content:"";
  display:block;
  width:80px;
  height:3px;
  margin:8px auto 0;
  background:linear-gradient(90deg,#C9A25D,#FFB300);
  border-radius:3px;
}

.section-subtitle {
  color:#3A2B1A;
  text-align:center;
  font-weight:600;
  font-size:15px;
  margin-bottom:24px;
}

/* Category grid cards */
.ecommerce-categories .category-item {
  background:#fff;
  border:1px solid rgba(122,45,40,0.06);
  border-radius:12px;
  padding:16px;
  transition:all .3s ease;
  box-shadow:0 6px 20px rgba(122,45,40,0.04);
}
.ecommerce-categories .category-item:hover {
  transform:translateY(-4px);
  border-color:#C9A25D;
  box-shadow:0 12px 28px rgba(201,162,93,0.12);
}
.ecommerce-categories .category-item img {
  border-radius:8px;
  background:linear-gradient(180deg,#FFF8F0,#FFF3E6);
  object-fit:contain;
  padding:8px;
}
.ecommerce-categories .category-title {
  color:#7A2D28;
  font-weight:700;
  margin-top:8px;
  text-align:center;
}
.ecommerce-categories .category-count {
  font-size:13px;
  color:#3A2B1A;
  text-align:center;
  opacity:0.8;
}

/* Responsive fixes */
@media (max-width:900px){
  .ecommerce-categories .category-item{ padding:12px; }
  .section-title{ font-size:22px; }
}

/* Rudraksha.Store - Wholesale Price List (Saffron Theme) */

#rdk-pricelist {
  padding: 28px 12px;
  box-sizing: border-box;
  background: linear-gradient(180deg,#FFF8EF 0%, #FFF3E6 100%);
  border-radius: 12px;
  margin: 22px 0;
  border: 1px solid rgba(244,107,42,0.06);
}

#rdk-pricelist .rdk-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 14px;
}

/* Table layout */
.rdk-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(244,107,42,0.08);
}

.rdk-pricing-table thead {
  background: linear-gradient(90deg,#FFE7D3,#FFF3E6);
}

.rdk-pricing-table thead th {
  color: #F46B2A;
  font-weight: 700;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(244,107,42,0.08);
  font-size: 14px;
}

.rdk-pricing-table tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(244,107,42,0.06);
  color: #3A2B1A;
  font-size: 14px;
}

.rdk-pricing-table tr:hover td {
  background: rgba(244,107,42,0.03);
}

/* Buttons */
.rdk-btn-order,
.rdk-btn-primary {
  background: #F46B2A;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 14px;
  transition: all 0.25s ease;
}

.rdk-btn-order:hover,
.rdk-btn-primary:hover {
  background: #F9A857;
  color: #3A2B1A;
}

.rdk-btn-ghost {
  background: transparent;
  border: 2px solid rgba(244,107,42,0.15);
  color: #F46B2A;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

.rdk-btn-ghost:hover {
  background: #FFF8EF;
  color: #3A2B1A;
}

/* Responsive Table */
@media (max-width:820px){
  .rdk-pricing-table thead{display:none;}
  .rdk-pricing-table, .rdk-pricing-table tr, .rdk-pricing-table td{
    display:block; width:100%;
  }
  .rdk-pricing-table tr{
    margin-bottom:12px;
    border-radius:10px;
    background:#fff;
    box-shadow:0 4px 16px rgba(244,107,42,0.06);
  }
  .rdk-pricing-table td{
    padding:10px 14px;
    border-bottom:none;
  }
  .rdk-pricing-table td[data-label]::before{
    content: attr(data-label) ": ";
    font-weight:700;
    color:#F46B2A;
    display:inline-block;
    width:110px;
  }
}
/* Wholesale Registration Section - Saffron Theme */
#rdk-wholesale-register {
  background: linear-gradient(180deg,#FFF8EF 0%, #FFF3E6 100%);
  border: 1px solid rgba(244,107,42,0.08);
  border-radius: 12px;
  padding: 48px 18px;
  margin: 30px 0;
  box-shadow: 0 8px 28px rgba(244,107,42,0.06);
}

#rdk-wholesale-register .rdk-container {
  max-width: 1180px;
  margin: 0 auto;
}

#rdk-wholesale-register .rdk-section-header {
  text-align: center;
  margin-bottom: 28px;
}

#rdk-wholesale-register h2 {
  color: #F46B2A;
  font-weight: 800;
  font-size: 28px;
}

#rdk-wholesale-register p {
  color: #3A2B1A;
  max-width: 800px;
  margin: 8px auto;
  font-size: 15px;
  line-height: 1.7;
}

.rdk-wholesale-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
}

.rdk-wholesale-benefits {
  flex: 1 1 60%;
  background: #fff;
  border-radius: 12px;
  padding: 22px 26px;
  box-shadow: 0 6px 20px rgba(244,107,42,0.05);
  border: 1px solid rgba(244,107,42,0.06);
}

.rdk-wholesale-benefits ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.8;
  color: #3A2B1A;
}

.rdk-wholesale-benefits li {
  margin-bottom: 8px;
}

.rdk-register-card {
  flex: 0 0 320px;
  text-align: center;
  background: #FFF8EF;
  border: 1px solid rgba(244,107,42,0.12);
  padding: 28px 22px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(244,107,42,0.05);
}

.rdk-register-card h3 {
  color: #F46B2A;
  margin-bottom: 10px;
  font-weight: 700;
}

.rdk-register-card p {
  font-size: 14px;
  color: #3A2B1A;
  margin-bottom: 16px;
}

.rdk-btn-primary,
.rdk-btn-ghost {
  display: inline-block;
  margin: 6px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.rdk-btn-primary {
  background: #F46B2A;
  color: #fff;
  padding: 10px 18px;
}

.rdk-btn-primary:hover {
  background: #F9A857;
  color: #3A2B1A;
}

.rdk-btn-ghost {
  border: 2px solid rgba(244,107,42,0.15);
  color: #F46B2A;
  padding: 10px 18px;
  background: transparent;
}

.rdk-btn-ghost:hover {
  background: #FFF8EF;
  color: #3A2B1A;
}

/* Responsive layout */
@media (max-width: 900px) {
  .rdk-wholesale-grid {
    flex-direction: column;
    align-items: center;
  }
  .rdk-register-card {
    width: 100%;
  }
}

/* ---------- SHOFY - Our QA Process Section (Warm Earth & Gold + Larger Image) ---------- */
.shofy-qa-section {
  padding: 70px 20px;
  background:
    radial-gradient(1200px 400px at 10% 10%, rgba(226,183,127,0.15) 0%, transparent 11%),
    linear-gradient(180deg, #F5ECE0 0%, #E2B77F 100%);
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #3a2a1a;
}

/* Wider left area for image */
.shofy-qa-section__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 280px;
  gap: 30px;
  align-items: center;
}

/* LEFT - Image Card (larger, more prominent) */
.shofy-qa-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 14px 36px rgba(90,60,20,0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.shofy-qa-card:hover {
  transform: scale(1.02);
  box-shadow: 0 18px 40px rgba(90,60,20,0.25);
}
.shofy-qa-card__img {
  width: 100%;
  height: auto;
  max-width: 680px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
}

/* CENTER - Text */
.shofy-qa-section__center { text-align: center; padding: 6px 18px; }
.shofy-qa-sub { color:#A46024; font-weight:600; margin: 6px 0; font-size:16px; letter-spacing:0.2px; }
.shofy-qa-title {
  color:#6F2B27;
  font-size:52px;
  margin:0;
  font-weight:800;
  line-height:1.04;
}
.shofy-qa-accent {
  width: 100px;
  height: 7px;
  background: #D3A44A;
  border-radius: 6px;
  margin: 20px auto;
}
.shofy-qa-text {
  color:#4A3C2A;
  max-width: 640px;
  margin: 10px auto 22px;
  font-size:16px;
  line-height:1.7;
}

/* Buttons */
.shofy-qa-cta-row { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-top:10px; }
.shofy-qa-cta {
  display:inline-block;
  padding:12px 22px;
  border-radius:8px;
  background:#A46024;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  box-shadow:0 8px 22px rgba(164,96,36,0.25);
  transition:all 0.25s ease;
}
.shofy-qa-cta:hover { background:#8c4e1f; box-shadow:0 8px 22px rgba(164,96,36,0.4); }

.shofy-qa-cta--ghost {
  background:transparent;
  color:#6F2B27;
  border:2px solid rgba(164,96,36,0.35);
}
.shofy-qa-cta--ghost:hover {
  background:rgba(164,96,36,0.1);
}

/* RIGHT Decorative Area */
.shofy-qa-section__right { display:flex; justify-content:center; align-items:center; }
.shofy-qa-right-deco {
  width:100%;
  max-width:260px;
  background: linear-gradient(180deg,#fff 0%, #F5ECE0 100%);
  border-radius:12px;
  padding:22px;
  text-align:center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 8px 24px rgba(164,96,36,0.18);
  color:#A46024;
  font-weight:800;
  font-size:24px;
  line-height:1.1;
  letter-spacing: 0.3px;
}

/* RESPONSIVE BEHAVIOR */
@media (max-width: 1100px) {
  .shofy-qa-section__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .shofy-qa-card {
    max-width: 90%;
  }
  .shofy-qa-title { font-size:42px; }
  .shofy-qa-section__center { order:2; }
  .shofy-qa-card { order:1; }
  .shofy-qa-section__right { order:3; }
}
@media (max-width: 600px) {
  .shofy-qa-card__img { max-width:100%; }
  .shofy-qa-title { font-size:32px; }
  .shofy-qa-right-deco { font-size:18px; padding:14px; }
  .shofy-qa-card { padding:12px; }
}
/* True full-bleed hero section using background-image */
.csk-hero-bg {
  width: 100vw;
  margin-left: calc(50% - 50vw); /* break out of container */
  margin-right: calc(50% - 50vw);
  height: clamp(320px, 32vw, 820px); /* responsive hero height */
  background-size: cover;     /* crop but keep fill */
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}

/* Remove any spacing around it */
.csk-hero-bg + * { margin-top: 0; } /* avoid double spacing with next section */
/* Full-width banner that shows the whole image (no cropping) */
.csk-full-banner-only.keep-whole {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  box-sizing: border-box;
  /* break out of theme container so it's truly edge-to-edge */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}

/* Image rules: scale to viewport width, preserve aspect ratio, don't crop */
.csk-full-banner-only.keep-whole img {
  display: block;
  width: 100vw;        /* fill the viewport width exactly */
  max-width: 100vw;
  height: auto;        /* keep full height proportionally */
  object-fit: contain; /* never crop; show entire image */
  object-position: center top;
  border: 0;
  -webkit-user-select: none;
  user-select: none;
}

/* Remove extra spacing from adjacent sections (avoid overlap) */
.csk-full-banner-only.keep-whole + * {
  margin-top: 0;
}

/* SMALL tweak for very tall images on big screens */
@media (min-width:1400px) {
  .csk-full-banner-only.keep-whole img {
    max-height: 900px;
    width: auto; /* prefer height constraint on very large displays */
  }
}

/* Mobile-specific safety: ensure viewport width behavior is stable */
@media (max-width: 768px) {
  .csk-full-banner-only.keep-whole {
    margin-left: calc(-1 * (var(--site-gutter, 0px))); /* if theme sets a gutter var */
  }
  .csk-full-banner-only.keep-whole img {
    width: 100vw;
    height: auto;
  }
}
/* ---------- Full-width banner (desktop) ---------- */
.csk-full-banner-only.keep-whole {
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  width: 100%;
  /* desktop break-out to true edge-to-edge */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}

/* Image: show whole image (no crop) */
.csk-full-banner-only.keep-whole img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;         /* ensure no forced height */
  object-fit: contain !important;  /* never crop */
  object-position: center top;
  border: 0;
}

/* prevent the next section from overlapping */
.csk-full-banner-only.keep-whole + * {
  margin-top: 0;
}

/* ---------- MOBILE: revert break-out & prevent overflow ---------- */
@media (max-width: 768px) {
  .csk-full-banner-only.keep-whole {
    /* revert to normal flow on mobile to avoid horizontal scroll & zoom */
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    overflow: visible;
  }

  .csk-full-banner-only.keep-whole img {
    width: 100% !important;        /* exactly container width */
    max-width: 100% !important;
    height: auto !important;       /* preserve aspect ratio */
    object-fit: contain !important;
  }
}

/* ---------- Safety: stop any accidental horizontal overflow ---------- */
/* Use only if you see horizontal scrollbar still (safe fallback) */
html, body {
  /* DON'T apply unless necessary — remove later if site layout shifts */
  overflow-x: hidden; /* last resort */
}
/* Section wrapper */
.openness-section {
  background: radial-gradient(circle at center, #f9e9d2 0%, #f4d6b1 100%);
  background-color: #f8e4c9;
  padding: 80px 20px;
  text-align: center;
  color: #5b2118;
  font-family: "Georgia", "Times New Roman", serif;
}

/* Heading */
.openness-section h2 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #5b2118;
  line-height: 1.2;
}

/* Paragraphs */
.openness-section p {
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.6;
  margin: 0 auto 20px;
  max-width: 950px;
}

/* Intro paragraph (first line) */
.openness-section .intro {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 22px);
}

/* Features row */
.openness-section .features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 50px auto 30px;
  max-width: 1100px;
}

/* Single feature card */
.openness-section .feature {
  background: #fff8f0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  flex: 1 1 280px;
  max-width: 320px;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.openness-section .feature:hover {
  transform: translateY(-6px);
}

.openness-section .feature .icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.openness-section .feature h3 {
  color: #5b2118;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.openness-section .feature p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

/* Footer note */
.openness-section .footer-note {
  margin-top: 40px;
  font-size: 15px;
  color: #4a2b1c;
  opacity: 0.9;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .openness-section {
    padding: 60px 15px;
  }
  .openness-section h2 {
    font-size: 30px;
  }
  .openness-section .features {
    flex-direction: column;
    align-items: center;
  }
  .openness-section .feature {
    width: 100%;
    max-width: 400px;
  }
}