/* ============================================
   OVERFLOW FIXES - X & Y
   ============================================ */
html {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
}

.content-wrapper {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}


/* Prevent horizontal overflow on all sections */
section, .section-frame {
  max-width: 100%;
  overflow-x: hidden;
}

.wrapper:not(header.wrapper) {
  max-width: 100%;
  overflow-x: hidden;
}

/* Fix section-frame with negative margins */
.section-frame {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1400px) {
  .section-frame.mx-xxl-11 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
}

@media (max-width: 1399.98px) {
  .section-frame.mx-xxl-11 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Ensure containers don't overflow */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .container, .container-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Ensure images don't cause overflow */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  max-width: 100%;
  overflow: hidden;
}

figure img {
  width: 100%;
  height: auto;
}

/* Fix row and column overflow */
.row {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.row > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Fix swiper overflow - prevent duplicate scrollbars */
.swiper {
  max-width: 100%;
  overflow: hidden;
  overflow-y: hidden !important;
}

.swiper-wrapper {
  max-width: 100%;
  overflow: hidden;
  overflow-y: hidden !important;
}

.swiper-slide {
  max-width: 100%;
  overflow: hidden;
  overflow-y: hidden !important;
}

/* Fix navbar overflow */
.navbar, .navbar-collapse, .navbar-nav {
  max-width: 100%;
}

/* Fix card overflow */
.card {
  max-width: 100%;
  overflow: hidden;
}

/* Fix floating buttons positioning */
.floating-btn-right {
  right: 1rem !important;
}

@media (max-width: 767.98px) {
  .floating-btn-right {
    right: 1rem !important;
  }
}

/* Fix decorative shapes that might overflow */
.shape {
  max-width: 100%;
  overflow: hidden;
}

/* Fix any absolute positioned elements */
.position-absolute, .position-relative {
  max-width: 100%;
}

/* Fix negative margins that cause overflow */
.mx-n1, .mx-n2, .mx-n3, .mx-n4, .mx-n5 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 992px) {
  .mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  
  .mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
}

/* Fix divider overflow */
.divider {
  max-width: 100%;
  overflow: hidden;
}

.divider svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Fix button groups on mobile */
@media (max-width: 767.98px) {
  .d-flex.flex-wrap.gap-3 {
    flex-direction: column;
    gap: 0.75rem !important;
  }
  
  .d-flex.flex-wrap.gap-3 .btn {
    width: 100%;
    max-width: 100%;
  }
}

/* Fix hero buttons on mobile */
@media (max-width: 575.98px) {
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .hero-buttons .btn {
    width: 100%;
    max-width: 100%;
  }
}

/* Fix hero description max-width on mobile */
.hero-description {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .hero-description {
    max-width: 700px !important;
  }
}

/* Fix table overflow */
table {
  max-width: 100%;
  table-layout: auto;
  word-wrap: break-word;
}

/* Fix form elements overflow */
input, textarea, select {
  max-width: 100%;
  box-sizing: border-box;
}

/* Fix offcanvas overflow */
.offcanvas {
  max-width: 100%;
}

/* Fix navbar brand image */
.navbar-brand img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}

@media (max-width: 991.98px) {
  .navbar-brand img {
    max-height: 50px;
  }
}

/* Fix product grid overflow */
.grid .row.isotope {
  margin-left: 0;
  margin-right: 0;
}

.grid .row.isotope .item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Fix counter wrapper */
.counter-wrapper {
  max-width: 100%;
  overflow: hidden;
}

/* Fix container-card overflow */
.container-card {
  max-width: 100%;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Fix background images overflow */
.bg-full, .bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  overflow: hidden;
}

/* Fix swiper navigation buttons positioning */
@media (max-width: 991.98px) {
  .image-wrapper .hero-swiper .swiper-button-prev {
    left: 1rem !important;
  }
  
  .image-wrapper .hero-swiper .swiper-button-next {
    right: 1rem !important;
  }
}

/* Fix hero slide counter positioning */
@media (max-width: 767.98px) {
  .hero-slide-counter {
    right: 1rem !important;
    bottom: 1rem !important;
  }
}

/* Fix footer overflow */
footer .container {
  max-width: 100%;
  overflow: hidden;
}

/* Fix any rellax elements */
[data-rellax-speed] {
  max-width: 100%;
}

/* Ensure all wrapper classes respect viewport */
.wrapper {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Fix section-frame overflow */
.section-frame {
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

.section-frame.overflow-hidden {
  overflow: hidden !important;
}

/* Fix any elements with fixed widths that might overflow */
@media (max-width: 767.98px) {
  /* But preserve important width constraints */
  .w-100 {
    width: 100% !important;
  }
}

/* Additional responsive fixes for very small screens */
@media (max-width: 575.98px) {
  /* Ensure all padding doesn't cause overflow */
  .container, .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6,
  .display-1, .display-2, .display-3, .display-4 {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  /* Fix long URLs and text */
  a, p, span, div {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

/* Fix for iOS Safari viewport issues */
@supports (-webkit-touch-callout: none) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  
  .content-wrapper {
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================
   END HORIZONTAL OVERFLOW FIXES
   ============================================ */

.text-gradient.gradient-7 {
  background-image: linear-gradient(100deg, #e2626b 20%, #2f353a 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Additional brand color customizations */
:root {
  --oxyflex-red: #fe434a;
  --oxyflex-dark: #2f353a;
  --oxyflex-black: #1e2228;
  --oxyflex-white: #ffffff;
  --oxyflex-light-bg: #f8f9fa;
  --oxyflex-border: rgba(0, 0, 0, 0.08);
}

/* Large Screen Optimizations (1400px+) */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
  
  .display-1 {
    font-size: 3.5rem !important;
  }
  
  .fs-50 {
    font-size: 3.25rem !important;
  }
  
  .lead, .fs-24 {
    font-size: 1rem !important;
  }
  
  /* Better spacing on large screens */
  .py-14 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .py-md-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

/* Extra Large Screens (1920px+) */
@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}

/* Enterprise-Level Enhancements */
.tracking-wider {
  letter-spacing: 0.1em;
}

/* Smooth transitions for all cards */
.card {
  transition: all 0.3s ease;
}

/* Gradient Background for Sections */
.bg-gradient-light {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* MNC-Style Feature Cards */
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e2626b, #c54d56);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(226, 98, 107, 0.1);
}

.feature-icon-wrapper {
  margin-bottom: 1.75rem;
}

.feature-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, rgba(226, 98, 107, 0.1) 0%, rgba(226, 98, 107, 0.05) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.feature-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(135deg, #e2626b 0%, #c54d56 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(226, 98, 107, 0.2);
}

.feature-card:hover .feature-icon::after {
  opacity: 1;
}

.feature-icon i {
  font-size: 2rem;
  color: #e2626b;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.feature-card:hover .feature-icon i {
  color: #ffffff;
}

.feature-content {
  position: relative;
  z-index: 1;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2f353a;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.feature-card:hover .feature-title {
  color: #e2626b;
}

.feature-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #60697b;
}

/* Better responsive spacing */
@media (max-width: 991.98px) {
  .display-1 {
    font-size: 2.75rem !important;
  }
  
  .display-2 {
    font-size: 2.5rem !important;
  }
  
  .display-3 {
    font-size: 2.25rem !important;
  }
  
  .display-4 {
    font-size: 2rem !important;
  }
  
  .fs-50 {
    font-size: 2.5rem !important;
  }
  
  .lead {
    font-size: 1.125rem !important;
  }
  
  .feature-card {
    padding: 2rem 1.75rem;
  }
  
  .feature-icon {
    width: 64px;
    height: 64px;
  }
  
  .feature-icon i {
    font-size: 1.75rem;
  }
  
  /* Section spacing adjustments */
  .py-14 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .py-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (max-width: 767.98px) {
  .display-1 {
    font-size: 2.25rem !important;
  }
  
  .display-2 {
    font-size: 2rem !important;
  }
  
  .display-3 {
    font-size: 1.875rem !important;
  }
  
  .display-4 {
    font-size: 1.75rem !important;
  }
  
  .fs-50 {
    font-size: 2rem !important;
  }
  
  .lead {
    font-size: .85rem !important;
  }
  
  .fs-24 {
    font-size: 1.125rem !important;
  }
  
  .feature-card {
    padding: 1.75rem 1.5rem;
  }
  
  .feature-icon-wrapper {
    margin-bottom: 1.5rem;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon i {
    font-size: 1.5rem;
  }
  
  .feature-title {
    font-size: 1.125rem;
  }
  
  .feature-text {
    font-size: 0.875rem;
  }
  
  /* Button responsive sizing */
  .btn-lg {
    padding: 0.625rem 1.25rem !important;
    font-size: 1rem !important;
  }
  
  /* Section spacing for mobile */
  .py-14 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  .py-md-16 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
}

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 2rem !important;
  }
  
  .display-2 {
    font-size: 1.875rem !important;
  }
  
  .display-3 {
    font-size: 1.75rem !important;
  }
  
  .display-4 {
    font-size: 1.625rem !important;
  }
  
  .fs-50 {
    font-size: 1.875rem !important;
  }
  
  .feature-card {
    padding: 1.5rem 1.25rem;
  }
  
  .feature-card:hover {
    transform: translateY(-4px);
  }
  
  /* Stack buttons vertically on very small screens */
  .btn-equal-width {
    display: block;
    width: 100% !important;
    margin-bottom: 0.75rem;
  }
  
  /* Reduce gap between elements */
  .gap-3 {
    gap: 0.75rem !important;
  }
  
  .mb-7 {
    margin-bottom: 2rem !important;
  }
}

/* Button hover effects with brand colors */
.btn-primary {
  background-color: var(--oxyflex-red);
  border-color: var(--oxyflex-red);
  transition: all 0.3s ease;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--oxyflex-dark);
  border-color: var(--oxyflex-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(226, 98, 107, 0.3);
}

.btn-outline-primary {
  color: var(--oxyflex-red);
  border-color: var(--oxyflex-red);
  transition: all 0.3s ease;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--oxyflex-red);
  border-color: var(--oxyflex-red);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(226, 98, 107, 0.3);
}

.btn-success {
  background-color: #25D366;
  border-color: #25D366;
  transition: all 0.3s ease;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #1fb855;
  border-color: #1fb855;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* Link colors */
a {
  color: var(--oxyflex-red);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--oxyflex-dark);
}

/* Navbar styling */
.navbar-light .navbar-nav .nav-link {
  color: var(--oxyflex-dark);
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--oxyflex-red);
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--oxyflex-red);
}

/* Navbar base (z-index only, the rest is handled by .oxyflex-site-header rules) */
.navbar {
  position: relative;
  z-index: 1031;
  width: 100%;
}

/* Card border and shadow consistency */
.card {
  border: 1px solid var(--oxyflex-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card:hover {
  border-color: rgba(226, 98, 107, 0.2);
}

/* Equal width buttons */
.btn-equal-width {
  min-width: 220px;
  text-align: center;
  padding: 0.75rem 1.5rem;
}

/* Tablet adjustments */
@media (max-width: 1024px) and (min-width: 768px) {
  .btn-equal-width {
    min-width: 180px;
    padding: 0.625rem 1.25rem;
  }
  
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  
  .display-1, .fs-50 {
    font-size: 2.5rem !important;
  }
  
  .lead, .fs-24 {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 767.98px) {
  .btn-equal-width {
    min-width: 100%;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .btn-equal-width {
    min-width: 100%;
    width: 100%;
  }
}


/* Floating Action Buttons */
.floating-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}

/* Hide floating WhatsApp button on mobile since it's in bottom tabs */
@media (max-width: 767.98px) {
  .floating-buttons {
    display: none;
  }
}

.floating-btn {
  position: fixed;
  bottom: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--oxyflex-white);
  font-size: 1.25rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  pointer-events: all;
  z-index: 1001;
}

.floating-btn-left {
  left: 2rem;
  background: var(--oxyflex-red);
}

.floating-btn-right {
  right: 2rem;
  background: #25D366; /* WhatsApp green */
}

.floating-btn:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.floating-btn-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  background: var(--oxyflex-dark);
  color: var(--oxyflex-white);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 0.375rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.floating-btn-label::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--oxyflex-dark);
}

.floating-btn:hover .floating-btn-label {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-5px);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .floating-btn {
    bottom: 1.75rem;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.15rem;
  }
  
  .floating-btn-right {
    right: 1.5rem;
  }
  
  .floating-btn-left {
    left: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .floating-btn {
    width: 3rem;
    height: 3rem;
    font-size: 1.1rem;
    bottom: 1.5rem;
  }
  
  .floating-btn-left {
    left: 1rem;
  }
  
  .floating-btn-right {
    right: 1rem;
  }
  
  .floating-btn-label {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.5rem;
  }
}

/* Hide floating buttons on very small screens if needed */
@media (max-width: 575.98px) {
  .floating-btn {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1rem;
    bottom: 1.25rem;
  }
  
  .floating-btn-right {
    right: 1rem;
  }
  
  .floating-btn-label {
    display: none;
  }
}

/* Hero Section Container Padding */
.wrapper.image-wrapper section,
.wrapper.image-wrapper > .container {
  position: relative;
}

.image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: visible;
}

.image-wrapper .hero-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 100vh;
  overflow: hidden;
  /* Better rendering quality */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translateZ(0);
  will-change: transform;
}

.image-wrapper .hero-swiper .swiper-wrapper {
  position: relative;
  height: 100%;
  /* Smooth transitions */
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  overflow: hidden;
  overflow-y: hidden !important;
}

.image-wrapper .hero-swiper .swiper-slide {
  display: flex;
  align-items: center;
  min-height: 420px;
  height: 100%;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.8s ease;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: hidden !important;
  /* Enhanced image rendering quality */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
  -ms-interpolation-mode: bicubic;
  /* Better color and contrast */
  filter: brightness(1.05) contrast(1.1) saturate(1.15);
  will-change: transform, opacity;
  /* Prevent image blur */
  backface-visibility: hidden;
  transform: translateZ(0);
  /* Better background rendering */
  background-attachment: fixed;
}

.image-wrapper .hero-swiper .swiper-slide-active {
  opacity: 1;
  filter: brightness(1.05) contrast(1.1) saturate(1.15);
}

.swiper-slide-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
  z-index: 1;
  pointer-events: none;
  /* Enhanced overlay with better color blending */
  mix-blend-mode: normal;
  opacity: 0.9;
}

.image-wrapper .hero-swiper .swiper-slide > .container {
  width: 100%;
  position: relative;
  z-index: 2;
}

.image-wrapper .hero-swiper .swiper-slide .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.image-wrapper .hero-swiper .swiper-slide .container .row {
  position: relative;
  z-index: 2;
}

.image-wrapper .hero-swiper .swiper-slide .shape {
  z-index: 2;
}

/* Swiper Controls Container */
.image-wrapper .hero-swiper .swiper-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
}

.image-wrapper .hero-swiper .swiper-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* Swiper Navigation Buttons */
.image-wrapper .hero-swiper .swiper-button-prev,
.image-wrapper .hero-swiper .swiper-button-next {
  width: 3.0rem;
  height: 3.0rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);*/
}

.image-wrapper .hero-swiper .swiper-button-prev:hover,
.image-wrapper .hero-swiper .swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.image-wrapper .hero-swiper .swiper-button-prev:active,
.image-wrapper .hero-swiper .swiper-button-next:active {
  transform: translateY(-50%) scale(0.95);
}

.image-wrapper .hero-swiper .swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.image-wrapper .hero-swiper .swiper-button-prev:after,
.image-wrapper .hero-swiper .swiper-button-next:after {
  font-size: 1.0rem;
  font-weight: bold;
  color: #ffffff;
}

.image-wrapper .hero-swiper .swiper-button-prev {
  left: 2.5rem;
}

.image-wrapper .hero-swiper .swiper-button-next {
  right: 2.5rem;
}

/* Swiper Pagination */
.image-wrapper .hero-swiper .swiper-pagination {
  bottom: 2rem;
  position: absolute;
  z-index: 10;
  right: 2rem;
  left: auto;
  transform: none;
  width: auto;
  text-align: right;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 20px;
  backdrop-filter: blur(12px);
  border-radius: 30px;
}

/* Hide pagination on desktop/large screens - show only on mobile/tablet */
@media (min-width: 768px) {
  .image-wrapper .hero-swiper .swiper-pagination {
    display: none !important;
  }
}

.image-wrapper .hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  margin: 0 !important;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.image-wrapper .hero-swiper .swiper-pagination-bullet:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.3);
  border-color: rgba(255, 255, 255, 0.5);
}

.image-wrapper .hero-swiper .swiper-pagination-bullet-active {
  background: var(--oxyflex-red);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 4px rgba(226, 98, 107, 0.3),
              0 2px 8px rgba(226, 98, 107, 0.5);
  transform: scale(1.4);
}

/* Hero Slide Counter */
.hero-slide-counter {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 8px 16px;
  border-radius: 30px;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.hero-slide-counter:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.hero-slide-counter .current-slide {
  font-size: .75rem;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-slide-counter .divider {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

.hero-slide-counter .total-slides {
  font-size:.75rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  letter-spacing: 1px;
}

/* Hero Slide Content Animations */
.hero-slide-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.swiper-slide-active .hero-slide-content {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide-content [data-aos] {
  transition-delay: 0s;
}

.swiper-slide-active .hero-slide-content [data-aos] {
  animation-delay: inherit;
}

/* Hero Typography & Button Sizes */
.hero-badge {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
}

.hero-title {
  font-size: 2rem;
  line-height: 1.25;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  font-weight: 700;
}

.hero-description {
  font-size: 1rem;
  line-height: 1.65;
  text-shadow: 0 1px 10px rgba(0,0,0,0.3);
  font-weight: 400;
}

.hero-btn {
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-buttons {
  gap: 0.75rem;
}

/* Enhanced Slide Badge Styles */
.hero-slide-content .badge {
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Enhanced Button Styles in Hero */
.hero-slide-content .btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hero-slide-content .btn-primary {
  box-shadow: 0 4px 15px rgba(200, 16, 46, 0.3);
}

.hero-slide-content .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200, 16, 46, 0.4);
}

.hero-slide-content .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-slide-content .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}

/* Enhanced Overlay Gradient */
.swiper-slide-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.35) 100%
  );
  opacity: 0.85;
}

/* High DPI / Retina Display Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .image-wrapper .hero-swiper .swiper-slide {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    filter: brightness(1.05) contrast(1.1) saturate(1.15);
  }
}

/* Hero responsive padding */
@media (max-width: 991.98px) {
  .hero-swiper .container {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  .image-wrapper .hero-swiper {
    min-height: 480px;
  }
  
  .image-wrapper .hero-swiper .swiper-slide {
    min-height: 380px;
    /* Slightly reduced filters for mobile performance */
    filter: brightness(1.03) contrast(1.08) saturate(1.1);
  }
  
  .hero-title {
    font-size: 2rem !important;
    margin-bottom: 0.75rem !important;
  }
  
  .hero-description {
    font-size: 1rem !important;
    margin-bottom: 1.25rem !important;
  }
  
  .hero-badge {
    font-size: 0.6875rem !important;
    padding: 0.5rem 0.875rem !important;
    margin-bottom: 0.75rem !important;
  }
  
  .hero-btn {
    padding: 0.5rem 1.25rem !important;
    font-size: 0.875rem !important;
  }
  
  .image-wrapper .hero-swiper .swiper-button-prev {
    left: 1.5rem;
  }
  
  .image-wrapper .hero-swiper .swiper-button-next {
    right: 1.5rem;
  }
  
  .image-wrapper .hero-swiper .swiper-pagination {
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 10px 16px;
    gap: 6px;
  }
  
  .hero-slide-counter {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hero-swiper .container {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .image-wrapper .hero-swiper {
    min-height: 350px;
  }
  
  .image-wrapper .hero-swiper .swiper-slide {
    min-height: 350px;
    /* Optimized filters for small screens */
    filter: brightness(1.02) contrast(1.05) saturate(1.08);
    background-attachment: scroll; /* Better performance on mobile */
  }
  
  .hero-title {
    font-size: 1.75rem !important;
    margin-bottom: 0.625rem !important;
  }
  
  .hero-description {
    font-size: 0.9375rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.5 !important;
  }
  
  .hero-badge {
    font-size: 0.625rem !important;
    padding: 0.4375rem 0.75rem !important;
    margin-bottom: 0.625rem !important;
  }
  
  .hero-btn {
    padding: 0.4375rem 1rem !important;
    font-size: 0.8125rem !important;
  }
  
  .hero-buttons {
    gap: 0.5rem !important;
  }
  
  .image-wrapper .hero-swiper .swiper-slide .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .image-wrapper .hero-swiper .swiper-slide .container .row {
    gap: 2rem;
  }
  
  .hero-slide-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .image-wrapper .hero-swiper .swiper-button-prev,
  .image-wrapper .hero-swiper .swiper-button-next {
    display: none !important;
  }
  
  .hero-slide-counter {
    display: none !important;
  }
  
  .image-wrapper .hero-swiper .swiper-pagination {
    bottom: 1rem;
    right: 1rem;
    padding: 8px 14px;
    gap: 10px;
  }
  
  .hero-slide-counter {
    display: none !important;
  }
  
  .hero-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.625rem !important;
    font-weight: 700 !important;
  }
  
  .hero-description {
    font-size: 0.875rem !important;
    margin-bottom: 1rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }
  
  .hero-badge {
    padding: 0.4375rem 0.875rem !important;
    font-size: 0.625rem !important;
    margin-bottom: 0.625rem !important;
    letter-spacing: 0.4px !important;
  }
  
  .hero-btn {
    padding: 0.4375rem 1rem !important;
    font-size: 0.8125rem !important;
    letter-spacing: 0.2px !important;
  }
  
  .hero-buttons {
    gap: 0.625rem !important;
  }
  
  .image-wrapper .hero-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  
  .image-wrapper .hero-swiper .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(226, 98, 107, 0.2),
                0 2px 6px rgba(226, 98, 107, 0.3);
  }
}

/* Extra small screens - additional padding */
@media (max-width: 575.98px) {
  .hero-swiper .container {
    padding-top: 1.25rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .image-wrapper .hero-swiper .swiper-slide .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .hero-slide-content {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  
  .image-wrapper .hero-swiper {
    min-height: 320px;
  }
  
  .image-wrapper .hero-swiper .swiper-slide {
    min-height: 320px;
  }
  
  .image-wrapper .hero-swiper .swiper-button-prev,
  .image-wrapper .hero-swiper .swiper-button-next {
    display: none !important;
  }
  
  .hero-title {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
    margin-bottom: 0.5rem !important;
    font-weight: 700 !important;
  }
  
  .hero-description {
    font-size: 0.8125rem !important;
    margin-bottom: 0.875rem !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
  }
  
  .hero-badge {
    font-size: 0.5625rem !important;
    padding: 0.375rem 0.75rem !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: 0.3px !important;
  }
  
  .hero-btn {
    padding: 0.175rem 0.8375rem !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.2px !important;
  }
  
  .hero-buttons {
    gap: 0.5rem !important;
  }
}

/* ===================================
   PROFESSIONAL HERO SLIDER ENHANCEMENTS
   =================================== */

/* Hero Section Base */
.hero-section {
  position: relative;
  overflow: hidden;
}

/* Hero Slide with Parallax Background */
.hero-slide {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.swiper-slide-active .hero-slide-bg {
  transform: scale(1);
}

/* Enhanced Overlay with Gradient */
.swiper-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(200, 16, 46, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

/* Animated Particles Background */
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(200, 16, 46, 0.08) 0%, transparent 50%);
  animation: particlesFloat 20s ease-in-out infinite;
}

@keyframes particlesFloat {
  0%, 100% { transform: translate(0, 0); opacity: 1; }
  50% { transform: translate(20px, -20px); opacity: 0.8; }
}

/* Hero Content Animations */
.hero-slide-content {
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.swiper-slide-active .hero-slide-content {
  opacity: 1;
  transform: translateY(0);
}

.hero-content-wrapper > * {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.swiper-slide-active .hero-content-wrapper > *:nth-child(1) {
  animation-delay: 0.2s;
}

.swiper-slide-active .hero-content-wrapper > *:nth-child(2) {
  animation-delay: 0.4s;
}

.swiper-slide-active .hero-content-wrapper > *:nth-child(3) {
  animation-delay: 0.6s;
}

.swiper-slide-active .hero-content-wrapper > *:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Badge */
.hero-badge {
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.hero-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

/* Hero Title with Text Effects */
.hero-title {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 800;
  text-shadow: 
    0 2px 10px rgba(0, 0, 0, 0.3),
    0 4px 20px rgba(0, 0, 0, 0.2),
    0 8px 40px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.02em;
}

/* Hero Description */
.hero-description {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  line-height: 1.7;
}

/* Enhanced Buttons */
.hero-btn-primary {
  background: linear-gradient(135deg, #e2626b 0%, #c8102e 100%);
  border: none;
  box-shadow: 0 6px 15px rgba(200, 16, 46, 0.3);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.2px;
  padding: 0.5rem 1.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.hero-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.hero-btn-primary:hover::before {
  left: 100%;
}

.hero-btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(200, 16, 46, 0.4);
}

.hero-btn-primary:active {
  transform: translateY(-2px) scale(0.98);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.2px;
  padding: 0.5rem 1.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

.hero-btn-secondary:active {
  transform: translateY(-2px);
}

/* Enhanced Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: white !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 2rem;
  line-height: 1;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(200, 16, 46, 0.9);
  border-color: rgba(200, 16, 46, 1);
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(200, 16, 46, 0.4);
}

/* Enhanced Pagination */
.swiper-pagination {
  bottom: 5px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e2626b, #c8102e);
  box-shadow: 0 4px 15px rgba(200, 16, 46, 0.5);
}

/* Slide Counter Enhancement */
.hero-slide-counter {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  color: white;
  font-size: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.hero-slide-counter .current-slide {
  font-size: 1.5rem;
  color: #e2626b;
}

.hero-slide-counter .divider {
  margin: 0 8px;
  opacity: 0.5;
}

.hero-slide-counter .total-slides {
  opacity: 0.7;
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: scrollBounce 2s ease-in-out infinite;
}

/* Mobile - Align scroll indicator to left */
@media (max-width: 767.98px) {
  .hero-scroll-indicator {
    left: 30px;
    transform: translateX(0);
    bottom: 30px;
  }
}

.hero-scroll-indicator .scroll-text {
  color: white;
  font-size: 0.45rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
}

.hero-scroll-indicator .scroll-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  position: relative;
  overflow: hidden;
}

.hero-scroll-indicator .scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
  animation: scrollLineMove 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

@keyframes scrollLineMove {
  0% { transform: translateY(-20px); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translateY(40px); opacity: 0; }
}

/* ============================================================
   OXYFLEX HERO SLIDER — Redesigned
   ============================================================ */

/* Section wrapper */
.oxyflex-hero-section {
  position: relative;
  overflow: hidden;
}

.oxyflex-hero-swiper-wrap {
  position: relative;
  width: 100%;
}

/* Swiper container */
.oxyflex-hero-swiper {
  width: 100%;
  height: 100%;
}

/* Individual slide */
.oxyflex-hero-slide {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Background image with Ken Burns */
.oxyflex-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  transition: transform 8s ease;
  will-change: transform;
}

.swiper-slide-active .oxyflex-hero-bg {
  transform: scale(1);
}

/* Multi-layer gradient overlay */
.oxyflex-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* Deep dark left/bottom vignette + mid fade to the right */
  background:
    linear-gradient(
      105deg,
      rgba(8, 12, 24, 0.88) 0%,
      rgba(8, 12, 24, 0.60) 45%,
      rgba(8, 12, 24, 0.18) 100%
    ),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.50) 0%,
      transparent 50%
    );
}

/* ── Dot grid pattern ── */
.oxyflex-hero-dots {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: radial-gradient(circle, rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: linear-gradient(
    105deg,
    transparent 0%,
    rgba(0,0,0,0.5) 35%,
    rgba(0,0,0,0.8) 65%,
    rgba(0,0,0,0.3) 100%
  );
  -webkit-mask-image: linear-gradient(
    105deg,
    transparent 0%,
    rgba(0,0,0,0.5) 35%,
    rgba(0,0,0,0.8) 65%,
    rgba(0,0,0,0.3) 100%
  );
}

/* ── Glowing accent blob (top-right) ── */
.oxyflex-hero-blob {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(200, 16, 46, 0.18) 0%, transparent 68%);
  z-index: 2;
  pointer-events: none;
  filter: blur(2px);
  animation: oxyBlobPulse 7s ease-in-out infinite alternate;
}

@keyframes oxyBlobPulse {
  0%   { transform: scale(1) translate(0, 0); opacity: 0.8; }
  100% { transform: scale(1.12) translate(20px, 30px); opacity: 1; }
}

/* ── Diagonal lines / geometric stripe ── */
.oxyflex-hero-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.oxyflex-hero-lines::before {
  content: '';
  position: absolute;
  top: -20%;
  right: 8%;
  width: 2px;
  height: 140%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.07) 30%,
    rgba(255, 255, 255, 0.12) 50%,
    rgba(255, 255, 255, 0.07) 70%,
    transparent 100%
  );
  transform: rotate(18deg);
  transform-origin: top center;
}

.oxyflex-hero-lines::after {
  content: '';
  position: absolute;
  top: -20%;
  right: 14%;
  width: 1px;
  height: 140%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 30%,
    rgba(255, 255, 255, 0.09) 50%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 100%
  );
  transform: rotate(18deg);
  transform-origin: top center;
}

/* Content layer — above all decorative layers */
.oxyflex-hero-slide .container {
  position: relative;
  z-index: 3;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Content block */
.oxyflex-hero-content {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease 0.15s, transform 0.75s ease 0.15s;
}

.swiper-slide-active .oxyflex-hero-content {
  opacity: 1;
  transform: translateY(0);
}

/* Badge */
.oxyflex-hero-badge-wrap {
  margin-bottom: 1.25rem;
}

.oxyflex-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #fdf3f4;
  border: 1px solid rgba(200, 16, 46, 0.20);
  color: #c8102e;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
}

.oxyflex-hero-badge i {
  font-size: 0.75rem;
}

.oxyflex-hero-badge i {
  font-size: 0.875rem;
}

/* Title */
.oxyflex-hero-title {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  transition: opacity 0.75s ease 0.3s, transform 0.75s ease 0.3s;
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active .oxyflex-hero-title {
  opacity: 1;
  transform: translateY(0);
}

/* Description */
.oxyflex-hero-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
  margin-bottom: 2rem;
  transition: opacity 0.75s ease 0.45s, transform 0.75s ease 0.45s;
  opacity: 0;
  transform: translateY(16px);
}

.swiper-slide-active .oxyflex-hero-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Action buttons */
.oxyflex-hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  transition: opacity 0.75s ease 0.6s, transform 0.75s ease 0.6s;
  opacity: 0;
  transform: translateY(12px);
}

.swiper-slide-active .oxyflex-hero-actions {
  opacity: 1;
  transform: translateY(0);
}

.oxyflex-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #c8102e;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0.55rem 1.25rem;
  border-radius: 100px;
  text-decoration: none;
  border: 2px solid #c8102e;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 14px rgba(200, 16, 46, 0.35);
}

.oxyflex-hero-btn-primary:hover {
  background: #a80d26;
  border-color: #a80d26;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(200, 16, 46, 0.5);
}

.oxyflex-hero-btn-primary i {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.oxyflex-hero-btn-primary:hover i {
  transform: translateX(3px);
}

.oxyflex-hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.55rem 1.25rem;
  border-radius: 100px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.35);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(6px);
}

.oxyflex-hero-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Navigation arrows */
.oxyflex-hero-prev,
.oxyflex-hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(6px);
  outline: none;
}

.oxyflex-hero-prev { left: 2rem; }
.oxyflex-hero-next { right: 2rem; }

.oxyflex-hero-prev:hover,
.oxyflex-hero-next:hover {
  background: rgba(200, 16, 46, 0.75);
  border-color: #c8102e;
  transform: translateY(-50%) scale(1.08);
}

.oxyflex-hero-prev.swiper-button-disabled,
.oxyflex-hero-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Pagination dots */
.oxyflex-hero-pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.oxyflex-hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.oxyflex-hero-pagination .swiper-pagination-bullet-active {
  background: #c8102e;
  border-color: #c8102e;
  width: 28px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.25);
}

/* Scroll indicator */
.oxyflex-hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.oxyflex-hero-scroll span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.oxyflex-hero-scroll-line {
  width: 1.5px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.oxyflex-hero-scroll-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.75);
  animation: oxyheroScroll 1.8s ease-in-out infinite;
}

@keyframes oxyheroScroll {
  0%   { transform: translateY(-20px); opacity: 0; }
  40%  { opacity: 1; }
  100% { transform: translateY(44px);  opacity: 0; }
}

/* Responsive — tablet */
@media (max-width: 991.98px) {
  .oxyflex-hero-slide {
    min-height: 520px;
  }

  .oxyflex-hero-slide .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .oxyflex-hero-prev,
  .oxyflex-hero-next {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }

  .oxyflex-hero-prev { left: 1rem; }
  .oxyflex-hero-next { right: 1rem; }

  .oxyflex-hero-scroll {
    display: none;
  }
}

/* Responsive — mobile */
@media (max-width: 575.98px) {
  .oxyflex-hero-slide {
    min-height: 420px;
  }

  .oxyflex-hero-slide .container {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .oxyflex-hero-overlay {
    background:
      linear-gradient(
        105deg,
        rgba(8, 12, 24, 0.92) 0%,
        rgba(8, 12, 24, 0.75) 100%
      ),
      linear-gradient(
        to top,
        rgba(0, 0, 0, 0.55) 0%,
        transparent 55%
      );
  }

  .oxyflex-hero-desc {
    font-size: 0.9rem;
  }

  .oxyflex-hero-actions {
    gap: 0.65rem;
  }

  .oxyflex-hero-btn-primary,
  .oxyflex-hero-btn-ghost {
    font-size: 0.75rem;
    padding: 0.45rem 0.9rem;
  }

  .oxyflex-hero-btn-primary i {
    font-size: 0.9rem;
  }

  .oxyflex-hero-prev,
  .oxyflex-hero-next {
    display: none;
  }

  .oxyflex-hero-pagination {
    bottom: 1rem;
  }
}

/* ============================================================
   ABOUT SECTION — Mobile tab strip + service cards
   ============================================================ */

.oxyflex-mobile-about {
  padding-top: 0.5rem;
}

/* Scrollable tab strip wrapper */
.oxyflex-tab-strip-wrap {
  position: relative;
  overflow: hidden;
}

.oxyflex-tab-strip-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #f8f9fa);
  pointer-events: none;
}

/* The scrollable <ul> */
.oxyflex-tab-strip {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0.25rem 0.5rem;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid rgba(200, 16, 46, 0.10);
}

.oxyflex-tab-strip::-webkit-scrollbar {
  display: none;
}

.oxyflex-tab-strip-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

/* Individual tab button */
.oxyflex-tab-strip-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 100px;
  background: #ffffff;
  color: #4a5568;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  position: relative;
}

.oxyflex-tab-strip-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(200, 16, 46, 0.25);
}

.oxyflex-tab-strip-btn.active {
  background: #fdf3f4;
  border-color: #c8102e;
  color: #c8102e;
  box-shadow: 0 2px 10px rgba(200, 16, 46, 0.15);
}

/* Small icon inside tab */
.oxyflex-tab-strip-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.75;
}

.oxyflex-tab-strip-btn.active .oxyflex-tab-strip-icon {
  opacity: 1;
}

/* Service content card */
.oxyflex-service-card-mobile {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.oxyflex-service-card-icon {
  width: 52px;
  height: 52px;
  background: #fdf3f4;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.oxyflex-service-card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.oxyflex-service-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.6rem;
}

.oxyflex-service-card-body {
  font-size: 0.875rem;
  color: #5a6a7e;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.oxyflex-service-card-body p {
  margin-bottom: 0;
}

.oxyflex-service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: #c8102e;
  text-decoration: none;
  transition: gap 0.2s ease;
}

.oxyflex-service-card-link:hover {
  gap: 0.55rem;
  color: #a80d26;
}

/* Mobile Button Styles - Keep in One Row */
@media (max-width: 767.98px) {
  .hero-buttons {
    gap: 0.5rem !important;
  }
  
  .hero-btn-primary,
  .hero-btn-secondary {
    font-size: 0.7rem !important;
    padding: 0.375rem 0.65rem !important;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 48%;
  }
  
  .hero-btn-primary i,
  .hero-btn-secondary i {
    font-size: 0.8rem;
    margin-right: 0.25rem !important;
  }
  
  .hero-btn-primary span,
  .hero-btn-secondary span {
    font-size: 0.7rem;
  }
}

@media (max-width: 575.98px) {
  .hero-btn-primary,
  .hero-btn-secondary {
    font-size: 0.65rem !important;
    padding: 0.35rem 0.5rem !important;
    max-width: 48%;
  }
  
  .hero-btn-primary i,
  .hero-btn-secondary i {
    font-size: 0.75rem;
    margin-right: 0.2rem !important;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-btn-primary,
  .hero-btn-secondary {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
}

/* Laptop screens - medium height */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .image-wrapper .hero-swiper {
    min-height: 480px;
  }
  
  .image-wrapper .hero-swiper .swiper-slide {
    min-height: 480px;
  }
  
  .hero-swiper .container {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  
  .hero-title {
    font-size: 2rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }
  
  .hero-description {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
  }
  
  .hero-badge {
    font-size: 0.6875rem !important;
    padding: 0.5rem 1rem !important;
  }
  
  .hero-btn {
    padding: 0.5rem 1.25rem !important;
    font-size: 0.875rem !important;
  }
  
  .image-wrapper .hero-swiper .swiper-pagination {
    display: none !important;
  }
}

/* Large screens - full height */
@media (min-width: 1400px) {
  .image-wrapper {
    min-height: 420px;
  }
  
  .image-wrapper .hero-swiper {
    min-height: 620px;
  }
  
  .image-wrapper .hero-swiper .swiper-slide {
    min-height: 620px;
  }
  
  .hero-swiper .container {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
  
  .hero-title {
    font-size: 2.5rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.875rem !important;
    font-weight: 700 !important;
  }
  
  .hero-description {
    font-size: 1.125rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1.25rem !important;
    font-weight: 400 !important;
  }
  
  .hero-badge {
    font-size: 0.75rem !important;
    padding: 0.5625rem 1.125rem !important;
    margin-bottom: 0.875rem !important;
    letter-spacing: 0.5px !important;
  }
  
  .hero-btn {
    padding: 0.625rem 1.5rem !important;
    font-size: 0.9375rem !important;
    letter-spacing: 0.3px !important;
  }
  
  .hero-buttons {
    gap: 1rem !important;
  }
  
  .image-wrapper .hero-swiper .swiper-pagination {
    display: none !important;
  }
}

/* Product Card V2 - Vertical Layout */
.product-card-v2 {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.25s ease;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}

.product-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12) !important;
  border-color: rgba(226, 98, 107, 0.25);
}

/* Tracking/Letter Spacing Utility */
.tracking-wider {
  letter-spacing: 0.1em;
}

/* Product Image - Consistent Height & Object Fit */
.product-card-v2 .card-img-top {
  height: 260px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.product-card-v2 .card-img-top img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-card-v2:hover .card-img-top img {
  transform: scale(1.08);
}

/* Product Badge - Left Aligned & Smaller */
.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.product-card-v2:hover .product-badge {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.product-badge i {
  font-size: 0.85rem;
}

/* Product Number Badge - Modern Soft Circle Design */
.product-number-badge {
  width: 36px;
  height: 36px;
  background: rgba(226, 98, 107, 0.08);
  color: var(--oxyflex-red);
  border-radius: 50%;
  border: 1.5px solid rgba(226, 98, 107, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(226, 98, 107, 0.1);
  transition: all 0.3s ease;
}

.product-card-v2:hover .product-number-badge {
  transform: scale(1.08);
  background: rgba(226, 98, 107, 0.12);
  border-color: rgba(226, 98, 107, 0.35);
  box-shadow: 0 3px 10px rgba(226, 98, 107, 0.2);
}

/* Card Body */
.product-card-v2 .card-body {
  padding: 1.75rem 1.5rem 2rem;
}

.product-card-v2 h4 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #2f353a;
  margin-bottom: 0.85rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.product-card-v2:hover h4 {
  color: var(--oxyflex-red);
}

.product-card-v2 p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #60697b;
  margin-bottom: 1.25rem;
}

/* Icon List Styling - Improved Check Position */
.product-card-v2 .icon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.product-card-v2 .icon-list li {
  padding: 0;
  margin-bottom: 0.7rem;
  font-size: 0.875rem;
  color: #60697b;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  font-weight: 500;
  transition: all 0.3s ease;
}

.product-card-v2 .icon-list li:last-child {
  margin-bottom: 0;
}

.product-card-v2 .icon-list li i {
  color: var(--oxyflex-red);
  font-size: 1.1rem;
  margin-right: 0.7rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: all 0.3s ease;
}

.product-card-v2 .icon-list li span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.product-card-v2 .icon-list li:hover {
  color: #2f353a;
  padding-left: 4px;
}

.product-card-v2 .icon-list li:hover i {
  transform: scale(1.2);
  color: #c54d56;
}

.product-card-v2 .icon-list li:hover span {
  transform: translateX(2px);
}

/* Button Styling */
.product-card-v2 .btn {
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.75rem 1.75rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.product-card-v2 .btn i {
  transition: transform 0.3s ease;
}

.product-card-v2 .btn:hover i {
  transform: translateX(4px);
}

.product-card-v2 .btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.product-card-v2 .btn:hover::before {
  width: 350px;
  height: 350px;
}

.product-card-v2 .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(226, 98, 107, 0.35);
}

/* CTA Card Button Enhancements */
.product-cta-card .btn {
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-cta-card .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(226, 98, 107, 0.3);
}

.product-cta-card .btn-outline-primary:hover {
  background: var(--oxyflex-red);
  border-color: var(--oxyflex-red);
  color: #ffffff;
}

/* Badge Color Variants */
.badge.bg-red {
  background-color: #e2626b !important;
}

.badge.bg-purple {
  background-color: #9b7aed !important;
}

.badge.bg-green {
  background-color: #45c4a0 !important;
}

/* Product CTA Card - Enhanced Design with Subtle Gradient */
.product-cta-card {
  border: none;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 86, 210, 0.06) 0%, rgba(255, 255, 255, 1) 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.product-cta-card:hover {
  border-color: rgba(226, 98, 107, 0.25);
  box-shadow: 0 1.25rem 3rem rgba(226, 98, 107, 0.12) !important;
}

.product-cta-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(226, 98, 107, 0.12) 0%, transparent 70%);
  pointer-events: none;
  animation: pulse-soft 8s ease-in-out infinite;
}

@keyframes pulse-soft {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.product-cta-card::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(226, 98, 107, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.icon-svg-lg {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.product-cta-card:hover .icon-svg-lg {
  transform: scale(1.1) rotate(5deg);
}

.bg-pale-primary {
  background-color: rgba(226, 98, 107, 0.12) !important;
}

/* Button Groups in Product Section */
.gap-3 {
  gap: 1rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

/* Company info panel: styled under .oxyflex-info-panel (see site header section) */

/* Product Cards Section - Height & Image Fix */
.grid .row.isotope {
  display: flex;
  flex-wrap: wrap;
}

.grid .row.isotope .item {
  display: flex;
}

.grid .row.isotope .item .card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.grid .row.isotope .item .card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Fixed height for product images */
.grid .row.isotope .item .card .card-body figure {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.grid .row.isotope .item .card .card-body figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.grid .row.isotope .item .card:hover figure img {
  transform: scale(1.05);
}

/* Blockquote takes remaining space */
.grid .row.isotope .item .card .card-body blockquote {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.grid .row.isotope .item .card .card-body blockquote > p {
  margin-bottom: 0.25rem;
}

.grid .row.isotope .item .card .card-body blockquote .blockquote-details {
  margin-top: 10px;
}

/* View All Products Button */
.view-all-products-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.view-all-products-wrapper .btn {
  min-width: 220px;
  font-weight: 600;
  padding: 0.875rem 2rem;
  transition: all 0.3s ease;
}

.view-all-products-wrapper .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(226, 98, 107, 0.3);
}

/* Responsive adjustments for product images */
@media (max-width: 1199.98px) {
  .grid .row.isotope .item .card .card-body figure {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

@media (max-width: 991.98px) {
  .grid .row.isotope .item .card .card-body figure {
    height: 240px;
    min-height: 240px;
    max-height: 240px;
  }
}

@media (max-width: 767.98px) {
  .grid .row.isotope .item .card .card-body figure {
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .grid .row.isotope .item .card .card-body figure {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
}

/* Product Category Cards */
.bg-gradient-reverse-primary {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.card.lift {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.card.lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15) !important;
}

.card.lift .icon.btn-circle {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  border: none !important;
  outline: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.lift:hover .icon.btn-circle {
  background: linear-gradient(135deg, #e2626b 0%, #c54d56 100%) !important;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(226, 98, 107, 0.3);
  border: none !important;
  outline: none !important;
}

.card.lift .icon.btn-circle i {
  transition: color 0.35s ease;
  color: var(--oxyflex-red);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.card.lift:hover .icon.btn-circle i {
  color: #ffffff !important;
}

.card.lift h4 {
  transition: color 0.3s ease;
}

.card.lift:hover h4 {
  color: var(--oxyflex-red) !important;
}

.card.lift .more.hover {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.3s ease;
}

.card.lift:hover .more.hover {
  gap: 0.6rem;
  font-weight: 600;
}

.card.lift:hover .more.hover i {
  transform: translateX(3px);
}

/* Remove borders from all icon buttons */
.icon.btn.btn-circle,
.icon.btn.btn-circle.btn-soft-primary,
.card.lift .icon.btn.btn-circle,
.card.lift .icon.btn.btn-circle.btn-soft-primary {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.icon.btn.btn-circle:focus,
.icon.btn.btn-circle:active,
.icon.btn.btn-circle:focus-visible,
.card.lift .icon.btn.btn-circle:focus,
.card.lift .icon.btn.btn-circle:active,
.card.lift .icon.btn.btn-circle:focus-visible {
  border: none !important;
  outline: none !important;
}

.card.lift:hover .icon.btn.btn-circle {
  box-shadow: 0 8px 20px rgba(226, 98, 107, 0.3) !important;
}

/* Ensure icon alignment is perfect */
.card.lift .icon.btn.btn-circle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.card.lift .icon.btn.btn-circle i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin: 0 !important;
}

/* Responsive adjustments for category cards */
@media (max-width: 991.98px) {
  .card.lift .card-body {
    padding: 2rem !important;
  }
  
  .card.lift .icon.btn-circle {
    width: 3.5rem !important;
    height: 3.5rem !important;
    border: none !important;
  }
  
  .card.lift .icon.btn-circle i {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .card.lift .card-body {
    padding: 1.75rem !important;
  }
  
  .card.lift:hover {
    transform: translateY(-4px);
  }
  
  .card.lift h4 {
    font-size: 1.125rem;
  }
}

.product-text {
  min-height: 230px;
  max-height: 230px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Stats Counter Section Improvements */
.counter-wrapper .counter {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--oxyflex-red);
  margin-bottom: 0.5rem;
}

.counter-wrapper p {
  font-size: 0.95rem;
  color: var(--oxyflex-dark);
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .counter-wrapper .counter {
    font-size: 2rem;
  }
  
  .counter-wrapper p {
    font-size: 0.875rem;
  }
}

/* Footer Improvements */
footer {
  border-top: 1px solid var(--oxyflex-border);
}

footer .widget-title {
  color: var(--oxyflex-dark);
  font-weight: 700;
  font-size: 1.125rem;
}

footer p, footer address {
  color: inherit !important;
  line-height: 1.7;
}

footer ul li a {
  color: inherit !important;
  line-height: 1.7;
}

footer a {
  color: inherit !important;
  line-height: 1.7;
}

footer .social a {
  transition: all 0.3s ease;
}

footer .social a:hover {
  transform: translateY(-3px);
  color: var(--oxyflex-red);
}

/* Ensure consistent card heights in grid */
.card.h-100 {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.card.h-100 .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Vertical timeline connector */
.process-step {
  position: relative;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20px;              /* aligns with icon center */
  top: 52px;               /* starts below icon */
  width: 2px;
  height: calc(100% - 52px);
  background: linear-gradient(
    to bottom,
    rgba(226,98,107,.4),
    rgba(13,110,253,.05)
  );
}

.process-icon {
  position: relative;
  z-index: 2;
  border: none !important;
  outline: none !important;
}

/* Remove borders from process step icons */
.process-step .icon.btn.btn-circle,
.process-step .icon.btn.btn-circle.btn-soft-primary {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.process-step .icon.btn.btn-circle:focus,
.process-step .icon.btn.btn-circle:active,
.process-step .icon.btn.btn-circle:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Icon styling improvements */
.uil {
  line-height: 1;
  vertical-align: middle;
}

/* Fix icon alignment issues in cards */
.icon-svg {
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.icon-svg.icon-svg-sm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 2.2rem;
  height: 2.2rem;
}

.card-body .icon-svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.card-body img.icon-svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}

/* Ensure proper spacing utilities */
.mb-10 {
  margin-bottom: 4rem !important;
}

.mb-16 {
  margin-bottom: 6rem !important;
}

.mb-15 {
  margin-bottom: 5rem !important;
}

@media (max-width: 991.98px) {
  .mb-10 {
    margin-bottom: 3rem !important;
  }
  
  .mb-15 {
    margin-bottom: 4rem !important;
  }
  
  .mb-16 {
    margin-bottom: 4.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .mb-10 {
    margin-bottom: 2.5rem !important;
  }
  
  .mb-15 {
    margin-bottom: 3rem !important;
  }
  
  .mb-16 {
    margin-bottom: 3.5rem !important;
  }
}

/* Heading line heights for better readability */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
  font-weight: 700;
}

.display-1, .display-2, .display-3, .display-4 {
  line-height: 1.2;
  font-weight: 700;
}

/* Better text color contrast */
.text-muted {
  color: #60697b !important;
}

/* Improve readability of lead text */
.lead {
  line-height: 1.6;
  font-weight: 400;
}

/* Stats section text improvements */
.container-card .card {
  border: none;
  border-radius: 20px;
}

/* Ensure images load smoothly */
img {
  max-width: 100%;
  height: auto;
}

figure img {
  display: block;
}

/* Mobile Optimizations for Feature Cards Section (299-441) */
@media (max-width: 767.98px) {
  /* Section container padding */
  .wrapper.bg-light .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Text column improvements */
  .col-lg-5.offset-lg-1.order-lg-2 {
    margin-bottom: 2rem;
    text-align: center;
  }
  
  /* Heading adjustments */
  .col-lg-5 .display-4 {
    font-size: 1.625rem !important;
    line-height: 1.35 !important;
    margin-bottom: 1rem !important;
    text-align: center;
  }
  
  /* Lead paragraph */
  .col-lg-5 .lead {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1rem !important;
  }
  
  /* Regular paragraph */
  .col-lg-5 p:not(.lead) {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
    margin-bottom: 1.5rem !important;
    color: #60697b;
  }
  
  /* Button improvements */
  .col-lg-5 .btn {
    font-size: 0.875rem !important;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Cards column improvements */
  .col-lg-6 .row.g-6 {
    gap: 1rem !important;
  }
  
  /* Card styling for mobile */
  .col-lg-6 .card.shadow-lg {
    border-radius: 16px;
    transition: all 0.3s ease;
    margin-bottom: 1rem !important;
  }
  
  .col-lg-6 .card.shadow-lg:active {
    transform: scale(0.98);
  }
  
  /* Card body padding */
  .col-lg-6 .card-body {
    padding: 1.5rem 1.25rem !important;
  }
  
  /* Icon sizing for mobile */
  .col-lg-6 .icon-svg.icon-svg-sm {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 1rem !important;
  }
  
  /* Card heading */
  .col-lg-6 .card-body h4 {
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
    margin-bottom: 0.875rem !important;
    font-weight: 600;
  }
  
  /* Card paragraph */
  .col-lg-6 .card-body p.mb-2 {
    font-size: 0.875rem !important;
    line-height: 1.65 !important;
    margin-bottom: 1rem !important;
    color: #60697b;
  }
  
  /* Card links - better touch targets */
  .col-lg-6 .card-body .more.hover {
    font-size: 0.875rem !important;
    font-weight: 600;
    padding: 0.5rem 0;
    display: inline-block;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
  }
  
  .col-lg-6 .card-body .more.hover:hover,
  .col-lg-6 .card-body .more.hover:active {
    transform: translateX(4px);
  }
  
  /* Remove negative margins on mobile */
  .col-lg-6 .card.shadow-lg.mb-md-6.mt-lg-6 {
    margin-top: 0 !important;
  }
  
  /* Better spacing between card rows */
  .col-lg-6 .row > [class*="col-"]:not(:last-child) {
    margin-bottom: 1rem;
  }
}

/* Extra small screens */
@media (max-width: 575.98px) {
  /* Even tighter spacing */
  .wrapper.bg-light .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  /* Smaller heading */
  .col-lg-5 .display-4 {
    font-size: 1.5rem !important;
    margin-bottom: 0.875rem !important;
  }
  
  /* Tighter card padding */
  .col-lg-6 .card-body {
    padding: 1.25rem 1rem !important;
  }
  
  /* Smaller icons */
  .col-lg-6 .icon-svg.icon-svg-sm {
    width: 42px !important;
    height: 42px !important;
    margin-bottom: 0.875rem !important;
  }
  
  /* Smaller card text */
  .col-lg-6 .card-body h4 {
    font-size: 1rem !important;
    margin-bottom: 0.75rem !important;
  }
  
  .col-lg-6 .card-body p.mb-2 {
    font-size: 0.8125rem !important;
    margin-bottom: 0.875rem !important;
  }
  
  /* Button full width on very small screens */
  .col-lg-5 .btn {
    width: 100%;
    max-width: 100%;
  }
}

/* Wrapper bar (background behind tabs) */
#mobileFeatureTabs {
  background: #f6f2ec;          /* soft beige background */
  padding: 3px;
  border-radius: 20px;
  gap: 3px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar */
#mobileFeatureTabs::-webkit-scrollbar {
  display: none;
}

/* Default tab */
#mobileFeatureTabs .nav-link {
  border: 0;
  background: transparent;
  color: #111;
  font-size: 12px;
  padding: 5px 11px;
  border-radius: 20px;
  white-space: nowrap;
  transition: all 0.25s ease;
}

/* Active tab (red pill) */
#mobileFeatureTabs .nav-link.active {
  background: #ff3b3b;          /* red like screenshot */
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 59, 59, 0.25);
}

/* Hover (inactive tabs) */
#mobileFeatureTabs .nav-link:not(.active):hover {
  background: rgba(0, 0, 0, 0.05);
}

/* ============================================
   SCROLL ANIMATION STYLES
   ============================================ */
/* Scroll Animation Styles */
[data-scroll-animate] {
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

[data-scroll-animate].animate {
  opacity: 1;
}

/* Fade Up */
[data-scroll-animate="fade-up"] {
  transform: translateY(50px);
}
[data-scroll-animate="fade-up"].animate {
  transform: translateY(0);
}

/* Fade Down */
[data-scroll-animate="fade-down"] {
  transform: translateY(-50px);
}
[data-scroll-animate="fade-down"].animate {
  transform: translateY(0);
}

/* Fade Left */
[data-scroll-animate="fade-left"] {
  transform: translateX(50px);
}
[data-scroll-animate="fade-left"].animate {
  transform: translateX(0);
}

/* Fade Right */
[data-scroll-animate="fade-right"] {
  transform: translateX(-50px);
}
[data-scroll-animate="fade-right"].animate {
  transform: translateX(0);
}

/* Zoom In */
[data-scroll-animate="zoom-in"] {
  transform: scale(0.8);
}
[data-scroll-animate="zoom-in"].animate {
  transform: scale(1);
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  [data-scroll-animate] {
    opacity: 1;
    transform: none !important;
    transition: none !important;
  }
}

/* ============================================
   PREVENT DUPLICATE SCROLLBARS
   ============================================ */
/* Hide scrollbars on elements that shouldn't scroll */
.section-frame,
.wrapper,
.image-wrapper,
.swiper,
.swiper-wrapper,
.swiper-slide,
.content-wrapper {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.section-frame::-webkit-scrollbar,
.wrapper::-webkit-scrollbar,
.image-wrapper::-webkit-scrollbar,
.swiper::-webkit-scrollbar,
.swiper-wrapper::-webkit-scrollbar,
.swiper-slide::-webkit-scrollbar,
.content-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

/* ===================================
   Mobile Bottom Tab Bar - Premium App Style
   =================================== */
.mobile-bottom-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.12), 0 -2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  z-index: 1000;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.mobile-bottom-tabs .tab-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  text-decoration: none;
  color: #5a6c7d;
  font-size: 0.7rem;
  padding: 10px 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  min-height: 50px;
}

.mobile-bottom-tabs .tab-item:last-child {
  border-right: none;
}

/* Icon container with background circle effect */
.mobile-bottom-tabs .tab-item i {
  font-size: 1.3rem;
  margin-bottom: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
}

.mobile-bottom-tabs .tab-item span {
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.7rem;
  letter-spacing: 0.2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: capitalize;
  margin-top: 0;
}

/* Individual tab colors - Always visible */
/* Get Catalog - Red */
.mobile-bottom-tabs .tab-item:nth-child(1) i {
  color: #e2626b;
  background: transparent;
}

.mobile-bottom-tabs .tab-item:nth-child(1) span {
  color: #e2626b;
}

/* Call Us - Blue */
.mobile-bottom-tabs .tab-item:nth-child(2) i {
  color: #3498db;
  background: transparent;
}

.mobile-bottom-tabs .tab-item:nth-child(2) span {
  color: #3498db;
}

/* WhatsApp - Green */
.mobile-bottom-tabs .tab-item:nth-child(3) i {
  color: #25d366;
  background: transparent;
}

.mobile-bottom-tabs .tab-item:nth-child(3) span {
  color: #25d366;
}

/* Hover/Active States - Enhanced interaction */
.mobile-bottom-tabs .tab-item:hover i,
.mobile-bottom-tabs .tab-item:active i {
  transform: scale(1.08);
}

.mobile-bottom-tabs .tab-item:nth-child(1):hover i,
.mobile-bottom-tabs .tab-item:nth-child(1):active i {
  background: transparent;
  box-shadow: none;
}

.mobile-bottom-tabs .tab-item:nth-child(2):hover i,
.mobile-bottom-tabs .tab-item:nth-child(2):active i {
  background: transparent;
  box-shadow: none;
}

.mobile-bottom-tabs .tab-item:nth-child(3):hover i,
.mobile-bottom-tabs .tab-item:nth-child(3):active i {
  background: transparent;
  box-shadow: none;
}

.mobile-bottom-tabs .tab-item:hover span,
.mobile-bottom-tabs .tab-item:active span {
  transform: scale(1.05);
  font-weight: 700;
}

/* Active press effect */
.mobile-bottom-tabs .tab-item:active {
  transform: scale(0.96);
}

.mobile-bottom-tabs .tab-item:active i {
  transform: scale(0.98);
}

/* Ripple effect on tap with matching colors */
.mobile-bottom-tabs .tab-item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}

.mobile-bottom-tabs .tab-item:nth-child(1)::after {
  background: radial-gradient(circle, rgba(226, 98, 107, 0.2) 0%, rgba(226, 98, 107, 0) 70%);
}

.mobile-bottom-tabs .tab-item:nth-child(2)::after {
  background: radial-gradient(circle, rgba(52, 152, 219, 0.2) 0%, rgba(52, 152, 219, 0) 70%);
}

.mobile-bottom-tabs .tab-item:nth-child(3)::after {
  background: radial-gradient(circle, rgba(37, 211, 102, 0.2) 0%, rgba(37, 211, 102, 0) 70%);
}

.mobile-bottom-tabs .tab-item:active::after {
  width: 100px;
  height: 100px;
  opacity: 1;
}

/* Safe area inset for devices with notch/home indicator */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .mobile-bottom-tabs {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* Add bottom padding to body on mobile to prevent content being hidden */
@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px));
  }
  
  /* Hide floating WhatsApp button on mobile since we have tab bar */
  .floating-btn {
    display: none !important;
  }
}

/* Smooth transitions for orientation changes */
@media (orientation: landscape) and (max-width: 767.98px) {
  .mobile-bottom-tabs .tab-item {
    padding: 8px 4px;
    min-height: 45px;
  }
  
  .mobile-bottom-tabs .tab-item i {
    font-size: 1.2rem;
    width: 32px;
    height: 32px;
  }
  
  .mobile-bottom-tabs .tab-item span {
    font-size: 0.65rem;
  }
}

/* ============================================
   PRODUCTS PAGE STYLES
   ============================================ */

/* Sidebar Sticky */
.sidebar-sticky {
  position: sticky;
  top: 100px;
}

/* Widget Styling */
.widget {
  /*background: #ffffff;*/
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.widget:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.widget-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--oxyflex-dark);
  margin-bottom: 1rem;
}

/* Form Controls */
.form-check {
  padding-left: 1.75rem;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border: 2px solid #d1d9e6;
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--oxyflex-red);
  border-color: var(--oxyflex-red);
}

.form-check-input:focus {
  border-color: var(--oxyflex-red);
  box-shadow: 0 0 0 0.2rem rgba(226, 98, 107, 0.25);
}

.form-check-label {
  cursor: pointer;
  font-size: 0.9375rem;
  color: #2f353a;
}

/* Range Slider */
.form-range {
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--oxyflex-red) 0%, var(--oxyflex-red) 100%, #e9ecef 100%);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.form-range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  background: var(--oxyflex-red);
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(226, 98, 107, 0.4);
  transition: all 0.3s ease;
}

.form-range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 3px 12px rgba(226, 98, 107, 0.6);
}

.form-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: var(--oxyflex-red);
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(226, 98, 107, 0.4);
  transition: all 0.3s ease;
}

.form-range::-moz-range-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 3px 12px rgba(226, 98, 107, 0.6);
}

/* Product Card Enhanced */
.product-item .card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
}

.product-item .card.lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
  border-color: rgba(226, 98, 107, 0.2);
}

/* Product Image with Overlay */
.product-item .card-img-top {
  position: relative;
  overflow: hidden;
  height: 240px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.product-item .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-item:hover .card-img-top img {
  transform: scale(1.08);
}

/* Overlay Effect */
.overlay.overlay-1 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(226, 98, 107, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.overlay.overlay-1:hover figcaption {
  opacity: 1;
}

.overlay.overlay-1 figcaption h5 {
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.overlay.overlay-1:hover figcaption h5 {
  transform: translateY(0);
}

/* Badge Styling */
.badge.bg-soft-primary {
  background-color: rgba(226, 98, 107, 0.12) !important;
  color: var(--oxyflex-red) !important;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
}

.badge.bg-soft-success {
  background-color: rgba(37, 211, 102, 0.12) !important;
  color: #25d366 !important;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
}

/* Product Card Body */
.product-item .card-body {
  padding: 1.5rem;
}

.product-item .card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--oxyflex-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.product-item .card-title a {
  color: inherit;
  text-decoration: none;
}

.product-item:hover .card-title {
  color: var(--oxyflex-red);
}

.product-item .card-text {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #60697b;
}

/* Product Info Button */
.product-info-trigger {
  cursor: pointer;
  text-decoration: none;
}

/* Non-header offcanvas panels only (exclude navbar offcanvas and company info panel). */
.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) {
  width: 460px !important;
  max-width: 90vw;
  background-color: #ffffff !important;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-header {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--oxyflex-dark) !important;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body {
  padding: 1.5rem;
  background-color: #ffffff !important;
  color: var(--oxyflex-dark);
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body img {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body .table {
  margin-bottom: 0;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body .table td {
  padding: 0.5rem 0;
  border: none;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body .icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body .icon-list li {
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  color: #2f353a;
  line-height: 1.5;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body .icon-list li i {
  color: var(--oxyflex-red);
  margin-right: 0.65rem;
  font-size: 1rem;
  flex-shrink: 0;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) .offcanvas-body .icon-list li span {
  flex: 1;
  line-height: 1.5;
}

/* Sort Select */
.form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  font-size: 0.9375rem;
  color: var(--oxyflex-dark);
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-select:focus {
  border-color: var(--oxyflex-red);
  box-shadow: 0 0 0 0.2rem rgba(226, 98, 107, 0.15);
}

/* No Results */
#noResults {
  padding: 4rem 2rem;
}

#noResults i {
  font-size: 4rem;
  opacity: 0.3;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .sidebar-sticky {
    position: static;
    margin-bottom: 2rem;
  }
  
  .widget {
    margin-bottom: 1.5rem;
  }
  
  .offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) {
    width: 380px !important;
  }
}

@media (max-width: 767.98px) {
  .product-item .card-img-top {
    height: 220px;
  }
  
  .product-item .card-body {
    padding: 1.25rem;
  }
  
  .product-item .card-title {
    font-size: 1rem;
  }
  
  .product-item .card-text {
    font-size: 0.8125rem;
  }
  
  .offcanvas:not(.offcanvas-nav):not(.oxyflex-info-panel) {
    width: 100% !important;
  }
  
  .widget {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .product-item .card-img-top {
    height: 200px;
  }
  
  .product-item .card-body {
    padding: 1rem;
  }
  
  .widget {
    padding: 1rem;
  }
  
  .widget-title {
    font-size: 1rem;
  }
}

/* ============================================
   CUSTOM PILL TABS DESIGN
   ============================================ */
.nav-pills.custom-pill-tabs {
  background: #f5f5f5;
  border-radius: 50px;
  padding: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  width: 100%;
}

.nav-pills.custom-pill-tabs .nav-item {
  flex: 1;
}

.nav-pills.custom-pill-tabs .nav-link {
  border-radius: 50px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: #60697b;
  background: transparent;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

.nav-pills.custom-pill-tabs .nav-link:hover {
  color: #343f52;
  background: rgba(0, 0, 0, 0.05);
}

.nav-pills.custom-pill-tabs .nav-link.active {
  background: #e64444;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(230, 68, 68, 0.3);
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .nav-pills.custom-pill-tabs {
    width: 100%;
    justify-content: center;
  }
  
  .nav-pills.custom-pill-tabs .nav-link {
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
  }
}

/* ============================================================
   SITE HEADER — Professional redesign
   ============================================================ */

/* ---- Header shell ------------------------------------------ */
.oxyflex-site-header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1030;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

/* Sticky / scrolled state */
.oxyflex-site-header.navbar-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: rgba(255, 255, 255, 0.97) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.10) !important;
}

body.admin-bar .oxyflex-site-header.navbar-fixed {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .oxyflex-site-header.navbar-fixed {
    top: 46px !important;
  }
}

/* ---- Top bar ----------------------------------------------- */
.oxyflex-topbar {
  background-color: var(--oxyflex-tb-bg, #1e2433);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.oxyflex-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  gap: 1rem;
}

.oxyflex-topbar-left,
.oxyflex-topbar-right {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.oxyflex-topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: color-mix(in srgb, var(--oxyflex-tb-text, #ffffff) 72%, transparent);
  text-decoration: none !important;
  transition: color 0.18s ease;
  white-space: nowrap;
}

.oxyflex-topbar-link i {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--oxyflex-tb-text, #ffffff) 50%, transparent);
  flex-shrink: 0;
}

.oxyflex-topbar-link:hover,
.oxyflex-topbar-link:focus {
  color: var(--oxyflex-tb-text, #ffffff);
}

.oxyflex-topbar-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--oxyflex-tb-text, #ffffff) 60%, transparent);
  text-decoration: none !important;
  transition: background 0.18s ease, color 0.18s ease;
}

.oxyflex-topbar-social:hover,
.oxyflex-topbar-social:focus {
  background: color-mix(in srgb, var(--oxyflex-tb-text, #ffffff) 12%, transparent);
  color: var(--oxyflex-tb-text, #ffffff);
}

.oxyflex-topbar-wa {
  color: #25d366 !important;
}

.oxyflex-topbar-wa:hover,
.oxyflex-topbar-wa:focus {
  background: rgba(37, 211, 102, 0.15) !important;
  color: #25d366 !important;
}

/* When header is fixed and topbar is present, hide topbar */
.oxyflex-site-header.navbar-fixed .oxyflex-topbar {
  display: none !important;
}

/* ---- Main navbar ------------------------------------------- */
.oxyflex-navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(52, 63, 82, 0.08);
  position: relative; /* anchor for the absolutely-positioned mobile collapse */
}

.oxyflex-nav-container {
  display: flex;
  align-items: center;
  min-height: 68px;
  gap: 1rem;
  transition: min-height 0.3s ease;
}

.oxyflex-site-header.navbar-fixed .oxyflex-nav-container {
  min-height: 60px;
}

/* ---- Logo -------------------------------------------------- */
.oxyflex-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none !important;
  flex-shrink: 0;
}

.oxyflex-logo-img {
  height: 42px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
  transition: height 0.3s ease;
}

.oxyflex-site-header.navbar-fixed .oxyflex-logo-img {
  height: 34px;
}

@media (max-width: 991.98px) {
  .oxyflex-logo-img {
    height: 32px;
  }
}

.oxyflex-logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #c8102e;
  line-height: 1;
}

/* ---- Nav collapse + centering ----------------------------- */
.oxyflex-navbar .navbar-collapse {
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
}

/* ---- Primary nav list ------------------------------------- */
.oxyflex-primary-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  gap: 0.25rem;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.oxyflex-primary-nav .nav-item {
  position: relative;
}

.oxyflex-primary-nav .nav-link {
  display: inline-flex !important;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  color: #2d3748 !important;
  padding: 0.55rem 0.95rem !important;
  border-radius: 0.4rem;
  position: relative;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease;
  background-color: transparent;
}


/* Hover underline indicator */
.oxyflex-primary-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0.95rem;
  right: 0.95rem;
  height: 2px;
  background-color: #c8102e;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.oxyflex-primary-nav .nav-link:hover,
.oxyflex-primary-nav .nav-link:focus {
  color: #c8102e !important;
  background-color: rgba(200, 16, 46, 0.05) !important;
  outline: none;
}

.oxyflex-primary-nav .nav-link:hover::after,
.oxyflex-primary-nav .nav-link:focus::after {
  transform: scaleX(1);
}

/* Active / current page */
.oxyflex-primary-nav .nav-link.active,
.oxyflex-primary-nav .nav-item.current-menu-item > .nav-link,
.oxyflex-primary-nav .nav-item.current-menu-ancestor > .nav-link,
.oxyflex-primary-nav .nav-item.current-page-ancestor > .nav-link {
  color: #c8102e !important;
  background-color: rgba(200, 16, 46, 0.06) !important;
}

.oxyflex-primary-nav .nav-link.active::after,
.oxyflex-primary-nav .nav-item.current-menu-item > .nav-link::after,
.oxyflex-primary-nav .nav-item.current-menu-ancestor > .nav-link::after {
  transform: scaleX(1);
}

/* ---- Dropdown menus --------------------------------------- */
.oxyflex-primary-nav .dropdown-menu {
  min-width: 220px;
  border: 1px solid rgba(45, 55, 72, 0.08);
  border-radius: 0.65rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.10);
  padding: 0.5rem;
  margin-top: 0.25rem !important;
  background: #ffffff;
  animation: oxyflex-dropdown-in 0.16s ease;
}

@keyframes oxyflex-dropdown-in {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.oxyflex-primary-nav .dropdown-item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3748;
  padding: 0.5rem 0.8rem;
  border-radius: 0.45rem;
  transition: background 0.16s ease, color 0.16s ease;
}

.oxyflex-primary-nav .dropdown-item:hover,
.oxyflex-primary-nav .dropdown-item:focus {
  background-color: rgba(200, 16, 46, 0.06);
  color: #c8102e;
}

/* ---- Nav actions (right side) ----------------------------- */
.oxyflex-nav-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

/* ---- CTA button ------------------------------------------- */
.oxyflex-btn-info {
  display: inline-flex;
  align-items: center;
  font-size: 0.825rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 0.45rem 1.15rem !important;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(200, 16, 46, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  gap: 0.3rem;
}

.oxyflex-btn-info:hover,
.oxyflex-btn-info:focus {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(200, 16, 46, 0.32);
  outline: none;
}

/* ---- Hamburger button ------------------------------------- */
.oxyflex-mobile-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.oxyflex-mobile-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
  font-size: 1.15rem;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.oxyflex-mobile-wa:hover {
  background: rgba(37, 211, 102, 0.22);
  color: #25d366;
}

.oxyflex-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 5px;
  background: rgba(45, 55, 72, 0.06);
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.oxyflex-hamburger:hover {
  background: rgba(200, 16, 46, 0.08);
}

.oxyflex-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2d3748;
  border-radius: 2px;
  transition: all 0.28s ease;
}

.oxyflex-hamburger[aria-expanded="true"] {
  background: rgba(200, 16, 46, 0.08);
}

.oxyflex-hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #c8102e;
}

.oxyflex-hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.oxyflex-hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #c8102e;
}

/* ---- Mobile nav collapse ---------------------------------- */
@media (max-width: 991.98px) {
  /* Override style.css rule that forces nav links to white on mobile */
  .navbar-expand-lg .navbar-collapse .nav-link,
  .navbar-expand-lg .navbar-collapse .nav-link.active,
  .navbar-expand-lg .navbar-collapse .nav-link:focus,
  .navbar-expand-lg .navbar-collapse .nav-link:hover,
  .navbar-expand-lg .navbar-collapse .show > .nav-link {
    color: #111111 !important;
  }
  .oxyflex-nav-container {
    min-height: 60px;
    flex-wrap: nowrap; /* prevent logo row from shifting when collapse opens */
    position: relative;
  }

  /* Drop the collapse panel absolutely below the navbar so it never moves the logo row */
  .oxyflex-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1030;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    background-color: #ffffff;
    border-top: 2px solid rgba(200, 16, 46, 0.15);
    padding: 0.6rem 0.75rem 1rem;
    border-radius: 0 0 0.75rem 0.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }

  .oxyflex-primary-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.2rem;
    width: 100%;
  }

  /* Full-width nav items with white text on dark bg */
  .oxyflex-primary-nav .nav-item {
    width: 100%;
  }

  .oxyflex-primary-nav .nav-link {
    display: flex !important;
    width: 100% !important;
    padding: 0.7rem 1rem !important;
    font-size: 0.925rem !important;
    font-weight: 600 !important;
    color: #111111 !important;
    background-color: transparent !important;
    border-radius: 0.5rem !important;
    border-bottom: none !important;
    white-space: normal !important;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .oxyflex-primary-nav .nav-link::after {
    display: none !important;
  }

  /* Hover state */
  .oxyflex-primary-nav .nav-link:hover,
  .oxyflex-primary-nav .nav-link:focus {
    color: #c8102e !important;
    background-color: rgba(200, 16, 46, 0.06) !important;
  }

  /* Active / current page — full-width light highlight */
  .oxyflex-primary-nav .nav-link.active,
  .oxyflex-primary-nav .nav-item.current-menu-item > .nav-link,
  .oxyflex-primary-nav .nav-item.current-menu-ancestor > .nav-link,
  .oxyflex-primary-nav .nav-item.current-page-ancestor > .nav-link {
    background-color: #fdf3f4 !important;
    color: #111111 !important;
    border-radius: 0.5rem !important;
    width: 100% !important;
  }

  /* Mobile dropdown sub-menu */
  .oxyflex-primary-nav .dropdown-menu {
    position: static !important;
    box-shadow: none;
    border: none;
    border-radius: 0.4rem;
    background: rgba(200, 16, 46, 0.04);
    padding: 0.25rem 0 0.25rem 0.75rem;
    margin: 0.15rem 0 !important;
  }

  .oxyflex-primary-nav .dropdown-item {
    color: #4a5568 !important;
    border-radius: 0.4rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }

  .oxyflex-primary-nav .dropdown-item:hover,
  .oxyflex-primary-nav .dropdown-item:focus {
    background-color: rgba(200, 16, 46, 0.08) !important;
    color: #c8102e !important;
  }

  /* Divider */
  .oxyflex-primary-nav .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.08);
  }

  .oxyflex-nav-actions {
    margin-top: 0.75rem;
    padding: 0 0 0.25rem;
  }

  .oxyflex-btn-info {
    width: 100%;
    justify-content: center;
  }
}

/* ---- Desktop: show collapse as flex ----------------------- */
@media (min-width: 992px) {
  .oxyflex-navbar .navbar-collapse {
    display: flex !important;
  }
}

/* ============================================================
   COMPANY INFO OFFCANVAS PANEL — Professional Design
   Overrides generic .offcanvas rules via high specificity.
   ============================================================ */

/* Panel container — override generic width/bg with high specificity */
.offcanvas.offcanvas-end.oxyflex-info-panel {
  width: 360px !important;
  max-width: 92vw !important;
  background-color: #f7f8fa !important;
  color: #2d3748 !important;
  border-left: none !important;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.14) !important;
}

/* Red accent bar at top */
.offcanvas.offcanvas-end.oxyflex-info-panel::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #c8102e 0%, #e63a5a 100%);
  flex-shrink: 0;
}

/* ---- Panel Header ---- */
.oxyflex-info-panel .oxyflex-panel-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1.1rem 1.4rem !important;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(45, 55, 72, 0.1) !important;
  min-height: 64px;
}

.oxyflex-panel-logo {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
}

.oxyflex-panel-brand-text {
  font-size: 1.25rem;
  font-weight: 800;
  color: #c8102e;
  letter-spacing: 0.03em;
}

.oxyflex-panel-close {
  width: 2.1rem;
  height: 2.1rem;
  border: none;
  background: rgba(45, 55, 72, 0.07);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #4a5568;
  font-size: 1.2rem;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
  padding: 0;
}

.oxyflex-panel-close:hover,
.oxyflex-panel-close:focus {
  background: rgba(200, 16, 46, 0.12);
  color: #c8102e;
  outline: none;
}

/* ---- Panel Body ---- */
.oxyflex-info-panel .offcanvas-body.oxyflex-info-body {
  padding: 0 !important;
  background: transparent !important;
  color: #2d3748 !important;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

/* ---- Brand Intro ---- */
.oxyflex-panel-intro {
  padding: 1.4rem 1.4rem 1.2rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(45, 55, 72, 0.08);
}

.oxyflex-panel-brand-name {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 0.35rem;
}

.oxyflex-panel-tagline {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 0;
}

/* ---- Sections ---- */
.oxyflex-panel-section {
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid rgba(45, 55, 72, 0.07);
}

.oxyflex-panel-section-label {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #718096;
  margin-bottom: 0.9rem;
}

.oxyflex-panel-section-label i {
  font-size: 0.85rem;
  color: #c8102e;
}

/* ---- Contact Rows ---- */
.oxyflex-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0.85rem;
  margin: 0 -0.45rem 0.35rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  color: #2d3748 !important;
  background: transparent;
  transition: background 0.18s ease;
}

.oxyflex-contact-row:last-child {
  margin-bottom: 0;
}

a.oxyflex-contact-row {
  cursor: pointer;
}

a.oxyflex-contact-row:hover,
a.oxyflex-contact-row:focus {
  background: rgba(200, 16, 46, 0.06);
  color: #c8102e !important;
  outline: none;
}

a.oxyflex-contact-row:hover .oxyflex-contact-icon,
a.oxyflex-contact-row:focus .oxyflex-contact-icon {
  background: rgba(200, 16, 46, 0.15);
  color: #c8102e;
}

.oxyflex-contact-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  background: rgba(200, 16, 46, 0.09);
  color: #c8102e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: background 0.18s ease, color 0.18s ease;
}

.oxyflex-contact-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: inherit;
  padding-top: 0.2rem;
  margin-bottom: 0;
}

/* ---- WhatsApp CTA Button ---- */
.oxyflex-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.7rem 1.2rem;
  background: #25d366;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0.6rem;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

.oxyflex-whatsapp-btn i {
  font-size: 1.15rem;
}

.oxyflex-whatsapp-btn:hover,
.oxyflex-whatsapp-btn:focus {
  background: #1ebe5d;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transform: translateY(-1px);
  color: #ffffff !important;
  outline: none;
}

/* ---- Social Buttons ---- */
.oxyflex-social-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.oxyflex-social-btn {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  background: rgba(45, 55, 72, 0.08);
  color: #4a5568 !important;
}

.oxyflex-social-btn:hover,
.oxyflex-social-btn:focus {
  transform: translateY(-2px);
  outline: none;
}

.oxyflex-social-facebook:hover,
.oxyflex-social-facebook:focus {
  background: #1877f2;
  color: #ffffff !important;
}

.oxyflex-social-linkedin:hover,
.oxyflex-social-linkedin:focus {
  background: #0a66c2;
  color: #ffffff !important;
}

.oxyflex-social-instagram:hover,
.oxyflex-social-instagram:focus {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #ffffff !important;
}

/* ---- Panel Footer ---- */
.oxyflex-panel-footer {
  margin-top: auto;
  padding: 1rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #a0aec0;
  border-top: 1px solid rgba(45, 55, 72, 0.07);
}

.oxyflex-panel-footer-sep {
  opacity: 0.5;
}

/* ---- Responsive ---- */
@media (max-width: 575.98px) {
  .offcanvas.offcanvas-end.oxyflex-info-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
}
