*:root {
    --primary-color: #3E2C41;
    --secondry-color: #4A5568;
    --text-color: #ffff;
    --text-color2: #2a2a2a;
    --text-color3: #000;
    --gradient-bg-color: linear-gradient(0deg, var(--primary-color) 0%, #3E2C41 100%);
    --gradient-bg-color2: linear-gradient(0deg, var(--secondry-color) 0%, #4A5568 100%);
    --app-content-background-color: #B76F5A;
    /* --c: #3E2C41; */
    --demo-color: #9529d4;
    --se-demo: #6e42e5;
    --bg-light: #f1f3f6;
    --card-bg: #ffffff;
    --text-dark: #1c1e21;
    --text-muted: #6c757d;
    /* --demo-color: #6d1d9c; */
}

body {
    font-family: roboto;
}

/* 
.mobile-header-background {
    background: var(--secondry-color);
    height: 34vh;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
} */

/* Style the tab */
.home-services-tab .tab {
    overflow: hidden;
    display: flex;
    gap: 10px;
}

.home-services-tab .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: .4s;
    font-size: 12px;
    font-weight: 600;
}

.home-services-tab .tab button:hover {
    background-color: #ddd;
}

.home-services-tab .tab button.active {
    border-bottom: 1px solid var(--secondry-color);
    color: var(--secondry-color);
}

.atHomeTab .service-category-item.active .categorys-images img {
    border: 2px solid var(--secondry-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.541) 0px 3px 7px -3px;
    color: var(--secondry-color);
    border-radius: 50%;
}

.atHomeTab {
    overflow: hidden;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athometabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athometabcontents {
    display: none;
    padding: 0px;
    border-top: none;
    transition: all 0.5s ease-in-out;
}

.athome-services-card {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    padding: 15px 0px;
    gap: 10px;
    margin-left: -14px;
}

.athome-services-card .athome-cards-area {
    box-sizing: border-box;
    width: 100%;
}

/* .athome-services-card .athome-cards-area {
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;

  } */
/* .scroll__city__area {
    overflow-x: scroll;
    width: 100%;
}

.scroll__city__area .scroll__main__area {
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    padding-left: 8px;
    width: 100%;

} */
.starts-card-services {
    display: flex;
    gap: 7px;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 285px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.starts-card-services .services-image {
    width: 75px;
    height: 70px;
}

.starts-card-services .services-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.service-card-content .title-area p {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.service-card-content .title-area {
    position: relative;
}

.service-card-content .title-area .sub-text {
    position: absolute;
    top: 17px;
    font-size: 9px;
    color: #44474b;
    max-width: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}

.service-card-content .price-cart {
    display: flex;
}

.service-card-content .price-cart .price-time {
    width: calc(100% - 28%);
}

.service-card-content .price-cart .price-time .rate {
    font-size: 10px;
    color: #000;
    font-weight: 600;
}

.service-card-content .price-cart .price-time .time {
    font-size: 10px;
    color: #44474b;
    font-weight: 600;
}

.add-to-cart {
    height: 44px;
    width: 150px;
    margin: auto;
    position: relative;
}

.add-to-cart-wrapper {
    height: 44px;
    width: 150px;
    margin: auto;
    position: relative;
}

.add-btn {
    display: block;
    width: 100%;
}

.quantity-control {
    display: none;
    align-items: center;
    /* justify-content: space-between; */
    background-color: #fff;
    /* border: 1px solid #0d6efd; */
    border-radius: 5px;
    padding: 2px 7px;
    /* width: 100%; */
    max-width: 95px;
    margin-top: 7px;
}

.qty-num {
    font-weight: bold;
    min-width: 24px;
    text-align: center;
}

.quantity-control button {
    padding: 0 6px;
    /* color: var(--text-color); */
    /* border: 1px solid var(--text-color); */
}

.add-to-cart .show-button {
    border: 1px solid var(--secondry-color);
    background: #fff;
    font-size: 10px;
    color: var(--secondry-color);
    padding: 7px 6px;
    font-weight: 600;
    margin-top: 8px;
    max-width: 72px;
    border-radius: 5px;
}

.add-to-cart .new-items {
    margin-right: -32px;
}

.crtdiv {
    width: 72px;
    position: relative;

}

.qty .bi {
    font-size: 17px;
}

.cart .bi {
    font-size: 28px;
    position: relative;
    padding: 0 5px 0 0;
}

.cart .bi:after {
    position: absolute;
    content: attr(data-before);
    color: #000;
    font-family: roboto;
    left: 11px;
    font-weight: bold;
    top: 5px;
    font-size: 18px;
}

.qty {
    /* top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%); */
    color: var(--secondry-color);
    display: flex;
    background: #fff;
    border: 1px solid var(--secondry-color);
    padding: 0px 8px;
    position: absolute;
    top: 9px;
    border-radius: 5px;
}

.dec,
.inc {
    cursor: pointer;
}

.num {
    width: 22px;
    display: inline-block;
    text-align: Center;
}

.services-grid-item a {
    text-decoration: none;
}

.service-images-area {
    /* max-width: 100%;
    height: 160px; */
    max-width: 75px;
    height: 55px;
    /* position: relative; */
    /* top: 10px; */
}

.service-images-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 12px;
}

.services-contents {
    width: 75px;
}

.services-contents p {
    font-size: 11px;
    font-weight: 600;
    font-family: arno pro;
    text-align: center;
    color: #000000;
}

/* .at-home-multiservice {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 10px;
} */
.cards__athome {
    width: 75px;
    height: 80px;
    /* border-radius: 20px; */
    /* background: #f5f5f5; */
    position: relative;
    padding: 4px;
    /* background-color: #eee; */
    /* text-align: center; */
    border: 2px solid #eee;
    border-radius: 20px;
    /* border: 2px solid #c3c6ce; */
    transition: 0.5s ease-out;
    overflow: visible;
    background: url('../img/bg/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* box-shadow: inset 5px 5px 10px #bbb, inset -5px -5px 10px #fff; */
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    /* transition: 0.5s; */
}

.card-details {
    color: black;
    /* height: 100%; */
    /* gap: 1.5em; */
    /* display: grid; */
    place-content: center;
}

.card-button {
    /* transform: translate(-50%, 125%); */
    width: 40px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    color: #fff;
    font-size: 1rem;
    transition: 0.3s ease-out;
    margin: 0 auto;
    display: block;
}

/*Hover*/
.cards__athome:hover {
    border-color: #c89e38;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

/* .cards__athome:hover .card-button {
    transform: translate(-50%, 50%);
    opacity: 1;
   } */

.at-home-multiservice .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    padding: 0px;
    /* width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; */
    gap: 0px;
}

/* end here */
/* service page */
.athome__header__bg {
    background: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.athome-headers-area {
    display: flex;
    gap: 5px;
    width: 100%;
}

/* .athome-headers-area.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  } */
.athome-back {
    width: 10%;
}

.athome-back .bi {
    font-size: 17px;
    color: #000;
}

.at-home-title {
    width: 80%;
}

.at-home-title p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.athome-filter {
    width: 10%;
}

.athome-services-category {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    /* padding: 15px 0px; */
    gap: 20px;
    border-bottom: 1px solid #eee;
}

.athome-services-category::-webkit-scrollbar {
    display: none;
}

.service-category-item {
    width: 22%;
}

/* .service-category-item a {
    text-decoration: none;
} */

.service-category-item .categorys-images {
    width: 70px;
    height: 70px;
}

.service-category-item .categorys-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.service-category-item .categorys-contents {
    max-width: 90px;
}

.service-category-item .categorys-contents p {
    font-size: 8px;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.athome-offer-card {
    background: var(--secondry-color);
    padding: 6px 10px;
    border-radius: 5px;
}

.athome-offer-card p {
    margin: 0 !important;
    color: #fff;
    font-size: 10px;
}

.athome-service-providers-list {
    border-bottom: 5px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 263px;
    position: relative;
}

.athome__services__bgs {
    background: var(--secondry-color);
    /* background: #B76F5A; */
    width: 318px;
    height: 202px;
    position: absolute;
    right: 7px;
    z-index: -1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 1260px 80px 144px 126px;
}

.athome-provider-name {
    display: flex;
    gap: 10px;
    width: 100%;
    background: var(--gradient-bg-color);
    border-radius: 10px 0px 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.athome-provider-name .at__names {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 3px;
}

.athome-provider-name .at___icons span {
    font-size: 10px;
    font-weight: 600;
    /* color: #348104; */
    color: var(--primary-color);
    align-items: center;
}

.athome__subname {
    font-size: 10px;
    color: #000;
    font-weight: 600;
    align-items: center;
}

.at__homes__images__details {
    display: flex;
    gap: 25px;
    width: 100%;
}

.athome__image__cart {
    width: calc(100% - 65%);
    position: relative
}

.athome__image__cart .athome_____image {
    width: 125px;
    height: 117px;
}

.athome__image__cart .athome_____image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 40px 0px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.athome__image__cart .add-to-cart {
    position: absolute;
    top: 95px;
    left: 24%;
}

.athome__image__cart .add-to-cart .show-button {
    border: 1px solid var(--secondry-color);
    background: #fff;
    font-size: 11px;
    color: var(--secondry-color);
    padding: 6px 5px;
    max-width: 82px;
    font-weight: 600;
    margin-top: 8px;
    margin-left: -10px;
    border-radius: 5px;
}

.athome__image__cart .add-to-cart .quantity-control {
    margin-left: -10px;
}

.athome__services___details {
    width: 65%;
}

.services___price__discount span {
    font-size: 10px;
}

.services___price__discount .t_price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.services___price__discount .t_price del {
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
}

.services___price__discount .discs {
    color: #d6da18;
    font-size: 11px;
    font-weight: 600;
}

.athome__services___details .services___times p {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 !important;
    text-transform: lowercase;
}

.athome__services___details .services__description p b {
    font-size: 11px;
    color: #ffffff;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.athome__services___details .services__description p {
    font-size: 11px;
    color: #eee;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

/* .athome__view__buttons p {
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
} */

.athome__view__buttons p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 11px;
}

.athome__view__buttons {
    --r: .4em;
    --c: #B76F5A;
    position: absolute;
    bottom: 20px;
    right: calc(-1* var(--r));
    padding: calc(1* var(--r)) 0.5em 0;
    border-radius: 0 var(--r) var(--r) 0;
    background: radial-gradient(100% 50% at right, var(--c) 98%, #0000 101%) 0 100% / .5lh calc(100% - 2* var(--r)), radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% 0 / var(--r) calc(2* var(--r)), conic-gradient(at calc(100% - var(--r)) calc(2* var(--r)), var(--c) 75%, #0000 0) 100% 0 / calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
    height: 45px;
    bottom: 14px;
}

/* .athome__view__buttons {
    position: relative;
    font-family: 'Heebo', sans-serif;
    padding: 10px 20px;
    border: 0;
    background: #B76F5A;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 35px;
    width: 130px;
  }
  
  .athome__view__buttons:hover {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgba(255, 0, 0, 0.575);
  }
  
  .athome__view__buttons::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
  }
  
  .athome__view__buttons:hover::after {
    left: 100%;
  } */

.athome__cartview__buttons p {
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    margin-top: 11px;
    text-transform: uppercase;
}

.athome__deatils__pricetime {
    display: flex;
    gap: 15px;
}

.athome__deatils__pricetime span {
    font-size: 10px;
}

.athome__deatils__pricetime .ratess {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.athome__deatils__pricetime .ratess del {
    font-size: 9px;
    color: #7d7f83;
    padding-left: 5px;
}

.discss {
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 600;
}

.t__timess {
    font-size: 9px;
    font-weight: 600;
    color: #000;
    margin: 0 !important;
    text-transform: lowercase;
}

.athome___details__describtions p {
    font-size: 10px !important;
    color: #000;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.athome___details__describtions p b {
    font-size: 10px !important;
}

.details__top__area {
    border-bottom: 1px solid #eee;
}

.details__descriptions__titl p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.description__services__fulldetails .includes__area p {
    font-size: 12px;
}

.description__services__fulldetails .includes__area p i {
    color: var(--app-content-background-color);
    font-size: 15px;
    padding-right: 5px;

}

.description__services__fulldetails ul li {
    font-size: 12px;
}

.tips__area p {
    font-size: 12px;
}

.tips__area p i {
    color: var(--app-content-background-color);
    font-size: 15px;
    padding-right: 5px;
}

.newModels {
    position: fixed;
    top: 62px !important;
    height: 95% !important;
}

.newModel-dialog {
    margin: 0 !important;
}

.newModel-content {
    border-radius: 15px;
}

.newModel-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between !important;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.athome__modal__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 24px;
}

.athome__modal__buttons .add-to-cart .show-button {
    border: 1px solid var(--secondry-color);
    background: #fff;
    font-size: 11px;
    color: var(--secondry-color);
    padding: 7px 7px;
    max-width: 85px;
    font-weight: 600;
    /* margin-top: 8px; */
    /* margin-left: -3px; */
    border-radius: 5px;
}

.athome___done button {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size: 11px;
    padding: 7px 33px;
    font-weight: 600;
    margin-top: 8px;
    /* margin-left: -3px; */
    border-radius: 5px;
}

.athome__modal__buttons .add-to-cart .new-items .crtdiv .qty {
    color: var(--secondry-color);
    display: flex;
    background: #fff;
    border: 1px solid var(--secondry-color);
    padding: 2px 17px;
    position: absolute;
    top: -12px;
    left: -45px;
    border-radius: 5px;
}

.athome___total__amount__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    padding: 15px 10px;
}

.athome___total__amount__details .t__amount {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    width: calc(100% - 38%);
    align-items: center;
    padding-left: 30px;
    padding-top: 7px;
}

.athome____amounts__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
}

.athome____amounts__details .total____amounts {
    width: calc(100% - 38%);
    align-items: center;
    padding-left: 30px;
    padding-top: 7px;
}

.athome____amounts__details .total____amounts span {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.athome____amounts__details .total____amounts span del {
    font-size: 14px;
    color: #7d7f83;
    font-weight: 600;
    padding-left: 5px;
}

.athome____amounts__details .total____amounts p {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: 600;
}

.athome____amounts__details .viewCart {
    width: 38%;
}

.athome____amounts__details .viewCart a {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size: 11px;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.athome___total__amount__details .viewCart {
    width: 38%;
}

.athome___total__amount__details .viewCart a {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    font-size: 12px;
    padding: 8px 25px;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
}

.athome__topshead p {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondry-color);
}

.pro___tipss {
    display: flex;
    background: var(--secondry-color);
    border-radius: 5px;
}

.pro___tipss .pro__content {
    width: calc(100% - 32%);
}

.pro___tipss .pro__content .txt {
    color: #fff;
    margin: 0 !important;
}

.pro___tipss .pro__content p {
    margin: 0 !important;
    font-size: 12px;
    color: #fff;
    text-align: justify;
    padding: 0 5px;
}

.pro____images {
    width: 32%;
}

.pro____images .imgPro {
    width: 100px;
    height: 80px;
}

.pro____images .imgPro img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* end service */

/* cart area */
.viewcart____fulldetails {
    background: #fff;
    border: 1px solid var(--app-content-background-color);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 4px;
    border-radius: 10px;
}

.athome__shop__name {
    display: inline-flex;
    width: 100%;
}

.athome__shop__name .shop__name {
    width: calc(100% - 8%);
}

.athome__shop__name .shop__name .s__name {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 !important;
    padding-top: 4px;
}

.athome__shop__name .shop__name .ser__name {
    font-size: 11px;
    text-transform: capitalize;
    margin: 0 !important;
}

.athome__shop__name .remove-btn {
    width: 8%;
}

.athome__shop__name .remove-btn .removes__buttons {
    background: var(--secondry-color);
    width: 45px;
    padding: 5px;
    height: 45px;
    border-radius: 1rem;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 1px solid #fff;
}

.athome__total__price__cart {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}

.athome__total__price__cart .prices {
    font-size: 11px;
    font-weight: 600;
}

.athome__total__price__cart .prices del {
    font-size: 11px;
    color: #7d7f83;
    padding-left: 5px;
}

.athome__total__price__cart .discountss {
    font-size: 11px;
    font-weight: 600;
    color: var(--primary-color);
}

.athome__total__price__cart .space {
    font-size: 12px;
}

.athome__total__price__cart .t__timss {
    font-size: 11px;
    font-weight: 600;
}

.athome__serv__cost {
    display: flex;
    width: 100%;
    gap: 4px;
}

.service__charge {
    display: flex;
    gap: 10px;
}

.service__charge .serv__amount span {
    font-size: 11px;
    text-transform: capitalize;
}

.service__charge .increase__persons form select {
    border-radius: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 4px;
    font-size: 12px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 4px;
    color: var(--secondry-color);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    width: 4px;
    background: var(--secondry-color);
    color: var(--secondry-color);
}

/* end */

.exact-location p {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 0 !important;
}

.exact-location p span .bi {
    font-size: 18px;
    color: var(--secondry-color);
}

.exact-location .pin-map {
    font-size: 9px;
    color: var(--secondry-color);
}

.exact-area-state {
    display: flex;
    gap: 10px;
}

.exact-area-state .state-areas {
    width: calc(100% - 20%);
}

.exact-area-state .state-areas p {
    font-size: 10px;
    color: #44474b;
    text-transform: capitalize;
}

.exact-changebtn {
    width: 20%;
    float: right;
    margin-right: 11px;
}

.exact-changebtn a {
    border: 1px solid var(--secondry-color);
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    color: var(--secondry-color);
    text-decoration: none;
    font-weight: 600;
}

.exactarea-input input {
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--secondry-color);
    border-left: 1px solid var(--secondry-color);
    border-right: 1px solid var(--secondry-color);
    font-size: 12px;
    padding: 12px 10px;
    color: var(--secondry-color);
    text-indent: 4px;
}

.exactarea-input .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: var(--secondry-color);
    border-bottom: 1px solid var(--secondry-color);
    color: var(--secondry-color);
}

.exactLocation input {
    border-top: 1px solid transparent;
    border-bottom: 1px solid var(--secondry-color);
    border-left: 1px solid var(--secondry-color);
    border-right: 1px solid var(--secondry-color);
    font-size: 12px;
    padding: 12px 10px;
    color: var(--secondry-color);
    text-indent: 4px;
}

.address_____title {
    font-size: 12px;
    font-weight: 600;
}

.exactLocation label {
    font-size: 12px;
    font-weight: 600;
}

.exactLocation label .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: var(--secondry-color);
    border-bottom: 1px solid var(--secondry-color);
    color: var(--secondry-color);
}

/* #address-form {
    position: relative;
} */
.add-more-btn {
    position: relative;
    top: 0;
    right: 4px;
    float: right;
}

.add-more-btn button {
    border: 1px solid var(--secondry-color);
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 500;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    background: #fefefe;
    color: var(--secondry-color);
    /* text-shadow: 1px 1px 10px #2a2a2a85; */
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.remove-address-btn {
    position: relative;
    top: -138px;
    right: -220px;
    float: inline-start;
    z-index: 10;
    background: var(--secondry-color);
    border-radius: 12px;
    border: 1px solid #fff;
}

.remove-address-btn .bi {
    color: #fff;
    font-size: 20px;
    z-index: 10;
}

.add-exact-btn button {
    border: 1px solid var(--secondry-color);
    padding: 4px 55px;
    font-size: 17px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    background: var(--secondry-color);
    color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.add-exact-btn button:disabled {
    border: 1px solid #a0a1a1;
    background: #e3e4e6;
    color: #7d7f83;
}

.exact-label-btn p {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.exact-label-btn>input {
    display: none;
}

.exact-label-btn>p {
    cursor: pointer;
    border: 1px solid #44474b;
    padding: 7px 12px;
    border-radius: 10px;
}

.exact-label-btn>input:checked+p {
    border-color: #fefefe;
    border-radius: 10px;
    background: var(--secondry-color);
    color: #fff;
    padding: 7px 12px;
}

/* .exact-label-btn .male {
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 7px;
  font-weight: 700;
  }
  
  .exact-label-btn .female {
  font-size: 20px;
  position: relative;
  left: 10px;
  top: 7px;
  font-weight: 700;
  } */
.exact__date__input {
    display: flex;
    /* gap: 20px; */
    justify-content: space-between;
    padding-left: 10px;
}

.extact__months p {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.exact__time__input {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
}

.summary__titles p {
    font-size: 14px;
    font-weight: 700;
}

.payment__detailsss {
    display: flex;
    gap: 10px;
    border-bottom: 1px dashed var(--secondry-color);
}

.payment__detailsss .tot__services__cost {
    width: calc(100% - 20%);
}

.payment__detailsss .tot__services__cost p {
    font-size: 11px;
    font-weight: 600;
    margin: 0 !important;
    text-transform: capitalize;
}

.payment__detailsss .payment__costs {
    width: 20%;
    margin-right: 10px;
    float: right;
    text-align: right;
}

.payment__detailsss .payment__costs p {
    font-size: 11px;
    margin: 0 !important;
    font-weight: 600;
    text-transform: capitalize;
}

.totpay__payment__detailsss {
    display: flex;
    background: var(--primary-color)6b;
    margin: 0;
    padding: 9px 8px;
}

.totpay__payment__detailsss .tot__services__cost {
    width: calc(100% - 20%);
    /* padding-top: 10px; */
    margin: 0;
}

.totpay__payment__detailsss .tot__services__cost p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    color: #000;
    margin: 0 !important;
    text-transform: capitalize;
}

.totpay__payment__detailsss .payment__costs {
    width: 20%;
    margin-right: 10px;
    float: right;
    text-align: right;
    /* padding-top: 10px; */
    margin: 0;
}

.totpay__payment__detailsss .payment__costs p {
    font-size: 14px;
    font-weight: 600;
    padding-left: 4px;
    color: #000;
    margin: 0 !important;
    text-transform: capitalize;
}

.exact__loc__chanage {
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #a0a1a1;
}

.exact__loc__chanage .exact__loc {
    width: calc(100% - 20%);
    padding-left: 5px;
}

.exact__loc__chanage .exact__loc p {
    font-size: 14px;
    text-transform: capitalize;
    color: #44474b;
}

.exact__loc__chanage .exact__loc p span {
    text-transform: uppercase;
}

.exact__loc__chanage .exact__chnagebtn {
    width: 20%;
}

.exact__loc__chanage .exact__chnagebtn a {
    text-decoration: none;
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}

.athome____payamounts__details {
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.exact__proceed__pay button {
    margin: 0 auto;
    display: block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 7px 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.carousels_inners {
    width: 100% !important;
    height: 100%;
}

.carousels_inners .carousel-item>img {
    width: auto;
    height: auto;
    /* object-fit: none; */
    border-radius: 20px;
}

.carousel___indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* Space between dots */
    padding: 10px 0;
    position: absolute;
    top: 180px;
}

.carousel___indicators button {
    width: 9px !important;
    height: 9px !important;
    border-radius: 50%;
    border: none;
    background-color: #a0a1a1 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Active dot style */
.carousel___indicators button.active {
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    /* Active dot color */
    transform: scale(1.3);
    /* Slightly enlarge active dot */
}

.comming-background {
    background: url('../img/services-at-home/club-soon.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    padding: 20px;
}

.comming___backgrounds {
    background: url('../img/services-at-home/food-soon.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    padding: 20px;
}

.comming__title p {
    text-align: center;
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    color: transparent;
}

.picks__taglines {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 5px;
}

.picks__taglines .tabstag p {
    background: #fffdfd;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: 1px solid var(--primary-color);
    border-radius: 18px;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: 500;
}

.recommended__itemslist {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 11px;
}

/* .recommended__itemslist::-webkit-scrollbar {
    margin-top: 20px !important;
    display: none;
}
.recommended__itemslist::-webkit-scrollbar-thumb {
    margin-top: 20px !important;
    width: 8px;
    border-radius: 10px;
    /* background-color: #17aded; */
/* background-color: #ef4023; */
/* display: none; */
/* } */
.picks__itemList {
    position: relative;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 215px;
    height: 314px;
    /* border: 1px solid #000; */
}

.spa-items .picks__itemList {
    height: 100%;
}

.spa-items .picks__itemList .picks__itemContent {
    margin-top: 20px;
}

.picks__itemList a {
    text-decoration: none;

}

.picks__img {
    width: 215px;
    height: 165px;
}

.picks__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.picks__itemContent {
    background-color: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 7px;
    width: 215px;
}

.picks__topleft {
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    padding: 4px;
    background-color: white;
    border-radius: 4px;
    color: rgb(20, 20, 20);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 5px 0px, rgba(0, 0, 0, 0.04) 0px 1px 10px 0px, rgba(0, 0, 0, 0.08) 0px 2px 4px 0px;
    position: absolute;
    top: 8px;
    left: 4px;
}

.picks__topright {
    position: absolute;
    z-index: 1;
    left: 180px;
    top: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 24px 38px, rgba(0, 0, 0, 0.04) 0px 9px 46px, rgba(0, 0, 0, 0.08) 0px 11px 15px;
}

.picks__topright svg {
    stroke-width: 1px !important;
    fill: transparent;
    stroke: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
}

.shortIcons svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.shortIcons svg.active {
    fill: #B76F5A;
    stroke: #B76F5A;
}

.item_spa__ratelist .offper {
    color: #07b5a9;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px 5px 5px 0px;
    padding: 2px 3px;
}

.items__rate p {
    position: absolute;
    top: 153px;
    padding: 3px 5px;
    background: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px 0px 10px 0px;
}

.items__rate p span {
    color: #899292;
}

.item_spa__ratelist {
    position: relative;
    top: -16px;
}

.item_spa__ratelist p {
    margin-top: -10px;
    color: #165c16;
    font-weight: 700;
    font-size: 16px;
}

.item_spa__ratelist del {
    color: #2a2a2a;
    font-size: 12px;
}

.picks__items {
    font-weight: 700;
    font-size: 15px;
    max-width: 20rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--primary-color);
    padding-top: 5px;
}

.picks__items__add {
    font-size: 15px;
    position: relative;
    top: -15px;
    color: #44474b;
}

.item_spa__ratelist .items__tex {
    color: #44474b;
    position: relative;
    top: -5px;
    font-weight: 500;
    font-size: 12px;
}

.pay__at__online__home {
    position: relative;
    top: -30px;
}

.pay__at__online__home p {
    background: #4ee7dd49;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: 600;
    color: #3d7a65;
    max-width: 150px;
    border-radius: 10px;
}

.views__buttons_off {
    text-decoration: none;
    width: 130px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0px 15px;
    background-color: #7d573f;
    border-radius: 10px;
    color: white;
    border: none;
    position: absolute;
    cursor: pointer;
    font-size: 15px;
    top: 150px;
    left: 180px;
    transition-duration: .2s;
}

.arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.views__buttons_off:hover {
    background-color: rgb(77, 77, 77);
    transition-duration: .2s;
    color: #ffffff;
    background: var(--secondry-color);
}

.views__buttons_off:hover .arrow {
    animation: slide-right .6s ease-out both;
}

/* arrow animation */
@keyframes slide-right {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.views__buttons_off:active {
    transform: translate(1px, 1px);
    transition-duration: .2s;
}

.offers__cards__one {
    background: url('../img/offer/salon-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 199px;
    max-width: 400px;
    position: relative;
}

.offer__sideimg {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 96px;
    height: 208px;
    z-index: 2;
}

.offer__sideimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer__sideimg2 {
    position: absolute;
    top: 20px;
    right: 20px;
    float: right;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: 2;
}

.offer__sideimg2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main__offer_ribbon {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.main__offer_ribbon {
    --s: 4em;
    --a: 40deg;
    --r: .8em;
    --c: #3E2C41;
    line-height: 1.9;
    padding-inline: calc(1lh* tan(var(--a) / 2) + .3em) calc(var(--r) + .3em);
    margin-bottom: calc(var(--s)* sin(var(--a)));
    clip-path: polygon(0 100%, 0 999px, calc(100% - var(--r)) 999px, calc(100% - var(--r)) 100%, 100% 50%, calc(100% - var(--r)) 0, calc(1lh* tan(var(--a) / 2)) 0);
    background-color: var(--c);
    width: fit-content;
    position: absolute;
    left: 62px;
    top: 3px;
}

.main__offer_ribbon:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1lh;
    width: var(--s);
    background: color-mix(in srgb, var(--c), #000 40%);
    transform-origin: bottom left;
    rotate: var(--a);
    clip-path: polygon(calc(1lh/tan(var(--a))) 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%);
}

.main__offer_content1 {
    position: absolute;
    left: 73px;
    top: 71px;
    /* background: #7d573f; */
    background: #3E2C41;
    width: 217px;
    height: 102px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 25px;
}

.main__offer_content1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.offers__cards__two {
    background: url('../img/offer/massage-bg-spa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
}

.main__offer_content2 {
    position: absolute;
    left: 15px;
    text-transform: capitalize;
    top: 76px;
    /* background: #7d573f; */
    max-width: 164px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 2px;
    color: #fff;
    font-weight: 700;
    font-family: cursive;
}

.subTitles__off {
    margin-top: -14px;
    font-size: 8px;
    font-weight: 500;
    color: #fff;
}

.offer__sideimg3 {
    position: absolute;
    top: 5px;
    right: 0px;
    float: right;
    width: 190px;
    height: 189px;
    z-index: 2;
}

.offer__sideimg3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.views__buttons_off2 {
    position: absolute;
    top: 161px;
    left: 100px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 23px;
    color: #fff;
    text-decoration: none;
}

.main__offer_ribbon2 {
    font-size: 15px;
    font-weight: 600;
    color: #3E2C41;
}

.main__offer_ribbon2 {
    --s: 4em;
    /* the ribbon size */
    --a: 40deg;
    /* the angle of the folded part */
    --r: .8em;
    /* the cutout part */
    --c: #fff;

    line-height: 1.9;
    padding-inline: calc(var(--r) + .3em) calc(1lh*tan(var(--a)/2) + .3em);
    margin-top: calc(var(--s)*sin(var(--a)));
    clip-path: polygon(var(--r) 0, var(--r) -999px, 100% -999px, 100% 0, calc(100% - 1lh*tan(var(--a)/2)) 100%, var(--r) 100%, 0 50%);
    background-color: var(--c);
    width: fit-content;
    position: absolute;
    left: 62px;
    top: 0px;
}

.main__offer_ribbon2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1lh;
    width: var(--s);
    background: color-mix(in srgb, var(--c), #000 40%);
    transform-origin: top right;
    rotate: var(--a);
    clip-path: polygon(0 0, 100% 0, calc(100% - 1lh/tan(var(--a))) 100%, 0 100%, var(--r) 50%);
}

.offers__cards__three {
    background: url('../img/offer/book-spa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.offer__sideimg4 {
    position: absolute;
    top: 0px;
    right: -25px;
    float: right;
    width: 220px;
    height: 200px;
    z-index: 2;
}

.offer__sideimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suboffer__sideimg5 {
    position: absolute;
    top: 20px;
    right: 80px;
    float: right;
    width: 70px;
    height: 70px;
    z-index: 4;
}

.suboffer__sideimg5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.suboffer__sideimg6 {
    position: absolute;
    top: 120px;
    right: 90px;
    float: right;
    width: 70px;
    height: 70px;
    z-index: 4;
}

.suboffer__sideimg6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.suboffer__sideimg4 {
    position: absolute;
    top: 62px;
    right: 35px;
    float: right;
    width: 90px;
    height: 90px;
    z-index: 3;
}

.suboffer__sideimg4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.main__offer_ribbon3 {
    position: absolute;
    top: 5px;
    left: 50px;
    background: #165c16;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 10px 0px 10px 0px;
}

.main__offer_content3 {
    position: absolute;
    left: 15px;
    text-transform: capitalize;
    top: 45px;
    /* background: #7d573f; */
    max-width: 180px;
    border-radius: 10px;
    padding: 2px;
    color: #719a37;
    font-weight: 700;
    font-family: fantasy;
}

.main__offer_content3 .subTitles__off {
    margin-top: 20px;
    font-size: 8px;
    font-weight: 600;
    margin-left: 6px;
    color: #1d110a;
}

.views__buttons_off3 {
    position: absolute;
    top: 150px;
    left: 30px;
    background: var(--primary-color);
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 23px;
    color: #fff;
    text-decoration: none;
}

.offers__cards__four {
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.offers__cards__four img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offers__cards__five {
    height: 199px;
    max-width: 400px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.offers__cards__five img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book__btn a {
    text-decoration: none;
}

.customs__btns {
    width: 150px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-shadow: 1px 2px 7px #000000d0;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}


.btns____books {
    position: relative;
    right: 20px;
    bottom: 14px;
    border: none;
    box-shadow: none;
    width: 52px;
    height: 25px;
    line-height: 37px;
    -webkit-perspective: 230px;
    perspective: 198px;
}

.btns____books span {
    background: var(--primary-color);
    background: var(--gradient-bg-color);
    display: block;
    position: absolute;
    width: 73px;
    height: 36px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btns____books span:nth-child(1) {
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btns____books span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btns____books:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btns____books:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.customs__btns2 {
    width: 100px;
    height: 35px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    /* margin-top: -15px; */
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-shadow: 1px 2px 7px #000000d0;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    left: 14px;
    top: 2px;
}

.views__btns a .btns___viewss {
    background: var(--gradient-bg-color2);
    line-height: 38px;
    padding: 0;
    border: none;
}

.btns___viewss span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btns___viewss:before,
.btns___viewss:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: var(--secondry-color);
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.btns___viewss:before {
    height: 0%;
    width: 2px;
}

.btns___viewss:after {
    width: 0%;
    height: 2px;
}

.views__btns a .btns___viewss:hover {
    color: var(--secondry-color);
    background: transparent;
}

.btns___viewss:hover:before {
    height: 100%;
}

.btns___viewss:hover:after {
    width: 100%;
}

.btns___viewss span:before,
.btns___viewss span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--secondry-color);
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.btns___viewss span:before {
    width: 2px;
    height: 0%;
}

.btns___viewss span:after {
    height: 2px;
    width: 0%;
}

.btns___viewss span:hover:before {
    height: 100%;
}

.btns___viewss span:hover:after {
    width: 100%;
}

.btn-athome11 {
    border: none;
    background: var(--primary-color);
    /* background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%); */
    background: var(--gradient-bg-color2) !important;
    color: #fff;
    overflow: hidden;
}

.btn-athome11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-athome11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-athome11:hover {
    opacity: .8;
}

.btn-athome11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.customes-buttons {
    width: 104px;
    height: 36px;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-shadow: 1px 2px 7px #000000d0;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    left: 2px;
    top: 2px;
}

/* .modalAthome {
    background: url(../img/salon-at-home.jpg) !important;
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    z-index: 5 !important;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
  }
   */

@keyframes whirlIn {
    from {
        transform: rotate(-360deg) scale(0);
        opacity: 0;
    }

    to {
        transform: rotate(0) scale(1);
        opacity: 1;
    }
}

.whirl-in .modal-dialog {
    animation: whirlIn 0.5s ease-out;
}

.modalAthomeContent {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -5px 0px inset;
    max-width: 512px;
    height: 320px;
}

.modal__popupbgs {
    position: absolute;
    top: 137px;
    left: 6px;
    width: 330px;
    z-index: 0;
    height: 170px;
    background: var(--gradient-bg-color);
    border-radius: 126px 10px 126px 0px;
    margin: 0 auto;
    justify-content: center;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -4px 0px inset;
}

.modalAthomeContent .modal-body {
    z-index: 4 !important;
}

.modalAthomeContent .modal-footer {
    z-index: 4 !important;
}

.modalAthomeContent .modal-header .modal-title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.modalAthomeContent .modal-header .modal-title {
    --r: .4em;
    position: absolute;
    top: 11px;
    inset-inline: calc(-1*var(--r));
    text-align: center;
    line-height: 1.8;
    padding: 0 .5em calc(2*var(--r));
    border-radius: var(--r);
    --_g: 100%/var(--r) calc(2*var(--r)) no-repeat;
    background:
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 var(--_g),
        radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% var(--_g),
        conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, #B76F5A 0) 0 0/calc(100% - var(--r)) 100%;
}

.modalAthomeContent .modal-header .btn-close {
    margin-top: -3px;
}

.athomeTitle__gen {
    display: flex;
    gap: 10px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.maleFunction {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #eeeeeec0;
    padding: 15px;
    text-align: center;
    border-radius: 4px 50px 4px 50px;
}

.maleFunction a div {
    width: 70px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--primary-color);
}

.maleFunction a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.maleFunction a div:hover {
    border: 4px solid #ffffff;
}

.maleFunction a {
    text-decoration: none;
}

.maleFunction a span {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
}

/* .athome__genTitle {
    position: ;
  } */
.athome__genTitle p {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    background: var(--primary-color);
    padding: 5px;
    border-radius: 20px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}



/* male at home card */
.athome__maleservice__list {
    border-bottom: 6px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 405px;
    position: relative;
    background: url('../img/bg/salon-modal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(10px);
}

.athome__maleservice__list .athome__services__bgs2 {
    /* background: #3E2C41; */
    background: transparent;
    /* background: #B76F5A; */
    width: 120px;
    height: 264px;
    position: absolute;
    right: 5px;
    backdrop-filter: blur(18px);
    top: 4px;
    border: 1px solid #fff;
    border-bottom: 5px solid #fff;
    z-index: -1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 1260px 80px 400px 126px;
}

.athome__maleservice__list .athome__services__bgs {
    /* background: #3E2C41; */
    background: var(--secondry-color);
    /* background: #B76F5A; */
    width: 320px;
    height: 324px;
    position: absolute;
    left: 5px;
    backdrop-filter: blur(18px);
    bottom: 4px;
    z-index: 1;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(255, 255, 255, 0.952) 0px -4px 0px inset;
    border-radius: 80px 1260px 70px 126px;
}

/* .athome__maleservice__list .athome-provider-name {
    display: flex;
    gap: 10px;
    width: 100%;
    background: var(--gradient-bg-color);
    border-radius: 10px 0px 40px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.athome__maleservice__list .athome-provider-name .at__names {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    align-items: center;
    padding-top: 3px;
    padding-left: 7px;
    padding-bottom: 3px;
} */
.athome__maleservice__list .athome-provider-name .at__names {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.athome__maleservice__list .athome__subname {
    color: #fff;
}

.athome__maleservice__list .athome-provider-name {
    --r: .4em;
    /* control the ribbon shape (the radius) */
    --c: var(--secondry-color);

    position: absolute;
    top: 4px;
    left: calc(-1*var(--r));
    line-height: 1.8;
    padding: 0 .5em calc(2*var(--r));
    border-radius: var(--r) 0 0 var(--r);
    background:
        radial-gradient(100% 50% at left, var(--c) 98%, #0000 101%) 100% 0/.5lh calc(100% - 2*var(--r)),
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 100%/var(--r) calc(2*var(--r)),
        conic-gradient(from 90deg at var(--r) calc(100% - 2*var(--r)), #0000 25%, var(--c) 0) 0 0/calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
    box-shadow: none;
    max-width: 280px;
}

.athomesmale__details {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
}

.athomesmale__details .athome__image__cart {
    position: relative;
    width: 100%;
    top: -5px;
    z-index: 4;
}

.athomesmale__details .athome__image__cart .athome_____image {
    width: 299px;
    height: 170px;
    display: block;
    margin: 0 auto;
}

.athomesmale__details .athome__image__cart .athome_____image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 5px 40px 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.athomesmale__details .athome__image__cart .add-to-cart {
    position: absolute;
    top: 140px;
    left: 24%;
}

.athomesmale__details .athome__image__cart .add-to-cart .show-button {
    border: 1px solid rgb(255, 255, 255);
    background: #3E2C41;
    font-size: 11px;
    color: #ffffff;
    padding: 6px 4px;
    font-weight: 600;
    margin-top: 8px;
    margin-left: -3px;
    max-width: 84px;
    border-radius: 5px;
}

.athomesmale__details .athome__services___details {
    width: calc(100% - 10%);
    z-index: 4;
}

.athomesmale__details .athome__services___details .services___price__discount span {
    font-size: 10px;
}

.athomesmale__details .athome__services___details .services___price__discount .t_price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.athomesmale__details .athome__services___details .services___price__discount .t_price del {
    font-size: 11px;
    color: #000000;
    padding-left: 5px;
}

.athomesmale__details .athome__services___details .services___price__discount .discs {
    color: #d6da18;
    font-size: 11px;
    font-weight: 600;
}

.athomesmale__details .athome__services___details .services___times p {
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 !important;
    text-transform: lowercase;
}

.athomesmale__details .athome__services___details .services__description p b {
    font-size: 11px;
    color: #ffffff;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

.athomesmale__details .athome__services___details .services__description p {
    font-size: 11px;
    color: #eee;
    margin: 0 !important;
    line-height: 1.5;
    text-transform: capitalize;
}

/* .athome__view__buttons p {
    color: var(--secondry-color);
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
} */

.athomesmale__details .athome__services___details .athome__view__buttons p {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 11px;
}

.athomesmale__details .athome__services___details .athome__view__buttons {
    --r: .4em;
    --c: #3E2C41;
    position: absolute;
    bottom: 20px;
    right: calc(-1* var(--r));
    padding: calc(1* var(--r)) 0.5em 0;
    border-radius: 0 var(--r) var(--r) 0;
    background: radial-gradient(100% 50% at right, var(--c) 98%, #0000 101%) 0 100% / .5lh calc(100% - 2* var(--r)), radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% 0 / var(--r) calc(2* var(--r)), conic-gradient(at calc(100% - var(--r)) calc(2* var(--r)), var(--c) 75%, #0000 0) 100% 0 / calc(101% - .5lh) 100%;
    background-repeat: no-repeat;
    height: 45px;
    bottom: 14px;
}

.view__btn__athome {
    position: relative;
    border: 0;
    background: #B76F5A;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 30px;
    width: 112px;
    border-radius: 50px 10px 40px 10px;
    top: 8px;
    border: 1px solid #fefefe;
}

.view__btn__athome p {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 10px 10px;
    font-family: 'Heebo', sans-serif;
    position: absolute;
    top: -4px;
    left: 2px;
}

.view__btn__athome:hover {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.562);
    transform: scale(1.01);
    box-shadow: inset 0px 0px 10px rgba(255, 0, 0, 0.575);
}

.view__btn__athome::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    width: 50%;
    height: 100%;
    transform: rotate(80deg);
    background: #ffffff77;
    filter: blur(10px);
    transition: 0.6s ease-in-out;
}

.view__btn__athome:hover::after {
    left: 100%;
}

.massageAtHome__List {
    border-bottom: 6px solid #3E2C41;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 5px;
    cursor: pointer;
    border-radius: 32px 0px 32px 0px;
    max-width: 375px;
    height: 300px;
    position: relative;
    border-top: 1px solid #3E2C41;
    border-left: 1px solid #3E2C41;
    border-right: 1px solid #3E2C41;
    display: block;
    margin: 0 auto;
    position: relative;
}

.massageImages {
    width: 287px;
    height: 136px;
    display: block;
    margin: 0 auto;
}

.massageImages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 142px 20px 102px 10px;
}

.massageAtHome__bgs {
    position: absolute;
    top: 2px;
    width: 57px;
    height: 57px;
}

.massageAtHome__bgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.massageAtHome__bgs2 {
    position: absolute;
    bottom: 9px;
    right: 4px;
    width: 61px;
    height: 61px;
}

.massageAtHome__bgs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 250px 110px 70px 10px;
}

.massageAtHome__bgs3 {
    position: absolute;
    bottom: 19px;
    left: 18px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    width: 330px;
    height: 157px;
    background-image: linear-gradient(to top, #3E2C41 0%, #e5b2ca 100%);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 40px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 70px 120px 60px 90px;
    border: 1px solid #fefefe;
}

.massageAtHome__bgs4 {
    position: absolute;
    top: 2px;
    left: 5px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    width: 346px;
    height: 161px;
    /* background: transparent; */
    backdrop-filter: blur(24px);
    border: 1px solid #fefefe;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 170px 120px 60px 90px;
    background-image: linear-gradient(45deg, #3E2C41 0%, #4a5568 100%);
}

.massageAtHome___Content {
    padding: 17px 23px;
    margin-top: 7px;
}

/* .massageAtHome___Content .nameTitle {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 19px;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 7px;
    text-shadow: 1px 1px 10px #fefefe;
  } */
.massageAtHome___Content .locationHome {
    color: #fff;
    font-weight: 700;
    padding-left: 4px;
    font-size: 15px;
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    /* top: 42px; */
}

.massageTotalAmt {
    position: relative;
    top: -27px;
    padding-left: 5px;
}

.massageTotalAmt p {
    font-size: 19px;
    font-weight: 600;
    /* color: #39f039; */
    color: #f0ff67;
}

.massageTotalAmt p del {
    font-size: 14px;
    font-weight: 600;
    color: #0f160f;
}

.massageTotalAmt p sup {
    font-size: 10px;
    font-weight: 500;
    color: #1d110a;
    background: #fefefe;
    border-radius: 8px 2px 8px 2px;
    padding: 3px;
    border: 1px solid #1d110a;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.massageAtHome___Content .nameTitle p {
    color: #ffff;
    font-weight: 700;
    font-size: 19px;
    max-width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    padding-left: 9px;
    text-shadow: 1px 1px 10px #2a2a2a;
    text-align: center;
    /* margin-top: 7px; */
    position: relative;
    top: 16px;
    left: 14px;
    padding-top: 7px;
    padding-bottom: 2px;
    text-align: center;
}

.massageAtHome___Content .nameTitle {
    --r: 0.7em;
    /* control the ribbon shape (the radius) */
    position: absolute;
    bottom: 142px;
    inset-inline: calc(-1*var(--r));
    text-align: center;
    /* line-height: 1.8;  */
    /* padding: calc(2*var(--r)) .5em 0; */
    border-radius: var(--r);
    --_g: 0/var(--r) calc(2*var(--r)) no-repeat;
    background:
        radial-gradient(100% 50% at right, #0005 98%, #0000 101%) 0 var(--_g),
        radial-gradient(100% 50% at left, #0005 98%, #0000 101%) 100% var(--_g),
        conic-gradient(at var(--r) calc(2*var(--r)), #0000 25%, #B76F5A 0) 0 0/calc(100% - var(--r)) 100%;
    text-align: center;
}

.massage__cart__view {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 1px;
}

.massageAtHomeGrid {
    position: relative;
    top: -14px;
    left: 4px;
    /* display: grid; */
    gap: 0px;
    /* grid-template-columns: auto auto auto auto; */
    z-index: 4;
}

.massageAtHomeGrid p {
    font-size: 11px;
    font-weight: 400;
    color: #f3f1f1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    /* Optional: adjust spacing */
    max-height: 2.8em;
    /* 2 lines × 1.4 line height */
}


.massageAtHomeGrid p .bi {
    font-size: 11px;
    font-weight: 600;
    /* text-align: center; */
    color: yellow;
}

@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.navbar____sticky {
    position: sticky;
    top: 56px;
    background: #fff;
    z-index: 1000;
    /* padding: 10px; */
    animation: sticky 0.4s;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px dashed #3E2C41;
    height: 11vh;
}

.mission-tab-navs {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding: 5px 0px 12px 5px;
}

.mission-tab-navs>.active {
    background: var(--gradient-bg-color);
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #fefefe !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    border-radius: 32px 10px 20px 10px;
}

.booked__tabs {
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 12px #2a2a2a;
}

.upcomming__booked__data {
    border: 1px solid #3E2C41;
    padding: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 15px;
}


.main____tabs {
    display: flex;
    position: relative;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    display: flex !important;
    flex-wrap: nowrap;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding: 5px 0px 9px 5px;
    /* To position the moving indicator */
    top: -17px;
}

.tabs_____btn {
    padding: 10px 20px;
    /* border: 1px solid #ccc; */
    background-color: #f9f9f9;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 1px 12px #2a2a2a;
    margin-right: 5px;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 1;
    border-radius: 32px 10px 20px 10px;
}

.tabs_____btn.active {
    color: #ffffff;
    background: var(--gradient-bg-color);
    color: #fff !important;
    font-weight: 600;
    border: 1px solid #fefefe !important;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
    border-radius: 32px 10px 20px 10px;
}

.switch__indicator {
    position: absolute;
    background: var(--gradient-bg-color);
    /* Green indicator */
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

/* .tab-content {
    margin-top: 20px;
  } */

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.sub_____tabs {
    margin-top: 4px;
    border-bottom: 1px solid #ccc;
}

.sub-tabs_____btn {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.sub-tabs_____btn.active {
    /* background-color: #3498db; */
    border-bottom: 2px solid #3E2C41;
    /* Active sub-tab background color */
    color: #3E2C41;
    text-shadow: 1px 1px 12px #a39a9a;
    font-weight: 600;
}

.sub-tab-content {
    display: none;
}

.sub-tab-content a {
    text-decoration: none;
}

.sub-tab-content.active {
    display: block;
}

.cart____select {
    position: relative;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 1px solid #475569;
    border-radius: 50px;
    transition: background 0.2s ease;
    cursor: pointer;
    display: block;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.cart____select:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 8px;
    width: 7px;
    height: 14px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

#cart____select:checked~.cart____select {
    border-color: transparent;
    background: var(--secondry-color);
    /* background: var(--secondry-color); */
    animation: jelly 0.4s ease;
}

#cart____select:checked~.cart____select:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.check-center-icon {
    position: relative;
}

@keyframes jelly {
    from {
        transform: scale(1, 1);
    }

    20% {
        transform: scale(1.3, 0.7);
    }

    40% {
        transform: scale(0.7, 1.3);
    }

    60% {
        transform: scale(1.1, 0.9);
    }

    80% {
        transform: scale(0.9, 1.1);
    }

    to {
        transform: scale(1, 1);
    }
}

.hidden-check-up {
    display: none !important;
}

/* Fade-out animation */
@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.removing {
    animation: fadeOut 0.3s ease-out forwards;
}

.select__anyone__method {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.select__anyone__method .payment__type {
    border: 1px solid var(--primary-color);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.select__anyone__method .payment__type label span {
    font-size: 16px;
    font-weight: 500;
}

/* Default Notification Style */
.notifications__trigger {
    position: fixed;
    background-color: #ff9800;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    max-width: 380px;
    font-weight: bold;
    display: none;
    z-index: 1000;
    text-align: center;
    margin-left: -5px;
    font-size: 16px;
    animation: blink 1s infinite alternate;
    /* Blinking Effect */
}

.notifications__trigger span {
    background-color: #fefefe;
    color: var(--primary-color);
    font-size: 20px;
    padding: 4px;

}

/* Show Animation */
.notifications__trigger.show {
    display: block;
    animation: fadeInOut 4s ease-in-out, blink 1s infinite alternate;
}

/* Fade In & Out Animation */
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

/* Blinking Effect */
@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.appointed__person__data {
    display: flex;
    width: 100%;
}

.appointed__person__name {
    width: 75%;
}

.person__img {
    width: calc(100% - 75%);
    height: 90px;
}

.person__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

/* start locatoion area */
.main__header__background {
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* padding: 80px 5px; */
    /* height: 34vh; */
    border-bottom-left-radius: 80px;
    margin-top: 80px;
    border-bottom-right-radius: 80px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.top-header-area {
    display: flex;
    width: 100%;
}

.top-header-area .location-tabs {
    width: calc(100% - 12%);
    padding-top: 14px;
}

.top-header-area .location-tabs a {
    text-decoration: none;
    color: #fff;
}

.top-header-area .location-tabs a .bi {
    font-size: 22px;
}

.top-header-area .notification-tabs {
    width: 12%;
    padding-top: 14px;
    /* float: right;
    align-items: right; */
}

.top-header-area .notification-tabs a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    /* float: right;
    align-items: right;
    text-align: right; */
}

.search-area-home {
    text-decoration: none;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px 15px;
}

.search-area-home a {
    text-decoration: none;
}

.search-area-tabs {
    display: flex;
}

.search-area-tabs .search-icon {
    float: right;
    align-items: right;
    text-align: right;
    color: #000;
}

.search-typing-text {
    display: flex;
    gap: 5px;
    width: calc(100% - 10%);
    margin: 0;
    align-items: center;
}

.search-typing-text .search-txt {
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 500;
}

.search-typing-text .text {
    font-size: 12px;
    color: #2a2a2a;
}

.discount-area-tabs {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    gap: 20px;
}

.discount-area-tabs .tabs-one {
    display: flex;
    flex-direction: column;
}

.discount-area-tabs .tabs-one .txt1 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
}

.discount-area-tabs .tabs-one .txt2 {
    position: relative;
    top: -15px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #daae50;
}

.discount-area-tabs .tabs-one .txt3 {
    position: relative;
    top: -30px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #f3c600;
}

.discount-area-tabs .tabs-two {
    display: flex;
    flex-direction: column;
}

.discount-area-tabs .tabs-two .txt1 {
    font-size: 11px;
    padding: 3px 2px;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    background: #fff;
    max-width: 40px;
}

.discount-area-tabs .tabs-two .txt2 {
    position: relative;
    top: -7px;
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.discount-area-tabs .tabs-two .txt2 sub {
    font-size: 15px;
    position: relative;
    left: -35px;
}

.discount-area-tabs .tabs-two .txt3 {
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    color: var(--text-color);
    position: relative;
    top: -10px;
    text-transform: uppercase;
}

/* end */

.mobile__header2 {
    background: #fefefee0;
    border-radius: 50px;
    padding: 4px;
}

.athome__picks__List {
    position: relative;
    width: 170px;
    height: 100%;
    /* min-width: 220px; Adjust as needed for your layout */
    flex-shrink: 0;
}

.picks__item__img {
    width: 100%;
    height: 150px;
}

.picks__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.picks__item__img .titles__picks p {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color3);
    text-transform: capitalize;
}

.athome__picks__content2 {
    position: relative;
    top: 20px;
}

.athome__picks__content2 .time__slots p {
    font-size: 12px;
}

.athome__picks__content2 .total__athome__amt {
    display: flex;
    /* justify-content: center; */
    gap: 4px;
    align-items: center;
}

.athome__picks__content2 .total__athome__amt {
    position: relative;
    bottom: 15px;
}

.athome__picks__content2 .total__athome__amt .main__amt {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-color3);
}

.athome__picks__content2 .total__athome__amt .main__amt del {
    color: #cac9c9;
    font-weight: 400;
}

.athome__picks__content2 .total__athome__amt .main__amt__dis {
    color: #165c16;
    font-size: 12px;
    font-weight: 500;
}

/* .athome__picks__content2 .add-to-cart {
    position: relative;
    top: -45px;
} */


.adds-to-carts {
    display: inline-block;
    /* margin: 10px; */
    position: relative;
    top: -20px;
    margin-bottom: 25px;
    width: 100%;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-controls button {
    padding: 2px 10px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.quantity-controls .quantity {
    min-width: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.show-buttons {
    /* padding: 6px 20px; */
    /* background-color: #28a745; */
    border: 1px solid #3E2C41;
    color: var(--primary-color);
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}

/* 🔔 Custom Alert Styles */
.custom-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #ff4444;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-weight: bold;
    animation: fadeInOut 2s forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.athomes__picks__taglines {
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    /* padding: 15px 0px; */
    gap: 10px;
}

.athomes__picks__taglines::-webkit-scrollbar {
    display: none;
}

.recommended__itemslist2 {
    width: 100%;
    display: flex;
    background: transparent;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-flow: row nowrap;
    /* padding: 15px 0px; */
    gap: 10px;
    /* border-bottom: 1px solid #eee; */
}

.picks-category-item {
    border: 1px solid var(--primary-color);
    border-radius: 14px;
    align-items: center;
    margin: 0;
    height: 30px;
    padding: 0 14px;
    flex-shrink: 0;
}

.picks-category-item p {
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    padding-top: 5px;
}

.picks-category-item.active {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 500;
}

.chutkee-logos {
    width: 100%;
    height: 72px;
}

.chutkee-logos img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.location-dropdowns {
    color: var(--primary-color);
    padding: 4px 9px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    width: 220px;
    margin: 0 12px;
    margin-right: 80px;
}

.location-dropdowns a {
    color: var(--primary-color);
    position: relative;
}

.margin-r {
    position: relative;
    right: 70px;
}

.margin-r1 {
    position: relative;
    right: 50px;
}

.margin-r1 a {
    color: var(--primary-color);
    font-size: 20px;
}

.margin-r2 a {
    color: var(--primary-color);
    font-size: 20px;
}

.margin-r3 a .bi {
    color: var(--primary-color);
    font-size: 20px;
}

.myprofile__area .desktop-profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0px auto;
}

.margin-r3 .buttons__logIn {
    top: 0px !important;
}

.chutkee-header {
    background: var(--text-color);
    border-bottom: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 0px;
}

.margin-r2 {
    position: relative;
    right: 40px;
}

.margin-r3 {
    position: relative;
    right: 20px;
}

.margin-r3 .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0;
    left: auto;
    /* ✅ overrides the Bootstrap left */
    margin-top: 0.125rem;
}

.bottom-chevron {
    position: absolute;
    right: 5px;
}

.search-toggle {
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s ease;
}

.search-wrapper {
    position: relative;
    display: inline-block;
}

.search-form-boxs {
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
    display: none;
    /* background: #fff; */
    /* border: 1px solid #ddd; */
    /* padding: 10px; */
    z-index: 1000;
    border-radius: 5px;
    min-width: 280px;
}

.search-form-boxs.show {
    display: block;
}

#search-container.hide {
    display: none;
}

.search-typing-texts span {
    /* display: inline-block; */
    /* max-width: 180px; Adjust to fit inside fixed width */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

#show-search-forms .search-typing-texts .search-txts {
    font-size: 14px;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 500;
}

.search-form-boxs .form-control {
    width: 68% !important;
    padding: 12px 7px;
}

.search-form-boxs button {
    padding: 11px 14px;
}

.search-area-tabss {
    width: 230px;
    /* Set your desired fixed width */
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.casousel-inners {
    width: 100%;
    max-height: 600px !important;
}

.casousel-inners .carousel-item>img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 120px 45px 160px 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carou-indicator {
    position: absolute;
}

.carou-indicator [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 104px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.thumbs__image {
    width: 104px;
    height: 70px;
}

.thumbs__image img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}

.carou-indicator .active {
    opacity: 1;
}

.image-column .inner-column {
    max-width: 620px;
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 24px;
}

.image-column .inner-column .image {
    -webkit-mask-image: url('../img/bg/about7.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../img/bg/about7.png');
    mask-repeat: no-repeat;
    mask-position: center;
}

.image-column .inner-column .image1 {
    max-width: 360px;
}

.image-column .inner-column img {
    width: 100%;
    border-radius: 30px;
}

.image-column .inner-column .image2 {
    max-width: 237px;
}

.image-column .inner-column .info {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.image-column .inner-column .info img {
    border-radius: 25px 80px 200px 45px;
}

.image-column .inner-column .shape-one {
    position: absolute;
    bottom: 0px;
    left: -140px;
}

@keyframes arryUpDown {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.sections___padd {
    padding: 58px 0px;
}

.animation__arryUpDown {
    -webkit-animation: arryUpDown 2s ease infinite alternate;
    animation: arryUpDown 2s ease infinite alternate;
}

.image-column .inner-column .shape-two {
    position: absolute;
    bottom: -65px;
    right: -70px;
}

.image-column .inner-column .shape-three {
    position: absolute;
    bottom: 90px;
    right: -100px;
}

.animation__arryLeftRight {
    -webkit-animation: arryLeftRight 2s ease infinite alternate;
    animation: arryLeftRight 2s ease infinite alternate;
}

@keyframes arryLeftRight {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translate(-10px);
    }

    100% {
        -webkit-transform: translateX(10px);
        transform: translate(10px);
    }
}

.at-home-multiservice2 {
    border: 1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

.at-home-multiservice2 .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    /* padding: 0px; */
    /* width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; */
    gap: 0px;
}

.chutki-titles p {
    font-size: clamp(25px, 4vw, 45px);
    text-transform: capitalize;
    text-shadow: 1px 7px 15px #1d110a;
    font-weight: 600;
}

.cart__items {
    background: var(--app-content-background-color);
    border-radius: 50px;
    padding: 2px 7px;
    font-weight: 600;
    color: var(--text-color);
}

.chutkee-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: none;
}

.chutkee-header.sticky-animate {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.footer-two-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #1c1a1d;
    padding: 60px 0
}

.footer__shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media (max-width: 991px) {
    .footer__shape {
        display: none
    }
}

.footer-two__head {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__item {
    height: 100%
}

.footer__item .title,
.footer__item .text,
.footer__item li,
.footer__item a {
    color: var(--text-color)
}

.footer__item .footer-about {
    max-width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item .title {
    margin-bottom: 30px
}

.footer__item ul {
    list-style: none;
    margin-left: -19px;
}

.footer__item ul li {
    margin-left: -10px;
}

.footer__item ul li:not(:last-child) {
    margin-bottom: 12px
}

.footer__item ul li a {
    text-decoration: none
}

.footer__item ul li a:hover {
    letter-spacing: 1px;
    color: var(--app-content-background-color);
    transition: all .3s;
}

.footer__item ul.time-table li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__item .socials {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.footer__item .socials a {
    font-size: 24px
}

.footer__item .socials a i,
.footer__item .socials a svg {
    -webkit-transition: .9s;
    transition: .9s
}

.footer__item .socials a:hover {
    color: var(--app-content-background-color);
    transition: all .3s;
}

.footer__item .socials a:hover i,
.footer__item .socials a:hover svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.footer__item .copyright-text {
    color: var(--text-color)
}

.footer__item .copyright-text a {
    color: var(--app-content-background-color);
    transition: all .3s;
}

.footer__item .copyright-text a:hover {
    letter-spacing: 1px
}

.footer-two-area {
    padding-top: 30px
}

.footer-two-area.bg_____image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 26, 29, .85);
    z-index: -1
}

.bg_____image {
    /* background-image: url('../img/bg/footer.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-two__head {
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 575px) {
    .footer-two__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer-two__head .title {
    color: var(--text-color)
}

.footer-two__head .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 25px;
    width: 100%
}

.footer-two__head .newsletter .input {
    max-width: 395px;
    width: 100%;
    position: relative;
    z-index: 1
}

.footer-two__head .newsletter .input input {
    width: 100%;
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #fefefe;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--text-color)
}

.footer-two__head .newsletter .input input:focus {
    border: 1px solid var(--se-demo);
    transition: all .3s;
}

.footer-two__head .newsletter .input button {
    top: 5px;
    right: 5px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: var(--app-content-background-color);
    transition: all .3s;
}

@media (max-width: 575px) {
    .footer-two__head .newsletter {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

.footer-two__head .logo {
    /* width: 100%; */
    height: 100px;
}

.footer-two__head .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.instagram-box {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
    /* margin: 0 10px; */
    transition: all 0.4s ease-in-out;
}

.instagram-box:hover {
    border-radius: 100px;
    margin: 0 10px;
}

.insta-post-thumb {
    width: 100%;
    height: 250px;
}

.insta-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insta-post-content a {
    height: 50px;
    width: 50px;
    background: var(--accent-color);
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.insta-post-content a i {
    font-size: 32px;
    color: var(--background-color);
    position: relative;
    top: 0px;
    left: 9px;
}

.insta-post-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: .3s;
}

.instagram-box:hover .insta-post-content {
    opacity: 1;
}

.insta-post-content i {
    color: #fff;
    font-size: 24px;
}

.product-wrapper {
    position: relative;
}

.menus-btns {
    position: fixed;
    z-index: 10;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.menus-btns button {
    position: relative;
    background: #06af0e;
    color: white;
    border: none;
    display: flex;
    gap: 5px;
    padding: 7px 30px 0px 30px;
    border-radius: 50px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    animation: pulseZoom 2s infinite ease-in-out;
    box-shadow: 0 0 15px rgba(233, 30, 99, 0.5);
}

.menus-btns button .views__contents {
    margin-top: 5px;
    font-size: 14px;
}

.menus-btns button .down__icons {
    background: #2a2a2a96;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 4px 4px 10px 4px;
    margin-top: 12px;
    margin-left: 7px;
}

.menus-btns button .down__icons i {
    position: relative;
    top: -2px;
}

/* Auto zoom effect */
@keyframes pulseZoom {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }
}


/* .menus-btns button::before,
.menus-btns button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #47556960;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  animation: hotlineRing 2.5s infinite ease-out;
} */

/* Second wave with delay */
/* .menus-btns button::after {
  animation-delay: 1.25s;
} */

/* Hotline ring animation */
/* @keyframes hotlineRing {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
} */


/* Proper Bottom Sheet */
.modal.bottom-sheet .modal-dialog {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: transform 0.3s ease-out;
}

.modal.bottom-sheet .modal-content {
    border-radius: 20px 20px 0 0;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

.modal.bottom-sheet .modal-content .btn-close {
    position: absolute;
    top: -45px;
    right: 12px;
    background: var(--text-color) !important;
    color: var(--text-color3);
    /* font-size: 18px; */
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50px;

}

.modal.bottom-sheet .modal-content .btn-close i {
    font-size: 25px;
}

.modal___header {
    border-bottom: none;
    padding: 10px 20px 0;
}

.modal___header .btn-close {
    font-size: 1.2rem;
}

.checkout-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 16px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
}

.trash__product {
    position: absolute;
    top: -7px;
    right: 0px;
    width: 25px;
    background: var(--text-color);
    height: 25px;
    border-radius: 20px;
    color: red;
    border: 1px solid red;
    font-size: 15px;
    padding: 4px;
}

.trash__product i {
    position: relative;
    top: -2px;
}

.checkout-btn {
    background: #28a745;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkout-btn a {
    text-decoration: none;
    color: white;
}

.checkout-btn-view {
    background: var(--se-demo);
    color: white;
    border: none;
    padding: 4px 3px;
    font-weight: 600;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.modal___header a {
    text-decoration: none;
}

.checkout-btn-view .badge {
    /* background: white; */
    /* color: black; */
    font-size: 15px;
}

.checkout-btn-view .badge sup {
    background: var(--text-color);
    padding: 2px 3px;
    color: var(--text-color3);
    border-radius: 50px;
}

@media (max-width: 768px) {
    .modal.bottom-sheet .modal-content {
        padding: 16px 16px 24px;
    }

    .checkout-btn {
        padding: 8px 16px;
        font-size: 14px;
    }
}

#clearConfirmModal .modal-content {
    border-radius: 15px;
    max-width: 90%;
    margin: auto;
}

@media (max-width: 576px) {
    #clearConfirmModal .modal-content {
        padding: 20px 15px;
    }
}

.product___contents p {
    font-size: 14px;
}

.carousel-controls-wrapper {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-controls-wrapper .carousel-btn {
    background-color: var(--app-content-background-color);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(233, 30, 99, 0.4);
}

.carousel-controls-wrapper .carousel-btn:hover {
    background-color: var(--primary-color);
    transform: scale(1.1);
}

.carousel-inner2 {
    width: 100%;
    max-height: 290px;
}

.carousel-indicators2 {
    position: absolute;
}

.athome__srvie__reviews {
    display: flex;
    gap: 7px;
}

.athome__srvie__reviews div a {
    text-decoration: none;
    display: flex;
    gap: 5px;
}

.athome__srvie__reviews p i {
    color: var(--text-color3);
}

.athome__srvie__reviews p {
    font-size: 10px;
    color: #868585;
}

.athome__srvie__reviews .timing__areas p {
    color: var(--text-color);
    font-weight: 500;
    font-size: 12px;
}

.athome__srvie__reviews .timing__areas p .bi {
    color: var(--text-color);
}

/* Overview Grid Cards */
.overview-card {
    background-color: #f6f6f6;
    border-radius: 12px;
    min-height: 100%;
    transition: 0.3s ease;
}

.overview-card:hover {
    background-color: #e9ecef;
}

.timeline-wrapper {
    position: relative;
    margin-left: 30px;
    padding-left: 20px;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    width: 3px;
    height: calc(100% - 273px);
    /* Stops before last step */
    background-color: #dee2e6;
}

.timeline-step {
    position: relative;
    margin-bottom: 40px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timelines__image {
    width: 100%;
    height: 240px;
}

.timelines__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.timeline-step .circle {
    position: absolute;
    left: -22px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: var(--app-content-background-color);
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px var(--app-content-background-color);
}

.timeline-step .content {
    padding-left: 20px;
}

.timeline-step .content h6 {
    margin-bottom: 4px;
    font-weight: 600;
    color: #343a40;
}

.timeline-step .content p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.overview-box {
    background: #fff;
    padding: 20px;
    border-left: 5px solid var(--app-content-background-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
    border-radius: 8px;
}

.overview-box h5 {
    color: var(--app-content-background-color);
    font-weight: bold;
}

@media (max-width: 576px) {
    .timeline-wrapper {
        margin-left: 20px;
    }

    .timeline-step .content {
        padding-left: 25px;
    }
}

.aftercare-container {
    background-color: #f9f6f3;
    padding: 30px 20px;
}

.aftercare-container h4 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #1b1b1b;
}

.aftercare-item {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.aftercare-icon {
    font-size: 28px;
    color: #111;
    width: 40px;
}

.aftercare-text h6 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.aftercare-text p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

@media (max-width: 576px) {
    .aftercare-item {
        flex-direction: row;
        gap: 14px;
    }

    .aftercare-icon {
        font-size: 24px;
        width: 30px;
    }
}

.stars___icons2 {
    font-size: 16px;
}

.review-summary {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.review-summary h2 {
    font-size: 24px;
    margin-bottom: 5px;
}

.bar-container {
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.bar-star {
    width: 30px;
    font-weight: 600;
}

.bar-star i {
    font-size: 10px;
}

.bar {
    flex: 1;
    height: 8px;
    background-color: #eee;
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    width: 0%;
    background-color: #111;
    border-radius: 5px;
    transition: width 1.2s ease;
}

.bar-label {
    width: 50px;
    text-align: right;
    font-size: 14px;
}

.review-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.review-filter button {
    background-color: #f1f1f1;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
}

.review-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-name {
    font-weight: 600;
}

.review-date {
    font-size: 10px;
    color: #666;
    margin-bottom: 6px;
}

.review-service {
    font-size: 10px;
    color: #777;
}

.review-text {
    margin-top: 10px;
    font-size: 15px;
    text-align: justify;
}

.star-box {
    background-color: #0a0;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 600;
}

/* @media (max-width: 576px) {
      .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
      }
    } */

.service__share__buttons {
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.service__share__buttons p {
    margin: 0;
    font-size: 15px;
    color: #333;
    flex: 1;
}

.service__share__buttons button {
    background-color: var(--app-content-background-color);
    color: #fff;
    border: none;
    padding: 11px 25px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.service__share__buttons button:hover {
    background-color: #333;
}

.loadmore__reviews button {
    border: 1px solid var(--se-demo);
    color: var(--se-demo);
    padding: 11px 25px;
    border-radius: 30px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.loadmore__reviews button:hover {
    background: var(--primary-color);
    color: var(--text-color);
    transition: all ease 0.3s;
}

.custom-alerts {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #0d6efd;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 0.4s ease;
    z-index: 9999;
    font-size: 14px;
}

.custom-alerts.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

 .profile-container {
      /* background-color: #ffffff; */
      border-radius: 16px;
      padding: 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      background: linear-gradient(135deg, #ff5f6d, #ffc371);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      border-bottom: 3px solid var(--app-content-background-color);

    }

    .avatar-wrapper {
      position: relative;
    }

    .avatar {
      width: 90px;
      height: 90px;
      background-color: #e0e0e0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px;
      color: #999;
      border: 2px solid var(--text-color);
    }
   .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   }
    .edit-icon {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: var(--app-content-background-color);
      color: #fff;
      border-radius: 50%;
      padding: 6px;
      width: 32px;
      height: 32px;
      font-size: 14px;
      border: 2px solid #fff;
      cursor: pointer;
    }
    .info-block {
        text-align: center;
    }
    .info-block small {
      display: block;
      color: var(--text-color);
      font-weight: 600;
    }

    .quick-box {
      background: #ffffff;
      border-radius: 16px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      transition: all 0.2s;
      text-align: center;
      border-bottom: 3px solid var(--app-content-background-color);
    }

        .quick-box div strong {
            font-size: 17px !important;
        }

    .quick-box:hover {
      background-color: #f0f8ff;
      transform: translateY(-2px);
    }

    .pro-section-title {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 15px;
    }

    .profile____section {
      background-color: #ffffff;
      border-radius: 16px;
      padding: 20px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
      margin-bottom: 20px;
      border-bottom: 3px solid var(--app-content-background-color);
    }

    .pro-service-img {
      border-radius: 12px;
      height: 110px;
      object-fit: cover;
      width: 100%;
    }

    .setting-link a {
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #1c1e21;
      cursor: pointer;
      transition: 0.3s;
      text-decoration: none;
    }

    .setting-link:last-child {
      border-bottom: none;
    }

    .setting-link i.bi-chevron-right {
      font-size: 16px;
    }

    .setting-link span {
      display: flex;
      align-items: center;
    }

    .setting-link span i {
      margin-right: 12px;
      font-size: 18px;
      color: var(--app-content-background-color);
    }

    .setting-link a:hover {
      background-color: #f9f9f9;
      border-radius: 10px;
      padding-left: 8px;
    }

    .language-select {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
.language-select .bi {
    color: var(--app-content-background-color);
}
    .language-select select {
      border-radius: 8px;
    }

    .recent-slider .item {
    padding: 10px;
  }

.slick-arrow-custom {
    background: linear-gradient(135deg, #ff5f6d, #ffc371);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
  }

  .slick-arrow-custom:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }

  .slick-arrow-custom i {
    pointer-events: none;
  }
  .recent-slider img.pro-service-img {
    width: 100%;
    border-radius: 12px;
    height: 90px;
    object-fit: cover;
  }

  .recent-slider {
    /* margin: 0 50px; for space around slider buttons */
  }
    .show-on-center {
    pointer-events: none;
    transition: all 0.3s ease;
  }

  .recenter__imaget img {
    width: 110px;
    height: 110px;
    border-radius: 10px;
    object-fit: fill;
    /* opacity: 0.95; */
  }

/* Slick item fix */
.recent-slider .item {
  height: 100%;
  padding: 0px !important;
}
 .recently__view__athome a {
    text-align: center;
    text-decoration: none;
 }
 .recently__view__athome {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* padding: 10px; */
  overflow: hidden;
  /* min-height: 160px; */
  border-bottom: 3px solid var(--app-content-background-color);
}

/* Image consistency */
.recently__view__athome img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* Text styling */
.recently__view__athome small {
  padding: 11px 2px;  
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  color: var(--se-demo);
  line-height: 1.2;
  min-height: 64px;
}

.profile____sections {
    background: var(--primary-color);
    text-align: center;
    padding: 11px 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-bottom: 3px solid var(--text-color);
    border-radius: 10px;
}
.setting-links a {
    text-decoration: none;
    background: var(--text-color);
    padding: 10px 15px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;
    border-bottom: 2px solid #ff4444;
}
@media screen and (max-width:360px) {
    .start-50 {
    left: 25% !important;
}
}