/* ============================================================ */
/* 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 h6 { 
  font-size: 14px !important; 
  letter-spacing: 2px !important; 
  color: #275c53 !important; /* Teal: #275c53 */
  margin-bottom: 5px !important; 
  text-transform: uppercase !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: #f5f0ea !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.305) !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: #fcfafa !important; /* Off-white text: #fcfafa */
  line-height: 92px !important;
  margin-bottom: 20px !important;
}
.banner__content p {
  color: #ffffff !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 (CORRECTED FOR CLIPPING) */
/* 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, #2222229c, 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: #cc0c0c !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 */
/* Purpose: Styles for footer with animated trucks and information */
.footer-wrapper {
  width: 100% !important;
  background-color: #150925 !important; /* Dark purple background: #150925 */
  color: #ffffff !important; /* White text: #ffffff */
}
.animation-scene {
  position: relative !important;
  height: 450px !important;
  width: 100% !important;
  perspective: 500px !important;
  overflow: hidden !important;
  border-bottom: 2px solid #48118a !important; /* Purple border: #48118a */
  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;
  transform: translateX(-50%) !important;
  z-index: 3 !important;
  width: 100% !important; /* Full width for desktop */
  height: 500px !important; /* Preserved height */
  object-fit: cover !important; /* Cover without distortion */
}
.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;
}
.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;
}
.animation-scene #semi-truck {
  bottom: 70px !important;
  width: 300px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 18s !important;
  opacity: 0.9 !important;
  animation-delay: 0s !important;
}
.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-3 {
  bottom: 70px !important;
  width: 300px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 20s !important;
  opacity: 0.85 !important;
  animation-delay: 6s !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-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-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-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-8 {
  bottom: -100px !important;
  width: 600px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 18s !important;
  animation-delay: 21s !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-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-11 {
  bottom: 70px !important;
  width: 300px !important;
  animation-name: drive-left-to-right !important;
  animation-duration: 20s !important;
  opacity: 0.85 !important;
  animation-delay: 30s !important;
}
.animation-scene #truck-12 {
  bottom: -6px !important;
  width: 400px !important;
  animation-name: drive-right-to-left !important;
  animation-duration: 17s !important;
  animation-delay: 33s !important;
}
.roadside-wrapper, .truck {
  will-change: transform, left, background-position !important;
  transform: translateZ(0) !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 10: Mega Menu Styles (FIXED — animation-based) */
/* 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: #ffffff;
  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 11: Footer Animation Layers */
/* Purpose: Styles for background layers in footer animation */
.sky-layer {
  background: url("../img/footer/1_scene_backround.png") 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.png") 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;
}

/* ============================================================ */
/* Section 11.1: Footer Animation Keyframes */
/* Purpose: Define animations for background scrolling and truck movement */
@keyframes scroll-background {
  0% { background-position: 0 100%; }
  100% { background-position: -2000px 100%; }
}
@keyframes drive-left-to-right {
  0% { left: -200px; } /* Adjusted for smaller truck size */
  100% { left: 100%; }
}
@keyframes drive-right-to-left {
  0% { left: 100%; }
  100% { left: -200px; } /* Adjusted for smaller truck size */
}
@keyframes truck-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}














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