/* ============================
   IRONING TABLE PAGE CSS
=============================== */

/* Fix body padding for fixed navbar */
body {
  margin: 0;
  padding: 0;
  padding-top: 120px;
  font-family: 'Montserrat', sans-serif;
  background: #000000; /* Black background */
  color: #b0b0b0; /* Grey text */
}

/* ===== IRONING SECTION ===== */
.ironing-section {
  padding: 40px 0 80px 0;
  background: #000000; /* Black background */
}

.ironing-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== SECTION TITLE ===== */
.section-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto 0.5rem auto;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  width: 100%;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #b0b0b0; /* Grey */
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 400;
}

/* ===== PRODUCT ROWS - ALTERNATING LAYOUT ===== */
.product-row {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  background: transparent; /* Removed background */
  border-radius: 0; /* Removed border radius */
  padding: 30px 0; /* Removed horizontal padding, kept vertical */
  box-shadow: none; /* Removed shadow */
  border: none; /* Removed border */
}

/* Left image layout */
.product-row.left-image {
  flex-direction: row;
}

/* Right image layout */
.product-row.right-image {
  flex-direction: row;
}

.product-image-col {
  flex: 1;
  min-width: 0;
}

.product-text-col {
  flex: 1;
  min-width: 0;
  padding: 0 10px;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  display: block;
  border: 1px solid #333333;
}

.product-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FF681F; /* Orange */
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.3px;
}

.product-description {
  font-size: 0.95rem;
  color: #b0b0b0; /* Grey */
  line-height: 1.7;
  margin-bottom: 20px;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.product-features span {
  font-size: 0.9rem;
  color: #b0b0b0; /* Grey */
  display: flex;
  align-items: center;
  gap: 8px;
  background: #222222; /* Dark background */
  padding: 8px 18px;
  border-radius: 40px;
  border: 1px solid #333333;
}

.product-features i {
  color: #FF681F; /* Orange */
  font-size: 1rem;
}

/* ===== KEY FEATURES SECTION ===== */
.key-features {
  margin: 60px 0;
  padding: 0; /* Removed all padding */
  background: transparent; /* Removed background */
  border-radius: 0; /* Removed border radius */
  border: none; /* Removed border */
}

.features-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.feature-item {
  text-align: center;
  padding: 30px 20px;
  background: #1a1a1a; /* Dark background */
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333;
}

.feature-icon {
  font-size: 2.5rem;
  color: #FF681F; /* Orange */
  margin-bottom: 15px;
  display: inline-block;
}

.feature-item h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #FF681F; /* Orange */
}

.feature-item p {
  font-size: 0.9rem;
  color: #b0b0b0; /* Grey */
  line-height: 1.5;
  margin-bottom: 0;
}

/* ===== BENEFITS SECTION ===== */
.benefits-section {
  margin: 60px 0;
}

.benefits-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #1a1a1a; /* Dark background */
  border-radius: 12px;
  border: 1px solid #333333;
}

.benefit-icon {
  font-size: 1.5rem;
  color: #FF681F; /* Orange */
  flex-shrink: 0;
}

.benefit-item p {
  font-size: 0.95rem;
  color: #b0b0b0; /* Grey */
  line-height: 1.5;
  margin: 0;
}

/* ===== BUYING GUIDE ===== */
.buying-guide {
  margin: 60px 0;
  padding: 0; /* Removed all padding */
  background: transparent; /* Removed background */
  border-radius: 0; /* Removed border radius */
  border: none; /* Removed border */
}

.guide-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.guide-item {
  padding: 25px;
  background: #1a1a1a; /* Dark background */
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333;
}

.guide-item h4 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 12px;
  color: #FF681F; /* Orange */
  display: flex;
  align-items: center;
  gap: 8px;
}

.guide-item h4 i {
  color: #FF681F; /* Orange */
  font-size: 1.3rem;
}

.guide-item p {
  font-size: 0.9rem;
  color: #b0b0b0; /* Grey */
  line-height: 1.5;
  margin: 0;
}

/* ===== MAINTENANCE TIPS ===== */
.maintenance-tips {
  margin: 60px 0;
}

.maintenance-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
}

.tips-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.tips-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: #1a1a1a; /* Dark background */
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #b0b0b0; /* Grey */
  border: 1px solid #333333;
}

.tips-list i {
  font-size: 1.3rem;
  color: #FF681F; /* Orange */
}

/* ===== TYPES SECTION ===== */
.types-section {
  margin: 60px 0;
  padding: 0; /* Removed all padding */
  background: transparent; /* Removed background */
  border-radius: 0; /* Removed border radius */
  border: none; /* Removed border */
}

.types-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.type-item {
  padding: 18px 20px;
  background: #1a1a1a; /* Dark background */
  border-radius: 10px;
  font-size: 0.95rem;
  color: #b0b0b0; /* Grey */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-left: 3px solid #FF681F; /* Orange */
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

/* ===== FAQ SECTION ===== */
.faq-section {
  margin: 60px 0;
}

.faq-heading {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
  color: #FF681F; /* Orange */
  font-family: "Montserrat Underline", serif;
}

.faq-item {
  margin-bottom: 25px;
  padding: 20px 25px;
  background: #1a1a1a; /* Dark background */
  border-radius: 12px;
  border: 1px solid #333333;
}

.faq-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FF681F; /* Orange */
  margin-bottom: 12px;
}

.faq-item p {
  font-size: 0.95rem;
  color: #b0b0b0; /* Grey */
  line-height: 1.6;
  margin: 0;
}

/* ===== BULK ORDER CTA ===== */
.bulk-order {
  margin: 60px 0 20px;
  background: transparent; /* Removed gradient */
  border-radius: 0; /* Removed border radius */
  padding: 0; /* Removed padding */
  text-align: center;
  border: none; /* Removed border */
  box-shadow: none; /* Removed shadow */
}

.bulk-order h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #FF681F; /* Orange */
  margin-bottom: 15px;
  font-family: "Montserrat Underline", serif;
}

.bulk-order p {
  font-size: 1.1rem;
  color: #b0b0b0; /* Grey */
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.bulk-order-btn {
  display: inline-block;
  background: #FF681F; /* Orange */
  color: #000000; /* Black text */
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  border: none;
  transition: all 0.3s ease;
}

.bulk-order-btn:hover {
  background: #ff853f; /* Lighter orange */
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 104, 31, 0.3);
}

.bulk-order-btn i {
  margin-left: 8px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */

/* Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .section-title {
    font-size: 2.8rem;
  }
  
  .product-row {
    gap: 30px;
  }
  
  .product-title {
    font-size: 1.6rem;
  }
}

/* Tablet Landscape (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .section-title {
    font-size: 2.4rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .product-row {
    flex-direction: column !important;
    gap: 30px;
    padding: 20px 0;
  }
  
  .product-image-col,
  .product-text-col {
    width: 100%;
  }
  
  .product-image {
    max-height: 400px;
    object-fit: cover;
  }
  
  .features-grid,
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 600px;
  }
  
  .types-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile Landscape (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
  }
  
  .product-row {
    flex-direction: column !important;
    gap: 25px;
    padding: 15px 0;
  }
  
  .product-title {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .product-description {
    font-size: 0.9rem;
    text-align: center;
  }
  
  .product-features {
    gap: 10px;
    justify-content: center;
  }
  
  .product-features span {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
  
  .features-grid,
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 450px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .features-heading,
  .benefits-heading,
  .guide-heading,
  .maintenance-heading,
  .types-heading,
  .faq-heading {
    font-size: 1.6rem;
  }
  
  .bulk-order {
    padding: 0;
  }
  
  .bulk-order h3 {
    font-size: 1.6rem;
  }
}

/* Mobile Portrait (up to 575px) */
@media (max-width: 575px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .product-row {
    flex-direction: column !important;
    gap: 20px;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  
  .product-title {
    font-size: 1.4rem;
    text-align: center;
  }
  
  .product-description {
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: center;
  }
  
  .product-features {
    flex-direction: column;
    gap: 8px;
  }
  
  .product-features span {
    width: 100%;
    font-size: 0.8rem;
    justify-content: center;
  }
  
  .features-grid,
  .guide-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 350px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .benefit-item {
    padding: 15px;
  }
  
  .benefit-item p {
    font-size: 0.85rem;
  }
  
  .features-heading,
  .benefits-heading,
  .guide-heading,
  .maintenance-heading,
  .types-heading,
  .faq-heading {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  
  .guide-item {
    padding: 18px;
  }
  
  .guide-item h4 {
    font-size: 1.1rem;
  }
  
  .tips-list li {
    padding: 12px 15px;
    font-size: 0.85rem;
  }
  
  .type-item {
    padding: 15px;
    font-size: 0.85rem;
  }
  
  .faq-item {
    padding: 15px;
  }
  
  .faq-item h4 {
    font-size: 1rem;
  }
  
  .faq-item p {
    font-size: 0.85rem;
  }
  
  .bulk-order {
    padding: 0;
  }
  
  .bulk-order h3 {
    font-size: 1.4rem;
  }
  
  .bulk-order p {
    font-size: 0.9rem;
  }
  
  .bulk-order-btn {
    padding: 12px 30px;
    font-size: 0.95rem;
  }
}

/* Small Mobile (up to 375px) */
@media (max-width: 375px) {
  .product-image {
    max-height: 250px;
    object-fit: cover;
  }
  
  .features-grid,
  .guide-grid {
    max-width: 280px;
  }
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .bulk-order-btn:hover {
    transform: none !important;
  }
}
/* ===== HEADING WITH LOGO ON RIGHT - TITLE LEFT ALIGNED ===== */
.heading-with-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  position: relative;
}

.heading-center {
  flex: 1;
  text-align: left; /* Changed from center to left */
}

.heading-logo {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* Section title - left aligned */
.section-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0.5rem 0; /* Changed from auto to 0 */
  color: #FF681F;
  font-family: "Montserrat Underline", serif;
  text-align: left; /* Changed from center to left */
  letter-spacing: -0.5px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  width: 100%;
}

/* Section subtitle - left aligned */
.section-subtitle {
  font-size: 1.1rem;
  color: #b0b0b0;
  text-align: left; /* Changed from center to left */
  margin-bottom: 0;
  font-weight: 400;
}

/* INCREASED SIZE & NO OUTLINE */
.brand-logo-img {
  max-width: 200px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  transition: transform 0.3s ease;
}

/* Simple hover effect */
.brand-logo-img:hover {
  transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .heading-with-logo {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; /* Align items to left on mobile */
  }
  
  .heading-center {
    width: 100%;
  }
  
  .section-title,
  .section-subtitle {
    text-align: left; /* Keep left aligned on mobile */
  }
  
  .heading-logo {
    justify-content: flex-start; /* Align logo to left on mobile */
    width: 100%;
  }
  
  .brand-logo-img {
    max-width: 180px;
  }
}

/* Mobile Landscape */
@media (max-width: 768px) {
  .brand-logo-img {
    max-width: 160px;
  }
}

/* Mobile Portrait */
@media (max-width: 576px) {
  .heading-with-logo {
    gap: 15px;
    margin-bottom: 30px;
  }
  
  .section-title {
    font-size: 2.2rem; /* Slightly smaller on mobile */
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .brand-logo-img {
    max-width: 140px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 0.9rem;
  }
  
  .brand-logo-img {
    max-width: 120px;
  }
}
