﻿.img-galery {
    height: 230px;
    width: 230px;
}

.availability-form {
    display: flex;
}

#AvaillibilityBtn {
    margin-top: 0%;
}

.category_img img {
    width: 100%;
    height: 25vh;
}

.gallery_item .img {
    height: 230px;
    width: 230px;
}

.actual-amout {
    color: red;
    font-size: 15px;
    margin-right: 10px;
}

.offer-amout {
    color: #fff;
    font-size: 19px;
    margin-right: 10px;
}

.our-best .text ul li {
    font-size: 13px !important;
}

/*  .slider-caption-sub{
            color: #030609;
        }

        .slider-caption-sub-1{
            color: #030609;
        } */

/* Slider Container */
#slider-revolution {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Glassy Overlay Effect */
.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.02) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.1) 100% );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 5;
    pointer-events: none;
}

/* Image Styling */
#slider-revolution img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1);
}

/* Text Enhancements for Better Readability */
.tp-caption {
    z-index: 10 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.slider-caption-sub {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.slider-caption {
    font-family: 'Playfair Display', serif !important;
    /*font-size: 60px !important;*/
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
}

.slider-caption-sub-1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    color: #f8f8f8 !important;
    letter-spacing: 1px !important;
}

/* Button Styling */
.awe-btn-slider {
    background: linear-gradient(45deg, #d4af37, #ffd700) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

    .awe-btn-slider:hover {
        background: linear-gradient(45deg, #ffd700, #d4af37) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
        color: #000 !important;
    }

/* Specific Slide Adjustments */
.slider-caption-1 {
    font-size: 28px !important;
    letter-spacing: 3px !important;
}

.slider-caption-3 {
    /*font-size: 70px !important;*/
    color: #ffd700 !important;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8) !important;
}

.slider-caption-sub-3 {
    font-size: 22px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
}

.accomd-modations-room .text {
    position: absolute;
    background-color: #00000029;
    padding: 10px 20px;
    left: 0;
    right: 0;
    bottom: 0px;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .accomd-modations-room .text {
        position: absolute;
        background-color: #00000029;
        padding: 10px 20px;
        left: 0;
        right: 0;
        top: 178px;
        bottom: 0px;
    }

    .section-slider {
        height: auto !important;
        margin-top: 10vh;
    }
    #slider-revolution {
        height: 70vh;
        min-height: 400px;
    }

    /* Adjust caption positions for mobile */
    .tp-caption {
        transform: scale(0.9) !important;
    }

    .slider-caption {
        font-size: 28px !important;
    }

    .slider-caption-sub {
        font-size: 16px !important;
    }

    .slider-caption-sub-1 {
        font-size: 18px !important;
    }

    /* Specific adjustments for the first slide */
    .slider-caption-1 {
        font-size: 16px !important;
    }

    /* Specific adjustments for the second slide */
    .slider-caption-3 {
        font-size: 32px !important;
    }

    .slider-caption-sub-3 {
        font-size: 16px !important;
    }

    /* Adjust button size for mobile */
    .awe-btn-slider {
        padding: 10px 25px !important;
        font-size: 14px !important;
    }
}

/* Extra small devices */
@media (max-width: 415px) {
    .accomd-modations-room .text {
        position: absolute;
        background-color: #00000029;
        padding: 10px 20px;
        left: 0;
        right: 0;
        top: 178px;
        bottom: 0px;
    }
    .section-slider {
        height: auto !important;
        margin-top: 10vh;
    }

    #slider-revolution {
        height: 60vh;
        min-height: 350px;
    }

    /* Further adjust caption positions for very small screens */
    .tp-caption {
        transform: scale(0.8) !important;
    }

    .slider-caption {
        font-size: 24px !important;
    }

    .slider-caption-sub {
        font-size: 14px !important;
    }

    /* Reposition captions for very small screens */
    .tp-caption[data-y="240"] {
        data-y: 180 !important;
    }

    .tp-caption[data-y="280"] {
        data-y: 210 !important;
    }

    .tp-caption[data-y="380"] {
        data-y: 280 !important;
    }

    /* Second slide adjustments */
    .tp-caption[data-y="195"] {
        data-y: 150 !important;
    }

    .tp-caption[data-y="220"] {
        data-y: 180 !important;
    }

    .tp-caption[data-y="260"] {
        data-y: 210 !important;
    }

    .tp-caption[data-y="365"] {
        data-y: 280 !important;
    }

    .tp-caption[data-y="395"] {
        data-y: 310 !important;
    }
}

/* Landscape orientation on mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .accomd-modations-room .text {
        position: absolute;
        background-color: #00000029;
        padding: 10px 20px;
        left: 0;
        right: 0;
        top: 178px;
        bottom: 0px;
    }
    #slider-revolution {
        height: 80vh;
    }

    .tp-caption {
        transform: scale(0.85) !important;
    }
}