/* Font Awesome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
/* استایل‌های پایه و تنظیمات کلی */
.section-1-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.section-1-wrapper, .section-1-wrapper html {
    font-family: 'Vazirmatn', sans-serif;
    background: #fff;
    direction: rtl;
}
.section-1-wrapper a {
    text-decoration: none;
    color: inherit;
}
.section-1-wrapper input, .section-1-wrapper button {
    font-family: inherit;
}

/* === استایل‌های هدر === */
.section-1-wrapper .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    transition: padding 0.3s, background 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.section-1-wrapper .header.scrolled {
    padding: 8px 20px;
}
.section-1-wrapper .header.scrolled-bg {
    background: #fff;
}
.section-1-wrapper .logo-container img {
    height: 35px;
}
.section-1-wrapper .search-shrunk {
    display: none;
    align-items: center;
    background: #fff;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    font-size: 16px;
    color: #333;
    flex-direction: row-reverse;
    cursor: pointer;
}
.section-1-wrapper .search-shrunk * {
    pointer-events: none;
}
.section-1-wrapper .header.scrolled .search-shrunk {
    display: flex;
}
.section-1-wrapper .search-shrunk i {
    margin-right: 8px;
    color: #888;
    font-size: 18px;
}

/* === استایل‌های منوی همبرگری === */
.section-1-wrapper .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: right 0.3s ease;
    padding: 20px;
}
.section-1-wrapper .nav-menu.active {
    right: 0;
}
.section-1-wrapper .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.section-1-wrapper .menu-logo {
    height: 35px;
}
.section-1-wrapper .close-btn {
    font-size: 24px;
    cursor: pointer;
    margin-right: 10px;
    z-index: 1001;
}
.section-1-wrapper .separator {
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    margin: 10px 0;
}
.section-1-wrapper .menu-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    font-size: 16px;
    color: #000;
}
.section-1-wrapper .menu-item i {
    margin-left: 10px;
    font-size: 20px;
}
.section-1-wrapper .menu-text {
    margin-right: 10px;
}
.section-1-wrapper .hamburger-container {
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

/* === ظرف والد برای هیرو و اسلایدر === */
.section-1-wrapper .hero-slider-container {
    position: relative;
    width: 100%; /* تغییر از 100vw به 100% برای جلوگیری از اسکرول افقی */
    overflow: hidden; /* اضافه کردن برای کنترل محتوای اضافی */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(255, 255, 255, 0.8) 80%,
        #fff 100%
    ),
    url('https://stylei.ir/wp-content/uploads/2025/04/sincerelyrachel5_com-e1745967708730.webp') center/cover no-repeat;
}

.section-1-wrapper .hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 60px 20px !important;
    box-sizing: border-box !important;
}

.section-1-wrapper .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* === عنوان هیرو === */
.section-1-wrapper .hero-title {
    color: #4B0082;
    font-size: 30px;
    font-family: "Vazirmatn", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(138, 43, 226, 0.2));
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    line-height: 1.4;
}

.section-1-wrapper .hero-subtitle {
    color: #8A2BE2;
    font-size: 20px;
    font-family: "IRANSans", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

.section-1-wrapper .hero-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #8A2BE2, #DDA0DD);
    border-radius: 2px;
}

.section-1-wrapper .hero-image {
    width: 150px;
    height: 150px;
    display: block;
    margin: 15px auto;
    object-fit: cover;
}

/* === کارت بوکینگ === */
.section-1-wrapper .booking-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 340px;
    min-width: 280px;
    height: auto;
    min-height: 200px;
    max-height: 400px;
    margin: 0 auto;
    padding: 20px;
    border: none;
    background: linear-gradient(
        to right,
        #FFF5EE 0%,
        #EE82EE 33%,
        #9D00FF 66%,
        #FFF5EE 100%
    );
    background-size: 200% 200%;
    animation: gradientFlow 6s linear infinite;
    clip-path: inset(0 0 0 0 round 12px);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

.section-1-wrapper .booking-card::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fff;
    border-radius: 8px;
    z-index: 0;
}

.section-1-wrapper .booking-card form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.section-1-wrapper .input-group {
    position: relative;
}
.section-1-wrapper .input-group i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 18px;
}
.section-1-wrapper .input-group input {
    width: 100%;
    padding: 8px 35px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
}
.section-1-wrapper .date-time-row {
    display: flex;
    gap: 15px;
    width: 100%;
}
.section-1-wrapper .date-time-row .input-group {
    flex: 1;
}
.section-1-wrapper .date-time-row .input-group input {
    width: 100%;
}
.section-1-wrapper .hero button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.section-1-wrapper .hero button:hover {
    background: #0056b3;
}

/* === کادر دریافت اپلیکیشن === */
.section-1-wrapper .app-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    min-width: 180px;
    height: 50px;
    margin: 110px auto 0;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 50px;
}
.section-1-wrapper .app-box i {
    color: #888;
    font-size: 18px;
    margin-left: 8px;
}
.section-1-wrapper .app-box span {
    font-size: 16px;
    color: #333;
}

/* === مدال انتخاب شهر === */
.section-1-wrapper .modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}
.section-1-wrapper .city-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 1000;
    display: none;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
}
.section-1-wrapper .city-modal h3 {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.section-1-wrapper .search-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.section-1-wrapper .search-box i {
    margin-left: 8px;
    color: #888;
}
.section-1-wrapper .search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
}
.section-1-wrapper .city-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 1002;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}
.section-1-wrapper .city-dropdown li {
    padding: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    list-style: none;
}
.section-1-wrapper .city-dropdown li:hover {
    background: #f9f9f9;
}
.section-1-wrapper .popular-cities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}
.section-1-wrapper .city-tag {
    padding: 8px;
    background: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.section-1-wrapper .jdp-container {
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
}
.section-1-wrapper .jdp-day.holiday {
    background-color: #ffcccc;
}

/* === استایل مدال خدمات === */
.section-1-wrapper .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.section-1-wrapper .modal-header .back-btn,
.section-1-wrapper .modal-header .close-btn {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 50px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.section-1-wrapper .modal-header .back-btn:hover,
.section-1-wrapper .modal-header .close-btn:hover {
    color: #333;
}

.section-1-wrapper .modal-header .back-btn i,
.section-1-wrapper .modal-header .close-btn i {
    font-size: 18px;
}

.section-1-wrapper .modal-header .back-btn.hidden {
    visibility: hidden;
}

.section-1-wrapper .title-separator {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 10px 0;
}

.section-1-wrapper .gender-selection {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.section-1-wrapper .gender-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 12px;
    background: #f9f9f9;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-1-wrapper .gender-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section-1-wrapper .gender-card i {
    font-size: 40px;
    margin-bottom: 10px;
}

.section-1-wrapper .gender-card.male i {
    color: #2C3E50;
}

.section-1-wrapper .gender-card.female i {
    color: #8E44AD;
}

.section-1-wrapper .gender-card span {
    font-size: 18px;
    font-weight: 500;
}

.section-1-wrapper .gender-card.male span {
    color: #2C3E50;
}

.section-1-wrapper .gender-card.female span {
    color: #8E44AD;
}

.section-1-wrapper .services-section {
    display: none;
    flex-direction: column;
    gap: 15px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-1-wrapper .service-category, .section-1-wrapper .sub-service-section, .section-1-wrapper .search-results {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 70vh;
    overflow-y: auto;
}

.section-1-wrapper .service-item, .section-1-wrapper .sub-service-item, .section-1-wrapper .search-result-item {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    background: #fff;
    transition: background 0.2s;
}

.section-1-wrapper .service-item:hover, .section-1-wrapper .sub-service-item:hover, .section-1-wrapper .search-result-item:hover {
    background: #f9f9f9;
}

.section-1-wrapper .service-item i, .section-1-wrapper .sub-service-item i, .section-1-wrapper .search-result-item i {
    width: 24px;
    height: 24px;
    background-image: url('https://stylei.ir/wp-content/uploads/2025/05/Untitled-1.png');
    background-size: 120px 96px;
    background-repeat: no-repeat;
    margin-left: 15px;
    transition: opacity 0.3s ease;
}

.section-1-wrapper .sub-service-item i, .section-1-wrapper .search-result-item i {
    opacity: 0.6;
}

.section-1-wrapper .service-item:hover i, .section-1-wrapper .sub-service-item:hover i, .section-1-wrapper .search-result-item:hover i {
    opacity: 0.8;
}

.section-1-wrapper .service-item.nails i, .section-1-wrapper .sub-service-item.nails i, .section-1-wrapper .search-result-item.nails i { background-position: 0 0; }
.section-1-wrapper .service-item.hair-removal i, .section-1-wrapper .sub-service-item.hair-removal i, .section-1-wrapper .search-result-item.hair-removal i { background-position: -24px 0; }
.section-1-wrapper .service-item.hair i, .section-1-wrapper .sub-service-item.hair i, .section-1-wrapper .search-result-item.hair i { background-position: -48px 0; }
.section-1-wrapper .service-item.massages i, .section-1-wrapper .sub-service-item.massages i, .section-1-wrapper .search-result-item.massages i { background-position: -72px 0; }
.section-1-wrapper .service-item.barbering i, .section-1-wrapper .sub-service-item.barbering i, .section-1-wrapper .search-result-item.barbering i { background-position: -96px 0; }
.section-1-wrapper .service-item.eyebrows i, .section-1-wrapper .sub-service-item.eyebrows i, .section-1-wrapper .search-result-item.eyebrows i { background-position: -120px 0; }

.section-1-wrapper .service-item span, .section-1-wrapper .sub-service-item span, .section-1-wrapper .search-result-item span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.section-1-wrapper .sub-service-section, .section-1-wrapper .search-results {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.section-1-wrapper .service-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

/* === استایل‌های اسلایدر === */
.section-1-wrapper .section-one {
    font-family: 'IRANSans', sans-serif;
    z-index: 1;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
}
.section-1-wrapper .rectangle {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 340px;
    min-width: 280px;
    height: 300px;
    margin: 0 auto;
}
.section-1-wrapper .slider {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 4;
}
.section-1-wrapper .slides {
    width: 100%;
    height: 100%;
}
.section-1-wrapper .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.section-1-wrapper .slide.active {
    opacity: 1;
}
.section-1-wrapper .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-1-wrapper .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    opacity: 0;
}
.section-1-wrapper .slide.active .slide-text {
    opacity: 1;
    animation: vibrate 0.1s ease-in-out infinite;
    animation-delay: 0.5s;
    animation-iteration-count: 3;
}
@keyframes vibrate {
    0%, 100% {
        transform: translate(-50%, -50%) translateX(0);
    }
    50% {
        transform: translate(-50%, -50%) translateX(2px);
    }
}
.section-1-wrapper .pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}
.section-1-wrapper .dot {
    background: #FF6A00;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s;
    width: 8px;
    height: 8px;
}
.section-1-wrapper .dot.active {
    opacity: 1;
}
.section-1-wrapper .text-area {
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.section-1-wrapper .text-area p {
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

/* === رسانه‌ها (Media Queries) === */
@media (max-width: 768px) {
    .section-1-wrapper .hero {
        padding: 30px 0;
    }
    .section-1-wrapper .hero-title {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .section-1-wrapper .hero-subtitle {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .section-1-wrapper .booking-card {
        width: 100%;
        max-width: 340px;
        min-width: 280px;
        padding: 20px;
    }
    .section-1-wrapper .app-box {
        max-width: 200px;
        min-width: 180px;
        height: 50px;
        margin: 110px auto 0;
    }
    .section-1-wrapper .section-one {
        width: 90%;
        max-width: 90%;
        min-width: 320px;
    }
    .section-1-wrapper .rectangle {
        width: 100%;
        max-width: 340px;
        min-width: 280px;
        height: 300px;
    }
    .section-1-wrapper .slide-text {
        font-size: 20px;
    }
    .section-1-wrapper .text-area p {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-1-wrapper .hero {
        padding: 40px 20px;
    }
    .section-1-wrapper .hero-title {
        font-size: 28px;
    }
    .section-1-wrapper .hero-subtitle {
        font-size: 24px;
    }
    .section-1-wrapper .booking-card {
        max-width: 400px;
        padding: 25px;
    }
    .section-1-wrapper .app-box {
        max-width: 220px;
        height: 55px;
    }
    .section-1-wrapper .section-one {
        padding: 30px;
    }
    .section-1-wrapper .rectangle {
        max-width: 600px;
        height: 400px;
    }
    .section-1-wrapper .slide-text {
        font-size: 28px;
    }
    .section-1-wrapper .text-area p {
        font-size: 20px;
    }
    .section-1-wrapper .dot {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1024px) {
    .section-1-wrapper .hero {
        padding: 50px 20px;
    }
    .section-1-wrapper .hero-title {
        font-size: 32px;
    }
    .section-1-wrapper .hero-subtitle {
        font-size: 26px;
    }
    .section-1-wrapper .booking-card {
        max-width: 450px;
        padding: 30px;
    }
    .section-1-wrapper .app-box {
        max-width: 240px;
        height: 60px;
    }
    .section-1-wrapper .section-one {
        padding: 40px;
        display: flex;
        justify-content: center;
    }
    .section-1-wrapper .rectangle {
        max-width: 800px;
        height: 500px;
    }
    .section-1-wrapper .slide-text {
        font-size: 36px;
    }
    .section-1-wrapper .text-area p {
        font-size: 24px;
    }
    .section-1-wrapper .dot {
        width: 12px;
        height: 12px;
    }
}
```