/* Hero section */
.casino-hero-section,
.restaurant-hero-section,
.hotel-hero-section{
    position: relative;
    width: 100%;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.casino-hero-section{
    background-image: url('../images/casino-hero.jpg');
}
.restaurant-hero-section{
    background-image: url('../images/restaurant-hero.webp');
}
.hotel-hero-section{
    background-image: url('../images/hotel-hero.jpg');
}
.casino-hero-section::before,
.restaurant-hero-section::before,
.hotel-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / .5) 0%, rgb(0 0 0 / .8) 100%);
    z-index: 1;
}
.casino-hero-content,
.restaurant-hero-content,
.hotel-hero-content {
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
    text-align: center;
    color: var(--white);
}
.hotel-hero-title span,
.casino-hero-title span,
.restaurant-hero-title span {
    display: block;
}
.page-template-hotel section,
.page-template-casino section,
.page-template-restaurant section {
    padding: 80px 0;
}

/* Title section */
.accommodation-title,
.amenities-title,
.service-title,
.tg-title,
.slots-title,
.vip-section-title,
.entertainment-title,
.fd-title,
.cb-title,
.gdl-title{
    font-size: 45px;
    text-align: center;
    margin-bottom: 40px;
}
.accommodation-desc,
.amenities-desc,
.service-desc,
.tg-desc,
.slots-desc,
.vip-section-desc,
.entertainment-desc,
.fd-desc,
.cb-desc,
.gdl-desc{
    text-align: center;
    margin-bottom: 60px;
}

/* Grid section */
.room-grid,
.tg-grid,
.events-grid,
.fd-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.vip-inner,
.gdl-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
@media (max-width: 991px) { 
    .room-grid,
    .service-list,
    .tg-grid,
    .events-grid,
    .vip-inner,
    .fd-grid,
    .gdl-inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .accommodation-title,
    .amenities-title,
    .service-title,
    .tg-title,
    .slots-title,
    .vip-section-title,
    .entertainment-title,
    .fd-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
}

/* Img section */
.room-img,
.service-image,
.tg-image,
.event-thumb,
.fd-img{
    width: 100%;
    height: 240px; 
    overflow: hidden;
    border-radius: 10px; 
    display: block;
}
.amenity-icon,
.slots-card-img,
.vip-media,
.cb-img,
.gdl-img{
    width: 100%;
    height: 400px; 
    overflow: hidden;
    border-radius: 10px;
}
.room-img img,
.amenity-icon img,
.service-image img,
.tg-image img,
.slots-card-img img,
.event-thumb img,
.vip-media img,
.fd-img img,
.cb-img img,
.gdl-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content section */
.room-title,
.amenity-title,
.service-item-title,
.tg-card-title,
.event-title,
.slots-card-title,
.fd-card-title,
.cb-card-title,
.gdl-block-title{
    font-size: 24px;
    margin: 15px 0 10px 0;
     color: #000;
}
.room-desc,
.amenity-desc,
.service-item-desc,
.tg-card-desc,
.event-meta,
.event-excerpt,
.slots-card-desc,
.slots-card-count,
.fd-card-desc,
.cb-card-desc,
.cb-card-hours,
.gdl-block-text{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.room-features,
.vip-features,
.gdl-features{
    list-style-position: inside;
    margin-bottom: 40px;
}
.room-features li,
.vip-features li,
.gdl-features li{
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--gray);
}
.btn-book,
.btn-vip-contact,
.btn-event-more,
.fd-card-link,
.cb-card-link,
.gdl-cta-btn{
    display: block;
    padding: 12px 30px;
    width: 100%;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 auto;
    transition: background-color 0.3s ease;
}
.btn-book:hover,
.btn-vip-contact:hover,
.btn-event-more:hover,
.fd-card-link:hover,
.cb-card-link:hover,
.gdl-cta-btn:hover{
    background-color: #fff;
    color: #000;
}
.swiper-pagination-bullet-active{
    background: #000;
}

/* Form style */
.reservation-form {
    max-width: 600px;
    margin: 0 auto;
}

/* LABELS */
.reservation-form .wpcf7 form label {
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 15px;
    color: #222;
}

/* INPUTS / SELECT / TEXTAREA */
.reservation-form .wpcf7 input[type="text"],
.reservation-form .wpcf7 input[type="email"],
.reservation-form .wpcf7 input[type="tel"],
.reservation-form .wpcf7 input[type="date"],
.reservation-form .wpcf7 input[type="time"],
.reservation-form .wpcf7 input[type="number"],
.reservation-form .wpcf7 select,
.reservation-form .wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    transition: all .2s ease;
    margin-top: 6px;
}

.reservation-form .wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* FOCUS STATE */
.reservation-form .wpcf7 input:focus,
.reservation-form .wpcf7 select:focus,
.reservation-form .wpcf7 textarea:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* SUBMIT BUTTON */
.reservation-form .wpcf7 input[type="submit"] {
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    display: inline-block;
    margin-top: 10px;
}

.reservation-form .wpcf7 input[type="submit"]:hover {
    background: #333;
}

/* SUCCESS / ERROR MESSAGES */
.reservation-form .wpcf7-response-output {
    margin-top: 20px !important;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.reservation-form .wpcf7-mail-sent-ok {
    border: 2px solid #28a745 !important;
    background: #e8f9ee;
    color: #1d7c35;
}

.reservation-form .wpcf7-validation-errors,
.reservation-form .wpcf7-mail-sent-ng {
    border: 2px solid #dc3545 !important;
    background: #fdecec;
    color: #a70000;
}

.reservation-form .wpcf7-not-valid-tip {
    color: #d00;
    font-size: 13px;
    margin-top: 4px;
}
.reservation-form  .screen-reader-response{
    display: none;
}
/* RESPONSIVE */
@media (max-width: 480px) {
    .reservation-form .wpcf7 input,
    .reservation-form .wpcf7 textarea,
    .reservation-form .wpcf7 select {
        font-size: 14px;
        padding: 10px 12px;
    }

    .reservation-form .wpcf7 input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}
