/* Footer dark style override */
.bootscore-footer-dark {
  background: #222 !important;
  color: #eee !important;
  border-top: none !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.bootscore-footer-dark .bootscore-copyright,
.bootscore-footer-dark a,
.bootscore-footer-dark span {
  color: #eee !important;
}
@media (max-width: 768px) {
  .bootscore-footer-dark {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}
/*
Theme Name: Glass America Child
Description: Child theme for Glass America based on Bootscore
Template: bootscore
Version: 1.0.0
Author: Glass America USA
*/

/* Import parent theme styles */
@import url("../bootscore/style.css");

/* Override Bootstrap colors to use new orange accent */
:root {
  --bs-primary: #ff713c;
  --bs-primary-rgb: 255, 113, 60;
  --bs-primary-bg-subtle: #ffe6db;
  --bs-primary-border-subtle: #ffccb3;
  --bs-primary-text-emphasis: #cc2d00;
  --bs-link-color: #ff713c;
  --bs-link-hover-color: #e55b26;
  --bs-link-color-rgb: 255, 113, 60;
  --bs-link-hover-color-rgb: 229, 91, 38;
}

/* Override dropdown item hover colors */
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #ff713c !important;
  color: white !important;
}

.dropdown-item:active,
.dropdown-item.active {
  background-color: #e55b26 !important;
  color: white !important;
}

/* Override Bootstrap dropdown item active state */
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.show {
  background-color: #ff713c !important;
  color: white !important;
}

/* Override any Bootstrap primary background in dropdowns */
.dropdown-menu .dropdown-item.bg-primary,
.dropdown-menu .dropdown-item[style*="background-color"] {
  background-color: #ff713c !important;
  color: white !important;
}

/* Override current page / selected state in dropdown */
.dropdown-menu .dropdown-item.current-menu-item,
.dropdown-menu .dropdown-item.current_page_item,
.dropdown-menu .dropdown-item.current-menu-parent,
.dropdown-menu .dropdown-item.current_page_parent,
.dropdown-menu .dropdown-item[aria-current="page"],
.dropdown-menu .current-menu-item > a,
.dropdown-menu .current_page_item > a {
  background-color: #ff713c !important;
  color: white !important;
}

/* WordPress menu item states */
.menu-item.current-menu-item .dropdown-item,
.menu-item.current_page_item .dropdown-item,
li.current-menu-item .dropdown-item,
li.current_page_item .dropdown-item {
  background-color: #ff713c !important;
  color: white !important;
}

/* Catch-all for any remaining blue dropdown states */
.dropdown-menu .dropdown-item[style*="background-color: rgb(13, 110, 253)"],
.dropdown-menu .dropdown-item[style*="background-color: #0d6efd"],
.dropdown-menu .dropdown-item[style*="background-color: rgb(0, 123, 255)"],
.dropdown-menu .dropdown-item[style*="background-color: #007bff"],
.dropdown-item.bg-info,
.dropdown-item.text-primary,
.dropdown-item.bg-blue {
  background-color: #ff713c !important;
  color: white !important;
}

/* Override any inline blue styles */
.dropdown-menu *[style*="background"] {
  background-color: #ff713c !important;
}

/* Product page hero sections with parallax backgrounds */
.product-hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* Steel Stairs page */
.page-template-page-steel-stairs .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-steel-stairs.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Glass Stair Railings page */
.page-template-page-glass-stair-railings .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-glass-stair-railings.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Glass Balcony Railings page */
.page-template-page-glass-balcony-railings .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-glass-balcony-railings.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Shower Enclosures page */
.page-template-page-shower-enclosures .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-shower-enclosures.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Mirrors page */
.page-template-page-mirrors .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-mirrors.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-template-page-mirrors .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-mirrors.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-mirrors .content-section[style*="background-color: #f8f9fa"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-mirrors.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

/* Curved Glass page */
.page-template-page-curved-glass .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-bent-curved-glass.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Office Partitions page */
.page-template-page-office-partitions .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-office-glass-partitions.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Glass Floor Steps page */
.page-template-page-glass-floor-steps .product-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-glass-floor-stair-steps.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Contact and About page hero sections */
.contact-hero-section,
.about-hero-section {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-hero-home.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* White background sections with parallax - matching home products section style */
.page-template-page-steel-stairs .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-steel-stairs.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-glass-stair-railings .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-glass-stair-railings.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-glass-balcony-railings .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-glass-balcony-railings.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-shower-enclosures .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-shower-enclosures.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-antique-mirrors .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-antique-mirrors.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-led-mirrors .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-led-mirrors.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-curved-glass .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-bent-curved-glass.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-office-partitions .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-office-glass-partitions.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-glass-floor-steps .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-glass-floor-stair-steps.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-contact .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-hero-home.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

.page-template-page-about .content-section[style*="background-color: white"] {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('assets/img/bg/bg-hero-home.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff4ec;
  position: relative;
  z-index: 3;
}

/* Product card styling to match home page theme */
.content-section[style*="background-color: white"] .product-card {
  background: rgba(255, 244, 236, 0.1);
  border: 1px solid rgba(255, 244, 236, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  color: #fff4ec;
  transition: all 0.3s ease;
}

.content-section[style*="background-color: white"] .product-card:hover {
  background: rgba(255, 244, 236, 0.15);
  border-color: rgba(255, 244, 236, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 244, 236, 0.1);
}

.content-section[style*="background-color: white"] .product-icon {
  font-size: 2.5rem;
  opacity: 0.9;
  margin-bottom: 15px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.content-section[style*="background-color: white"] .products-title {
  color: #fff4ec;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

.content-section[style*="background-color: white"] .products-subtitle {
  color: rgba(255, 244, 236, 0.8);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* Hero container styling */
.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-text {
  color: #fff4ec;
  position: relative;
}

.hero-text::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #fff4ec, rgba(255, 244, 236, 0.3));
  border-radius: 2px;
}

.hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-text p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.95;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: #ff713c;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
  background: rgba(255, 244, 236, 0.1);
  color: #fff4ec;
  padding: 15px 30px;
  border: 2px solid #fff4ec;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background: #e55b26;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.btn-secondary:hover {
  background: rgba(255, 244, 236, 0.2);
  color: #fff4ec;
  border-color: #fff4ec;
  box-shadow: 0 0 20px rgba(255, 244, 236, 0.3);
}

/* Content Image Override - Remove Background, Shadow, and Lines */
.content-image {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: auto !important;
  min-height: auto !important;
}

.content-image::before,
.content-image::after {
  display: none !important;
  content: none !important;
}

/* Contact page specific layout adjustments */
.page-template-page-contact .content-container {
  display: block !important;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-template-page-contact .content-text {
  text-align: center;
  margin-bottom: 40px;
}

.page-template-page-contact .content-image {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

/* Contact Form Styling */
.contact-form {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%;
}

.contact-form .form-group {
  background: none !important;
  background-color: transparent !important;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.contact-form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.contact-form .form-control.is-valid {
  border-color: #28a745;
}

.contact-form .form-control.is-invalid {
  border-color: #dc3545;
}

.contact-form .invalid-feedback {
  display: none;
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
}

.contact-form .form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.contact-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-form .form-check-input {
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-form .form-check-label {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.4;
}

.contact-form .btn-primary {
  background-color: #ff713c;
  border-color: #ff713c;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.contact-form .btn-primary:hover {
  background-color: #e55b26;
  border-color: #e55b26;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 113, 60, 0.3);
}

/* Mobile form adjustments */
@media (max-width: 768px) {
  .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-form .form-row .form-group {
    margin-bottom: 20px;
  }
}

/* Gallery Styles */
.gallery-grid {
  margin-top: 20px;
}

.gallery-item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding-bottom: 100%; /* Square aspect ratio */
  background: rgba(255, 244, 236, 0.1);
  border: 1px solid rgba(255, 244, 236, 0.2);
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 244, 236, 0.3);
}

.gallery-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

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

/* Modal Styles */
#galleryModal {
  z-index: 1060 !important;
  pointer-events: auto !important;
}

.modal-backdrop {
  z-index: 1040 !important;
  pointer-events: none !important;
}

.modal-backdrop.show {
  z-index: 1040 !important;
  pointer-events: none !important;
}

.modal.show {
  z-index: 1060 !important;
  pointer-events: auto !important;
}

.modal-dialog {
  z-index: 1070 !important;
  position: relative;
  pointer-events: auto !important;
}

.modal-gallery-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.modal-content {
  background: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(255, 244, 236, 0.2);
  position: relative;
  z-index: 1080 !important;
  pointer-events: auto !important;
}

.modal-header {
  border-bottom: 1px solid rgba(255, 244, 236, 0.1);
  padding: 1rem;
  position: relative;
  z-index: 1090 !important;
}

.modal-body {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.modal-footer {
  border-top: 1px solid rgba(255, 244, 236, 0.1);
  justify-content: center;
  gap: 20px;
  padding: 1rem;
  position: relative;
  z-index: 1090 !important;
}

.modal-header .btn-close {
  filter: invert(1);
  opacity: 1;
  z-index: 1100 !important;
  position: relative;
  pointer-events: auto !important;
}

.modal-header .btn-close:hover {
  opacity: 0.75;
}

.modal-footer .btn {
  background-color: #ff713c;
  border-color: #ff713c;
  color: white;
  padding: 10px 30px;
  z-index: 1100 !important;
  position: relative;
  cursor: pointer;
  pointer-events: auto !important;
}

.modal-footer .btn:hover {
  background-color: #e55b26;
  border-color: #e55b26;
}

/* Lower sticky header z-index when modal is open */
.modal-open #masthead.sticky-top {
  z-index: 1020 !important;
}

/* Prevent white scrollbar when modal is open */
body.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

html {
  overflow-y: auto;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  /* Disable parallax on mobile for performance */
  .product-hero-section,
  .contact-hero-section,
  .about-hero-section,
  .content-section[style*="background-color: white"] {
    background-attachment: scroll !important;
  }

  /* Reset full-width on mobile */
  .product-hero-section,
  .contact-hero-section,
  .about-hero-section,
  .content-section[style*="background-color: white"] {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Product card mobile adjustments */
  .content-section[style*="background-color: white"] .product-card {
    margin-bottom: 20px;
  }

  .content-section[style*="background-color: white"] .product-icon {
    font-size: 2rem;
  }

  /* Gallery mobile adjustments */
  .gallery-grid .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Modal mobile adjustments */
  .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  .modal-gallery-image {
    max-height: 60vh;
    max-width: 100%;
  }

  .modal-header {
    padding: 0.75rem;
  }

  .modal-footer {
    padding: 0.75rem;
    gap: 10px;
  }

  .modal-footer .btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .modal-body {
    padding: 0.5rem;
    min-height: 200px;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .modal-gallery-image {
    /* Eliminar doble scroll en hero */
    overflow: hidden;
  }
}