/* Contact Us Page Start */

.title-area .sec-title {
  margin-bottom: 5px !important;
}

.contact-info_icon {
  display: inline-block;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--theme-color);
  text-align: center;
  font-size: 20px;
  border-radius: 99px;
  position: relative;
  margin-bottom: 14px;
}

.price-box_icon {
  background-color: white;
  border: 1px solid var(--theme-color);
}

.price-box:hover .price-box_icon {
  background-color: white;
  border: 1px solid var(--theme-color2);
}

/* address css */
.loc-text {
  border-left: 4px solid var(--theme-color);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: 0.4s ease;
}

/* Hover Effect */

.loc-text:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(140, 198, 63, 0.25);
  border-left-color: #ffffff;
}

.loc-text:hover::before {
  left: 100%;
}
/* new */

.address-text {
  font-size: 15px;
  color: #3e3e3e;
  margin-top: 18px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
  position: relative;
  padding-top: 18px;
  transition: 0.4s ease;
}

/* Top Divider Line */

.address-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: linear-gradient(90deg, #2c9fda, #8cc63f);
  border-radius: 10px;
}

/* Hover */

.loc-text:hover .address-text {
  /* color: #2c9fda; */
}

/* address end */
.breadcumb-title-contact-us {
  color: black;
}
/* .th-social a {
  background: #5db1db;
} */

.loc-dec {
  font-size: 12px !important;
}

.price-box a {
  color: #3e3e3e;
}

.card-shadow {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.location-background {
  background-color: var(--theme-color);
}

/* Phone Ring Animation */

.contact-info:hover .fa-phone {
  animation: phone-ring 0.8s infinite;
}

/* .contact-info:hover .fa-phone {
  animation: phone-ring 0.6s ease-in-out;
} */

@keyframes phone-ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(15deg);
  }
  30% {
    transform: rotate(-15deg);
  }
  45% {
    transform: rotate(12deg);
  }
  60% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.contact-info:hover .fa-envelope {
  animation: envelope-zoom 1s infinite;
}

@keyframes envelope-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Attractive Section Title Animation */
.sec-title1 {
  font-size: 42px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    #00b4db,
    #8cc63f,
    #00b4db,
    #8dc149,
    #00b4db,
    var(--theme-color),
    var(--theme-color2),
    var(--theme-color2)
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 6s linear infinite;
}

@keyframes gradientMove {
  to {
    background-position: 200% center;
  }
}
/* Contact Us Page End */

/* Services Page Start */

.breadcumb-wrapper {
  padding: 130px 0;
}

.services-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
/* Overlay */

.services-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* black overlay */
  z-index: -1;
}

.breadcumb-title {
  color: #2c9fda;
}
.box-title {
  color: #2c9fda;
}

.box-title-1 {
  color: var(--theme-color);
  font-size: 20px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.32em;
}

/* Pramila */
.rotate-180 {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .breadcumb-wrapper {
    padding: 70px;
  }
  .process-step {
    width: 50%;
  }

  .icon-box-process {
    width: 90px;
    height: 90px;
  }

  .icon-box-process i {
    font-size: 35px;
  }

  .section-title {
    font-size: 32px;
  }

  .sec-title1 {
    font-size: 30px;
  }
}
*/
/* Pramila */
.rotate-180 {
  transform: rotate(180deg);
}

.white-color {
  color: white !important;
}

.widget_nav_menu a {
  color: white !important;
}

/* overlay */
.footer-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}

/* Overlay */

.footer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* black overlay */
  z-index: -1;
}
.padding-right-30 {
  padding-right: 30px;
}

/* Dry Cleaning Page */

.sub-title2 {
  color: var(--theme-color2);
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: -0.34em;
}

.process {
  background-color: var(--smoke-color2) !important;
}

.mapouter {
  margin-top: 20px;
}

.contact-title {
  color: var(--theme-color);
}

.contact-title2 {
  color: var(--smoke-color2);
}

.sec-title-new {
  color: var(--black-color2);
}

/* Modal CSS */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* Privacy Policy */

.sub-title-2 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  letter-spacing: 0.08em;
  color: var(--theme-color);
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: -0.34em;
}

/* van css start */
.van-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

/* Soft shadow */
.van-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 68%;
  height: 16px;
  background: rgba(0, 0, 0, 0.18);
  filter: blur(10px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.8s ease;
}

/* Van initial state */
.van-scroll {
  max-width: 100%;
  opacity: 0;
  transform: translateX(320px);
  will-change: transform, opacity;
}

/* When section becomes visible */
.van-box.active .van-scroll {
  animation: vanEnter 5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  /* vanFloat 3s ease-in-out 3s infinite; */
}

.van-box.active::after {
  opacity: 1;
  /* animation: shadowFloat 3s ease-in-out 3s infinite; */
}

/* Slow entry from right */
@keyframes vanEnter {
  0% {
    opacity: 0;
    transform: translateX(320px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Very small floating effect */
@keyframes vanFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Shadow moves slightly with float */
@keyframes shadowFloat {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) scale(0.95);
    opacity: 0.85;
  }
}

.pr-0 {
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.col-custom-12 {
  flex: 0 0 auto;
  width: 100%;
}
.d-custom-block {
  display: block;
}
@media (max-width: 768px) {
  .d-custom-block {
    display: block;
  }
}

/* CTA Section */

@media (max-width: 992px) {
  .footer-cta-btn {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-cta-btn {
    justify-content: center;
  }

  .title-area {
    padding-right: 10px;
    padding-left: 10px;
  }

  .img-box1 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .widget-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.price-checklist {
  padding-left: 80px;
  /* text-align: center; */
}

.checklist-list {
  padding-left: 30px !important;
  color: var(--black-color2) !important;
  /* text-align: center; */
}

/* T&C , Privacy Policy */

.sub-title-1 {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  letter-spacing: 0.08em;
  color: var(--theme-color);
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: -0.34em;
}

/* Home pickup and door delivery page */

.pickup-delivery-box {
  position: relative;
  border-radius: 30px;
  border: 1px solid var(--th-border-color);
  background: var(--white-color);
  padding: 30px;
  text-align: center;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 100%;
  /* Medium Large devices */
  /* Large devices */
}

.pickup-delivery-box:before,
.pickup-delivery-box:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 30px 0 0 0;
  border: 1px solid;
  border-color: #03a9f4;
  top: -1px;
  left: -1px;
  -webkit-transition:
    height,
    width,
    0.4s ease;
  transition:
    height,
    width,
    0.4s ease;
}

.pickup-delivery-box:before {
  border-width: 2px 0 0 2px;
}

.pickup-delivery-box:after {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 30px 0;
}

@media (max-width: 1299px) {
  .pickup-delivery-box {
    padding: 25px;
  }
}

@media (max-width: 1199px) {
  .pickup-delivery-box {
    padding: 20px 16px;
    display: block;
    text-align: center;
  }
}

.pickup-delivery-box .box-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.pickup-delivery-box_icon {
  margin-bottom: 25px;
}

.pickup-delivery-box_icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pickup-delivery-box_text {
  line-height: 26px;
  margin-bottom: -0.4rem;
}

.pickup-delivery-box:hover {
  background: var(--white-color);
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: 30px 0 30px 0;
}

.pickup-delivery-box:hover:before,
.pickup-delivery-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.pickup-delivery-box:hover .pickup-delivery-box_icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
