header.header-three .header-top{
padding-bottom: 14px;
}header.header-three .nav-container{position: relative; top:40px;height: 80px;
  border-radius: 17px;}header.header-three .header-top{background:#fff;color:#000;}header.header-three .header-top, header.header-three .header-top a{color:#fff;background:#195a49;}.main-btn.btn-filled{border-radius:40px;}.main-btn.btn-border{border-radius:40px;}.menu-items>ul>li>a{font-size:18px;}.banner-area.banner-style-two .single-banner{height: 931px;}
.banner-area .banner-content span.promo-tag {
    display: block;
    text-align: center;
}.room-details .deatils-box .title-wrap .title h2 {
  font-size: 30px;}
.room-slider .rooms-content-wrap .room-content-box .room-content-slider ul.slick-dots{display: none !important;}
.banner-area .banner-content span.promo-tag::before {
    content: "⭐⭐⭐⭐⭐";
    display: block;
    margin-bottom: 5px; /* Adjust spacing as needed */
}
.modal-content{display:none;}.alert.alert-sticky{display:none;}
.banner-area .banner-content span.promo-tag::after {
    content: "";
    display: block;
}.footer-menu{display:none;}
.sidebar .widget.categories-widget ul li a{border-radius:10px;}
.booking-form .booking-form-inner {
    background-color: #fff;
    padding: 10px 40px 40px;
    width: 1224px;
    position: relative;
    left: -141px;
    top: -36px;
    border-radius: 34px;
}.booking-form form .nice-select, .booking-form form input, .booking-form form select{border-bottom:none;}
.booking-form form button{border-bottom: none !important;}.booking-form.boxed-layout form button{border-radius: 16px;}.about-section{padding-top:34px;}
.about-section .down-arrow-wrap {
    padding-bottom: 34px;
}
body.show-admin-bar .breadcrumb-area {
    margin-top: -2px;
}
.about-section .about-features li a,.about-section .about-features li a i,.about-section .about-features li a span {
    transition: all .3s ease-out 0s;
    border-radius: 42px;}




        .offers-section {
            position: relative;
            background: #f8f9fa;
            padding: 0;
            overflow: hidden;
        }
        
        .offers-title {
            text-align: center;
            font-family: 'Georgia', serif;
            font-style: italic;
            font-size: 3.5rem;
            color: #666;
            margin: 40px 0;
            font-weight: 300;
        }
        
        .carousel-container {
            position: relative;
        }
footer .copyright-area .copyright-text.copyright-two{width:101%;}
        .offer-slide {
            min-height: 600px;
            position: relative;
            display: flex;
            align-items: stretch;
        }
        
        .offer-image {
            flex: 1;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .offer-content {
            flex: 1;
            background: linear-gradient(135deg, #2d5a3d 0%, #4a7c59 100%);
            color: white;
            padding: 60px 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
        }
        
        .offer-badge {
            position: absolute;
            top: -10px;
            right: 20px;
            background: #ff6b35;
            color: white;
            padding: 8px 20px;
            font-size: 0.9rem;
            font-weight: 600;
            border-radius: 0 0 5px 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .offer-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 1.1;
        }
        
        .offer-subtitle {
            font-size: 1.1rem;
            margin-bottom: 40px;
            opacity: 0.9;
            line-height: 1.6;
        }
        
        .offer-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-bottom: 40px;
        }
        
        .feature-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.15);
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            font-size: 24px;
        }
        
        .feature-text {
            font-size: 0.9rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            line-height: 1.3;
        }
        
        .feature-discount {
            font-size: 1.1rem;
            font-weight: 700;
            color: #fff;
        }
        
        .book-btn {
            background: white;
            color: #2d5a3d;
            border: none;
            padding: 15px 40px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: all 0.3s ease;
            align-self: flex-start;
            margin-bottom: 30px;
        }
        
        .book-btn:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .stay-dates {
            font-size: 1rem;
            opacity: 0.9;
            font-weight: 600;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 60px;
            height: 60px;
            background: rgba(45, 90, 61, 0.8);
            border-radius: 50%;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.8;
            transition: all 0.3s ease;
        }
        
        .carousel-control-prev {
            left: 20px;
        }
        
        .carousel-control-next {
            right: 20px;
        }
        
        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
            background: rgba(45, 90, 61, 1);
        }
        
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 24px;
            height: 24px;
        }
        
        .carousel-indicators {
            bottom: 20px;
            margin-bottom: 0;
        }
        
        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            border: none;
            margin: 0 5px;
        }
        
        .carousel-indicators .active {
            background: white;
        }
        
        /* Cloud icon in top right */
        .cloud-icon {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background: #2d5a3d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            z-index: 10;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .offer-slide {
                flex-direction: column;
                min-height: auto;
            }
            
            .offer-image {
                min-height: 300px;
            }
            
            .offer-content {
                padding: 40px 30px;
            }
            
            .offer-title {
                font-size: 2.2rem;
            }
            
            .offers-title {
                font-size: 2.5rem;
                margin: 20px 0;
            }
        }
        
        @media (max-width: 768px) {
            .offer-features {
                grid-template-columns: 1fr;
                gap: 20px;
            }
          header.header-three .header-top, header.header-three .header-top a{display:none !important;}
            .offer-content {
                padding: 30px 20px;
            }
            
            .offer-title {
                font-size: 1.8rem;
            }
            
            .offers-title {
                font-size: 2rem;
            }
            
            .carousel-control-prev,
            .carousel-control-next {
                width: 50px;
                height: 50px;
            }
            
            .carousel-control-prev {
                left: 10px;
            }
            
            .carousel-control-next {
                right: 10px;
            }
        }
        
        @media (max-width: 576px) {
            .offer-content {
                padding: 25px 15px;
            }
            
            .offer-title {
                font-size: 1.5rem;
                letter-spacing: 1px;
            }
            
            .book-btn {
                padding: 12px 30px;
                font-size: 0.9rem;
            }
            
            .feature-features {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
        }


@media (max-width: 480px) {
  .booking-form .booking-form-inner {
    width: 90%;              /* make it more fluid instead of fixed 341px */
    position: relative;
    left: 12px;
    top: -258px;
    border-radius: 34px;
    padding: 10px 40px 40px;

  }
}

.room-filter .nav-link.active {
    background: linear-gradient(135deg, #1a5f5f, #2d7a7a) !important;
    color: white !important;
    box-shadow: 0 5px 15px rgba(26,95,95,0.3);
}

.room-filter .nav-link:hover:not(.active) {
    background: rgba(26,95,95,0.1);
    color: #1a5f5f;
}

/* Card Hover Effects */
.modern-room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.modern-room-card:hover .room-image {
    transform: scale(1.05);
}

.modern-room-card:hover .room-overlay {
    opacity: 1;
}

.modern-room-card:hover .view-room-btn {
    transform: translateY(0);
}

.modern-room-card:hover .play-button {
    background: rgba(26,95,95,0.9);
}

.modern-room-card:hover .play-button svg path {
    fill: white;
}

/* Play Button Hover */
.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(26,95,95,0.9);
}

.play-button:hover svg path {
    fill: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem !important;
    }
    
    .room-filter {
        flex-direction: column;
        align-items: center;
    }
    
    .room-filter .nav-item {
        margin: 5px 0;
        width: 200px;
        text-align: center;
    }
    
    .room-features {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .feature-item {
        margin: 5px 0;
    }
}

/* Animation for tab content */
.tab-pane {
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* Container Styles */
.hotel-rooms-section {
    padding: 80px 0;
}

.hotel-rooms-text-center {
    text-align: center;
}

.hotel-rooms-mb-5 {
    margin-bottom: 3rem;
}

.hotel-rooms-mb-3 {
    margin-bottom: 1rem;
}

.hotel-rooms-decorative-element {
    display: flex;
    justify-content: center;
}

.hotel-rooms-row {
    display: flex;
    flex-wrap: wrap;
}

.hotel-rooms-justify-center {
    justify-content: center;
}

.hotel-rooms-col-auto {
    flex: 0 0 auto;
}

/* Tab Styles */
.hotel-rooms-custom-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hotel-rooms-tab-link {
    background: none !important;
    border: 2px solid #6B9C8A !important;
    color: #6B9C8A !important;
    padding: 12px 30px !important;
    margin: 0 10px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.hotel-rooms-tab-link.active,
.hotel-rooms-tab-link:hover {
    background-color: #6B9C8A !important;
    color: white !important;
    border-color: #6B9C8A !important;
}

/* Carousel Styles */
.hotel-rooms-carousel-container {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

.hotel-rooms-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 29px;
}

.hotel-rooms-carousel-slide {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 0;
}

/* Navigation Buttons */
.hotel-rooms-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B9C8A;
    font-size: 18px;
    transition: all 0.3s ease;
}

.hotel-rooms-nav-prev {
    left: 10px;
}

.hotel-rooms-nav-next {
    right: 10px;
}

.hotel-rooms-nav-btn:hover {
    background: #6B9C8A;
    color: white;
    transform: translateY(-50%) scale(1.1);
}.room-details .deatils-box .room-fearures {
    background-color: #fff;
    padding: 39px 51px 39px;
    border-radius: 34px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Card Styles */
.hotel-rooms-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.hotel-rooms-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.hotel-rooms-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.hotel-rooms-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hotel-rooms-card:hover .hotel-rooms-image {
    transform: scale(1.05);
}

.hotel-rooms-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #6B9C8A;
    font-size: 20px;
}

.hotel-rooms-play-button i {
    margin-left: 4px;
}

.hotel-rooms-play-button:hover {
    background: rgba(255,255,255,1);
    transform: translate(-50%, -50%) scale(1.1);
}

.hotel-rooms-category-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #6B9C8A;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.hotel-rooms-content {
    padding: 30px;
}

.hotel-rooms-price-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.hotel-rooms-price {
    font-size: 2rem;
    font-weight: 600;
    color: #6B9C8A;
}

.hotel-rooms-price-period {
    color: #6c757d;
    font-size: 1rem;
}

.hotel-rooms-rating-section {
    display: flex;
    align-items: center;
}

.hotel-rooms-star {
    color: #FFB347;
    margin-right: 5px;
}

.hotel-rooms-rating {
    font-weight: 600;
    color: #2c3e50;
}

.hotel-rooms-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
}

.hotel-rooms-name-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hotel-rooms-name-link:hover {
    color: #6B9C8A;
}

.hotel-rooms-features {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
}

.hotel-rooms-feature-item {
    display: flex;
    align-items: center;
}

.hotel-rooms-feature-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.hotel-rooms-feature-text {
    color: #6c757d;
    font-size: 14px;
}

/* Dots Indicator */
.hotel-rooms-dots-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.hotel-rooms-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hotel-rooms-dot.active,
.hotel-rooms-dot:hover {
    background: #6B9C8A;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hotel-rooms-carousel-slide {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .hotel-rooms-section-title {
        font-size: 2rem !important;
    }
    
    .hotel-rooms-tab-link {
        margin: 5px !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    
    .hotel-rooms-carousel-container {
        padding: 0 40px;
    }
    
    .hotel-rooms-carousel-slide {
        flex: 0 0 calc(100% - 0px);
    }
    
    .hotel-rooms-content {
        padding: 20px !important;
    }
    
    .hotel-rooms-price {
        font-size: 1.5rem !important;
    }
    
    .hotel-rooms-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .hotel-rooms-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .hotel-rooms-feature-item {
        justify-content: center;
    }
    
    .hotel-rooms-carousel-container {
        padding: 0 20px;
    }
}



















 /* Section Styles */
        .image-slider-section {
            padding: 60px 0;
            background: #f8f9fa;
        }

        .image-slider-title-wrapper {
            text-align: center;
            margin-bottom: 40px;
        }

        .image-slider-main-title {
            font-size: 3rem;
            color: #2c3e50;
            font-style: italic;
            margin: 0;
            font-weight: 300;
        }

        /* Beautiful Slider Container */
        .image-slider-container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            background: white;
        }

        .image-slider-inner {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
        }

        /* Slide Items */
        .image-slider-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.8s ease-in-out;
        }

        .image-slider-item.image-slider-active {
            opacity: 1;
        }

        .image-slider-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        /* Clickable Link Styling */
        .image-slider-link {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            cursor: pointer;
        }

        .image-slider-link:hover .image-slider-img {
            transform: scale(1.05);
        }

        /* Beautiful Navigation Controls */
        .image-slider-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

        .image-slider-prev {
            left: 25px;
        }

        .image-slider-next {
            right: 25px;
        }

        .image-slider-control:hover {
            background: white;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 12px 35px rgba(0,0,0,0.2);
        }

        .image-slider-prev-icon,
        .image-slider-next-icon {
            color: #2c3e50;
            font-size: 18px;
            font-weight: bold;
        }

        /* Beautiful Dots Indicators */
        .image-slider-indicators {
            position: absolute;
            bottom: 25px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .image-slider-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(5px);
        }

        .image-slider-indicator.image-slider-indicator-active {
            background: white;
            transform: scale(1.3);
            box-shadow: 0 4px 15px rgba(255,255,255,0.5);
        }

        .image-slider-indicator:hover {
            background: rgba(255, 255, 255, 0.9);
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .image-slider-container {
                margin: 0 20px;
                border-radius: 15px;
            }

            .image-slider-inner {
                height: 350px;
            }

            .image-slider-control {
                width: 45px;
                height: 45px;
            }

            .image-slider-prev {
                left: 15px;
            }

            .image-slider-next {
                right: 15px;
            }

            .image-slider-main-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 480px) {
            .image-slider-inner {
                height: 250px;
            }

            .image-slider-control {
                width: 40px;
                height: 40px;
            }

            .image-slider-prev {
                left: 10px;
            }

            .image-slider-next {
                right: 10px;
            }

            .image-slider-indicators {
                bottom: 15px;
                gap: 8px;
            }

            .image-slider-indicator {
                width: 10px;
                height: 10px;
            }
        }

.room-slider .rooms-slider-one .slider-img{border-radius: 82px;}.room-slider .rooms-content-wrap .room-content-box{border-radius:50px;height:451px;}.room-slider .rooms-content-wrap .room-content-box .icon{color:#fff;}.video-wrap{border-radius: 39px;}


.testimonial-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-carousel {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.testimonial-slides {
    position: relative;
    width: 100%;
    height: 450px;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.testimonial-slide.active {
    opacity: 1;
    visibility: visible;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    margin: 15px;
    border: 2px solid #e6c571;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.star {
    color: #ffa500;
    font-size: 20px;
    margin-right: 2px;
}

.rating-number {
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

.testimonial-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 9px;
    line-height: 1.3;
}

.testimonial-content {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom:0px;
    flex-grow: 1;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #f0f0f0;
}

.client-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-details {
    flex: 1;
}

.client-name {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 5px 0;
}

.client-designation {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
    background-color: #007bff;
    transform: scale(1.2);
}

.dot:hover {
    background-color: #007bff;
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial-slide .row {
        flex-direction: column;
    }
    
    .testimonial-card {
        margin: 10px 0;
        height: auto;
        min-height: 350px;
    }
    
    .testimonial-title {
        font-size: 20px;
    }
    
    .testimonial-content {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        padding: 25px 20px;
        margin: 5px 0;
    }
    
    .star {
        font-size: 16px;
    }
    
    .rating-number {
        font-size: 16px;
    }
}.room-gallery-cta .rotate-images img{display:none;}





.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
}

.blog-card:hover .card-image {
    transform: scale(1.05);
}

.blog-card .card-title a:hover {
    color: #2f4f4f !important;
}

.read-more-link:hover {
    color: #1a3333 !important;
}

.read-more-link:hover i {
    transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .latest-news .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .blog-card .card-content {
        padding: 20px !important;
    }
    
    .section-title h2 {
        font-size: 2rem !important;
    }
}

@media (max-width: 576px) {
    .category-tag {
        font-size: 12px !important;
        padding: 6px 12px !important;
    }
    
    .card-title {
        font-size: 1.25rem !important;
    }
}

/* Additional styling for better visual consistency */
.section-title h2 {
    position: relative;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #2f4f4f, #ffa500);
    border-radius: 2px;
}

/* Author info styling if needed */
.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.post-meta li {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 14px;
}

.post-meta li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.room-gallery-cta .cta-text span{color:#fff;font-size:18px;}
.post-meta li a:hover {
    color: #2f4f4f;
}

.post-meta li i {
    margin-right: 5px;
    color: #ffa500;
}

.countdown-timer {
    padding: 30px 0;
}

.timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.timer-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Arial', sans-serif;
}

.timer-label {
    font-size: 1rem;
    color: #ffffff;
    margin-top: 8px;
    font-weight: 400;
    text-transform: capitalize;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.timer-separator {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: -25px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timer-container {
        gap: 15px;
    }
    
    .timer-number {
        font-size: 2.5rem;
    }
    
    .timer-separator {
        font-size: 2rem;
        margin-top: -15px;
    }
    
    .timer-label {
        font-size: 0.9rem;
    }
    
    .timer-item {
        min-width: 60px;
    }
}

@media (max-width: 480px) {
    .timer-container {
        gap: 10px;
    }
    
    .timer-number {
        font-size: 2rem;
    }
    
    .timer-separator {
        font-size: 1.5rem;
        margin-top: -10px;
    }
    
    .timer-label {
        font-size: 0.8rem;
    }
    
    .timer-item {
        min-width: 50px;
    }
}

.room-box {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-bottom: 30px;
}

.room-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.room-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.room-img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    position: relative;
}

.room-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.room-box:hover .room-img {
    transform: scale(1.05);
}

.room-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(45, 55, 72, 0.9);
    backdrop-filter: blur(10px);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.room-rating {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 6px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.star-icon {
    color: #fbbf24;
    font-size: 14px;
}

.rating-text {
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
}

.room-desc {
    padding: 24px;
}

.price-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
}

.price-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #059669;
    line-height: 1;
}

.price-period {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.room-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px;
    line-height: 1.3;
}

.room-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.room-title a:hover {
    color: #059669;
}

.room-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.room-features {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.feature-icon {
    width: 16px;
    height: 16px;
    opacity: 0.7;
}

.amenities-list {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.amenity-icon {
    width: 36px;
    height: 36px;
    background: #f3f4f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.amenity-icon:hover {
    background: #e5e7eb;
    transform: translateY(-2px);
}

.amenity-icon i,
.amenity-icon img {
    width: 18px;
    height: 18px;
    opacity: 0.7;
}

.booking-button {
    width: 100%;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.booking-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.booking-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(5, 150, 105, 0.3);
}

.booking-button:hover::before {
    left: 100%;
}

.booking-button:active {
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .room-box {
        margin-bottom: 20px;
        border-radius: 16px;
    }
    
    .room-img-wrap {
        height: 200px;
    }
    
    .room-desc {
        padding: 20px;
    }
    
    .price {
        font-size: 24px;
    }
    
    .room-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .room-features {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .feature-item {
        font-size: 12px;
    }
    
    .amenity-icon {
        width: 32px;
        height: 32px;
    }
    
    .amenity-icon i,
    .amenity-icon img {
        width: 16px;
        height: 16px;
    }
    
    .booking-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .room-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .amenities-list {
        gap: 6px;
    }
    
    .room-category {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .rating-text {
        font-size: 12px;
    }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    .room-box {
        background: #1f2937;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    }
    
    .room-title {
        color: #f9fafb;
    }
    
    .room-title a {
        color: #f9fafb;
    }
    
    .room-title a:hover {
        color: #10b981;
    }
    
    .room-description {
        color: #d1d5db;
    }
    
    .feature-item {
        color: #d1d5db;
    }
    
    .amenity-icon {
        background: #374151;
    }
    
    .amenity-icon:hover {
        background: #4b5563;
    }
}

.room-gird-loop .room-box .room-desc{padding: 0px 35px 30px;}

.room-details .room-booking-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.room-details .room-booking-form .nice-select,.room-details .room-booking-form input,.room-details .room-booking-form select {
    background-color: #f8f8f8;
    border-radius: 15px;
}

.room-details .room-booking-form .main-btn{border-radius: 15px;
    background: #195a49;
    color: #fff;}

.blog-loop {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.modern-post-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 40px;
    position: relative;
}

.modern-post-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.post-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.post-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.modern-post-card:hover .post-featured-image {
    transform: scale(1.05);
}

.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 25px;
}

.post-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-tag {
    background: rgba(255, 255, 255, 0.9);
    color: #195a49;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.category-tag:hover {
    background: white;
    color: #4c51bf;
    transform: translateY(-2px);
    text-decoration: none;
}

.post-content {
    padding: 30px;
}

.post-title {
    margin-bottom: 20px;
    line-height: 1.4;
}

.post-title a {
    color: #2d3748;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #5a67d8;
    text-decoration: none;
}

.post-meta-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.author-name {
    font-size: 14px;
    color: #4a5568;
}

.author-name a {
    color: #195a49;
    text-decoration: none;
    font-weight: 600;
}

.author-name a:hover {
    color: #4c51bf;
    text-decoration: none;
}

.post-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #718096;
}

.post-date i {
    color: #a0aec0;
}

.post-excerpt {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 16px;
}

.post-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.views-count {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #718096;
    font-size: 14px;
}

.views-count i {
    color: #a0aec0;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #12b085 0%, #195a49 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.read-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
    color: white;
    text-decoration: none;
}

.read-more-btn i {
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateX(4px);
}

.pagination-wrapper {
    margin-top: 50px;
    text-align: center;
}

/* Pagination Styling */
.pagination-wrapper .pagination {
    justify-content: center;
}

.pagination-wrapper .page-link {
    color: #5a67d8;
    border: 1px solid #e2e8f0;
    padding: 12px 20px;
    margin: 0 5px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-link:hover {
    background: #5a67d8;
    color: white;
    border-color: #5a67d8;
}

.pagination-wrapper .page-item.active .page-link {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-loop {
        padding: 15px;
    }
    
    .modern-post-card {
        margin-bottom: 30px;
    }
    
    .post-image-wrapper {
        height: 250px;
    }
    
    .post-content {
        padding: 25px 20px;
    }
    
    .post-title a {
        font-size: 20px;
    }
    
    .post-meta-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .post-stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .read-more-btn {
        align-self: stretch;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .post-image-wrapper {
        height: 200px;
    }
    
    .post-overlay {
        padding: 20px;
    }
    
    .post-content {
        padding: 20px 15px;
    }
    
    .category-tag {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Loading Animation */
.modern-post-card {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add staggered animation delay for multiple cards */
.modern-post-card:nth-child(1) { animation-delay: 0.1s; }
.modern-post-card:nth-child(2) { animation-delay: 0.2s; }
.modern-post-card:nth-child(3) { animation-delay: 0.3s; }
.modern-post-card:nth-child(4) { animation-delay: 0.4s; }
.modern-post-card:nth-child(5) { animation-delay: 0.5s; }

.modern-recent-posts-widget {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.recent-posts-title {
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f7fafc;
    position: relative;
}

.recent-posts-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-post-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.recent-post-item:hover {
    background: #f8fafc;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.post-thumbnail {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.recent-post-item:hover .post-thumb-image {
    transform: scale(1.1);
}

/* Alternative colored backgrounds for thumbnails if image fails to load */
.recent-post-item:nth-child(1) .post-thumbnail {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.recent-post-item:nth-child(2) .post-thumbnail {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.recent-post-item:nth-child(3) .post-thumbnail {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.recent-post-item:nth-child(4) .post-thumbnail {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.recent-post-item:nth-child(5) .post-thumbnail {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.recent-post-item:nth-child(n+6) .post-thumbnail {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.post-details {
    flex: 1;
    min-width: 0;
}

.post-title {
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.post-title a {
    color: #2d3748;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-title a:hover {
    color: #5a67d8;
    text-decoration: none;
}

.post-date {
    color: #718096;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.post-date::before {
    content: '📅';
    font-size: 12px;
}

/* Loading animation */
.recent-post-item {
    animation: slideInRight 0.5s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Staggered animation for multiple items */
.recent-post-item:nth-child(1) { animation-delay: 0.1s; }
.recent-post-item:nth-child(2) { animation-delay: 0.2s; }
.recent-post-item:nth-child(3) { animation-delay: 0.3s; }
.recent-post-item:nth-child(4) { animation-delay: 0.4s; }
.recent-post-item:nth-child(5) { animation-delay: 0.5s; }

/* Responsive design */
@media (max-width: 768px) {
    .modern-recent-posts-widget {
        padding: 20px;
        margin-bottom: 30px;
    }
  .banner-area.banner-style-two .single-banner{height:537px;}
    .recent-posts-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
  .banner-area .banner-content .title{letter-spacing:1px;}
    .recent-posts-list {
        gap: 15px;
    }
  .image-slider-item a img{height: 252px !important;}
    .recent-post-item {
        padding: 12px;
        gap: 12px;
    }
    
    .post-thumbnail {
        width: 50px;
        height: 50px;
    }
    
    .post-title a {
        font-size: 14px;
    }
    
    .post-date {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .modern-recent-posts-widget {
        padding: 15px;
    }
    
    .recent-post-item {
        padding: 10px;
        gap: 10px;
    }
    
    .post-thumbnail {
        width: 45px;
        height: 45px;
        border-radius: 10px;
    }
    
    .recent-posts-title {
        font-size: 16px;
    }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    .modern-recent-posts-widget {
        background: #1a202c;
        color: #e2e8f0;
    }
    
    .recent-posts-title {
        color: #e2e8f0;
        border-bottom-color: #2d3748;
    }
    
    .recent-post-item:hover {
        background: #2d3748;
    }
    
    .post-title a {
        color: #e2e8f0;
    }
    
    .post-title a:hover {
        color: #90cdf4;
    }
    
    .post-date {
        color: #a0aec0;
    }
}

/* Hover effect for the entire widget */
.modern-recent-posts-widget:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

/* Empty state styling (if needed) */
.recent-posts-list:empty::after {
    content: 'No recent posts available';
    color: #a0aec0;
    font-style: italic;
    text-align: center;
    padding: 30px;
    display: block;
}


.sidebar .widget {
    background-color: #fff;
    padding: 40px;
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.core-feature-section {
    background-color: #f8f9fa;
}

.features-loop {
    max-width: 1000px;
    margin: 0 auto;
}

.feature-card {
    padding: 40px 30px;
    border-radius: 20px;
    text-align: left;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.feature-card-dark {
    background: linear-gradient(135deg, #2d5a5a 0%, #1e4444 100%);
    color: white;
}

.feature-card-light {
    background: white;
    color: #333;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-icon i {
    font-size: 48px;
    color: #d4925a;
    display: block;
}

.feature-card-dark .feature-icon i {
    color: #f4d467;
}

.feature-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.feature-card-dark .feature-icon img {
    filter: brightness(1.2) drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.feature-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    color: inherit;
}

.feature-card-dark .feature-title {
    color: white;
}

.feature-card-light .feature-title {
    color: #2c3e50;
}

.feature-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.9;
}

.feature-card-dark .feature-description {
    color: rgba(255, 255, 255, 0.9);
}

.feature-card-light .feature-description {
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-card {
        padding: 30px 25px;
        margin-bottom: 20px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-description {
        font-size: 14px;
    }
    
    .feature-icon i {
        font-size: 40px;
    }
    
    .feature-icon img {
        width: 40px;
        height: 40px;
  }.booking-form .booking-form-inner{top:-55px;}
}

@media (max-width: 576px) {
    .features-loop .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Animation enhancements */
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.05) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.feature-card:hover::before {
    transform: translateX(100%);
}

.feature-card-light::before {
    background: linear-gradient(45deg, transparent 0%, rgba(212,146,90,0.1) 50%, transparent 100%);
}

.room-details .deatils-box .room-rules {
    background-color: #fff;
    padding: 50px 50px 30px;
    border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);}

.room-details .deatils-box .cancellation-box{   border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);}

.room-block-content{  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);padding:30px}

.room-details .deatils-box .title-wrap {
    position: relative;
    z-index: 2;
    padding: 29px;
    left: 78px;
    top: -2px;
    width: 598px;
    border-radius: 23px;
      justify-content: center;
}
.main-btn,.slick-slide img {
    display: inline-block;
    border-radius: 36px;
}.slick-initialized .slick-slide {
    display: block;
    border-radius: 3px;
}.room-details .room-booking-form{padding:40px !important;}.booking-form-body{background-color: #f8f8f8;}

.room-details .room-booking-form .nice-select, .room-details .room-booking-form input, .room-details .room-booking-form select{border: 1px solid #195a49;}
.room-details .room-booking-form{padding:40px !important;}.booking-form-body{background-color: #ffffff;border-radius: 29px;}body .main-btn.btn-filled.booking-button{margin-bottom: 18px;color: #ffffff;}
.button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  background-color: #195a49;
  padding: 10px 2em;
  border: none;
  border-radius: .6rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.button span:not(:nth-child(6)) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #c1962c;
  border-radius: 50%;
  transition: .6s ease;
}

.button span:nth-child(6) {
  position: relative;
}

.button span:nth-child(1) {
  transform: translate(-3.3em, -4em);
}

.button span:nth-child(2) {
  transform: translate(-6em, 1.3em);
}

.button span:nth-child(3) {
  transform: translate(-.2em, 1.8em);
}

.button span:nth-child(4) {
  transform: translate(3.5em, 1.4em);
}

.button span:nth-child(5) {
  transform: translate(3.5em, -3.8em);
}

.button:hover span:not(:nth-child(6)) {
  transform: translate(-50%, -50%) scale(4);
  transition: 1.5s ease;
}




.room-details .room-booking-form{
padding:0px !important;
  box-shadow:none;
}


@media (max-width: 768px) {
  .button {
    display: none !important;
  }
   header.header-three .nav-container .menu-right-buttons .navbar-toggler {
        padding:5px 10px;
        left: -39px;
        position: relative;
    }
.booking-form .booking-form-inner {
    width: 100%;              /* make it more fluid instead of fixed 341px */
    position: relative;
    left: 1px;
  }.hotel-rooms-col-auto{width:100%;}
  .cta-section{padding-top:20px;}

.room-slider .rooms-slider-one .slider-img{border-radius: 45px;}.room-slider .rooms-content-wrap .room-content-box{border-radius:50px;top: 68px;height: 413px;}.room-slider .rooms-content-wrap .room-content-box .icon{color:#fff;}.video-wrap{border-radius: 39px;}
  header.header-three .nav-container {border-radius:10px;top: 2px;}
body.show-admin-bar .breadcrumb-area {
    margin-top: -87px;
}

.room-details .deatils-box .title-wrap {
    position: relative;
    z-index: 2;
    padding: 29px;
    left: 20px;
    top: -85px;
    width: 303px;
    border-radius: 23px;
    justify-content: center;
}
    .room-details .deatils-box .thumb {
        margin-top: 0;
        top: -130px;
    }

.room-details-slider-nav {
    margin-top: 12px;
    display: none !important;
}
    .room-details .deatils-box .room-fearures {
        top: -152px;
        position: relative;
    }
}    .room-details .deatils-box .room-rules {
        position: relative;
        top: -44px;
    }
}    .room-details .deatils-box .cancellation-box {
        padding:50px 30px;
        position: relative;
        top: -184px;
    }

header.header-three .header-top, header.header-three .header-top a{display: block;}
}header.header-three .header-top, header.header-three .header-top a{display:block;}
.room-details{793px}

header .nav-container.breakpoint-on .nav-menu .menu-items ul li a {
    border-bottom:none;
    color: #fff!important;
    display: block;
    line-height: 45px!important;
    font-size: 13px;
  background:#003333;
}
}

@media only screen and (max-width: 430px) {
  header.header-three .nav-container {
    position: relative;
    top: 39px;
    height: 80px;
  }.banner-content text-center{top:-150px;}
  header.header-three .header-top, header.header-three .header-top a{display:none;}
header.header-three .main-menu-area{bottom:bottom: -108px !important;}
}

footer .footer-widget-area:after{background-image:none;background: #195a49;}
.nav-menu {width:60%;}
header.header-three .nav-container .menu-items ul li a{padding:0px 23px;font-size: 16px;}


.breadcrumb-area .breadcrumb-text h2.page-title {
    font-size: 72px;
    letter-spacing: -1px;
    top: 64px;
    position: relative;
}

@media only screen 
  and (device-width: 430px) 
  and (device-height: 932px) 
  and (-webkit-device-pixel-ratio: 3) {

    header.header-three .nav-container {
        border-radius: 10px;
        top: 29px; /* your iPhone-specific top value */
    }    .room-details .deatils-box .title-wrap {left:50px;} 
    .breadcrumb-area {
      margin-top: 1px !important;}

}.table{display:none;}

@media (max-width: 575px) {
    .breadcrumb-area {
        margin-top: -63px;
  }.breadcrumb-area .breadcrumb-text h2.page-title {top:16px;}
}

@media (max-width: 768px) {
  .table thead th {
    animation: slideDown 0.6s ease-out forwards;
    opacity: 0; /* ensure it starts invisible */
  }

  @keyframes slideDown {
    from {
      transform: translateY(-30px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
}

.nav-priority-1{display:none;}