
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px; /* adjust to your navbar height */
}
section, footer, .hero-slider {
  scroll-margin-top: 90px;  /* adjust to your navbar height */
}
body, html {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Days One", sans-serif;
  margin: 0px;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

button {
  font-size: 13px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color:#666666;
  font-size:16px;
}

img {
  max-width: 100%;
}

body {
  font-size: 16px;
  
}

input {
  outline: none;
}


.navbar-brand img {
  height:50px;
}

.navbar-nav li a {
  color:#06268B;
  font-size: 16px;
  padding:10px 10px;
  margin: 0px 10px;
  position: relative;
  font-weight:400;
  border-bottom:2px solid transparent;
  font-family: "Philosopher", sans-serif;
}
.navbar-nav li:hover > a, .navbar-nav li.active > a {
  color:#ED1B24;
  
}

.button {
  font-size: 17px;
  font-weight: 400;
  border: 2px solid #ED1B24;
  background-color: #ffffff;
  color: #ED1B24;
  padding:9px 25px;
  height: 45px;
  position: relative;
  transition: 0.5s;
  white-space: nowrap;
  line-height: 10px;
  border-radius:5px;
  -webkit-border-radius:5px;
}
.button:hover {
  background: #ED1B24;
  color: #ffffff;
}


.navbar-toggler:focus {
  box-shadow: inherit;
}


.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.navbar-brand{
  padding-right: 20px;
  border-right:1px solid rgba(255,255,255,0.2);
  padding: 0px 10px 0px 0px;
}

.navbar-brand{
  padding: 0px 0px;
  display: inline-block;
}

.theme-btn{
  padding:10px 30px;
  font-size: 16px !important;
  background: #ED1B24;
  color:#ffffff;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  font-weight:400;
  font-family: "Philosopher", sans-serif;
  border:none;
}
.contact-no{
    background: #ED1B24;
    color: #ffffff;
    height: 30px;
    padding: 3px 10px;
    border-radius: 50px;
    display: inline-block;
    line-height: 25px;
    margin-left: 10px;
}
.navbar-nav{
  align-items: center;
}
.navbar-expand-lg a.nav-link{
  padding: 5px 10px!important;
  margin:0px 10px;
  border-bottom:2px solid transparent;
  position: relative;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: end;
}

header .bg-body-tertiary{
  background-color: #ffffff!important;
  padding: 15px 0px;
}
.hero-slider { position: relative; }
.hero-slick, .hero-slide { height:100vh; min-height: 520px; }

.hero-slide{
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
}

.hero-overlay{
  position:absolute; inset:0;
  background: rgba(0,0,0,0.2);
}

.hero-content{
  position: relative;
  max-width: 720px;
  color:#fff;
  z-index: 2;
  margin-top: 80px;
}

.hero-content h1{
  font-family: "Days One", sans-serif;
  font-size: clamp(28px, 4vw, 56px);
  line-height: 1.05;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 50px;
}

.hero-content p{
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  max-width: 520px;
  margin-bottom: 22px;
}

.hero-cta{
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-btn, .hero-btn:hover{
  background:#ED1B24;
  border:0;
  color:#fff;
  padding:12px 22px;
  border-radius: 0;
  font-family: "Days One", sans-serif;
}

.hero-phone{
  display:flex;
  gap:12px;
  align-items:center;
  color:#fff;
}

.hero-phone i{ font-size: 28px; }
.hero-phone strong{ font-size: 22px; display:block; line-height: 1;font-family: "Days One", sans-serif; }
.hero-phone small{ display:block; opacity:0.85; font-size: 11px; letter-spacing: .4px; padding-top: 3px;}


.hero-slick .slick-dots{
  bottom: 18px;
}
.hero-slick .slick-dots li button:before{
  font-size: 10px;
  opacity: .55;
  color: #fff;
}
.hero-slick .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #fff;
}

.hero-slick .slick-prev,
.hero-slick .slick-next{
  z-index: 5;
  width: 44px;
  height: 44px;
}
.hero-slick .slick-prev{ left: 14px; }
.hero-slick .slick-next{ right: 14px; }
.feature{
  display:flex;
}
.feature-outer{
  background-color: #000000;
  color: #ffffff;
  padding:40px 0px 0px;
}
.feature{
  display:flex;
}
.feature h3{
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 5px;
}
.feature p{
  color: #ffffff;
  font-size: 16px;
  width: 80%;
}
.feature span{
  padding-right: 15px;
}
.car-dots{
  margin: auto;
  display: block;
  bottom: -70px;
  position: relative;
}
.service-outer{
  padding: 100px 0px 80px;
}
.service{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 14px 12px #dddddd;
  -webkit-box-shadow: 0px 14px 12px #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 150px;
  padding: 10px 0px;
  height: 100%;
}
.service span{
  text-align: center;
  line-height: initial;
}
.service img{
  height:50px;
  width: auto;
  margin: auto;
  display:block;
  margin-bottom:10px;
}
.subheading{
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color:#ED1B24;
  margin-bottom: 10px;
}
.title{
  text-transform: uppercase;
}
.dry-cleaning{
  background-image:url('../images/bg-tire.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #222222;
}
.dry-clean-left{
  background-color: #ffffff;
  padding:40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.theme-btn{
  background-color: #ED1B24;
  display: inline-block;
  color:#ffffff;
  font-family: "Days One", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.case-study{
  position: absolute;
  left: 0px;
  right:0px;
  bottom:0px;
}
.service-card img{
  width: 100%;
}
.service-card span{
  width: 100%;
  font-family: "Days One", sans-serif;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #222222;
  text-transform: uppercase;
  padding: 15px 0px;
}
.appointment-outer{
  background-color: #ED1B24;
  background-image: url('../images/appointment-bg.png');
  background-repeat: no-repeat;
  position: relative;
  background-position: right bottom;
}
section{
  padding: 80px 0px;
}
.appointment-left *{
  color:#ffffff;
}
.appointment-info{
  position: relative;
  display: flex;
  align-items: center;
}
.appointment-info span{
  width:55px;
  height:55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size:20px;
  color: #ffffff;
  background: #ED1B24;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 10px;
  border: 1px solid #dddddd;
}
.appointment-info h6{
  text-transform: uppercase;
}
#make-appointment .theme-btn{
  background-color: #222222;
}
.contact-form{
  background: #ffffff;
  padding: 40px;
  display:block;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.contact-form input{
  border:1px solid #BDBDBD;
  font-family: "Days One", sans-serif;
  font-size: 18px;
  width: 100%;
  height: 50px;
  padding: 20px;
  margin-bottom: 10px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
  font-size: 15px;
  color: #999999;
}
.contact-form textarea{
  border:1px solid #BDBDBD;
  font-family: "Days One", sans-serif;
  font-size: 18px;
  width: 100%;
  padding:10px 20px;
  resize: none;
}
.review-card{
  background-color: #eeeeee;
  padding:60px 20px 20px;
  display: block;
  background-image: url('../images/comment.png');
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.review-card p{
  font-size: 18px;
}
.review-name{
  position: relative;
  margin-top: 20px;
}
.user-img{
  width: 64px;
  height: 64px;
  display: inline-block;
  background-size: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  margin-right:20px;
}
.user-img img{
  width: 64px;
  height: 64px;
  display: inline-block;
  object-fit: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.review-name{
  display: flex;
  align-items: center;
}
.review-name h6{
  font-size: 18px;
  color:#222222;
  font-family: "Days One", sans-serif;
  font-size: 18px;
  margin-top: 5px;
}
footer{
  background: #222222;
  padding:60px 0px 0px;
  color:#ffffff;
}
footer p{
  color:#ffffff;
}
.footer-info i{
  background: #ffffff;
  color:#ED1B24;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
footer h5{
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}
footer a{
  display: block;
  color:#ffffff;
  padding: 7px 0px;
}
.subscribe{
  display: flex;
  margin-bottom:20px;
}
.subscribe input{
  flex:1;
  height: 47px;
  font-size: 16px;
  padding:0px 15px;
  border:none;
  font-size: 16px;
}
.subscribe button{
  background-color:#ED1B24;
  color:#ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0px 20px;
  border:none;
  font-size: 16px;
}
.follow-us{
  display: block;
  align-items: center;
}
.follow-us span{
  font-size: 16px;
  color:#ffffff;
  display: inline-block;
  padding-right:10px;
}
.follow-us a{
  font-size:20px;
  color:#ffffff;
  padding: 0px 10px;
  display: inline-block;
}
.copyright{
  display: block;
  text-align: center;
  margin-top: 40px;
  padding: 20px 0px;
  border-top:1px solid rgba(255,255,255,0.2)
}
.navbar-nav .nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #ED1B24;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.navbar-nav .nav-link:hover{
  color: #ED1B24;
}
.navbar-nav .nav-link:hover::after{
  transform: scaleX(1);
}
.navbar-nav .nav-link.active{
  color: #ED1B24;
}
.navbar-nav .nav-link.active::after{
  transform: scaleX(1);
}

#backToTop{
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ED1B24;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.35s ease;
}

#backToTop.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover{
  background: #ED1B24;
}


.animate-swipe-right.swipe {
  animation: swipeRight 0.5s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}
.animate-swipe-left.swipe {
  animation: swipeLeft 1s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}
.animate-swipe-up.swipe {
  animation: swipeDown 1.5s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}
.animate-swipe-down.swipe {
  animation: swipeUp 1.5s ease-out;
  animation-delay: 0.3s; 
  animation-fill-mode: both;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.service{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 14px 12px #dddddd;
  border-radius: 10px;
  width: 150px;
  padding: 14px 0;
  height: 100%;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.icon{
  overflow: hidden;
}
.icon img{
  transition: transform 0.45s ease;
  transform-origin: center;
  will-change: transform;
}
.service:hover{
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0px 22px 28px rgba(0,0,0,0.15);
}
.service:hover .icon img{
  transform: scale(1.2);
}
.dry-clean-img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.case-study{
  transition: all 0.4s ease;
}
.dry-clean-left:hover .case-study{
  padding:20px 30px;
}

/* Before/After slider (Dry Clean section) */
#dry-clean .ba-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  --position: 50%;
}

#dry-clean .ba-images { position: relative; width: 100%; height: 520px; }
#dry-clean .ba-images img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* clean stays full */
#dry-clean .ba-after { z-index: 1; }

/* dirty is clipped */
#dry-clean .ba-before{
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

/* Invisible range over the whole slider */
#dry-clean .ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  z-index: 5;
}

/* Divider line */
#dry-clean .ba-line {
  position: absolute;
  top: 0;
  left: var(--position);
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: #fff;
  z-index: 4;
  pointer-events: none;
}

/* Handle */
#dry-clean .ba-handle {
  position: absolute;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 4;
  pointer-events: none;
  user-select: none;
}

#dry-clean .ba-arrow {
  font-size: 22px;
  line-height: 1;
  color: #111;
  font-weight: 700;
}

/* Keyboard focus outline */
#dry-clean .ba-range:focus-visible ~ .ba-handle {
  outline: 4px solid #111;
  outline-offset: 4px;
}

/* Optional: make it breathe nicely in the layout */
#dry-clean .col-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 24px;
}


.service-slick .service-slide,
.testimonial-slick .review-slide {
  padding: 0 12px;
}

.service-slick,
.testimonial-slick {
  margin: 0 -12px;
}

/* Keep cards full height in slide */
.service-slide .service-card,
.review-slide .review-card {
  height: 100%;
}

/* Dots a bit lower */
.slick-dots {
  bottom: -35px;
}
.slick-arrow{
    background: #eeeeee;
}
.slick-prev:before, .slick-next:before{
  color:#000000;
}
.hero-slick .slick-prev, .hero-slick .slick-next {
    z-index: 5;
    width: 35px;
    height: 35px;
    overflow: hidden;
}
.appointment-outer .container{
  position: relative;
  z-index: 1;
}
.hero-slide{
  position: relative;
  overflow: hidden;
}

/* The animated background layer */
.hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  will-change: transform;
}

/* animation only when active */
.hero-slide.is-animating::before{
  animation: heroKenBurns 7s ease-in-out both;
}
.our-gallery-section{
  background-color: #222222;
}
.our-gallery-section h2{
  color:#ffffff;
}
.our-service-slick .slick-slide {
  padding: 0 12px;
}
.our-service-slick .slick-list {
  margin: 0 -12px;
}
.our-service-section .slick-prev, .our-gallery-slick .slick-prev{
  left: -50px;
}
.our-service-section .slick-next, .our-gallery-slick .slick-next{
  right: -50px;
}
.our-gallery-slick .slick-list{
  margin: 0 -12px;
}
.our-gallery-slick .slick-slide {
  padding: 0 12px;
}
.our-gallery-section .services{
  background: #ffffff;
  padding:10px;
}

@keyframes heroKenBurns{
  from { transform: scale(1.06) translate3d(0,0,0); }
  to   { transform: scale(1.14) translate3d(-1.5%, -1%, 0); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .hero-slide::before{ animation: none !important; transform: none !important; }
}
.hero-content > *{
  opacity: 0;
  transform: translateY(18px);
}

.hero-slide.is-animating .hero-content h1{
  animation: heroIn .65s ease-out .05s forwards;
}
.hero-slide.is-animating .hero-content p{
  animation: heroIn .65s ease-out .18s forwards;
}
.hero-slide.is-animating .hero-cta{
  animation: heroIn .65s ease-out .32s forwards;
}

@keyframes heroIn{
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce){
  .hero-content > *{ opacity: 1; transform: none; }
  .hero-slide.is-animating .hero-content h1,
  .hero-slide.is-animating .hero-content p,
  .hero-slide.is-animating .hero-cta{ animation: none !important; }
}
 .our-gallery-slick .services img {
      cursor: pointer;
      transition: transform 0.3s ease, filter 0.3s ease;
    }

    .our-gallery-slick .services img:hover {
      transform: scale(1.03);
      filter: brightness(0.9);
    }

    .gallery-popup {
      position: fixed;
      inset: 0;
      z-index: 99999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 70px 24px 32px;
      background: rgba(0, 0, 0, 0.9);
      backdrop-filter: blur(4px);
    }

    .gallery-popup.active {
      display: flex;
    }

    .gallery-popup-content {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 1100px;
    }

    .gallery-popup img {
      max-width: 100%;
      max-height: 82vh;
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 18px;
      box-shadow: 0 22px 70px rgba(0, 0, 0, 0.55);
      animation: galleryZoom 0.25s ease;
    }

    .gallery-close,
    .gallery-nav {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.96);
      color: #111;
      font-size: 28px;
      line-height: 1;
      cursor: pointer;
      transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
    }

    .gallery-close:hover,
    .gallery-nav:hover {
      transform: scale(1.08);
      background: #f6b400;
      color: #fff;
    }

    .gallery-close {
      top: 22px;
      right: 26px;
      font-size: 36px;
      font-size:26px!important;
    }

    .gallery-prev {
      left: 28px;
      top: 50%;
      transform: translateY(-50%);
    }

    .gallery-next {
      right: 28px;
      top: 50%;
      transform: translateY(-50%);
    }

    .gallery-prev:hover,
    .gallery-next:hover {
      transform: translateY(-50%) scale(1.08);
    }

    body.gallery-open {
      overflow: hidden;
    }

    @keyframes galleryZoom {
      from {
        transform: scale(0.94);
        opacity: 0;
      }
      to {
        transform: scale(1);
        opacity: 1;
      }
    }  .alert {  padding: 20px;  background-color: #04AA6D;  color: white;}.alert_red {  padding: 20px;  background-color: #FF0000;  color: white;}.closebtn {  margin-left: 15px;  color: white;  font-weight: bold;  float: right;  font-size: 22px;  line-height: 20px;  cursor: pointer;  transition: 0.3s;}.closebtn:hover {  color: black;}.mandatory{	color:#FF0000;	font-weight:bold;}

