/** Shopify CDN: Minification failed

Line 454:0 All "@import" rules must come first
Line 920:0 All "@import" rules must come first

**/
/* Adobe Fonts - Import at the very top */
@import url("https://use.typekit.net/baw6plm.css");

/* Apply Adobe font to footer elements */
.footer-custom__link,
.footer-custom__text {
  font-family: 'itc-american-typewriter', serif !important;
}
.section-sections--22178930622500__footer_custom_fYWnrb-padding {
    background: #FFEDF7 !important;
}
/* Footer section */
.footer-custom {
  position: relative;
  background-color: #FFEDF7 !important;
  margin-top: 0 !important;
  clear: both;
}

.footer-custom__background {
  position: relative;
  width: 100%;
  z-index: 0;
  display: block;
}

.footer-custom__background img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.footer-custom__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.footer-custom__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  transition: opacity 0.3s ease;
  font-weight: 500;
}

.footer-custom__link:hover {
  opacity: 0.7;
}

.footer-custom__text {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 0.3rem;
  font-weight: 400;
}

.footer-custom__text:last-child {
  margin-bottom: 0;
}

.footer-custom__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}

/* Desktop/Tablet - Show desktop image, hide mobile */
.footer-bg-desktop {
  display: block;
}

.footer-bg-mobile {
  display: none !important;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   ========================== */

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-custom__content {
    padding: 1.9rem;
    width: 95%;
  }
  
  .footer-custom__link {
    font-size: 16px;
    margin-bottom: 0.95rem;
  }
  
  .footer-custom__text {
    font-size: 14px;
  }
}

/* Medium Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .footer-custom__content {
    padding: 1.7rem;
    width: 92%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.55;
  }
}

/* Tablet Large (750px - 989px) - Your existing tablet breakpoint */
@media screen and (max-width: 989px) {
  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }

  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }

  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Medium (850px - 989px) - Fine-tuning */
@media screen and (min-width: 850px) and (max-width: 989px) {
  .footer-custom__content {
    padding: 1.6rem;
    width: 88%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Small (750px - 849px) */
@media screen and (min-width: 750px) and (max-width: 849px) {
  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.85rem;
  }
  
  .footer-custom__text {
    font-size: 12.5px !important;
    line-height: 1.5;
  }
}

/* Mobile Large (600px - 749px) */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88% !important;
    padding: 1.5rem 1.2rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13.5px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11.5px !important;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

/* Mobile Medium (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
    padding: 1.3rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11px !important;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Small (375px - 479px) */
@media screen and (min-width: 375px) and (max-width: 479px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92% !important;
    padding: 1.2rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 12px !important;
    margin-bottom: 0.75rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 10px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Extra Small (320px - 374px) */
@media screen and (max-width: 374px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95% !important;
    padding: 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 11px !important;
    margin-bottom: 0.7rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 9px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.18rem;
  }
}

/* Mobile screens (749px and below) - Your original mobile breakpoint preserved */
@media screen and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__link,
  .footer-custom__text {
    word-wrap: break-word;
  }
}

/* Adobe Fonts - Import at the very top */
@import url("https://use.typekit.net/baw6plm.css");

/* Apply Adobe font to footer elements */
.footer-custom__link,
.footer-custom__text {
  font-family: 'itc-american-typewriter', serif !important;
}

/* Footer section */
.footer-custom {
  position: relative;
  background-color: #f5f5f5;
  margin-top: 0 !important;
  clear: both;
}

.footer-custom__background {
  position: relative;
  width: 100%;
  z-index: 0;
  display: block;
}

.footer-custom__background img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.footer-custom__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.footer-custom__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  transition: opacity 0.3s ease;
  font-weight: 500;
}

.footer-custom__link:hover {
  opacity: 0.7;
}

.footer-custom__text {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 0.3rem;
  font-weight: 400;
}

.footer-custom__text:last-child {
  margin-bottom: 0;
}

.footer-custom__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}

/* Desktop/Tablet - Show desktop image, hide mobile */
.footer-bg-desktop {
  display: block;
}

.footer-bg-mobile {
  display: none !important;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   ========================== */

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-custom__content {
    padding: 1.9rem;
    width: 95%;
  }
  
  .footer-custom__link {
    font-size: 16px;
    margin-bottom: 0.95rem;
  }
  
  .footer-custom__text {
    font-size: 14px;
  }
}

/* Medium Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .footer-custom__content {
    padding: 1.7rem;
    width: 92%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.55;
  }
}

/* Tablet Large (750px - 989px) - Your existing tablet breakpoint */
@media screen and (max-width: 989px) {
  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }

  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }

  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Medium (850px - 989px) - Fine-tuning */
@media screen and (min-width: 850px) and (max-width: 989px) {
  .footer-custom__content {
    padding: 1.6rem;
    width: 88%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Small (750px - 849px) */
@media screen and (min-width: 750px) and (max-width: 849px) {
  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.85rem;
  }
  
  .footer-custom__text {
    font-size: 12.5px !important;
    line-height: 1.5;
  }
}

/* Mobile Large (600px - 749px) */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88% !important;
    padding: 1.5rem 1.2rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13.5px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11.5px !important;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

/* Mobile Medium (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
    padding: 1.3rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11px !important;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Small (375px - 479px) */
@media screen and (min-width: 375px) and (max-width: 479px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92% !important;
    padding: 1.2rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 12px !important;
    margin-bottom: 0.75rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 10px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Extra Small (320px - 374px) */
@media screen and (max-width: 374px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95% !important;
    padding: 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 11px !important;
    margin-bottom: 0.7rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 9px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.18rem;
  }
}

/* Mobile screens (749px and below) - Your original mobile breakpoint preserved */
@media screen and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__link,
  .footer-custom__text {
    word-wrap: break-word;
  }
}

/* ===========================
   ORIENTATION ADJUSTMENTS
   ========================== */

/* Tablet Portrait (768px - 1024px in portrait) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-custom__content {
    width: 85% !important;
    padding: 1.8rem !important;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.85rem;
  }
  
  .footer-custom__text {
    font-size: 12px !important;
    line-height: 1.5;
  }
}

/* Adobe Fonts - Import at the very top */
@import url("https://use.typekit.net/baw6plm.css");

/* Apply Adobe font to footer elements */
.footer-custom__link,
.footer-custom__text {
  font-family: 'itc-american-typewriter', serif !important;
}

/* Footer section */
.footer-custom {
  position: relative;
  background-color: #f5f5f5;
  margin-top: 0 !important;
  clear: both;
}

.footer-custom__background {
  position: relative;
  width: 100%;
  z-index: 0;
  display: block;
}

.footer-custom__background img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.footer-custom__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.footer-custom__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  transition: opacity 0.3s ease;
  font-weight: 500;
}

.footer-custom__link:hover {
  opacity: 0.7;
}

.footer-custom__text {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 0.3rem;
  font-weight: 400;
}

.footer-custom__text:last-child {
  margin-bottom: 0;
}

.footer-custom__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}

/* Desktop/Tablet - Show desktop image, hide mobile */
.footer-bg-desktop {
  display: block;
}

.footer-bg-mobile {
  display: none !important;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   ========================== */

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-custom__content {
    padding: 1.9rem;
    width: 95%;
  }
  
  .footer-custom__link {
    font-size: 16px;
    margin-bottom: 0.95rem;
  }
  
  .footer-custom__text {
    font-size: 14px;
  }
}

/* Medium Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .footer-custom__content {
    padding: 1.7rem;
    width: 92%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.55;
  }
}

/* Tablet Large (750px - 989px) - Your existing tablet breakpoint */
@media screen and (max-width: 989px) {
  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }

  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }

  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Medium (850px - 989px) - Fine-tuning */
@media screen and (min-width: 850px) and (max-width: 989px) {
  .footer-custom__content {
    padding: 1.6rem;
    width: 88%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Small (750px - 849px) */
@media screen and (min-width: 750px) and (max-width: 849px) {
  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.85rem;
  }
  
  .footer-custom__text {
    font-size: 12.5px !important;
    line-height: 1.5;
  }
}

/* Mobile Large (600px - 749px) */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88% !important;
    padding: 1.5rem 1.2rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13.5px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11.5px !important;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

/* Mobile Medium (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
    padding: 1.3rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11px !important;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Small (375px - 479px) */
@media screen and (min-width: 375px) and (max-width: 479px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92% !important;
    padding: 1.2rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 12px !important;
    margin-bottom: 0.75rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 10px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Extra Small (320px - 374px) */
@media screen and (max-width: 374px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95% !important;
    padding: 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 11px !important;
    margin-bottom: 0.7rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 9px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.18rem;
  }
}

/* Mobile screens (749px and below) - Your original mobile breakpoint preserved */
@media screen and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__link,
  .footer-custom__text {
    word-wrap: break-word;
  }
}

/* ===========================
   ORIENTATION ADJUSTMENTS
   ========================== */

/* Tablet Portrait (768px - 1024px in portrait) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }
  
  .footer-custom {
    position: relative !important;
    display: block !important;
    isolation: isolate !important;
  }
  
  .footer-custom__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 82% !important;
    padding: 1.6rem !important;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
  
  .footer-custom__text {
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

/* Mobile Landscape (ALL widths up to 915px in landscape) */
@media screen and (max-width: 915px) and (max-height: 430px) and (orientation: landscape) {
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }
  
  .footer-custom {
    position: relative !important;
    display: block !important;
    isolation: isolate !important;
  }
  
  .footer-custom__background {
    position: relative !important;
    width: 100% !important;
    z-index: 0 !important;
  }
  
  .footer-custom__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 70% !important;
  }

  .footer-custom {
    padding: 2rem 0.8rem !important;
  }
  
  .footer-custom__link {
    font-size: 11px !important;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  
  .footer-custom__text {
    font-size: 9px !important;
    line-height: 1.4;
    margin-bottom: 0.12rem;
  }
}
/* ===========================
   Override Footer Styles
   =========================== */

/* Apply to all screen sizes */
@media screen and (max-width: 600px) {
  /* Footer section */
  .footer-custom {
    background-color: #FFEDF7 !important;
    padding-top: 45px !important;      /* Section top padding */
    padding-bottom: 38px !important;   /* Section bottom padding */
    position: relative !important;
    display: block !important;
    margin-top: 0 !important;
    clear: both !important;
  }

  /* Footer background */
  .footer-custom__background {
    position: relative !important;
    width: 100% !important;
    z-index: 0 !important;
  }

  .footer-custom__background img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
    vertical-align: bottom !important;
  }

  /* Footer content */
  .footer-custom__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    padding: 1.5rem !important;
    z-index: 2 !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  /* Heading style */
  .footer-custom__heading {
    font-family: Plain !important;
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    vertical-align: middle !important;
    margin-bottom: 0.5rem !important;
  }

  /* Footer links */
  .footer-custom__link {
    font-family: Plain !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    vertical-align: middle !important;
    display: block !important;
    margin-bottom: 0.8rem !important;
    text-decoration: underline !important;
    color: #000000 !important;
  }

  /* Footer text */
  .footer-custom__text {
    font-family: Plain !important;
    font-weight: 500 !important;
    font-style: Medium !important;
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #000000 !important;
    margin-top: 20px;
    margin-bottom: 0.3rem0 !important;
  }

  /* Show mobile image, hide desktop image */
  .footer-bg-desktop {
    display: none !important;
  }

  .footer-bg-mobile {
    display: block !important;
  }
}
