@charset "UTF-8";
/* =========================
   Responsive visibility utilities
   Breakpoints:
   Mobile: 0 - 767px
   Tablet: 768px - 991px
   Desktop: 992px and above
   ========================= */
/* Default display helpers */
.show-mobile,
.show-tablet,
.show-desktop,
.show-mobile-flex,
.show-tablet-flex,
.show-desktop-flex,
.show-mobile-inline,
.show-tablet-inline,
.show-desktop-inline,
.show-mobile-inline-block,
.show-tablet-inline-block,
.show-desktop-inline-block {
  display: none !important;
}

/* Always hide helpers */
.hide-mobile,
.hide-tablet,
.hide-desktop {
  display: inherit;
}

/* =========================
   Mobile only
   ========================= */
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .show-mobile-flex {
    display: flex !important;
  }
  .show-mobile-inline {
    display: inline !important;
  }
  .show-mobile-inline-block {
    display: inline-block !important;
  }
}
/* =========================
   Tablet only
   ========================= */
@media (min-width: 768px) and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: block !important;
  }
  .show-tablet-flex {
    display: flex !important;
  }
  .show-tablet-inline {
    display: inline !important;
  }
  .show-tablet-inline-block {
    display: inline-block !important;
  }
}
/* =========================
   Desktop only
   ========================= */
@media (min-width: 992px) {
  .hide-desktop {
    display: none !important;
  }
  .show-desktop {
    display: block !important;
  }
  .show-desktop-flex {
    display: flex !important;
  }
  .show-desktop-inline {
    display: inline !important;
  }
  .show-desktop-inline-block {
    display: inline-block !important;
  }
}
/* =========================
   Combined utilities
   ========================= */
/* Show on mobile and tablet, hide on desktop */
.show-mobile-tablet {
  display: none !important;
}

@media (max-width: 991px) {
  .show-mobile-tablet {
    display: block !important;
  }
}
/* Show on tablet and desktop, hide on mobile */
.show-tablet-desktop {
  display: none !important;
}

@media (min-width: 768px) {
  .show-tablet-desktop {
    display: block !important;
  }
}
/* Hide on mobile and tablet */
@media (max-width: 991px) {
  .hide-mobile-tablet {
    display: none !important;
  }
}
/* Hide on tablet and desktop */
@media (min-width: 768px) {
  .hide-tablet-desktop {
    display: none !important;
  }
}
/* Hide on mobile and desktop, show only on tablet */
.hide-mobile-desktop {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hide-mobile-desktop {
    display: block !important;
  }
}
/* Flex versions for combined utilities */
.show-mobile-tablet-flex,
.show-tablet-desktop-flex,
.hide-mobile-desktop-flex {
  display: none !important;
}

@media (max-width: 991px) {
  .show-mobile-tablet-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .show-tablet-desktop-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hide-mobile-desktop-flex {
    display: flex !important;
  }
}
html.loader-locked {
  overflow-y: scroll !important;
  /* Force scrollbar to remain visible */
}

body.loader-locked {
  overflow: hidden !important;
  /* Prevent page from being scrolled */
}

html.js-enabled [class*=reveal-],
html.js-enabled [class*=parallax-] {
  opacity: 0;
  visibility: hidden;
}
html.js-enabled [class*=parallax-] {
  opacity: 1;
  visibility: visible;
}
html.js-enabled .reveal-left {
  transform: translateX(-60px);
}
html.js-enabled .reveal-right {
  transform: translateX(60px);
}
html.js-enabled .reveal-top {
  transform: translateY(-60px);
}
html.js-enabled .reveal-bottom {
  transform: translateY(60px);
}
html.js-enabled .reveal-fade-up {
  transform: translateY(40px);
}
html.js-enabled .reveal-fade-down {
  transform: translateY(-40px);
}
html.js-enabled .reveal-zoom {
  transform: scale(0.8);
}
html.js-enabled .reveal-scale-up {
  transform: scale(0.5);
}
html.js-enabled .reveal-scale-down {
  transform: scale(1.5);
}
html.js-enabled .reveal-rotate {
  transform: rotate(-15deg) scale(0.9);
}
html.js-enabled .reveal-tilt-left {
  transform: rotate(-5deg) translateY(20px);
}
html.js-enabled .reveal-tilt-right {
  transform: rotate(5deg) translateY(20px);
}
html.js-enabled .reveal-wipe-left {
  clip-path: inset(0% 0% 0% 100%);
  opacity: 1;
  visibility: visible;
}
html.js-enabled .reveal-wipe-right {
  clip-path: inset(0% 100% 0% 0%);
  opacity: 1;
  visibility: visible;
}
html.js-enabled .reveal-wipe-up {
  clip-path: inset(100% 0% 0% 0%);
  opacity: 1;
  visibility: visible;
}
html.js-enabled .reveal-stagger,
html.js-enabled .reveal-stagger-fast,
html.js-enabled .reveal-stagger-slow {
  opacity: 1;
  visibility: visible;
}

body {
  padding-top: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

.color-brand-orange {
  color: #df8826;
}

#smooth-wrapper {
  position: relative;
  z-index: 20;
}

.yc-sec-title {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -1px;
}
.yc-sec-title span {
  color: #df8826;
}

.yardcore-sec-title {
  font-size: 2.8rem !important;
}
.yardcore-sec-title span {
  font-weight: 600;
}

.ys-sub-title {
  font-size: 1.3rem !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 20px;
}
.ys-sub-title span {
  color: #df8826;
}

/* Technology Intro Section */
.tech-intro-main-title {
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 700 !important;
}
.tech-intro-main-title span {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 600;
}
@media (max-width: 991px) {
  .tech-intro-main-title {
    font-size: 3.5rem;
    letter-spacing: -1.5px;
  }
}
.tsi-subtext {
  margin-top: 60px !important;
}

.tech-intro-bullet {
  position: absolute;
  left: -50px;
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

.tech-intro-sidebar {
  border-right: 1px solid #f0f0f0;
}

.tech-sidebar-follow-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.tech-sidebar-follow {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.tech-social-link {
  color: #000;
  font-size: 1.1rem;
  transition: opacity 0.3s ease;
}
.tech-social-link:hover {
  opacity: 0.5;
  color: #000;
}

.tech-intro-label {
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 1px;
}

.tech-intro-line {
  width: 250px;
  height: 1px;
  background-color: #dcdcdc;
  position: relative;
}
.tech-intro-line::before, .tech-intro-line::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.tech-intro-line::before {
  left: 0;
}
.tech-intro-line::after {
  right: 0;
}
@media (max-width: 991px) {
  .tech-intro-line {
    width: 150px;
  }
}

.tech-intro-description {
  font-size: 1.1rem !important;
  line-height: 1.6;
}

.tech-play-btn {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.tech-play-btn:hover {
  transform: scale(1.1);
}

.tech-play-label {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.tech-play-sub {
  font-size: 0.85rem;
}

/* Video Modal Premium Styling */
#videoModal .modal-dialog.modal-xl {
  max-width: 80vw;
}
#videoModal .modal-content {
  background: transparent;
}
#videoModal .btn-close {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.8;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 1060;
  position: relative;
}
#videoModal .btn-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.modal-backdrop.show {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/*Hero Mobile */
.mobile-hero {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.mobile-hero .mobile-hero-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mobile-hero .mobile-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mobile-hero .mobile-hero-content {
  position: absolute;
  top: 25%;
  right: 0;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.95));
  padding: 25px 20px;
  text-align: right;
  width: 100%;
  max-width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 0;
}
.mobile-hero .mobile-hero-content h4 {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.mobile-hero .mobile-hero-content .mobile-hero-logo {
  width: 320px;
  height: auto;
  display: block;
}

/* Scrollytelling Layout */
.scrolly-container {
  height: 100vh;
  position: relative;
  background-color: #000;
  font-family: "Poppins", sans-serif;
}

.scrolly-sticky {
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  transform-origin: top left;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay-text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  z-index: 11;
  pointer-events: none;
}
.hero-overlay-text h1 {
  font-weight: 500 !important;
}

.hero-sec-title .hst-h5 {
  font-size: 1.5rem !important;
  font-weight: 600;
  margin-bottom: 0rem;
}
.hero-sec-title p {
  font-size: 0.9rem !important;
}

/* Scroll Prompt */
.scroll-prompt {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
/* Grid Items */
.grid-card {
  position: relative;
  background-color: #222;
  height: calc(50vh - 24px);
  display: flex;
  flex-direction: column;
}

.grid-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.card-overlay,
.card-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.card-overlay h5,
.card-content h5 {
  font-size: 1.3rem !important;
}

.fade-in-card {
  opacity: 0;
  transform: translateY(0);
}

@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-slideinbottom {
  opacity: 0;
  animation: slideInBottom 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

/* ==========================================================================
   YC Battery Section (New Cinematic Design)
   ========================================================================== */
.yc-battery-section {
  position: relative;
  padding: 120px 0;
  background-color: #0b0c10;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.yc-battery-section__bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/battery/battery-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
  transform: scale(1);
}
@media (max-width: 991px) {
  .yc-battery-section {
    padding: 80px 0;
    min-height: auto;
  }
}
.yc-battery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(11, 12, 16, 0.8) 0%, rgba(11, 12, 16, 0.1) 50%);
  z-index: 1;
}
.yc-battery-section__inner {
  position: relative;
  z-index: 2;
}
.yc-battery-section__eyebrow {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 0.85rem;
  margin-bottom: 20px;
  display: block;
}
.yc-battery-section__title {
  color: #fff;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  letter-spacing: -2px;
  margin-bottom: 30px;
}
.yc-battery-section__highlight {
  color: #de7c00;
}
.yc-battery-section__subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.25rem;
  max-width: 550px;
  margin-bottom: 40px;
  line-height: 1.6;
  border-left: 3px solid #de7c00;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .yc-battery-section__subtitle {
    font-size: 1.1rem;
  }
}
.yc-battery-section__list {
  margin-bottom: 50px;
  padding-left: 0;
  list-style: none;
}
.yc-battery-section__list li {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  opacity: 0.9;
}
.yc-battery-section__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #de7c00;
  display: inline-block;
  margin-right: 15px;
  border-radius: 2px;
  flex-shrink: 0;
}
.yc-battery-section__cta {
  padding: 15px 45px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.yc-battery-section__cta:hover {
  background-color: #de7c00 !important;
  border-color: #de7c00 !important;
  box-shadow: 0 10px 30px rgba(222, 124, 0, 0.3);
  transform: translateY(-3px);
}
.yc-battery-section .yc-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.yc-battery-section .yc-reveal.yc-active {
  opacity: 1;
  transform: translateY(0);
}
.yc-battery-section .yc-reveal[data-delay="100"] {
  transition-delay: 0.1s;
}
.yc-battery-section .yc-reveal[data-delay="200"] {
  transition-delay: 0.2s;
}
.yc-battery-section .yc-reveal[data-delay="300"] {
  transition-delay: 0.3s;
}
.yc-battery-section .yc-reveal[data-delay="400"] {
  transition-delay: 0.4s;
}
.yc-battery-section .yc-reveal[data-delay="500"] {
  transition-delay: 0.5s;
}
.yc-battery-section .yc-reveal[data-delay="600"] {
  transition-delay: 0.6s;
}
.yc-battery-section .yc-reveal[data-delay="700"] {
  transition-delay: 0.7s;
}
.yc-battery-section .yc-reveal[data-delay="800"] {
  transition-delay: 0.8s;
}
.yc-battery-section .yc-reveal[data-delay="900"] {
  transition-delay: 0.9s;
}
.yc-battery-section .yc-reveal[data-delay="1000"] {
  transition-delay: 1s;
}

/* --- Mobile Home Battery Section --- */
.mobile-home-battery {
  position: relative;
  width: 100%;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}
.mobile-home-battery .mhb-bg-wrapper {
  position: relative;
  width: 100%;
  z-index: 0;
}
.mobile-home-battery .mhb-bg-img {
  width: 100%;
  height: auto;
  display: block;
}
.mobile-home-battery .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mobile-home-battery .mhb-content-wrapper {
  position: relative;
  height: 100%;
  padding: 3rem 2rem !important;
}
.mobile-home-battery .mhb-main-title {
  font-size: clamp(2.2rem, 10vw, 3.3rem);
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.mobile-home-battery .mhb-main-title .color-brand-orange {
  color: #df8826;
}
.mobile-home-battery .mhb-sub-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.mobile-home-battery .mhb-sub-headline {
  font-size: clamp(1rem, 4vw, 1.4rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mobile-home-battery .mhb-feature-list {
  margin-bottom: 40px;
}
.mobile-home-battery .mhb-feature-list li {
  font-size: clamp(0.9rem, 3vw, 1rem);
  font-weight: 500;
  opacity: 0.95;
  letter-spacing: 0.2px;
  margin-bottom: 0.2rem !important;
}
.mobile-home-battery .btn-mhb-shop {
  background-color: #fff !important;
  color: #000 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mobile-home-battery .btn-mhb-shop:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #000 !important;
}
.mobile-home-battery .mhb-text-content {
  max-width: 600px;
}
@media (max-width: 991px) {
  .mobile-home-battery .mhb-main-title {
    font-size: clamp(1.55rem, 12vw, 2rem);
  }
}

/* Mobile Sections */
.mob-header {
  margin-bottom: 3rem;
}
.mob-header .mob-head {
  color: #090909;
  font-size: clamp(1.55rem, 12vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mob-header .mob-sub-head {
  font-size: 1rem;
  margin-top: 1.25rem;
  line-height: 1.5;
  color: #6c757d;
}

/* Mobile Products Section */
.mobile-products-section {
  padding: 70px 0px 70px;
}
.mobile-products-section .mob-pd-card {
  width: 100% !important;
  margin-bottom: 30px;
}
.mobile-products-section .mob-header {
  margin-bottom: 3rem;
}
.mobile-products-section .mob-header .mob-head {
  color: #090909;
  font-size: clamp(1.55rem, 12vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mobile-products-section .mob-header .mob-sub-head {
  font-size: 1rem;
  margin-top: 1.25rem;
  line-height: 1.5;
  color: #6c757d;
}

/* MObile Tech Section */
.mob-tech-section {
  padding: 70px 0px;
  background-color: #fafafa;
}
.mob-tech-section .mob-tech-card {
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.mob-tech-section .mob-tech-card .mtc-image img {
  width: 100%;
}
.mob-tech-section .mob-tech-card .mtc-body {
  padding: 20px 10px 10px 10px;
}
.mob-tech-section {
  /* Slider Specific Polish */
}
.mob-tech-section .mob-tech-swiper {
  padding: 10px 0 50px;
}
.mob-tech-section .mob-tech-swiper .mob-tech-card {
  margin-bottom: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mob-tech-section .mob-tech-swiper .mob-tech-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.mob-tech-section .swiper-controls-wrap {
  position: relative;
  z-index: 10;
  margin-top: -10px;
}
.mob-tech-section .tech-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d1d1;
  opacity: 1;
  transition: all 0.3s ease;
}
.mob-tech-section .tech-pagination .swiper-pagination-bullet-active {
  background: #df8826 !important;
  width: 24px;
  border-radius: 4px;
}
.mob-tech-section .swiper-button-prev-tech,
.mob-tech-section .swiper-button-next-tech {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #090909;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.mob-tech-section .swiper-button-prev-tech:hover,
.mob-tech-section .swiper-button-next-tech:hover {
  background: #df8826;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.mob-tech-section .swiper-button-prev-tech.swiper-button-disabled,
.mob-tech-section .swiper-button-next-tech.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.mob-tech-section .swiper-button-prev-tech {
  left: 10px;
}
.mob-tech-section .swiper-button-next-tech {
  right: 10px;
}

/* MObile Sustainability */
.mob-sustainability {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
}
.mob-sustainability .msb-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mob-sustainability .msb-bg-wrapper .msb-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mob-sustainability .msb-bg-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.mob-sustainability .container-fluid {
  position: relative;
  z-index: 2;
  flex-grow: 1;
}
.mob-sustainability .msb-content-wrapper {
  position: relative;
  min-height: 100vh;
  padding: 5rem 1.5rem 3rem !important;
}
@media (min-width: 768px) {
  .mob-sustainability .msb-content-wrapper {
    padding: 5rem 4rem 4rem !important;
  }
}
.mob-sustainability .msb-main-title {
  font-size: clamp(1.55rem, 12vw, 2rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 1.5rem !important;
}
.mob-sustainability .msb-main-title .color-brand-orange {
  color: #df8826;
}
.mob-sustainability .msb-sub-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.8;
}
.mob-sustainability .msb-sub-headline {
  font-size: clamp(1rem, 4vw, 1.4rem);
  line-height: 1.25;
  font-weight: 700;
  max-width: 280px;
}
.mob-sustainability .msb-feature-list li {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
  opacity: 0.85;
  letter-spacing: 0.2px;
}
.mob-sustainability .msb-otp-text {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.5px;
}
.mob-sustainability .msb-otp-text span {
  font-size: 1.2rem;
  vertical-align: middle;
}
.mob-sustainability .msb-footer-content {
  text-align: right;
}
.mob-sustainability .msb-footer-content .msb-otp-img {
  width: 100px;
}
@media (max-width: 375px) {
  .mob-sustainability .msb-main-title {
    font-size: 2.4rem;
  }
  .mob-sustainability .msb-otp-text {
    font-size: 1.6rem;
  }
}

/* Mobile Blog Section */
.mob-blog {
  padding: 70px 0px;
  background-color: #fafafa;
}
.mob-blog .mob-header {
  margin-bottom: 3rem;
}
.mob-blog .mob-header .mob-head {
  color: #090909;
  font-size: clamp(1.55rem, 12vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mob-blog .mob-header .mob-sub-head {
  font-size: 1rem;
  margin-top: 1.25rem;
  line-height: 1.5;
  color: #6c757d;
}
.mob-blog .mob-blog-container .mob-blog-item {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content {
  padding: 1.5rem;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content .mob-blog-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content .mob-blog-excerpt {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content .mob-blog-link {
  color: #df8826;
  text-decoration: none !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #df8826;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content .mob-blog-link i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content .mob-blog-link:hover {
  gap: 12px;
}
.mob-blog .mob-blog-container .mob-blog-item .mob-blog-content .mob-blog-link:hover i {
  transform: translate(2px, -2px);
}

/* Dark Glass Feature Cards */
.glass-card-dark {
  background: rgba(80, 80, 80, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
  background: rgba(30, 30, 30, 0.95);
}
.glass-card-dark:hover {
  transform: translateY(-5px);
  background: rgba(30, 30, 30, 0.95);
  border-color: rgba(255, 255, 255, 0.2);
}

.feature-card h5 {
  font-size: 0.9rem;
  font-weight: 500;
  width: 50%;
}
.feature-card i {
  background: linear-gradient(45deg, #df8826, #FF9800);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* Utilities for visual layout */
.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.z-0 {
  z-index: 0 !important;
}

.target-cell {
  min-height: 200px;
  position: relative;
}

/* Home CTA Section */
.home-cta-section {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-cta-section h2 {
  font-size: clamp(2rem, 6vw, 3rem) !important;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-video-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-bg-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 55%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 0;
  border-radius: 2rem;
  will-change: width, height, top, left, transform, border-radius;
}

.cta-bg-video,
.cta-last-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-last-frame {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.cta-bg-video {
  z-index: 0;
}

.cta-last-frame {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.cta-container {
  position: relative;
  z-index: 3;
  max-width: 900px;
  visibility: visible;
}

.cta-label {
  font-size: 1.25rem;
  letter-spacing: 3px;
}
.cta-label span {
  color: #df8826;
}

.cta-desc {
  line-height: 1.6;
  opacity: 0.9;
}

.sus-otp-cover {
  display: inline-flex;
  margin-bottom: 10px !important;
}
.sus-otp-cover .sus-otp-img {
  height: 100px;
}
.sus-otp-cover .sus-otp-content {
  text-align: left;
  margin: 20px 0px 0px 15px;
}
.sus-otp-cover .sus-otp-content .sus-otp-title {
  margin-bottom: 0.1rem;
}

/* Product Section */
.product-section {
  height: 100vh;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  background-color: #fafafa;
}
.product-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.product-section .pds-title {
  padding-left: 40px;
}
.product-section .pds-title h6 {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 1px;
}
.product-section .pds-title {
  margin-bottom: 4rem !important;
  margin-top: 1.5rem !important;
}
.product-section .pds-subtitle {
  margin-top: 4.7rem !important;
  letter-spacing: 1px;
}

.product-track {
  width: max-content;
  padding-left: 5vw;
  padding-right: 5vw;
}

.product-card {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-10px);
}
.product-card {
  border: none !important;
  width: 28vw;
  min-width: 300px;
  flex-shrink: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0.4rem !important;
}
.product-card .product-card-content {
  padding: 1rem !important;
  background: rgba(30, 30, 30, 0.95);
  margin-top: -70px;
}
.product-card:hover {
  box-shadow: 0 0 30px rgba(255, 193, 7, 0.1);
}
.product-card:hover .btn {
  background-color: #df8826;
  border-color: #df8826;
  color: #fff;
}
.product-card .btn {
  transition: all 0.3s ease;
  border-radius: 10px;
  border-color: #df8826;
}
.product-card .btn:hover {
  background-color: #df8826;
  border-color: #df8826;
  color: #fff;
}
.product-card .pds-desc {
  font-size: 0.94rem !important;
}

.product-bg-overlay {
  opacity: 0.4;
}

.product-saw-wrapper {
  z-index: 1;
  pointer-events: none;
}

.product-saw-img {
  height: 90vh;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}

.product-card-fixed {
  width: 28vw;
  min-width: 300px;
  border-radius: 0.5rem;
}

.product-card-img {
  height: auto;
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
}

.product-title,
.product-price {
  font-size: 1.25rem;
  font-weight: 600;
}

/*Home Feature Section */
.tms-home {
  background-color: #000 !important;
  background-image: url("../../images/background/tech-background-dark.webp") !important;
}
.tms-home .tech-motor-main-title {
  color: #fff !important;
}
.tms-home .tech-motor-main-title span {
  color: #df8826 !important;
}
.tms-home .tech-motor-desc {
  color: #cccccc !important;
}
.tms-home .tech-motor-cards-wrapper .tech-motor-card-body .tech-motor-card-title {
  color: #df8826 !important;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Pillars Section */
.pillars-section {
  height: 100vh;
  background: linear-gradient(135deg, #a8a8a8 0%, #696969 100%);
}

.pillars-bg-container {
  z-index: 1;
}

.pillars-content-container {
  z-index: 10;
}

.pillars-headline {
  font-weight: 400;
  line-height: 3.3rem;
  margin-top: 10px;
}

.pillars-row-height {
  height: 70vh;
}

.pillar-tool-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  z-index: 1;
}
.pillar-tool-img.active {
  opacity: 1;
  z-index: 2;
}

.accordion-content {
  transition: max-height 0.5s ease;
  max-height: 0;
}

.pillar-item {
  border-bottom: 1px solid rgba(var(--bs-white-rgb), var(--bs-border-opacity, 0.1));
}
.pillar-item.active .pillar-content {
  max-height: 300px;
}
.pillar-item:last-child {
  border-bottom: none;
}

.pillar-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.pillar-desc {
  color: #fff;
}

.accordion-img {
  height: 250px;
}

/* Testimonials Section */
.testimonials-section {
  background-color: #090909 !important;
  background-image: url("../../images/home/testimonials_bg.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.testimonials-section .testimonial-header-left h2 {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
}

.testimonial-card {
  min-height: 550px;
  background: #f8f9fa;
  border: none;
}
.testimonial-card .testimonial-img-box {
  flex: 0 0 45%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.testimonial-card .testimonial-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.testimonial-card .testimonial-img-box .testimonial-img-border {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 1.5rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .testimonial-card .testimonial-img-box {
    flex: 0 0 100%;
    height: 400px;
  }
}
.testimonial-card .testimonial-text-box {
  flex: 1;
  background: #f8f9fa;
  color: #1a1a1a;
}
.testimonial-card .testimonial-text-box .star-rating i {
  color: #f18c2d;
  font-size: 1.5rem;
  margin-right: 0.2rem;
}
.testimonial-card .testimonial-text-box hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.testimonial-card .testimonial-text-box .testimonial-content .testimonial-quote-icon {
  font-size: 8rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: -2.5rem;
  left: -1rem;
  pointer-events: none;
}
.testimonial-card .testimonial-text-box .testimonial-content p {
  color: #4a4a4a;
  font-size: 1.25rem;
  line-height: 1.7;
}
.testimonial-card .testimonial-text-box .testimonial-author h5 {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

/* Swiper Pagination Customization */
.testimonial-pagination {
  bottom: 0 !important;
}
.testimonial-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 6px !important;
}
.testimonial-pagination .swiper-pagination-bullet-active {
  background: #df8826;
  width: 32px;
  border-radius: 5px;
}

/* BLOG SECTION STYLES */
#blog-section .pin-spacer {
  background: #000;
}

.blog-section {
  background-color: #090909 !important;
  padding-top: 10vh;
  padding-bottom: 10vh;
  min-height: 100vh;
  z-index: 10;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-section .blog-header {
  text-align: center;
}
.blog-section .blog-header h2 {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  color: #fff;
}

.blog-titles-wrapper {
  background-color: #fafafa;
  height: 60vh;
  padding: 0.25rem 2rem 2rem 2rem !important;
}

/* Blog Titles */
.blog-title-item {
  opacity: 0.5;
  transition: all 0.4s ease;
  border-left: none;
  padding-left: 0;
  color: #6c757d;
}
.blog-title-item.active {
  opacity: 1;
  color: #000;
}
.blog-title-item:last-child {
  border-bottom: none !important;
}
.blog-title-item h3 {
  transition: color 0.3s ease;
  font-weight: 700;
  font-size: 1.35rem;
}
.blog-title-item:hover {
  opacity: 0.8;
}
.blog-title-item span {
  color: #de7c00 !important;
}

/* Blog Content (Images) */
.blog-content-wrapper {
  perspective: 1000px;
  overflow: hidden;
  position: relative;
  height: 60vh;
}

.blog-content-item {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  z-index: 0;
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  height: 102%;
  object-fit: cover;
}
.blog-content-item.active_img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 1;
}
.blog-content-item.active_img .blog-excerpt {
  transform: translateY(0);
  opacity: 1;
}
.blog-content-item .blog-excerpt {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease 0.3s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  max-width: 350px;
}

/* Brand Colors */
.text-brand-orange {
  color: #df8826 !important;
}

/* Related Articles Section */
.related-article-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5) !important;
}

.article-date {
  font-size: 0.8rem;
  color: #888;
  font-weight: 500;
}

.article-category-badge {
  background-color: #f7e8da;
  color: #de7c00;
  font-size: 0.75rem;
  padding: 0.3rem 0.8rem;
  font-weight: 600;
}

.article-title {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 2rem;
}

.article-read-more {
  color: #de7c00;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.article-read-more:hover {
  color: #c77218;
}

.swiper-button-prev-articles,
.swiper-button-next-articles {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.swiper-button-prev-articles:hover,
.swiper-button-next-articles:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* =========================================
   Refactored Inline Styles
   ========================================= */
/* Card Overlay */
.card-content-overlay {
  z-index: 2;
  position: relative;
}

/* Battery Feature Cards */
.feature-card-1 {
  top: 7%;
  left: 22%;
  width: 250px;
}

.feature-card-2 {
  top: 24%;
  right: 2%;
  width: 190px;
}

.feature-card-3 {
  bottom: 4%;
  right: 53%;
  width: 250px;
}

.feature-desc {
  margin-top: 15px;
  font-size: 0.8rem !important;
}

/* CTA Styles */
.font-poppins {
  font-family: "Poppins", sans-serif;
}

.btn-cta-custom {
  font-size: 1rem;
}

/* Product Section Utilities */
.product-content-relative {
  z-index: 2;
}

.spacer-10vw {
  width: 10vw;
}

/* Pillar Tool Images */
.pillar-tool-img.active {
  opacity: 1;
  z-index: 2;
}

/* Pillars Structure */
.pillars-content-wrapper {
  z-index: 10;
}

.pillars-row-height {
  height: 70vh;
}

.accordion-content {
  transition: max-height 0.5s ease;
  max-height: 0;
}

.pillar-item.active .pillar-content {
  max-height: 300px;
}

/* Testimonials */
.testimonial-img-custom {
  min-height: 400px;
}

.testimonial-text {
  font-size: 1rem;
}

/* Blog Overrides */
.blog-titles-wrapper {
  height: 60vh;
}

.blog-content-wrapper {
  height: 60vh;
}

.blog-excerpt {
  max-width: 350px;
}

/* Footer */
.footer-main {
  z-index: 20;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-main .footer-email {
  font-size: clamp(1rem, 2.5vw + 0.5rem, 1.8rem) !important;
  transition: color 0.3s ease;
}
.footer-main .footer-email:hover {
  color: #fff !important;
}
.footer-main .footer-logo-img {
  width: 300px;
}
.footer-main {
  /* Custom, iPhone Retina */
}
@media only screen and (min-width: 320px) {
  .footer-main .footer-logo-img {
    width: 300px;
  }
}
.footer-main {
  /* Small Devices, Tablets */
}
@media only screen and (min-width: 768px) {
  .footer-main .footer-logo-img {
    width: 420px;
  }
}
.footer-main .footer-label {
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.footer-main .footer-link {
  font-size: 0.95rem;
}
.footer-main .footer-title {
  color: #df8826 !important;
  font-weight: 700;
}

.newsletter-wrapper {
  max-width: 100%;
}
.newsletter-wrapper input:focus {
  box-shadow: none;
  border-color: #fff !important;
}
.newsletter-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.newsletter-label {
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.footer-input-styled {
  border-color: #fff;
  border-radius: 20px;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-socials a {
  transition: color 0.3s ease, transform 0.3s ease;
}
.footer-socials a:hover {
  color: #fff !important;
  transform: translateY(-3px);
}

.list-unstyled a {
  transition: color 0.3s ease;
}
.list-unstyled a:hover {
  color: #fff !important;
}

/* Product Details Page Header */
.product-header {
  position: relative;
  height: 450px;
  min-height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 80px;
  overflow: hidden;
}
.product-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.product-header-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-image: url("../../images/pages/nav-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 0;
}

.product-header-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-hero-title {
  font-size: clamp(1.85rem, 5vw, 3.5rem);
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(0);
  z-index: 3;
}
@media (max-width: 768px) {
  .product-hero-title {
    font-size: 2.5rem;
  }
}

.product-hero-img-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-top: -50px;
}

.product-hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}

.product-breadcrumb {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8) !important;
  margin-top: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none !important;
}
.product-breadcrumb a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
}

/* Product Overview / Gallery */
.product-thumbs-swiper .swiper-slide {
  width: 120px;
  height: 120px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  opacity: 0.6;
}
.product-thumbs-swiper .swiper-slide:hover {
  border-color: #ccc;
  opacity: 1;
}
.product-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #000 !important;
  opacity: 1;
}
.product-thumbs-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Custom Swiper Navigation */
.product-main-swiper .swiper-button-next,
.product-main-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #de7c00;
  color: #fff;
  border-radius: 5px;
}
.product-main-swiper .swiper-button-next::after,
.product-main-swiper .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: bold;
}
.product-main-swiper .swiper-slide {
  overflow: hidden;
  cursor: zoom-in;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}
.product-main-swiper .swiper-slide img {
  transition: transform 0.1s ease-out;
  will-change: transform;
  max-height: 100%;
  width: auto !important;
  object-fit: contain;
}
.product-main-swiper .swiper-slide .ratio {
  width: 100%;
  max-height: 100%;
}

/* Custom Modal Close Button */
.modal-close-custom {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #000 !important;
  border-radius: 1rem !important;
  z-index: 1051;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.modal-close-custom::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 14.707a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 14.707a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") no-repeat center;
}
.modal-close-custom:hover {
  transform: rotate(90deg) scale(1.1);
  background-color: #de7c00 !important;
}

/* Gallery expand button (opens product modal) */
.product-gallery-expand-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.product-gallery-expand-btn:hover {
  background-color: #de7c00;
  transform: scale(1.1);
}

/* Accordion Customization */
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button::after {
  filter: grayscale(1);
}

.accordion-body {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #de7c00 #f1f1f1;
}
.accordion-body::-webkit-scrollbar {
  width: 6px;
}
.accordion-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.accordion-body::-webkit-scrollbar-thumb {
  background: #de7c00;
  border-radius: 4px;
}

/* Product Features Section */
.product-features-section {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.product-features-section .product-features-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-image: url("../../images/products/product-features-background.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
  will-change: transform;
}
.product-features-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.95) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.product-features-section > .container,
.product-features-section > .container-fluid {
  position: relative;
  z-index: 2;
}

.product-feature-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
.product-feature-card:hover {
  transform: translateY(-5px);
}
.product-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-feature-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: #fff;
  z-index: 2;
}

.product-feature-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-feature-card-text {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0;
}

/* Resources Section */
.resources-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.resources-section .resources-bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background-image: url("../../images/products/product-features-background.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
  will-change: transform;
}
.resources-section .resources-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.95) 100%);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.resources-section .container {
  position: relative;
  z-index: 2;
}

/* Related Products Section */
.related-products-section {
  position: relative;
  z-index: 5;
  background-color: #f9f9fa;
  padding: 5rem 0 3rem;
}

.yc-product-badge {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #df8826;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.related-product-card {
  border-radius: 0.6rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.related-product-card:hover {
  transform: translateY(-5px);
}
.related-product-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.swiper-button-prev-related,
.swiper-button-next-related,
.swiper-button-prev-features,
.swiper-button-next-features {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}
.swiper-button-prev-related::after,
.swiper-button-next-related::after,
.swiper-button-prev-features::after,
.swiper-button-next-features::after {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  transition: color 0.3s ease;
}
.swiper-button-prev-related:hover,
.swiper-button-next-related:hover,
.swiper-button-prev-features:hover,
.swiper-button-next-features:hover {
  background-color: #df8826;
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(223, 136, 38, 0.15);
}
.swiper-button-prev-related:hover::after,
.swiper-button-next-related:hover::after,
.swiper-button-prev-features:hover::after,
.swiper-button-next-features:hover::after {
  color: #fff;
}
.swiper-button-prev-related.swiper-button-disabled,
.swiper-button-next-related.swiper-button-disabled,
.swiper-button-prev-features.swiper-button-disabled,
.swiper-button-next-features.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* -----------------------
   BLOG LISTING PAGE
------------------------ */
.blog-featured-card,
.blog-grid-card {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.blog-featured-card:hover,
.blog-grid-card:hover {
  transform: translateY(-5px);
}
.blog-featured-card:hover,
.blog-grid-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.blog-featured-img-wrapper,
.blog-grid-img-wrapper {
  overflow: hidden;
}
.blog-featured-img-wrapper img,
.blog-grid-img-wrapper img {
  transition: transform 0.5s ease;
}

.blog-featured-card:hover img,
.blog-grid-card:hover img {
  transform: scale(1.05);
}

.bg-brand-orange {
  background-color: #de7c00 !important;
}

.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(222, 124, 0, 0.3) !important;
}

/* Sidebar Search & Filter */
.blog-filter-box .form-check-input:checked {
  background-color: #de7c00;
  border-color: #de7c00;
}
.blog-filter-box .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 124, 0, 0.25);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* -----------------------
   BLOG DETAILS HEADER
------------------------ */
.blog-details-header {
  position: relative;
  width: 100%;
  min-height: 450px;
  background-image: url("../../images/home/blog-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  padding-top: 150px;
}
.blog-details-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

.blog-details-header-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.blog-details-title {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
  -webkit-text-stroke: 0;
  animation: none;
}
@media (max-width: 768px) {
  .blog-details-title {
    font-size: 2.5rem;
  }
}

.blog-details-excerpt {
  font-size: 1.15rem;
  font-weight: 400;
  max-width: 900px;
  margin-bottom: 30px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .blog-details-excerpt {
    font-size: 1rem;
  }
}

.blog-details-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  opacity: 1;
}

.blog-details-meta {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.blog-details-meta .meta-left span.mx-2 {
  color: rgba(255, 255, 255, 0.4);
}
.blog-details-meta .social-links a {
  transition: color 0.3s ease;
}
.blog-details-meta .social-links a:hover {
  color: #de7c00 !important;
}
@media (max-width: 768px) {
  .blog-details-meta {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
  }
}

/* BLOG BODY STYLES */
.blog-body-section {
  position: relative;
  z-index: 10;
  padding-top: 3rem !important;
  padding-bottom: 0rem !important;
}

.blog-body-img {
  height: 400px;
  object-fit: cover;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-body-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .blog-body-img {
    height: auto;
    min-height: 250px;
  }
}

/* BLOG TAGS & SHARE SECTION */
.blog-tags-share-section {
  background-color: #fff;
  border-color: #f1f1f1 !important;
}

.blog-tag-pill {
  display: inline-block;
  padding: 8px 18px;
  background-color: #fcfcfc;
  border: 1px solid #e2ddf8;
  border-radius: 6px;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-tag-pill:hover {
  background-color: #e2ddf8;
  color: #000;
}

.share-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  border-radius: 50%;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.share-circle:hover {
  background-color: #de7c00;
  color: #fff;
}

/* BLOG COMMENTS SECTION */
.blog-comments-section {
  background-color: #fff;
  border-top: 3rem !important;
}

.blog-comments-bg {
  background-color: #f3f3f3;
}

.blog-comment-form .bg-light {
  background-color: #fff !important;
}
.blog-comment-form .form-control:focus {
  background-color: #fff !important;
  border-color: #de7c00 !important;
  box-shadow: 0 0 0 0.25rem rgba(222, 124, 0, 0.15) !important;
}
.blog-comment-form .form-check-input:checked {
  background-color: #de7c00;
  border-color: #de7c00;
}
.blog-comment-form .form-check-input:focus {
  border-color: #de7c00;
  box-shadow: 0 0 0 0.25rem rgba(222, 124, 0, 0.25);
}
.blog-comment-form .btn-brand-orange {
  background-color: #df8826 !important;
}
.blog-comment-form .btn-brand-orange:hover {
  background-color: #c77218 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(223, 136, 38, 0.3) !important;
}

/* FAQ PAGE STYLES */
.yardcore-faq {
  background-color: #fafafa;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.search-container {
  max-width: 600px;
  margin: 0 auto 50px auto;
  text-align: center;
}

.search-wrapper {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  height: 50px;
}

.search-input {
  flex: 1;
  border: none;
  padding: 0 20px;
  outline: none;
  font-size: 16px;
}

.search-btn {
  background: #db8a32;
  color: #fff;
  border: none;
  width: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.search-btn:hover {
  background: #c27627;
}

.faq-category-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s;
}
.faq-category-btn:hover {
  border-color: #db8a32;
}
.faq-category-btn.active {
  background: #db8a32;
  border-color: #db8a32;
  color: #fff;
}
.faq-category-btn.active .faq-cat-icon {
  background: #fff;
  color: #db8a32;
}
.faq-category-btn.active .faq-cat-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.faq-category-btn.active .faq-cat-chevron {
  color: #fff;
}

.faq-cat-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #f3f3f3;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.faq-cat-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.faq-cat-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 2px;
}

.faq-cat-subtitle {
  font-size: 12px;
  color: #666;
}

.faq-cat-chevron {
  color: #666;
  margin-left: 10px;
}

.faq-accordion-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-accordion-item.open .faq-accordion-button .icon {
  transform: rotate(180deg);
}

.faq-accordion-button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 26px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  color: #000;
}
.faq-accordion-button .icon {
  transition: transform 0.3s;
  color: #999;
  display: flex;
  align-items: center;
}

.faq-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
}

.faq-accordion-inner {
  padding: 0 25px 25px 25px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}

/* --- Manuals Page Styles --- */
.yardcore-manuals {
  background-color: #fafafa;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.manuals-header-section {
  padding: 80px 0 40px;
  background-color: #fff;
}

.manuals-hero-title {
  font-weight: 800;
  font-size: 2.5rem;
  color: #000;
}

.manuals-subtitle {
  font-size: 1.1rem;
}

.manuals-search-container {
  max-width: 800px;
  margin-top: -20px;
}

.manuals-search-row {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.manuals-search-input {
  border: 1px solid #eee !important;
  border-right: none !important;
  border-radius: 8px 0 0 8px !important;
  height: 60px;
  padding-left: 20px;
  font-size: 1rem;
  box-shadow: none !important;
}

.manuals-search-btn {
  background-color: #db8a32;
  color: #fff;
  border: none;
  border-radius: 0 8px 8px 0;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.manuals-search-btn:hover {
  background-color: #c27627;
  color: #fff;
}

.manual-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s, transform 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.manual-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.manual-img-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.manual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manual-card-body {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.manual-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 25px;
  text-align: left;
}

.manual-download-btn {
  background-color: #db8a32;
  color: #fff;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.3s;
  display: inline-block;
}
.manual-download-btn:hover {
  background-color: #c27627;
  color: #fff;
}

/* --- Manual Details Specific Styles --- */
.manual-detail-img-wrapper {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06) !important;
}

.manual-feature-list li i {
  font-size: 1.1rem;
}

.manual-doc-list li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.manual-doc-list li:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

/* --- Why Choose Hover Reveal --- */
.why-choose-card {
  transition: background-color 0.3s ease;
  cursor: default;
  position: relative;
  opacity: 0;
}
.why-choose-card:hover .why-choose-hover-line {
  width: 50px;
}
.why-choose-card:hover .why-choose-hidden-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.why-choose-title-wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}

.why-choose-hover-line {
  width: 0;
  height: 3px;
  background-color: #db8a32;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: width 0.3s ease-in-out;
}

.why-choose-hidden-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 10px;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

/* --- About Manufacturing Section --- */
.counter-value,
.about-story-stats-percent {
  color: #df8826;
}

.about-manufacturing {
  background-color: #050505;
  position: relative;
  z-index: 15;
  margin-bottom: 0;
  padding-bottom: 3.1rem !important;
}

.about-manufacturing-title {
  font-size: 3rem;
  line-height: 1.3;
}
.about-manufacturing-title div {
  display: inline-block;
}

.about-manufacturing-image-wrapper {
  border-radius: 15px !important;
  overflow: hidden;
}

.about-manufacturing-image {
  min-height: 500px;
}

.about-manufacturing-text {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.9;
}

.quality-list-item {
  border-color: rgba(219, 138, 50, 0.3) !important;
}

.quality-list-title {
  font-size: 1.4rem;
}

.quality-list-desc {
  font-size: 1rem;
  line-height: 1.6;
}

/* --- About Page Refactored Inline Styles --- */
/* Our Story */
.about-story-stats-number {
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: -3px;
}

.about-story-stats-percent {
  font-size: 0.5em;
  letter-spacing: 0;
}

.about-story-stats-desc {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 250px;
}

.about-story-title {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.about-story-image {
  overflow: hidden;
  border-radius: 1.5rem;
}

.about-story-img {
  height: auto;
  max-height: 80vh;
  will-change: transform;
}

.about-story-divider {
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #dcdcdc;
}

.about-story-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #555 !important;
}

.asc-section p,
.asc-section ul > li {
  line-height: 1.8;
  color: #555 !important;
  opacity: 1;
}
.asc-section p strong,
.asc-section ul > li strong {
  color: #000;
}

.about-story-point-icon {
  width: 45px;
  height: auto;
}

.about-story-point-title {
  font-size: 1.15rem;
}

.about-story-point-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #555 !important;
}

/* Mission & Vision */
.about-mission-vision {
  background-color: #080808;
  color: #fff;
  position: relative;
  z-index: 10;
}

.mission-vision-divider {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.mission-vision-vertical-divider {
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mission-vision-card {
  overflow: hidden;
  min-height: 350px;
}

.mission-vision-bg-icon {
  right: 0px;
  bottom: 5px;
  height: 88%;
  z-index: 1;
  filter: brightness(0) invert(1);
}
.mission-vision-bg-icon.mission-vision-bg-mission {
  opacity: 0.4;
}
.mission-vision-bg-icon.mission-vision-bg-vision {
  opacity: 0.15;
}

.mission-vision-content {
  z-index: 2;
}

.mission-vision-heading {
  font-size: 2.2rem;
}

.mission-vision-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #cccccc;
}

/* Why Choose Section */
.about-why-choose {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.why-choose-card {
  min-height: 320px;
}

.why-choose-card-inner {
  position: relative;
  top: -20px;
}

.why-choose-icon {
  height: 60px;
  width: auto;
}

.why-choose-heading {
  font-size: 1.5rem;
}

.why-choose-desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

/* Call To Action */
.about-cta {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #050505;
  margin-top: 0;
  z-index: 5;
}

.about-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/about/about-image-2.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.2);
  will-change: transform;
}

.about-cta-overlay {
  background-color: rgba(20, 25, 20, 0.25);
  z-index: 1;
}

.about-cta .container {
  position: relative;
  z-index: 2;
}

.about-cta-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.about-cta-title div {
  display: inline-block;
}

.about-cta-desc {
  font-size: 1rem;
  max-width: 850px;
  opacity: 0.9;
  font-weight: 300;
}

.about-cta-btn-primary {
  border-radius: 14px;
  width: 220px;
  font-size: 0.95rem;
}

.about-cta-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  width: 220px;
  font-size: 0.95rem;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* --- Technology Manufacturing Section --- */
.tech-manufacturing-section {
  min-height: 100vh;
  position: relative;
  height: 550px;
  overflow: hidden;
  background-color: #111;
}
@media only screen and (min-width: 992px) {
  .tech-manufacturing-section {
    height: 650px;
  }
}

.tech-mfg-bg-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.tech-mfg-bg {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
}

.tech-mfg-content {
  background-color: rgba(20, 20, 20, 0.9);
}

.tech-mfg-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.4;
}

.tech-mfg-divider {
  width: 60px;
  height: 3px;
  background-color: #df8826;
}

.tech-mfg-desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #cccccc !important;
}

/* --- Battery Technology Section --- */
.tech-battery-section {
  position: relative;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .tech-battery-section .row {
    align-items: stretch;
  }
}

.tech-battery-left {
  min-height: 600px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .tech-battery-left {
    min-height: auto;
  }
}

.tech-battery-bg-img {
  object-fit: cover;
}

.tb-hiw {
  font-size: 0.75rem !important;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.tb-hiw::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.tech-battery-top,
.tech-battery-bottom {
  position: relative;
  z-index: 2;
}

.tech-battery-main-title {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.5px;
  text-align: left;
}
@media (max-width: 991px) {
  .tech-battery-main-title {
    font-size: 2.5rem;
  }
}

.tech-step-item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  height: 100%;
}

.tech-step-num {
  color: #df8826;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}

.tech-step-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 400;
}

.tech-battery-right {
  border-left: 20px solid rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .tech-battery-right {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.tech-feature-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.tech-feature-desc {
  font-size: 0.95rem !important;
  color: #b1b1b1 !important;
}

/* Brushless Motor Technology Section */
.tech-motor-section {
  position: relative;
  z-index: 30;
  background-color: #000;
  overflow: hidden;
}

.tech-motor-circuit-bg {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  width: 57%;
  height: 100%;
  background-image: url("../../images/home/tech-background-circuit.png");
  background-size: 90% auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.tech-motor-text-wrapper {
  padding-top: 7rem;
}

.tech-motor-main-title {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  line-height: 1.3;
  letter-spacing: -1px;
  font-weight: 500 !important;
  color: #fff;
  text-transform: uppercase;
}
.tech-motor-main-title span {
  font-weight: 700 !important;
  color: #df8826;
}

.tech-motor-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
}

.tech-motor-card {
  border-radius: 4px;
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
  border: none;
}

.tech-motor-cards-wrapper {
  width: 100%;
  max-width: 550px;
}

.tech-motor-stack-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tech-motor-stack-card:first-child {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.tech-motor-card-img-wrapper {
  background-color: #e2e2e2;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-motor-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.tech-motor-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.tech-motor-card-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #888;
}

/* Sustinability Page */
.sustainability-intro {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.sus-intro-cover {
  padding-top: 50px;
  color: #fff !important;
}
@media only screen and (min-width: 991px) {
  .sus-intro-cover {
    padding-left: 40px;
    padding-top: 0px;
  }
}
.sus-intro-cover h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.sus-intro-cover h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.sus-intro-cover p {
  font-size: 1rem;
  line-height: 1.8;
  color: #cccccc !important;
  opacity: 0;
  transform: translateX(-50px);
}

.sus-intro-section {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.sus-intro-image {
  width: 100%;
  overflow: hidden;
}
.sus-intro-image img {
  width: 100%;
  border-radius: 4px;
  clip-path: inset(0 100% 0 0);
}

@media (max-width: 991px) {
  .tree-planting-section {
    padding: 80px 0;
  }
  .process-card {
    margin-bottom: 20px;
    min-height: auto;
    opacity: 1;
    transform: none;
  }
}
/* Trees Planted & Environmental Impact Section */
.otp-trees-planted-section {
  min-height: 100vh;
  padding: 5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
}

.otp-map-card,
.otp-impact-card {
  border-radius: 30px !important;
  overflow: hidden;
  height: 100%;
  opacity: 0;
}

.otp-map-card {
  background-color: #fff;
  border: 1px solid #2b5797;
  padding: 3rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.otp-impact-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.otp-impact-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  padding: 3rem 1rem 1rem 2rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.otp-map-bottom-text {
  margin-top: 30px;
}

.text-orange {
  color: #df8826;
}

.otp-map-wrapper {
  position: relative;
  padding: 20px 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-pin {
  position: absolute;
  color: #121212;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
}

.planting-partners-badge {
  position: absolute;
  right: 5%;
  top: 30%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.partner-count {
  font-size: 1.5rem;
  font-weight: 800;
  color: #df8826;
  line-height: 1;
}

.partner-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 5px;
}

/* Glass Cards & Staggered Grid */
.glass-card {
  background: rgba(35, 45, 25, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 25px;
  width: 100%;
  max-width: 290px;
  transition: transform 0.3s ease;
  padding: 1rem;
}
.glass-card:hover {
  transform: translateY(-5px);
}

.impact-icon img {
  width: 28px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(64%) sepia(87%) saturate(350%) hue-rotate(345deg) brightness(92%) contrast(88%);
}

@media (min-width: 992px) {
  .impact-cards-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-template-rows: auto auto auto !important;
    gap: 20px !important;
  }
  .impact-card-co2 {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .impact-card-communities {
    grid-column: 2;
    grid-row: 1/span 2;
    justify-self: end;
    align-self: center;
    margin-top: 70px;
  }
  .impact-card-land {
    grid-column: 1/span 2;
    grid-row: 3;
    justify-self: center;
    margin-left: -50px;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .otp-trees-planted-section {
    padding: 3rem 1rem;
  }
  .otp-map-card,
  .otp-impact-card {
    min-height: auto;
    margin-bottom: 2rem;
  }
  .impact-cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .glass-card {
    max-width: 100%;
  }
}
.gc-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.glass-card-body {
  font-size: 0.8rem !important;
}

.glass-card-title {
  font-size: 0.9rem;
}

/* Sustainability CTA & Sustainable Tools */
.sustainability-cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/sustainability/sustainability-cta.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1.2);
  will-change: transform;
}

.sustainable-tools-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
  margin-top: -1px;
}
.sustainable-tools-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.sustainable-tools-bg {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: 0;
  right: 0;
  background-image: url("../../images/sustainability/sus-tool-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  will-change: transform;
}

.st-content {
  position: relative;
  z-index: 2;
}

.st-main-title {
  font-size: clamp(1.8rem, 8vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .st-main-title {
    font-size: 2.5rem;
  }
}
.st-main-title .color-brand-orange {
  color: #df8826;
}

.st-sub-headline {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 500;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

.st-feature-list li {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
.st-feature-list li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #df8826;
  border-radius: 50%;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.btn-outline-white:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

.btn-pill {
  border-radius: 50px;
}

/* OTP Plant About Detailed */
.about-otp-section {
  padding: 7rem 2rem;
  background-color: #f3f3f3;
}

.aos-img-cover {
  overflow: hidden;
  border-radius: 10px;
}
.aos-img-cover img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aos-img-cover:hover img {
  transform: scale(1.08);
}

.aos-text-cover h5 {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.aos-text-cover p span {
  color: #df8826;
  font-weight: 600;
}

/* Manual Details Animations */
.animate-manual-reveal {
  clip-path: inset(0 100% 0 0);
}

.animate-manual-content-right {
  opacity: 0;
  transform: translateX(50px);
}

/* Manual Details Animations */
.animate-manual-reveal {
  clip-path: inset(0 100% 0 0);
}

.animate-manual-content-right {
  opacity: 0;
  transform: translateX(50px);
}

.animate-manual-grid-item {
  opacity: 0;
  transform: translateY(30px);
}

/* Manuals Search */
.search-hint {
  margin-top: 20px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.faq-support-card {
  background: #000;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}
.faq-support-card h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.faq-support-card p {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 25px;
  line-height: 1.5;
}
.faq-support-card .btn {
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  transition: background 0.3s;
}
.faq-support-card .btn:hover {
  background: #f0f0f0;
}

/* Manual Details & Modal Refactor */
.modal-product-content {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.modal-product-body {
  min-height: 600px !important;
}

.modal-accent-border {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 2px solid #df8826;
  z-index: 1;
  pointer-events: none;
}

.modal-interactive-layer {
  z-index: 10 !important;
}

.modal-product-gallery {
  height: 650px !important;
}

.modal-swiper-arrow {
  width: 40px !important;
  height: 40px !important;
  --swiper-navigation-size: 20px !important;
}

.modal-details-scroll {
  height: 650px !important;
  overflow-y: auto !important;
}

.modal-play-btn-inner {
  width: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
  margin: 7px !important;
}

/* Utilities Extended */
.ls-tight {
  letter-spacing: -0.5px !important;
}

.fs-xs {
  font-size: 0.75rem !important;
}

.fs-sm {
  font-size: 0.85rem !important;
}

.fs-md {
  font-size: 0.95rem !important;
}

.fs-lg {
  font-size: 1.05rem !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.text-dark-grey {
  color: #555 !important;
}

.text-orange-yard {
  color: #df8826 !important;
}

.text-black-pure {
  color: #000 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.lh-1-8 {
  line-height: 1.8 !important;
}

.lh-1-6 {
  line-height: 1.6 !important;
}

.ls-1px {
  letter-spacing: 1px !important;
}

.text-grey-darker {
  color: #222 !important;
}

.text-grey-medium {
  color: #444 !important;
}

.text-grey-deep {
  color: #1a1a1a !important;
}

.text-orange-blog {
  color: #df8826 !important;
}

.resize-none {
  resize: none !important;
}

.checkbox-custom-size {
  width: 1.1em !important;
  height: 1.1em !important;
}

.min-w-180 {
  min-width: 180px !important;
}

.avatar-wrapper-lg {
  width: 60px !important;
  height: 60px !important;
}

.avatar-wrapper-md {
  width: 50px !important;
  height: 50px !important;
}

.blog-card-min-h {
  min-height: 480px !important;
}

.blog-card-img-h {
  height: 260px !important;
}

.article-card-img-h {
  height: 240px !important;
}

/* Blog Listing Extended */
.blog-featured-img-h {
  height: 350px !important;
}

.blog-grid-img-h {
  height: 220px !important;
}

.bg-dark-blog {
  background-color: #1b1b1b !important;
}

.bg-sidebar-filter {
  background-color: #2a2a2a !important;
}

.sidebar-sticky-top {
  top: 120px !important;
  z-index: 10 !important;
}

.border-white-20 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.checkbox-large {
  width: 1.25em !important;
  height: 1.25em !important;
}

.bg-dark-section {
  background-color: #1a1a1a !important;
}

/* Sustainability Process Arrows */
.process-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
}

.process-arrows .arrow {
  position: absolute;
  color: #222;
  font-size: 1.5rem;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.process-arrows .arrow-1 {
  left: 33.33%;
}

.process-arrows .arrow-2 {
  left: 66.66%;
}

@media (max-width: 991px) {
  .process-arrows {
    display: none;
  }
}
/* Partnership Section */
.partnership-section {
  background-color: #f3f3f3;
  position: relative;
}
.partnership-section .partnership-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%), url("../../images/sustainability/sustainability-bg.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.impact-mini-card {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  border: none;
  border-radius: 1rem !important;
}
.impact-mini-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}
.impact-mini-card h4 {
  color: #000;
  font-size: 1.3rem;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.max-w-700 {
  max-width: 700px;
}

/* Partnership Hero Section */
.partnership-hero-section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .partnership-hero-section {
    display: flex;
    flex-direction: column;
  }
}
.partnership-hero-section .partnership-hero-top {
  background-color: #0d0d0d;
  background-image: linear-gradient(to right, rgb(13, 13, 13) 0%, rgba(13, 13, 13, 0.8) 30%, rgba(13, 13, 13, 0) 70%), url("../../images/sustainability/sustainability-bg.webp");
  background-size: cover;
  background-position: center right;
  padding: 100px 0 200px;
  color: #fff;
}
@media (min-width: 992px) {
  .partnership-hero-section .partnership-hero-top {
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.partnership-hero-section .partnership-hero-top .sub-label {
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.partnership-hero-section .partnership-hero-top .partnership-title {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: uppercase;
  max-width: 900px;
}
.partnership-hero-section .partnership-hero-top .partnership-desc {
  font-size: 1.15rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}
.partnership-hero-section .partnership-impact-cards {
  background-color: #f3f3f3;
  padding: 0px 0 100px;
  margin-top: 0;
  position: relative;
  z-index: 10;
  margin-top: -30px;
}
.partnership-hero-section .partnership-impact-cards .pic-content {
  margin-top: -150px;
}
.partnership-hero-section .partnership-impact-cards .impact-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 40px;
  height: 100%;
  min-height: 250px;
  box-shadow: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.partnership-hero-section .partnership-impact-cards .impact-card:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.partnership-hero-section .partnership-impact-cards .impact-card .impact-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000;
}
.partnership-hero-section .partnership-impact-cards .impact-card .impact-card-text {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}

@media (max-width: 991px) {
  .partnership-hero-section .partnership-hero-top {
    padding: 100px 0 140px;
    background-image: linear-gradient(rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.8)), url("../../images/sustainability/sustainability-bg.webp");
    text-align: center;
  }
  .partnership-hero-section .partnership-hero-top .partnership-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .partnership-hero-section .partnership-impact-cards {
    padding: 80px 0;
  }
  .partnership-hero-section .partnership-impact-cards .impact-card {
    padding: 40px 30px;
    min-height: auto;
  }
}
/* 12-Zone Impact Framework Section */
.impact-framework-section {
  padding: 120px 0 160px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.impact-framework-section h2 {
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
}
.impact-framework-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background-color: #090909;
  z-index: 1;
}
.impact-framework-section .container {
  position: relative;
  z-index: 5;
}
.impact-framework-section .impact-framework-desc {
  max-width: 650px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #444;
}
.impact-framework-section .framework-category-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
  text-align: center;
}
.impact-framework-section .impact-mini-card {
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  min-height: 100px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
  border: none;
}
.impact-framework-section .impact-mini-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.impact-framework-section .impact-mini-card .card-left {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.9);
}
.impact-framework-section .impact-mini-card .card-right {
  flex: 1;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.impact-framework-section .impact-mini-card .card-right h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}
.impact-framework-section .impact-mini-card .card-right p {
  font-size: 0.9rem;
  margin: 0;
  color: #666;
  line-height: 1.3;
}
.impact-framework-section .impact-mini-card .card-dot {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  opacity: 0.3;
}
.impact-framework-section .impact-mini-card.utility .card-left {
  background-color: #a8c3ab;
}
.impact-framework-section .impact-mini-card.utility .card-dot {
  background-color: #4a674d;
}
.impact-framework-section .impact-mini-card.lifestyle .card-left {
  background-color: #eeb3a1;
}
.impact-framework-section .impact-mini-card.lifestyle .card-dot {
  background-color: #a95e48;
}
.impact-framework-section .impact-mini-card.safety .card-left {
  background-color: #8ebba8;
}
.impact-framework-section .impact-mini-card.safety .card-dot {
  background-color: #41755e;
}

@media (max-width: 991px) {
  .impact-framework-section {
    padding: 80px 0;
  }
  .impact-framework-section::after {
    height: 250px;
  }
  .impact-framework-section .framework-category-title {
    text-align: center;
  }
  .impact-framework-section .impact-mini-card .card-left {
    width: 75px;
  }
  .impact-framework-section .impact-mini-card .card-right {
    padding: 15px;
  }
  .impact-framework-section .impact-mini-card .card-right h4 {
    font-size: 1.05rem;
  }
  .impact-framework-section .impact-mini-card .card-right p {
    font-size: 0.85rem;
  }
}
/* Custom Mouse Cursor */
@media (hover: hover) and (pointer: fine) {
  .custom-cursor-dot {
    position: fixed;
    width: 7px;
    height: 7px;
    background-color: #de8827;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    will-change: transform, opacity;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .custom-cursor-ring {
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(222, 136, 39, 0.6);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999998;
    will-change: transform, opacity;
    opacity: 0;
    top: 0;
    left: 0;
  }
}
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(10, 10, 10, 0.8);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(222, 136, 39, 0.7);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(222, 136, 39);
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(222, 136, 39, 0.8) rgba(10, 10, 10, 0.8);
}

/* Scroll To Top Button */
.scroll-top-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(40, 40, 40, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn:hover {
  background: rgba(60, 60, 60, 0.6);
  border: 1px solid rgba(222, 136, 39, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.scroll-top-btn:active {
  transform: translateY(2px) scale(0.95);
  background: rgba(30, 30, 30, 0.8);
}

.scroll-top-btn__icon {
  width: 24px;
  height: 24px;
  stroke: #de8827;
  transition: transform 0.3s ease;
}

.scroll-top-btn:hover .scroll-top-btn__icon {
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .scroll-top-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .scroll-top-btn__icon {
    width: 20px;
    height: 20px;
  }
}
/* --- Full Page Site Loader (Premium centered capsule version) --- */
.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.8s;
}
.site-loader.loader--hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  display: none !important;
}
.site-loader .loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.site-loader .loader-inner .loader-logo {
  width: 420px;
  height: auto;
  opacity: 0;
  transform: translateY(10px);
}
.site-loader .loader-inner .loader-logo.loader-logo--visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.site-loader .loader-progress {
  width: 320px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(223, 136, 38, 0.4);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 25px;
}
.site-loader .loader-progress .loader-bar {
  width: 0%;
  height: 100%;
  background: #df8826;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(223, 136, 38, 0.3);
  transition: width 0.4s ease;
}

body.loader-active {
  overflow: hidden !important;
}

/* Navbar Search */
.nav-search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 50%;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.nav-search-trigger i {
  font-size: 15px;
  line-height: 1;
}
.nav-search-trigger:hover, .nav-search-trigger:focus-visible {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  outline: none;
}

.nav-search-divider {
  width: 1px;
  height: 80%;
  min-height: 26px;
  background: rgba(255, 255, 255, 0.28);
  align-self: center;
}

.navbar-nav .nav-search-divider {
  margin: 0 14px;
}

.glass-menu-pill > .d-flex.d-lg-none {
  margin-left: auto;
  margin-right: 6px;
}
.glass-menu-pill > .d-flex.d-lg-none .nav-search-trigger {
  margin-right: 10px;
}
.glass-menu-pill > .d-flex.d-lg-none .nav-search-divider {
  margin-right: 8px;
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000001;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-overlay-inner {
  width: min(760px, 100% - 2rem);
  padding: 1.5rem;
}

.search-overlay-input.form-control {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  padding: 0.8rem 0.25rem;
  box-shadow: none;
}
.search-overlay-input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.62);
}
.search-overlay-input.form-control:focus {
  border-color: rgba(223, 136, 38, 0.9);
  box-shadow: none;
}

.search-overlay-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.search-overlay-close i {
  font-size: 1.05rem;
  line-height: 1;
}
.search-overlay-close:hover, .search-overlay-close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
  outline: none;
}

body.search-overlay-open {
  overflow: hidden !important;
}

@media (max-width: 991.98px) {
  .glass-menu-pill > .d-flex.d-lg-none .nav-search-divider {
    min-height: 22px;
  }
}
/* Mobile Filter Sidebar Styles */
@media (max-width: 991.98px) {
  .filter-sidebar-mobile {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 300px;
    height: 100vh;
    z-index: 1055;
    overflow-y: auto;
    border-radius: 0 !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .filter-sidebar-mobile.filter-open {
    transform: translateX(0);
  }
  .filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
  }
  .filter-overlay.filter-open {
    opacity: 1;
    visibility: visible;
  }
  body.filter-no-scroll {
    overflow: hidden;
  }
  .filter-close-btn {
    z-index: 10;
  }
}
.fs-18 {
  font-size: 18px !important;
}

.fs-095 {
  font-size: 0.95rem !important;
}

.fs-12 {
  font-size: 12px !important;
}

.lh-1-8 {
  line-height: 1.8 !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-10 {
  z-index: 10 !important;
}

.w-auto {
  width: auto !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif !important;
}

.cursor-grab {
  cursor: grab !important;
}

.touch-none {
  touch-action: none !important;
}

.pointer-none {
  pointer-events: none !important;
}

.bg-accent {
  background-color: #de7c00 !important;
}

.bg-light-alt {
  background-color: #f8f9fa !important;
}

.color-accent {
  color: #de7c00 !important;
}

.outline-accent {
  outline: 2px solid #de7c00 !important;
}

.border-accent {
  border: 2px solid #de7c00 !important;
}

.card-min-h-480 {
  min-height: 480px !important;
}

.card-img-h-260 {
  height: 260px !important;
}

.card-img-h-120 {
  height: 120px !important;
}

.modal-premium-shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.modal-min-h-600 {
  min-height: 600px !important;
}

.modal-swiper-h-650 {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.modal-swiper-h-650 .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-sidebar-scroll {
  height: 650px !important;
  overflow-y: auto !important;
}

.modal-thumb-h-120 {
  height: 120px !important;
}

.modal-play-icon-sm {
  width: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
  margin: 7px !important;
}

.modal-nav-btn {
  width: 40px !important;
  height: 40px !important;
  --swiper-navigation-size: 20px !important;
}

.modal-border-accent {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 2px solid #de7c00;
  z-index: 1;
  pointer-events: none;
}

.slider-track-base {
  height: 4px !important;
  background: #666 !important;
}

.slider-fill-initial {
  width: 40%;
  margin-left: 10%;
}

.slider-handle-base {
  width: 16px;
  height: 16px;
  top: 10px;
  border: 2px solid #fff;
  cursor: grab;
  touch-action: none;
}

.slider-handle-min {
  left: 10%;
}

.slider-handle-max {
  left: 50%;
}

.bg-otp-tree {
  background-image: url("../../images/sustainability/otp-tree.webp");
  background-size: cover;
  background-position: center;
}

.bg-factory {
  background-image: url("../../images/background/factory.webp");
  background-size: cover;
  background-position: center;
}

.sticky-top-100 {
  top: 100px !important;
}

/* ----------------------------------------------------
   YCBlog Section Styles
---------------------------------------------------- */
.ycblog-section {
  position: relative;
  background-color: #f9f9fa;
  padding: 100px 0;
  overflow: hidden;
  font-family: inherit;
}
.ycblog-section .ycblog-bg-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  background-position: center top;
  opacity: 0.8;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
}
.ycblog-section .ycblog-container {
  position: relative;
  z-index: 1;
}
.ycblog-section .ycblog-header-row {
  margin-bottom: 1.5rem;
}
.ycblog-section .ycblog-nav-row {
  margin-bottom: 2.5rem;
}
.ycblog-section .ycblog-eyebrow {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a1a1a;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.ycblog-section .ycblog-eyebrow .ycblog-dot {
  width: 6px;
  height: 6px;
  background-color: #df8826;
  border-radius: 50%;
  margin-right: 10px;
}
.ycblog-section .ycblog-heading {
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -1px;
}
.ycblog-section .ycblog-heading .ycblog-highlight {
  color: #df8826;
}
.ycblog-section {
  /* Reveal Animation */
}
.ycblog-section .ycblog-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.ycblog-section .ycblog-reveal.ycblog-is-visible {
  opacity: 1;
  transform: translateY(0);
}
.ycblog-section .ycblog-card {
  display: flex;
  border-radius: 0.5rem;
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.ycblog-section .ycblog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.ycblog-section .ycblog-card:hover .ycblog-img {
  transform: scale(1.05);
}
.ycblog-section .ycblog-card:hover .ycblog-title {
  color: #df8826;
}
.ycblog-section .ycblog-img-wrapper {
  position: relative;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1.8rem;
  aspect-ratio: 4/3;
  background-color: #eaeaea;
}
.ycblog-section .ycblog-img-wrapper .ycblog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.ycblog-section .ycblog-img-wrapper .ycblog-category-pill {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  background-color: #df8826;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px;
}
.ycblog-section .ycblog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
}
.ycblog-section .ycblog-meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0.8rem;
}
.ycblog-section .ycblog-meta .ycblog-author {
  color: #888;
}
.ycblog-section .ycblog-meta .ycblog-author-name {
  color: #df8826;
  font-weight: 600;
}
.ycblog-section .ycblog-title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
  font-size: 1.2rem;
  line-height: 1.4;
}
.ycblog-section .ycblog-excerpt {
  font-size: 0.9rem !important;
  color: rgba(33, 37, 41, 0.7490196078);
  line-height: 1.6;
  margin: 0;
}
.ycblog-section .ycblog-swiper-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.ycblog-section .ycblog-swiper {
  position: relative;
  padding: 20px 0 60px;
  overflow: hidden;
  width: 100%;
}
.ycblog-section .ycblog-swiper .swiper-slide {
  height: auto;
  transition: opacity 0.3s ease;
  padding: 0 1px;
}
.ycblog-section .ycblog-swiper-prev,
.ycblog-section .ycblog-swiper-next {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  z-index: 10;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}
.ycblog-section .ycblog-swiper-prev::after,
.ycblog-section .ycblog-swiper-next::after {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  transition: color 0.3s ease;
}
.ycblog-section .ycblog-swiper-prev:hover,
.ycblog-section .ycblog-swiper-next:hover {
  background-color: #df8826;
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(223, 136, 38, 0.15);
}
.ycblog-section .ycblog-swiper-prev:hover::after,
.ycblog-section .ycblog-swiper-next:hover::after {
  color: #fff;
}
.ycblog-section .ycblog-swiper-prev.swiper-button-disabled,
.ycblog-section .ycblog-swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.ycblog-section {
  /* Responsive Breakpoints */
}
@media (max-width: 991px) {
  .ycblog-section {
    padding: 80px 0;
  }
  .ycblog-section .ycblog-header-row {
    margin-bottom: 3rem;
  }
  .ycblog-section .ycblog-eyebrow {
    margin-bottom: 1.5rem;
  }
  .ycblog-section .ycblog-heading {
    font-size: 2.8rem;
  }
  .ycblog-section .ycblog-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .ycblog-section {
    padding: 60px 0;
  }
  .ycblog-section .ycblog-bg-decoration {
    width: 100%;
    height: 50%;
    mask-image: radial-gradient(ellipse at top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
    -webkit-mask-image: radial-gradient(ellipse at top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%);
  }
  .ycblog-section .ycblog-heading {
    font-size: 2.2rem;
  }
  .ycblog-section .ycblog-img-wrapper {
    margin-bottom: 1.5rem;
  }
  .ycblog-section .ycblog-card-wrapper {
    margin-bottom: 2.5rem;
  }
  .ycblog-section .ycblog-card-wrapper:last-child {
    margin-bottom: 0;
  }
  .ycblog-section .ycblog-swiper-prev,
  .ycblog-section .ycblog-swiper-next {
    display: flex;
  }
}

/* ====================================================
   Blog Index Section (yc-blog-)
==================================================== */
.yc-blog-index {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}
.yc-blog-index .yc-blog-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.yc-blog-index .yc-blog-reveal.yc-blog-is-visible {
  opacity: 1;
  transform: translateY(0);
}
.yc-blog-index .yc-blog-featured .yc-blog-featured-img-wrapper {
  aspect-ratio: 16/9;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.yc-blog-index .yc-blog-featured .yc-blog-featured-img-wrapper .yc-blog-featured-img {
  height: 100%;
  transition: transform 0.6s ease;
}
.yc-blog-index .yc-blog-featured .yc-blog-featured-img-wrapper:hover .yc-blog-featured-img {
  transform: scale(1.05);
}
.yc-blog-index .yc-blog-featured .yc-blog-featured-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #090909;
  letter-spacing: -0.02em;
}
.yc-blog-index .yc-blog-divider {
  border-top: 1px solid #eee;
  opacity: 1;
}
.yc-blog-index .yc-blog-item .yc-blog-item-img-wrapper {
  aspect-ratio: 4/3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.yc-blog-index .yc-blog-item .yc-blog-item-img-wrapper .yc-blog-item-img {
  height: 100%;
  transition: transform 0.5s ease;
}
.yc-blog-index .yc-blog-item .yc-blog-item-img-wrapper:hover .yc-blog-item-img {
  transform: scale(1.08);
}
.yc-blog-index .yc-blog-item .yc-blog-item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #090909;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.yc-blog-index .yc-blog-item .yc-blog-item-title:hover {
  color: #df8826;
}
.yc-blog-index .yc-blog-meta {
  font-weight: 500;
}
.yc-blog-index .yc-blog-meta .yc-blog-badge {
  background-color: rgba(223, 136, 38, 0.1);
  color: #df8826;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.yc-blog-index .yc-blog-read-more {
  text-transform: uppercase;
  font-weight: 700;
  color: #df8826;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.85rem;
  position: relative;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.yc-blog-index .yc-blog-read-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #df8826;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.yc-blog-index .yc-blog-read-more:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
@media (min-width: 1200px) {
  .yc-blog-index .yc-blog-sidebar {
    position: relative;
    align-self: flex-start;
    z-index: 10;
    will-change: transform;
  }
}
@media (min-width: 1200px) {
  .yc-blog-index .yc-blog-sidebar .yc-blog-sidebar-inner {
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0;
    margin-right: 0;
  }
}
.yc-blog-index .yc-blog-sidebar .yc-blog-widget .yc-blog-widget-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #090909;
  position: relative;
  padding-bottom: 12px;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-widget .yc-blog-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #df8826;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-search .yc-blog-search-input {
  border-radius: 10px;
  padding: 14px 20px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-search .yc-blog-search-input:focus {
  background-color: #fff;
  border-color: #df8826;
  box-shadow: 0 0 15px rgba(223, 136, 38, 0.1);
}
.yc-blog-index .yc-blog-sidebar .yc-blog-category-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-category-list li:last-child {
  border-bottom: none;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-category-list li a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  font-size: 0.95rem;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-category-list li a:hover {
  color: #df8826;
  transform: translateX(5px);
}
.yc-blog-index .yc-blog-sidebar .yc-blog-recent-item .yc-blog-recent-img-wrapper {
  width: 80px;
  height: 80px;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-recent-item .yc-blog-recent-title {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-recent-item .yc-blog-recent-title a {
  color: #090909;
  text-decoration: none;
  transition: color 0.3s ease;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-recent-item .yc-blog-recent-title a:hover {
  color: #df8826;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-recent-item .yc-blog-tag {
  color: #df8826;
  font-weight: 700;
  font-size: 0.65rem;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-tag-pill {
  padding: 6px 18px;
  background-color: #f5f5f5;
  color: #666;
  border-radius: 5px;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
.yc-blog-index .yc-blog-sidebar .yc-blog-tag-pill:hover, .yc-blog-index .yc-blog-sidebar .yc-blog-tag-pill.active {
  background-color: #df8826;
  color: #fff;
}
.yc-blog-index .yc-blog-pagination .page-item .page-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: none;
  background-color: #f5f5f5;
  color: #555;
  font-weight: 600;
  margin: 0;
}
.yc-blog-index .yc-blog-pagination .page-item .page-link:hover {
  background-color: #eee;
}
.yc-blog-index .yc-blog-pagination .page-item.active .page-link {
  background-color: #df8826;
  color: #fff;
}

@media (max-width: 991px) {
  .yc-blog-index .yc-blog-featured .yc-blog-featured-title {
    font-size: 1.75rem;
  }
  .yc-blog-index .yc-blog-sidebar {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .yc-blog-index .yc-blog-item .yc-blog-item-img-wrapper {
    aspect-ratio: 16/9;
    margin-bottom: 1.5rem;
  }
  .yc-blog-index .yc-blog-read-more {
    display: inline-block;
    margin-top: 10px;
  }
}
/* ==========================================================================
   YC Contact Us Section (Premium Minimalist)
   ========================================================================== */
.yc-contact {
  background-color: #f3f3f3;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .yc-contact {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .yc-contact-left {
    padding-right: 50px;
  }
}
.yc-contact-badge {
  display: inline-block;
  padding: 4px 12px;
  background-color: rgba(223, 136, 38, 0.1);
  color: #df8826;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.yc-contact-title {
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1.05;
  font-weight: 700;
  color: #090909;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.yc-contact-subtitle {
  font-size: 1.1rem !important;
  color: rgba(9, 9, 9, 0.7);
  line-height: 1.6;
  margin-bottom: 40px;
}
.yc-contact-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(9, 9, 9, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
}
.yc-contact-trust i {
  color: #df8826;
  font-size: 0.5rem;
}
@media (max-width: 991px) {
  .yc-contact-form-container {
    margin-top: 50px;
  }
}
.yc-contact-group {
  margin-bottom: 24px;
  position: relative;
}
.yc-contact-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #090909;
  margin-bottom: 8px;
}
.yc-contact-label .required {
  color: #df8826;
  margin-left: 2px;
}
.yc-contact-input, .yc-contact-textarea {
  width: 100%;
  padding: 12px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #090909;
  font-size: 1rem;
  transition: all 0.3s ease;
  border-radius: 0;
}
.yc-contact-input::placeholder, .yc-contact-textarea::placeholder {
  color: rgba(9, 9, 9, 0.3);
}
.yc-contact-input:focus, .yc-contact-textarea:focus {
  outline: none;
  border-bottom-color: #090909;
}
.yc-contact-input.is-invalid, .yc-contact-textarea.is-invalid {
  border-bottom-color: #dc3545;
}
.yc-contact-textarea {
  min-height: 120px;
  resize: none;
}
.yc-contact-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 14px;
  cursor: pointer;
}
.yc-contact-select:invalid {
  color: rgba(0, 0, 0, 0.3);
}
.yc-contact-select option {
  background-color: #fff;
  color: #000;
}
.yc-contact-error {
  font-size: 0.75rem;
  color: #dc3545;
  margin-top: 4px;
  display: none;
}
.yc-contact-error.active {
  display: block;
}
.yc-contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px;
  background-color: #090909;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.yc-contact-submit i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.yc-contact-submit:hover {
  background-color: rgb(34.5, 34.5, 34.5);
}
.yc-contact-submit:hover i {
  transform: translateX(4px);
}
.yc-contact-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.yc-contact-submit .loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: yc-contact-spin 0.8s linear infinite;
}
.yc-contact-submit.loading .loader {
  display: block;
}
.yc-contact-submit.loading .btn-text,
.yc-contact-submit.loading i {
  display: none;
}

@keyframes yc-contact-spin {
  to {
    transform: rotate(360deg);
  }
}
/* =========================================
   Single Product Page – Navbar Fix
   The logo SVG uses white fills (#fff). On the homepage it sits over a dark
   hero, so it's visible. On product pages the pill floats over a white
   background, making the logo invisible. Darken the pill so it always works.
   WooCommerce adds .single-product to <body> on product detail pages.
   ========================================= */
.single-product .glass-menu-pill {
  background: rgba(15, 15, 15, 0.72) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/*# sourceMappingURL=custom.css.map */
