/* ============================================================ */
/* File Path: /assets/css/index.css */
/* Purpose: Consolidated stylesheet for the index.html page. */
/* VERSION 2.5 - UPDATED 08/30/2025 */
/* ============================================================ */

/* ============================================================ */
/* Section 1: Foundational Styles (from main.css) */
/* Purpose: Define base styles for body, typography, and links */
body {
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  background-color: #ffffff !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222 !important;
  font-family: "DM Sans", sans-serif !important;
  text-transform: capitalize !important;
}
h1 {
  font-size: 68px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
}
h2 {
  font-size: 40px !important;
  line-height: 140% !important;
  font-weight: 500 !important;
}
h4 {
  font-size: 24px !important;
  line-height: 130% !important;
  font-weight: 600 !important;
}
h6 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 130% !important;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
a {
  text-decoration: none !important;
  text-transform: capitalize !important;
  margin: 0 !important;
  color: #222222 !important;
  font-family: "DM Sans", sans-serif !important;
  transition: all 0.3s !important;
}
a:hover {
  text-decoration: none !important;
  color: #facc15 !important; /* Yellow hover: #facc15 */
}
input:focus {
  color: #ffffff !important;
  outline: none !important;
}
input {
  color: #ffffff !important;
}
p {
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  color: #888888 !important;
  font-family: "DM Sans", sans-serif !important;
}

/* ============================================================ */
/* Section 2: Helper Classes (from main.css) */
/* Purpose: Utility classes for padding, margins, and Swiper pagination */
.pt-130 {
  padding-top: 130px !important;
}
.pb-130 {
  padding-bottom: 130px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100px !important;
  transition: 0.6s !important;
  border: 1px solid #2e0c5e !important; /* Purple border: #2e0c5e */
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2e0c5e !important; /* Purple active: #2e0c5e */
  transition: 0.6s !important;
}
.section__title {
  max-width: 650px !important;
  text-align: center !important;
  margin: 0 auto 50px !important;
}

.section__title h2 {
  text-transform: capitalize !important;
  font-size: 42px !important;
}
.sub__tittle h6 {
  text-transform: uppercase !important;
  color: #275c53 !important; /* Teal: #275c53 */
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  position: relative !important;
}
.ralt {
  position: relative !important;
}
.section__bg {
  background-color: #ffffff !important; /* Light beige: #f5f0ea */
}
.center {
  text-align: center !important;
  margin: 0 auto !important;
}
.overhid {
  overflow: hidden !important;
}

/* ============================================================ */
/* Section 3: Header, Search & Preloader */
/* Purpose: Styles for header, search overlay, and page loader */
.header-section {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.header__one {
  background: #2c0e53 !important; /* Deep purple background: #2c0e53 */
  padding: 25px 0 !important;
}
.header-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: all 0.9s;
  width: 100% !important;
  position: relative !important;
}
.header-wrapper .logo__menuadjust {
  display: flex !important;
  align-items: center !important;
  gap: 150px !important;
}
.header-wrapper .main__logo .logo {
  display: block !important;
  width: 200px !important;
}
.header-wrapper .main__logo .logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.header-wrapper .main-menu {
  display: flex !important;
  align-items: center !important;
}
.header-wrapper .main-menu li {
  transition: all 0.4s;
  position: relative !important;
}
.header-wrapper .main-menu li a {
  color: #ffd901 !important; /* Yellow text: #ffd901 */
  font-size: 16px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  line-height: 120% !important;
  text-transform: capitalize !important;
  padding: 40px 16px !important;
}
.header-wrapper .main-menu li a i {
  margin-left: 2px !important;
  font-size: 16px !important;
  color: #ffffff !important;
}
.header-wrapper .menu__components {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}
.header-wrapper .menu__components i {
  color: #ffffff !important;
}
.header-wrapper .menu__components .fa-bars {
  font-size: 28px !important;
  cursor: pointer !important;
  display: inline-block !important;
}
.straddle-logo {
  position: absolute;
  top: 160%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  z-index: 20 !important;
  transition: top 0.3s ease-in-out, height 0.3s ease-in-out;
}
.straddle-logo img {
  height: 230px;
  width: auto !important;
  max-width: none !important;
  transition: height 0.3s ease-in-out;
}
.header-section.sticky-header {
  position: fixed;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  transition: transform 0.3s ease-in-out;
  will-change: transform !important;
  background-color: #ffffff !important;
  box-shadow: 0 4px 10px rgb(0, 0, 0) !important;
}
.header-section.sticky-header.hide {
  transform: translateY(-100%);
}
.header-section.sticky-header .straddle-logo img {
  height: 100px;
}
.header-section.sticky-header .straddle-logo {
  top: 50%;
}
.search-wrap {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  display: none !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999999 !important;
  background-color: #ffffff !important;
}
.search-wrap .search-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
}
.search-wrap .search-cell {
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
}
.search-wrap .search-field-holder {
  width: 50% !important;
  margin: auto !important;
  position: relative !important;
}
.search-wrap .main-search-input {
  width: 100% !important;
  height: 70px !important;
  border: 0 !important;
  padding: 0 50px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-size: 25px !important;
  color: #2e0c5e !important; /* Purple text: #2e0c5e */
  border-bottom: 2px solid #2e0c5e !important; /* Purple border: #2e0c5e */
  text-align: center !important;
  letter-spacing: 2px !important;
}
input.main-search-input::placeholder {
  color: #2e0c5e !important; /* Purple placeholder: #2e0c5e */
  opacity: 1 !important;
  font-size: 25px !important;
}
.search-close {
  position: absolute !important;
  top: 50px !important;
  right: 50px !important;
  font-size: 30px !important;
  color: #2e0c5e !important; /* Purple icon: #2e0c5e */
  cursor: pointer !important;
}
.scroll-up {
  cursor: pointer !important;
  display: block !important;
  border-radius: 50px !important;
  box-shadow: inset 0 0 0 2px #ffffff !important;
  z-index: 10000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(15px) !important;
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  height: 50px !important;
  width: 50px !important;
  transition: all 200ms linear !important;
}
.scroll-up::after {
  position: absolute !important;
  font-family: "Font Awesome 6 Free" !important;
  content: "\f062" !important;
  text-align: center !important;
  line-height: 50px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #2e0c5e !important; /* Purple icon: #2e0c5e */
  left: 0 !important;
  top: 0 !important;
  height: 50px !important;
  width: 50px !important;
  cursor: pointer !important;
  display: block !important;
  z-index: 1 !important;
  transition: all 200ms linear !important;
}
.scroll-up.active-scroll {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.scroll-up svg path {
  fill: none !important;
}
.scroll-up svg.scroll-circle path {
  stroke: #2e0c5e !important; /* Purple stroke: #2e0c5e */
  stroke-width: 4px !important;
  box-sizing: border-box !important;
  transition: all 200ms linear !important;
}
#loader-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1001 !important;
}
#loader-wrapper .loader-section {
  position: fixed !important;
  top: 0 !important;
  width: 51% !important;
  height: 100% !important;
  background: #ffffff !important;
  z-index: 1000 !important;
  transform: translateX(0) !important;
}
#loader-wrapper .loader-section.section-left {
  left: 0 !important;
}
#loader-wrapper .loader-section.section-right {
  right: 0 !important;
}
#loader {
  display: block !important;
  position: relative !important;
  left: 50% !important;
  top: 50% !important;
  width: 150px !important;
  height: 150px !important;
  margin: -75px 0 0 -75px !important;
  border-radius: 50% !important;
  border: 3px solid transparent !important;
  border-top-color: #2e0c5e !important; /* Purple border: #2e0c5e */
  animation: spin 2s linear infinite !important;
  z-index: 99999 !important;
}
#loader:before {
  content: "" !important;
  position: absolute !important;
  top: 5px !important;
  left: 5px !important;
  right: 5px !important;
  bottom: 5px !important;
  border-radius: 50% !important;
  border: 3px solid transparent !important;
  border-top-color: #2e0c5e !important; /* Purple border: #2e0c5e */
  animation: spin 3s linear infinite !important;
}
#loader:after {
  content: "" !important;
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
  right: 15px !important;
  bottom: 15px !important;
  border-radius: 50% !important;
  border: 3px solid transparent !important;
  border-top-color: #2e0c5e !important; /* Purple border: #2e0c5e */
  animation: spin 1.5s linear infinite !important;
}

/* ============================================================ */
/* Section 4: Banner Section Styles */
/* Purpose: Styles for the banner slider with images and buttons */
.banner__section {
  overflow: hidden !important;
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
}
.banner__slider {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
}
.banner__image,
.imagetwo,
.imagethree {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: -2 !important;
  transform: scale(1) !important;
  transition: all 8s ease-out 0s !important;
}
.banner__image::before,
.imagetwo::before,
.imagethree::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(
    0,
    0,
    0,
    0
  ) !important; /* Dark overlay: rgba(0, 0, 0, 0.305) */
  z-index: -1 !important;
}
.swiper-slide-active .banner__image,
.swiper-slide-active .imagetwo,
.swiper-slide-active .imagethree {
  transform: scale(1.12) !important;
}
.banner__section .arry__button {
  position: absolute !important;
  top: 50% !important;
  right: 50px !important;
  transform: translateY(-50%) !important;
  z-index: 5 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.banner__section .arry__button .arry__prev,
.banner__section .arry__button .arry__next {
  width: 51px !important;
  height: 51px !important;
  border-radius: 100% !important;
  border: 1px solid #2e0c5e !important; /* Purple border: #2e0c5e */
  background: transparent !important;
  transition: all 0.3s ease-in-out !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.banner__section .arry__button .arry__next {
  background-color: #2e0c5e !important; /* Purple background: #2e0c5e */
}
.banner__section .arry__button button:hover {
  background-color: #2e0c5e !important; /* Purple background: #2e0c5e */
  border-color: #2e0c5e !important; /* Purple border: #2e0c5e */
}
.banner__section .arry__button i {
  color: #ffffff !important;
}
.banner__content {
  position: relative !important;
  z-index: 1 !important;
  padding: 250px 0 !important;
  transition: padding 0.3s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  max-width: 800px !important;
  margin: 0 auto !important;
}
.banner__content h1 {
  text-transform: capitalize !important;
  color: #ffffff !important;
  font-size: 48px !important;
  line-height: 1.2 !important;
  margin-bottom: 20px !important;
}
.banner__content p {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 28px !important;
}
.banner__content .banner__button {
  margin-top: 30px !important;
  gap: 20px !important;
  display: flex !important;
  align-items: center !important;
}
body .banner__button .cmn--btn,
body .banner__button .cmn--btn2 {
  padding: 12px 35px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
}
body .banner__button .cmn--btn {
  background-color: #ffffff !important;
  color: #ffffff !important;
  border: 2px solid #facc15 !important; /* Yellow border: #facc15 */
}
body .banner__button .cmn--btn:hover {
  background-color: #facc15 !important; /* Yellow background: #facc15 */
  color: #facc15 !important; /* Yellow text: #facc15 */
  border-color: #ffffff !important;
  transform: translateY(-2px) !important;
}
body .banner__button .cmn--btn2 {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #facc15 !important; /* Yellow text: #facc15 */
}
body .banner__button .cmn--btn2:hover {
  background-color: #ffffff !important;
  color: #2e0c5e !important; /* Purple text: #2e0c5e */
  transform: translateY(-2px) !important;
}
.banner__section {
  transition: margin-top 0.3s ease-in-out !important;
}

/* ============================================================ */
/* Section 5: Feature Section Styles */
/* Purpose: Styles for feature cards with images and hover effects */
.feature__section {
  position: relative !important;
  margin-top: -80px !important;
  z-index: 99 !important;
}
.feature__section .feature__wrapper {
  padding: 30px !important;
  padding-bottom: 75px !important;
  background-color: #ffffff !important;
}
.feature__section .feature__items .feature__thumb {
  position: relative !important;
}
.feature__section .feature__items .feature__thumb img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
  transition: all 0.4s ease-in-out !important;
}
.feature__section .feature__items .feature__thumb::after {
  content: "" !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background: linear-gradient(360deg, #2222225e, transparent) !important;
  left: 0 !important;
  bottom: 0 !important;
  transition: all 0.5s !important;
  border-radius: 10px !important;
}
.feature__section .feature__items .feature__box {
  position: absolute !important;
  bottom: 25px !important;
  text-align: center !important;
  padding: 0 30px !important;
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all 0.7s !important;
}
.feature__section .feature__items .feature__box .feature__title {
  text-transform: capitalize !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  z-index: 99 !important;
  position: relative !important;
}
.feature__section .feature__items .feature__box .feature__icon {
  margin-bottom: -65px !important;
}
.feature__section .feature__items .feature__box .feature__icon .icon {
  height: 80px !important;
  width: 80px !important;
  line-height: 80px !important;
  text-align: center !important;
  background: #2e0c5e !important; /* Purple background: #2e0c5e */
  display: inline-block !important;
  border-radius: 50% !important;
  transition: all 0.4s ease-in-out !important;
  position: relative !important;
  z-index: 99 !important;
}
.feature__section .feature__items .feature__box .feature__icon i {
  font-size: 36px !important;
  color: #facc15 !important; /* Yellow icon: #facc15 */
}
.feature__section .feature__items .feature__content {
  position: absolute !important;
  background: #2e0c5e !important; /* Purple background: #2e0c5e */
  padding: 30px 30px 30px !important;
  text-align: center !important;
  border-radius: 0 0 10px 10px !important;
  bottom: -60px !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.5s !important;
}
.feature__section .feature__items .feature__content .feature__title {
  text-transform: capitalize !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  z-index: 99 !important;
  position: relative !important;
}
.feature__section .feature__items .feature__content p {
  color: #ffffff !important;
}
.feature__section .feature__items:hover .feature__box {
  visibility: hidden !important;
  bottom: 60px !important;
}
.feature__section .feature__items:hover .feature__content {
  bottom: -30px !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

/* ============================================================ */
/* Section 6: About Section Styles */
/* Purpose: Styles for the about section with images and lists */
.about__section .about__thumb img {
  width: 100% !important;
  height: 180% !important;
}
.about__section .about__content h2 {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}
.about__section .about__content h2 span {
  color: #facc15 !important; /* Yellow text: #facc15 */
}
.about__section .about__content ul li {
  color: #888888 !important; /* Gray text: #888888 */
}
.about__section .about__content ul li:not(:last-child) {
  margin-bottom: 10px !important;
}
.about__section .about__content ul li i {
  color: #facc15 !important; /* Yellow icon: #facc15 */
  margin-right: 5px !important;
}

/* ============================================================ */
/* Section 7: Emergency Section Styles */
/* Purpose: Styles for the emergency section with gradient overlay */
.emergency__section {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
  opacity: 1 !important;
}
.emergency__section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #000000 100%);
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  border-radius: 10px;
  z-index: 1;
}
.emergency__content {
  position: relative;
  max-width: 650px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* ============================================================ */
/* Section 7.1: Discount Section Styles */
/* Purpose: Styles for discount section with cards and buttons */
.discount__section .discount__items .discount__thumb {
  position: relative !important;
}
.discount__section .discount__items .discount__thumb::before {
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  position: absolute !important;
  background-color: transparent !important;
  background-image: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.78) 20%,
    rgba(0, 60, 56, 0) 80%
  ) !important;
  content: "" !important;
  border-radius: 10px !important;
}
.discount__section .discount__items .discount__thumb img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
}
.discount__section .discount__items .discount__thumb .discount__wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.discount__section
  .discount__items
  .discount__thumb
  .discount__wrap
  .discount__content {
  padding: 60px 60px !important;
}
.discount__section
  .discount__items
  .discount__thumb
  .discount__wrap
  .discount__content
  h6 {
  color: #ffffff !important; /* White text: #ffffff */
  font-size: 15px !important;
  letter-spacing: 2px !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}
.discount__section
  .discount__items
  .discount__thumb
  .discount__wrap
  .discount__content
  h2 {
  color: #ffffff !important; /* White text: #ffffff */
  text-transform: capitalize !important;
  margin-bottom: 10px !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
}
.discount__section
  .discount__items
  .discount__thumb
  .discount__wrap
  .discount__content
  p {
  color: #ffffff !important; /* White text: #ffffff */
  margin-bottom: 40px !important;
  font-size: 1.25rem !important;
}
.discount__section .discount__items .discount__thumb .cmn--btn {
  position: absolute !important;
  bottom: 25px !important;
  left: 30px !important;
  padding: 16px 40px !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  background-color: #ffffff !important; /* Red background: #cc0c0c */
  color: #2e0c5e !important; /* Purple text: #2e0c5e */
  border: 2px solid #facc15 !important; /* Yellow border: #facc15 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  text-transform: capitalize !important;
}
.discount__section .discount__items .discount__thumb .cmn--btn:hover {
  background-color: #facc15 !important; /* Yellow background: #facc15 */
  color: #2e0c5e !important; /* Purple text: #2e0c5e */
  border-color: #ffffff !important; /* White border: #ffffff */
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3) !important;
}

/* ============================================================ */
/* Section 8: Blog Section Styles */
/* Purpose: Styles for blog section with cards and hover effects */
.blog__section {
  overflow: hidden !important;
}
.blog__section .blog__items {
  background-color: #ffffff !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
}
.blog__section .blog__items .blog__thumb {
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
}
.blog__section .blog__items .blog__thumb img {
  width: 100% !important;
  height: 100% !important;
  transition: all 0.4s ease-in-out !important;
}
.blog__section .blog__items .blog__content {
  padding: 30px 20px !important;
}
.blog__section .blog__items .blog__content h4 {
  margin-top: 0 !important;
  margin-bottom: 13px !important;
}
.blog__section .blog__items .blog__content h4 a {
  color: #222222 !important; /* Dark text: #222222 */
  transition: all 0.4s ease-in-out !important;
}
.blog__section .blog__items .blog__content ul {
  display: flex !important;
  align-items: center !important;
  margin: 10px 0 !important;
}
.blog__section .blog__items .blog__content ul li {
  margin-right: 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #888888 !important; /* Gray text: #888888 */
}
.blog__section .blog__items .blog__content ul li i {
  margin-right: 5px !important;
  color: #facc15 !important; /* Yellow icon: #facc15 */
  font-size: 16px !important;
}
.blog__section .blog__items:hover .blog__content h4 a {
  color: #facc15 !important; /* Yellow text on hover: #facc15 */
}
.blog__section .blog__items:hover .blog__thumb img {
  transform: scale(1.1) rotate(-4deg) !important;
}

/* ============================================================ */
/* Section 9: Footer Section Styles - General Layout */
/* ============================================================ */

.footer-wrapper {
  width: 100% !important;
  background-color: #150925 !important;
  color: #ffffff !important;
}

.footer-info {
  padding: 40px 0 !important;
}
.footer-info .container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
.footer-top-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  gap: 30px !important;
  padding-bottom: 30px !important;
}
.footer-widget {
  position: relative !important;
  text-align: center !important;
}
.footer-logo {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100px !important;
  width: auto !important;
}
.widget-title {
  color: #ffd60a !important; /* Yellow text: #ffd60a */
  font-size: 1.25rem !important;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}
.footer-widget:first-child .widget-title {
  margin-top: 115px !important;
}
.contact-list,
.quick-links {
  list-style: none !important;
  padding: 0 !important;
  text-align: center !important;
}
.contact-list li,
.quick-links li {
  margin-bottom: 10px !important;
}
.contact-list i {
  color: #ffd60a !important; /* Yellow icon: #ffd60a */
  margin-right: 10px !important;
}
.social-icons {
  display: flex !important;
  gap: 15px !important;
  justify-content: center !important;
  margin-top: 15px !important;
}
.social-icons a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 1.2rem !important;
  color: #1a0b2e !important; /* Dark purple text: #1a0b2e */
  background-color: #ffd60a !important; /* Yellow background: #ffd60a */
  border-radius: 50% !important;
  transition: all 0.3s !important;
}
.social-icons a:hover {
  transform: scale(1.1) rotate(10deg) !important;
  background-color: #ffffff !important;
}
.footer-bottom {
  text-align: center !important;
  padding-top: 20px !important;
  border-top: 1px solid #48118a !important; /* Purple border: #48118a */
}
.footer-info,
.footer-widget p,
.contact-list a,
.quick-links a,
.contact-list span,
.footer-bottom p {
  color: #ffffff !important;
  text-decoration: none !important;
}
.contact-list a:hover,
.quick-links a:hover {
  color: #ffd60a !important; /* Yellow text on hover: #ffd60a */
}

/*** ============================================================ ***/
/*** Section 11: Footer Animation Layers & Keyframes (ORIGINAL WORKING CODE) ***/
/*** Purpose: All styles and animations for the scrolling footer scene, including trucks. ***/
/*** ============================================================ ***/

/* --- Main Animation Container & Trucks --- */
.animation-scene {
  position: relative !important;
  height: 450px !important;
  width: 100% !important;
  perspective: 500px !important;
  overflow: hidden !important;
  border-bottom: 2px solid #48118a !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.roadside-wrapper {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0% !important;
  z-index: 3 !important;
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
}
.animation-scene .truck-layer {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 10 !important;
}
.animation-scene .truck {
  position: absolute !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  will-change: transform !important;
}
.animation-scene .truck img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  animation: truck-bob 1s ease-in-out infinite !important;
  image-rendering: crisp-edges !important;
}

/* --- Animated Scrolling Layers --- */
.sky-layer {
  background: url("../img/footer/1_scene_backround.avif") repeat-x bottom center !important;
  background-size: cover !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  animation: scroll-background 60s linear infinite !important;
}
.mountains-layer {
  background: url("../img/footer/1-truck.avif") repeat-x bottom center !important;
  background-size: contain !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  animation: scroll-background 90s linear infinite !important;
}

.roadside-wrapper,
.truck {
  will-change: transform, left, background-position !important;
  transform: translateZ(0) !important;
}

/* --- KEYFRAME ANIMATIONS --- */
@keyframes scroll-background {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: -2000px 100%;
  }
}
@keyframes drive-left-to-right {
  0% {
    left: -200px;
  }
  100% {
    left: 100%;
  }
}
@keyframes drive-right-to-left {
  0% {
    left: 100%;
  }
  100% {
    left: -200px;
  }
}
@keyframes truck-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* --- INDIVIDUAL TRUCK ANIMATION ASSIGNMENTS --- */

/* --- EASTBOUND TRUCKS (LEFT TO RIGHT) --- */
.animation-scene #semi-truck {
  bottom: 70px !important;
  width: 200px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 18s !important;
  opacity: 0.9 !important;
  animation-delay: 0s !important;
}
.animation-scene #truck-3 {
  bottom: 70px !important;
  width: 450px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 20s !important;
  opacity: 0.85 !important;
  animation-delay: 6s !important;
}
.animation-scene #truck-5 {
  bottom: 70px !important;
  width: 450px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 22s !important;
  opacity: 0.9 !important;
  animation-delay: 12s !important;
}
.animation-scene #truck-7 {
  bottom: 70px !important;
  width: 300px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 19s !important;
  opacity: 0.85 !important;
  animation-delay: 18s !important;
}
.animation-scene #truck-9 {
  bottom: 70px !important;
  width: 300px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 21s !important;
  opacity: 0.9 !important;
  animation-delay: 24s !important;
}
.animation-scene #truck-11 {
  bottom: 70px !important;
  width: 500px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 20s !important;
  opacity: 0.85 !important;
  animation-delay: 30s !important;
}

/* --- WESTBOUND TRUCKS (RIGHT TO LEFT) --- */
.animation-scene #pickup-truck {
  bottom: -1px !important;
  width: 500px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 15s !important;
  animation-delay: 3s !important;
}
.animation-scene #truck-4 {
  bottom: -1px !important;
  width: 500px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 17s !important;
  animation-delay: 9s !important;
}
.animation-scene #truck-6 {
  bottom: -1px !important;
  width: 700px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 16s !important;
  animation-delay: 15s !important;
}
.animation-scene #truck-8 {
  bottom: -100px !important;
  width: 700px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 18s !important;
  animation-delay: 21s !important;
}
.animation-scene #truck-10 {
  bottom: -1px !important;
  width: 450px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 16s !important;
  animation-delay: 27s !important;
}
.animation-scene #truck-12 {
  bottom: -3px !important;
  width: 500px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 17s !important;
  animation-delay: 33s !important;
}

/* ============================================================ */
/* Section 10: Mega Menu Styles                             */
/* Purpose: Styles for mega menu with 3D flip animation */
:root {
  --brand-purple: #2e0c5e; /* Deep Royal Purple: #2e0c5e */
  --brand-yellow: #facc15; /* Vibrant Amber Yellow: #facc15 */
  --mega-menu-speed: 1s;
  --mega-menu-ease: cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-container {
  position: fixed;
  display: none;
  visibility: hidden;
  z-index: 999999;
  width: 800px;
  max-width: 90vw;
  min-width: 280px;
  min-height: 200px;
  background: linear-gradient(135deg, #ffffff, var(--brand-purple));
  border: 6px solid var(--brand-yellow);
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25), 0 8px 30px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  transform-origin: top center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, opacity;
  overflow: visible;
}
.mega-container.active {
  display: flex;
  flex-direction: column;
  visibility: visible;
  animation: pageFlip var(--mega-menu-speed) var(--mega-menu-ease) forwards;
}
.mega-container.closing {
  display: flex;
  visibility: visible;
  animation: pageUnflip calc(var(--mega-menu-speed) * 0.8) var(--mega-menu-ease)
    forwards;
}
.mega-header {
  background: linear-gradient(180deg, var(--brand-purple), var(--brand-purple));
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: move;
  border-bottom: 1px solid var(--brand-yellow);
  user-select: none;
  flex-shrink: 0;
  color: #ffffff;
}
.mega-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.mega-close {
  background: none;
  border: none;
  color: #181616;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.mega-close:hover,
.mega-close:focus {
  background: linear-gradient(45deg, var(--brand-yellow), var(--brand-purple));
  transform: rotate(90deg) translateZ(10px);
  animation: shine 0.6s ease;
}
.mega-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: visible;
  color: #ffffff;
}
.mega-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mega-column {
  flex: 1 1 250px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mega-item a {
  position: relative;
  display: block;
  color: #121212;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  text-decoration: none;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid var(--brand-yellow);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2),
    inset 0 2px 5px rgba(160, 160, 160, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease,
    color 0.3s ease;
  overflow: hidden;
}
.mega-item a:hover,
.mega-item a:focus {
  transform: translateY(-5px) translateZ(15px) rotate(2deg);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg, var(--brand-yellow), var(--brand-purple));
  color: var(--brand-purple);
  animation: shine 0.6s ease;
}
.mega-accordion {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  color: #ffffff;
}
.mega-accordion-trigger {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 2px 5px rgba(255, 255, 255, 0.3);
}
.mega-accordion-trigger:hover,
.mega-accordion-trigger:focus {
  background: linear-gradient(45deg, var(--brand-yellow), var(--brand-purple));
  transform: translateZ(8px) rotate(1deg);
  color: var(--brand-purple);
  animation: shine 0.6s ease;
}
.mega-accordion-trigger i {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 12px;
  color: var(--brand-yellow);
}
.mega-accordion.active .mega-accordion-panel {
  display: block;
}
.mega-accordion-panel {
  padding-left: 10px;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
}
.mega-accordion-link {
  position: relative;
  display: block;
  padding: 8px 0;
  color: #121212;
  background: linear-gradient(45deg, var(--brand-purple), var(--brand-purple));
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  margin: 4px 0;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease,
    color 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.mega-accordion-link:hover,
.mega-accordion-link:focus {
  background: linear-gradient(45deg, var(--brand-yellow), var(--brand-purple));
  transform: translateX(5px) translateZ(12px) rotate(1deg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  color: var(--brand-purple);
  animation: shine 0.6s ease;
}
.resize-handle {
  position: absolute;
  background: var(--brand-purple);
  z-index: 1000001;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.resize-top,
.resize-bottom {
  height: 10px;
  left: 12px;
  right: 12px;
  cursor: ns-resize;
}
.resize-left,
.resize-right {
  width: 10px;
  top: 12px;
  bottom: 12px;
  cursor: ew-resize;
}
.resize-top {
  top: -5px;
}
.resize-bottom {
  bottom: -5px;
}
.resize-left {
  left: -5px;
}
.resize-right {
  right: -5px;
}
.resize-top-left,
.resize-top-right,
.resize-bottom-left,
.resize-bottom-right {
  width: 16px;
  height: 16px;
  background: rgba(0, 123, 255, 0.4);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.resize-top-left {
  top: -8px;
  left: -8px;
  cursor: nwse-resize;
}
.resize-top-right {
  top: -8px;
  right: -8px;
  cursor: nesw-resize;
}
.resize-bottom-left {
  bottom: -8px;
  left: -8px;
  cursor: nesw-resize;
}
.resize-bottom-right {
  bottom: -8px;
  right: -8px;
  cursor: nwse-resize;
}
.resize-handle:hover {
  background: var(--brand-yellow);
  transform: scale(1.1);
}

/* ============================================================ */
/* Section 12: Get a Free Quote Section Styles */
/* Purpose: Styles for quote section with image and form, using Flexbox for equal sizing */
.quote__section {
  padding: 60px 0 !important;
  background-color: #f5f0ea !important; /* Light beige background: #f5f0ea */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 400px !important; /* Fixed height to prevent expansion */
}
.quote__wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 30px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
.quote__image,
.quote__form {
  flex: 1 1 400px !important; /* Equal size for image and form */
  min-height: 400px !important; /* Consistent height */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.quote__image {
  order: -1 !important; /* Ensures image is on the left */
}
.quote__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 10px !important;
}
.quote__form {
  padding: 30px !important;
  background-color: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.quote__form h2 {
  color: #48118a !important; /* Purple text: #48118a */
  font-size: 2rem !important;
  margin-bottom: 15px !important;
}
.quote__form p {
  color: #48118a !important; /* Purple text: #48118a */
  font-size: 1rem !important;
  margin-bottom: 20px !important;
}
.quote__form form {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}
.quote__form label {
  color: #48118a !important; /* Purple text: #48118a */
  font-size: 1rem !important;
  font-weight: 500 !important;
}
.quote__form input,
.quote__form textarea {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #48118a !important; /* Purple border: #48118a */
  border-radius: 5px !important;
  font-size: 1rem !important;
  color: #48118a !important; /* Purple text: #48118a */
}
.quote__form input::placeholder,
.quote__form textarea::placeholder {
  color: #48118a !important; /* Purple placeholder: #48118a */
  opacity: 0.7 !important;
}
.quote__form textarea {
  height: 100px !important;
  resize: vertical !important;
}
.quote__form .quote__button {
  padding: 12px 30px !important;
  background-color: #48118a !important; /* Purple background: #48118a */
  color: #ffffff !important; /* White text: #ffffff */
  border: none !important;
  border-radius: 50px !important; /* Oval shape */
  font-size: 1rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  align-self: flex-start !important;
}
.quote__form .quote__button:hover {
  background-color: #3a0e6b !important; /* Darker purple on hover: #3a0e6b */
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/* ============================================================ */
/* Section 13: Responsive Styles */
/* Purpose: Responsive adjustments for various sections and quote section */
@media (max-width: 1399px) {
  .banner__content {
    padding: 180px 0 !important;
  }
  .banner__content h1 {
    font-size: 56px !important;
    line-height: 80px !important;
  }
}
@media (max-width: 1199px) {
  .header-wrapper .logo__menuadjust {
    gap: 50px !important;
  }
  .banner__content {
    padding: 140px 0 !important;
  }
  .banner__content h1 {
    font-size: 48px !important;
    line-height: 65px !important;
  }
}
@media (max-width: 991px) {
  .header-wrapper .menu__components .fa-bars {
    display: none !important;
  }
  .header-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .header-wrapper .main__logo {
    position: absolute !important;
    left: 50% !important;
    bottom: -90px !important;
    transform: translateX(-50%) !important;
    z-index: 50 !important;
    width: 120px !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .header-wrapper .main__logo .logo {
    width: 100% !important;
    height: auto !important;
  }
  .header-wrapper .main__logo .logo img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
  }
  .header-wrapper .menu__components {
    position: relative !important;
    z-index: 10 !important;
  }
  .banner__section .arry__button {
    display: none !important;
  }
  .banner__content {
    padding: 110px 0 !important;
  }
  .banner__content h1 {
    font-size: 36px !important;
    line-height: 50px !important;
    margin-bottom: 25px !important;
  }
}

@media (min-width: 992px) {
  .header-wrapper .main__logo {
    display: none !important;
  }
  .header-wrapper .logo__menuadjust {
    flex-grow: 1 !important;
    justify-content: center !important;
  }
  .header-wrapper .main-menu {
    justify-content: center !important;
    width: 100% !important;
  }
  .header-wrapper .main-menu > li:nth-child(3) {
    margin-right: 180px !important;
  }
  .header-wrapper .main-menu > li:nth-child(4) {
    margin-left: 180px !important;
  }
  .header-wrapper .menu__components .fa-bars {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .banner__content {
    padding: 90px 0 !important;
  }
}
@media (max-width: 575px) {
  .banner__content {
    padding: 60px 0 !important;
  }
  .banner__content h1 {
    font-size: 28px !important;
    line-height: 38px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 374px) {
  .banner__button {
    gap: 8px !important;
    margin-top: 20px !important;
  }
  body .banner__button .cmn--btn,
  body .banner__button .cmn--btn2 {
    padding: 8px 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .emergency__section {
    padding-top: 200px;
    padding-bottom: 200px;
    min-height: 350px;
  }
  .discount__section
    .discount__items
    .discount__thumb
    .discount__wrap
    .discount__content
    h2 {
    font-size: 2rem !important;
  }
  .discount__section
    .discount__items
    .discount__thumb
    .discount__wrap
    .discount__content
    p {
    font-size: 1.1rem !important;
  }
  .discount__section .discount__items .discount__thumb .cmn--btn {
    padding: 14px 35px !important;
    font-size: 1.1rem !important;
  }
  .quote__wrapper {
    flex-direction: column !important; /* Stack image and form on smaller screens */
  }
  .quote__image,
  .quote__form {
    flex: 1 1 100% !important; /* Full width for mobile */
    min-height: 300px !important;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
  .emergency__section {
    padding-top: 150px;
    padding-bottom: 150px;
    min-height: 300px;
  }
  .discount__section
    .discount__items
    .discount__thumb
    .discount__wrap
    .discount__content
    h2 {
    font-size: 1.75rem !important;
  }
  .discount__section
    .discount__items
    .discount__thumb
    .discount__wrap
    .discount__content
    p {
    font-size: 1rem !important;
  }
  .discount__section .discount__items .discount__thumb .cmn--btn {
    padding: 12px 30px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
  .emergency__section {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 250px;
  }
  .emergency__content h2 {
    font-size: 28px;
  }
  .discount__section .discount__items .discount__wrap .discount__content {
    padding: 40px !important;
  }
  .discount__section .discount__items .discount__thumb .cmn--btn {
    padding: 10px 25px !important;
    font-size: 0.9rem !important;
  }
  .quote__form h2 {
    font-size: 1.75rem !important;
  }
  .quote__form input,
  .quote__form textarea {
    font-size: 0.9rem !important;
  }
  .quote__form .quote__button {
    padding: 10px 25px !important;
    font-size: 0.9rem !important;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
  .emergency__section {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 200px;
  }
  .emergency__content h2 {
    font-size: 24px;
  }
  .discount__section .discount__items .discount__wrap .discount__content {
    padding: 30px !important;
  }
  .discount__section .discount__items .discount__thumb .cmn--btn {
    padding: 8px 20px !important;
    font-size: 0.8rem !important;
  }
  .quote__image,
  .quote__form {
    min-height: 250px !important;
  }
}

/* ============================================================ */
/* Section 4.1: Banner                                 */
/* Purpose: Make all slides identical height, stop distortion,   */
/* prevent black blink, and keep CPU usage low.         */
/* ============================================================ */

/* Keep the whole banner stack at a consistent, responsive height */
.banner__section,
.banner__section .banner__slider,
.banner__section .swiper-wrapper,
.banner__section .swiper-slide {
  min-height: clamp(560px, 78vh, 980px) !important;
}

/* Each slide is a stable clipping context (no seams during fades) */
.banner__section .swiper-slide {
  position: relative !important;
  overflow: hidden !important;
}

/* Background image fills the slide without stretching */
.banner__section .banner__image {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  /* Layering + GPU promotion to avoid dark “blink” and jitter */
  z-index: 0 !important;
  transform: translateZ(0) !important;
  will-change: opacity, transform !important;
  backface-visibility: hidden !important;
}

/* Neutralize any stray inline offsets on slide content containers */
.banner__section .swiper-slide > .container {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
}

/* Prevent layout thrash during transitions */
.banner__section .swiper-wrapper {
  contain: layout paint size !important;
}

/* Respect user motion preferences to keep things light on some machines */
@media (prefers-reduced-motion: reduce) {
  .banner__section .banner__image {
    transition: none !important;
    animation: none !important;
  }
}

/* === FLIP-ONLY PATCH (ADD-ONLY) === */
.mega-container {
  perspective: 1200px;
}
.mega-container .mega-content {
  transform-origin: top center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

/* States are data attributes so we don't collide with your classes */
.mega-container[data-flip-state="opening"] .mega-content {
  animation: megaFlipIn 380ms cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.mega-container[data-flip-state="closing"] .mega-content {
  animation: megaFlipOut 280ms cubic-bezier(0.55, -0.2, 0.3, 1.05) both;
}

@keyframes megaFlipIn {
  from {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes megaFlipOut {
  from {
    transform: rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-container[data-flip-state] .mega-content {
    animation: none !important;
  }
}

/* ============================================================ */
/* ✅ NEW MEGA MENU ANIMATION OVERRIDE STYLES - START */
/* These rules are forced to ensure they override all existing styles. */
/* ============================================================ */

/* --- Base Navigation Structure --- */
.nav-links {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-item {
  position: relative !important;
  perspective: 1500px !important;
  transform-style: preserve-3d !important;
}

/* --- Menu Trigger Button Styling (to match existing links) --- */
.menu-trigger {
  font-family: "Inter", sans-serif !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  color: #ffd901 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 120% !important;
  text-transform: capitalize !important;
  padding: 10px 16px !important; /* Adjusted padding for button */
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  transition: color 0.3s ease !important;
}

.menu-trigger:hover,
.menu-trigger.active {
  color: #ffffff !important;
}

.menu-trigger::after {
  content: "▼" !important;
  font-size: 0.6em !important;
  transition: transform 0.3s ease !important;
}

.menu-trigger.active::after {
  transform: rotate(180deg) !important;
}

/* --- Base Mega Menu Styling & Layout --- */
.mega-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  width: 700px !important;
  max-width: 90vw !important;
  background-color: #2c0e53 !important;
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  padding: 2rem !important;
  border-top: 3px solid #facc15 !important;
  z-index: 2000 !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.mega-menu.is-open {
  visibility: visible !important;
  opacity: 1 !important;
}

.mega-menu-content {
  display: flex !important;
  gap: 2rem !important;
  flex-wrap: wrap !important;
}

.mega-menu-column {
  flex: 1 !important;
  min-width: 180px !important;
}

.mega-menu-column h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #facc15 !important;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid #48118a !important;
  padding-bottom: 0.5rem !important;
}

.mega-menu-column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mega-menu-column ul li a {
  text-decoration: none !important;
  color: #ffffff !important;
  display: block !important;
  padding: 0.5rem 0 !important;
  transition: color 0.3s ease !important;
  font-weight: 400 !important;
}

.mega-menu-column ul li a:hover {
  color: #facc15 !important;
}

.promo-column {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 8px !important;
  padding: 1rem !important;
  text-align: center !important;
}

.promo-column img {
  max-width: 100% !important;
  border-radius: 6px !important;
  margin-bottom: 1rem !important;
}

.promo-column p {
  font-size: 0.9rem !important;
  margin-bottom: 1rem !important;
  color: #f0f0f0 !important;
}

.promo-column .promo-button {
  display: inline-block !important;
  background-color: #facc15 !important;
  color: #2c0e53 !important;
  padding: 0.6rem 1.2rem !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.promo-column .promo-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(250, 204, 21, 0.4) !important;
}

/* ============================================================ */
/* ✅ MEGA MENU ANIMATION OVERRIDE STYLES - END */
/* ============================================================ */

/* ============================================================ */
/* ✅ ANIMATIONS TO EXISTING HTML STRUCTURE - START */
/* ============================================================ */

/* Add perspective to the dropdown list items for 3D transforms */
.header-wrapper .main-menu li.dropdown {
  perspective: 1500px !important;
  transform-style: preserve-3d !important;
}

/* Target the anchor tag to act as the trigger */
.header-wrapper .main-menu li.dropdown > a {
  cursor: pointer !important; /* Make it clear it's clickable */
}

/* Style the chevron icon to rotate when the menu is active */
.header-wrapper .main-menu li.dropdown > a i.fas.fa-chevron-down {
  transition: transform 0.3s ease !important;
}

.header-wrapper .main-menu li.dropdown > a.active i.fas.fa-chevron-down {
  transform: rotate(180deg) !important;
}

/* Style the hidden mega menu div that will be injected by JavaScript */
.header-wrapper .main-menu li.dropdown .mega-menu {
  /* Positioning relative to the list item */
  position: absolute !important;
  top: 100% !important; /* Position it right below the nav item */
  left: 50% !important;
  transform: translateX(-50%); /* Center it horizontally */

  /* Visual Styling (Matches your screenshot and desired design) */
  width: auto !important; /* Let content decide width */
  min-width: 650px; /* Set a minimum width */
  background-color: #2c0e53 !important; /* Match header background */
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  padding: 2rem !important;
  border-top: 3px solid #ffd901 !important; /* Match yellow accent */
  z-index: 2000 !important;

  /* Initial State (Hidden) & Animation Setup */
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Apply the animations when the 'is-open' class is added */
.header-wrapper .main-menu li.dropdown .mega-menu-book-flip {
  transform-origin: left center !important;
  transform: translateX(-50%) rotateY(-90deg) !important;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.4s ease-out, visibility 0s 0.5s !important;
}
.header-wrapper .main-menu li.dropdown .mega-menu.is-open.mega-menu-book-flip {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) rotateY(0deg) !important;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s ease-in, visibility 0s !important;
}

.header-wrapper .main-menu li.dropdown .mega-menu-flip-down {
  transform-origin: top center !important;
  transform: translateX(-50%) rotateX(-90deg) !important;
  transition: transform 0.3s ease-in, opacity 0.3s ease, visibility 0s 0.3s !important;
}
.header-wrapper .main-menu li.dropdown .mega-menu.is-open.mega-menu-flip-down {
  visibility: visible !important;
  opacity: 1 !important;
  animation: flipDownAndRock 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards !important;
  transition: visibility 0s !important;
}

.header-wrapper .main-menu li.dropdown .mega-menu-book-flip-reverse {
  transform-origin: right center !important;
  transform: translateX(-50%) rotateY(90deg) !important;
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.4s ease-out, visibility 0s 0.5s !important;
}
.header-wrapper
  .main-menu
  li.dropdown
  .mega-menu.is-open.mega-menu-book-flip-reverse {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(-50%) rotateY(0deg) !important;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s ease-in, visibility 0s !important;
}

/* ============================================================ */
/* ✅ NEW MEGA MENU STRUCTURE OVERRIDES (BASED ON ORIGINAL HTML) - END */
/* ============================================================ */

/*
========================================
Footer Social Icons - Corrected Round Shape
========================================
*/
.footer-widget .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
  justify-content: flex-start; /* Ensures alignment to the start if there's extra space */
  align-items: center; /* Vertically aligns items if they have different heights (though they shouldn't here) */
}

.footer-widget .social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px; /* Slightly increased size for better visual balance */
  height: 45px; /* MUST be equal to width for a perfect circle */
  border-radius: 50%; /* This is the key to making it round */
  background-color: #2e0c5e;
  color: #ffffff;
  font-size: 20px; /* Slightly larger icon for better visibility */
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0; /* Prevents icons from shrinking in tight spaces */
}

/* Style for when you hover over an icon */
.footer-widget .social-icons a:hover {
  background-color: #ffc107;
  color: #2e0c5e;
  transform: translateY(-3px) scale(1.1); /* Added a slight scale effect on hover */
}

.footer-widget .social-icons .alignable-custom-icon {
  width: 70%; /* Adjusts the image size relative to its parent <a> */
  height: 70%; /* Keeps aspect ratio */
  object-fit: contain; /* Ensures the entire image is visible within its bounds */
}
.footer-widget .social-icons .alignable-custom-icon {
  width: 70%; /* Adjusts the image size relative to its parent <a> */
  height: 70%; /* Keeps aspect ratio */
  object-fit: contain; /* Ensures the entire image is visible within its bounds */
}



/* ============================================================ */
/* 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; }
}

/* ============================================================ */
/* Home Banner Auto-Fit Overrides                               */
/* ============================================================ */
.banner__section,
.banner__section .banner__slider,
.banner__section .swiper-wrapper,
.banner__section .swiper-slide {
  height: var(--banner-height) !important;
  min-height: var(--banner-height) !important;
}

.banner__section.overhid .swiper-slide .banner__image {
  height: 100% !important;
  min-height: 100% !important;
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Disable banner zoom-in effect */
.banner__section .swiper-slide-active .banner__image {
  transform: scale(1) !important;
}

/* Remove banner zoom animation */
.banner__section .banner__image,
.banner__section .swiper-slide-active .banner__image,
.banner__section .swiper-slide-prev .banner__image,
.banner__section .swiper-slide-next .banner__image {
  transform: scale(1) !important;
  transition: none !important;
  animation: none !important;
}

/* Bottom purple border */
.banner__section {
  border-bottom: 10px solid #2e0c5e !important;
  box-sizing: border-box !important;
}

/* ================================================================= */
/* 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) {
    section.banner__section-override {
        height: auto !important;
        min-height: 600px !important;
        overflow: visible !important;
    }

    .shop__details, 
    .banner__content-override,
    .service__items,
    .blog__items {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
    }
}

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

.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;
}

@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;
  }
}

@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;
    }
}

