@font-face {
    font-family: 'yekanBakh';
    src: url('/fonts/Yekan-Bakh-FaNum-Regular.otf') format('opentype'),
        url('/fonts/Yekan-Bakh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: 'yekanBakh';

}

body {
    overflow-x: hidden;
}

@media (min-width: 1024px) {
    #page-scale-wrapper {
        transform: scale(0.5);
        transform-origin: top center;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .navbar {
        transform: scale(0.5);
        transform-origin: top center;
    }

    .fixed-bottom {
        transform: scale(0.5);
        transform-origin: bottom center;
    }
}

html,
body {
    overflow-x: hidden !important;
    width: 100%;
}

/* header styles */
.navbar-toggler {
    position: relative;
    transition: 0.5s ease;
    right: 0;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 6px;
}

.row>* {
    padding: 0 !important;
}

/* Firefox scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #9a65cd #f0f0f0;
}

body::-webkit-scrollbar-thumb {
    background-color: #9a65cd;
    border-radius: 10px !important;
    border: 3px solid #f0f0f0;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #9a65cd;
    border-radius: 10px;
}

#sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    overflow-x: hidden;
    z-index: 2000;
    background-color: white;
    transition: width 0.3s ease;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;
    display: none;
}


.navbar-toggler.moved {
    position: fixed;
    right: calc(75%);
}

#sidebar {
    position: fixed;
    z-index: 10001;
}

#sidebar.show-sidebar {
    width: 75vw;
}

.profile-icon {
    width: 60px;
    height: 60px;
}

.custom-navbar {
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
    z-index: 1030;
    position: sticky;
    top: 0;
    width: 100%;
    height: 6em;
}

.navbar-toggler {
    border: none;
}

.toggle-icon {
    color: #ee4646;
    font-size: 3rem;
    transition: transform 0.3s;
    font-weight: bold;
}

.nav-item {
    font-size: 2rem;
}

#sidebar .nav-link {
    white-space: nowrap;
}

.menu-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuIcon .line {
    fill: none;
    stroke: black;
    stroke-linecap: round;
    transition: 0.3s;
}

#menuIcon.open .top {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    d: path("M 30,50 L 70,50");
}

#menuIcon.open .middle {
    opacity: 0;
}

#menuIcon.open .bottom {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    d: path("M 30,50 L 70,50");
}

.menu-toggle svg {
    width: 80px;
    height: 80px;
    display: block;
}

.profile-icon {
    width: 60px;
    height: 60px;
}

.navbar-toggler,
.navbar-brand,
.navbar img {
    font-family: 'cinema', sans-serif;
    font-size: 50px;
}

/* login */
input:focus {
    outline: none;
    border-color: #9A65CD;
}

#pageHeader {
    height: 3rem;
}

.login-wrapper {
    background-image: url(../images/login-bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

@media (min-width:1024px) {
    .login-wrapper {

        height: 200vh;
    }
}

.form-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40rem;
    width: 40rem;
    background-color: #FDF7FA;
    transform: translate(-50%, -50%);
    /* وسط صفحه از هر جهت */
    display: flex;
    flex-direction: column;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
    gap: 1rem;
}

.login-form input::placeholder {
    color: #9c9797;
    font-size: 1.7rem;
    padding-right: 1rem;
}

.login-form button {
    background: #9A65CD;
    width: 80%;
    font-size: 2rem;
    height: 5rem;
}

.login-title {
    color: #9A65CD;
    margin-top: 4rem;
    font-size: 3rem;
    font-weight: bold;
}

.number-input {
    font-weight: 600;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0px 1px 10px lch(0% 0 0 / 0.267);
    background-color: white;
}

.input-icon-wrapper {
    position: relative;
    width: 100%;
}

.input-icon-wrapper input {
    width: 80%;
    font-size: 2rem;
    padding-right: 12%;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 5rem;
    display: block;
}

.input-icon {
    position: absolute;
    right: 12%;
    top: 45%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    opacity: 0.6;
}

.input-icon-wrapper .text::placeholder {
    padding-right: 1rem;
    color: #9c9797;
}

.text {
    padding: 10px 15px;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0px 1px 10px lch(0% 0 0 / 0.267);
    background-color: white;
    font-weight: 600;
}

.return {
    background-color: #fff !important;
    border: #9A65CD 3px solid !important;
    color: #9A65CD;
}

/* category salons */
.category-main {
    background: #F2F2F2;
}

.category-search {
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    width: 90%;
    height: 100px;
    position: relative;
    border-radius: 10px;
    border: solid #9A65CD 1px;
}

.btn-call {
    color: #ffffff !important;
    background: #9A65CD !important;
    border-radius: 20px !important;
    height: 90px !important;
}

.suggested-tags {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    /* اجازه اسکرول افقی */
    white-space: nowrap;
    /* جلوگیری از شکستن خط */
    -webkit-overflow-scrolling: touch;
    /* برای اسکرول نرم در آیفون */
    cursor: grab;
}

.suggested-tags::-webkit-scrollbar {
    display: none;
}

.suggested-tags {
    -ms-overflow-style: none;
    /* IE و Edge قدیمی */
    scrollbar-width: none;
    /* Firefox */
}

.tag {
    border: #9A65CD 1px solid;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 27px;
    transition: 0.2s;
}

.tag:hover {
    background-color: #ccc;
}

.salon-card {
    background: #ffffff;
}

.fixed-navbar {
    position: relative;
}

.fixed-navbar-icons {
    height: 7rem;
}

.fixed-navbar-btn {
    border: 0;
    background-color: #9A65CD !important;

}

.btn-details {
    color: #9A65CD;
    background: #ffffff;
    border: #9A65CD 5px solid;
    border-radius: 20px;
    height: 90px;
}

.btn-details img {
    height: 60px;
    width: 60px;
}

.mySalonSwiper .swiper {
    width: 100%;
    padding: 10px 0;
}

.mySalonSwiper .swiper-slide {
    max-width: 320px;
    /* مربع */
    max-height: 320px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    filter: none !important;
}

.call-logo {
    width: 35px;
    height: 35px;
}

.mySalonSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.numberOfLikes {
    font-family: 'yekanBakhfanum', sans-serif;
}

.address-logo {
    height: 50px;
    width: 50px;
}

/* salon-show */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
    display: none;
}

@media (min-width: 992px) {
    .comment-form {
        transform: translateX(-50%) scale(0.5) !important;
        width: 60% !important;
        /* کمی فاصله از پایین */
    }
}

.reply-box {
    background-color: #b1f5b6 !important;
}

.comment-form {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: auto;
    width: 100% !important;
    height: auto !important;
    background: #fff;
    border-radius: 20px 20px 0 0;
    transition: bottom 0.4s ease;
    z-index: 10000;
}

.comment-form.active {
    bottom: 0;
}

.drag-handle {
    width: 60px;
    height: 6px;
    background: #ccc;
    border-radius: 3px;
    margin: 10px auto;
    cursor: grab;
}

.overlay.active {
    display: block;
    height: 100%;
}

.salon-profile {
    margin-right: 7%;
}

.salon-profile-image {
    position: relative;
}

.base-image {
    height: 13rem;
    width: 13rem;
    border: #9A65CD 5px solid;
}

.overlay-image {
    position: absolute;
    top: 130px;
    right: 0px;
    width: 80px;
    height: 80px;
    opacity: 0.9;
}

.custom-navbar {
    max-width: 70rem;
}

.navbar-logo {
    width: 300px;
}

.profile-icon {
    width: 70px;
    height: 70px;
}

.sidebar-logo {
    width: 40%;
    margin-right: 30%;
}

.menu-item-btn {
    margin-top: 10px;
    border: none !important;
    background: #ffffff !important;
    color: #444;
    padding: 10px 5px;
    font-size: 40px !important;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.menu-item-btn:hover {
    background: #ede7f6;
    color: #5e35b1;
    margin-bottom: 3px;
}

.menu-item-btn.active {
    background: #7e57c2;
    color: #fff;
    box-shadow: 0 3px 8px rgba(126, 87, 194, 0.2);
}

.offcanvas-end {
    width: 600px !important;
    border-left: 1px solid #ddd;
}

.btn-close {
    filter: invert(0.5);
    font-size: 40px;
    margin-left: 0 !important;
}

.menu-btn-toggle {
    border-radius: 10px;
    border-color: #ccc;
    background: #fff;
    transition: all 0.2s ease;
    width: 70px;
    height: 70px;
}

.page-header {
    height: 300px;
}

.menu-btn-toggle:hover {
    background: #f3f3f3;
}

.booking-btn {
    border: none;
    height: 6rem;
    color: #ffffff;
    background: #9A65CD;
    border-radius: 20px;
}

.booking-btn :hover {
    height: 6rem;
    color: #ffffff;
    background: #9A65CD;
    border-radius: 20px;
}

.menu-toggle-booking {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menuIcon-booking .line {
    fill: none;
    stroke: white;
    stroke-width: 10;
    stroke-linecap: round;
    transition: 0.3s ease;
}

/* خط بالا چرخش 45 درجه */
#menuIcon-booking.open .top {
    transform: rotate(45deg);
    transform-origin: 50% 50%;
    d: path("M 30,50 L 70,50");
}

#menuIcon-booking.open .middle {
    opacity: 0;
}

#menuIcon-booking.open .bottom {
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    d: path("M 30,50 L 70,50");
}

.salon-address-card img {
    width: 3rem;
    height: 3rem;
}

.btn-track {
    width: 30rem;
    height: 6rem;
    border: #9A65CD 3px solid;
    border-radius: 30px;
    color: #9A65CD;
    padding-left: 8px;
}

.salon-detail-contacts img {
    width: 13rem;
    height: 13rem;
}

.category-swiper {
    background: #F1E3FF;
    overflow-x: auto;
    margin-bottom: 10px;
}

.category-swiper .swiper-slide {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    width: auto;
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}

.category-swiper .swiper-slide.active {
    border-bottom: 2px solid #9A65CD;
    font-weight: bold;
}

.content-swiper .swiper-slide {
    padding: 20px;
    min-height: 200px;
    background: #f8f9fa;
}

.category-swiper {
    overflow-x: auto;
    margin-bottom: 10px;
}

.category-swiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.tab-pane {
    padding: 30px;
    background-color: #fff;
}

.tab-item img {
    width: 8rem;
    height: 8rem;
}

.tab-item {
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
    filter: grayscale(100%);
    border-bottom: 2px solid transparent;
}

.tab-item.active {
    opacity: 1;
    filter: none;
    border-bottom: 2px solid #9A65CD;
}



.workExample-title-img {
    position: relative;
    width: 17rem;
    height: 17rem;
    margin-bottom: 40px;
}

.workExample-base-image {
    width: 100%;
    height: 100%;
    display: block;
}

.overlay-text {
    position: absolute;
    top: 70%;
    right: 10%;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #D9D9D9;
    color: #1F1F1F;
    padding: 4px 10px;
    border-radius: 20px;
}

.emt-space {
    height: 10rem;
}

.service-fee {
    background-color: #fff;
    border: #9A65CD 3px solid;
    border-radius: 1.5rem;
}

.service-price-start-end {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.shape-offer {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

.offer {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}


#maincontent-card {
    transition: height 0.4s ease;
    overflow: hidden;
}

.star-rating-view span {
    margin-left: 16px;
    color: #ddd;
    font-size: 3rem;
}

.star-rating-view .filled {
    color: #ffc107;
}

.rated-right,
.rated-left {
    background-color: #F2F2F2;
    height: 100px;
}

.rated-right {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

.rated-left {
    font-size: 2.5rem;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}

.comments-boxes {
    background-color: #F8F8F8;
    border-radius: 1rem;
}

.awnser-comment-img {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.stars span {
    font-size: 3rem;
    color: #ddd;
    margin-right: 10px;
}

.stars .filled {
    color: #ffc107;
}

.text-justify {
    text-align: justify;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 5rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #ffc107;
}

/* لایه طوسی پس‌زمینه */


/* وقتی فرم بازه، overlay هم دیده بشه */



/* فرم پایین صفحه */



.comment-submit {
    font-size: 2.5rem;
    height: 6rem;
}

#commentFor {
    width: 35%;
    height: 4rem;
    font-size: 3rem;
    border: #9A65CD 2px solid;
}

#commentFor option {
    font-size: 1rem;
    color: #9A65CD;
}

#commentFor :hover {
    background-color: #000;
}

/* index styles */

main {
    font-family: 'yekanBakh', sans-serif;
}

.search {
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    height: 100px;
    margin: 0;
    border-radius: 10px;
    border: solid #9A65CD 2px;
}

#searchForm>.input-group {
    width: 85%;
}



.city-search {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;

}

.input-group .form-control,
.input-group .btn.city-search {
    font-size: 2rem;
    padding: 0 2rem 0 0;
    gap: 0.5rem;
}

.input-group .form-control,
.input-group .btn {
    border: 0 #ffffff;
    border-radius: 0;
    border: 0;
}

.form-control {
    border: 0 #ffffff;
}

.separator {
    position: absolute;
    right: 75%;
    margin-top: 10px;
    height: 80%;
    width: 3px;
    background-color: #00000057;
    z-index: 3000;
}

.w-45 {
    width: 45% !important;
}

body {
    font-family: 'yekanBakhfanum', sans-serif;
}

.salon-category {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.hero-title {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
    width: 100%;
}

.hero-main {
    font-weight: bold;
    font-size: 36px;
}

.hero-sub {
    font-size: 20px;
}

@media (min-width: 768px) {
    .hero-main {
        font-size: 60px;
    }

    .hero-sub {
        font-size: 46px;
    }

    .custom-navbar {
        height: 9em;
    }

    .card-image {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
    }

    .swiper.mythirdSwiper .swiper-button-next,
    .mySwiperSecondary .swiper-button-next,
    .mySwiper .swiper-button-next,
    .swiper.mythirdSwiper .swiper-button-prev,
    .mySwiperSecondary .swiper-button-prev,
    .mySwiper .swiper-button-prev {
        color: #4F4D51 !important;
        fill: #4F4D51 !important;
    }

    .swiper.mythirdSwiper .swiper-button-next:hover,
    .mySwiperSecondary .swiper-button-next:hover,
    .mySwiper .swiper-button-next:hover,
    .swiper.mythirdSwiper .swiper-button-prev:hover,
    .mySwiperSecondary .swiper-button-prev:hover,
    .mySwiper .swiper-button-prev:hover {
        color: #4F4D51 !important;
        fill: #4F4D51 !important;
    }


    .image-blur-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #FCECE6;
        z-index: 2;
        opacity: 0.75;
        border-top-right-radius: 1.2rem;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 3rem;
        border-bottom-right-radius: 3rem;
    }


}

.swiper-slide {
    width: 70% !important;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.swiper-slide.swiper-slide-active {
    opacity: 1;
}

.mySwiperSecondary .swiper-slide {
    opacity: 1 !important;
}

.mythirdSwiper .swiper-slide {
    opacity: 1 !important;
}

.card {
    border: none !important;
}

.image-blur-overlay h1 {
    color: #9A65CD;
}

.card-img-top {
    width: 100%;
    border-top-right-radius: 3rem !important;
    border-top-left-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
    max-height: 35vw;
    object-fit: cover !important;
}

.swiper-slide .card {
    display: flex;
    flex-direction: column;
}

.card-body {
    flex-grow: 1;
    /* اجازه می‌ده بدنه کارت ارتفاع مساوی داشته باشه */
}


.card-images {
    height: auto;
}

.mt-10 {
    margin-top: 8rem;
}

.header-h1 {
    font-size: 50px;
    font-family: 'yekanBakh', sans-serif;
}

.titles {
    font-family: 'yekanBakh', sans-serif;
    font-weight: bold !important;
    font-size: 40px !important;
}

.discription {
    font-size: 30px;
    font-weight: lighter;
}



/* footer styles */
footer {
    font-family: 'yekanBakh';

}

.right-top-footer h1 {
    font-weight: bolder;
    font-size: 60px;
}

.right-top-footer h2 {
    font-size: 30px;
    color: #9A65CD;
}

.top-footer {
    font-family: 'yekanBakh', sans-serif;
    justify-content: space-between;
    display: flex;
    height: 120px;
    margin-bottom: 1rem;
}

.bot-footer {
    font-family: 'yekanBakh', sans-serif;
    padding-top: 70px;
}

.bot-footer h1 {
    font-weight: bold;
    font-size: 50px;
    padding-bottom: 10px;
}

.left-top-footer img {
    width: 100px;
    height: 100px;
    margin-left: 20px;
}

.footer-links {
    font-family: 'yekanBakh', sans-serif;
    font-size: 30px;
}

.footer-links a,
.footer-links span {
    line-height: 10px;
    display: inline-block;
    margin: 0 20px;
    font-size: 40px;
}

.header-most-viewed {
    margin-top: 100px;
}

.list-most-viewed {
    font-size: 30px;
    font-weight: bold;
}

.btn-see-more {
    width: 14rem;
    font-size: 1.75rem !important;
    height: 4rem;
    color: #9A65CD !important;
}

.copy-right-text {
    font-family: 'yekanBakh', sans-serif;
    font-size: 30px;
}

.certificate img {
    width: 200px;
    height: 200px;
}

/* booking form */
.bgsearch {
    background-image: url('../images/bgsearch.svg');
    height: 710px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.bg-purple {
    background-color: #9A65CD !important;
}

.mini-menu {
    position: fixed;
    box-shadow: none;
    top: 9rem;
    right: 0;
    width: 30rem;
    z-index: 1050;
    background: white;
    border: none;
    display: none;
    z-index: 2000;
}

.text-purple span {
    color: #9A65CD;
}

.text-purple svg {
    color: #9A65CD;
}

.mini-menu a {
    display: block;
    padding: 25px 40px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;

    font-size: 2rem;
}

.mini-menu svg {
    margin-left: 20px;
    width: 3rem;
    height: 3rem;
}

.mini-menu .text-normal :hover {
    background-color: #9A65CD;
    color: #F1E3FF;
}

.mini-menu a text :hover {
    color: #F1E3FF;
}

.mini-menu.show {
    display: block;
    position: absolute;
    z-index: 5000;
}

.stepper {
    max-width: 80%;
    margin: 7rem auto;
    display: flex;
    margin-top: 12rem;
}

.step {
    text-align: center;
    flex-shrink: 0;
}

.circle {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 15px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    padding-top: 10px;
}

.step.active .circle {
    background-color: #9A65CD;
    box-shadow: 0 0 10px 10px rgba(154, 101, 205, 0.5);
}


.label {
    font-size: 2.5rem;
    color: #333;
    font-family: 'yekanBakh', sans-serif;
    font-weight: bold;
}

.step-line {
    flex-grow: 1;
    height: 2px;
    background-color: #ccc;
    margin: 0 2rem 5rem;
}

.mini-menuOverlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.form-navbar {
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 70rem;
    height: 9rem;
}

.selected-sub-services {
    padding: 20px;
    border-radius: 1rem;
    font-size: 2.5rem;
}

.selected-sub-services a {
    text-decoration: none;
    color: #000;
    padding-right: 30px;
}

.service-title img {
    width: 100%;
    height: 100%;
}

.sub-service-wrapper {
    border-bottom: #D9D9D9 3px solid;
    margin-right: 2.5rem;
    padding: 8px;
    width: 90%;
    padding-bottom: 2rem;
}

.back {
    border: #9A65CD 2px solid !important;
    border-radius: 10px !important;
    color: #9A65CD !important;
    margin-top: 20rem !important;
    margin-bottom: 10rem !important;
    font-size: 40px !important;
    height: 6rem !important;
    padding-left: 20px !important;
    padding-top: 20px !important;
}

.back img {
    width: 3rem;
    height: 3rem;
}

/* sign up */
.back-arrow {
    width: 5rem;
}

.front-box-input {
    border-radius: 10px !important;
    border: none !important;
    width: 100%;
    height: 3rem;
    font-size: 25px;
    border-bottom: 3px solid #9A65CD !important;
    /* خط پایینی کامل */
    font-family: 'yekanBakh', sans-serif !important;
}

.form-label {
    font-family: 'yekanBakh', sans-serif !important;
    font-weight: bold;

}

.submit-signup {
    direction: ltr !important;
}


@media (max-width:1000px) {
    .my-custom-datepicker.pdp-default {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) scale(3) !important;
    }
}

/* اگر خواستی وسط صفحه باشه */




.submit-signup button {
    font-family: 'yekanBakh', sans-serif;
    background: #9A65CD;
    border-radius: 10px;
    color: white;
    transition: background 0.3s ease, color 0.3s ease;

}

.submit-signup button img {
    width: 1.8rem;
    padding-right: 7px;
    height: 1.8rem;
}

.submit-signup button:disabled {
    background: #E4DAEE;
    color: #000;
}

#birth-date {
    width: 100%;
    border: none;
    border-bottom: 3px solid #9A65CD;
    border-radius: 10px;
}

.dropdown-box-signup {
    width: 250px;
    padding: 10px;
    font-size: 25px;
    border: none;
    border-bottom: 3px solid #9A65CD;
    border-radius: 10px;
    font-family: 'yekanBakh', sans-serif;
    font-weight: bold;
    color: #333;
}

.dropdown-box-signup option {
    font-size: 30px;
}

.pdp-default {

    transform: scale(1) !important;
    color: #9A65CD !important;
    transform-origin: center !important;
    font-family: 'yekanBakh', sans-serif !important;
}

/* packages */


.myPackageSwiper .swiper-slide {
    background: white;
    border-radius: 20px;
    height: 730px;
    display: flex;
    font-size: 24px;
    position: relative;
    transition: transform 0.3s, z-index 0.3s !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 550px !important;
}

.myPackageSwiper .swiper-slide-prev,
.myPackageSwiper .swiper-slide-next {
    transform: scale(0.7) translateY(20px) !important;
    z-index: 1;
    filter: blur(3px);
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 0.3s;
}

.myPackageSwiper .swiper-slide-active {
    transform: scale(1.05) !important;
    filter: none;
    opacity: 1;
    transform: scale(1.05);
    z-index: 10;
}

.top-banner-package-golden {
    margin-top: 20px;
    background: linear-gradient(to right, #E1AB3E, #F7F094, #E2AF44, #E2AF44, #FAF398, #C89D4D);
    width: 100%;
    padding-top: 5%;
    height: 100px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.package-details .col-12 {
    border-bottom: #D9D9D9 solid 2px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
}

.purchace-btn {
    margin: 50px auto;
    display: block;
    width: 10rem;
    height: 4rem;
    font-size: 2rem;
    font-family: 'yekanBakh', sans-serif;
    background: #fff;
    border: #D9D9D9 2px solid;
    border-radius: 10px;
}

.top-banner-package-silver {
    margin-top: 30px;
    width: 100%;
    height: 100px;
    text-align: center;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.top-banner-package-silver h1 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top-banner-package-bronze {
    margin-top: 20px;
    background: linear-gradient(to right, #AC7E4A, #D1A569, #FBE4B4, #A8823B, #C5A16B, #9E7C4C);
    width: 100%;
    padding-top: 5%;
    height: 100px;
    text-align: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

/* profile */
.profile-box-input {
    width: 100%;
    height: 4rem;
    font-size: 25px;
    border-bottom: 3px solid #D9D9D9;
    font-family: 'yekanBakh', sans-serif !important;
}

.profile-box-input:disabled {
    background: #fff;
}

.dropdown-box-profile {
    width: 250px;
    padding: 10px;
    font-size: 25px;
    border: none;
    border-bottom: 3px solid #D9D9D9;
    border-radius: 10px;
    font-family: 'yekanBakh', sans-serif;
    font-weight: bold;
    color: #333;
}

#birth-date-profile {
    width: 100%;
    border: none;
    margin-top: 5px;
    border-bottom: 3px solid #D9D9D9;
    border-radius: 10px;
}

.edit-profile {
    direction: ltr !important;
}

.edit-profile button {
    font-size: 30px;
    font-family: 'yekanBakh', sans-serif;
    background: #9A65CD;
    width: 10rem;
    height: 4rem;
    border-radius: 10px;
}

.edit-profile button img {
    width: 1.8rem;
    height: 1.8rem;
    padding-right: 7px;
}

/* landing-salons */
.landing-wrapper {
    background-image: url(../images/landing-bg.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 90vh;
    /* یا height: 100% اگر والدش height داره */
}

.landing-options {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15rem;
    gap: 1rem;
    background-color: #F7F3FF;
    z-index: 1000;
    padding-top: 15rem;
    height: 40rem;
}

.salon-image-landing {
    width: 12rem;
    height: 12rem;
}

.message {
    width: 90%;
    margin: 0px auto;
    height: 15rem;
    border-radius: 10px;
    border: 1px solid #9A65CD;
    background: #fff;
}

.btn-landing1,
.btn-landing2 {
    height: 5rem;
    border: 1px solid #9A65CD;
    border-radius: 20px;
    width: 85% !important;
}

.btn-landing1 {
    color: #9A65CD;
}

/* my bookings */
.sort-myBookings {
    border: none;
    border-bottom: #9A65CD 3px solid;
    width: 25%;
    font-size: 40px;
    text-align: center;
}

.btn-sorting-search {
    width: 25%;
    border-radius: 20px;
    background-color: #9A65CD;
    font-size: 40px;
    color: #fff;
}

.my-bookings {
    border: #7676764A 3px solid;
    border-radius: 40px;
}

.text-purple {
    color: #9A65CD;
}

/* contact us salons */
.contact-box {
    border: #7676764A solid 3px;
    border-radius: 20px;
}

.contact-us-socials img {
    width: 3rem;
    height: 3rem;
}

/* confirm bookings */
.loader-bars {
    width: 50px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}

.loader-bars div {
    transform-origin: center 80px;
    position: absolute;
    width: 15px;
    height: 30px;
    background: #CC338B;
    margin: 0 auto;
    border-radius: 100px;
    animation: fade 1.2s linear infinite;
}

.loader-bars div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.loader-bars div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1.0s;
}

.loader-bars div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.loader-bars div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.loader-bars div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.loader-bars div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.loader-bars div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.loader-bars div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.loader-bars div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.loader-bars div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.loader-bars div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.loader-bars div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

/* index profile */
.box {
    display: flex;
    width: 80%;
    height: 80%;
    background: var(--white);
    box-shadow: 15px 10px 20px rgba(0, 0, 0, 0.29);
    border-radius: 10px;
    overflow: hidden;
}

.left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.person-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70%;
}

.picture {
    margin-top: 40px;
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portrait {
    width: 130px;
    /* اندازه مناسب */
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 2;
    /* روی خطوط */
}

.leftC,
.rightC {
    position: absolute;
    left: 27%;
    transform: translate(-50%, -50%) rotate(0deg);
    /* وسط تصویر */
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid var(--pastelBrown);
    z-index: 1;
    /* پشت تصویر */
}


.leftC {
    left: 28.5%;
    width: 140px;
    height: 140px;
    border-bottom: 1px solid white;
    transform: rotate(-90deg);
    animation: out 1s;
}

.rightC {
    width: 150px;
    height: 150px;
    border-left: 1px solid white;
    border-bottom: 1px solid var(--pastelBrown);
    transform: rotate(0deg);
    animation: outR 1s;
}

.picture:hover .leftC {
    animation: in 1s;
}

.picture:hover .rightC {
    animation: inR 1s;
}

.picture:hover {
    cursor: pointer;
}

@keyframes in {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes out {
    0% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(-90deg);
    }
}

@keyframes inR {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes outR {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.profile-text {
    margin-top: 10px;
    text-align: center;
    color: var(--shadow);
}

.profile-text h2 {
    font-size: 18px;
    margin: 0;
}

.profile-text p {
    font-size: 12px;
    margin-top: 5px;
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 30%;
    justify-content: flex-start;
}

.buttons button {
    background: var(--white);
    border: 1px solid var(--pastelBrown);
    border-radius: 15px;
    padding: 6px;
    width: 55%;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
    color: var(--pastelBrown);
    cursor: pointer;
}

.buttons button:hover {
    background: var(--pastelBrown);
    color: var(--white);
}

.stats-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}

.stat-item {
    background: var(--mistyRose);
    text-align: center;
    margin-bottom: 5px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    transition: all 0.3s;
}

.stat-item h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.stat-item p {
    margin: 0;
    font-size: 12px;
}

/* === ریسپانسیو === */
@media (max-width: 992px) {
    .container {
        width: 95% !important;
        padding: 15px;
    }

    .box {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .left,
    .right {
        width: 100%;
        height: auto;
    }

    .person-info {
        height: auto;
        padding: 20px 0;
    }

    .buttons {
        height: auto;
        margin-bottom: 20px;
    }

    .buttons button {
        width: 50%;
    }

    .stats-block {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .stat-item {
        flex: 1 1 calc(50% - 10px);
        min-width: 150px;
    }

    .leftC,
    .rightC {
        left: 9.75rem;
    }

    .leftC {
        left: 10rem;
    }
}

@media (max-width: 576px) {
    .portrait {
        width: 130px;
        height: 130px;
    }

    .leftC,
    .rightC {
        left: 25vw;
    }

    .leftC {
        left: 26vw;
    }

    .profile-text h2 {
        font-size: 16px;
    }

    .profile-text p {
        font-size: 11px;
    }

    .buttons button {
        font-size: 14px;
        padding: 8px;
    }

    .stat-item h2 {
        font-size: 14px;
    }

    .stat-item p {
        font-size: 11px;
    }
}

.profile-photo-circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 3px solid #9a65cd;
}

.profile-photo-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}


.profile-photo-circle:hover .overlay {
    opacity: 1;
}

.plus-icon {
    color: white;
    font-size: 48px;
    font-weight: bold;
    z-index: 20;
}

#profilePhotoPreview {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 3px solid #9a65cd;
    object-fit: cover;
    display: block;
}

#editIcon {
    position: absolute;
    bottom: 0;

    width: 100px;
    height: 100px;
    background-color: #9a65cd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    border: 2px solid white;
}

#overlay {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2.5rem;
}

#overlaysalon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2.5rem;
}

.nav-menu-desktop {
    background-color: #fff;
    padding: 0 1rem;
    justify-content: space-between;
}

.desktop-nav-list {
    display: flex;
    gap: 0.5rem;
    height: 5em;
    position: relative;
}

.desktop-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.desktop-nav-item>a {
    text-decoration: none;
    color: #333;
    padding: 0.875rem 1rem;
    border-radius: 999px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 2;
}

/* ✅ فقط خود لینک اصلی رنگ بگیره، نه فرزندان */
.desktop-nav-item:hover>a {
    color: #fff;
}

.desktop-highlighter {
    position: absolute;
    top: 30%;
    left: 0;
    height: 50%;
    border-radius: 999px;
    background: #9A65CD;
    transition: 0.3s ease;
    transition-property: width, transform, opacity;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.desktop-submenu>li>a {
    text-decoration: none;

}

.desktop-submenu {
    list-style: none;

    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    min-width: 180px;
    padding: 0.5rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.desktop-submenu li {
    position: relative;
}

.desktop-submenu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #333;
    white-space: nowrap;
}

.desktop-submenu li:hover>a {
    background: #f5f5f5;
    color: #9A65CD;
}

.desktop-submenu li:hover>.desktop-submenu {
    display: block;
    top: 0;
    left: 100%;
}

.desktop-nav-item:hover>.desktop-submenu {
    display: block;
}

.btn-softpurple {
    background-color: #fff !important;
    color: #9A65CD !important;
    border: #9A65CD 5px solid !important;
    height: 90px;
    border-radius: 20px !important;
}

.btn-softpurple:hover {
    background-color: #E4DAEE !important;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.6;
}

.feature-box {
    border: #9A65CD 2px solid;
    height: 20rem;
}

.btn-purple {
    background-color: #9A65CD;
    border: none;
    color: #fff;
    width: 100%;
    height: 7rem;
    font-size: 40px;
    border-radius: 15px;
    font-weight: lighter;
}

@media(max-width: 768px) {

    .navbar,
    .main-header {
        display: none !important;
    }
}

.profile-page-aside {
    padding: 0;
}

.profile-boximage {
    margin-top: 70px;
    height: 200px;
    width: 200px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);

}

.profile-box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    width: 85%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.profile-box-header {
    height: 200px;
    background: linear-gradient(to right, #9a65cd, #d1acf3);
    border-radius: 14px 14px 0 0;
}

.profile-box-username {
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.profile-box-username a {
    text-decoration: none;
    color: #000000;
}

.profile-box-username .fa-edit {
    color: #666;
    font-size: 18px;
}

.profile-box-tabs {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.profile-box-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    color: #333;
    text-decoration: none;
    font-size: 2rem;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.2s;
}

.profile-box-tab:hover {
    background: #f9f9f9;
}



.profile-box-tab .badge {
    font-size: 12px;
    border-radius: 8px;
}

.profile-box-tab--sign-out {
    color: #d9534f;
    font-weight: 600;
    justify-content: center;
    padding: 16px;
    font-size: 16px;
}

.profile-page-aside img {
    max-width: 100%;
}

.profile-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 20px 16px;
    width: 100%;
}

.profile-card .card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.profile-card p {
    font-size: 16px;
    margin: 8px 0;
    color: #333;
}

.profile-card p strong {
    font-weight: 500;
}

.user-mobile-menu {
    padding: 10px;
}

.user-mobile-menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s ease;
    width: 90%;
}

.user-mobile-menu .menu-item i:first-child {
    font-size: 20px;
    color: #9a65cd;
    padding-bottom: 10px !important;
    margin-left: 12px;
}

.user-mobile-menu .menu-item .arrow {
    font-size: 14px;
    color: #ccc;
}

.user-mobile-menu .menu-item span {
    flex-grow: 1;
    text-align: right;
}

.user-mobile-menu .menu-item:active {
    background: #f5f5f5;
}