/** Shopify CDN: Minification failed

Line 679:19 Expected identifier but found whitespace
Line 679:21 Unexpected "{"
Line 679:30 Expected ":"

**/
/* ======================
   🟣 Hero A – Left Overlay
   ====================== */

.hero-a-container {
  display: flex;
  width: 100%;
  min-height: 500px;
  font-family: sans-serif;
}

.hero-a-left {
  flex: 0 0 50%;
  position: relative;
  background-color: var(--left-panel-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.left-panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.left-panel-inner .scripty {
  position: relative;
  z-index: 2;
  word-break: break-word;
  text-align: center;
  margin-bottom: 20px;
}

.logo-img {
  max-width: 80%;
  height: auto;
  position: relative;
  z-index: 1;
}

.hero-a-right {
  flex: 1;
  background-color: var(--right-panel-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-a-right-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-a-copy {
  margin-bottom: 20px;
  word-break: break-word;
}

.hero-a-link-wrap {
  margin-top: 20px;
}

.hero-a-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.hero-a-link:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .hero-a-container {
    flex-direction: column;
  }

  .hero-a-left,
  .hero-a-right {
    width: 100%;
    flex: none;
    padding: 30px;
  }

  .left-panel-inner {
    padding: 20px;
  }

  .logo-img {
    max-width: 70% !important;
  }

  .scripty {
    font-size: 80px !important;
  }

  .hero-a-copy {
    font-size: 22px !important;
  }
}

/* ==========================
   🟪 Hero A Reverse – Right Overlay
   ========================== */

.hero-a-reverse-container {
  display: flex;
  width: 100%;
  min-height: 500px;
  font-family: sans-serif;
}

.hero-a-reverse-left {
  flex: 0 0 50%;
  background-color: var(--left-panel-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-a-reverse-left-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-a-reverse-copy {
  margin-bottom: 20px;
  word-break: break-word;
}

.hero-a-reverse-link-wrap {
  margin-top: 20px;
}

.hero-a-reverse-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.hero-a-reverse-link:hover {
  opacity: 0.8;
}

.hero-a-reverse-right {
  flex: 1;
  background-color: var(--right-panel-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-a-reverse-right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.hero-a-reverse-scripty {
  position: relative;
  z-index: 2;
  word-break: break-word;
  margin-bottom: 20px;
  text-align: center;
}

.hero-a-reverse-logo-img {
  max-width: 80%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .hero-a-reverse-container {
    flex-direction: column;
  }

  .hero-a-reverse-left {width: 100%;
    flex: none;
    padding: 30px;
  }
  
  .hero-a-reverse-right {
    width: 100%;
    flex: none;
    padding: 20px;
  }

 /* .hero-a-reverse-right-inner {
    padding: 20px;
  } */

  .hero-a-reverse-logo-img {
    max-width: 60% !important;
  }

  .hero-a-reverse-scripty {
    font-size: 80px !important;
  }

  .hero-a-reverse-copy {
    font-size: 22px !important;
  }
}

/* ======================
   🟢 Hero B: Right Overlay
   ====================== */

.hero-b-container {
  display: flex;
  width: 100%;
  min-height: 600px;
  font-family: sans-serif;
  flex-direction: row-reverse;
}

.hero-b-right {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-b-overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
}

.hero-b-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  word-break: break-word;
}

.hero-b-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.hero-b-copy {
  margin-bottom: 20px;
  word-break: break-word;
}

.hero-b-link {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.hero-b-left a.hero-b-link {
  display: block;
  width: auto;
}

.hero-b-link:hover {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-b-container {
    flex-direction: column;
    min-height: auto;
  }

  .hero-b-right {
    width: 100%;
    flex: none;
    padding: 30px;
  }
  
  .hero-b-left {
    width: 100%;
    flex: none;
    padding: 30px;
  }

  .hero-b-overlay-img {
    max-width: 90%;
    opacity: 0.2;
    
    
  }

  .hero-b-heading {
    font-size: 20px !important;
  }

  .hero-b-copy {
    font-size: 40px !important;
    padding: 10px 30px;
  }

  .hero-b-left-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-b-link-wrap {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
}

/* ======================
   🟣 Hero C: 50/50 Layout
   ====================== */

.hero-c-container {
  display: flex;
  width: 100%;
  min-height: 600px;
  font-family: sans-serif;
}

.hero-c-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-c-heading {
  text-align: center;
  word-break: break-word;
  margin: 0;
}

.hero-c-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
}

.hero-c-copy {
  margin-bottom: 20px;
  word-break: break-word;
}

.hero-c-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.hero-c-link:hover {
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-c-container {
    flex-direction: column;
  }

  .hero-c-left,
  .hero-c-right {
    width: 100%;
    flex: none;
    padding: 30px;
  }

  .hero-c-heading {
    font-size: 80px !important;
  }

  .hero-c-copy {
    font-size: 22px !important;
  }

  .hero-c-link-wrap {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

}
/* ======================
   🎯 Hero D Layout 
   ====================== */

.hero-d-wrapper {
  display: flex;
  width: 100%;
  min-height: 600px;
  flex-wrap: wrap;
}

.hero-d-left,
.hero-d-center,
.hero-d-right {
  box-sizing: border-box;
  min-height: 600px;
}
.hero-d-left {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 10px 30px 30px;
  text-align: right;
}

.hero-d-left .quote {
  width: 100%;
}


.hero-d-center {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-d-center .center-content {
  max-width: 600px;
  text-align: center;
}

.hero-d-right {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 30px;
  text-align: center;
}

/* 📱 Mobile Layout */
@media (max-width: 768px) {
  .hero-d-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .hero-d-left,
  .hero-d-center,
  .hero-d-right {
    width: 100%;
    min-height: auto;
  }

  .hero-d-left {
    text-align: right;
    padding: 40px 50px;
  }

  .hero-d-right {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 12px !important;
    justify-content: center;
    padding: 20px;
  }

  .hero-d-center {
    padding: 40px 20px;
  }
}

/* ======================
   Hero E Layout
   ====================== */
.hero-e-wrapper {
  display: flex;
  width: 100%;
  min-height: 600px;
  flex-wrap: wrap;
}

.hero-e-left,
.hero-e-center,
.hero-e-right {
  box-sizing: border-box;
  min-height: 600px;
}

/* Left = vertical heading */
.hero-e-left {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 25px;
  text-align: center;
}

/* Center = paragraph content */
.hero-e-center {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.hero-e-center .center-content {
  max-width: 600px;
  text-align: center;
}

/* Right = vertical quote */
.hero-e-right {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 90px 20px 20px 40px;
  text-align: left;
}

.hero-e-right .quote {
  width: 95%;
}

/* 📱 Mobile Layout */
@media (max-width: 768px) {
  .hero-e-wrapper {
    flex-direction: column;
  }

  .hero-e-left,
  .hero-e-center,
  .hero-e-right {
    width: 100%;
    min-height: auto;
  }

  .hero-e-left {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 48px;
    justify-content: center;
    padding: 20px;
  }

  .hero-e-center {
    padding: 40px 20px;
  }

  .hero-e-right {
    padding: 40px 50px;
    text-align: right;
    font-size: 30px;
    
  }
}

/* ======================
  Hero F Layout — Cleaned and Scoped modified 6/3 original css saved in full file
   ====================== */

.hero-f-wrapper {
  width: 100%;
}

.hero-f-wrapper .hero-f-container {
  display: flex;
  min-height: 80vh;
  width: 100%;
  overflow: hidden;
    background-size: 120% auto;
}

.hero-f-reverse {
  flex-direction: row-reverse;
}

.hero-f-left {

  position: relative;
   display: block;
  flex: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.hero-f-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-f-overlay-text {
  position: relative;
  z-index: 2;
  text-align: center;
 padding: 20px;
 
  /* background-color: rgba(32, 29, 35, 0.25); /* semi-transparent white 
  border-radius: 4px;
  backdrop-filter: blur(3px); optional, for frosted-glass effect */
  overflow-wrap: break-word;
word-break: break-word;
}

.hero-f-right {
  flex: 0 0 40%; /*from OG css*/
  padding: 25px;
  background-color: {{ section.settings.right_bg }};
  display: flex;
  align-items: center;
  
}

.hero-f-right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* 🛠️ this is the key */
  max-width: 700px;
  width: 100%;
  padding: 20px 0 30px 0; /* adds top + bottom padding instead of vh height */
  gap: 44px; /* space between title + paragraph */
  
}

.hero-f-right-title {
  margin: 0 0 20px 0;
  word-break: break-word;
  text-align: center;
   font-size: unset;
}

.hero-f-text {
  width: 100%;
 text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  
}


/*  Mobile Layout — Hero F */
@media (max-width: 768px) {
  .hero-f-wrapper .hero-f-container {
    flex-direction: column !important;
    height: auto;
  }

.hero-f-right-inner {
min-height: 200px !important;
width: 100% !important;

 
}
  .hero-f-right {
    width: 100%;
    height: auto;
  }

  .hero-f-left {
    width: 100% !important; /*from OG file*/
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat;
    min-height:200px !important;
    margin: 0 !important;
    padding: 0!important;
  }

  .hero-f-overlay-text {
    font-size: 40px !important;
    padding-top: 20px !important;

  }
.hero-f-right-title {
  font-size: 20px !important;
    line-height: 1.3 !important;
    width: 100%;
}
  
  .hero-f-text {
    font-size: 16px !important;
    line-height: 1.1 !important;
    width: 100%;
  }

  .hero-f-right {
    padding: 30px 20px;
  }
  

}

/* ======================
   🎯 Hero G Layout – Independent, Scoped
   ====================== */

.hero-g-wrapper {
  width: 100%;
}

.hero-g-wrapper .hero-g-container {
  display: flex;
  min-height: 700px;
  width: 100%;
  overflow: hidden;
}

/* LEFT = TEXT */

.hero-g-left {
  flex: 0 0 45%;
  padding: 40px 10px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.hero-g-left-inner {
    width: 100%;
    max-width: 600px;
    height: 100%;
  padding-left: 20px;
  padding-right: 20px;

}

.hero-g-left-heading {
  padding-top: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  word-break: break-word;

}

.hero-g-text {
  width: 100%;
  max-width: 550px;
  
   
}

/* RIGHT = IMAGE + OVERLAY + OVERLAY TEXT */
.hero-g-right {
  position: relative;
  flex: 1 1 55%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-g-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-g-overlay-text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* 📱 MOBILE — HERO G */
@media (max-width: 768px) {
  .hero-g-wrapper .hero-g-container {
    flex-direction: column !important;
    height: auto;
  }

  .hero-g-left {
    width: 100%;
    padding: 30px 20px;
  }

  .hero-g-left-inner {
    width: 100% !important;
    min-height: 200px !important;
  }

   .hero-g-left-heading {
    font-size: 30px !important;
  }

  .hero-g-text {
    font-size: 18px !important;
    line-height: 1.1 !important;
    width: 100%;
  }

  .hero-g-right {
    width: 100% !important;
    height: auto;
    min-height: 200px !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hero-g-overlay-text {
    font-size: 40px !important;
    padding-top: 20px !important;
  }
}



/* ======================
   🟣 Hero H – Left Stack (Scoped)
   ====================== */

.hero-h-container {
  display: flex;
  width: 100%;
  min-height: 600px;
  font-family: sans-serif;
}

/* LEFT PANEL (60%) */
.hero-h-left {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

/* RIGHT PANEL (40%) */
.hero-h-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

/* INNER CONTAINERS */
.hero-h-left-inner,
.hero-h-right-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* TEXT ELEMENTS */
.hero-h-left-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  word-break: break-word;
}

.hero-h-left-description {
  margin-bottom: 20px;
  word-break: break-word;
  text-align: center;
}

.hero-h-right-heading {
  margin-top: 0;
  margin-bottom: 20px;
  word-break: break-word;
  text-align: center;
}

/* IMAGE */
.hero-h-image {
  position: relative;
  display: block;
  margin: 10px auto 0 auto;
  max-width: 40%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* LINK */
.hero-h-left-link {
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.hero-h-link-wrap {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}

.hero-h-link-wrap .hero-h-left-link:hover {
  opacity: 0.8;
}


/* 🔄 Responsive */
@media (max-width: 768px) {
  .hero-h-container {
    flex-direction: column;
     min-height: auto !important;
  }

 .hero-h-left {
  width: 100%;
  flex: none;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.hero-h-right {
  width: 100%;
  flex: none;
  padding: 20px 30px 10px 30px; /* top right bottom left */
}
  .hero-h-left-inner
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hero-h-image {
    max-width: 60%;
   
  }


.hero-h-right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

  .hero-h-link-wrap {
    margin-top: 1px;
    width: 100%;
    text-align: center;
}
.hero-h-left-link  {
    margin-top: 1px;
}
  /* 🎯 Scoped Hero H media rules */
  
 .hero-h-right-heading {
  font-size: 24px !important; /* match or complement left-description */
}
  .hero-h-left-heading {
    font-size: 40px !important;
  }

  .hero-h-left-description {
    font-size: 22px !important;
    margin-bottom:10px;
  }

  
}
/* ======================
   🔵 Hero I – Right Stack (40/60)
   ====================== */

.hero-i-container {
  display: flex;
  width: 100%;
  min-height: 500px;
  font-family: sans-serif;
}

/* LEFT PANEL */
.hero-i-left {
  flex: 0 1 45%;
  max-width: 55%;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.hero-i-left-inner {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

/* RIGHT PANEL */
.hero-i-right {
  flex: 1 1 55%;
  background-color: #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-i-right-inner {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ELEMENT STYLES */
.hero-i-left-heading,
.hero-i-right-heading,
.hero-i-right-description {
  word-break: break-word;
  text-align: center;
}

.hero-i-left-heading {
  margin-bottom: 20px;
}

.hero-i-right-heading {
  padding: 10px !important;
  margin-bottom: 1px !important;
}

.hero-i-right-description {
  max-width: 100%;
  padding: 0 30px 30px;
}

.hero-i-image {
  max-width: 70% !important;
  height: auto !important;
}

.hero-i-link-wrap {
  margin-bottom: 10px !important;
  text-align: center;
}

.hero-i-right-link {
  display: inline-block;
  margin-bottom: 4px !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.hero-i-right-link:hover {
  opacity: 0.8;
}

/* ======================
   🔄 Responsive: Tablet
   ====================== */

@media (max-width: 1024px) {
  .hero-i-container {
    min-height: 400px !important;
  }

  .hero-i-left-heading,
  .hero-i-right-heading {
    font-size: 40px !important;
  }

  .hero-i-image {
    max-width: 60% !important;
  }

  .hero-i-right-description {
    font-size: 16px;
    padding-top: 10px;
  }

  .hero-i-right-link {
    font-size: 14px;
  }
}

/* ======================
   📱 Responsive: Phones
   ====================== */

@media (max-width: 768px) {
  .hero-i-container {
    flex-direction: column;
  }
  .hero-i-left { padding: 25px;
              }
  .hero-i-left,
  .hero-i-right {
    width: 100%;
    flex: none;
    max-width: 800px;
    margin: 0 auto;
    
  }

  .hero-i-left-inner,
  .hero-i-right-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-i-image {
    max-width: 60%;
  }

  .hero-i-left-heading  {
    font-size: 20px !important;
    width: 70% !important;
    align-content: center;
  }
  .hero-i-right-heading {
    font-size: 20px !important;
  }

  .hero-i-right-description {
    font-size: 14px !important;
     padding: 0 20px 10px 30px;
  }
}


/* ======================
   🔵 Hero J – Full Background
   ====================== */

.hero-j-wrapper {
  position: relative;
  width: 100%;
  min-height: 500px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-j-wrapper.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


/* 🔲 Hero J Overlay */
.hero-j-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* 📦 Hero J Container */
.hero-j-container {
  width: 100%;
  margin-left: 0px;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 40px;
min-height: 500px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  
}

/* 🧱 Content Block */
.hero-j-block {
  display: flex;
  flex-direction: column;
  justify-content: var(--j-block-justify, flex-start);
  align-items: var(--j-block-align, flex-start);
  width: 100%;
 
}

/* ✍️ Shared Text Styling */
.hero-j-heading-j,
.hero-j-description,
.hero-j-link {
  position: relative;
  z-index: 2;
  word-break: break-word;
  margin: 0;
}

/* 🧠 Unique to heading */
.hero-j-heading {
  width: 100%;

  max-width: 700px; /* or 800px if you want */
}

/* 🧠 Unique to description */
.hero-j-description {
  padding-top: 20px !important;
  width: 100%;
  max-width: 700px;
}

/* 🚨 Alignment Variables */

.hero-j-align-left    { --j-block-align: flex-start; text-align: left; }
.hero-j-align-center  { --j-block-align: center;     text-align: left; }
.hero-j-align-right   { --j-block-align: flex-end;   text-align: right; }

.hero-j-valign-top    { --j-block-justify: flex-start; }
.hero-j-valign-middle { --j-block-justify: center; }
.hero-j-valign-bottom { --j-block-justify: flex-end; }




/* 📱 Responsive */
@media (max-width: 768px) {
  .hero-j-wrapper {
    min-height: 600px;
  }

  .hero-j-heading-j {
    font-size: 30px !important;
     width: 100%;
    max-width: 100%;
  }

  .hero-j-description {
    font-size: 14px !important;
    line-height: normal !important;
    width: 100%;
    max-width: 100%;
    padding-top: 10px !important;  /* adjusted for mobile */
  }

  .hero-j-block {
    padding-left: 16px;
    padding-right: 16px;
  }

}


/* ======================
   🔵 Hero K – Short Banner (Cleaned)
   ====================== */
.hero-k-wrapper {
  display: flex;
  width: 100%;
  min-height: 300px;
   align-items: center;
  }

.hero-k-container {
  display: flex;
  width: 100%;
  min-height: 300px;
  font-family: sans-serif;
}


/* LEFT PANEL */
.hero-k-left {
  flex: 0 0 35%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-around; /* ← move content toward RIGHT side */
  padding: 20px 10px 20px 40px; /* tighter left, looser right */
  box-sizing: border-box;
}

.hero-k-left-inner {
  display: flex;
  flex-direction: column;
  align-items: center; /* ← aligns inner content to right */
  width:80%;
}

.hero-k-left-heading {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  
}


/* RIGHT PANEL */
.hero-k-right {
  flex: 0 0 65%;
  background-color: var(--right-bg, #ffffff);
  padding: 20px 20px;
  display: flex;
    align-items: center;
  justify-content: flex-start;
  height: auto;
}

.hero-k-right-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
}

.hero-k-text-group {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  max-width: 75%;
  text-align: left;
}

.hero-k-wrapper .hero-k-right-title {

  margin: 0 !important;
  max-width: 75%;
  word-break: break-word;

}

.hero-k-right-description {
  max-width: 75%;
  word-break: break-word;
  text-align: left;
  align-content: left;
}

.hero-k-image {
  max-width: 150px;
  height: auto;
  /*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);*/
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  flex-shrink: 0;

}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-k-container {
    flex-direction: column;
    min-height: auto !important;
  }

  .hero-k-left { 
    width: 100%;
    flex: none;
   justify-content: center;
         padding-top: 20px !important;
        padding-right: 20px;
        padding-bottom: 10 !important;
        padding-left: 20px;
    align-content: center !important;
 }
  
  .hero-k-right {
    width: 100%;
    flex: none;
    padding: 20px;
  }

  .hero-k-left-inner,
  .hero-k-right-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-k-image {
    max-width: 50%;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    flex-shrink: 0;
  }

  .hero-k-left-heading {
    font-size: 20px !important;
    width: 80%;
  }

 .hero-k-right-title {
    font-size: 16px !important;
         
        max-width: 90% !important;
  }

  

  .hero-k-right-description {
    font-size: 18px !important;
    line-height: 1em;
    margin-top: 10px;
  }
}

/* ======================
   🔁 Hero L – Row Layout (Image + Text Side-by-Side)
   ====================== */

.hero-l-wrapper {
  display: flex;
  width: 100%;
  min-height: 300px;
  align-items: center;
}

.hero-l-container {
  display: flex;
  width: 100%;
  min-height: 300px;
  font-family: sans-serif;
}

/* LEFT PANEL – image + title + description */
.hero-l-left {
  flex: 0 0 70%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  box-sizing: border-box;
  width: 100%;
}

.hero-l-left-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
  
}

.hero-l-image-wrapper {
  flex-shrink: 0;
}

.hero-l-image {
  max-width: 200px;
  height: auto;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  background-color: transparent !important;
}

/* TITLE WRAPPER */
.hero-l-left-title-wrapper {
  max-width: 100%;
}

.hero-l-left-title {
  margin: 0;
  word-break: break-word;
  max-width: 100%;
}

/* DESCRIPTION WRAPPER */
.hero-l-left-description-wrapper {
  max-width: 200px; /* You can change this */
  margin-left: 10px;
  margin-right: 10px;
}

.hero-l-left-description {
  margin: 0;
  word-break: break-word;
  align-content: left;
}

/* RIGHT PANEL – rich text */
.hero-l-right {
  flex: 0 0 30%;
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.hero-l-right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.hero-l-right-heading {
  text-align: center;
  word-break: break-word;
  margin: 0;
}

.hero-l-right-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
}

/* ======================
   📱 Responsive
   ====================== */
@media (max-width: 768px) {
  .hero-l-container {
    flex-direction: column;
    min-height: auto;
  }

  .hero-l-left,
  .hero-l-right {
    flex: none;
    width: 100%;
    padding: 20px;
  }

  .hero-l-left-inner {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }

  .hero-l-image {
    max-width: 40%;
  }

  .hero-l-left-title-wrapper,
  .hero-l-left-description-wrapper {
    max-width: 90%;
  }

  .hero-l-left-title {
    font-size: 20px !important;
  }

  .hero-l-left-description {
    font-size: 16px !important;
    line-height: 1.4em;
  }

  .hero-l-right-heading {
    font-size: 18px !important;
    line-height: 1.4em;
  }
}

/* 🖼️ Hero M – Adjustable Image */
.hero-m-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-m-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-m-img {
  display: block;
  max-width: 100%;
  height: auto;
}