/* Responsive Slider Styles */
.rs-slider.main-home {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.rs-slider.main-home .slider-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    width: 100%;
}

.rs-slider.main-home .slider-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.rs-slider.main-home .content-part {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 15px;
    color: #fff;
}

.rs-slider.main-home .sl-sub-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    display: block;
    color: #fff;
}

.rs-slider.main-home .sl-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
}

.rs-slider.main-home .readon2.banner-style {
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 30px;
    background-color: #ff5421;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rs-slider.main-home .readon2.banner-style:hover {
    background-color: #e64816;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Owl Carousel Dots Styling */
.rs-slider.main-home .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.rs-slider.main-home .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.rs-slider.main-home .owl-dot.active {
    background-color: #ff5421;
    transform: scale(1.2);
}

/* Responsive Styles */
@media only screen and (max-width: 1366px) {
    .rs-slider.main-home .slider-content {
        min-height: 550px;
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 42px;
        margin-bottom: 25px;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 22px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 14px 35px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .rs-slider.main-home .slider-content {
        min-height: 500px;
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 38px;
        margin-bottom: 20px;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 20px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .rs-slider.main-home .slider-content {
        min-height: 450px !important;
    }
    
    .rs-slider.main-home .slider-content::before {
        background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 12px 28px;
        font-size: 14px;
    }
    
    .rs-slider.main-home .owl-dots {
        bottom: 25px;
    }
    
    .rs-slider.main-home .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-slider.main-home .slider-content {
        min-height: 400px !important;
        background-position: center center !important;
        background-size: cover !important;
    }
    
    .rs-slider.main-home .slider-content::before {
        background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    }
    
    .rs-slider.main-home .content-part {
        padding: 0 20px;
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 28px;
        margin-bottom: 18px;
        line-height: 1.3;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 10px 25px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
    
    .rs-slider.main-home .owl-dots {
        bottom: 20px;
    }
    
    .rs-slider.main-home .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-slider.main-home .slider-content {
        min-height: 350px !important;
    }
    
    .rs-slider.main-home .slider-content::before {
        background: linear-gradient(135deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 100%);
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 8px 20px;
        font-size: 12px;
    }
    
    .rs-slider.main-home .owl-dots {
        bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-slider.main-home .slider-content {
        min-height: 300px !important;
    }
    
    .rs-slider.main-home .content-part {
        padding: 0 15px;
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 8px 18px;
        font-size: 11px;
    }
    
    .rs-slider.main-home .owl-dots {
        bottom: 12px;
    }
    
    .rs-slider.main-home .owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

@media only screen and (max-width: 380px) {
    .rs-slider.main-home .slider-content {
        min-height: 280px !important;
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 11px;
        margin-bottom: 5px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 6px 16px;
        font-size: 10px;
    }
}

/* Animation adjustments for mobile */
@media only screen and (max-width: 767px) {
    .rs-slider.main-home .wow {
        animation-duration: 1s !important;
    }
    
    .rs-slider.main-home .wow.fadeInRight {
        animation-name: fadeInRightMobile;
    }
    
    .rs-slider.main-home .wow.fadeInUp {
        animation-name: fadeInUpMobile;
    }
}

@keyframes fadeInRightMobile {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUpMobile {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .rs-slider.main-home .slider-content {
        background-size: cover !important;
        background-position: center center !important;
    }
}

/* Landscape orientation for mobile */
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .rs-slider.main-home .slider-content {
        min-height: 300px !important;
    }
    
    .rs-slider.main-home .sl-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .rs-slider.main-home .sl-sub-title {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .rs-slider.main-home .readon2.banner-style {
        padding: 8px 20px;
        font-size: 12px;
    }
}