/* ================================
   FLUTE STORY SECTION
================================ */

.flute-story {
    position: relative;
    width: 100%;
    min-height: 420px;
    
    display: flex;
    align-items: center;
    padding: 60px 0;
    overflow: hidden;
}
.flute-story {
    background-image: url("assets/images/123.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Dark + Soft Gradient Overlay */
.flute-story::before {
    float: left;
  
}

/* Content */
.flute-content {
    text-align: center;
    position: relative;
    max-width:100%;
    margin-left: 8%;
    color: black;
    font-family: 'Poppins', sans-serif;
}

/* Tagline */
.flute-tagline {
    text-align: center;
    font-size: 45px;
    color:black;
    letter-spacing: 1px;
    margin-bottom: 20px;

}

/* Paragraphs */
.flute-content p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
    color:black;
    
}

/* Highlight Line */
.flute-content .highlight {
    color: #440729;
    font-style: italic;
    border-bottom: 1px solid #440729;

}
/* ================================
   FLUTE MAKING PROCESS SECTION
================================ */

.flute-process {
    padding: 70px 0;
    background: #f9f6ef;
    font-family: 'Poppins', sans-serif;
}

.flute-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    gap: 50px;
}

/* TEXT AREA */
.flute-text {
    flex: 1;
}

.flute-text h2 {
    font-size: 36px;
    color: #0a5c74;
    margin-bottom: 15px;
}

.flute-text .intro {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
}

.flute-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
}

.flute-text ul {
    padding-left: 18px;
}

.flute-text ul li {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: #333;
}

/* IMAGE AREA */
.flute-image {
    flex: 1;
    text-align: right;
}

.flute-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 6px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .flute-container {
        flex-direction: column;
        text-align: left;
    }

    .flute-image {
        text-align: center;
    }

    .flute-text h2 {
        font-size: 30px;
    }
}
/* Reverse layout for alternate sections */
/* .flute-container.reverse {
    flex-direction: row-reverse;
} */


/* Responsive */
@media (max-width: 768px) {
    .flute-content {
        margin: 0 20px;
    }

    .flute-content p {
        font-size: 15px;
    }
}
.craft-section {
  padding: 80px 20px;
  background-color:#4d0020;
  display: flex;
  justify-content: center;
    align-items: center;
}

.craft-container {
  max-width: 720px;
  width: 100%;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #ffffff;
  text-align: center;
}

.craft-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.craft-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.craft-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.6;
}

.craft-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 1.4rem;
}

.craft-description {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.7;
  max-width: 650px;
  text-align: center;
}
.sizes-section {
  padding: 90px 20px;
  background-color: #f9f6ef;
}

.sizes-container {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
}

.sizes-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #2f5f7a;
  margin-bottom: 48px;
}

/* Gallery layout */
.sizes-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Image cards */
.sizes-item {
  overflow: hidden;
  border-radius: 6px;
  background-color: #f8fafc;
}

.sizes-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Subtle hover effect */
.sizes-item:hover img {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .sizes-gallery {
    grid-template-columns: 1fr;
  }

  .sizes-title {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}
.catalog-section {
  
  background: #f9f6ef;
  font-family: "Inter", system-ui, sans-serif;
}

.catalog-container {
  max-width: 1300px;
  margin: auto;
}

/* Flex layout for both groups */
.catalog-flex {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Each box */
.catalog-box {
  flex: 1;
  background: #f9fafb;
  padding: 28px;
  border-radius: 8px;
}

/* Title */
.catalog-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1f4e6a;
  margin-bottom: 16px;
}

/* Search input */
.catalog-search {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  font-size: 0.95rem;
}

/* Table wrapper */
.catalog-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Rows */
.catalog-row {
  display: flex;
  gap: 16px;
  padding: 12px 10px;
  background: #ffffff;
  border-radius: 6px;
  align-items: center;
}

/* Header row */
.catalog-row.header {
  background: #4d0020;
  color: #ffffff;
  font-weight: 500;
}

/* Columns */
.catalog-row span:nth-child(1) {
  flex: 1.2;
}

.catalog-row span:nth-child(2) {
  flex: 0.6;
}

.catalog-row span:nth-child(3) {
  flex: 2.2;
  color: #374151;
}

/* Header text override */
.catalog-row.header span {
  color: #ffffff;
}

/* Mobile */
@media (max-width: 900px) {
  .catalog-flex {
    flex-direction: column;
  }
}
.shipping-section {
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background:#4d0020;
  font-family: "Segoe UI", sans-serif;
}

.shipping-card {
  max-width: 820px;
  padding: 40px 45px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: relative;

  /* Mask / modern clipped shape */
  clip-path: polygon(
    0 0,
    95% 0,
    100% 10%,
    100% 100%,
    5% 100%,
    0 90%
  );
}

.shipping-card h2 {
  font-size: 36px;
  color: #0f4c75;
  margin-bottom: 16px;
}

.shipping-card h3 {
  font-size: 22px;
  color: #0f4c75;
  margin: 28px 0 14px;
}

.shipping-card .intro {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.shipping-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.shipping-card ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 14px;
  padding-left: 26px;
  position: relative;
}

.shipping-card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2a9d8f;
  font-weight: bold;
}

.shipping-card strong {
  color: #0f4c75;
}

.footer-text {
  margin-top: 22px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}
