/* ============================================================ */
/* FILE PATH: assets/css/about-page.css                         */
/* ============================================================ */

/* ========================================================================== */
/* ---- 1) BUTTON SHAPE + BASE STATE ---------------------------------------- */
.header__top .social.social__icon li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(18px + 10px * 2);
  height: calc(18px + 10px * 2);
  color: #facc15 !important;
  background: transparent !important;
  border: 2px solid #facc15 !important;
  border-radius: 9999px !important;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  text-decoration: none !important;
}

.header__top .social.social__icon li a i {
  font-size: 18px !important;
  color: currentColor !important;
}

/* ---- 2) HOVER + FOCUS ----------------------------------------------------- */
.header__top .social.social__icon li a:hover,
.header__top .social.social__icon li a:focus-visible {
  transform: translateY(-2px);
  color: #ffffff !important;
  background: #2e0c5e !important;
  border-color: #2e0c5e !important;
  outline: none !important;
}

.header__top .social.social__icon li a:focus-visible {
  box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.35);
}

/* ---- 3) ALIGNABLE IMG - Direct styling without ::before ------------------- */
/* Simply style the img to match the icon size, no pseudo-element needed */
.header__top .social.social__icon li a[aria-label="Alignable"] img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(84%) sepia(78%) saturate(508%)
    hue-rotate(357deg) brightness(103%) contrast(102%);
}

/* ============================================================ */
/* SECTION: Original Breadcrumb Banner Styling (RESTORED)
/* ============================================================ */
.breadcumd__banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../img/about/banner.avif") !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #1a0b2e !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: var(--banner-height, 600px) !important;
}

/* Banner Image Container - holds the <img> tag */
.breadcumd__banner .banner-img-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  overflow: hidden !important;
}

/* The actual banner image */
.breadcumd__banner .banner-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.breadcumd__banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) !important;
}

.breadcumd__banner .breadcumd__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  padding: 200px 0 !important;
}

.breadcumd__banner .left__content {
  color: #ffffff;
  font-weight: 600;
}

.breadcumd__banner .right__content {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcumd__banner .right__content li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ff0000;
}

.breadcumd__banner .right__content li:not(:last-child) {
  margin-right: 10px;
  color: #ffffff;
}

.breadcumd__banner .right__content li a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.breadcumd__banner .right__content li a:hover {
  color: #ff0000;
}

/* ========================================================================== */
/* NEW: Detailed About Page Banner (with scrolling text)                      */
/* ========================================================================== */

/* Override wrapper for the new layout */
.breadcumd__banner--detailed .breadcumd__wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.breadcumd__banner--detailed .left-content {
  flex: 0 1 650px;
  max-width: 650px;
  width: 100%;
  min-width: 0;
  text-align: left;
}

.breadcumd__banner--detailed {
  height: calc(var(--banner-height, 600px) - 10px) !important;
  min-height: calc(var(--banner-height, 600px) - 10px) !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.breadcumd__banner--detailed .left-content,
.breadcumd__banner--detailed .service-glass-container {
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 24px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.breadcumd__banner--detailed .left-content h1,
.breadcumd__banner--detailed .service-heading {
  color: #facc15 !important;
  margin: 0 0 10px 0 !important;
  font-size: 2.4em !important;
  line-height: 1.2 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.breadcumd__banner--detailed .left-content h2,
.breadcumd__banner--detailed .service-description {
  color: #facc15 !important;
  margin: 0 0 15px 0 !important;
  font-size: 1.2em !important;
  line-height: 1.35 !important;
  font-weight: normal !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
}

/* Scrolling Text Box */
.breadcumd__banner--detailed #scrolling-text-box {
  color: #ffffff !important;
  background-color: transparent !important;
  max-width: 650px;
  width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 1.2em;
  line-height: 1.6;
  height: 312px;
  overflow: hidden;
  margin: 0;
}

.breadcumd__banner--detailed #scroll-content {
  color: #ffffff !important;
  margin: 20px 25px;
  animation: fadeFill 20s linear infinite;
}

/* Buttons */
.breadcumd__banner--detailed .cta-buttons,
.breadcumd__banner--detailed .service-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.breadcumd__banner--detailed .btn-yellow {
  background-color: #facc15 !important;
  color: #2e0c5e !important;
  border: 2px solid white !important;
  border-radius: 50px !important;
  padding: 12px 30px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  min-width: 160px;
  text-align: center;
  transition: all 0.3s ease;
}

.breadcumd__banner--detailed .btn-yellow:hover {
  background-color: white !important;
  color: #2e0c5e !important;
}

.breadcumd__banner--detailed .btn-outline {
  background-color: transparent !important;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 50px !important;
  padding: 12px 30px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  min-width: 160px;
  text-align: center;
  transition: all 0.3s ease;
}

.breadcumd__banner--detailed .btn-outline:hover {
  background-color: white !important;
  color: #2e0c5e !important;
}

.breadcumd__banner--detailed .service-btn {
  padding: 12px 28px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  transition: all 0.3s ease !important;
}

.breadcumd__banner--detailed .service-btn-secondary {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.breadcumd__banner--detailed .service-btn-secondary span {
  color: #ffffff !important;
}

/* Breadcrumb Right Side */
.breadcumd__banner--detailed .right__content {
  position: absolute;
  top: 20px;
  right: 20px;
  flex: 0 0 auto;
  justify-content: flex-end;
}

.breadcumd__banner--detailed .right__content li span {
  color: #f9f7f2 !important;
  font-size: 1.5em;
}

.breadcumd__banner--detailed .right__content li a span {
  color: white;
  margin-left: 8px;
  font-size: 1.5em;
}

.breadcumd__banner--detailed .right__content li i {
  color: white;
  font-size: 1.2em;
}

/* --- Highlight active breadcrumb page --- */
.breadcumd__banner--detailed .right__content li:last-child span {
  color: #facc15 !important; /* Brand yellow for highlight */
  font-weight: bold;
}

/* Fade Animation */
@keyframes fadeFill {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* Responsive Rules for Detailed Breadcrumb */
@media (max-width: 768px) {
  .breadcumd__banner--detailed .breadcumd__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcumd__banner--detailed .left-content h1 {
    font-size: 1.8em !important;
  }
  .breadcumd__banner--detailed .left-content h2 {
    font-size: 1.05em !important;
  }
  .breadcumd__banner--detailed #scrolling-text-box {
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }
  .breadcumd__banner--detailed #scroll-content {
    font-size: 1em;
  }
  .breadcumd__banner--detailed .cta-buttons {
    justify-content: flex-start;
  }
  .breadcumd__banner--detailed .right__content {
    position: static;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}

/* ============================================================ */
/* SECTION: About Page Fixed Layout                             */
/* ============================================================ */

/* ---------- Section (white) ---------- */
.about-section-fixed {
  background: #ffffff !important;
  padding: 80px 20px;
  box-sizing: border-box;
  font-family: "Poppins", "Inter", Arial, sans-serif;
  overflow: visible;
}

/* ---------- Layout wrapper ---------- */
.about-wrapper-fixed {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

/* ---------- IMAGE column (LEFT) ---------- */
.about-image-fixed {
  flex: 0 0 48%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 360px;
  box-sizing: border-box;
  order: 0;
  overflow: visible;
  position: relative;
  z-index: 20;
}

.img-frame {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.img-frame img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  transform-origin: bottom center;
  margin-bottom: -48px;
  will-change: transform;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 20;
  transform: scale(1.2) translateX(-8%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.img-frame:hover img {
  transform: scale(1.28) translateX(-8%);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* ---------- TEXT column (RIGHT) ---------- */
.about-text-fixed {
  flex: 1 1 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  color: #000000;
  order: 1;
  box-sizing: border-box;
  padding-right: 8px;
  padding-left: 8%;
  z-index: 10;
}

/* ---------- TYPOGRAPHY ---------- */
.about-text-fixed h2 {
  margin: 0 0 6px 0;
  font-weight: 800;
  font-size: 58px !important;
  line-height: 1.03;
  color: #facc15 !important;
}

.about-body-fixed {
  margin: 0;
  font-size: 24px !important;
  line-height: 1.8;
  color: #000000 !important;
  max-width: 60ch;
}

.about-lead-fixed {
  margin: 0;
  font-weight: 700;
  font-size: 22px !important;
  color: #000000 !important;
}

/* Buttons */
.about-actions-fixed {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn {
  border-radius: 40px;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 19px !important;
}
.btn-primary-fixed {
  background: #facc15;
  color: #2e0c5e;
  border: 2px solid #fff;
}
.btn-outline-fixed {
  background: transparent;
  color: #2e0c5e;
  border: 2px solid #2e0c5e;
}

/* ---------- RESPONSIVE (tablet/phone) ---------- */
@media (max-width: 992px) {
  .about-wrapper-fixed {
    flex-direction: column;
    gap: 28px;
  }
  .about-image-fixed {
    flex: 0 0 auto;
    order: 0;
    min-width: 0;
  }
  .img-frame {
    height: auto;
    padding: 0;
  }
  .img-frame img {
    transform: none !important;
    width: 100%;
    height: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
  }
  .about-text-fixed {
    padding-left: 0;
  }

  .about-text-fixed h2 {
    font-size: 34px !important;
  }
  .about-body-fixed {
    font-size: 16px !important;
    line-height: 1.6;
  }
  .about-lead-fixed {
    font-size: 15px !important;
  }
  .btn {
    font-size: 14px !important;
    padding: 10px 16px;
  }
}

@media (max-width: 560px) {
  .about-section-fixed {
    padding-block: 36px;
  }
  .about-text-fixed h2 {
    font-size: 26px !important;
  }
  .about-body-fixed {
    font-size: 14px !important;
  }
  .about-lead-fixed {
    font-size: 13px !important;
  }
}

/* ========================================================================== */
/* ---- 1) BUTTON SHAPE + BASE STATE ---------------------------------------- */
.header__top .social.social__icon li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  color: #facc15 !important;
  background: transparent !important;
  border: 2px solid #facc15 !important;
  border-radius: 50% !important;
  line-height: 1;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.header__top .social.social__icon li a i {
  font-size: 16px !important;
  color: currentColor !important;
}

/* ---- 2) HOVER + FOCUS ----------------------------------------------------- */
.header__top .social.social__icon li a:hover,
.header__top .social.social__icon li a:focus-visible {
  transform: translateY(-2px);
  color: #ffffff !important;
  background: #2e0c5e !important;
  border-color: #2e0c5e !important;
}

/* ---- 3) ALIGNABLE IMG - sized to match icons ------------------------------ */
.header__top .social.social__icon li a[aria-label="Alignable"] img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(84%) sepia(78%) saturate(508%)
    hue-rotate(357deg) brightness(103%) contrast(102%);
}

/* ========================================================================== */

.footer-widget .social-icons .alignable-custom-icon {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain;
}

/* ========================================================================== */

/* ========================================================================== */
/* SOCIAL ICONS SIZING FIX — Header + Footer (SIZE ONLY, NO COLOR CHANGES)   */
/* ========================================================================== */

/* Header top bar: Increase circle size and center icons */
.header__top .social.social__icon li a {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Header icons: Font Awesome icon size */
.header__top .social.social__icon li a i {
  font-size: 16px !important;
}

/* Header Alignable img: Match other icon sizes */
.header__top .social.social__icon li a img {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain !important;
}

/* Footer Alignable img: Match other footer icon sizes */
.footer-widget .social-icons .alignable-custom-icon {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

/* ============================================================ */
/* RESPONSIVE BANNER HEIGHT - 26 Breakpoints (320px to 8192px+) */
/* Full image visibility with background-size: contain          */
/* ============================================================ */

/* Base/Default - Extra small screens */
:root {
  --banner-height: 180px;
}

/* 320px+ - Small phones */
@media (min-width: 320px) {
  :root { --banner-height: 200px; }
}

/* 360px+ - Small phones */
@media (min-width: 360px) {
  :root { --banner-height: 220px; }
}

/* 375px+ - iPhone SE/8 */
@media (min-width: 375px) {
  :root { --banner-height: 230px; }
}

/* 400px+ - Medium phones */
@media (min-width: 400px) {
  :root { --banner-height: 240px; }
}

/* 414px+ - iPhone Plus/Max */
@media (min-width: 414px) {
  :root { --banner-height: 260px; }
}

/* 480px+ - Large phones */
@media (min-width: 480px) {
  :root { --banner-height: 280px; }
}

/* 576px+ - Phablets */
@media (min-width: 576px) {
  :root { --banner-height: 350px; }
}

/* 768px+ - Tablets portrait */
@media (min-width: 768px) {
  :root { --banner-height: 450px; }
}

/* 800px+ - Small tablets */
@media (min-width: 800px) {
  :root { --banner-height: 480px; }
}

/* 992px+ - Tablets landscape */
@media (min-width: 992px) {
  :root { --banner-height: 520px; }
}

/* 1024px+ - iPad/small laptops */
@media (min-width: 1024px) {
  :root { --banner-height: 550px; }
}

/* 1200px+ - Laptops */
@media (min-width: 1200px) {
  :root { --banner-height: 600px; }
}

/* 1280px+ - HD laptops */
@media (min-width: 1280px) {
  :root { --banner-height: 650px; }
}

/* 1366px+ - Common laptops */
@media (min-width: 1366px) {
  :root { --banner-height: 700px; }
}

/* 1440px+ - Large laptops */
@media (min-width: 1440px) {
  :root { --banner-height: 750px; }
}

/* 1600px+ - Desktop monitors */
@media (min-width: 1600px) {
  :root { --banner-height: 800px; }
}

/* 1920px+ - Full HD (1080p) */
@media (min-width: 1920px) {
  :root { --banner-height: 850px; }
}

/* 2048px+ - 2K cinema */
@media (min-width: 2048px) {
  :root { --banner-height: 900px; }
}

/* 2560px+ - QHD (1440p) */
@media (min-width: 2560px) {
  :root { --banner-height: 950px; }
}

/* 3440px+ - Ultrawide */
@media (min-width: 3440px) {
  :root { --banner-height: 1000px; }
}

/* 3840px+ - 4K UHD */
@media (min-width: 3840px) {
  :root { --banner-height: 1100px; }
}

/* 4096px+ - 4K cinema */
@media (min-width: 4096px) {
  :root { --banner-height: 1150px; }
}

/* 5120px+ - 5K */
@media (min-width: 5120px) {
  :root { --banner-height: 1200px; }
}

/* 7680px+ - 8K */
@media (min-width: 7680px) {
  :root { --banner-height: 1300px; }
}

/* 8192px+ - 8K cinema extreme */
@media (min-width: 8192px) {
  :root { --banner-height: 1400px; }
}



/* ============================================================ */
/* SERVICE GLASS CONTAINER (SYNCED)                            */
/* Source: assets/css/secondary-towing-relocation.css          */
/* ============================================================ */



/* ================================================================= */
/* MOBILE VISIBILITY SAFEGUARD                                       */
/* Ensures content isn't hidden by "overflow" or "height" issues     */
/* ================================================================= */

@media (max-width: 991px) {
    /* 1. Force Banner to fit content */
    section.banner__section-override {
        height: auto !important;
        min-height: 600px !important;
        overflow: visible !important; /* Prevents cutting off text */
    }

    /* 2. Force Glass Container Visibility */
    .shop__details, 
    .banner__content-override,
    .service__items,
    .blog__items {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important; /* Ensures it renders in flow */
    }
}


/* ============================================================ */
/* RESPONSIVE BANNER HEIGHT - 26 Breakpoints (320px to 8192px+) */
/* Full image visibility with background-size: contain          */
/* ============================================================ */

/* Base/Default - Extra small screens */
:root {
  --banner-height: 180px;
}

/* 320px+ - Small phones */
@media (min-width: 320px) {
  :root { --banner-height: 200px; }
}

/* 360px+ - Small phones */
@media (min-width: 360px) {
  :root { --banner-height: 220px; }
}

/* 375px+ - iPhone SE/8 */
@media (min-width: 375px) {
  :root { --banner-height: 230px; }
}

/* 400px+ - Medium phones */
@media (min-width: 400px) {
  :root { --banner-height: 240px; }
}

/* 414px+ - iPhone Plus/Max */
@media (min-width: 414px) {
  :root { --banner-height: 260px; }
}

/* 480px+ - Large phones */
@media (min-width: 480px) {
  :root { --banner-height: 280px; }
}

/* 576px+ - Phablets */
@media (min-width: 576px) {
  :root { --banner-height: 350px; }
}

/* 768px+ - Tablets portrait */
@media (min-width: 768px) {
  :root { --banner-height: 450px; }
}

/* 800px+ - Small tablets */
@media (min-width: 800px) {
  :root { --banner-height: 480px; }
}

/* 992px+ - Tablets landscape */
@media (min-width: 992px) {
  :root { --banner-height: 520px; }
}

/* 1024px+ - iPad/small laptops */
@media (min-width: 1024px) {
  :root { --banner-height: 550px; }
}

/* 1200px+ - Laptops */
@media (min-width: 1200px) {
  :root { --banner-height: 600px; }
}

/* 1280px+ - HD laptops */
@media (min-width: 1280px) {
  :root { --banner-height: 650px; }
}

/* 1366px+ - Common laptops */
@media (min-width: 1366px) {
  :root { --banner-height: 700px; }
}

/* 1440px+ - Large laptops */
@media (min-width: 1440px) {
  :root { --banner-height: 750px; }
}

/* 1600px+ - Desktop monitors */
@media (min-width: 1600px) {
  :root { --banner-height: 800px; }
}

/* 1920px+ - Full HD (1080p) */
@media (min-width: 1920px) {
  :root { --banner-height: 850px; }
}

/* 2048px+ - 2K cinema */
@media (min-width: 2048px) {
  :root { --banner-height: 900px; }
}

/* 2560px+ - QHD (1440p) */
@media (min-width: 2560px) {
  :root { --banner-height: 950px; }
}

/* 3440px+ - Ultrawide */
@media (min-width: 3440px) {
  :root { --banner-height: 1000px; }
}

/* 3840px+ - 4K UHD */
@media (min-width: 3840px) {
  :root { --banner-height: 1100px; }
}

/* 4096px+ - 4K cinema */
@media (min-width: 4096px) {
  :root { --banner-height: 1150px; }
}

/* 5120px+ - 5K */
@media (min-width: 5120px) {
  :root { --banner-height: 1200px; }
}

/* 7680px+ - 8K */
@media (min-width: 7680px) {
  :root { --banner-height: 1300px; }
}

/* 8192px+ - 8K cinema extreme */
@media (min-width: 8192px) {
  :root { --banner-height: 1400px; }
}

/* ============================================================ */
/* SERVICE GLASS CONTAINER (SYNCED)                            */
/* Source: assets/css/secondary-towing-relocation.css          */
/* ============================================================ */

/* ================================================================= */
/* MOBILE VISIBILITY SAFEGUARD                                       */
/* Ensures content is not hidden by overflow or height issues        */
/* ================================================================= */

@media (max-width: 991px) {
    /* 1. Force Banner to fit content */
    section.banner__section-override {
        height: auto !important;
        min-height: 600px !important;
        overflow: visible !important;
    }

    /* 2. Force Glass Container Visibility */
    .shop__details, 
    .banner__content-override,
    .service__items,
    .blog__items {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }
}

/* ====================================================================================== */
/* ====================================================================================== */
/*          UNIVERSAL MASTER FIX - VISUALS + LAYOUT + RESPONSIVENESS                     */
/* ====================================================================================== */
/* ====================================================================================== */

/* ====================================================================================== */
/* 1. GLASS CONTAINER VISUALS (Applies to all screens)                                    */
/* ====================================================================================== */
.service-glass-container {
  background-color: rgba(0, 0, 0, 0.3) !important;
  padding: 35px 40px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  max-width: 800px !important;
  position: relative !important;
  z-index: 10 !important;
}

.service-heading {
  color: #ffffff !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.service-description {
  color: #f0f0f0 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  margin-bottom: 25px !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) !important;
}

.service-buttons {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
  margin-top: 20px !important;
}

.service-btn, .cmn--btn {
  white-space: nowrap !important;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
}

.service-btn-primary {
  background-color: #facc15 !important;
  color: #222222 !important;
  border: 2px solid #facc15 !important;
}

.service-btn-secondary {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

/* ====================================================================================== */
/* 2. DESKTOP LAYOUT (Screens larger than 991px)                                          */
/* ====================================================================================== */
@media (min-width: 992px) {
  .service-glass-container {
    left: -300px !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  
  .service-heading {
    text-align: left !important;
  }

  .service-description {
    text-align: left !important;
  }
  
  .service-buttons {
    justify-content: flex-start !important;
  }

  .left-content {
    margin-left: -50px !important;
  }
}

/* ====================================================================================== */
/* 3. MOBILE/TABLET LAYOUT FIX (Screens smaller than 991px)                               */
/* ====================================================================================== */
@media (max-width: 991px) {
    
    .service-glass-container {
        left: 0 !important;
        margin: 20px auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 30px 20px !important;
        transform: none !important;
        background-color: rgba(0, 0, 0, 0.6) !important;
        text-align: center !important;
    }

    .service-heading { 
        font-size: 32px !important; 
        text-align: center !important;
    }
    
    .service-description { 
        font-size: 16px !important; 
        text-align: center !important;
    }
    
    .service-buttons { 
        justify-content: center !important; 
    }
    
    .left-content { 
        margin-left: 0 !important; 
    }

    .header-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 90px !important;
        padding: 0 15px !important;
        position: relative !important;
    }

    .header-wrapper .main__logo {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        bottom: auto !important;
        z-index: 20 !important;
        width: auto !important;
    }
    
    .header-wrapper .main__logo .logo img {
        height: 50px !important;
        width: auto !important;
        object-fit: contain !important;
    }

    .header-wrapper .menu__components {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 25 !important;
        display: flex !important;
        gap: 15px !important;
    }

    .header-wrapper .logo__menuadjust nav, .straddle-logo {
        display: none !important;
    }

    section.banner__section,
    section.banner__section-override {
        display: block !important;
        height: auto !important;
        min-height: 800px !important;
        padding-bottom: 60px !important;
        overflow: visible !important;
        margin-bottom: 0 !important;
    }

    .banner__image, 
    .banner__section .swiper-slide .banner__image {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 100% !important;
        width: 100% !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .banner__content,
    .banner__content-override {
        position: relative !important;
        margin-top: 80px !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 10 !important;
    }
    
    section.banner__section + section,
    section.banner__section-override + section,
    .feature__section {
        margin-top: 0 !important;
        padding-top: 50px !important;
        background: #fff !important;
        position: relative !important;
        z-index: 5 !important;
    }
}

