body {
  font-family: "Inter", sans-serif;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.main-header {
  height: 60px;
}
.new-header-nav .container {
  padding: 0px 24px;
}
.main-header .navbar-collapse {
  justify-content: center !important;
}
.new-header-nav {
  padding: 2px 0px;
}
.header-logo img {
  height: 90px !important;
  width: 100%;
  object-fit: contain;
}
.head-nav-text a {
  color: oklch(50% 0.02 250);
  padding: 10px 16px !important;
  font-weight: 500;
  font-size: 14px;
}
.header-btn {
  background-color: #0097bc;
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
}
.header-btn:hover {
  background-color: #00a6cf;
  color: white;
}
.navbar-expand-lg .navbar-nav {
     margin-left: -146px;
}

.section-pad {
  padding: 100px 0;
}
.text-info-all {
  font-weight: 600;
  font-size: 14px;
  color: #0097bc;
  margin-bottom: 24px;
}
.text-info-all i {
  margin-right: 8px;
}
.ec-wash-heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
}
.arrow i {
  font-size: 30px;
}
.text-info-span {
  color: #0891b2;
}
.lead-text {
  font-size: 20px;
  color: #64748b;
  margin-bottom: 32px;
}
.hero-empty {
  border: 1px solid rgb(229 231 235 / 60%);
  width: 600px;
}
.text-box-right svg {
  color: #0891b2;
}
.btn-main-ec {
  background-color: #0891b2;
  color: white;
  padding: 16px 32px;
  font-weight: 600;
  border-radius: 12px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 18px;
  margin-right: 10px;
}
.btn-main-ec:hover {
  background-color: #0e7490;
  transform: translateY(-2px);
  color: white;
}
.btn-main-right {
  background-color: white !important;
  color: #0891b2;
  border: 2px solid #0891b2;
}
.btn-main-right:hover {
  background-color: #0891b2 !important;
  color: white;
  border: 2px solid #0891b2;
}
.text-white-1 {
  margin-top: 12px;
}
.empty-div {
  width: 600px;
  background-color: #edf0f3;
  height: 1px;
}
.ec-all-btn .pickup-hero-buttons {
  margin-bottom: 0px;
}
.banner-right-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.banner-right-img {
  margin-top: 35px;
}

.busy-text {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
}
.list-icons i {
  margin-right: 10px;
  color: #10b981;
}
.list-icons {
  display: flex;
  align-items: center;
}
.list-icons p {
  margin: 0;
  color: #1e293b;
  font-size: 14px;
}
.list-itm-all {
  display: flex;
  gap: 15px;
}
.busy-text {
  margin-top: 32px;
}
.text-box-right-text {
  font-size: 18px;
  color: #1e293b;
  font-weight: 500;
  margin-bottom: 0;
}
.text-box-right-name {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 0px;
}
.text-box-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.text-box-right i {
  color: #0891b2;
  font-size: 18px;
}
.guarantee-badge svg {
  margin-right: 8px;
}
.text-box-right {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  width: 40%;
  padding: 20px 25px;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  background: white;
  left: -5px;
}

.how-work-section {
  background: #ffffff;
  padding: 80px 24px;
}
.how-work-section .step-card {
  border: none;
  box-shadow: none;
}
.how-work-section .step-card p {
  max-width: 100%;
}
.how-work-section .step-card:hover {
  box-shadow: none;
}
.how-work-section .step-col:not(:last-child)::after {
  top: 30%;
}
.main-heading {
  font-size: 36px;
  font-weight: 700;
  color: oklch(22% 0.06 250);
  margin-bottom: 10px;
}

.sub-text {
  max-width: 700px;
  margin: auto;
  font-size: 22px;
  color: #64748b;
}

.work-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 20px;
  color: #1e293b;
}

.work-box p {
  font-size: 16px;
  color: #64748b;
  max-width: 332px;
}

.icon-box {
  width: 65px;
  height: 65px;
  margin: auto;
  border-radius: 20px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0891b2;
}

.active-icon {
  background: #0891b2;
  color: #fff;
}
.ec-all-btn {
  display: flex;
  justify-content: center;
}
.guarantee-badge {
  display: inline-block;
  background: #dcfce78c;
  color: oklch(70% 0.14 160);
  padding: 6px 12px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pickup-btn {
  display: inline-block;
  background: #0891b2;
  color: #fff;
  text-decoration: none;
  padding: 22px 50px;
  border-radius: 18px;
  font-size: 26px;
  font-weight: 600;
}

.pickup-btn:hover {
  color: #fff;
}
.lead-text-all {
  font-size: 16px;
  color: oklch(50% 0.02 250);
}
.why-choose-section .row {
  margin-top: 20px;
}
.why-choose-section {
  background-color: #f0f9ff !important;
}
.work-box-first {
  background-color: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  padding: 32px 32px;
  text-align: justify !important;
  height: 260px;
}

.icon-box-final {
  border-radius: 20px;
  font-size: 24px;
  padding-left: 15px;
  color: #0891b2;
}

.pricing-section {
  background: #fff;
}

.pricing-subtext {
  font-size: 22px;
  color: #60728a;
  margin-top: 10px;
}

.price-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 30px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 14%);
  height: 100%;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.accordion-button:focus {
  border-color: white !important;
}

.lead-text-list {
  font-size: 14px !important;
  color: rgb(156 163 175) !important;
}
.active-card {
  border: 4px solid #0891b2;
  box-shadow: 0px 8px 25px rgb(0 0 0 / 36%);
}

.popular-text {
  color: #0891b2;
  font-weight: 600;
  margin-bottom: 25px;
}

.price-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.small-text {
  font-size: 16px;
  color: #64748b;
}
.small {
  color: #06b6d4 !important;
  margin-bottom: 18px !important;
}
.price {
  font-size: 36px;
  font-weight: 700;
  margin: 30px 0;
}
.why-chose-us .promise-card p {
  max-width: 100% !important;
}
.price span {
  font-size: 18px;
  font-weight: 400;
  color: #60728a;
}
.why-chose-us .promise-title {
  margin-bottom: 10px;
}
.home-page-pricing .promise-title {
  margin-bottom: 10px;
}
.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}
.price-list li i {
  color: #10b981;
  margin-right: 10px;
}
.price-list li {
  font-size: 14px;
  margin-bottom: 18px;
  color: #1f2d3d;
}

.price-btn-outline,
.price-btn-fill {
  display: block;
  text-align: center;
  padding: 18px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
}

.price-btn-outline {
  border: 2px solid #18a7cd;
  color: #18a7cd;
}

.price-btn-fill {
  background: #18a7cd;
  color: #fff;
}

.bottom-text {
  font-size: 16px;
  color: #60728a;
}

.bottom-text a {
  color: #0891b2;
  font-weight: 600;
  text-decoration: none;
}

.pricing-section .container {
  width: 69%;
}
.ec-all-btn-standard a {
  width: 100%;
}
.text-light {
  font-size: 18px !important;
  color: rgb(209 213 219);
}

.hero-section {
  background: #0f172a;
  padding: 100px 0;
}

.hero-section h1 {
  font-size: 48px;
  line-height: 1.3;
  color: white;
}

.hero-section p {
  font-size: 16px;
  color: white;
}
.footer-links-icon i {
  color: #0891b2;
  margin-right: 15px;
  font-size: 18px;
}
.footer-links-icon svg {
  color: #0891b2;
  margin-right: 15px;
  font-size: 18px;
}
.hero-section ul li {
  color: rgb(255 255 255);
  margin-bottom: 15px;
}
.info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.service-item svg {
  color: #0891b2;
}
.cta-features i {
  margin-right: 8px;
}
.fst-italic-1 {
  font-size: 20px !important;
  font-weight: 600;
  margin: 35px 0px 0px 0px;
}
.info-card > div {
  flex: 1;
  text-align: center;
}

/* Line between both items */
.info-card > div:first-child {
  border-right: 1px solid #dcdcdc;
  padding-right: 30px;
}
/* Floating Card */
.info-card {
  position: absolute;
  bottom: -20px;
  /* left: 49%; */
  transform: translateX(-50%);
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  display: flex;
  gap: 25px;
  right: -85px;
}

.info-card h4 {
  margin: 0;
  color: #0891b2;
  font-weight: 700;
  font-size: 30px;
}

.info-card p {
  margin: 0;
  font-size: 12px;
  color: #555;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
}
.service-icon i {
  color: #06b6d4;
}
.service-icon {
  font-size: 20px;
  line-height: 1;
  margin-top: 4px;
}

.service-content h5 {
  margin: 0;
  font-size: 16px;
}

.lead-text-list {
  margin: 4px 0 0;
  font-size: 15px;
  color: #666;
}
.small i {
  margin-right: 5px;
}
/* Button */
.btn-info {
  background-color: #0891b2;
  border: none;
  color: white;
  padding: 12px 20px !important;
  border-radius: 12px;
}

.btn-info:hover {
  background-color: #0e7490;
  color: white;
}
.work-box-all {
  margin-top: -15px;
}
.fst-italic {
  margin-top: 20px;
}

.hero-image-wrapper img {
  width: 85%;
  height: 400px;
  object-fit: cover;
}

.faq-custom-section {
  background: #f0f9ff;
}
.faq-questions h2 {
  margin-bottom: 10px;
}
.faq-main-title {
  font-size: 48px;
  font-weight: 700;
  color: #1f2d3d;
}

.faq-sub-title {
  font-size: 20px;
  color: #6b7c93;
}

.faq-box {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.faq-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 25px;
  color: #1e293b;
}
.accordion-button:not(.collapsed) {
  color: #1e293b;
}
.faq-content {
  font-size: 16px;
  line-height: 1.6;
  color: #64748b;
}
.custom-faq-accordion {
  width: 55%;
  display: block;
  margin: auto;
}
.accordion-button::after {
  color: #0891b2 !important
  ;
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.cta-banner-section {
  padding: 100px 0;
  background: #1baac8;
  color: #fff;
}

.cta-main-heading {
  color: white;
}

.cta-description {
  color: rgba(255, 255, 255, 0.95);
}

.cta-button-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.cta-btn-primary {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  min-width: 280px;
  display: inline-block;
}
.cta-btn-outline {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  min-width: 200px;
  display: inline-block;
}

.cta-btn-primary {
  background: #fff;
  color: #0891b2;
}

.cta-btn-outline {
  border: 2px solid #fff;
  color: #fff;
}

.cta-btn-primary:hover {
  color: #0891b2 !important;
}
.cta-btn-primary:hover,
.cta-btn-outline:hover {
  color: inherit;
}

.cta-divider {
  width: 70%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto 35px;
}

.cta-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
}

/* MAIN ROW FIX */
.work-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap; /* IMPORTANT: prevents breaking */
  overflow-x: auto; /* safety on small screens */
  padding: 0px 0;
}

/* EACH CARD */
.work-item {
  flex: 1;
  min-width: 220px;
}

/* CARD STYLE */
.work-box {
  background: #fff;
  padding: 40px 35px;

  border-radius: 14px;
  text-align: center;
}

/* ICON */
.icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

/* ARROW */
.arrow {
  color: #0891b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.btn-main-ec span {
  font-size: 20px;
  font-weight: 900;
}
.btn-main-ec svg {
  margin-left: 5px;
}
/* ACTIVE ICON */
.active-icon {
  background: #0891b2;
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #eef7fc;
  padding-bottom: 120px;
}

.hero-cover {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.hero-cover svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 270px;
}

/* HOW ITS WORK */
.process-hero-how{
   padding: 140px 24px 145px 24px !important;
}
.process-hero {
  background: oklch(96.5% 0.018 230);
  padding: 155px 24px 80px 24px;

  text-align: center;
}
.main-how-work span {
  font-size: 12px;
  font-weight: 600;
  color: oklch(62% 0.13 220);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #e8f6fd;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}

.hero-title {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
  color: #00284f;
  margin-top: 10px;
}

.hero-text {
  margin: 0 auto 34px;
  color: oklch(50% 0.02 250);
  font-size: 18px;
  line-height: 1.7;
}

.btn-main {
  background: oklch(62% 0.13 220);
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;

  padding: 12px 20px;

  border-radius: 11px;
  box-shadow: 0 4px 8px rgba(0, 72, 110, 0.12);
}
.hero-buttons {
  gap: 10px;
}
.btn-main:hover {
  background: #008fb1;
  color: #fff;
}

.btn-outline-custom {
  background: oklch(100% 0 0);
  color: #00284f;
  border: 1px solid oklch(92% 0.012 240);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 11px;
  box-shadow: 0 2px 8px rgba(0, 72, 110, 0.08);
}

.steps-strip {
  background: #fff;
  margin-top: -68px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  padding: 80px 24px;
}

.step-col {
  position: relative;
}

.step-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cfdae5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'%3E%3C/path%3E%3Cpath d='m12 5 7 7-7 7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 5;
}

.step-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.15);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}
.step-card {
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 17px;
  min-height: 180px;
  padding: 27px 24px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  border: 1px solid oklch(92% 0.012 240);
}

.icon-wrap {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}

.icon-wrap svg {
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  color: oklch(22% 0.06 250);
}

.step-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0 0 14px;
  max-width: 200px;
}

.step-card .small-note {
  color: oklch(62% 0.13 220);
  font-size: 12px;
  line-height: 1.15;
}

.explained-section {
  background: oklch(96.5% 0.018 230);
  padding: 80px 24px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 16px;
  color: oklch(50% 0.02 250);
  margin-bottom: 50px;
}

.detail-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 15px;
  padding: 24px 24px;
  min-height: 210px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
}

.detail-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: oklch(22% 0.06 250);
  letter-spacing: -0.36px;
}

.detail-card strong {
  display: block;
  color: oklch(22% 0.06 250);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}

.detail-card p {
  color: oklch(50% 0.02 250);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
}
.detail-card {
  height: 300px;
}

/* BEHIND THE SCENES */

.behind-scenes-section {
  background: #fff;
  padding: 80px 24px;
}

.behind-scenes-section .container-fluid,
.service-promise-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.behind-content span {
  font-size: 12px;
  font-weight: 600;
  color: oklch(62% 0.13 220);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  display: inline-block;
}

.behind-content h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  color: oklch(22% 0.06 250);
}

.behind-content p {
  max-width: 500px;
  color: oklch(50% 0.02 250);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.process-item {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 88px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.process-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-4px);
  border-color: #b8d6e8;
}

.check-icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(70% 0.14 160);
}

.check-icon svg {
  stroke: oklch(70% 0.14 160);
}

.process-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin: 0 0 5px 0;
}

.process-item p {
  font-size: 14px;
  color: oklch(50% 0.02 250);

  line-height: 1.4;
  margin: 0;
}

/* SERVICE PROMISE */

.service-promise-section {
  background: oklch(96.5% 0.018 230);
  padding: 80px 24px;
}

.promise-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 50px;
}

.promise-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  min-height: 178px;
  padding: 27px 24px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
  height: 140px;
}

.promise-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.15);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.promise-icon {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  transition: all 0.3s ease;
}

.promise-card:hover .promise-icon {
  background: #d8f3ff;
}

.promise-icon svg {
  stroke: oklch(62% 0.13 220);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promise-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  color: oklch(22% 0.06 250);
}

.promise-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
  max-width: 200px;
}

/* CUSTOMER JOURNEY SECTION */

.customer-journey-section {
  background: #fff;
  padding: 80px 24px;
}

.customer-journey-section .container-fluid,
.common-questions-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.journey-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 12px;
}

.journey-heading p {
  font-size: 16px;
  color: oklch(50% 0.02 250);
  line-height: 1.7;
  margin-bottom: 50px;
}

.journey-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.journey-item {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  padding: 22px 28px;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 22px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.journey-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-4px);
  border-color: #b8d6e8;
}

.journey-number {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: oklch(62% 0.13 220);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.journey-content span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: oklch(62% 0.13 220);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 4px;
}

.journey-content p {
  font-size: 14 px;
  color: oklch(22% 0.06 250);
  line-height: 1.4;
  margin: 0;
}

/* COMMON QUESTIONS SECTION */

.common-questions-section {
  background: oklch(96.5% 0.018 230);
  padding: 80px 24px;
}

.questions-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 50px;
}

.questions-accordion {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.question-item {
  border: 1px solid oklch(92% 0.012 240) !important;
  border-radius: 15px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.question-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-3px);
  border-color: #b8d6e8 !important;
}

.question-item .accordion-button {
  background: #fff;
  color: oklch(22% 0.06 250);
  font-size: 16px;
  font-weight: 600;
  padding: 20px 24px;
  box-shadow: none;
  border: none;
}

.question-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.question-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: oklch(22% 0.06 250);
  box-shadow: none;
}

.question-item .accordion-button::after {
  width: 16px;
  height: 16px;
  background-size: 16px;
  opacity: 0.7;
}

.question-item .accordion-body {
  padding: 0 24px 20px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: oklch(50% 0.02 250);
}

.faq-link {
  display: inline-block;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 500;
  color: oklch(62% 0.13 220);
  text-decoration: none;
}

.faq-link:hover {
  color: #008fb1;
}

/* CTA SECTION */

.laundry-cta-section {
  background: oklch(62% 0.13 220);
  padding: 80px 24px;
}

.laundry-cta-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.12px;
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.1;
}

.cta-content p {
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
}

.cta-buttons {
  gap: 16px;
  margin-bottom: 65px;
}

.pickup-action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.pickup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pickup-btn-white {
  background: #fff;
  color: oklch(22% 0.06 250);
  border: 1px solid #fff;
}

.pickup-btn-white:hover {
  background: #f5fbff;
  color: oklch(22% 0.06 250);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.18);
}

.pickup-btn-border {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.pickup-btn-border:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-3px);
}

.cta-features {
  gap: 30px;
}

.cta-feature-1 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.check-mark {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

/* PRICING SECTION */

.pricing-plans-section {
  background: #fff;
  padding: 80px 24px;
}

.pricing-plans-section .container-fluid,
.included-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  padding: 34px 28px 32px;
  height: 480px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}
.pricing-check svg {
  color: oklch(0.66 0.14 159.73) !important;
}
.pricing-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.pricing-card-popular {
  border: 2px solid oklch(62% 0.13 220);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: oklch(62% 0.13 220);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 999px;
  white-space: nowrap;
}

.pricing-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 5px;
}

.pricing-header p {
  font-size: 14px;
  color: oklch(50% 0.02 250);
  line-height: 1.4;
  margin-bottom: 26px;
}

.pricing-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: oklch(22% 0.06 250);
  letter-spacing: -0.8px;
  margin-bottom: 28px;
}

.pricing-price .currency {
  font-size: 28px;
  vertical-align: 8px;
  margin-right: 1px;
}

.pricing-price small {
  font-size: 14px;
  font-weight: 400;
  color: oklch(50% 0.02 250);
  letter-spacing: 0;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: oklch(22% 0.06 250);
  font-size: 14px;
  line-height: 1.4;
}

.pricing-check {
  color: #20c997;
  font-size: 15px;
  line-height: 1;
}

.pricing-btn {
  margin-top: auto;
  width: 100%;
  min-height: 46px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pricing-btn-outline {
  background: #fff;
  color: oklch(22% 0.06 250);
  border: 1px solid oklch(92% 0.012 240);
}

.pricing-btn-outline:hover {
  background: oklch(96.5% 0.018 230);
  color: oklch(22% 0.06 250);
  border-color: oklch(92% 0.012 240);
}

.pricing-btn-fill {
  background: oklch(62% 0.13 220);
  color: #fff;
  border: 1px solid oklch(62% 0.13 220);
}

.pricing-btn-fill:hover {
  background: #008fb1;
  color: #fff;
  border-color: #008fb1;
}
.included-check svg {
  color: oklch(70% 0.14 160) !important;
}

/* INCLUDED SECTION */

.included-section {
  background: #eaf8ff;
  padding: 80px 24px;
}

.included-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 12px;
}

.included-heading p {
  font-size: 16px;
  color: oklch(50% 0.02 250);
  line-height: 1.7;
  margin-bottom: 50px;
}

.included-list {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.included-item {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 14px;
  min-height: 48px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: oklch(22% 0.06 250);
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.included-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-3px);
  border-color: #b8d6e8;
}

.included-check {
  color: #20c997;
  font-size: 14px;
  line-height: 1;
}

/* COMPARE PLANS SECTION */

.compare-plans-section {
  background: #fff;
  padding: 80px 24px;
}

.compare-plans-section .container-fluid,
.custom-need-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.compare-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 45px;
}

.compare-table-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.compare-table thead {
  background: #eaf8ff;
}
.detail-card-services{
  height: 275px;
}
.compare-table th {
  font-size: 14px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  padding: 18px 22px;
  text-align: center;
  border-bottom: 1px solid oklch(92% 0.012 240);
}

.compare-table th:first-child {
  text-align: left;
}

.compare-table td {
  font-size: 14px;
  color: oklch(50% 0.02 250);
  padding: 17px 22px;
  text-align: center;
  border-bottom: 1px solid oklch(92% 0.012 240);
}

.compare-table td:first-child {
  text-align: left;
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table tbody tr {
  transition: all 0.3s ease;
}

/* .compare-table tbody tr:hover {
  background: #f8fcff;
} */

.no {
  color: #cbd5df;
  font-size: 16px;
}

/* CUSTOM NEED SECTION */

.custom-need-section {
  background: #eaf8ff;
  padding: 80px 24px;
}

.custom-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 12px;
}

.custom-heading p {
  font-size: 16px;
  color: oklch(50% 0.02 250);
  line-height: 1.7;
  margin-bottom: 50px;
}

.custom-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  min-height: 160px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.custom-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.custom-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 24px;
  color: oklch(62% 0.13 220);
}

.custom-icon svg {
  width: 24px;
  height: 24px;
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.custom-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 12px;
}

.custom-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
}

.custom-team-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  margin-top: 35px;
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  color: oklch(22% 0.06 250);
  font-size: 13px;
  font-weight: 600;
  border-radius: 11px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.custom-team-btn:hover {
  background: #f5fbff;
  color: oklch(22% 0.06 250);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  border-color: #b8d6e8;
}

/* PRICING LOVE SECTION */

.pricing-love-section {
  background: #fff;
  padding: 80px 24px;
  border-top: 16px solid #eaf8ff;
}

.pricing-love-section .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.pricing-love-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.96px;
  color: oklch(22% 0.06 250);
  margin-bottom: 50px;
}

.pricing-love-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 22px;
  min-height: 205px;
  padding: 48px 34px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.pricing-love-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.pricing-love-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  transition: all 0.3s ease;
}

.pricing-love-card:hover .pricing-love-icon {
  background: #d8f3ff;
}

.pricing-love-icon svg {
  width: 28px;
  height: 28px;
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pricing-love-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 12 px;
}

.pricing-love-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
}

.detail-card-servies {
  height: 260px;
}

.explained-main {
  margin-top: 48px;
}

/* WHAT WE OFFER SECTION */

.what-offer-section {
  background: #fff;
  padding: 80px 24px;
}

.what-offer-section .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.offer-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.96px;
  color: oklch(22% 0.06 250);
  margin-bottom: 14px;
}

.offer-heading p {
  font-size: 16px;
  color: oklch(50% 0.02 250);
  line-height: 1.7;
  margin-bottom: 28px;
}

.offer-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 22px;
  height: 200px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.offer-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.offer-icon {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.offer-card:hover .offer-icon {
  background: #d8f3ff;
}

.offer-icon svg {
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.offer-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 16px;
}

.offer-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
}

/* WHO IT'S FOR SECTION */

.who-for-section {
  background: #fff;
  padding: 80px 24px;
}

.who-for-section .container-fluid,
.why-choose-section .container-fluid,
.special-request-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.who-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 50px;
}

.who-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  min-height: 178px;
  padding: 27px 24px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.who-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.15);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.who-icon {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  transition: all 0.3s ease;
}

.who-card:hover .who-icon {
  background: #d8f3ff;
}

.who-icon svg {
  stroke: oklch(62% 0.13 220);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.who-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  color: oklch(22% 0.06 250);
}

.who-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
  max-width: 200px;
}

/* WHY CHOOSE SECTION */

.why-choose-section {
  background: oklch(96.5% 0.018 230);
  padding: 80px 24px;
}

.why-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 50px;
}

.why-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.why-item {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 16px;
  min-height: 76px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.why-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-4px);
  border-color: #b8d6e8;
}

.why-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 12px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon svg {
  stroke: oklch(62% 0.13 220);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin: 0;
}

/* SPECIAL REQUEST SECTION */

.special-request-section {
  background: #fff;
  padding: 80px 24px;
}

.special-request-box {
  background: oklch(22% 0.06 250);
  border-radius: 17px;
  padding: 58px 24px;
}

.special-request-box h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: #fff;
  margin-bottom: 14px;
}

.special-request-box p {
  max-width: 460px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.special-request-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #fff;
  color: oklch(22% 0.06 250);
  font-size: 13px;
  font-weight: 600;
  border-radius: 11px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.special-request-btn:hover {
  background: #f5fbff;
  color: oklch(22% 0.06 250);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

/* FAQ HERO SEARCH */

.faq-hero-section {
  background: #eaf8ff;
  padding: 140px 24px 0 24px;
  text-align: center;
  margin-bottom: 85px;
}

.faq-hero-section .main-how-work span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #2f62d5;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 28px;
  line-height: 1;
}

.faq-hero-section .hero-title {
  font-size: 64px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 28px;
  color: oklch(22% 0.06 250);
}

.faq-hero-section .hero-text {
  max-width: 900px;
  margin: 0 auto 75px;
  color: oklch(50% 0.02 250);
  font-size: 24px;
  line-height: 1.6;
}

.faq-search-box {
  max-width: 620px;
  height: 54px;

  margin: 0 auto;
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  gap: 5px;
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.1);
  transform: translateY(34px);
}

.faq-search-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(50% 0.02 250);
}
.process-hero-faq {
  padding-bottom: 34px;
}
.process-hero-faq .hero-text {
  margin: 0 auto 12px;
}
.faq-search-icon svg {
  color: oklch(50% 0.02 250);
}

.faq-search-input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: oklch(22% 0.06 250);
}

.faq-search-input::placeholder {
  color: oklch(50% 0.02 250);
}

/* FAQ CATEGORIES SECTION */

.faq-categories-section {
  background: #fff;
  padding: 70px 24px 90px 24px;
}

.faq-categories-section .container-fluid {
  max-width: 1450px;
  margin: 0 auto;
}

.faq-category-row {
  margin-bottom: 48px;
  align-items: flex-start;
}

.faq-category-row:last-child {
  margin-bottom: 0;
}

.faq-category-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: oklch(22% 0.06 250);
  margin: 0;
  letter-spacing: -0.6px;
}

.faq-category-questions {
  max-width: 900px;
}

.faq-category-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 150px;
}

.faq-question-item {
  border: 1px solid oklch(92% 0.012 240) !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.faq-question-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.1);
  transform: translateY(-2px);
  border-color: #b8d6e8 !important;
}

.faq-question-item .accordion-button {
  background: #fff;
  color: oklch(22% 0.06 250);
  font-size: 16px;
  font-weight: 600;
  padding: 20px 32px;
  box-shadow: none;
  border-color: oklch(92% 0.012 240);
  border-radius: 18px !important;
}

.faq-question-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.faq-question-item .accordion-button:not(.collapsed) {
  background: #fff;
  color: oklch(22% 0.06 250);
  box-shadow: none;
}

.faq-question-item .accordion-button::after {
  width: 18px;
  height: 18px;
  background-size: 18px;
  opacity: 0.75;
}

.faq-question-item .accordion-body {
  padding: 0 32px 26px 32px;
  font-size: 16px;
  line-height: 1.6;
  color: oklch(50% 0.02 250);
}
.faq-category-questions {
  margin-top: 30px;
}

/* STILL NEED HELP SECTION */

.help-support-section {
  background: oklch(96.5% 0.018 230);
  padding: 80px 24px;
}

.help-support-section .container-fluid,
.help-features-section .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.help-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.84px;
  color: oklch(22% 0.06 250);
  margin-bottom: 14px;
}

.help-heading p {
  font-size: 16px;
  line-height: 1.6;
  color: oklch(50% 0.02 250);
  margin: 0 0 48px 0;
}

.help-card-row {
  max-width: 870px;
  margin: 0 auto;
}

.help-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 22px;
  min-height: 245px;
  padding: 42px 34px 36px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.help-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.help-icon {
  margin: 0 auto 18px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(62% 0.13 220);
}

.help-icon svg {
  stroke: oklch(62% 0.13 220);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 12px;
}

.help-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0 0 26px 0;
}

.help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.help-btn-outline {
  background: #fff;
  color: oklch(22% 0.06 250);
  border: 1px solid oklch(92% 0.012 240);
}

.help-btn-outline:hover {
  background: #f5fbff;
  color: oklch(22% 0.06 250);
  border-color: #b8d6e8;
  transform: translateY(-3px);
}

.help-btn-fill {
  background: oklch(62% 0.13 220);
  color: #fff;
  border: 1px solid oklch(62% 0.13 220);
  box-shadow: 0 6px 16px rgba(0, 43, 83, 0.16);
}

.help-btn-fill:hover {
  background: #008fb1;
  border-color: #008fb1;
  color: #fff;
  transform: translateY(-3px);
}

/* HELP FEATURES SECTION */

.help-features-section {
  background: #fff;
  padding: 65px 24px;
  border-bottom: 4px solid oklch(62% 0.13 220);
}

.help-feature-item {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.help-feature-item:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-4px);
  border-color: #b8d6e8;
}

.help-feature-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(62% 0.13 220);
}

.help-feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.help-feature-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin: 0;
}

/* PICKUP DELIVERY HERO SECTION */

.pickup-delivery-hero {
  background: oklch(96.5% 0.018 230);
  padding: 145px 24px 80px 24px;
}

.pickup-hero-content span {
  font-size: 12px;
  font-weight: 600;
  color: oklch(62% 0.13 220);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
  display: inline-block;
}

.pickup-hero-content h1 {
  max-width: 660px;
  font-size: 60px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin-bottom: 28px;
  color: oklch(22% 0.06 250);
}

.pickup-hero-content p {
  max-width: 560px;
  color: oklch(50% 0.02 250);
  font-size: 18px;
  line-height: 1.45;
  margin: 0 0 38px 0;
}

.pickup-hero-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.pickup-main-btn,
.pickup-outline-btn {
  padding: 12px 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pickup-main-btn {
  background: oklch(62% 0.13 220);
  color: #fff;
  border: 1px solid oklch(62% 0.13 220);
  box-shadow: 0 4px 8px rgba(0, 72, 110, 0.12);
}

.pickup-main-btn:hover {
  background: #008fb1;
  border-color: #008fb1;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.16);
}

.pickup-outline-btn {
  background: #fff;
  color: oklch(22% 0.06 250);
  border: 1px solid oklch(92% 0.012 240);
  box-shadow: 0 2px 8px rgba(0, 72, 110, 0.08);
}

.pickup-outline-btn:hover {
  background: oklch(96.5% 0.018 230);
  color: oklch(22% 0.06 250);
  border-color: #b8d6e8;
  transform: translateY(-3px);
}

.pickup-hero-features {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 12px;
  align-items: center;
  max-width: 540px;
}

.pickup-feature {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pickup-feature span {
  width: 9px;
  height: 9px;
  min-width: 9px;
  border-radius: 50%;
  background: #20c997;
  display: inline-block;
  margin: 0;
}

.pickup-feature p {
  font-size: 14px;
  line-height: 1.25;
  color: oklch(22% 0.06 250);
  margin: 0;
  max-width: 150px;
}

.pickup-hero-image {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.pickup-hero-image img {
  width: 550px;
  height: 415px;
  object-fit: cover;
  display: block;
  box-shadow: 0 20px 55px rgba(0, 43, 83, 0.14);
  border-radius: 22px;
}

/* HOW FREE PICKUP WORKS SECTION */

.free-pickup-works-section {
  background: #fff;
  padding: 80px 24px 80px 24px;
}

.pickup-works-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.72px;
  color: oklch(22% 0.06 250);
  margin-bottom: 55px;
}

.pickup-work-card {
  text-align: center;
  padding: 0 12px;
}

.pickup-work-icon {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px auto;
  transition: all 0.3s ease;
}

.pickup-work-card:hover .pickup-work-icon {
  background: #d8f3ff;
  transform: translateY(-4px);
}

.pickup-work-icon svg {
  stroke: oklch(62% 0.13 220);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pickup-work-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: oklch(22% 0.06 250);
}

.pickup-work-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
}

/* WHY PICKUP SERVICE SECTION */

.why-pickup-section {
  background: oklch(96.5% 0.018 230);
  padding: 80px 24px;
}

.why-pickup-content span {
  font-size: 12px;
  font-weight: 600;
  color: oklch(62% 0.13 220);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  display: inline-block;
}

.why-pickup-content h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  color: oklch(22% 0.06 250);
}

.why-pickup-content p {
  max-width: 560px;
  color: oklch(50% 0.02 250);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 26px 0;
}

.why-pickup-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-pickup-content li {
  position: relative;
  color: oklch(22% 0.06 250);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.included-item-list {
  display: flex;
}
.included-item-list svg {
  margin-right: 10px;
}
/* .why-pickup-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #20c997;
  font-size: 16px;
} */

.why-pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.why-pickup-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  min-height: 145px;
  padding: 26px 24px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.why-pickup-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-5px);
  border-color: #b8d6e8;
}

.why-pickup-icon {
  width: 41px;
  height: 41px;
  border-radius: 12px;
  background: oklch(96.5% 0.018 230);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}

.why-pickup-card:hover .why-pickup-icon {
  background: #d8f3ff;
}

.why-pickup-icon svg {
  width: 21px;
  height: 21px;
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.why-pickup-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: oklch(22% 0.06 250);
}

.why-pickup-card p {
  font-size: 14px;
  line-height: 1.45;
  color: oklch(50% 0.02 250);
  margin: 0;
}

/* RELIABLE SECTION */

.reliable-section {
  background: #fff;
  padding: 80px 24px 80px 24px;
}

.reliable-section .container-fluid,
.booking-minute-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.reliable-heading h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 45px;
  color: oklch(22% 0.06 250);
}

.reliable-card {
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  height: 170px;
  padding: 24px 28px;
  box-shadow: 0 2px 8px rgba(0, 44, 83, 0.04);
  transition: all 0.3s ease;
}

.reliable-card:hover {
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
  transform: translateY(-4px);
  border-color: #b8d6e8;
}

.reliable-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  color: oklch(62% 0.13 220);
}

.reliable-icon svg {
  stroke: oklch(62% 0.13 220);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reliable-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 10px;
}

.reliable-card p {
  font-size: 14px;
  color: oklch(50% 0.02 250);
  line-height: 1.45;
  margin: 0;
}

/* BOOKING MINUTE SECTION */

.booking-minute-section {
  background: #e8f6fd;
  padding: 80px 24px;
}

.booking-minute-content h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
  color: oklch(22% 0.06 250);
}

.booking-minute-content p {
  max-width: 500px;
  color: oklch(50% 0.02 250);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 30px 0;
}

.booking-minute-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.booking-minute-content li {
  position: relative;
  color: oklch(22% 0.06 250);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.pickup-form-card {
  max-width: 520px;
  background: #fff;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 17px;
  padding: 30px 32px;
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.12);
}

.pickup-form-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: oklch(22% 0.06 250);
  margin-bottom: 5px;
}

.pickup-form-card > p {
  font-size: 14px;
  color: oklch(50% 0.02 250);
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: oklch(22% 0.06 250);
  margin-bottom: 8px;
}

.pickup-input {
  height: 44px;
  border: 1px solid oklch(92% 0.012 240);
  border-radius: 10px;
  font-size: 14px;
  color: oklch(22% 0.06 250);
  padding: 10px 14px;
  box-shadow: none;
}

.pickup-input:focus {
  border-color: oklch(62% 0.13 220);
  box-shadow: 0 0 0 3px rgba(0, 160, 199, 0.12);
}

.input-with-icon {
  position: relative;
}

.has-left-icon {
  padding-left: 42px;
  padding-right: 44px;
}

.left-input-icon,
.right-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: oklch(50% 0.02 250);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.left-input-icon {
  left: 14px;
}

.right-input-icon {
  right: 14px;
  color: #dd4b45;
}

.left-input-icon svg,
.right-input-icon svg {
  width: 18px;
  height: 18px;
}

.pickup-submit-btn {
  width: 100%;
  min-height: 46px;
  border: none;
  border-radius: 10px;
  background: oklch(62% 0.13 220);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  box-shadow: 0 4px 8px rgba(0, 72, 110, 0.12);
  transition: all 0.3s ease;
}

.pickup-submit-btn:hover {
  background: #008fb1;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.16);
}

.form-note {
  text-align: center;
  font-size: 12px;
  color: oklch(50% 0.02 250);
  margin-top: 14px;
}
.common-questions-faq {
  background-color: white;
}

.ecwash-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.ecwash-logo-icon {
  width: 40px;
  height: 40px;

  border-radius: 12px;
  background: oklch(62% 0.13 220);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecwash-logo-icon svg {
  display: block;
}

.ecwash-logo-text {
  font-size: 25px;
  font-weight: 700;
  color: oklch(22% 0.06 250);
  letter-spacing: -0.4px;
  line-height: 1;
}

/* SERVICE PROMISE DARK SECTION */

.care-promise-section {
  background: oklch(22% 0.06 250);
  padding: 80px 24px;
}

.care-promise-section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.care-image-wrap {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  border-radius: 17px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.22);
}

.care-image-wrap img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  display: block;
}

.care-floating-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 14px 18px;
  min-width: 140px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.care-floating-badge span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: oklch(50% 0.02 250);
  margin-bottom: 3px;
}

.care-floating-badge strong {
  font-size: 24px;
  font-weight: 700;
  color: oklch(22% 0.06 250);
  line-height: 1;
}

.care-floating-badge small {
  font-size: 14px;
  font-weight: 700;
  color: #20c997;
  margin-left: 5px;
}

.care-content {
  max-width: 560px;
  margin-left: auto;
}

.care-eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: oklch(62% 0.13 220);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  display: inline-block;
}

.care-content h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 22px;
  color: #fff;
}

.care-main-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px 0;
}

.care-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.care-point {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.care-point-icon {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 2px;
  color: oklch(62% 0.13 220);
  display: flex;
  align-items: center;
  justify-content: center;
}

.care-point-icon svg {
  width: 20px;
  height: 20px;
  stroke: oklch(62% 0.13 220);
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-point p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.care-point strong {
  color: #fff;
  font-weight: 700;
}

.care-quote {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  font-style: italic;
  line-height: 1.5;
  margin: 28px 0 25px 0;
}

.care-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: oklch(62% 0.13 220);
  color: #fff;
  border: 1px solid oklch(62% 0.13 220);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 72, 110, 0.12);
  transition: all 0.3s ease;
}

.care-btn:hover {
  background: #008fb1;
  border-color: #008fb1;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* FOOTER SECTION */

.ecwash-footer {
  background: oklch(22% 0.06 250);
  padding: 70px 24px 0 24px;
  color: #fff;
}

.ecwash-footer .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 24px;
}

.footer-logo-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: oklch(62% 0.13 220);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-icon svg {
  width: 25px;
  height: 25px;
  display: block;
}

.footer-logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.4px;
  line-height: 1;
}

.footer-brand p {
  max-width: 320px;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 28px 0;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: oklch(62% 0.13 220);
  color: #fff;
  transform: translateY(-3px);
}

.footer-widget h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget li {
  margin-bottom: 8px;
}

.footer-widget li:last-child {
  margin-bottom: 0;
}

.footer-widget a {
  font-size: 14px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-widget a:hover {
  color: oklch(62% 0.13 220);
  padding-left: 4px;
}

.footer-bottom {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.52);
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-bottom-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
  color: oklch(62% 0.13 220);
}

/* HEADER */

.new-header-nav {
  background: #fff;
  border-top: 1px solid oklch(92% 0.012 240);
  border-bottom: 1px solid oklch(92% 0.012 240);
}

.main-header {
  display: flex;
  align-items: center;
  position: relative;
}

.ecwash-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  z-index: 5;
}

.ecwash-logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: oklch(62% 0.13 220);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecwash-logo-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.ecwash-logo-text {
  font-size: 18px;
  font-weight: 700;
  color: oklch(22% 0.06 250);
  letter-spacing: -0.4px;
  line-height: 1;
}

.header-collapse {
  justify-content: center;
}

.head-nav-text {
  align-items: center;
}
/* 
.head-nav-text .nav-link {
  color: oklch(45% .03 250);
  font-size: 18px;
  font-weight: 600;
  padding: 0 !important;
  transition: all 0.3s ease;
} */

.head-nav-text .nav-link:hover,
.head-nav-text .nav-link.active {
  color: oklch(62% 0.13 220);
}

.get-free-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.header-toggler {
  border: none;
  box-shadow: none !important;
  padding: 0;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 6;
}

.header-toggler:focus {
  box-shadow: none;
}

.header-close-icon {
  display: none;
  color: oklch(22% 0.06 250);
}

.header-toggler[aria-expanded="true"] .navbar-toggler-icon {
  display: none;
}

.header-toggler[aria-expanded="true"] .header-close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-container-all {
  max-width: 1152px;
}



/* LAUNDRY RATE CALCULATOR SECTION */

.laundry-rate-section {
  padding: 80px 24px;
}

.laundry-rate-section .container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}

.laundry-rate-heading h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.96px;
  color: oklch(22% .06 250);
  margin-bottom: 18px;
}

.laundry-rate-heading p {
  font-size: 16px;
  color: oklch(50% .02 250);
  line-height: 1.6;
  margin-bottom: 60px;
}

.laundry-calculator-card,
.laundry-pricing-card {
  background: #fff;
  border: 1px solid oklch(92% .012 240);
  border-radius: 17px;
  padding: 38px 34px;
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.08);
}

.laundry-calculator-card {
  margin-bottom: 52px;
}

.laundry-calculator-card h3,
.laundry-pricing-card h3 {
  font-size: 30px;
  font-weight: 600;
  color: oklch(22% .06 250);
  margin-bottom: 35px;
}

.rate-form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: oklch(22% .06 250);
  margin-bottom: 12px;
}

.rate-input {
  height: 56px;
  border: 1px solid oklch(92% .012 240);
  border-radius: 9px;
  font-size: 18px;
  color: oklch(22% .06 250);
  padding: 12px 16px;
  box-shadow: none;
}

.rate-input:focus {
  border-color: oklch(62% .13 220);
  box-shadow: 0 0 0 3px rgba(0, 160, 199, 0.12);
}

.calculate-rate-btn {
  width: 100%;
  min-height: 56px;
  border: none;
  border-radius: 9px;
  background: oklch(62% .13 220);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 72, 110, 0.12);
  transition: all 0.3s ease;
}

.calculate-rate-btn:hover {
  background: #008fb1;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.16);
}

.rate-result-box {
  display: none;
  margin-top: 34px;
  background: #eaf8ff;
  border: 1px solid oklch(92% .012 240);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
}

.rate-result-box.show {
  display: block;
}

.rate-result-box span {
  display: block;
  font-size: 15px;
  color: oklch(50% .02 250);
  margin-bottom: 8px;
}

.rate-result-box strong {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: oklch(62% .13 220);
  line-height: 1;
  margin-bottom: 8px;
}

.rate-result-box p {
  font-size: 14px;
  color: oklch(50% .02 250);
  margin: 0;
}

.price-info-box {
  background: #f2f2f2;
  border-radius: 10px;
  min-height: 135px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.price-info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 43, 83, 0.10);
}

.price-info-box p {
  font-size: 18px;
  color: oklch(50% .02 250);
  margin-bottom: 10px;
}

.price-info-box h4 {
  font-size: 34px;
  font-weight: 700;
  color: oklch(62% .13 220);
  margin: 0;
}

.pricing-note {
  margin-top: 30px;
  font-size: 16px;
  color: oklch(50% .02 250);
}



/* RESPONSIVE */

@media (max-width: 1200px) {
  .price-card {
    height: 95%;
  }
  .empty-div {
    width: 100%;
  }
  .head-nav-text a {
    padding: 10px 15px !important;
  }
  .text-box-right {
    width: 55%;
  }
  .work-box {
    padding: 0px 0px;
  }
  .work-item {
    min-width: 200px;
  }
  .work-box-first {
    padding: 20px 20px;
  }
  .pricing-section .container {
    width: 100%;
  }
}
@media (max-width: 992px) {

    .laundry-rate-section {
    padding: 70px 24px;
  }

  .laundry-rate-heading h2 {
    font-size: 38px;
  }

  .laundry-rate-heading p {
    font-size: 18px;
    margin-bottom: 45px;
  }

  .laundry-calculator-card h3,
  .laundry-pricing-card h3 {
    font-size: 26px;
  }
  .navbar-toggler {
    margin-bottom: 15px;
  }
  .ecwash-logo {
    margin-bottom: 15px;
  }
  .new-header-nav {
    padding: 17px 0 0;
  }

  .main-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  /* 
  .ecwash-logo {
    margin-bottom: 17px;
  } */

  .ecwash-logo-icon {
    width: 45px;
    height: 45px;
  }

  .ecwash-logo-text {
    font-size: 25px;
  }

  .header-toggler {
    margin-left: auto;
    margin-top: 0px;
  }

  .header-collapse {
    flex-basis: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid oklch(92% 0.012 240);
    padding: 28px 30px 20px;
  }

  .head-nav-text {
    gap: 0;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .head-nav-text .nav-item {
    width: 100%;
  }

  /* .head-nav-text .nav-link {
    font-size: 20px;
    font-weight: 500;
    color: oklch(22% 0.06 250);
    padding: 12px 0 !important;
  } */

  .get-free-btn {
    position: static;
    transform: none;
    width: 100%;
    padding: 0px 20px;
  }

  .header-btn {
    width: 100%;
  }
  .ecwash-footer {
    padding: 60px 24px 0 24px;
  }

  .footer-brand p {
    font-size: 16px;
  }

  .footer-widget h3 {
    font-size: 16px;
  }

  .footer-widget a {
    font-size: 16px;
  }

  .footer-bottom {
    margin-top: 60px;
  }
  .care-promise-section {
    padding: 70px 24px;
  }

  .care-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .care-content h2 {
    font-size: 32px;
  }

  .care-main-text {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .care-points {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
  }

  .care-image-wrap img {
    height: 460px;
  }

  .reliable-section {
    padding: 60px 24px 70px 24px;
  }

  .booking-minute-section {
    padding: 70px 24px;
  }

  .reliable-heading h2,
  .booking-minute-content h2 {
    font-size: 32px;
  }

  .booking-minute-content {
    text-align: center;
  }

  .booking-minute-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .booking-minute-content ul {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
  }

  .pickup-form-card {
    margin: 0 auto;
  }
  .free-pickup-works-section {
    padding: 60px 24px 70px 24px;
  }

  .why-pickup-section {
    padding: 70px 24px;
  }

  .pickup-works-heading h2,
  .why-pickup-content h2 {
    font-size: 32px;
  }

  .why-pickup-content {
    text-align: center;
  }

  .why-pickup-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .why-pickup-content ul {
    max-width: 520px;
    margin: 0 auto;
    text-align: left;
  }

  .pickup-hero-content h1 {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
  }
  /* 
  .pickup-hero-content p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  } */

  .pickup-hero-features {
    justify-content: center;
    gap: 22px 35px;
  }

  .pickup-feature p {
    text-align: left;
    font-size: 16px;
  }

  .pickup-hero-image img {
    height: 420px;
  }
  .help-support-section {
    padding: 75px 24px 85px 24px;
  }

  .help-heading h2 {
    font-size: 34px;
  }

  .help-heading p {
    font-size: 17px;
    margin-bottom: 38px;
  }

  .help-card {
    min-height: 230px;
    padding: 36px 26px 32px;
  }

  .help-card h3 {
    font-size: 20px;
  }

  .help-features-section {
    padding: 55px 24px;
  }

  .help-feature-item h3 {
    font-size: 16px;
  }
  .faq-categories-section {
    padding: 60px 24px 80px 24px;
  }

  .faq-category-row {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 42px;
  }

  .faq-category-title h3 {
    font-size: 26px;
  }

  .faq-category-questions {
    max-width: 100%;
  }

  .faq-question-item .accordion-button {
    font-size: 18px;
    padding: 22px 26px;
    min-height: 66px;
  }
  .faq-hero-section {
    padding: 100px 24px 0 24px;
    margin-bottom: 75px;
  }

  .faq-hero-section .hero-title {
    font-size: 44px;
  }

  .faq-hero-section .hero-text {
    font-size: 20px;
    margin-bottom: 55px;
  }

  .faq-search-box {
    max-width: 720px;
    height: 64px;
  }
  .icon-box-final {
    margin-bottom: 20px;
  }
  .how-work-section {
    padding: 70px 0 70px 0;
  }
  .work-box h3 {
    margin: 0px 0 20px;
  }
  .how-work-section .work-box p {
    text-align: center;
    display: block;
    margin: auto auto 30px auto;
  }
  .banner-right-img {
    display: none;
  }
  .work-flow {
    overflow-x: auto;
    display: block;
  }
  .arrow {
    display: none;
  }
  .header-logo img {
    height: 58px !important;
    padding-left: 12px;
  }
  .navbar-toggler {
    margin-right: 12px !important;
  }
  .navbar-collapse {
    background-color: white;
  }
  .main-header {
    padding: 0 0;
  }
  .navbar-nav {
    margin-top: 15px;
  }

  .main-header {
    width: 100% !important;
    max-width: 100% !important;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }

  .text-box-right {
    display: none;
  }
  .lead-text {
    font-size: 18px;
  }
  .empty-div {
    display: none;
  }
  .text-white-1 {
    text-align: center;
  }
  .banner-right-img img {
    width: 100%;
    height: auto;
  }
  .list-itm-all {
    margin-bottom: 40px;
  }
  .ec-wash-heading br {
    display: none;
  }
  .pricing-section .container {
    width: 100%;
  }
  .hero-image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .small {
    margin-top: 40px;
  }
  .custom-faq-accordion {
    width: 100%;
  }
  /* 
  .process-hero {
    padding: 70px 0 130px;
  } */

  .hero-title {
    font-size: 36px;
  }

  .steps-strip {
    margin-top: -55px;
    padding-bottom: 55px;
  }

  .step-col:not(:last-child)::after {
    display: none;
  }

  .step-card {
    min-height: 165px;
  }

  .section-title {
    font-size: 30px;
  }
  .behind-scenes-section {
    padding: 60px 24px 70px 24px;
  }
  /* 
  .behind-content {
    text-align: center;
  } */

  .behind-content p {
    margin: 0 auto;
  }

  .behind-content h2,
  .promise-title {
    font-size: 32px;
  }

  .process-item {
    padding: 22px 24px;
  }

  .service-promise-section {
    padding: 70px 24px;
  }
  .customer-journey-section {
    padding: 70px 24px;
  }

  .common-questions-section {
    padding: 70px 24px;
  }

  .journey-heading h2,
  .questions-title {
    font-size: 32px;
  }

  .journey-heading p {
    margin-bottom: 40px;
  }

  .questions-title {
    margin-bottom: 40px;
  }
  .laundry-cta-section {
    padding: 110px 24px;
  }

  .cta-content h2 {
    font-size: 42px;
  }

  .cta-content p {
    font-size: 20px;
    max-width: 700px;
    margin-bottom: 45px;
  }

  .cta-buttons {
    margin-bottom: 50px;
  }

  .cta-features {
    gap: 28px;
  }

  .cta-feature {
    font-size: 17px;
  }
  .detail-card {
    height: auto !important;
  }

  .pricing-plans-section {
    padding: 70px 24px;
  }

  .included-section {
    padding: 70px 24px;
  }

  .pricing-card {
    min-height: 390px;
  }

  .included-heading h2 {
    font-size: 32px;
  }

  .included-heading p {
    margin-bottom: 40px;
  }

  .compare-plans-section {
    padding: 70px 24px;
  }

  .custom-need-section {
    padding: 70px 24px;
  }

  .compare-heading h2,
  .custom-heading h2 {
    font-size: 32px;
  }

  .custom-heading p {
    margin-bottom: 40px;
  }

  .compare-table-wrap {
    overflow-x: auto;
  }

  .compare-table {
    min-width: 720px;
  }

  .pricing-love-section {
    padding: 90px 24px 80px 24px;
  }

  .pricing-love-heading h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  .pricing-love-card {
    min-height: 190px;
    padding: 40px 28px 34px;
  }

  .pricing-love-card h3 {
    font-size: 20px;
  }

  .pricing-love-card p {
    font-size: 16px;
  }
  .what-offer-section {
    padding: 70px 24px;
  }

  .offer-heading h2 {
    font-size: 36px;
  }

  .offer-heading p {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .offer-card {
    min-height: 215px;
    padding: 40px 34px 32px;
  }

  .offer-card h3 {
    font-size: 20px;
  }

  .offer-card p {
    font-size: 16px;
  }

  .who-for-section,
  .why-choose-section,
  .special-request-section {
    padding: 70px 24px;
  }

  .who-heading h2,
  .why-heading h2,
  .special-request-box h2 {
    font-size: 32px;
  }

  .why-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .special-request-box {
    padding: 50px 24px;
  }
  .faq-category-accordion {
    margin-left: 0px;
  }
  .main-header {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pickup-hero-image {
    display: block;
  }
}

@media (max-width: 768px) {
  .pickup-delivery-hero {
    padding: 140px 24px;
  }
  .how-work-section .work-box p {
    text-align: center;
    max-width: 100%;
  }
  .main-header {
    width: 100% !important;
    max-width: 100% !important;
  }
  .btn-main-ec {
    width: 100%;
    text-align: center;
    padding: 16px 15px;
  }
  .btn-main-right {
    margin-top: 15px;
  }
  .main-heading {
    font-size: 32px;
  }
  .lead-text-all {
    font-size: 16px;
  }
  .lead-text-all br {
    display: none;
  }
  .ec-wash-heading {
    font-size: 48px;
  }
  .hero {
    padding: 100px 0 70px 0;
  }
  .how-work-section {
    background: #ffffff;
    padding: 0px 0 40px;
  }
  .section-pad {
    padding: 70px 0;
  }
  .hero-section {
    padding: 70px 0;
  }
  .hero-section h1 {
    font-size: 40px;
  }
  .cta-banner-section {
    padding: 70px 0;
  }

  .footer-logo-box {
    display: flex;
  }
}
@media (max-width: 578px) {


    .laundry-rate-section {
    padding: 60px 16px;
  }

  .laundry-rate-heading h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
  }

  .laundry-rate-heading p {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .laundry-calculator-card,
  .laundry-pricing-card {
    padding: 28px 20px;
    border-radius: 15px;
  }

  .laundry-calculator-card h3,
  .laundry-pricing-card h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .rate-form-group label {
    font-size: 14px;
  }

  .rate-input {
    height: 50px;
    font-size: 15px;
  }

  .calculate-rate-btn {
    min-height: 50px;
    font-size: 16px;
  }

  .rate-result-box strong {
    font-size: 34px;
  }

  .price-info-box {
    min-height: 115px;
    padding: 24px 18px;
  }

  .price-info-box p {
    font-size: 15px;
  }

  .price-info-box h4 {
    font-size: 28px;
  }

  .pricing-note {
    font-size: 14px;
  }
  .new-header-nav {
    padding-top: 15px;
  }

  .main-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .ecwash-logo-icon {
    width: 45px;
    height: 45px;
    border-radius: 12px;
  }

  .ecwash-logo-text {
    font-size: 24px;
  }

  .header-collapse {
    padding: 0px 30px 20px;
    margin-left: -30px;
    margin-right: -30px;
  }

  /* .head-nav-text .nav-link {
    font-size: 20px;
  } */
  .ecwash-footer {
    padding: 50px 16px 0 16px;
  }

  .footer-logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .footer-logo-icon svg {
    width: 22px;
    height: 22px;
  }

  .footer-logo-text {
    font-size: 21px;
  }

  .footer-brand p {
    font-size: 14px;
  }

  .footer-socials a {
    width: 36px;
    height: 36px;
  }

  .footer-widget h3 {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .footer-widget a {
    font-size: 14px;
  }

  .footer-bottom {
    margin-top: 45px;
    padding: 24px 0;
  }

  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-bottom p,
  .footer-bottom-links a {
    font-size: 14px;
  }

  .footer-bottom-links {
    gap: 18px;
    flex-wrap: wrap;
  }
  .care-promise-section {
    padding: 60px 16px;
  }

  .care-image-wrap {
    border-radius: 15px;
  }

  .care-image-wrap img {
    height: 330px;
  }

  .care-floating-badge {
    right: 14px;
    bottom: 14px;
    min-width: 115px;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .care-floating-badge strong {
    font-size: 20px;
  }

  .care-content h2 {
    font-size: 28px;
  }

  .care-main-text,
  .care-point p {
    font-size: 14px;
  }

  .care-quote {
    font-size: 15px;
  }

  .care-btn {
    min-height: 42px;
    font-size: 14px;
  }

  .ecwash-logo-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .ecwash-logo-icon svg {
    width: 22px;
    height: 22px;
  }

  .ecwash-logo-text {
    font-size: 21px;
  }
  .pickup-hero-content span {
    font-size: 14px;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
  }

  .pickup-hero-content h1 {
    font-size: 34px;
    letter-spacing: -0.68px;
    margin-bottom: 20px;
  }

  .pickup-hero-content p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 30px;
  }

  .pickup-hero-buttons {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 34px;
  }

  .pickup-main-btn,
  .pickup-outline-btn {
    width: 100%;
    max-width: 280px;
    min-height: 52px;
    font-size: 15px;
    padding: 0 22px;
  }

  .pickup-hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 18px 20px;
  }

  .pickup-feature {
    justify-content: flex-start;
  }

  .pickup-feature p {
    font-size: 14px;
    max-width: 130px;
  }

  .pickup-hero-image {
    border-radius: 17px;
  }

  .pickup-hero-image img {
    height: 300px;
  }
  .help-support-section {
    padding: 60px 16px 70px 16px;
  }

  .help-heading h2 {
    font-size: 32px;
    letter-spacing: -0.56px;
  }

  .help-heading p {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .help-card {
    min-height: auto;
    padding: 32px 22px 28px;
    border-radius: 17px;
  }

  .help-icon svg {
    width: 34px;
    height: 34px;
  }

  .help-card h3 {
    font-size: 18px;
  }

  .help-card p {
    font-size: 14px;
  }

  .help-btn {
    min-height: 46px;
    padding: 0 22px;
    font-size: 14px;
  }

  .help-features-section {
    padding: 45px 16px;
  }

  .help-feature-item {
    min-height: 68px;
    justify-content: flex-start;
    padding: 20px;
  }

  .help-feature-item h3 {
    font-size: 15px;
  }
  .faq-categories-section {
    padding: 50px 16px 70px 16px;
  }

  .faq-category-row {
    gap: 16px;
    margin-bottom: 36px;
  }

  .faq-category-title h3 {
    font-size: 22px;
  }

  .faq-question-item {
    border-radius: 15px !important;
  }

  .faq-question-item .accordion-button {
    font-size: 15px;
    padding: 18px 20px;
    min-height: 58px;
    border-radius: 15px !important;
  }

  .faq-question-item .accordion-body {
    font-size: 13px;
    padding: 0 20px 18px 20px;
  }

  .faq-question-item .accordion-button::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .faq-hero-section {
    padding: 75px 16px 0 16px;
    margin-bottom: 65px;
  }

  .faq-hero-section .main-how-work span {
    font-size: 12px;
    margin-bottom: 22px;
  }

  .faq-hero-section .hero-title {
    font-size: 34px;
    letter-spacing: -0.7px;
    margin-bottom: 18px;
  }

  .faq-hero-section .hero-text {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 40px;
  }

  .faq-search-box {
    height: 58px;
    border-radius: 14px;
    padding: 0 18px;
    gap: 12px;
    transform: translateY(29px);
  }

  .faq-search-input {
    font-size: 15px;
  }

  .faq-search-icon svg {
    width: 19px;
    height: 19px;
  }
  .hero-cover svg {
    height: 110px;
  }

  .header-logo img {
    height: 50px !important;
  }
  .navbar-toggler {
    margin-right: 12px !important;
  }
  .ec-wash-heading {
    font-size: 36px;
    line-height: 42px;
  }
  .list-itm-all {
    flex-direction: column;
    gap: 10px;
  }
  .hero {
    padding: 100px 0 50px 0;
  }
  .how-work-section {
    padding: 0px 0 0px;
  }
  .section-pad {
    padding: 50px 0;
  }
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-section h1 br {
    display: none;
  }
  .cta-banner-section {
    padding: 50px 0;
    background: #1baac8;
    color: #fff;
  }

  /* .process-hero {
    padding: 50px 18px 100px;
  } */

  .hero-title {
    font-size: 36px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  /* .btn-main,
  .btn-outline-custom {
    width: 190px;
  } */

  .steps-strip {
    margin-top: -45px;
  }

  .detail-card {
    padding: 22px 20px;
  }

  .behind-scenes-section {
    padding: 50px 16px 60px 16px;
  }

  .service-promise-section {
    padding: 60px 16px;
  }

  .behind-content h2,
  .promise-title {
    font-size: 30px;
  }

  .behind-content p {
    font-size: 14px;
  }

  .process-item {
    padding: 20px;
    gap: 15px;
    align-items: flex-start;
  }

  .process-item h4 {
    font-size: 16px;
  }

  .process-item p {
    font-size: 14px;
  }

  .promise-card {
    min-height: 165px;
  }

  .promise-title {
    margin-bottom: 35px;
  }

  .customer-journey-section {
    padding: 60px 16px;
  }

  .common-questions-section {
    padding: 60px 16px;
  }

  .journey-heading h2,
  .questions-title {
    font-size: 28px;
  }

  .journey-heading p {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .journey-item {
    padding: 20px;
    gap: 15px;
    align-items: flex-start;
  }

  .journey-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 14px;
  }

  .journey-content span {
    font-size: 12px;
  }

  .journey-content p {
    font-size: 14px;
  }

  .question-item .accordion-button {
    font-size: 14px;
    padding: 18px 20px;
  }

  .question-item .accordion-body {
    font-size: 14px;
    padding: 0 20px 18px 20px;
  }

  .faq-link {
    font-size: 14px;
    margin-top: 30px;
  }

  .laundry-cta-section {
    padding: 80px 16px;
  }

  .cta-content h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }

  .cta-content p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 35px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
  }

  .cta-btn-primary,
  .cta-btn-outline {
    width: 100%;
    max-width: 280px;
    min-width: auto;
    font-size: 16px;
    padding: 15px 24px;
  }

  .cta-features {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .cta-feature {
    font-size: 15px;
    gap: 10px;
  }

  .check-mark {
    font-size: 20px;
  }
  .pricing-plans-section {
    padding: 60px 16px;
  }

  .included-section {
    padding: 60px 16px;
  }

  .pricing-card {
    padding: 30px 24px;
    min-height: auto;
  }

  .pricing-header h3 {
    font-size: 18px;
  }

  .pricing-header p {
    font-size: 14px;
  }

  .pricing-price {
    font-size: 36px;
  }

  .pricing-price .currency {
    font-size: 25px;
  }

  .pricing-features li {
    font-size: 14px;
  }

  .included-heading h2 {
    font-size: 30px;
  }

  .included-heading p {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .included-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .included-item {
    padding: 14px 18px;
    font-size: 14px;
  }

  .compare-plans-section {
    padding: 60px 16px;
  }

  .custom-need-section {
    padding: 60px 16px;
  }

  .compare-heading h2,
  .custom-heading h2 {
    font-size: 28px;
  }

  .compare-heading h2 {
    margin-bottom: 35px;
  }

  .custom-heading p {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .compare-table-wrap {
    border-radius: 14px;
  }

  .compare-table {
    min-width: 650px;
  }

  .compare-table th,
  .compare-table td {
    font-size: 12px;
    padding: 14px 16px;
  }

  .custom-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .custom-icon {
    margin-bottom: 20px;
  }

  .custom-card h3 {
    font-size: 15px;
  }

  .custom-card p {
    font-size: 13px;
  }

  .custom-team-btn {
    margin-top: 30px;
  }

  .pricing-love-section {
    padding: 70px 16px 60px 16px;
    border-top: 10px solid #eaf8ff;
  }

  .pricing-love-heading h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
    margin-bottom: 35px;
  }

  .pricing-love-card {
    min-height: 175px;
    padding: 34px 22px 30px;
    border-radius: 17px;
  }

  .pricing-love-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 22px;
  }

  .pricing-love-icon svg {
    width: 24px;
    height: 24px;
  }

  .pricing-love-card h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .pricing-love-card p {
    font-size: 14px;
  }

  .what-offer-section {
    padding: 60px 16px;
  }

  .offer-heading h2 {
    font-size: 30px;
    letter-spacing: -0.6px;
  }

  .offer-heading p {
    font-size: 15px;
    margin-bottom: 35px;
  }

  .offer-card {
    min-height: auto;
    padding: 32px 24px 28px;
    border-radius: 17px;
  }

  .offer-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    margin-bottom: 22px;
  }

  .offer-icon svg {
    width: 24px;
    height: 24px;
  }

  .offer-card h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .offer-card p {
    font-size: 14px;
  }

  .who-for-section,
  .why-choose-section,
  .special-request-section {
    padding: 60px 16px;
  }

  .who-heading h2,
  .why-heading h2,
  .special-request-box h2 {
    font-size: 28px;
  }

  .who-heading h2,
  .why-heading h2 {
    margin-bottom: 35px;
  }

  .who-card {
    min-height: 165px;
  }

  .why-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .why-item {
    padding: 20px;
    min-height: 70px;
  }

  .why-item h3 {
    font-size: 15px;
  }

  .special-request-box {
    padding: 42px 20px;
  }

  .special-request-box p {
    font-size: 14px;
  }

  .special-request-btn {
    min-height: 42px;
    font-size: 12px;
  }

  .free-pickup-works-section {
    padding: 50px 16px 60px 16px;
  }

  .why-pickup-section {
    padding: 60px 16px;
  }

  .pickup-works-heading h2,
  .why-pickup-content h2 {
    font-size: 28px;
  }

  .pickup-works-heading h2 {
    margin-bottom: 35px;
  }

  .pickup-work-card {
    padding: 12px 0;
  }

  .why-pickup-content p {
    font-size: 14px;
  }

  .why-pickup-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-pickup-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .why-pickup-content li {
    font-size: 14px;
  }

  .reliable-section {
    padding: 50px 16px 60px 16px;
  }

  .booking-minute-section {
    padding: 60px 16px;
  }

  .reliable-heading h2,
  .booking-minute-content h2 {
    font-size: 28px;
  }

  .reliable-heading h2 {
    margin-bottom: 35px;
  }

  .reliable-card {
    min-height: auto;
    padding: 22px 20px;
  }

  .booking-minute-content p {
    font-size: 14px;
  }

  .booking-minute-content li {
    font-size: 13px;
  }

  .pickup-form-card {
    padding: 26px 20px;
    border-radius: 15px;
  }

  .pickup-form-card h3 {
    font-size: 18px;
  }

  .pickup-input {
    font-size: 13px;
  }
  
}
