/*
Theme Name: DML Landing Page
Theme URI: https://dwi-mitra-liftindo.com
Author: DML Team
Description: Landing page WordPress untuk PT Dwi Mitra Liftindo, jasa sewa Scissor Lift, Lifter Lift, ManLift, Tangga Hidrolik, Tangga Elektrik. Modern, informatif, dan mobile-friendly.
Version: 1.0
Tags: landing-page, onepage, responsive, modern
*/

:root {
  --primary-navy: #14213d;
  --primary-red: #e63946;
  --primary-white: #fff;
  --secondary-gray: #f8f9fa;
  --text-dark: #333;
  --text-light: #666;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #fafbfc;
  color: var(--text-dark);
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary-navy);
  margin-top: 0;
}

a {
  color: var(--primary-red);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Full width hero section and marquee */
.hero-section, .hero-swiper {
  width: 100vw;
  min-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding: 0;
  border-radius: 0;
}
.hero-swiper .swiper-slide,
.hero-swiper .hero-image,
.hero-swiper .hero-overlay {
  border-radius: 0 !important;
}

.marquee-section {
  width: 100vw;
  min-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  padding: 0;
  border-radius: 0;
  background: #0B1C37;
  margin-top: 0;
}

/* Remove container padding for hero and marquee */
.hero-section .container,
.marquee-section .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 520px;
  min-height: 520px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 520px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 33, 61, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  color: #fff !important;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  color: #fff !important;
}

.hero-cta {
  display: inline-block;
  background: var(--primary-red);
  color: white;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
}

.hero-cta:hover {
  background: #b71c2b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
  text-decoration: none;
}

/* Marquee Section */
.marquee-section {
  background: #0B1C37 !important;
  padding: 10px 0;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.marquee-text {
  color: white;
  font-weight: 600;
  font-size: 1rem;
}

/* Section Titles */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-red);
  margin-bottom: 40px;
  text-align: center;
}

/* About Section */
.about-section {
  background: #e63946;
  padding: 64px 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 48px;
  align-items: center;
}

.about-image {
  flex: 1.1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img {
  width: 100%;
  max-width: 520px;
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}

.about-text {
  flex: 1.3;
  color: #fff;
  text-align: left;
}

.about-text .section-title {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: #fff;
}

.about-text p {
  font-size: 1.25rem;
  margin-bottom: 32px;
  line-height: 1.7;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-list li {
  font-size: 1.1rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-list i {
  color: #fff;
  background: #b71c2b;
  border-radius: 50%;
  font-size: 1.3rem;
  margin-right: 8px;
}

.about-description {
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-features {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.feature-item i {
  color: var(--primary-red);
  margin-right: 15px;
  font-size: 1.2rem;
}

/* Services Section */
.services-section {
  padding: 80px 0;
  background: #0B1C37;
  margin-top: 0 !important;
  border-top: none !important;
}
.services-section, .services-section * {
  color: unset !important;
}
.services-section .section-title {
  color: #ffffff !important;
}
.services-section .service-card {
  background: #fff;
  color: #0B1C37 !important;
}
.services-section .service-title {
  color: #0B1C37 !important;
}
.services-section .service-description {
  color: #444 !important;
}
.services-section .service-link {
  color: #e63946 !important;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.service-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.service-icon i {
  font-size: 2rem;
  color: white;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 15px;
}

.service-description {
  color: var(--text-light);
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-link {
  color: var(--primary-red);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-link:hover {
  color: #b71c2b;
  text-decoration: none;
}

/* Equipment Section */
.equipment-section {
  padding: 80px 0;
  background: white;
}

.category-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.category-btn {
  background: transparent;
  border: 2px solid var(--primary-red);
  color: var(--primary-red);
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-btn.active,
.category-btn:hover {
  background: var(--primary-red);
  color: white;
}

.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.equipment-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.equipment-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.equipment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.equipment-card:hover .equipment-image img {
  transform: scale(1.1);
}

.equipment-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(20, 33, 61, 0.9));
  color: white;
  padding: 30px 20px 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.equipment-card:hover .equipment-overlay {
  transform: translateY(0);
}

.equipment-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.equipment-description {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

/* Advantages Section */
.advantages-section {
  padding: 80px 0;
  background: var(--secondary-white);
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 card, sesuaikan jika jumlahnya beda */
  gap: 24px; /* lebih rapat */
  margin-top: 50px;
  justify-items: center;
  align-items: stretch;
  overflow-x: auto;
  width: 100%;
}

.advantage-card {
  padding: 24px 12px 20px 12px; /* diperkecil */
  min-width: 180px; /* diperkecil */
  max-width: 220px; /* diperkecil */
  font-size: 0.98rem;
}

.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.advantage-icon {
  width: 76px;
  height: 76px;
  background: var(--primary-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
}

.advantage-icon i {
  font-size: 2.4rem;
  color: #fff;
}

.advantage-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0B1C37;
  margin-bottom: 12px;
}

.advantage-description {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.6;
}

/* Gallery Section */
.gallery-section {
  padding: 80px 0;
  background: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  aspect-ratio: 4/3;
  background: #f8f9fa;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  display: block;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Contact Section (Keep existing styles) */
.contact-container { max-width: 1100px; margin: 48px auto 0 auto; padding: 0 16px; }
.contact-row { display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-start; }
.contact-info { flex: 1 1 340px; }
.contact-title { font-size: 3rem; font-weight: 800; letter-spacing: 1px; margin-bottom: 32px; }
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 24px; }
.contact-icon { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; margin-top: 2px; }
.icon-wa { background: #25D366; }
.icon-telp { background: #e63946; }
.icon-mail { background: #e63946; }
.contact-label { font-weight: 700; font-size: 1.08rem; }
.contact-desc { font-size: 0.98rem; color: #444; margin-top: 2px; }
.contact-img { 
  flex: 1 1 45%;
  max-width: 520px;
  width: 100%;
  height: 100%;
  min-width: 260px;
  border-radius: 24px; 
  object-fit: cover;
  object-position: center;
  box-shadow: 0 4px 24px rgba(20,33,61,0.10);
}
.contact-form-section { margin-top: 64px; }
.contact-form-title { text-align: center; font-size: 1.5rem; font-weight: 700; letter-spacing: 1px; margin-bottom: 32px; }
.contact-form { max-width: 600px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; }
.contact-form input, .contact-form textarea { border: 2px solid #222; border-radius: 0; padding: 12px 14px; font-size: 1rem; font-family: inherit; background: #fff; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: #e63946; }
.contact-form label { font-size: 0.98rem; font-weight: 600; letter-spacing: 1px; margin-bottom: 4px; }
.contact-form textarea { min-height: 100px; resize: vertical; }
.contact-form button { align-self: flex-end; background: #e63946; color: #fff; border: none; border-radius: 999px; padding: 10px 32px; font-weight: 700; font-size: 1rem; letter-spacing: 1px; margin-top: 8px; transition: background 0.2s; }
.contact-form button:hover { background: #b71c2b; }

/* Floating WhatsApp Bubble */
.wa-bubble-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-bubble-text {
  background: #25D366;
  color: white;
  padding: 8px 15px 8px 12px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.wa-bubble-text::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid #25D366;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.wa-bubble-icon {
  width: 50px;
  height: 50px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.wa-bubble-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  color: white;
  text-decoration: none;
}

/* Animations */
.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .about-content {
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .about-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .equipment-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .advantages-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .category-nav {
    flex-direction: column;
    align-items: center;
  }
  
  .category-btn {
    width: 200px;
  }
  
  .contact-row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .contact-img {
    max-width: 100%;
    margin-top: 24px;
    border-radius: 14px;
    aspect-ratio: 4/3;
    object-fit: cover;
    box-shadow: 0 4px 24px rgba(20,33,61,0.10);
  }
  .category-nav {
    display: none !important;
  }
  .advantages-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    margin-top: 18px !important;
    justify-items: stretch !important;
    align-items: stretch !important;
  }
  .advantage-card {
    margin-bottom: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  .hero-section {
    height: 400px;
    min-height: 400px;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .hero-cta {
    padding: 12px 30px;
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .equipment-grid {
    grid-template-columns: 1fr;
  }
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .wa-bubble-container {
    right: 15px;
    bottom: 15px;
  }
  .wa-bubble-text {
    display: none;
  }
  .wa-bubble-icon {
    width: 50px;
    height: 50px;
  }
  .back-to-top {
    right: 15px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
  
  /* Mobile equipment image styling */
  .equipment-image {
    height: 240px !important;
    margin-bottom: 16px !important;
  }
  
  .equipment-image img {
    object-position: center !important;
  }
  
  .equipment-card {
    margin-bottom: 24px !important;
  }
}

/* Header and Footer Styles (Keep existing) */
.site-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(20,33,61,0.04);
  padding: 18px 0;
  margin-bottom: 32px;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 40px;
  max-height: 40px;
  width: auto;
  object-fit: contain;
  padding: 0;
  margin: 0;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #e63946;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #222;
}

.site-footer {
  background: #0B1C37;
  color: #fff;
  padding: 32px 0 18px 0;
  margin-top: 48px;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-right ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.footer-right a {
  color: #fff;
  text-decoration: none;
}

.footer-right a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .header-flex, .footer-flex {
    flex-direction: column;
    gap: 20px;
  }
  
  .main-nav ul {
    flex-direction: column;
    gap: 15px;
  }
} 

/* Statistics Section */
.statistics-section {
  padding: 80px 0;
  background: var(--secondary-gray);
}

.stat-item {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.counter {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-red);
  margin-bottom: 10px;
}

/* Enhanced Equipment Card Hover */
.equipment-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(20,33,61,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px 18px 18px;
  transition: box-shadow 0.2s, transform 0.2s;
  min-height: 420px;
}
.equipment-card:hover {
  box-shadow: 0 8px 32px rgba(20,33,61,0.18);
  transform: translateY(-4px) scale(1.02);
}
.equipment-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f9fa;
  position: relative;
}
.equipment-image img {
  max-width: 100%;
  max-height: 220px;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.equipment-image:hover img {
  transform: scale(1.05);
  filter: contrast(1.1) brightness(1.05);
}
.equipment-body {
  width: 100%;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.equipment-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #14213d;
}
.equipment-description {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 18px;
  min-height: 48px;
}
.equipment-btn {
  display: block;
  width: 100%;
  background: #e63946;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(230,57,70,0.08);
  letter-spacing: 0.5px;
}
.equipment-btn:hover {
  background: #b71c2b;
  color: #fff;
  box-shadow: 0 4px 16px rgba(230,57,70,0.18);
  text-decoration: none;
}

/* Enhanced Service Cards */
.service-card {
  background: white;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(230, 57, 70, 0.1), transparent);
  transition: left 0.5s ease;
}

.service-card:hover::before {
  left: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.service-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.3);
}

.service-icon i {
  font-size: 2rem;
  color: white;
  transition: transform 0.3s ease;
}

.service-card:hover .service-icon i {
  transform: scale(1.1);
}

/* Enhanced Gallery */
.gallery-item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  position: relative;
  background: #f8f9fa;
  aspect-ratio: 4/3;
}

.gallery-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(230, 57, 70, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  display: block;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

/* Enhanced Form Styling */
.contact-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: var(--primary-red);
  box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}

.contact-form .btn {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.contact-form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

/* Enhanced Category Buttons */
.category-btn {
  background: transparent;
  border: 2px solid var(--primary-red);
  color: var(--primary-red);
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.category-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--primary-red);
  transition: left 0.3s ease;
  z-index: -1;
}

.category-btn:hover::before,
.category-btn.active::before {
  left: 0;
}

.category-btn:hover,
.category-btn.active {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(230, 57, 70, 0.3);
}

/* Enhanced Advantages */
.advantage-card {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.advantage-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-red), #ff6b6b);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.advantage-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.advantage-card:hover .advantage-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(230, 57, 70, 0.3);
}

.advantage-icon i {
  font-size: 1.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.advantage-card:hover .advantage-icon i {
  transform: scale(1.1);
}

/* Loading Animation Enhancement */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top: 4px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Enhanced Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 80px;
  right: auto;
  width: 50px;
  height: 50px;
  background: var(--primary-red);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #b71c2b;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
}

/* Enhanced WhatsApp Bubble */
.wa-bubble-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wa-bubble-text {
  background: #25D366;
  color: white;
  padding: 8px 15px 8px 12px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.wa-bubble-text:hover {
  transform: translateX(-5px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.wa-bubble-icon {
  width: 50px;
  height: 50px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.wa-bubble-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
  color: white;
  text-decoration: none;
}

/* Enhanced Animations */
.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pulse Animation for Important Elements */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.hero-cta:hover {
  animation: pulse 1s infinite;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .statistics-section .row {
    margin: 0;
  }
  .statistics-section .col-6 {
    padding: 0 10px;
  }
  .stat-item {
    padding: 20px 15px;
  }
  .counter {
    font-size: 2rem;
  }
  .category-nav {
    flex-wrap: wrap;
    gap: 10px;
  }
  .category-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
  
  /* Tablet equipment image styling */
  .equipment-image {
    height: 260px !important;
  }
  
  .equipment-image img {
    object-position: center top !important;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .hero-cta {
    padding: 12px 30px;
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .equipment-grid {
    grid-template-columns: 1fr;
  }
  
  .advantages-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
  .wa-bubble-container {
    right: 12px;
    bottom: 12px;
  }
  
  .wa-bubble-text {
    font-size: 0.98rem;
    padding: 7px 12px 7px 10px;
  }
  
  .wa-bubble-icon {
    width: 42px;
    height: 42px;
    font-size: 1.4rem;
  }
  
  .back-to-top {
    left: 12px;
    right: auto;
    bottom: 80px;
  }
} 

/* Swiper Hero Slider */
.hero-swiper {
  width: 100%;
  height: 520px;
  min-height: 520px;
  position: relative;
}
.hero-swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 520px;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.hero-swiper .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-swiper .hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(20, 33, 61, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-swiper .hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
  color: #fff;
  top: 50%;
  width: 36px;
  height: 36px;
  background: rgba(20,33,61,0.3);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
  transform: translateY(-50%);
}

.hero-swiper .swiper-button-next::after,
.hero-swiper .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}
.hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.hero-swiper .swiper-pagination-bullet-active {
  background: var(--primary-red);
  opacity: 1;
}

/* Animasi Swiper Teks */
.swiper-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s cubic-bezier(0.4,0,0.2,1);
}
.swiper-slide-active .swiper-animate {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .hero-swiper, .hero-swiper .swiper-slide, .hero-swiper .hero-image {
    height: 340px;
    min-height: 340px;
  }
  .hero-swiper .hero-title { 
    font-size: 1.5rem; 
    margin-bottom: 15px;
  }
  .hero-swiper .hero-subtitle { 
    font-size: 1rem; 
    margin-bottom: 25px;
  }
  .hero-swiper .hero-cta {
    padding: 12px 30px;
    font-size: 1rem;
  }
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    font-size: 12px;
  }
} 

#about.about-section {
  background: #EC2027;
  border-radius: 32px;
  padding: 40px 32px 40px 32px;
  margin: 0 auto 40px auto;
  max-width: 1200px;
  box-shadow: 0 8px 32px rgba(20,33,61,0.08);
}
#about .about-content {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
#about .about-image {
  flex: 1 1 45%;
}
#about .about-img {
  width: 100%;
  height: 100%;
  min-width: 260px;
  max-width: 480px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(20,33,61,0.10);
}
#about .about-text {
  flex: 1 1 55%;
  color: #fff;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
#about .section-title,
#about .about-description,
#about .about-features,
#about .feature-item {
  color: #fff !important;
}
#about .section-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 18px;
  text-align: left;
}
#about .about-description {
  font-size: 1.15rem;
  margin-bottom: 10px;
  line-height: 1.7;
  text-align: left;
}
#about .about-features {
  margin-top: 24px;
}
#about .feature-item {
  font-size: 1.08rem;
  margin-bottom: 10px;
}
#about .about-features .feature-item i {
  color: #fff !important;
}
@media (max-width: 900px) {
  #about.about-section {
    padding: 24px 6px;
    border-radius: 18px;
  }
  #about .about-content {
    flex-direction: column;
    gap: 18px;
  }
  #about .about-img {
    max-width: 100%;
    min-width: 0;
    border-radius: 14px;
  }
  #about .section-title, #about .about-description {
    text-align: left;
  }
} 

/* Full width for all main sections */
#about.about-section,
.services-section,
.advantages-section,
.gallery-section,
#contact.contact-section,
section#contact.container {
  width: 100vw;
  min-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  border-radius: 0 !important;
  max-width: 100vw;
  box-sizing: border-box;
}
#about.about-section,
.services-section,
.advantages-section,
.gallery-section,
#contact.contact-section,
section#contact.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#about.about-section .container,
.services-section .container,
.advantages-section .container,
.gallery-section .container,
#contact.contact-section .container,
section#contact.container .container {
  max-width: 100vw !important;
  width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 900px) {
  #about.about-section,
  .services-section,
  .advantages-section,
  .gallery-section,
  #contact.contact-section,
  section#contact.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -50vw;
    margin-right: -50vw;
  }
} 

/* --- RESPONSIVE FIX SESUAI FIGMA --- */

/* 1. Banner/Slider Section */
@media (max-width: 1024px) {
  .hero-section, .hero-swiper, .hero-swiper .swiper-slide, .hero-swiper .hero-image {
    height: 340px !important;
    min-height: 200px !important;
    max-height: 340px !important;
  }
  .hero-image, .hero-swiper .hero-image {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100vw;
    display: block;
  }
  .hero-content {
    padding: 0 16px !important;
  }
}
@media (max-width: 600px) {
  .hero-section, .hero-swiper, .hero-swiper .swiper-slide, .hero-swiper .hero-image {
    height: 48vw !important;
    min-height: 160px !important;
    max-height: 220px !important;
  }
  .hero-title { 
    font-size: 1.2rem; 
    margin-bottom: 12px;
  }
  .hero-subtitle { 
    font-size: 0.9rem; 
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .hero-cta { 
    font-size: 0.9rem; 
    padding: 10px 24px; 
    border-radius: 25px;
  }
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    width: 28px;
    height: 28px;
    background: rgba(20,33,61,0.2);
  }
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    font-size: 10px;
  }
  .hero-content {
    padding: 0 12px !important;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .hero-swiper .hero-title { 
    font-size: 1.6rem !important;
  }
  .hero-swiper .hero-subtitle { 
    font-size: 0.95rem !important;
  }
  .hero-swiper .hero-cta { 
    padding: 10px 24px !important;
    font-size: 0.9rem !important;
  }
  .hero-swiper .swiper-button-next,
  .hero-swiper .swiper-button-prev {
    display: none !important;
  }
  .hero-swiper .swiper-button-next::after,
  .hero-swiper .swiper-button-prev::after {
    font-size: 1.2rem !important;
  }
  
  /* Small mobile equipment image styling */
  .equipment-image {
    height: 200px !important;
    margin-bottom: 12px !important;
  }
  
  .equipment-image img {
    object-position: center !important;
  }
  
  .equipment-title {
    font-size: 1.1rem !important;
  }
  
  .equipment-description {
    font-size: 0.9rem !important;
  }
}

/* 2. Section Tentang Kami */
@media (max-width: 1024px) {
  #about.about-section {
    padding: 32px 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #e63946 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  #about .about-content {
    flex-direction: column !important;
    gap: 18px !important;
    padding: 0 16px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  #about .about-text, #about .about-image {
    width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
    box-sizing: border-box;
  }
  #about .about-img {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    margin: 0 auto 0 auto !important;
    display: block;
    height: auto !important;
  }
  #about .section-title {
    font-size: 1.5rem !important;
    margin-bottom: 12px !important;
    text-align: left !important;
  }
  #about .about-description {
    font-size: 1rem !important;
    margin-bottom: 8px !important;
    line-height: 1.6 !important;
  }
  #about .about-features {
    margin-top: 10px !important;
  }
  #about .feature-item {
    font-size: 0.98rem !important;
    margin-bottom: 6px !important;
  }
}

/* 3. Section Umum (Padding, Margin, Font, Alignment) */
@media (max-width: 1024px) {
  .container, .contact-container {
    max-width: 100vw !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
  }
  .section-title {
    font-size: 1.4rem !important;
    margin-bottom: 18px !important;
    text-align: center !important;
  }
  .services-section, .advantages-section, .gallery-section, .contact-section {
    padding: 32px 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .service-card, .advantage-card, .gallery-item {
    margin-bottom: 18px !important;
    border-radius: 10px !important;
    font-size: 1rem !important;
  }
  .service-title, .advantage-title {
    font-size: 1.1rem !important;
  }
  .service-description, .advantage-description {
    font-size: 0.98rem !important;
  }
  .gallery-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
  }
}
@media (max-width: 600px) {
  .section-title {
    font-size: 1.1rem !important;
    margin-bottom: 12px !important;
  }
  .service-title, .advantage-title {
    font-size: 1rem !important;
  }
  .service-description, .advantage-description {
    font-size: 0.95rem !important;
  }
  .gallery-image {
    height: 100% !important;
  }
}

/* 4. Hapus width: 100vw, margin negatif, dan padding/margin override di mobile/tablet */
@media (max-width: 1024px) {
  #about.about-section,
  .services-section,
  .advantages-section,
  .gallery-section,
  #contact.contact-section,
  section#contact.container {
    width: 100% !important;
    min-width: unset !important;
    left: unset !important;
    right: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  #about.about-section .container,
  .services-section .container,
  .advantages-section .container,
  .gallery-section .container,
  #contact.contact-section .container,
  section#contact.container .container {
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* 5. Utility: Flex/grid stack di mobile/tablet */
@media (max-width: 1024px) {
  .about-content, .services-grid, .advantages-grid, .gallery-grid, .contact-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    align-items: stretch !important;
  }
}

/* 6. Utility: Button, Card, List, dsb */
@media (max-width: 1024px) {
  .btn, .service-link, .equipment-btn {
    font-size: 1rem !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
  }
  .feature-item i, .service-icon i, .advantage-icon i {
    font-size: 1.2rem !important;
  }
}

/* END RESPONSIVE FIX SESUAI FIGMA */ 

/* --- RESPONSIVE OVERFLOW FIX --- */
@media (max-width: 1024px) {
  body {
    overflow-x: hidden !important;
  }
  .hero-section,
  .marquee-section,
  #about.about-section,
  .services-section,
  .advantages-section,
  .gallery-section,
  #contact.contact-section,
  section#contact.container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    left: unset !important;
    right: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container, .contact-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  /* Hapus grid/section yang pakai margin/padding negatif */
  #about.about-section,
  .services-section,
  .advantages-section,
  .gallery-section,
  #contact.contact-section,
  section#contact.container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Semua gambar utama responsive */
img, .gallery-image, .hero-image, .about-img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* END RESPONSIVE OVERFLOW FIX */ 

@media (min-width: 1025px) {
  .gallery-item {
    aspect-ratio: 16/9;
    min-height: 180px;
    max-height: 320px;
  }
  .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  .contact-img {
    max-width: 520px;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(20,33,61,0.10);
  }
} 

@media (max-width: 1024px) {
  .advantages-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 18px !important;
    margin-top: 18px !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .advantage-card {
    margin-bottom: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
    align-self: stretch !important;
  }
} 

@media (max-width: 1024px) {
  .about-image, .gallery-item, .equipment-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .about-img, .gallery-image, .equipment-image img {
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    box-sizing: border-box !important;
  }
  .about-section, .gallery-section, .equipment-section, .container, .contact-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  /* Mobile-specific equipment image styling */
  .equipment-image {
    height: 280px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
    margin-bottom: 20px !important;
  }
  
  .equipment-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.4s ease !important;
    cursor: pointer !important;
  }
  
  .equipment-image:active img {
    transform: scale(1.15) !important;
  }
  
  .equipment-image:hover img {
    transform: scale(1.1) !important;
  }
} 

/* Equipment Image Optimization */
.equipment-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.equipment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile: Adjust background and alignment */
@media (max-width: 768px) {
  .equipment-image {
    align-items: flex-start;
    min-height: auto;
  }
}



/* Equipment Image - Desktop Full View */
.equipment-image img {
  position: relative;
  z-index: 2;
  max-width: 90%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
  filter: contrast(1.05) brightness(1.02);
  padding: 10px;
}

/* Specific object-position for different equipment types */
.equipment-card[data-category="scissorlift"] .equipment-image img {
  object-position: center 30%;
}

.equipment-card[data-category="boomtelescopic"] .equipment-image img {
  object-position: center 25%;
}

.equipment-card[data-category="boomarticulating"] .equipment-image img {
  object-position: center 20%;
}

.equipment-card[data-category="skylift"] .equipment-image img {
  object-position: center 30%;
}

.equipment-card[data-category="stacker"] .equipment-image img {
  object-position: center 40%;
}

.equipment-card[data-category="forklift"] .equipment-image img {
  object-position: center 35%;
}

.equipment-card[data-category="pallet"] .equipment-image img {
  object-position: center 40%;
}

.equipment-card[data-category="reachtruck"] .equipment-image img {
  object-position: center 30%;
}

/* Mobile: Use cover to avoid cropping */
@media (max-width: 768px) {
  .equipment-image img {
    object-fit: cover !important;
    object-position: center 20% !important;
  }
}

@media (max-width: 600px) {
  .equipment-image img {
    object-position: center 15% !important;
  }
}

/* Equipment Grid Optimization */
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

/* Responsive grid adjustments */
@media (max-width: 1200px) {
  .equipment-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .equipment-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .equipment-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .equipment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .equipment-card {
    margin-bottom: 0;
  }
}

/* Equipment card improvements */
.equipment-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.equipment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.equipment-body {
  width: 100%;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.equipment-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #14213d;
  line-height: 1.3;
}

.equipment-description {
  font-size: 0.98rem;
  color: #444;
  margin-bottom: 18px;
  min-height: 48px;
  line-height: 1.5;
}

.equipment-btn {
  display: block;
  width: 100%;
  background: #e63946;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(230,57,70,0.08);
  letter-spacing: 0.5px;
}

.equipment-btn:hover {
  background: #b71c2b;
  color: #fff;
  box-shadow: 0 4px 16px rgba(230,57,70,0.18);
  text-decoration: none;
} 

/* Equipment zoom indicator - hidden by default (desktop) */
.equipment-zoom-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.equipment-zoom-indicator:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

/* Show zoom indicator only on mobile devices */
@media (max-width: 768px) {
  .equipment-zoom-indicator {
    display: flex !important;
    width: 50px;
    height: 50px;
    font-size: 22px;
    top: 15px;
    right: 15px;
  }
  
  .equipment-image:hover .equipment-zoom-indicator {
    display: flex !important;
  }
}

/* Desktop: hide zoom indicator completely */
@media (min-width: 769px) {
  .equipment-zoom-indicator {
    display: none !important;
  }
} 

/* Equipment Image Hover Effects */
.equipment-image:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.equipment-image:hover img {
  transform: scale(1.05);
} 