/* :root {
    --color-primary: #C46549;
    --color-secondary: #FFE9DC;
    --color-background: #FFF2E9;
    --primary-color: #C46549;
    --secondary-color: #FFE9DC;
} */
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url("fonts/woff/IRANSansXFaNum-thin.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-thin.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url("fonts/woff/IRANSansXFaNum-UltraLight.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-UltraLight.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url("fonts/woff/IRANSansXFaNum-light.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-light.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url("fonts/woff/IRANSansXFaNum-medium.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-medium.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url("fonts/woff/IRANSansXFaNum-demibold.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-demibold.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url("fonts/woff/IRANSansXFaNum-extrabold.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-extrabold.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url("fonts/woff/IRANSansXFaNum-black.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-black.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/woff/IRANSansXFaNum-bold.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-bold.woff2") format("woff2");
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/woff/IRANSansXFaNum-regular.woff") format("woff"),
        url("fonts/woff2/IRANSansXFaNum-regular.woff2") format("woff2");
}

.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.ss03 {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

:root {
    --color-primary: #9E6061;
    --color-primary-dark: #7f4d4e;
    --color-primary-light: #b97b7c;

    --color-secondary: #E9A99F;
    --color-secondary-dark: #d48f84;
    --color-secondary-light: #f3bdb4;

    --color-background: #F3F3F3;
    --color-surface: #ffffff;
    --color-border: #e0e0e0;
    --color-text: #333333;

    --light-color: #f8f9fa;
    --dark-color: #212529;
    --unread-bg: #f0f7ff;
    --notification-bg: #ffffff;
    --border-color: #dee2e6;
    --text-muted: #6c757d;
}

body {
    /* padding-bottom: 80px; */
    background-color: var(--color-background);
    font-family: 'IRANSansX' !important;
}

.font-10 {
    font-size: 10px !important;
}

/* .header-main {
    min-height: 450px;
    background: url(/front/asset/images/header_back.jpg) no-repeat center center;
    background-size: cover;
} */
.main-container {
    min-height: 450px;
    background: url(/asset/images/back3.jpg) no-repeat center center;
    background-size: cover;
}

.header-icon {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.message-badge {
    position: absolute;
    top: -4px;
    left: -5px;
}

.header-icon2 {
    background: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0 10px;
    border-radius: 22px;
    gap: 5px;
}

/* === HEADING STYLE #2 === */
.header-main h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #3f3f3f;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-main h1 span {
    display: block;
    font-size: 0.6em;
    line-height: 1.3;
}

.header-main h1 em {
    font-style: normal;
    font-weight: 600;
}

.two {
    direction: ltr;
    margin-top: 25px;
    padding: 0 16px;
}

.two h1 {
    text-transform: capitalize;
}

.two h1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 2px;
    content: "";
    background-color: var(--color-primary);
}

.two h1 span {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: #fff;
}

/* .special-offer {
    position: relative;
    top: -215px;
} */

.main-btn {
    background: var(--color-primary);
    background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    /* border: 2px solid #3B2A26; */
    color: #f6f6f6;
    border-radius: 35px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    transition: all 0.5s ease;
}

.main-btn:hover {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(196, 101, 73, 0.4);
}

.main-title {
    display: flex;
    align-items: center;
}

.main-title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 24px;
    background: var(--color-primary);
    border-radius: 2px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.service-card {
    background-color: #fff;
    /* color: var(--color-primary); */
    border-radius: 12px;
    padding: 11px 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    /* min-width: 100px; */
    /* margin: 0 5px; */
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.service-text {
    min-width: fit-content;
}

.service-icon {
    font-size: 1.5rem;
    /* margin-bottom: 5px; */
    color: var(--color-primary);
}

.nav-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 25px 25px 0 0;
    max-width: 28rem;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    z-index: 1000;
}

.nav-item {
    color: var(--color-text);
    text-align: center;
    font-size: clamp(13px, 13px, 16px);
    font-weight: 600;
}

.nav-item.active {
    color: var(--color-primary)
}

.nav-icon {
    font-size: 1.2rem;
}

.reserve-btn {
    /* position: relative;
            bottom: 50px; */
    background: radial-gradient(circle, rgba(229, 147, 100, 1) 0%, rgba(196, 101, 73, 1) 100%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 107, 107, 0.3);
}

.reserve-btn i {
    font-size: 40px;
    position: relative;
    top: 4px;
}

.salon-card {
    background: rgba(225, 205, 144, 0.08);
    border: 1px solid #e4cba7;
}

.card-custom {
    border-radius: 22px;
    /* color: #fff; */
    padding: 1rem;
}

.card-custom img {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    object-fit: cover;
}

.tag {
    background: var(--color-secondary-light);
    color: var(--color-text);
    border-radius: 22px;
    padding: 2px 10px;
    font-size: 0.85rem;
}



/* inputs */
.autocomplete {
    position: relative;
    /* width: 300px; */
}

.autocomplete input,
.autocomplete textarea {
    outline: 0px solid transparent !important;
    width: 100%;
    padding: 10px 30px 10px 10px;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 22px;
}

.autocomplete label {
    position: absolute;
    right: 15px;
    top: 21%;
    transition: 0.2s;
    pointer-events: none;
    color: #666;
}

.autocomplete .dropdown .active {
    background-color: #F2F9FF;
}

.autocomplete input:focus+label,
.autocomplete.filled input+label,
.autocomplete textarea:focus+label,
.autocomplete.filled textarea+label {
    outline: none !important;
    border: none !important;
    top: -10px !important;
    right: 10px;
    background: white;
    padding: 0 5px;
    font-size: 0.75rem;
    color: #6c757d;
}

.autocomplete .clear-btn {
    display: none;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: bold;
    color: #888;
}


.search-container {
    width: 100%;
    background-color: white;
    border-radius: 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* background: transparent;
    backdrop-filter: blur(30px); */
    /* overflow: hidden; */
}

.tabs {
    display: flex;
    justify-content: space-around;
    /* background-color: var(--secondary-color); */
}

.tab {
    /* padding: 15px 0; */
    padding-bottom: 3px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.tab.active {
    color: var(--color-primary);
    border-bottom: 3px solid var(--color-primary);
}

.search-container .tab-content {
    padding: 20px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}