@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Playfair+Display:ital,wght@0,700;1,700&display=swap');

.section_slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.home-slider {
    margin-bottom: 0;
}

.slider-item {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #000;
}

.slider-content {
    position: relative;
    z-index: 2;
    padding-left: 10%;
    width: 100%;
}

.slider-text {
    max-width: 600px;
}

.slider-title {
    font-size: 80px;
    line-height: 0.9;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.slider-title .red {
    color: #C02424;
}

.slider-title .cursive {
    font-family: 'Dancing Script', cursive;
    color: #1A3C6E;
    font-style: italic;
    font-size: 100px;
    margin-right: 15px;
    display: inline-block;
}

.launch-offer {
    background: #2A3B5F;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.discover-btn {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2A3B5F;
    text-decoration: none !important;
    position: relative;
    padding-bottom: 5px;
    width: fit-content;
    margin: 0 auto;
}

.discover-btn::before,
.discover-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2A3B5F;
}

.discover-btn::after {
    bottom: -4px;
}

.slider-dates {
    position: absolute;
    top: 50px;
    right: 50px;
    text-align: right;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #333;
}

.slider-dates .line {
    width: 100px;
    height: 1px;
    background: #000;
    display: inline-block;
    margin: 5px 0;
}

/* Side Social Icons */
.side-social {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 18px;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon.home { background: #7d1338; }
.social-icon.phone { background: #C02424; }
.social-icon.zalo { background: #2489C5; }
.social-icon.messenger { background: #0084FF; }

/* Heart Button */
.heart-btn {
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 10;
}

.heart-btn i {
    color: #ff4d4d;
    font-size: 24px;
}

/* Navigation */
.slider-dots {
    position: absolute;
    bottom: 20px;
    right: 100px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: #000;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.slider-arrow.prev { left: 30px; }
.slider-arrow.next { right: 30px; }

@media (max-width: 767px) {
    .slider-item { height: 400px; }
    .slider-title { font-size: 40px; }
    .slider-title .cursive { font-size: 50px; }
    .launch-offer { font-size: 16px; padding: 5px 20px; }
    .slider-dates { top: 20px; right: 20px; font-size: 16px; }
    .side-social { right: 10px; }
    .social-icon { width: 35px; height: 35px; font-size: 14px; }
    .heart-btn { left: 20px; bottom: 20px; width: 45px; height: 45px; }
}
