/* --- Prevent Scrollbar Layout Shift --- */
html {
  scrollbar-gutter: stable;
}

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

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

/* 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%;
  -o-object-fit: cover;
     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;
  cursor: pointer;
}
.grid-card:hover .grid-bg-img {
  transform: scale(1.1);
}

.grid-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.3s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

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

/* --- Battery Showcase Section --- */
.battery-section {
  position: relative;
  overflow: hidden;
  background-image: url("../../images/home/battery-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Fallback for smooth native scrolling before GSAP */
}

.battery-sequence-bg {
  pointer-events: none;
}

.battery-sequence-canvas {
  will-change: transform;
  /* Hardware acceleration for the rapid canvas repainting */
  transform: translateZ(0);
}

/* GSAP Initial Reveal States */
.battery-section {
  /* Prevents GSAP scrub transform updates from fighting CSS transitions (jerking) */
}
.battery-section .feature-card {
  transition: background 0.3s ease, border-color 0.3s ease !important;
}
.battery-section .feature-card-1 {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
}
.battery-section .feature-card-2 {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
}
.battery-section .feature-card-3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}
.battery-section .battery-text-wrapper {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100px, 100px);
}

.battery-center-img-wrapper {
  z-index: 1;
}

.battery-hero-img {
  width: auto;
  max-height: 65vh;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
  transform: translateY(-5%);
  margin-top: -140px;
}

.battery-text-wrapper {
  max-width: 650px;
}

.battery-label {
  font-size: 1.25rem;
  letter-spacing: 3px;
  opacity: 0.8;
  font-weight: 700;
}

.battery-headline {
  font-size: 2.3rem;
  line-height: 1.4;
}

/* 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;
}
.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 - Cinematic Expansion */
html.js-enabled .reveal {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity;
}

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-zoom {
  transform: scale(0.8);
}

html.js-enabled .reveal-scale-up {
  transform: scale(0.5);
}

html.js-enabled .reveal-scale-down {
  transform: scale(1.2);
}

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

/* Wipe effects */
html.js-enabled .reveal-wipe-left {
  clip-path: inset(0% 0% 0% 100%);
}

html.js-enabled .reveal-wipe-right {
  clip-path: inset(0% 100% 0% 0%);
}

html.js-enabled .reveal-wipe-up {
  clip-path: inset(100% 0% 0% 0%);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  html.js-enabled .reveal,
  html.js-enabled [class^=reveal-] {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
  }
}
body .home-cta-section {
  min-height: 100vh !important;
  background-color: #f3eee8 !important;
  /* Premium Off-White */
  position: relative !important;
  overflow: hidden !important;
  border: none !important;
}
body .home-cta-section h2 {
  font-size: clamp(2rem, 6vw, 3.5rem) !important;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body .cta-video-stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

body .cta-bg-layer {
  position: relative;
  width: 70vw;
  /* Initial box width */
  height: 65vh;
  /* Initial box height */
  border-radius: 2.5rem;
  /* Initial rounded corners */
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.15);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  /* Ensure expansion is smooth via GSAP, but handle base scaling here if needed */
}
@media (max-width: 991px) {
  body .cta-bg-layer {
    width: 90vw;
    height: 50vh;
    border-radius: 1.5rem;
  }
}

body .cta-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  /* Keep video itself full-screen relative to viewport for seamless expansion */
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

body .cta-last-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  /* Just above video */
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

body .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  opacity: 0;
  /* Animate in during expansion */
}

body .cta-container {
  padding-top: 8vh;
  z-index: 5;
  max-width: 950px;
  opacity: 0;
  /* Controlled by GSAP */
  visibility: hidden;
}

body .cta-label {
  font-size: 1.25rem;
  letter-spacing: 3px;
  margin-bottom: 1.5rem !important;
}
body .cta-label span {
  color: #df8826;
}

body .cta-desc {
  line-height: 1.6;
  opacity: 0.9;
  max-width: 800px;
}

.sus-otp-cover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0px 22px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
  width: -moz-fit-content;
  width: fit-content;
  margin: -15px 0px 20px 0px;
}
.sus-otp-cover .sus-otp-img {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  display: block;
}
.sus-otp-cover .sus-otp-title {
  font-size: 1.1rem;
  font-weight: 600;
}
.sus-otp-cover .sus-otp-text {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem !important;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

/* Product Section */
.product-section {
  height: 100vh;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
}
.product-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.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-track {
  width: -moz-max-content;
  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: 1px solid rgba(255, 255, 255, 0.2);
  width: 28vw;
  min-width: 300px;
  flex-shrink: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1rem !important;
  padding: 1rem !important;
}
.product-card:hover {
  border-color: rgba(223, 136, 38, 0.5);
  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 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
}

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

.product-card-img {
  height: auto;
  flex-grow: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem !important;
  margin-bottom: 1.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%;
  -o-object-fit: contain;
     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;
}
.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%;
  -o-object-fit: cover;
     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 {
  background-color: #1b1b1b;
  padding-top: 10vh;
  padding-bottom: 10vh;
  min-height: 100vh;
  z-index: 10;
}
.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;
}
.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%;
  -o-object-fit: cover;
     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%;
  right: 10%;
  width: 250px;
}

.feature-card-2 {
  top: 44%;
  right: 5%;
  width: 250px;
}

.feature-card-3 {
  top: 65%;
  right: 25%;
  width: 250px;
}

.feature-desc {
  margin-top: 50px;
}

/* 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: 1.8rem;
  transition: color 0.3s ease;
}
.footer-main .footer-email:hover {
  color: #fff !important;
}
.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::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.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;
  -o-object-fit: contain;
     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);
  margin-top: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}

/* 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%;
  -o-object-fit: cover;
     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;
}
.product-main-swiper .swiper-slide img {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

/* 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 {
  background-image: url("../../images/home/product-background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-features-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  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;
  height: 400px;
  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%;
  -o-object-fit: cover;
     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;
}

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

.related-product-card {
  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 {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-button-prev-related:hover,
.swiper-button-next-related:hover {
  background-color: #e9ecef;
}

/* -----------------------
   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;
  -o-object-fit: cover;
     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%;
  -o-object-fit: cover;
     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 {
  -o-object-fit: cover;
     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;
  -o-object-fit: contain;
     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;
}
.sustainable-tools-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.sustainable-tools-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../images/sustainability/sus-tool-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.2);
  will-change: transform;
}

.sustainable-tools-content-cover {
  padding: 7rem 3rem 3rem 2.5rem;
}

.sustainable-tools-title h5 {
  text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
}

.stc-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.stc-list {
  list-style: none;
  padding: 0 !important;
}
.stc-list li {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.stc-icon {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}
.stc-icon i {
  color: #000;
  font-size: 0.85rem;
}

/* 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 --- */
.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;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.site-loader.loader--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-loader .loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.site-loader .loader-inner .loader-logo {
  width: 280px;
  height: auto;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 1s ease, transform 1s ease;
}
.site-loader .loader-inner .loader-logo.loader-logo--visible {
  opacity: 1;
  transform: translateY(0);
}
.site-loader .loader-progress {
  width: 320px;
  height: 6px;
  background: rgb(40, 40, 40);
  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.6s ease;
}

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

.blog-section {
  box-shadow: 0 0 0 2px #0b0f19;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
  transform: translateZ(0);
}
.blog-section .blog-header {
  padding-top: 5px;
}/*# sourceMappingURL=custom.css.map */