:root {
  --primary: #0066FF;
  --primary-dark: #0047B3;
  --accent: #00BBD4;
  --accent-color: #667eea;
  --accent-color-rgb: 102, 126, 234;
  --bg-section: #F8FAFC;
  --section-bg: #FFFFFF;
  --text-muted: #64748B;
  --dark: #0F172A;
  --radius-lg: 20px;
  --shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.08);
  --shadow-md: 0 12px 35px rgba(15, 23, 42, 0.12);
  --shadow-light: 0 6px 16px rgba(15, 23, 42, 0.06);
  --shadow-medium: 0 10px 30px rgba(15, 23, 42, 0.10);
  --transition: all 0.3s ease;
  --gradient-soft: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);

  /* Process colors */
  --dc-muted: #64748b;
  --dc-strong: #0f172a;
  --dc-orange: #fb923c;
  --dc-pink: #f472b6;
  --dc-purple: #a855f7;
  --dc-violet: #6366f1;
  --dc-sky: #38bdf8;
  --dc-teal: #14b8a6;
  --dc-emerald: #22c55e;
  --dc-lime: #84cc16;
}
body {
    font-family: 'DM Sans', 'Roboto', sans-serif;
}
h1, h2, h3 {
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-weight: 700;
}
img, video {
  max-width: 100%;
  height: auto;
}
.top-banner {
  background-color: #F4F4F4;
  color: #303030;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  position: relative;
}
.top-banner .top-offer-text strong {
  color: #000;
}
.top-contact-info span {
  margin-left: 15px;
}
.navbar {
  background-color: #fff;
}
.navbar-brand img {
  width: 170px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .2s cubic-bezier(.68,.01,.58,.75);
  max-width: unset;
  position: relative;
}
#navbar-mainMenu .nav-item {
  padding: 15px 10px;
}
.navbar-nav .nav-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  text-transform: none;
  font-style: normal;
  font-size: 16px;
  color: #223051;
  margin-right: 15px;
}
.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 5px;
  transition: all 0.3s ease;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #223051;
  transition: width 0.3s ease;
  transform: scale3d(1,1,1);
  transform-origin: 0% 50%;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}
.download-app-btn {
  background: #004BB3;
  border: none;
  border-radius: 6px 6px 6px 6px;
  transition: all .2s cubic-bezier(.68,.01,.58,.75);
  padding: clamp(14px,.8em,18px) clamp(18px,1.8em,36px);
  align-self: center;
  font-family: "DM Sans",Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: None;
  line-height: 1em;
  letter-spacing: 0em;
  color: #FFF;
  border-style: none;
}
.download-app-btn:hover {
  background-color: #002D59;
}
/*==============HOME BANNER=================*/
.home-banner-section {
  position: relative;
}
.carousel-item {
  position: relative;
}
.carousel-item > picture img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.img-banner-inside img {
  object-fit: contain;
  max-height: 450px;
}
.carousel-caption-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  align-items: center;
  z-index: 2;
  display: flex;
}
.carousel-caption-overlay .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.carousel-caption-overlay h1, .carousel-caption-overlay h2 {
  font-family: 'Roboto';
  color: #ffffff;
  font-size: 350%;
  text-shadow: none;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
}
.carousel-caption-overlay .banner-text-second {
  background: RGBA(255,255,255,0);
  opacity: 1;
  padding: 20px 0px 10px 0px;
  box-shadow: none;
  border: 0px solid RGBA(0,0,0,1);
  border-radius: 0px;
  font-family: 'Roboto';
  color: RGBA(255,255,255,0.69);
  font-size: 206.25%;
  text-shadow: none;
  line-height: 1.3;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 700;
}
.carousel-caption-overlay p {
  font-family: 'Roboto';
  color: RGBA(255,255,255,0.69);
  font-size: 112.5%;
  text-shadow: none;
  line-height: 1.6;
  font-style: normal;
  text-decoration: none;
  text-align: inherit;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
}
.carousel-caption-overlay .btn {
  background-color: #0066ff;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 50rem;
}
.carousel-indicators [data-bs-target] {
  width: 3px;
  height: 3px;
  background: transparent;
  opacity: 1;
  padding: 5px;
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 50px;
  margin: 4px;
}
.carousel-indicators .active {
  background: rgba(255,255,255,0.8);
  border: 2px solid rgba(255,255,255,0.8);
}

/* === Split Business/Home Section on Carousel Slide === */
/* .half-business, .half-home {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}


.half-business::before, .half-home::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  z-index: 1;
}
.half-business::before {
  background: #162d45;
}

.half-laundry-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
}

.half-laundry-content h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.half-laundry-content p {
  font-size: 18px;
  margin: 6px 0;
}

.carousel-caption-overlay .business-btn-green {
  background-color: #20c997;
  color: #fff;
  margin-top: 15px;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 5px;
}

.carousel-caption-overlay .home-btn-blue {
  background-color: #0d6efd;
  color: #fff;
  margin-top: 15px;
  border: none;
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 5px;
} */


/*===================Feature=============================*/
.features {
  padding: 40px 0;
  background-color: #f3f3f3;
}

.feature-item {
  text-align: center;
  padding: 20px;
}

.feature-item img {
  margin-bottom: 20px;
  width: 80px;
}
.feature-item h2 {
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
  font-size: 19px;
  line-height: 1.175;
}
.feature-item p {
  margin: 0;
}

/*============Process===============*/
.process-section {
  padding: 50px 0px 50px 0px;
}
.process-section-heading {
  text-align: center;
  margin-bottom: 20px;
}
.process-section-heading h2 {
  color: #4885FF;
  font-size: 48px;
}
.laundry-process-video {
  height: 100%;
  width: 100%;
  display: flex;
  border: none;
}
.process-video.video-wrapper {
  text-align: center;
  padding: 15px;
}
.process-heading-title {
  font-weight: 700;
  font-family: "Open Sans", Sans-serif;
  font-size: 19px;
  line-height: 1.175;
}


/*=============How work==================*/
.how-we-work-section {
  background-image: url("../images/laundry-bag-bg.webp");
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.work-background-overlay {
  background-color: #0591F9;
  opacity: 0.93;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.work-head-title {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
}

.work-iten-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 30px 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.work-iten-wrap img {
  max-width: 100px;
  height: auto;
}

.item-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #233253;
  padding: 15px;
}

.readmore-button {
  color: #000;
  border-radius: 6px 6px 6px 6px;
  padding: 22px 40px 22px 40px;
  font-size: 14px;
  letter-spacing: 1.4px;
  fill: #070707;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

.readmore-button:hover {
  background-color: #002D59;
  color: #fff;
}

/*=============Testimonial==================*/
  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-head-title {
    color: #1447C7;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
  }
#testimonialSlider {
    height: 100% !important;
}
  .client-testimonial-card {
    background:  #EEEEEE;
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
  }

.client-testimonial-card  .testimonial-star i {
    color: #f6b100;
    font-size: 16px;
  }

  .client-testimonial-text {
    font-style: italic;
    font-size: 1rem;
    margin: 15px 0;
    line-height: 1.5;
    color: #000;
    padding: 0px 15px;
    font-weight: 300;
  }
  .reviewer-name {
    margin-top: 20px;
  }

 .client-testimonial-card  .client-name {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 4px;
    color: #1447C7;
  }

  .client-from {
    color: #333;
    font-size: 0.9rem;
  }


/*===================================*/
#laundry-download {
  background-color: #0036AD;
  padding: 60px 0px 0px 0px;
  color: white;
}

.download-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

.laundry-column-first {
  flex: 1 1 45%;
  padding-right: 30px;
}

.download-heading {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.download-subtext {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.download-buttons a {
  display: inline-block;
  margin-right: 15px;
}

.download-buttons img {
  height: 50px;
  transition: transform 0.3s ease;
}

.download-buttons img:hover {
  transform: scale(1.1);
}

.laundry-column-second {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.laundry-appImage-wrap {
  position: relative;
  background-image: url('../images/app-image-bg.webp');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0px -48px 0px;
  background-position: center right;
}

.laundryApp-image-contain {
  text-align: right;
  width: 100%;
}
.laundry-phone-img {
  max-width: 100%;
  width: 400px;
  height: auto;
  z-index: 1;
  position: relative;
}


/*=============Footer===============*/
.footer-section {
  position: relative;
  background-color: #00102A;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 0px 80px 0px;
}
.footer-column {
  padding: 10px;
}
.footer-logo-container img {
  width: 172px;
}
.footer-logo-image {
  margin-bottom: 16px;
}
.footer-short-text .footer-text-container p {
  color: #FFFFFF82;
  font-size: 16px;
  line-height: 1.75;
}
.footer-heading-title {
  color: #0084FF;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}
.footer-item-list ul {
  padding: 0;
  margin: 0;
}
.footer-item-list ul li {
  list-style: none;
  margin-bottom: 20px;
}
.footer-item-list ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #808489;
  transition: color 0.3s;
}
.footer-item-list ul li a:hover {
  color: #197CDF;
}
.social-icon {
  background-color: #02010100;
  padding: 0.5em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #7F7F7F33;
  border-radius: 10%;
  text-decoration: none;

}
.social-icon {
  font-size: 18px;
  line-height: 18px;
  color: #457FFF;
  padding: 0.6rem;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  display: inline-flex;
}
.social-icon:hover {
  background-color: #197CDF;
  border-color: #197CDF;
}
.footer-social-media {
  margin-bottom: 20px;
}
.footer-contact-info-container ul {
  padding: 0;
  margin: 0;
}
.footer-contact-info-container ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-contact-info-container ul li a {
  text-decoration: none;
  color: #fff;
}
.elementor-address-icon-list-item {
  color: #fff;
  text-transform: uppercase;
}
.copyright-section {
  padding: 20px 20px;
}
.copyright-text p {
  margin: 0;
  text-align: center;
  color: #333;
}
/*======sticky icons======*/
.sticky-iconss {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
}
.whatsappicon a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
}

.whatsappicon img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}

.whatsapp-text {
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  display: flex;
  align-items: center;
  background-color: #FFF;
  color: #000;
  padding: 10px 15px;
  border-radius: 30px;
}

/*-----------before after------------*/
.batlbn-before-bg.section-padding {
  padding: 50px 0px 50px 0px;
  background-color: #ECF7FF;
}
.batlbn-section-heading {
  text-align: center;
}
.batlbn-section-heading h2 {
  color: #233253;
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
}
.before-after-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  aspect-ratio: 16 / 9;
  background-color: #eee;
}
.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.after-image-wrapper,
.before-image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
}
.slider-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  border-left: 2px solid #000;
  cursor: ew-resize;
  z-index: 10;
}
.slider-handle .arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 10px;
  z-index: 11;
}
.slider-handle .arrow-circle {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.slider-handle .arrow-circle:hover {
  background: #333;
}
.before-label,
.after-label {
  font-size: 1em;
  padding: .25em .75em;
  position: relative;
  display: inline-block;
  top: 0;
  background-color: #000;
  background-color: rgba(0,0,0,.7);
  color: white;
  z-index: 10;
  white-space: nowrap;
  vertical-align: middle;
}
.before-after-container .after-label {
  float: right;
  right: 0;
}
.before-after-container .before {
  float: left;
  right: 0;
}


/*================Service Detail====================*/
.service-banner-section {
  background-color: #0071e3;
  color: white;
  padding: 60px 0;

}
.service-banner-image {
  border-left: 40px solid #004CB3;
  border-radius: 65px 0 0 65px;
  background: #004CB3;
}
.service-banner-image img {
  display: block;
  border-radius: 75px 0 0 65px;
  height: auto;
  width: calc(50vw - 40px);
}
.laundry-request-button {
  border-radius: 50rem;
}
.service-banner-section .service-banner-text h1 {
  font-size: 48px;
  line-height: 1.3;
}
.banner-section {
  background-color: #0071e3;
  color: #fff;
}
.banner-img-block {
  background: no-repeat center center;
  background-size: cover;
  min-height: 400px;
}
.request-pickup-btn {
  background: #004CB3;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50rem;
  font-size: 18px;
  font-weight: 700;
}
.request-pickup-btn:hover {
  background: aliceblue;
  color: #004CB3;
}
/*==========Why Us===========*/
.feature-box {
  position: relative;
}
.box-top-border {
  border-top: 6px solid #0047bb;
  position: absolute;
  left: 20%;
  right: 20%;
  border-radius: 6px;
}
.feature-heading {
  font-weight: 600;
  color: #0047bb;
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 10px;
}
.feature-box {
  position: relative;
}
.feature-box p {
  font-size: 18px;
}
.why-us-content {
  padding: 40px;
}
/*=================Garment Expert=======================*/
.garment-expert-section {
  background-color: #003087;
  padding: 60px;
}
.garment-expert-section h2 {
  color: #fff;
  font-size: 48px;

}
.item-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 30px;
  text-transform: uppercase;
}
.garment-short-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/*=================Garment Expert=======================*/
.Dry-Cleaning-Process-Section {
  background: rgb(239, 245, 255);
}
.timeline-wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.timeline-line {
  height: 3px;
  background-color: #0071e3;
  z-index: 1;
  top: 100px;
}

.timeline-step {
  min-width: 200px;
  z-index: 2;
  position: relative;
}

.timeline-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  background-color: #0071e3;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.timeline-caption {
  margin-top: 20px;
}


/*===========Location=============*/

.area-left-serve-part {
/*  background-image: url("../images/bg-area.jpg");
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;*/
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.areas-we-serve-section {
  overflow: hidden;
}
.laundry-areas-title {
  color: #002A6B;
  padding-bottom: 15px;
}
.areas-we-serve-section i {
  font-size: 1rem;
}
.location-item-list {
  border-radius: 50rem;
  border: 1px solid #cce4ff;
  padding: 10px 15px;
  margin-bottom: 15px;
  background: #EFF5FF;
  transition: 0.3s ease;
}
.location-item-list:hover {
  background: #d0e9ff;
}
.location-item-list span {
  font-size: 1em;
  font-weight: 500;
  color: rgb(2, 55, 58);
}
.areas-we-serve-section i::before {
  color: rgba(28, 39, 48, 0.5);
}
.short-contact-text p {
  font-size: 1.4em;
  font-weight: 400;
  font-style: italic;
  color: rgb(2, 55, 58);
  font-kerning: none;
  text-decoration: none;
}
.short-contact-text .contact-text-link {
  color: rgb(0, 152, 255);
}
.area-right-bg-section {
  position: relative;
  left: 5%;
}
.area-right-bg-section img {
  position: absolute;
  height: 100%;
  width: 250%;
  object-fit: cover;
  object-position: center;
  left: 0;
}
.loaction-area-list {
  margin-bottom: 15px;
}
/*=============================*/
.customer-testimonials-section .testimonial-card {
  transition: all 0.3s ease;
}
.customer-testimonials-section .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.customer-testimonials-section img {
  object-fit: cover;
}
.testimonial-card {
  border-radius: 12px;
  background: #004CB3;
  padding: 40px;
  text-align: left;
}
.testimonial-card .client-testimonial-text {
  color: #fff;
}
.reviewer-name h6 {
  color: #fff;
}
.testimonial-star {
  margin-bottom: 15px;
}
.testimonial-star i {
  color: #35D6BD;
}

/*===============================*/
.ready-look-best-section {
/*  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));*/
  background: #002A6B;
  position: relative;
  color: #fff;
}

.ready-look-best-section .btn {
  background-color: #0098FF;
  border: none;
  transition: background 0.3s ease;
}

.ready-look-best-section .btn:hover {
  background-color: #005bb5;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

/*==========FAQs=============*/
/* .faq-section-left-part {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;

}
.custom-faq-section {
  overflow: hidden;
  background-color: #EFF5FF;
  position: relative;
}

.faq-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0066cc;
  width: 40px;
  display: inline-block;
  margin-right: 1rem;
}

.accordion-button {
  background: none;
  box-shadow: none;
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
  gap: 1rem;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.faq-question {
  font-weight: 600;
  font-size: 1.6rem;
  color: rgb(35, 50, 83);
}

.faq-answer {
  font-size: 0.95rem;
  color: #555;
  margin-top: 0.25rem;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button::after {
  display: none !important;
}
.toggle-icon {
  transition: transform 0.3s ease;
}

.accordion-button[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

.accordion-button {
  background: none !important;
}
.accordion-header {
  margin-bottom: 0;
  background: #EFF5FF;
}
.accordion-body {
  background: #EFF5FF;
}
.faqs-right-bg {
  position: relative;
  left: 5%;
}
.faqs-right-bg img {
  position: absolute;
  height: 100%;
  width: 250%;
  object-fit: cover;
  object-position: center;
  left: 0;
} */


/*======contact page======*/
   .main-title-section {
      background: #002168;
      padding: 60px 0;
      text-align: center;
      color: white;
    }
    .main-title-section h1 {
      font-size: 48px;
      margin: 0;
    }

    .contact-page-section {
      padding: 60px 0;
    }

    .contact-page-section h2 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
      color: #333;
    }

    .contact-page-section p {
      font-size: 16px;
      margin-bottom: 10px;
    }

    .contact-info .fa {
      color: #007bff;
      margin-right: 10px;
    }

    .contact-info p {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .contact-form .form-control {
      border-radius: 0.5rem;
      padding: 12px;
      font-size: 15px;
    }

    .contact-form textarea {
      resize: none;
    }

    .contact-form .btn-primary {
      background-color: #007bff;
      border: none;
      padding: 12px 25px;
      font-weight: 500;
      border-radius: 0.5rem;
    }

    .contact-form .btn-primary:hover {
      background-color: #0056b3;
    }

    .contact-images img {
      width: 100%;
      border-radius: 0.5rem;
      margin-bottom: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    #PageContent {
      padding: 30px 0;
    }

    /* --- Page Banner Section --- */
    .page-breadcrumb-section {
      background: linear-gradient(120deg, #007bff 0%, #00bcd4 100%);
      color: #fff;
      padding: 15px 0;
      position: relative;
      overflow: hidden;
    }
    .page-breadcrumb-section::after {
      content: "";
      position: absolute;
      right: -100px;
      bottom: -80px;
      width: 250px;
      height: 250px;
      background: rgba(255,255,255,0.08);
      border-radius: 50%;
    }
    .page-breadcrumb-section .container {
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    .page-breadcrumb-section h1 {
      font-size: 32px;
      font-weight: 600;
      margin-top: 10px;
    }
    .breadcrumb {
      background: transparent;
      padding: 0;
      margin-bottom: 10px;
      font-size: 15px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
      content: "›";
      color: rgba(255,255,255,0.7);
      margin: 0 8px;
    }
    .breadcrumb a {
      color: rgba(255,255,255,0.9);
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .breadcrumb a:hover {
      color: #fff;
    }
    .breadcrumb-item.active {
      color: rgba(255,255,255,0.9);
    }


    /* --- Blog Detail Page Section --- */
    .blog-detail-page {
      padding: 80px 0;
    }
    .blog-main-image {
      margin-bottom: 30px;
      border-radius: 12px;
      overflow: hidden;
    }
    .blog-main-image img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }
    .blog-detail-content p {
      font-size: 16px;
      color: #444;
      margin-bottom: 20px;
      text-align: justify;
    }

/* --- Blog List Page Section --- */
    .blog-content-list {
      padding: 60px 0;
    }
    .blog-list-head-section-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      margin-bottom: 60px;
      position: relative;
    }

    .heading-title-wrap {
      flex: 1 1 55%;
    }

    .heading-section-title h2.heading-title {
      font-size: 18px;
      text-transform: uppercase;
      color: #007bff;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .heading-section-subtitle {
      font-size: 32px;
      font-weight: 600;
      line-height: 1.2;
      color: #222;
    }

    .tips-text-wrap {
      flex: 1 1 40%;
    }

    .short-tips-text p {
      font-size: 16px;
      color: #555;
      line-height: 1.8;
    }

    .single-blog-item img {
      width: 100%;
      object-fit: cover;
    }
    /* --- Blog Text --- */
    .blog-short-text-wrap {
      padding: 20px;
    }

    .blog-post-meta {
      font-size: 14px;
      color: #999;
      margin-bottom: 10px;
    }
    .blog-short-text-wrap a {
      text-decoration:none;
    }
    .blog-short-text-wrap h2 {
      font-size: 20px;
      font-weight: 600;
      color: #222;
      margin-bottom: 0;
      transition: color 0.3s ease;
    }

    .blog-short-text-wrap h2:hover {
      color: #007bff;
    }

/*===============About page==================*/
/* =============================
   INNER PAGE BANNER – ABOUT US
   ============================= */

.page-banner-section {
  position: relative;
  width: 100%;
  min-height: 340px;
  padding: 80px 0 70px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #020617;
}

/* Background image */
.page-banner-section .banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  filter: saturate(1.05) contrast(1.05) brightness(0.9);
  transition: transform 10s ease, filter 0.6s ease;
}

/* Slight zoom on hover (subtle premium feel) */
.page-banner-section:hover .banner-img {
  transform: scale(1.04);
}

/* Gradient overlay on top of image */
.page-banner-section .banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
background: linear-gradient( 90deg, rgb(0, 48, 135) 0%, rgba(0, 48, 135, .9) 40%, rgba(0, 212, 255, 0) 100% );
}

/* Content wrapper */
.page-banner-section .banner-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem 0;
  animation: aboutBannerFadeUp 0.8s ease-out;
}

/* Title */
.page-banner-section .banner-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

/* Optional: if you ever add a subtitle under About Us */
.page-banner-section .banner-subtitle {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: rgba(226, 232, 240, 0.85);
}

/* Optional: thin accent line under the title */
.page-banner-section .banner-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 0.85rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--primary, #0066FF),
    rgba(var(--accent-color-rgb, 102,126,234), 1)
  );
}

/* Animation */
@keyframes aboutBannerFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================
   RESPONSIVE
   ============================= */

@media (max-width: 991.98px) {
  .page-banner-section {
    min-height: 220px;
    padding: 70px 0 60px;
  }

  .page-banner-section .banner-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 575.98px) {
  .page-banner-section {
    padding: 60px 0 50px;
  }

  .page-banner-section .banner-title {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}

/* ================= INTRO SECTION ================= */
.page-details-section {
  position: relative;
  background: #f9f9f9;
  padding: 30px 0;
}
.about-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.vision-box, .mission-box {
  border-radius: 12px;
  padding: 25px;
  color: #fff;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}
.vision-box::before, .mission-box::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}
.vision-box {
  background: linear-gradient(135deg, #3851A3, #4f6ed3);
}
.mission-box {
  background: linear-gradient(135deg, #233267, #2f3f8f);
}
.vision-box .icon-wrap,
.mission-box .icon-wrap {
  /* width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 22px;
}

/* =========================
   LOGO WALL (HOTELS / HOSPITALS)
   ========================= */

/* Tune these in one place */
:root{
  --logo-tile-h: 88px;         /* tile height */
  --logo-pad-x: 18px;          /* horizontal padding inside tile */
  --logo-pad-y: 12px;          /* vertical padding inside tile */
  --logo-radius: 14px;
  --logo-gap: 14px;
  --logo-border: rgba(230,234,240,0.95);
  --logo-shadow: 0 10px 26px rgba(12,24,46,0.10);
}

.logo-wall{
  padding: 70px 0;
  background: linear-gradient(180deg, #f7faff 0%, #eef6ff 100%);
}

.logo-wall__title{
  background: #065EA7;
  color:#fff;
  border-radius: 16px;
  padding: 26px 18px;
  text-align:center;
  box-shadow: 0 10px 26px rgba(6,94,167,0.22);
}

.logo-wall__title h2{
  font-weight: 800;
  letter-spacing: -0.3px;
}

.logo-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--logo-gap);
}

.logo-tile{
  /* height: var(--logo-tile-h); */
  border-radius: var(--logo-radius);
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--logo-border);
  box-shadow: 0 8px 20px rgba(12,24,46,0.06);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: var(--logo-pad-y) var(--logo-pad-x);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow:hidden;
}

/* The important part: make every logo "visually same size" */
.logo-tile img{
  width: 100%;
  height: 100%;
  /* max-height: 46px;*/
  max-width: 160px;
  object-fit: contain;
  display:block;
  transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}

.logo-tile:hover{
  transform: translateY(-2px);
  box-shadow: var(--logo-shadow);
  border-color: rgba(6,94,167,0.22);
}

.logo-tile:hover img{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.02);
}

/* Responsive grid */
@media (max-width: 1199.98px){
  .logo-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767.98px){
  .logo-wall{ padding: 56px 0; }
  .logo-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  :root{
    --logo-tile-h: 84px;
    --logo-img-maxh: 42px;
  }
}

@media (max-width: 420px){
  .logo-grid{ grid-template-columns: 1fr; }
}
  :root{
    --tl-step: 420px;                 /* width of each slider step/item */
    --tl-card: 380px;                 /* card width */
    --tl-track: 620px;                /* fixed vertical track height */
    --tl-stem: 80px;                 /* stem length */
    --tl-gap: 24px;                   /* slider gap */
    --tl-pad-y: 60px;                /* wrapper vertical padding */
    --tl-line-h: 6px;                 /* center line thickness */
    --tl-card-maxh: 320px;            /* internal scroll height */
  }

  .timeline-section{
    background: linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    position: relative;
  }

  .timeline-slider-wrapper{
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    padding: var(--tl-pad-y) 0;
  }

  .timeline-line{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: var(--tl-line-h);
    background: #ccc;
    z-index: 1;
  }

  .timeline-slider{
    display: flex;
    gap: var(--tl-gap);
    position: relative;
    z-index: 2;
    transition: transform 0.7s ease;
    will-change: transform;
  }

  /* IMPORTANT: fixed vertical track so center line never shifts */
  .timeline-item{
    position: relative;
    flex: 0 0 var(--tl-step);
    text-align: center;
    height: var(--tl-track);
  }

  /* Anchor point is the CENTER of each item (responsive-safe) */
  .timeline-item .circle{
    width: 22px;
    height: 22px;
    background: var(--color);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    box-shadow: 0 0 0 4px var(--color);
    animation: pulse 2s infinite;
    z-index: 3;
  }

  @keyframes pulse{
    0%   { box-shadow: 0 0 0 4px var(--color); }
    50%  { box-shadow: 0 0 0 8px rgba(66,133,244,0.3); }
    100% { box-shadow: 0 0 0 4px var(--color); }
  }

  /* Stem anchored around center line */
  .timeline-item .stem{
    width: 3px;
    background: var(--color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .timeline-item.top .stem{
    height: var(--tl-stem);
    top: calc(50% - var(--tl-stem));
  }

  .timeline-item.bottom .stem{
    height: var(--tl-stem);
    top: 50%;
  }

  /* Card taken out of flow so added text does NOT move the item up/down */
  .timeline-item .content{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: var(--tl-card);

    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 15px;

    max-height: var(--tl-card-maxh);
    overflow-y: auto;
    z-index: 4;
  }

  .timeline-item.top .content{
    bottom: calc(50% + var(--tl-stem));
  }

  .timeline-item.bottom .content{
    top: calc(50% + var(--tl-stem));
  }

  .timeline-item h4{
    color: var(--color);
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 20px;
  }

  .timeline-item h5{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #222;
  }

  .timeline-item p,
  .timeline-item ul{
    font-size: 14px;
    color: #555;
  }

  .timeline-item p{ margin: 0; }

  /* Navigation buttons */
  .timeline-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #065ea7;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
  }

  .timeline-nav:hover{ background: #233267; }
  .timeline-nav:disabled{ opacity: 0.4; cursor: not-allowed; }
  .timeline-nav.left{ left: 10px; }
  .timeline-nav.right{ right: 10px; }

  /* =========================
     BREAKPOINTS
     ========================= */

  /* XXL / very large screens */
  @media (min-width: 1400px){
    :root{
      --tl-step: 460px;
      --tl-card: 420px;
      --tl-track: 660px;
      --tl-card-maxh: 340px;
    }
  }

  /* XL (≤1399px) */
  @media (max-width: 1399.98px){
    :root{
      --tl-step: 420px;
      --tl-card: 380px;
      --tl-track: 620px;
    }
  }

  /* LG (≤1199px) */
  @media (max-width: 1199.98px){
    :root{
      --tl-step: 380px;
      --tl-card: 340px;
      --tl-track: 600px;
      --tl-gap: 22px;
      --tl-pad-y: 180px;
    }
  }

  /* MD (≤991px) */
  @media (max-width: 991.98px){
    :root{
      --tl-step: 340px;
      --tl-card: 300px;
      --tl-track: 580px;
      --tl-gap: 20px;
      --tl-pad-y: 160px;
      --tl-line-h: 5px;
      --tl-card-maxh: 300px;
    }
    .timeline-nav{ width: 42px; height: 42px; }
  }

  /* SM (≤767px) — STACKED layout */
  @media (max-width: 767.98px){
    .timeline-line{
      top: auto;
      bottom: 0;
      height: 3px;
    }

    .timeline-slider{
      flex-direction: column;
      align-items: center;
      gap: 24px;
      transform: none !important;
    }

    .timeline-item{
      flex: none;
      height: auto;
      width: 100%;
    }

    .timeline-item .content{
      position: static;
      transform: none !important;
      width: 92%;
      max-width: 520px;
      max-height: none;
      overflow: visible;
      margin: 0 auto;
    }

    .timeline-item .stem,
    .timeline-item .circle{
      display: none;
    }

    .timeline-nav{
      display: none;
    }

    .timeline-slider-wrapper{
      padding: 60px 0 40px;
    }
  }

  /* XS (≤575px) */
  @media (max-width: 575.98px){
    .timeline-item .content{
      width: 94%;
      max-width: 460px;
      padding: 14px;
    }
    .timeline-item h4{ font-size: 18px; }
    .timeline-item h5{ font-size: 14px; }
  }





    /* --- Responsive Design --- */
    @media (max-width: 992px) {
      .heading-section-subtitle {
        font-size: 28px;
      }

      .blog-list-head-section-wrap {
        flex-direction: column;
        gap: 20px;
      }

      .tips-text-wrap {
        text-align: left;
      }

      .col-md-4 {
        flex: 1 1 calc(50% - 20px);
      }
    }


    @media (max-width: 767.98px) {
      .navbar-brand img {
        width: 120px;
      }
      .footer-logo-container img {
        width: 120px;
      }
      .laundry-phone-img {
        width: 260px;
      }
    .main-title-section h1 {
      font-size: 32px;
    }
    .top-banner {
    display: none;
    }
    .carousel-caption-overlay .banner-text-second {
    font-size: 120.25%;
    }
    .carousel-caption-overlay {
      text-align: center;
      padding: 1rem;
    }
    .carousel-caption-overlay h1 {
      font-size: 1.5rem;
    }
    .carousel-caption-overlay img {
      max-width: 50%;
      margin: 10px auto;
    }

      .process-section-heading h2,
      .work-head-title,
      .batlbn-section-heading h2 {
        font-size: 32px;
      }
      .testimonial-head-title {
        font-size: 20px;
      }
      .download-heading {
        font-size: 1.75rem;
        text-align: center;
      }

      .download-subtext {
        text-align: center;
      }

      .download-buttons {
        justify-content: center;
      }

      .timeline-line {
        display: none;
      }
      .timeline-dot {
        display: none;
      }
      .feature-item h2 {
        font-weight: 400;
        font-size: 16px;
      }

      .half-business, .half-home {
        height: auto;
      }
      .page-banner-section h1 {
        font-size: 28px;
      }

      .blog-detail-page .container {
        padding: 25px;
      }

      .blog-detail-content p {
        font-size: 15px;
      }
      .download-app-btn {
        margin-left: 0 !important;
      }
      .whatsapp-text {
        display: none;
      }
    }
    @media (max-width: 480px) {
      .page-banner-section {
        padding: 40px 0;
      }
      .breadcrumb {
        font-size: 13px;
      }
      .page-banner-section h1 {
        font-size: 24px;
      }
    }

    .icon-list-svg-image {
        width: 35%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        position: relative;
        z-index: 1;
    }

    @media (max-width: 1399.98px){

    }
    @media (max-width: 991.98px) {
      .service-banner {
        height: 40vh;
        min-height: 420px;
      }
    }
