.laundry-why-section {
  background: linear-gradient(135deg, #0a5289, #0a5289, #0a5289);
  color: #ffffff;
  overflow: hidden;
}
/* .laundry-why-section {
  background: linear-gradient(135deg, #b5b5b5, #0aacea, #b5b5b5);
  color: #000000;
  overflow: hidden;
} */
.availability {
  color: #0aacea !important;
  font-weight: 600;
}
.laundry-hero-section {
    position: relative;
    background: linear-gradient(120deg, #0b1d2a, #132f3a, #1d4655);
    color: #ffffff;
    overflow: hidden;
    padding: 30px 0;
    z-index: 1;
    width: 100%;
}

.laundry-hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/carpet-hero.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.card-header {
    background-color: transparent;
    border-bottom: none;
    padding: .25rem 0;
}
.card-header button {
    width: 100%;
    text-align: left;
    white-space: normal;
}

.laundry-section-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
line-height: 1.4;
    margin-bottom: 0;
}

.laundry-highlight-text {
  color: #db1b87;
}

.laundry-section-subtitle {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-size: 15px;
  line-height: 20px;
  opacity: 0.85;
  text-transform: uppercase;
  margin-top: 10px;
}

.laundry-royal-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.laundry-royal-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.laundry-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.laundry-card-text {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.95;
}

.laundry-icon-circle {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffffff, #0aacea);
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgb(8 8 8 / 26%);
}

.laundry-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgb(0 0 0), #000000d1);
  z-index: 1;
}

.laundry-hero-content {
  position: relative;
  z-index: 2;
}

.laundry-hero-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #2faedf;
}

.laundry-hero-title span {
  color: #db1b87;
}

.laundry-hero-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 18px;
    line-height: 1.4;
}

.laundry-hero-description {
  font-size: 14px;
  line-height: 21px;
}

.laundry-hero-buttons {
  margin-top: 35px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.laundry-btn-primary {
  padding: 6px 34px;
  background: linear-gradient(135deg, #2faedf, #2c9eca);
  color: #000000;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 11px rgb(67 175 216 / 44%);
}

.laundry-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0px 10px rgb(255 255 255 / 30%);
  color: #000000;
}

.laundry-btn-outline {
  padding: 4px 34px;
  border: 2px solid #2faedf;
  color: #2faedf;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.laundry-btn-outline:hover {
  background: #2ea8d7;
  color: #000;
}

.loundry-hero-img-div {
  height: 100%;
  border-radius: 50px;
}
.loundry-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}

/* ********************************************* */
/* ********************************************* */
.laundry-services-modern {
  background: linear-gradient(186deg, #ffffff, #ffffff);
  color: #000000;
}

.laundry-services-heading {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
    line-height: 1.4;
}

.laundry-services-heading span {
  color: #db1b87;
  font-weight: 700;
}

.laundry-services-desc {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.laundry-modern-card {
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(245deg, #ffffff, #0aacea40, #ffffff);
  color: #000000;
  backdrop-filter: blur(16px);
  border: 1px solid rgb(0 0 0 / 12%);
  overflow: hidden;
  transition: all 0.45s ease;
}

.laundry-modern-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.55);
}

.laundry-card-image {
  height: 350px;
  overflow: hidden;
}

.laundry-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.laundry-modern-card:hover .laundry-card-image img {
  transform: scale(1.08);
}

.laundry-card-content {
  padding: 26px 24px 32px;
}

.laundry-modern-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.laundry-modern-text {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

/* ********************************************* */
/* ********************************************* */
.laundry-process-section {
  background: linear-gradient(135deg, #0a5289, #0a5289, #000000);
  color: #ffffff;
  overflow: hidden;
}

.laundry-section-heading {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
    line-height: 1.4;
}

.laundry-section-heading span {
  color: #db1b87;
  font-weight: 600;
}

.laundry-section-subtext {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Steps */
.laundry-step-card {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  border-radius: 26px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.45s ease;
}

.laundry-step-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.laundry-step-number {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  color: #ffffff;
}

.laundry-step-title {
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 6px 14px;
}

.laundry-step-text {
  font-size: 14px;
  line-height: 20px;
}

/* Benefits */
.laundry-benefit-card {
  height: 100%;
  padding: 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  border-left: 4px solid #ffffff;
  transition: all 0.4s ease;
}

.laundry-benefit-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-6px);
}

.laundry-benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.laundry-benefit-text {
  font-size: 0.95rem;
  line-height: 1.7;
}

/* ********************************************* */
/* ********************************************* */
.laundry-service-area-section {
  background: linear-gradient(186deg, #ffffff, #ffffff);
  color: #000000;
}

.laundry-area-heading {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
}

.laundry-area-heading span {
  color: #db1b87;
  font-weight: 600;
}

.laundry-area-description {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Area Cards */
.laundry-area-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 26px;
  background: linear-gradient(36deg, #ffffff, #0aacea7a, #ffffffeb);
  color: #000000;
  backdrop-filter: blur(16px);
  border: 1px solid rgb(0 0 0 / 12%);
  text-align: center;
  transition: all 0.45s ease;
}

.laundry-area-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
}

.laundry-area-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #0aacea);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #000;
  box-shadow: 0 12px 30px rgb(0 0 0 / 23%);
}

.laundry-area-title {
  background: rgb(255 255 255 / 26%);
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #00000014;
  letter-spacing: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 6px 10px;
}

.laundry-area-text {
  font-size: 0.95rem;
  line-height: 1.65;
}

/* ********************************************* */
/* ********************************************* */
.laundry-faq-section {
  background: linear-gradient(135deg, #0a5289, #0a5289, #000000);
  color: #ffffff;
  overflow: hidden;
}

.laundry-faq-heading {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
line-height: 1.4;
}

.laundry-faq-heading span {
  color: #db1b87;
  font-weight: 600;
}

.laundry-faq-subtext {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Accordion */
.laundry-faq-item {
  background: transparent;
  border: none;
  margin-bottom: 0px;
}

.laundry-faq-button {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  color: #ffffff;
  border-radius: 18px !important;
  padding: 22px 26px;
  font-weight: 600;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.4s ease;
}
.laundry-faq-button:not(.collapsed) {
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.28);
}
.laundry-faq-button-one {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  color: #00000080;
  border-radius: 18px !important;
  padding: 22px 26px;
  font-weight: 600;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  transition: all 0.4s ease;
}

.laundry-faq-button-one:not(.collapsed) {
  color: #0000006b;
  box-shadow: 0 20px 40px rgb(0 0 0 / 28%);
}

.laundry-faq-button::after {
  filter: invert(1);
}

.laundry-faq-body {
  margin-top: 12px;
  padding: 24px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  line-height: 20px;
  font-size: 13px;
  color: #ffffff;
}

/* ********************************************* */
/* ********************************************* */
.laundry-cta-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: #000000;
}

.laundry-cta-card {
  padding: 60px 40px;
  border-radius: 36px;
  background: linear-gradient(245deg, #ffffff, #0aacea40, #ffffff);
  color: #000000;
  backdrop-filter: blur(18px);
  border: 1px solid rgb(0 0 0 / 14%);
  box-shadow: 0 35px 70px rgb(0 0 0 / 55%);
}

.laundry-cta-heading {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.laundry-cta-heading span {
  color: #db1b87;
  font-weight: 600;
}

.laundry-cta-text {
  letter-spacing: 1px;
  word-spacing: 3px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}

.laundry-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.laundry-cta-btn-primary {
  padding: 5px 35px;
  border-radius: 50px;
  background: linear-gradient(135deg, #4eb0d5, #4cafd6);
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 12px 35px rgb(80 176 213 / 58%);
  transition: all 0.35s ease;
}

.laundry-cta-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgb(80 176 213 / 58%);
}

.laundry-cta-btn-outline {
  padding: 3px 38px;
  border-radius: 50px;
  border: 2px solid #4cafd6;
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

.laundry-cta-btn-outline:hover {
  background: #4cafd6;
  color: #000;
}

/* ********************************************* */
/* ********************************************* */
.dry-laundry-card-list {
  list-style: disc;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.dry-laundry-special-section {
  background: linear-gradient(135deg, #0a5289, #0a5289, #000000);
  color: #000000;
  overflow: hidden;
}

.dry-laundry-special-heading {
  font-size: 2.6rem;
  font-weight: 800;
}

.dry-laundry-special-heading span {
  color: #f4c430;
}

.dry-laundry-special-subtext {
  margin-top: 12px;
  font-size: 1.05rem;
}

/* Service Card */
.dry-laundry-special-card {
  height: 100%;
  padding: 34px 28px;
  border-radius: 28px;
  background: linear-gradient(245deg, #ffffff, #0aacea40, #ffffff);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.14);
  transition: all 0.4s ease;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}

.dry-laundry-special-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.6);
}

.dry-laundry-special-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.dry-laundry-special-text {
  font-size: 0.95rem;
  line-height: 1.65;
}

.dry-laundry-why-section {
  color: #000000;
  overflow: hidden;
}

.dry-laundry-why-heading {
  font-size: 2.6rem;
  font-weight: 800;
}

.dry-laundry-why-heading span {
  color: #f4c430;
}

.dry-laundry-why-text {
  margin-top: 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  opacity: 0.9;
}

.dry-laundry-why-subheading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #f4c430;
}

/* Table Styling */
.dry-laundry-table-wrap {
  border-radius: 28px;
  padding: 20px;
  background: linear-gradient(
    160deg,
    rgb(10 82 137 / 38%),
    rgb(14 38 51 / 34%)
  );
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.dry-laundry-compare-table {
  color: #ffffff;
  margin-bottom: 0;
}

.dry-laundry-compare-table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.05rem;
}

.dry-laundry-compare-table td,
.dry-laundry-compare-table th {
  padding: 16px 14px;
  vertical-align: middle;
  border-color: rgba(255, 255, 255, 0.15);
}

.dry-laundry-compare-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}

/* ********************************************* */
/* ********************************************* */
.laundry-modern-title-dry {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 12px;
}

.dry-card {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.05)
  ) !important;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(0 0 0 / 12%) !important;
}

.laundry-services-heading-dry {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.acc-color {
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
  color: #000000ad !important;
}

.laundry-onee:not(.collapsed) {
  color: #00000070 !important;
}

.laundry-cta-section-one {
  background: linear-gradient(135deg, #efefef, #b7b7b7);
  color: #000000;
}

/* ********************************************* */
/* ********************************************* */

.dry-laundry-luxury-section {
  background: radial-gradient(circle at top, #102a3a, #050d14);
  color: #ffffff;
}

.dry-laundry-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  background: rgba(244, 196, 48, 0.15);
  color: #f4c430;
  font-weight: 600;
  margin-bottom: 10px;
}

.dry-laundry-main-heading {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.dry-laundry-main-heading span {
  color: #f4c430;
}

.dry-laundry-lead-text {
  font-size: 1.1rem;
  opacity: 0.9;
}

.dry-laundry-lux-card {
  height: 100%;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.05)
  );
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transition: 0.4s ease;
}

.dry-laundry-lux-card:hover {
  transform: translateY(-10px);
}

.dry-laundry-lux-card h5 {
  font-weight: 800;
  color: #f4c430;
  margin-bottom: 8px;
}

.dry-laundry-lux-card p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.dry-laundry-sub-heading {
  font-size: 2rem;
  font-weight: 800;
  color: #f4c430;
}

.dry-laundry-pricing-text {
  font-size: 1.05rem;
  margin-bottom: 18px;
}

.dry-laundry-checklist {
  list-style: none;
  padding: 0;
}

.dry-laundry-checklist li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.dry-laundry-checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffffff;
}

.dry-laundry-glass-box {
  padding: 90px 40px;
  height: 100%;
  border-radius: 28px;
  background: linear-gradient(180deg, #0a5289, #0aacea40, #ffffff96);
  backdrop-filter: blur(70px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: all 0.4s ease;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}

.dry-laundry-glass-box h4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.dry-laundry-cta-lux {
  margin-top: 20px;
  padding: 60px 30px;
  border-radius: 40px;
  background: linear-gradient(135deg, #0a5289, #0a5289, #000000);
  color: #ffffff;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.7);
}

.dry-laundry-cta-lux h2 {
  font-weight: 900;
  margin-bottom: 10px;
}

.dry-laundry-cta-lux p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.dry-laundry-cta-lux-btn {
  padding: 15px 42px;
  border-radius: 50px;
  background: #06131d;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.dry-laundry-cta-lux-btn:hover {
  background: #02090f;
}

/* ********************************************* */
/* ********************************************* */

/* ================= FOOTER ================= */
.butterfly-footer {
  background: linear-gradient(135deg, #0a4f86, #13a6da);
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.butterfly-footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(img/footer.jpg); */
  background-size: cover;
}

.butterfly-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("extracted_background_same_colors.png") center/cover no-repeat;
  opacity: 0.95;
  z-index: 0;
}

.footer-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 0 10px 0px;
}

.footer-logo {
  font-size: 38px;
  font-weight: 700;
  color: #ff5aa5;
}

.footer-tagline {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.8;
}

.footer-desc {
  margin-top: 15px;
  opacity: 0.9;
  max-width: 320px;
}

.service-icons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.service-icons span {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 8px;
}

.footer-wrap h5 {
  margin-bottom: 18px;
  font-size: 18px;
}

.footer-wrap ul {
  list-style: none;
  padding: 0;
}

.footer-wrap ul li {
  margin-bottom: 10px;
  opacity: 0.9;
}

.glass-card {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 18px;
  padding: 25px;
}

.glass-card h5 {
  margin-bottom: 15px;
}

.glass-card p {
  font-size: 14px;
  margin-bottom: 10px;
}

.glass-card i {
  margin-right: 8px;
}

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #091854;
  padding: 6px 17px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-top: 15px;
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #091854;
  padding: 6px 17px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-top: 15px;
  border: none;
  overflow: none;
}

.footer-desc {
  font-size: 14px !important;
}
.socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.socials i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom {
  background: #000072d6;
  padding: 12px;
  text-align: center;
  font-size: 14px;
}

.butterfly-box-card {
  border: 1px solid rgba(255, 255, 255, 0.107);
  padding: 5px;
  border-radius: 8px;
}

.butter-para {
  margin-bottom: 0px !important;
  text-align: center;
}

.butter-call-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.butter-h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  background: #ff5aa5;
  padding: 4px 0;
  border-radius: 4px 4px 0 0;
}
.call-btn-one {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #ffffff14;
  padding: 6px 17px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  margin-top: 15px;
}

.footer-service-h {
  font-size: 22px !important;
  text-transform: uppercase;
}

/* ************************ */
/* ************************ */
.curtain-laundry-royal-section {
  background: radial-gradient(circle at top, #0c2436, #040b12);
  color: #ffffff;
}

.curtain-laundry-heading {
  font-size: 1.8rem;
  font-weight: 800;
  color: #f4c430;
}

.curtain-laundry-main-heading {
  font-size: 2.3rem;
  font-weight: 900;
}

.curtain-laundry-main-heading span {
  color: #f4c430;
}

.curtain-type-card {
  padding: 8px 18px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0.05)
  );
  backdrop-filter: blur(14px);
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}

.curtain-type-card:hover {
  transform: translateY(-3px);
}

.curtain-feature-card {
  height: 100%;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.06)
  );
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.65);
  transition: 0.35s ease;
}

.curtain-feature-card:hover {
  transform: translateY(-8px);
}

.curtain-feature-card h5 {
  font-weight: 500;
  margin-bottom: 10px;
}

.curtain-feature-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  opacity: 0.95;
}

/* ************************ */
/* ************************ */
.lead {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.laundry-step-number-one {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 800;
  color: #000000;
}
.laundry-step-title-one {
  background: rgb(0 0 0 / 8%);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 6px 14px;
}
/* ************************ */
/* ************************ */
.curtain-booking-royal {
  background: linear-gradient(180deg, #040b12, #0b2234);
  color: #ffffff;
}

.curtain-booking-heading {
  font-size: 2.5rem;
  font-weight: 900;
}

.curtain-booking-heading span {
  color: #f4c430;
}

.curtain-booking-subtext {
  max-width: 620px;
  font-size: 1.05rem;
  opacity: 0.9;
}

.curtain-booking-card {
  position: relative;
  height: 100%;
  padding: 34px 26px;
  border-radius: 30px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.06)
  );
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7);
  transition: 0.35s ease;
}

.curtain-booking-card:hover {
  transform: translateY(-10px);
}

.curtain-step-number {
  position: absolute;
  top: -23px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff1f, #08426e);
  color: #040b12;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.curtain-booking-card h5 {
  margin-top: 18px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}

.curtain-booking-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.curtain-booking-card a {
  color: #f4c430;
  text-decoration: none;
  font-weight: 600;
}

.curtain-booking-card a:hover {
  text-decoration: underline;
}

/* ************************ */
/* ************************ */
.why-butterflyy-royal {
  background: linear-gradient(180deg, #050c14, #0b2538);
  color: #ffffff;
}

.why-butterflyy-heading {
  font-size: 2.6rem;
  font-weight: 900;
}

.why-butterflyy-heading span {
  color: #f4c430;
}

.why-butterflyy-text {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 16px;
}

.why-butterflyy-highlight {
  height: 100%;
  padding: 35px;
  border-radius: 28px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.06)
  );
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.why-butterflyy-highlight h4 {
  font-weight: 700;
  margin-bottom: 22px;
  color: #ffffff;
}

.why-butterflyy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-butterflyy-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.why-butterflyy-list i {
  color: #ffffff;
  font-size: 0.9rem;
}

.why-butterflyy-cta {
  margin-top: 10px;
  padding: 45px;
  text-align: center;
  border-radius: 35px;
  background: linear-gradient(135deg, #0a5289, #0a5289, #0a5289);
  color: #050c14;
  box-shadow: 0 40px 100px rgb(0 0 0 / 60%);
}

.why-butterflyy-cta h3 {
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
}

.why-butterflyy-cta p {
  max-width: 720px;
  margin: 0 auto 25px;
  font-weight: 500;
  color: #ffffff;
}

.why-butterflyy-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.royal-btn {
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.primary-btn {
  background: #050c14;
  color: #f4c430;
}

.primary-btn:hover {
  background: #000;
}

.outline-btn {
  border: 2px solid #050c14;
  color: #050c14;
}

.outline-btn:hover {
  background: #050c14;
  color: #f4c430;
}

/* ************************ */
/* ************************ */
.curtain-step-number-one {
  position: absolute;
  top: -23px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle, #fdfeff75, #0aacea87);
  color: #000000;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ************************ */
/* ************************ */
.carpet-royal-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #050c14, #0c2437);
  color: #fff;
}

.carpet-heading {
  font-size: 2.6rem;
  font-weight: 900;
}

.carpet-heading span {
  color: #f4c430;
}

.carpet-subheading {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.carpet-intro {
  margin-bottom: 10px;
  font-size: 14px;
}

.carpet-type-list {
  list-style: none;
  padding: 0;
}

.carpet-type-list li {
  margin-bottom: 4px;
  font-size: 14px;
}

.carpet-type-list span {
  color: #db1b87;
  font-weight: 600;
}

.carpet-note {
  font-size: 14px;
}

.carpet-main-image {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.carpet-benefit-card {
  height: 100%;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.05)
  );
  backdrop-filter: blur(18px);
  text-align: center;
  transition: 0.3s ease;
}

.carpet-benefit-card img {
  width: 60px;
  margin-bottom: 16px;
}

.carpet-benefit-card h5 {
  font-weight: 800;
  margin-bottom: 10px;
}

.carpet-benefit-card p {
  font-size: 0.95rem;
  opacity: 0.9;
}

.carpet-benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(244, 196, 48, 0.4);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .carpet-heading {
    font-size: 2rem;
  }

  .carpet-subheading {
    font-size: 1.6rem;
  }

  .carpet-royal-section {
    padding: 60px 15px;
  }
}

/* ************************ */
/* ************************ */
.royalLeatherSwiper {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.6);
}

.royalLeatherSwiper img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.royal-leather-card {
  padding: 35px;
  border-radius: 28px;
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 255, 255, 0.06)
  );
  backdrop-filter: blur(18px);
}

.royal-leather-subheading {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.royal-leather-list {
  list-style: none;
  padding: 0;
}

.royal-leather-list li {
  padding-left: 22px;
  margin-bottom: 12px;
  position: relative;
}

.royal-leather-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffffff;
}

.royal-leather-note {
  margin-top: 18px;
  opacity: 0.85;
  line-height: 1.7;
}

/* ************************ */
/* ************************ */

.next-button {
  padding: 10px !important;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 5px !important;
  font-size: 10px !important;
}

/* ************************ */
/* ************************ */
.leather-fix-modern {
  padding: 90px 0;
  background: linear-gradient(180deg, #05070d, #0c1a2b);
  color: #fff;
}

.leather-fix-heading {
  font-size: 2.4rem;
  font-weight: 900;
}

.leather-fix-heading span {
  color: #f4c430;
}

.leather-fix-subtext {
  margin-top: 12px;
  max-width: 650px;
  opacity: 0.85;
}

.leather-fix-card {
  display: flex;
  gap: 22px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.leather-fix-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 70px rgb(0 0 0 / 25%);
}

.leather-fix-card img {
  width: 160px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
}

.leather-fix-card.wide img {
  width: 220px;
}

.leather-fix-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.leather-fix-content p {
  font-size: 14px;
  margin-bottom: 0px;
}

/* ************************ */
/* ************************ */
.butterflyy-location-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #0b1220, #111c32);
  color: #fff;
}

.location-heading {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.location-heading span {
  color: #f4c430;
}

.location-text {
  max-width: 560px;
  opacity: 0.9;
  margin-bottom: 30px;
}

/* Location List */
.location-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.location-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition: all 0.35s ease;
}

.location-item:hover {
  transform: translateX(6px);
  box-shadow: 0 18px 5 0px rgba(0, 0, 0, 0.25);
}

.location-item h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.location-item p {
  font-size: 0.9rem;
  opacity: 0.85;
  margin-bottom: 8px;
}

.location-item span {
  font-size: 0.9rem;
  color: #f4c430;
  font-weight: 600;
}

.location-image-wrap img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.leather-img-icon {
  width: 30px;
  height: 30px;
}

/* ************************ */
/* ************************ */
.darning-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #0b1220, #141e35);
  color: #fff;
}

.darning-img-wrap img {
  width: 100%;
  max-width: 520px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.darning-heading {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 18px;
  position: relative;
}

.darning-heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #f4c430;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
}

.darning-text {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  max-width: 560px;
}

.darning-highlight {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 22px;
  border-radius: 10px;
  background: rgb(138 138 138 / 15%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 991px) {
  .darning-heading {
    font-size: 2.1rem;
    text-align: center;
  }

  .darning-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .darning-highlight {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ************************ */
/* ************************ */
.darning-services-section {
  padding: 100px 0;
  background: radial-gradient(circle at top, #1b2545, #0a0f1f);
  color: #fff;
}

.darning-main-heading {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
}

.darning-main-heading::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #f4c430;
  margin: 14px auto 0;
  border-radius: 3px;
}

.darning-subtext {
  max-width: 680px;
  margin: 16px auto 0;
  font-size: 1rem;
  opacity: 0.85;
}

/* Card */
.darning-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  backdrop-filter: blur(12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.darning-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.darning-card-body {
  padding: 24px;
}

.darning-card h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #ffffff;
}

.darning-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.9;
}

.darning-card.horizontal {
  display: flex;
}

.darning-card.horizontal img {
  width: 45%;
  height: auto;
}

.darning-card.horizontal .darning-card-body {
  width: 55%;
}

.darning-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  .darning-card.horizontal {
    flex-direction: column;
  }

  .darning-card.horizontal img,
  .darning-card.horizontal .darning-card-body {
    width: 100%;
  }

  .darning-main-heading {
    font-size: 2.2rem;
  }
}

/* ************************ */
/* ************************ */
.darning-cta-section {
  padding: 110px 0;
  background: #ffffff;
  color: #0a0f1f;
  overflow: hidden;
}

.darning-testimonial-card {
  position: relative;
  background: #fefefe;
  height: 100%;
  border-radius: 26px;
  padding: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background: linear-gradient(245deg, #ffffff, #0aacea40, #ffffff);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.quote-icon {
  font-size: 90px;
  position: absolute;
  top: -20px;
  left: 30px;
  color: #000000;
  opacity: 0.2;
}

.testimonial-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.9;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.testimonial-user img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #094879;
}

.testimonial-user h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-user span {
  font-size: 12px;
  opacity: 0.7;
}

.darning-book-card {
  background: #0a4f84;
  border-radius: 26px;
  padding: 50px;
  color: #ffffff;
  border: 1px solid #f4c43033;
}

.book-heading {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.book-text {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.contact-list {
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  margin-bottom: 12px;
}

.contact-item i {
  background: #ffffff;
  color: #094879;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.darning-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff1c;
  color: #ffffff;
  padding: 6px 35px;
  border-radius: 40px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.35s ease;
}

.darning-cta-btn:hover {
  transform: translateY(-3px);
  color: #000;
}

@media (max-width: 991px) {
  .darning-testimonial-card,
  .darning-book-card {
    padding: 35px;
  }

  .book-heading {
    font-size: 1.9rem;
  }
}

/* ************************ */
/* ************************ */
.steampress-section {
  background: #ffffff;
  padding: 60px 0;
}

.steampress-badge {
  display: inline-block;
  background: linear-gradient(135deg, #0a5289, #0a5289);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

.steampress-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
  line-height: 1.3;
}

.steampress-title span {
  color: #d4af37;
}

.steampress-desc {
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}

.steampress-features {
  margin-top: 30px;
}

.steampress-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding: 3px 10px;
  border-radius: 10px;
  background: #0a5289;
  font-weight: 500;
  color: #fffbfb;
}

.steampress-feature img {
  width: 26px;
}

.steampress-card {
  background: #fafafa;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgb(0 0 0 / 24%);
  border: 1px solid #00000029;
}

.steampress-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.steampress-card-content {
  padding: 30px;
}

.steampress-subtitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f1f1f;
}

.steampress-card-content p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 12px;
}

.steampress-highlight {
  font-weight: 600;
  color: #000000;
  border-left: 4px solid #0a5289;
  padding-left: 12px;
  text-transform: uppercase;
  font-size: 14px !important;
}

.darning-highlight-one {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 22px;
  border-radius: 10px;
  background: rgb(0 0 0 / 15%);
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  .steampress-title {
    font-size: 30px;
  }
  .steampress-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .steampress-section {
    padding: 30px 0;
  }
  .steampress-title {
    font-size: 26px;
  }
}

/* ************************ */
/* ************************ */
.expert-card {
  height: 100%;
  padding: 35px;
  border-radius: 20px;
  background: #ffffff29;
  color: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  position: relative;
}

.expert-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
  color: #ffffff;
}

.expert-heading i {
  color: #ffffff;
  font-size: 22px;
}

.expert-desc {
  font-size: 14px;
  margin-bottom: 22px;
  line-height: 22px;
}

.expert-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expert-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
}

.expert-list li i {
  color: #ffffff;
  font-size: 16px;
  margin-top: 3px;
}

/* Subtle royal accent */
.expert-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  pointer-events: none;
}

/* Responsive */
@media (max-width: 767px) {
  .steampress-expert-section {
    padding: 50px 0;
  }

  .expert-card {
    padding: 25px;
  }

  .expert-heading {
    font-size: 20px;
  }
}

/* ************************ */
/* ************************ */
/* ================= ROYAL FOOTER ENHANCEMENTS ================= */

.butterfly-footer {
  background: linear-gradient(145deg, #061b2f, #0b3b5a);
}

.glass-card {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.08)
  );
  backdrop-filter: blur(18px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-service-h,
.glass-card h5 {
  color: #d61a83;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
}

.socials i {
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.socials i:hover {
  background: #f4c430;
  color: #06131d;
  transform: translateY(-4px);
}

.butterfly-box-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  transition: all 0.35s ease;
}

.butter-h6 {
  background: linear-gradient(135deg, #d71a84, #cf197f);
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  font-size: 11px;
  letter-spacing: 0.8px;
}

.call-btn,
.call-btn-one,
.quote-btn {
  background: linear-gradient(135deg, #ffffff08, #ffffff52);
  box-shadow: 0 8px 22px rgb(0 0 0 / 0%);
  transition: all 0.3s ease;
}

.call-btn:hover,
.call-btn-one:hover,
.quote-btn:hover {
  color: #06131d;
  transform: translateY(-1px);
}

.butter-call {
  font-weight: 600;
  letter-spacing: 0.8px;
}

.footer-bottom {
  background: linear-gradient(135deg, #020a1a, #000814);
  font-size: 13px;
  letter-spacing: 0.5px;
  opacity: 0.95;
}

.footer-wrap ul li {
  transition: all 0.25s ease;
}

.footer-wrap ul li:hover {
  color: #f4c430;
  transform: translateX(4px);
}

.footer-desc,
.glass-card p {
  line-height: 1.65;
}

@media (max-width: 768px) {
  .glass-card {
    padding: 20px;
  }

  .butterfly-box-card {
    margin-bottom: 10px;
  }
  .footer-wrap {
    padding: 50px 20px;
  }
  .call-btn {
    gap: 1px;
    padding: 4px 10px;
    color: #fff !important;
    font-size: 10px;
    margin-top: 12px;
    margin-top: 0;
  }
  .quote-btn {
    gap: 1px;
    padding: 4px 10px;
    color: #fff !important;
    font-size: 10px;
    margin: 0 auto;
    display: block;
    margin-top: 12px;
    width: max-content;

    text-transform: uppercase;
  }
  .butter-call {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .butter-call-div {
    display: unset;
  }
  .royalLeatherSwiper img {
    height: 280px;
  }

  .royal-leather-heading {
    font-size: 2rem;
  }
  .leather-fix-heading {
    font-size: 2rem;
  }

  .leather-fix-card {
    flex-direction: column;
    text-align: center;
  }

  .leather-fix-card img {
    width: 100%;
    height: 200px;
  }

  .leather-fix-card.wide img {
    width: 100%;
  }
  .location-heading {
    font-size: 2rem;
  }

  .location-image-wrap {
    margin-top: 40px;
  }
  .laundry-hero-title {
    font-size: 20px;
  }
  .laundry-hero-subtitle {
    font-size: 16px;
  }
  .laundry-hero-description {
    font-size: 12px;
    line-height: 20px;
  }
  .loundry-hero-img-div {
    padding-bottom: 30px;
  }
  .laundry-area-heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .darning-text {
    text-align: unset;
    line-height: 19px;
  }
  .steampress-card-content {
    padding: 10px;
  }
  .steampress-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .steampress-subtitle {
    font-size: 20px;
    line-height: 1.4;
  }
  .steampress-card-content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .steampress-highlight {
    color: #000000;
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .laundry-faq-heading {
    font-size: 20px;
  }
  .laundry-section-subtitle {
    font-size: 12px;
    text-align: start;
    line-height: 18px;
    letter-spacing: 0px;
    word-spacing: 0px;
  }
  .laundry-step-card {
    padding: 16px 16px;
  }
  .darning-text {
    font-size: 12px;
  }
  .laundry-section-title {
    font-size: 18px;
  }
  .darning-book-card {
    padding: 15px 10px;
  }
  .carpet-intro {
    font-size: 12px;
    line-height: 18px;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 18px;
  }
  .laundry-section-heading {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .laundry-section-subtext {
    letter-spacing: 0px;
    word-spacing: unset;
    font-size: 12px;
  }

  .dry-laundry-special-card {
    padding: 20px 10px;
  }
  .expert-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .expert-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .darning-testimonial-card,
  .darning-book-card {
    padding: 20px;
  }
  .testimonial-text {
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    padding: 0;
  }
  .darning-cta-section {
    padding: 20px 0;
  }
  .book-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .book-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .contact-item i {
    width: 20px;
    height: 20px;
  }
  .contact-item {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .contact-list {
    margin-bottom: 20px;
  }
  .darning-cta-btn {
    padding: 4px 16px;
    font-size: 12px;
    color: #ffffff;
  }
  .laundry-area-description {
    font-size: 12px;
    line-height: 16px;
    text-align: start;
    letter-spacing: 0px;
    word-spacing: 0px;
  }
  .location-item h6 {
    font-size: 14px;
  }
  .location-item p {
    font-size: 12px;
    text-align: start;
    opacity: 1;
  }
  .laundry-area-title {
    font-size: 12px;
    padding: 4px 14px;
  }
  .location-item {
    gap: 10px;
    padding: 10px;
  }
  .leather-img-icon {
    width: 25px;
    height: 25px;
  }
  .laundry-faq-subtext {
    word-spacing: unset;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  .laundry-faq-button-one {
    padding: 10px 10px;
    font-size: 12px;
  }
  .laundry-faq-body {
    padding: 10px 10px;
    line-height: 18px;
    font-size: 12px;
  }
  .laundry-faq-item {
    margin-bottom: 0px;
  }
  .why-butterflyy-cta {
    padding: 15px;
  }
  .why-butterflyy-cta h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffffff;
  }
  .why-butterflyy-cta p {
    margin: 0 auto 15px;
  }
  .laundry-cta-btn-primary {
    padding: 2px 22px;
    font-size: 14px;
  }
  .laundry-cta-btn-outline {
    padding: 2px 20px;
    border: 2px solid #4cafd6;
    font-size: 14px;
  }
  .curtain-feature-card {
    padding: 10px;
  }
  .curtain-feature-card p {
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
    text-align: start;
  }
  .laundry-card-content {
    padding: 10px 10px 20px;
  }
  .laundry-modern-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .laundry-modern-text {
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }
  .curtain-type-card {
    padding: 5px 14px;
    font-size: 12px;
  }
  .laundry-area-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
  }
  .laundry-area-card {
    padding: 15px 10px;
  }
  .laundry-area-text {
    font-size: 12px;
    line-height: 18px;
    text-align: start;
  }
  .curtain-booking-card p {
    font-size: 12px;
    line-height: 18px;
  }
  .curtain-booking-card {
    padding: 20px 15px;
  }
  .curtain-step-number-one {
    top: -13px;
    width: 40px;
    height: 40px;
  }
  .laundry-step-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .laundry-step-number-one {
    display: inline-block;
    font-size: 25px;
    font-weight: 800;
    color: #000000;
  }
  .laundry-benefit-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .laundry-benefit-card {
    padding: 10px 20px;
  }
  .royal-leather-card {
    padding: 20px 10px;
    border-radius: 15px;
  }
  .royal-leather-subheading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .royal-leather-list li {
    padding-left: 22px;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .royal-leather-note {
    margin-top: 10px;
    opacity: 1;
    line-height: 18px;
  }
  .leather-fix-card {
    gap: 10px;
    padding: 15px 10px;
  }
  .leather-fix-content h5 {
    font-size: 16px;
  }
  .leather-fix-content p {
    font-size: 12px;
  }
  .laundry-services-heading {
    font-size: 20px;
  }
  .laundry-services-desc {
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  .dry-laundry-card-list {
    font-size: 12px;
    line-height: 18px;
  }
  .dry-laundry-special-title {
    font-size: 16px;
  }
  .dry-laundry-special-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .laundry-step-number {
    font-size: 30px;
  }
  .dry-laundry-cta-lux p {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: start;
  }
  .dry-laundry-checklist li {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .dry-laundry-cta-lux {
    margin-top: 20px;
    padding: 30px 15px;
  }
  .dry-laundry-glass-box h4 {
    font-size: 16px;
  }
  .dry-laundry-glass-box {
    padding: 15px 20px;
  }
  .dry-laundry-cta-lux h2 {
    font-size: 20px;
  }
  .dry-laundry-compare-table thead th {
    font-size: 12px;
  }
  .dry-laundry-compare-table td,
  .dry-laundry-compare-table th {
    padding: 10px 10px;
    font-size: 12px;
  }
  .laundry-card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .laundry-icon-circle {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }
  .laundry-card-text {
    font-size: 12px;
    line-height: 18px;
  }
  .laundry-royal-card {
    padding: 10px 10px;
  }
  .laundry-benefit-title {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .laundry-faq-button {
    font-weight: 500;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 500;
  }
  .laundry-cta-heading {
    font-size: 20px;
  }
  .laundry-cta-card {
    padding: 20px 10px;
  }
  .laundry-cta-text {
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 12px;
    text-align: start !important;
    margin-top: 5px;
  }
  .darning-highlight {
    font-size: 14px;
  }
  .darning-card-body {
    padding: 10px;
  }
  .darning-card p {
    font-size: 12px;
    line-height: 18px;
    opacity: 1;
  }
  .curtain-step-number {
    top: -10px;
    width: 40px;
    height: 40px;
  }
  .why-butterflyy-text {
    font-size: 12px;
  }
  .why-butterflyy-highlight {
    padding: 25px 12px;
  }
  .why-butterflyy-list li {
    margin-bottom: 2px;
    font-size: 12px;
  }
}
