.iron-sec {
  padding: 90px 20px;
  background: linear-gradient(135deg, #f8fbff, #eef2ff);
  font-family: 'Poppins', sans-serif;
}

.iron-box {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.iron-box h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sub {
  color: #666;
  margin-bottom: 50px;
}

/* stylish list */
.list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.item {
  width: 280px;
  padding: 25px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.item span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #1f446e;
  margin-bottom: 8px;
}

.item p {
  color: #444;
  font-size: 14px;
}

.note {
  margin-top: 50px;
  font-weight: 500;
  color: #333;
}

.item i {
  font-size: 30px;
  color: #1f446e;
  margin-bottom: 12px;
  display: block;
}

.fabric-sec {
  padding: 80px 20px;
  background: #f4f7ff;
  font-family: 'Poppins', sans-serif;
}

.fabric-container {
  max-width: 1100px;
  margin: auto;
}

.fabric-container h2 {
  font-size: 34px;
  margin-bottom: 35px;
}

.fabric-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.fabric-text {
  flex: 1;
  color: #555;
  line-height: 1.7;
}

.fabric-highlight {
  flex: 1;
  background: white;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-weight: 500;
  line-height: 2;
  color: #1f446e;
}

.inspect-sec {
  padding: 90px 20px;
  background: linear-gradient(120deg, #ffffff, #eef3ff);
  font-family: 'Poppins', sans-serif;
}

.inspect-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}

.inspect-sec {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.tag {
  font-size: 12px;
  letter-spacing: 2px;
  color: #1f446e;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.point {
  margin-top: 12px;
  font-weight: 500;
  border-left: 4px solid #1f446e;
  padding-left: 12px;
}

.delivery-pro {
  font-family: 'Poppins', sans-serif;
  background:
    /* linear-gradient(rgb(0 0 0 / 5%), rgb(0 0 0 / 36%)), */ url(../images/slider/i5.png);

  background-size: cover;
  background-position: center;
}

.delivery-card {
  margin: auto;
  padding: 50px;
  background: #fffffff5;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  backdrop-filter: blur(10px);
}

.delivery-card h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.delivery-card p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.hero-banner {
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;
}

/* glass card */
.glass-box {
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(14px);
}

.glass-box h2 {
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 600;
}

.glass-box p {
  color: #555;
  line-height: 1.7;
}

.booking-list {
  list-style: none;
  padding: 0;
}

.booking-list li {
  font-weight: 500;
}

.booking-list i {
  color: #1f446e;
  margin-right: 10px;
  font-size: 16px;
}

/* image */
.hero-img {
  max-width: 100%;
  /* filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15)); */
  border-radius: 10px;
}

.wash-iron-sec {
  background: #f8fbff;
  font-family: 'Poppins', sans-serif;
}

.wash-iron-sec h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.wash-iron-sec p {
  color: #555;
  line-height: 1.7;
}

.choose-sec {
  font-family: 'Poppins', sans-serif;
}

.choose-sec h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.choose-sec p {
  color: #555;
  line-height: 1.7;
}

.choose-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.choose-list li {
  padding: 12px 18px;
  margin-bottom: 12px;
  border-left: 4px solid #1f446e;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

.luxury-process {
  padding: 100px 20px;
  background: linear-gradient(135deg, #eef2ff, #ffffff);
  font-family: 'Poppins', sans-serif;
}

/* premium card */
.lux-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
}

.lux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
}

.lux-card i {
  font-size: 34px;
  color: #1f446e;
  margin-bottom: 18px;
}

.lux-card p {
  color: #555;
  line-height: 1.7;
}

.luxury-process h2 {
  font-size: 38px;
  font-weight: 600;
}

.cta-ironing {
  padding: 100px 20px;
  background-image: url(../images/slider/slider-v1-img8.png);
  font-family: 'Poppins', sans-serif;
  background-size: cover;
}

.cta-box {
  max-width: 800px;
  margin: auto;
  padding: 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.cta-box h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.cta-box p {
  color: #555;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* buttons */
.cta-btns a {
  display: inline-block;
  margin: 10px;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

/* whatsapp button */
.btn-whatsapp {
  background: #1f446e;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #1f446e;
  color: #fff;
}

/* call button */
.btn-call {
  background: #1f446e;
  color: #fff;
}

.btn-call:hover {
  background: #1f446e;
  color: #fff;
}

.trusted-ironing h2 {
  font-size: 32px;
}

.stat-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card h3 {
  color: #1f446e;
  font-weight: 700;
}
