* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #fafafa;
}

/* navbar css */

.navbar {
  height: 90px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
.navbar-home {
  background: transparent !important;
  position: absolute !important;
  z-index: 999;
  border: none !important;
}
.navbar-nav .nav-link {
  padding: 0 15px !important;
}
.navbar .container-fluid {
  padding: 0 120px !important;
}
.navbutton-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.navbutton {
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 0;
}
.navbutton a {
  padding: 7px 20px;
  color: unset;
  text-decoration: none;
}
.login-btn {
  background-color: transparent;
  color: #fb80c6;
  border: 1px solid #fb80c6;
}
.signup-btn {
  background-color: #fb80c6;
  color: white;
  border: none;
}
.offcanvas-logo {
  height: 40px;
}

/* footer css */

.footer-container {
  background-color: #feb8e1;
  padding: 60px 120px;
}
footer {
  background-color: #feb8e1;
  width: 100%;
  color: #fff;
}
.footer-logo {
  height: 55px;
}
.footer-link-text {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
  /* margin-bottom: 25px; */
  line-height: 22px;
}
.copy-text {
  font-size: 12px;
  font-weight: 400;
}
.footer-container h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 22px;
}

/* address modal css */

body.dialog-open {
  overflow: hidden;
}

.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 9999;
}

.dialog-content {
  background-color: white;
  width: 500px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog-content .text-normal {
  margin-bottom: 30px;
}

.dialog-content .singleinput-service {
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
}

#continueBtn {
  display: flex;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

/* body css */

.hero-slider {
  width: 100%;
  background-color: bisque;
  height: 700px;
  position: relative;
}
.bgimage-div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bgtxt-div {
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 120px;
  background-image: linear-gradient(91deg, #ffffff99, transparent);
}
.heroimg {
  height: 100%;
  object-fit: cover;
}
.herochip {
  color: #ff65bd;
  border-radius: 20px;
  border: 1px solid #ffc6e7;
  background-color: #fee6f4;
  font-size: 12px;
  padding: 7px 15px;
}
.hero-heading {
  width: 60%;
  margin: 15px 0 0;
  color: #3f3f3f;
  line-height: 50px;
  font-size: 44px;
}
.hero-heading:after {
  content: url("../all-assets/mdi_sparkles.svg");
  display: inline-block;
  margin-left: 10px;
  vertical-align: super;
}
.hero-txt {
  margin: 30px 0 60px;
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
}
.arrow-right {
  height: 24px !important;
  width: 24px !important;
}
.hero-btn {
  display: flex;
  flex-direction: row;
  gap: 5px;
  border: none;
  border-radius: 5px;
  background-color: #fb80c6;
  padding: 10px 20px;
  color: #fff;
  align-items: center;
}
.btn-txt {
  margin: 0;
}
.bookservice-main {
  padding: 50px 120px 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  background-color: #fdfeff;
}
.bookservice-sub {
  position: relative;
}
.sparklecontainer-small {
  position: absolute;
  /* right: 100px; */
  right: 10%;
  top: 0;
}
.sparklecontainer-small img {
  height: 60px;
}
.service-search-div {
  display: flex;
  background-color: #f6f6f6;
  border: 1px solid #ececec;
  border-radius: 5px;
  align-items: center;
  justify-content: flex-start;
  /* width: fit-content; */
  width: 75%;
  padding: 10px;
  gap: 10px 5px;
}
.singleinput-service {
  background-color: #fdfeff;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 200px;
}
.singleinput-service input,
.singleinput-service select {
  border: none;
  background-color: transparent;
  width: -webkit-fill-available;
}
.singleinput-service img {
  margin-right: 5px;
}
.singleinput-service input::placeholder {
  color: #cccbcb;
  opacity: 1; /* Firefox */
}
.singleinput-service input::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #cccbcb;
}
.singleinput-service input:focus-visible,
.singleinput-service select:focus-visible {
  outline: none;
}
.suggestion-dropdown {
  position: absolute;
  top: 50px;
  z-index: 99;
  width: 100%;
  left: 0;
  background-color: #fdfeff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: #00000012 3px 4px 5px 0px;
  padding: 10px 0;
}
.suggestion-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.suggestion-dropdown ul li {
  transition: all ease-in-out;
  padding: 5px 15px;
  color: #3f3f3f;
  margin: 0;
  font-size: 16px;
}
.suggestion-dropdown ul li:hover {
  background-color: #e0e0e0;
}
.searchservice-btn {
  border: none;
  padding: 10px 25px;
  background-color: #fb80c6;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
}
.heading-medium {
  margin-bottom: 15px;
  color: #3f3f3f;
  font-size: 28px;
  font-weight: 500;
}
.heading-small {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #3f3f3f;
}
.services-div {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.single-service-chip-link {
  width: calc(25% - 15px);
  text-decoration: none;
}
.single-service-chip {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #f6f6f6;
  transition: all ease-in-out 0.15ms;
  gap: 10px;
}
.single-service-chip:hover {
  background-color: #fff0f9;
  border: 1px solid #ffc6e7;
}
.chip-text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #3f3f3f;
}
.aboutus-container {
  padding: 50px 120px;
  background-color: #fdf4fb;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.aboutus-left,
.aboutus-right {
  width: 50%;
}
.aboutus-img {
  border-radius: 10px;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}
.sparkle-text {
  font-size: 12px;
  color: #ff65bd;
  margin: 0;
}
.sparkle-img {
  height: 14px;
  width: 14px;
}
.sparkle-chip {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fee6f4;
  padding: 7px 15px;
  border: 1px solid #ffc6e7;
  gap: 5px;
  width: fit-content;
}
.heading-normal {
  font-size: 34px;
  color: #3f3f3f;
  font-weight: 500;
  line-height: 51px;
  margin: 0;
}
.text-normal {
  color: #3f3f3f;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}
.advantages-container {
  padding: 50px 120px;
  background-color: #fdfeff;
}
.advantage-card-container {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.adv-heading {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.advantage-card {
  padding: 20px;
  border-radius: 5px;
  background-color: #f6f6f6;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  gap: 50px;
}
.offerings-container {
  padding: 50px 120px;
  background-color: #fafafa;
}
.offerings-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
}
.sparklecontainer-big {
  position: absolute;
  right: 0;
  top: 0;
}
.offerings-card {
  width: calc(25% - 15px);
  aspect-ratio: 1;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}
.offerings-card a {
  text-decoration: none;
}
.offering-heading {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.filter {
  padding: 20px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgb(0 0 0 / 50%), rgb(0 0 0 / 10%));
  position: relative;
  display: flex;
  align-items: flex-end;
}
.arrow-div {
  position: absolute;
  right: 13px;
  top: 13px;
}
.offerings-card-container {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.offerings-card:hover .toprightarrow {
  filter: invert(53%) sepia(53%) saturate(4231%) hue-rotate(301deg)
    brightness(107%) contrast(101%);
}
.testimonial-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  align-items: center;
}
.testimonial-container {
  padding: 60px 120px;
  background-color: #fdfeff;
}
.single-testimonial {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  gap: 50px;
  height: 400px;
}
.testimonial-writing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tesimonial-user {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.testimonial-detail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.testimonial-user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.tesimonial-user-name {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.tesimonial-user-location {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.left-quote {
  height: 26px;
  width: fit-content !important;
}
.review {
  color: #3f3f3f;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

/* <--------------------- package details css ---------------------> */

.main-container {
  padding: 50px 120px;
  background-color: #fafafa;
}
.service-header {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 15px;
}
.sparklecontainer-service {
  position: absolute;
  right: 7%;
  top: -20px;
}
.sparklecontainer-service img {
  height: 65px;
}
/* .breadcrumbs {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.breadcrumb-item {
    color: #3F3F3F;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 30px;
}
.breadcrumbs li:first-child {
    background-image: url(../all-assets/firststep-active.svg) !important;
    background-size: contain;
}
.breadcrumbs li:not(:last-child),
.breadcrumbs li:not(:first-child) {
    background-image: url(../all-assets/middlestep-default.svg);
    background-size: contain;
}
.breadcrumbs li:last-child {
    background-image: url(../all-assets/laststep-default.svg) !important;
    background-size: contain;
}
.breadcrumb-active {
    background-image: url(../all-assets/middlestep-active.svg) !important;
    background-size: contain;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.breadcrumbs-container ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 6px 0;
}
.breadcrumbs-container li {
  position: relative;
  background: #f2f2f2;
  color: #fff;
  height: 40px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 18px;
}
.breadcrumbs-container .active {
  background: #fee6f4;
}
.breadcrumbs-container .active::after,
.breadcrumbs-container .active::before {
  background: #fee6f4;
}
.breadcrumbs-container li a {
  font-size: 12px;
  font-weight: 400;
  color: #3f3f3f;
  text-decoration: none;
}
.breadcrumbs-container li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  top: 0;
  right: -10px;
  z-index: 9;
  border-right: 10px solid #fafafa;
  transform: skewX(55deg);
}
.breadcrumbs-container li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  bottom: 0;
  right: -10px;
  z-index: 9;
  border-right: 10px solid #fafafa;
  transform: skewX(-55deg);
}
.bookingcontainer-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 25px;
  gap: 20px;
}
.bookingcontainer-left {
  width: 65%;
}
.bookingcontainer-right {
  width: 35%;
  position: sticky;
  top: 20px;
}
.bookingcontainer-left,
.bookingcontainer-right {
  /* padding: 15px; */
  border-radius: 5px;
  background-color: #fdfeff;
  border: 1px solid #efefef;
}
.booking-header {
  padding: 15px;
  border-bottom: 1px solid #efefef;
}
.booking-title {
  margin: 0;
  font-size: 20px;
  color: #525252;
  font-weight: 400;
}
.booking-body {
  padding: 15px;
}
.booking-body-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.detail-label {
  margin: 0;
  font-size: 14px;
  color: #868686;
}
.detail-main-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.detail-main {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #747474;
}
.single-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.booking-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.booking-total {
  margin-top: 15px;
}
.total-label {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #747474;
}
.total-price {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fb80c6;
}
.booking-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.bookingbannerimg {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: 240px;
  position: absolute;
}
.booking-banner div {
  position: relative;
  height: 240px;
  padding: 20px 30px;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(
    360deg,
    rgb(0 0 0 / 50%),
    rgb(0 0 0 / 10%),
    transparent
  );
}
.bookingbannertext {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.bookingbannertext::after {
  content: ".";
}
.booking-item-container {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.booking-item {
  width: calc(33.33% - 6.66px);
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  overflow: hidden;
}
.item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #6d6d6d;
  font-size: 14px;
}
.item-title {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.booking-detail-container {
  padding: 10px;
}
.price-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
  flex-wrap: wrap;
}
.price-container p {
  margin: 0;
}
.booking-action-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #efefef;
  gap: 10px;
}
.add-btn {
  height: 33px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  background-color: #fb80c6;
}
.qtypicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ffb9e1;
  background-color: #fff;
  height: 33px;
}
.minus-btn,
.plus-btn {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-input {
  color: #3f3f3f;
  font-size: 14px;
  width: 35px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  border: none;
}
/* Chrome, Safari, Edge, Opera */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.qty-input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.qty-input:focus-visible {
  outline: none;
}
.current-price {
  color: #595959;
  font-size: 16px;
  font-weight: 500;
}
.original-price {
  font-size: 14px;
  color: #acacac;
  text-decoration: line-through;
  font-weight: 500;
}
.best-seller p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.booking-image-container {
  position: relative;
}
.best-seller {
  background-color: #fb80c6;
  border-radius: 20px;
  width: fit-content;
  padding: 3px 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.bookingimage {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.continue-btn {
  margin-top: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #fb80c6;
}
.continue-btn a {
  color: #fdfeff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 8px 15px;
}
.continue-btn-mobile {
  display: none;
  margin-top: 15px;
}
.booking-label {
  color: #868686;
  font-size: 16px;
  margin-bottom: 8px;
}
.single-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.dropdown-select {
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #efefef;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  color: #5a5a5a; /* Default color */
}

.dropdown-select.active {
  color: #383838; /* Change the color to your desired color */
}
.dropdown-select option {
  color: #383838;
}
.dropdown-select:focus-visible {
  outline: none;
}

/* <------------------------------ service details css ------------------------------> */

.single-date-chip {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  cursor: pointer;
}
.owl-item .active {
  background-color: #fee6f4;
  border: 1px solid #ffc6e7;
  overflow: hidden;
}
.owl-item .active .day-container {
  background-color: #ffb0de;
}
.day-container {
  background-color: #f2f2f2;
  text-align: center;
  padding: 6px;
}
.owlcustombtn {
  height: 30px;
}
.owl-prev {
  position: absolute;
  top: 40%;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  display: block !important;
  border: 0px solid black;
}
.day-text,
.time-text {
  margin: 0;
  text-transform: uppercase;
  color: #707070;
  font-size: 11px;
  font-weight: 500;
}
.date-text {
  margin: 0;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #3f3f3f;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
}
.bold-date {
  font-size: 30px;
}
.time-main {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.time-main p {
  margin: 0;
  display: flex;
  align-items: center;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: 600;
}
.time-ampm {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.time-body {
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: center;
  padding: 15px 10px;
}
.timeselect-main {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #5e5e5e;
  font-size: 16px;
}
.timeinput {
  width: 50px;
  color: #3f3f3f;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  background-color: #fdfeff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 5px;
}
.time-left,
.time-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #efefef;
  justify-content: center;
  border-radius: 5px;
  background-color: #fafafa;
}
/* Chrome, Safari, Edge, Opera */
.timeinput::-webkit-outer-spin-button,
.timeinput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.timeinput[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.timeinput:focus-visible {
  outline: none;
}
.time-header {
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  padding: 6px;
}
.requirements-textarea {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 100%;
  min-height: 120px;
  max-height: 240px;
  padding: 10px 15px;
}
.requirements-textarea:focus-visible {
  outline: none;
}
.ampmbtn {
  background-color: #fdfeff;
  border: 1px solid #efefef;
  border-radius: 5px;
  font-size: 14px;
  color: #3f3f3f;
  padding: 3px 12px;
}
.ampmbtn.active {
  background-color: #fee6f4;
  border-color: #ffc6e7;
}
.ampmbtn-daily {
  background-color: #fdfeff;
  border: 1px solid #efefef;
  border-radius: 5px;
  font-size: 14px;
  color: #3f3f3f;
  padding: 3px 12px;
}
.ampmbtn-daily .active {
  background-color: #fee6f4;
  border-color: #ffc6e7;
}
.extracheckbox {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  background-color: #f6f6f6;
  border: 1px solid #efefef;
}

/* <------------------------------ address css ------------------------------> */

.input-area {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px;
}
.input-area:focus-visible {
  outline: none;
}
.two-options {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
/* Chrome, Safari, Edge, Opera */
.input-area::-webkit-outer-spin-button,
.input-area::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.input-area[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.address-textarea {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 100%;
  min-height: 120px;
  max-height: 240px;
  padding: 10px 15px;
}
.picklocationmap {
  height: 220px;
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 5px;
}

/* <------------------------------ payment css ------------------------------> */

.radiocontainer-main {
  width: 100%;
}
.radiobtns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.radiobtns label {
  width: 100%;
}
.radiotext {
  font-size: 12px;
  color: #3f3f3f;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 21px;
}
#cardDetails {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}
#cardDetails .booking-label {
  color: #787878;
  font-size: 14px;
}
#cardDetails .input-area {
  background-color: #fdfeff;
  border: 1px solid #efefef;
}

.success-modal {
  display: none; /* Hidden by default */
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1000; /* Ensure it appears above other elements */
}

.success-modal .modal-content {
  background-color: #fdfeff;
  border: 1px solid #efefef;
  margin: 125px auto;
  padding: 20px;
  width: 80%;
  text-align: center;
  border-radius: 10px;
}

.success-modal .modal-content .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
}

.success-modal .modal-content .close-btn:hover,
.success-modal .modal-content .close-btn:focus {
  text-decoration: none;
  cursor: pointer;
}

#lottieAnimation {
  height: 200px;
}

.modal-heading {
  font-size: 26px;
  font-weight: 500;
  color: #505050;
  margin-bottom: 15px;
}
.modal-text {
  font-size: 14px;
  color: #787878;
  margin-bottom: 30px;
}
.modal-button {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #fb80c6;
  color: #fff;
  font-weight: 500;
}
.modal-button a {
  padding: 7px 20px;
  text-decoration: none;
  color: unset;
  width: 100%;
  display: inline-block;
}

/* <------------------------------ service details monthly css ------------------------------> */

.helpercount-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
}
.helpercount-div {
  background-color: #fee6f4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  gap: 10px;
}
.helper-minus,
.helper-plus {
  background-color: transparent;
  border: none;
}
/* Chrome, Safari, Edge, Opera */
.helper-input::-webkit-outer-spin-button,
.helper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.helper-input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.helper-input {
  background-color: #fdfeff;
  border: 1px solid #ffc6e7;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #3f3f3f;
  padding: 4px 10px;
  width: 90px;
}
.helper-input:focus-visible {
  outline: none;
}
.helpertext {
  margin: 5px 0 0 0;
  color: #3f3f3f;
  font-size: 16px;
  text-align: center;
}
.helperimage-div {
  padding: 25px;
}
.default-maid-form,
.monthly-maid-form,
.monthly-driver-form {
  display: none;
}
.form-flex {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.form-flex .two-options {
  gap: 15px;
}
#date-range {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px 8px 35px;
}
.date-range-picker {
  width: 100%;
  position: relative;
}
.date-range-picker input:focus-visible {
  outline: none !important;
}
.note-div {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px dashed #fdc6e5;
}
.note-text {
  margin: 0;
  color: #707070;
  font-size: 12px;
}
.note-text span {
  color: #ff5ebc;
}
.stay-main {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.stay-card {
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #efefef;
  padding: 15px;
}
.stay-text {
  font-size: 12px;
  color: #7a7a7a;
  margin: 0;
  padding-left: 21px;
}
.stay-label {
  font-size: 14px;
  color: #3f3f3f;
  width: 100%;
}
.stay-input-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.date-range-picker::before {
  content: url(../all-assets/calendar-icon.svg);
  display: inline-block;
  margin-left: 10px;
  position: absolute;
  top: 57%;
  transform: translate(0, -50%);
}

/* <------------------------------ login / register css ------------------------------> */

.maincontainer-login {
  margin: 0 auto;
  width: 50%;
  min-width: 650px;
  max-width: 750px;
  background-color: #fdfeff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 40px 100px;
}
.loginlogo {
  height: 40px;
}
.maincontainer-login h3 {
  margin: 25px 0;
  font-size: 34px;
  color: #3f3f3f;
  font-weight: 500;
}
.tab button {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tabcontent {
  display: none;
}
.tablinks {
  cursor: pointer;
  color: #fb80c6;
  font-weight: 500;
}
.login-input {
  margin: 0 0 15px;
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px;
}
.loginbutton-main {
  background-color: #fb80c6;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 5px;
  padding: 10px 40px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
}
.login-input:focus-visible,
.loginbutton-main:focus-visible {
  outline: none !important;
}
.rememberinput {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.login-bottomsection {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 15px;
}
.login-bottomsection p {
  margin: 0;
  color: #484848;
}
.bottomtext {
  margin: 40px 0 0;
  text-align: left;
}
.bottomtext span {
  cursor: pointer;
  color: #fb80c6;
  font-weight: 500;
}
.instructions {
  margin-bottom: 25px;
  color: #767676;
}
.login-input::-webkit-input-placeholder {
  color: #a1a1a1;
}
.login-input:-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.login-input::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.login-input:-ms-input-placeholder {
  color: #a1a1a1;
}
.login-input::-ms-input-placeholder {
  color: #a1a1a1;
}
.login-input::placeholder {
  color: #a1a1a1;
}
.maincontainer-login .doubleinput {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.maincontainer-login .doubleinput .singleinput {
  width: 50%;
}
.maincontainer-login label {
  color: #868686;
  font-size: 16px;
  margin-bottom: 8px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  overflow: none;
  max-width: 500px;
}
/* Close button style */
.close {
  color: #aaa;
  display: flex;
  justify-content: end;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.otpmodal-heading {
  margin-bottom: 12px;
  color: #4a4a4a;
  font-size: 20px;
  text-align: left;
}
.otpmodal-text {
  color: #7a7a7a;
  margin-bottom: 35px;
  text-align: left;
}

#popup-modal {
  display: none; /* Initially hidden */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background */
}
#popup-modal .modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}
#popup-modal .modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#popup-modal .modal-content .close:hover,
#popup-modal .modal-content .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.inputgroup {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 15px;
}
.inputgroup-box {
  background-color: #ededed;
  border: 1px solid #efefef;
  color: #616161;
  border-right: none;
  border-radius: 5px 0 0 5px;
  display: flex;
  height: 41.6px;
  align-items: center;
  padding: 5px 10px;
}
.input-prefix {
  margin: 0;
  border-radius: 0 5px 5px 0;
}

/* <------------------------------ offering detail css ------------------------------> */

.offeringcontainer-main {
  display: flex;
  gap: 30px;
}
.offeringcontainer-img {
  width: 40%;
}
.offeringcontainer-img img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 10px;
}
.offeringcontainer-text {
  width: 60%;
}
.offeringcontainer-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.offeringcontainer-text button {
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 20px;
  background-color: #fb80c6;
  color: white;
  border: none;
  margin-top: 25px;
}
.offeringcontainer-text ul li:before {
  content: url(../all-assets/round-check.svg);
  padding-right: 5px;
  height: 24px;
  width: 24px;
  display: inline-block;
}
.offeringcontainer-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 10px;
}
.offeringcontainer-text h3 {
  margin-bottom: 15px;
}

/* <------------------------------ profile css ------------------------------> */

.account-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}
.menucontent-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.editprofilebtn {
  background-color: transparent;
  color: #fb80c6;
  border-radius: 5px;
  border: 1px solid #fb80c6;
  font-weight: 500;
  font-size: 14px;
  transition: all ease-in-out 0.2s;
  display: flex;
}
.editprofilebtn:hover {
  background-color: #fb80c6;
  color: #fff;
}
.editprofilebtn a {
  padding: 5px 20px;
}
.sidemenu,
.menucontent {
  border-radius: 10px;
  background-color: #fdfeff;
  border: 1px solid #efefef;
}
.sidemenu {
  width: 20%;
  min-width: 240px;
}
.menucontent {
  width: 60%;
  padding: 15px 20px 30px 20px;
}
.sidemenubuttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 25px;
}
.sidemenubtn {
  display: flex;
  padding: 10px 20px;
  gap: 10px;
  align-items: center;
  color: #363636;
  font-size: 18px;
  font-weight: 500;
  transition: all ease-in-out 0.1s;
  background-color: transparent;
  border: none;
}
.sidemenubtn:hover {
  background-color: #efebf7;
}
.sidemenuicon {
  height: 24px;
  width: 24px;
  filter: invert(19%) sepia(1%) saturate(0%) hue-rotate(36deg) brightness(100%)
    contrast(94%);
}
.sidemenu-active {
  color: #fb80c6;
  background-color: #ffeff8;
}
.sidemenu-active .sidemenuicon {
  filter: invert(78%) sepia(22%) saturate(5868%) hue-rotate(289deg)
    brightness(105%) contrast(97%);
}
.profilephoto {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.photoanddetails {
  display: flex;
  gap: 15px;
  align-items: center;
  margin: 40px 0;
}
.user-name {
  color: #575757;
  font-size: 26px;
  margin-bottom: 8px;
}
.location,
.detail-label-profile,
.other-detail {
  font-size: 18px;
  color: #575757;
  margin: 0;
}
.other-detail-profile {
  color: #7c7c7c;
}
.detail-label-profile {
  margin-bottom: 5px;
  font-weight: 500;
}
.otherdetails {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 50px 15px;
}
.singledetail {
  width: 50%;
}
.headingandbutton {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menubtn {
  display: none;
}
.menuicon {
  filter: invert(64%) sepia(0%) saturate(1568%) hue-rotate(188deg)
    brightness(98%) contrast(81%);
  height: 24px;
  width: 24px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fafbfc;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

.menubtn {
  background-color: transparent;
  border: none;
}

.editprofilebtn a {
  color: unset;
  text-decoration: none;
}

/* <------------------------------ edit profile css ------------------------------> */

.edit-header {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mainheading {
  font-size: 36px;
  font-weight: 500;
  color: #575757;
  margin: 0;
}
.backicon {
  filter: invert(32%) sepia(9%) saturate(0%) hue-rotate(157deg) brightness(97%)
    contrast(85%);
}
.editcontainer {
  border-radius: 10px;
  background-color: #fdfeff;
  border: 1px solid #efefef;
  padding: 30px 20px;
  width: 60%;
}
.editphotosection {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.photo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100px;
  height: 100px;
  background-color: #00000075;
  border-radius: 50%;
  font-weight: 500;
  color: white;
  transition: all ease 0.15s;
  border: none;
}
.profilephoto {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
}
.photocontainer {
  border-radius: 50%;
  transition: all ease 0.15s;
}
.photocontainer:hover .photo-overlay {
  display: block;
}
.uploadimgbtn,
.removeimgbtn {
  padding: 5px 15px;
  border-radius: 5px;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
}
.uploadimgbtn {
  border: 1px solid #afafaf;
  color: #ffffff;
  background: #afafaf;
}
.removeimgbtn {
  border: 1px solid #d40200;
  color: #d40200;
}
.photobuttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
.twoinputs .singleinput {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.twoinputs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.editlabel {
  color: #868686;
  font-size: 16px;
  margin-bottom: 8px;
}
.editdetailsection {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.savebtn,
.discardbtn {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}
.savebtn {
  background-color: #fb80c6;
  color: white;
  border: none;
}
.discardbtn {
  border: 1px solid #868686;
  background-color: transparent;
  color: #868686;
}
.bottombuttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.backbtn {
  background: transparent;
  border: none;
}
.editprofile-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}

/* <------------------------------ blog list page css ------------------------------> */

.blog-image-list {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ededed;
}
.blog-container {
  display: flex;
  flex-direction: row;
  gap: 35px 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.single-blog {
  width: calc(33.33% - 13.33px);
}
.single-blog a {
  text-decoration: none;
}
.blog-detail-text {
  margin: 0;
  color: #b1b1b1;
}
.blog-details {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 5px;
  flex-wrap: wrap;
}
.blog-detail-div {
  margin-top: 10px;
}
.blog-title {
  font-size: 20px;
  font-weight: 500;
  margin: 12px 0 8px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #4b4b4b;
}
.blog-description {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #757575;
}

/* <------------------------------ blog page css ------------------------------> */

.blog-image-main {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ededed;
  height: 500px;
  margin: 25px 0;
}
.blog-title-main {
  font-size: 44px;
  font-weight: 500;
  color: #2b2b2b;
  margin: 0;
  line-height: normal;
  width: 90%;
  margin-bottom: 10px;
}
.blog-text {
  margin: 0;
  color: #484848;
  font-size: 18px;
  line-height: 26px;
}
.blogbtnlink {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.blogprevicon {
  height: 20px;
  width: 20px;
}
.blogbtntxt {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.blog-prev-btn {
  margin-bottom: 20px;
  background: transparent;
  border: none;
}
.blog-content-container {
  padding: 0 80px;
}

/* <------------------------------ contact css ------------------------------> */

.contactcontainer-main {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
.contactcontainer-left .heading-normal {
  margin-bottom: 15px;
}
.contactcontainer-left,
.contactcontainer-right {
  width: 50%;
}
.contactform {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactform .singleinput {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contactform label {
  color: #868686;
  font-size: 16px;
  margin-bottom: 8px;
}
.contactform input,
.contactform textarea {
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  width: 100%;
  padding: 8px 15px;
}
.contactform .sendbtn {
  background-color: #fb80c6;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  padding: 7px 20px;
  margin-top: 15px;
}

.contactform input::-webkit-input-placeholder,
.contactform textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}
.contactform input:-moz-placeholder,
.contactform textarea:-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.contactform input::-moz-placeholder,
.contactform textarea::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.contactform input:-ms-input-placeholder,
.contactform textarea:-ms-input-placeholder {
  color: #b1b1b1;
}
.contactform input::-ms-input-placeholder {
  color: #b1b1b1;
}
.contactform input::placeholder,
.contactform textarea::placeholder {
  color: #b1b1b1;
}
/* .divider {
    border: 0.5px solid #e7e7e7;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
} */
.singlecontactdetail {
  display: flex;
  text-decoration: none;
  color: #838383;
  align-items: center;
  gap: 10px;
}
.singlecontactdetail p {
  margin: 0;
}
.singlecontactdetail img {
  height: 50px;
}
.contact-details {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* recurring services css */

.days-checkbox-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.single-day {
  width: calc(14.28% - 8.57px);
}
.single-day input[type="checkbox"] {
  display: none;
}
.single-day label {
  padding: 10px 5px;
  background-color: #fafafa;
  border: 1px solid #efefef;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.15s, border 0.15s;
  width: 100%;
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.single-day input[type="checkbox"]:checked + label {
  background-color: #fee6f4;
  border-color: #ffc6e7;
}
.time-right .time-main::-webkit-input-placeholder {
  color: #afafaf;
}
.time-right .time-main:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.time-right .time-main::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.time-right .time-main:-ms-input-placeholder {
  color: #afafaf;
}
.time-right .time-main::-ms-input-placeholder {
  color: #afafaf;
}
.time-right .time-main::placeholder {
  color: #afafaf;
}
.disabled-day label {
  background-color: #d9d9d9 !important;
  color: #9f9f9f !important;
}
