body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#home-slider-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

#home-slider-box {
    width: 100%;
    height: 500px;
    background: #000;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    touch-action: pan-y pinch-zoom;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#home-slider-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.8s ease;
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    text-align: left;
    color: #000;
    z-index: 2;
    width: 100%;
    padding-left: 15px;
    pointer-events: none;
}

.slide-content h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: 10px;
    font-weight: bold;
}

.slide-content h3 {
    font-size: clamp(1rem, 3vw, 1.5rem);
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0.9;
}

.slide-button {
    padding: clamp(8px, 2vw, 12px) clamp(20px, 4vw, 30px);
    background-color: #ff6b00;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: clamp(0.875rem, 2vw, 1rem);
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    text-decoration: none;
    outline: none;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

.slide-button:hover {
    background-color: #ff6b00;
}

.slide-button:active {
    background-color: #ff6b00;
}

@media (max-width: 768px) {
    .slide-content {
        left: 10%;
        padding-left: 10px;
    }
    
    .slide-content h2 {
        font-size: 1.8rem;
    }
    
    .slide-content h3 {
        font-size: 1.2rem;
    }
    
    .slide-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .slide-content {
        left: 4%;
    }
}

#home-slider-navigation {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 30px;
}

.indicator {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: scale(1.2);
}

.indicator.active {
    background: #fff;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    #home-slider-box {
        height: 300px;
    }

    #home-slider-navigation {
        bottom: 15px;
        gap: 6px;
        padding: 6px 12px;
    }

    .indicator {
        width: 6px;
        height: 6px;
    }
}

#heroSlider {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: #000;
}

#heroSlider .carousel-item {
    height: 70vh;
    background-color: #000;
}

#heroSlider .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#heroSlider .carousel-indicators {
    margin-bottom: 2rem;
}

#heroSlider .carousel-indicators button {
    width: 40px;
    height: 4px;
    border-radius: 0;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
}

#heroSlider .carousel-indicators button.active {
    background-color: #fff;
}

#heroSlider .carousel-control-prev,
#heroSlider .carousel-control-next {
    width: 5%;
    opacity: 0;
    transition: all 0.3s ease;
}

#heroSlider:hover .carousel-control-prev,
#heroSlider:hover .carousel-control-next {
    opacity: 0.8;
}

#heroSlider .carousel-control-prev-icon,
#heroSlider .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-size: 50%;
}

@media (max-width: 768px) {
    #heroSlider .carousel-indicators {
        margin-bottom: 1rem;
    }
    
    #heroSlider .carousel-indicators button {
        width: 30px;
        height: 3px;
        margin: 0 3px;
    }
    
    #heroSlider .carousel-control-prev-icon,
    #heroSlider .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}

#slider:active {
    cursor: pointer;
}

#sliderContainer {
    width: 100%;
    height: 100%;
    position: relative;
}

#sliderIndicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 30px;
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

#slider:hover .slider-control {
    opacity: 1;
}

.slider-control.prev {
    left: 10px;
}

.slider-control.next {
    right: 10px;
}

.control-icon {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
}

.prev .control-icon {
    transform: translate(-25%, -50%) rotate(-135deg);
}

.next .control-icon {
    transform: translate(-75%, -50%) rotate(45deg);
}

@media (max-width: 768px) {
    #slider {
        height: 300px;
    }

    #sliderIndicators {
        bottom: 15px;
        gap: 6px;
        padding: 6px 12px;
    }

    .indicator {
        width: 6px;
        height: 6px;
    }

    .slider-control {
        width: 25px;
        height: 25px;
    }

    .control-icon {
        width: 6px;
        height: 6px;
    }
} 
.slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.slide a:hover {
    text-decoration: none;
}

.slide a:active {
    text-decoration: none;
}