/* ===============================
   LM CONTRACTOR - REDESIGNED UI/UX
   Modern, Professional, Conversion-Focused
=============================== */

/* ===============================
   CSS VARIABLES
=============================== */
:root {
  --primary-blue: #005b9c;
  --primary-dark: #003d6a;
  --secondary-red: #d20808;
  --accent-gold: #ffc107;
  --whatsapp-green: #25d366;
  --dark-bg: #13102f;
  --light-bg: #f8f9fa;
  --text-primary: #333333;
  --text-secondary: #606060;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.2);
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;
  --border-radius: 12px;
  --border-radius-lg: 20px;
}

/* ===============================
   GLOBAL STYLES
=============================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Poppins",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

img {
  max-width: 100%;
  height: auto;
}

/* ===============================
   NAVBAR
=============================== */
#mainNavbar {
  padding: 12px 0;
  transition: all 0.3s ease;
  background: rgba(0, 91, 156, 0.95);
  backdrop-filter: blur(10px);
}

#mainNavbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
  padding: 8px 0;
}

#mainNavbar.scrolled .nav-link {
  color: var(--text-primary) !important;
}

#mainNavbar.scrolled .brand-name,
#mainNavbar.scrolled .brand-tagline {
  color: var(--text-primary);
}

#mainNavbar.scrolled .btn-outline-light {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
}

/* Logo */
.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-lm {
  height: 45px;
  width: auto;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
}

.brand-tagline {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Nav Links */
.navbar-nav .nav-link {
  color: var(--white) !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 8px 14px !important;
  border-radius: 6px;
  transition: var(--transition-fast);
}

.navbar-nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* CTA Button */
.btn-cta-whatsapp {
  background: var(--whatsapp-green);
  color: var(--white) !important;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 3px 12px rgba(37, 211, 102, 0.4);
  transition: var(--transition-normal);
}

.btn-cta-whatsapp:hover {
  background: #1fa855;
  transform: translateY(-2px);
  color: var(--white);
}

/* ===============================
   HERO SECTION
=============================== */
.hero-section-new {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    var(--primary-blue) 0%,
    var(--primary-dark) 100%
  );
  display: flex;
  align-items: center;
  padding-top: 70px;
}

/* Hero Background Slider */
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
  height: 100%;
}

.hero-slide {
  position: relative;
}

.hero-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 91, 156, 0.85) 0%,
    rgba(0, 61, 106, 0.9) 100%
  );
}

.slide-badge {
  position: absolute;
  bottom: 100px;
  right: 30px;
  z-index: 5;
}

.badge-before {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 50px;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero-pagination {
  bottom: 30px !important;
}

.hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
  background: var(--white);
  width: 25px;
  border-radius: 5px;
}

/* Hero Content */
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 40px 0;
}

/* Hero Logo */
.hero-logo-large {
  margin-bottom: 1rem;
}

.hero-main-logo {
  height: 70px;
  width: auto;
  /* Convertir logo a blanco brillante para que resalte */
  filter: brightness(0) invert(1) contrast(1.3)
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  /* Efecto de grosor adicional */
  -webkit-filter: brightness(0) invert(1) contrast(1.3)
    drop-shadow(0 0 1px white) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

/* Hero Title */
.hero-title-new {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.text-gradient {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle-new {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  max-width: 450px;
}

/* Trust Badges */
.hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 50px;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 500;
}

.trust-badge i {
  color: var(--accent-gold);
}

/* Hero Phones */
.hero-phones {
  display: flex;
  gap: 15px;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 10px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition-normal);
}

.phone-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.phone-link i {
  font-size: 1.4rem; /* Más grande */
  color: var(--white); /* Cambiado a blanco */
  font-weight: 700; /* Más grueso */
}

.phone-link small {
  display: block;
  font-size: 0.7rem;
  opacity: 0.8;
}

.phone-link strong {
  font-size: 0.9rem;
}

/* Hero CTAs */
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background: var(--whatsapp-green);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  transition: var(--transition-normal);
  border: none;
}

.btn-hero-primary:hover {
  background: #1fa855;
  transform: translateY(-2px);
  color: var(--white);
}

.btn-hero-secondary {
  background: transparent;
  color: var(--white);
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  transition: var(--transition-normal);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--white);
  color: var(--white);
}

/* Hero Stats Card */
.hero-stats-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: var(--border-radius-lg);
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stats-title {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
}

.stat-item {
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-of-type {
  border-bottom: none;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent-gold);
  line-height: 1;
}

.stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  margin-top: 3px;
}

.stats-cta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: var(--white);
}

.stats-cta p {
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.stats-cta .btn {
  font-size: 0.9rem;
  padding: 10px 20px;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 80px; /* Ajustado para no chocar con chips pero estar visible */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.scroll-indicator a {
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0.7;
  transition: var(--transition-fast);
}

.scroll-indicator a:hover {
  opacity: 1;
}

.mouse {
  width: 22px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 11px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.wheel {
  width: 3px;
  height: 6px;
  background: var(--white);
  border-radius: 2px;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}

.scroll-text {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===============================
   SERVICES SECTION
=============================== */
.services-section {
  padding: 180px 0 80px; /* Aumentado padding-top para evitar solapamiento con chips */
  background: var(--white);
}

/* Section Header */
.section-header {
  margin-bottom: 50px;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
  color: var(--white);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--dark-bg);
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-secondary);
  max-width: 550px;
  margin: 0 auto;
}

/* ===============================
   PROJECTS SECTION
=============================== */
.projects-section {
  padding: 80px 0;
  background: var(--light-bg);
}

/* Projects Container */
.projects-showcase {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Project Card */
.project-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 25px;
  background: var(--white);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-normal);
}

.project-card-wrapper:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.project-card-wrapper.reverse {
  direction: rtl;
}

.project-card-wrapper.reverse > * {
  direction: ltr;
}

/* Before/After Container */
.before-after-container {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

/* Comparison Slider */
.comparison-slider {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  cursor: ew-resize;
  border-radius: var(--border-radius);
}

.comparison-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.comparison-image.before {
  z-index: 1;
}

.comparison-image.after {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}

.comparison-label {
  position: absolute;
  bottom: 15px;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.before-label {
  left: 15px;
  background: rgba(208, 0, 0, 0.9);
  color: var(--white);
}

.after-label {
  right: 15px;
  background: rgba(37, 211, 102, 0.9);
  color: var(--white);
}

/* Comparison Handle */
.comparison-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: var(--white);
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.handle-line {
  flex: 1;
  width: 2px;
  background: var(--white);
}

.handle-circle {
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
  color: var(--primary-blue);
  font-size: 1rem;
}

/* Single Image */
.single-image-showcase {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.single-image-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

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

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition-normal);
}

.single-image-showcase:hover .image-overlay {
  opacity: 1;
}

.view-gallery {
  background: var(--white);
  color: var(--primary-blue);
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}

/* Project Info */
.project-info {
  padding: 10px;
}

.project-category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 91, 156, 0.1);
  color: var(--primary-blue);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.project-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark-bg);
  margin-bottom: 10px;
}

.project-description {
  color: var(--text-secondary);
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 0.9rem;
}

.project-location {
  color: var(--text-secondary);
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.project-location i {
  color: var(--secondary-red);
}

.project-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.project-actions .btn {
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: var(--transition-normal);
}

.project-actions .btn-outline-primary {
  border-width: 2px;
}

.project-actions .btn-primary {
  background: var(--whatsapp-green);
  border-color: var(--whatsapp-green);
}

.project-actions .btn-primary:hover {
  background: #1fa855;
  border-color: #1fa855;
}

/* Project Modal */
.project-modal .modal-content {
  border: none;
  border-radius: var(--border-radius-lg);
}

.project-modal .modal-header {
  padding: 20px 25px;
  background: var(--light-bg);
  border: none;
}

.project-modal .modal-title {
  font-size: 1.3rem;
  font-weight: 700;
}

.project-modal .modal-subtitle {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.project-modal .modal-body {
  padding: 25px;
}

.gallery-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

/* Projects CTA */
.projects-cta .cta-card {
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-dark));
  padding: 50px 30px;
  border-radius: var(--border-radius-lg);
  color: var(--white);
}

.projects-cta h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.projects-cta p {
  opacity: 0.9;
  margin-bottom: 20px;
}

.projects-cta .btn-success {
  background: var(--whatsapp-green);
  border-color: var(--whatsapp-green);
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
}

/* ===============================
   WHATSAPP FLOAT
=============================== */
.whatsapp-float-container {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

/* Tooltip */
.whatsapp-tooltip-bubble {
  background: var(--white);
  border-radius: var(--border-radius);
  padding: 15px;
  box-shadow: var(--shadow-lg);
  max-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition-normal);
}

.whatsapp-float-container:hover .whatsapp-tooltip-bubble,
.whatsapp-tooltip-bubble.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tooltip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 1rem;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 0;
}

.tooltip-text {
  margin-bottom: 12px;
  color: var(--text-primary);
  font-size: 0.9rem;
}

.tooltip-buttons {
  display: flex;
  gap: 8px;
}

.tooltip-btn {
  flex: 1;
  background: var(--whatsapp-green);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}

.tooltip-btn:hover {
  background: #1fa855;
  color: var(--white);
}

/* WhatsApp Button */
.whatsapp-float-btn {
  width: 60px;
  height: 60px;
  background: var(--whatsapp-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 28px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.5);
  position: relative;
  transition: var(--transition-normal);
}

.whatsapp-float-btn:hover {
  transform: scale(1.1);
  color: var(--white);
}

/* Pulse */
.pulse-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--whatsapp-green);
  animation: pulse-ring 2s infinite;
  z-index: -1;
}

.pulse-ring.delay {
  animation-delay: 1s;
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Badge */
.notification-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  background: var(--secondary-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--white);
  border: 2px solid var(--white);
}

/* Label */
.whatsapp-label {
  background: var(--white);
  padding: 6px 12px;
  border-radius: 50px;
  box-shadow: var(--shadow-sm);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--whatsapp-green);
}

/* Mobile CTA Bar */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  padding: 8px 15px;
  justify-content: space-around;
  transform: translateY(100%);
  transition: var(--transition-normal);
}

.mobile-cta-bar.show {
  transform: translateY(0);
}

.mobile-cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 600;
}

.mobile-cta-btn.call {
  color: var(--primary-blue);
}

.mobile-cta-btn.whatsapp {
  background: var(--whatsapp-green);
  color: var(--white);
}

.mobile-cta-btn.projects {
  color: var(--text-secondary);
}

.mobile-cta-btn i {
  font-size: 1.2rem;
}

/* ===============================
   FOOTER
=============================== */
footer {
  background: var(--dark-bg);
  color: var(--white);
  padding: 50px 20px 20px;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 991px) {
  .hero-title-new {
    font-size: 2rem;
  }

  .hero-main-logo {
    height: 60px;
  }

  .hero-trust-badges {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-phones {
    flex-direction: column;
  }

  .hero-ctas {
    flex-direction: column;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .navbar-collapse {
    background: var(--white);
    padding: 15px;
    border-radius: var(--border-radius);
    margin-top: 10px;
    box-shadow: var(--shadow-lg);
  }

  .navbar-nav .nav-link {
    color: var(--text-primary) !important;
  }

  .nav-cta {
    flex-direction: column;
    margin-top: 10px;
  }

  .nav-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .project-card-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-card-wrapper.reverse {
    direction: ltr;
  }

  .comparison-slider,
  .single-image-showcase {
    height: 250px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .hero-title-new {
    font-size: 1.8rem;
  }

  .hero-main-logo {
    height: 55px;
  }

  .project-card-wrapper {
    padding: 15px;
  }

  .project-title {
    font-size: 1.2rem;
  }

  .project-actions {
    flex-direction: column;
  }

  .project-actions .btn {
    width: 100%;
  }

  .whatsapp-float-container {
    bottom: 80px;
    right: 15px;
  }

  .whatsapp-float-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .whatsapp-label {
    display: none;
  }

  .mobile-cta-bar {
    display: flex;
  }

  .gallery-image {
    height: 280px;
  }

  .projects-section,
  .services-section {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .hero-title-new {
    font-size: 1.5rem;
  }

  .comparison-slider,
  .single-image-showcase {
    height: 200px;
  }

  .handle-circle {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }

  .projects-cta .cta-card {
    padding: 35px 20px;
  }

  .projects-cta h3 {
    font-size: 1.3rem;
  }
}

/* ===============================
   ANIMATIONS (Simple AOS)
=============================== */
[data-aos] {
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

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

[data-aos="fade-up"] {
  transform: translateY(20px);
}

[data-aos="fade-up"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-down"] {
  transform: translateY(-20px);
}

[data-aos="fade-down"].aos-animate {
  transform: translateY(0);
}

[data-aos="fade-left"] {
  transform: translateX(20px);
}

[data-aos="fade-left"].aos-animate {
  transform: translateX(0);
}
