/* =========================================================
   SCOPED RESET & BOX-SIZING
   Prevents browser default margins from breaking .box layouts
   ========================================================= */
.rooms-container, 
.rooms-container *, 
.rooms-container *::before, 
.rooms-container *::after {
    box-sizing: border-box;
}

.rooms-container p, 
.rooms-container h1, 
.rooms-container h2, 
.rooms-container h3, 
.rooms-container ul, 
.rooms-container li,
.rooms-container table {
    margin: 0;
    padding: 0;
}

/* =========================================================
   COMPARISON TABLE (Updated for better margins)
   ========================================================= */
.rooms-container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    background: #003300;
}

.rooms-container table thead tr {
    background: #004400;
}

.rooms-container table th {
    padding: 22px 25px;
    border-bottom: 2px solid #00cc00;
    color: #ffffff !important;
    font-size: 0.95em;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.rooms-container table td {
    padding: 20px 25px;
    border-bottom: 1px solid #005500;
    font-size: 0.95em;
    color: #ffffff !important;
    vertical-align: middle;
    line-height: 1.7;
}

.rooms-container table tr:last-child td {
    border-bottom: none;
}

.rooms-container table tbody tr:nth-child(even) {
    background: #002200;
}

.rooms-container table td:first-child {
    color: #ccffcc !important;
    font-weight: 600;
    background: rgba(0, 255, 153, 0.05);
}

/* =========================================================
   ENHANCED ENQUIRY FORM DESIGN - UPDATED 2026-02-19
   ========================================================= */
.enquiry-box {
    background: linear-gradient(145deg, #002a00 0%, #004400 50%, #005500 100%);
    border: 4px solid #00cc00;
    border-radius: 50px;
    padding: 60px 60px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.8), 0 0 0 3px #00ff00 inset, 0 0 50px rgba(0, 255, 0, 0.4);
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}

.enquiry-box::before {
    content: "✉️";
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: 200px;
    opacity: 0.08;
    transform: rotate(15deg);
    z-index: 0;
    font-family: Arial, sans-serif;
}

.enquiry-box::after {
    content: "📅";
    position: absolute;
    bottom: -50px;
    left: 20px;
    font-size: 220px;
    opacity: 0.08;
    transform: rotate(-10deg);
    z-index: 0;
    font-family: Arial, sans-serif;
}

.enquiry-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3em;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px 0;
    text-shadow: 3px 3px 0 #003300, 5px 5px 0 #002200, 0 0 30px #00ff00;
    border-bottom: 4px solid #00ff99;
    padding-bottom: 20px;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 2;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.enquiry-box .intro {
    text-align: center;
    font-size: 1.3em;
    color: #e0ffe0;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.8;
    background: rgba(0, 30, 0, 0.6);
    padding: 18px 30px;
    border-radius: 60px;
    border: 2px solid #00ff00;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.enquiry-form {
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: rgba(0, 40, 0, 0.7);
    padding: 45px 50px;
    border-radius: 40px;
    backdrop-filter: blur(10px);
    border: 2px solid #00cc00;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.enquiry-form label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #ccffcc;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 5px;
}

.enquiry-form label i {
    color: #00ff99;
    margin-right: 8px;
    font-size: 1.1em;
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    padding: 18px 20px;
    border-radius: 20px;
    border: 3px solid #00aa00;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
    outline: none;
    border-color: #00ff00;
    box-shadow: 0 0 0 5px rgba(0, 255, 0, 0.3), 0 8px 20px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
    background: #f0fff0;
}

.enquiry-form input:hover,
.enquiry-form select:hover,
.enquiry-form textarea:hover {
    border-color: #00ff00;
    background: #f5fff5;
}

.enquiry-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2300aa00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px;
    padding-right: 50px;
}

.enquiry-form textarea {
    resize: vertical;
    min-height: 140px;
}

.cta-button {
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #00cc00 0%, #00ff00 50%, #00cc00 100%);
    color: #002200 !important;
    padding: 22px 50px;
    border-radius: 60px;
    font-weight: 800;
    font-size: 1.4em;
    text-align: center;
    margin: 25px 0 15px;
    box-shadow: 0 12px 25px rgba(0, 255, 0, 0.6), 0 4px 0 #006600 inset;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    width: 100%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 35px rgba(0, 255, 0, 0.8), 0 4px 0 #006600 inset;
    background: linear-gradient(135deg, #00dd00 0%, #00ff00 70%, #00dd00 100%);
}

.cta-button:active {
    transform: translateY(-2px);
}

.cta-button i {
    font-size: 1.2em;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.form-note {
    text-align: center;
    margin-top: 20px;
    font-size: 0.95em;
    color: #ccffcc !important;
    font-style: italic;
    border-top: 1px dashed #00aa00;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.notice.success {
    background: linear-gradient(135deg, #006600 0%, #008800 100%);
    border: 2px solid #00ff00;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 15px 30px rgba(0, 255, 0, 0.4);
    text-align: center;
    margin-bottom: 30px;
}

.notice.error {
    background: linear-gradient(135deg, #660000 0%, #880000 100%);
    border: 2px solid #ff5555;
    border-radius: 30px;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.3);
    margin-bottom: 30px;
}

/* =========================================================
   PREMIUM PRICE BOX DESIGN (MOVED FROM INDEX.PHP)
   ========================================================= */
.price-box {
    background: linear-gradient(145deg, #003300 0%, #004d00 50%, #006600 100%);
    border: none;
    border-radius: 40px;
    padding: 45px 40px;
    margin: 40px 0;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.6), 0 0 0 3px #00cc00 inset, 0 0 30px rgba(0, 255, 0, 0.4);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.price-box::before {
    content: "★";
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 200px;
    color: rgba(0, 255, 0, 0.1);
    transform: rotate(15deg);
    font-family: Arial, sans-serif;
    z-index: 0;
}

.price-box::after {
    content: "₤";
    position: absolute;
    bottom: -50px;
    left: -30px;
    font-size: 250px;
    color: rgba(0, 200, 0, 0.08);
    transform: rotate(-10deg);
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    z-index: 0;
}

.price-box .price {
    font-family: 'Poppins', sans-serif;
    font-size: 4.5em;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 0 20px #00ff00, 2px 2px 0 #003300, 4px 4px 0 #002200;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
}

.price-box .price span {
    font-size: 0.35em !important;
    font-weight: 400;
    color: #ccffcc;
    text-shadow: none;
    background: rgba(0, 50, 0, 0.6);
    padding: 6px 15px;
    border-radius: 40px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #00aa00;
    vertical-align: middle;
}

.price-detail {
    font-size: 1.3em;
    color: #ffffff !important;
    margin: 20px 0 0 0;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 30, 0, 0.7);
    padding: 20px 30px;
    border-radius: 60px;
    border: 1px solid #00aa00;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.price-detail strong {
    color: #00ff99;
    font-weight: 700;
    background: linear-gradient(135deg, #004400 0%, #002200 100%);
    padding: 6px 18px;
    border-radius: 40px;
    margin: 0 5px;
    border: 1px solid #00ff00;
    box-shadow: 0 2px 10px rgba(0, 255, 0, 0.3);
    display: inline-block;
}

.price-box .glow-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.price-box .glow-dots span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #00ff00;
    border-radius: 50%;
    box-shadow: 0 0 20px #00ff00;
    animation: floatDot 6s infinite alternate;
}

.price-box .glow-dots span:nth-child(1) {
    top: 20%;
    right: 15%;
    animation-delay: 0s;
}

.price-box .glow-dots span:nth-child(2) {
    bottom: 25%;
    left: 10%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
}

.price-box .glow-dots span:nth-child(3) {
    top: 40%;
    left: 20%;
    width: 8px;
    height: 8px;
    animation-delay: 4s;
}

@keyframes floatDot {
    0% { transform: translateY(0) scale(1); opacity: 0.5; }
    100% { transform: translateY(-20px) scale(1.3); opacity: 0.9; }
}

.price-box .currency-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 255, 0, 0.2);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.9em;
    font-weight: 600;
    color: #ccffcc;
    border: 1px solid #00aa00;
    backdrop-filter: blur(5px);
    z-index: 2;
    letter-spacing: 1px;
}

.price-box .guarantee-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #004400 0%, #006600 100%);
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #00ff00;
    box-shadow: 0 5px 15px rgba(0, 255, 0, 0.3);
    z-index: 2;
    transform: rotate(-2deg);
}

/* =========================================================
   ENHANCED DESCRIPTION BOX STYLES (MOVED FROM INDEX.PHP)
   ========================================================= */
.description-box {
    background: linear-gradient(135deg, #002800 0%, #003d00 100%);
    border: 2px solid #00aa00;
    border-radius: 30px;
    padding: 45px 50px;
    margin: 40px 0;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.6), 0 0 0 1px #00cc00 inset, 0 0 20px rgba(0, 255, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.description-box::before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 200px;
    color: rgba(0, 255, 0, 0.1);
    font-family: 'Georgia', serif;
    transform: rotate(15deg);
    z-index: 0;
}

.description-box::after {
    content: "”";
    position: absolute;
    bottom: -80px;
    right: 20px;
    font-size: 200px;
    color: rgba(0, 255, 0, 0.08);
    font-family: 'Georgia', serif;
    transform: rotate(-15deg);
    z-index: 0;
}

.description-box h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4em;
    color: #ffffff;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 255, 0, 0.3);
    border-left: 6px solid #00ff99;
    padding-left: 25px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
}

.description-box .desc-content {
    font-size: 1.15em;
    line-height: 1.9;
    color: #f0fff0;
    position: relative;
    z-index: 2;
}

.description-box .desc-content p {
    margin-bottom: 20px;
    position: relative;
    padding-left: 5px;
}

.description-box .desc-content p:first-of-type::first-letter {
    font-size: 3.5em;
    float: left;
    line-height: 0.8;
    margin-right: 12px;
    color: #00ff99;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.description-box .desc-content strong {
    color: #00ff99;
    font-weight: 700;
    background: linear-gradient(135deg, #003300 0%, #002200 100%);
    padding: 3px 12px;
    border-radius: 30px;
    border: 1px solid #00aa00;
    box-shadow: 0 2px 8px rgba(0, 255, 0, 0.2);
    display: inline-block;
    margin: 0 2px;
}

.description-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    color: #ffffff;
    margin: 35px 0 20px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-bottom: 2px dashed #00aa00;
    padding-bottom: 12px;
    display: inline-block;
}

.description-box .highlight-icon {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 2em;
    color: rgba(0, 255, 0, 0.15);
    z-index: 1;
}

/* =========================================================
   ENHANCED AREA GUIDE STYLES (MOVED FROM INDEX.PHP)
   ========================================================= */
.area-guide {
    background: linear-gradient(145deg, #002a00 0%, #003f00 100%);
    border: 2px solid #00aa00;
    border-radius: 30px;
    padding: 40px 45px;
    margin: 40px 0;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.6), 0 0 0 1px #00cc00 inset;
    position: relative;
    overflow: hidden;
}

.area-guide::before {
    content: "📍";
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 150px;
    opacity: 0.1;
    transform: rotate(10deg);
    z-index: 0;
}

.area-guide h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.3em;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 255, 0, 0.3);
    border-bottom: 3px solid #00ff99;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.area-guide > p {
    font-size: 1.2em;
    color: #e0ffe0 !important;
    margin-bottom: 30px !important;
    background: rgba(0, 40, 0, 0.6);
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #00aa00;
    backdrop-filter: blur(5px);
    display: inline-block;
    position: relative;
    z-index: 2;
}

.distance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0 10px;
    position: relative;
    z-index: 2;
}

.distance-item {
    background: linear-gradient(135deg, #003800 0%, #004d00 100%);
    padding: 25px 20px;
    border-radius: 20px;
    border-left: 6px solid #00ff99;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 0 0 0 1px #00aa00 inset;
    position: relative;
    overflow: hidden;
}

.distance-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 30px rgba(0, 255, 0, 0.3), 0 0 0 2px #00ff00 inset;
    background: linear-gradient(135deg, #004d00 0%, #006600 100%);
}

.distance-item::before {
    content: "●";
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 80px;
    color: rgba(0, 255, 0, 0.1);
    transform: rotate(15deg);
}

.distance-item strong {
    display: block;
    font-size: 1.3em;
    color: #ffffff;
    margin-bottom: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    border-bottom: 2px dotted #00aa00;
    padding-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.distance-item span {
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
    color: #00ff99 !important;
    background: rgba(0, 30, 0, 0.7);
    padding: 6px 16px;
    border-radius: 40px;
    border: 1px solid #00ff00;
    margin: 10px 0 12px;
    box-shadow: 0 2px 8px rgba(0, 255, 0, 0.2);
}

.distance-item p {
    font-size: 0.95em !important;
    color: #cccccc !important;
    margin-top: 8px !important;
    line-height: 1.5;
    padding-right: 15px;
}

.distance-item .travel-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5em;
    color: rgba(0, 255, 0, 0.3);
}

/* =========================================================
   ENHANCED IMAGE GALLERY STYLES (MOVED FROM INDEX.PHP)
   ========================================================= */
.image-gallery {
    margin: 50px 0;
    position: relative;
}

.image-gallery h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.3em;
    color: #ffffff;
    margin: 0 0 30px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #00ff99;
    padding-bottom: 15px;
    display: inline-block;
}

.image-gallery .image-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.image-gallery .image-card {
    position: relative;
    background: #003300;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
    border: 1px solid #006600;
    transition: all 0.3s ease;
}

.image-gallery .image-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(0, 255, 0, 0.3);
    border-color: #00ff00;
}

.image-gallery .image-container {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.image-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

@media (hover: hover) and (pointer: fine) {
    .image-gallery .image-card:hover .image-container img {
        transform: scale(1.15);
    }
}

.image-gallery .image-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 40px;
    font-size: 0.85em;
    font-weight: 600;
    border: 1px solid #00ff99;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 5;
    letter-spacing: 0.5px;
}

.image-gallery .image-badge i {
    margin-right: 6px;
    color: #00ff99;
}

.image-gallery .image-caption {
    padding: 16px 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.05em;
    line-height: 1.5;
    text-align: center;
    background: linear-gradient(to bottom, #002a00, #003f00);
    border-top: 2px solid #00aa00;
    transition: all 0.3s ease;
}

.image-gallery .image-card:hover .image-caption {
    background: linear-gradient(to bottom, #003f00, #005500);
    border-top-color: #00ff00;
}

.image-gallery .gallery-note {
    text-align: center;
    margin-top: 30px;
    font-size: 0.95em;
    color: #ccffcc;
    background: rgba(0, 40, 0, 0.6);
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #00aa00;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(5px);
}

.image-gallery .gallery-note i {
    color: #00ff99;
    margin: 0 5px;
}

/* =========================================================
   ENHANCED AIRBNB PROMO STYLES (MOVED FROM INDEX.PHP)
   ========================================================= */
.airbnb-promo {
    background: linear-gradient(145deg, #002800 0%, #003d00 80%, #001a00 100%);
    border: 3px solid #ff385c;
    border-radius: 40px;
    padding: 50px 40px;
    margin: 50px 0;
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.7), 0 0 0 2px #00cc00 inset, 0 0 30px rgba(255, 56, 92, 0.3);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.airbnb-promo::before {
    content: "★";
    position: absolute;
    top: -50px;
    left: -30px;
    font-size: 250px;
    color: rgba(255, 56, 92, 0.1);
    transform: rotate(-15deg);
    font-family: Arial, sans-serif;
    z-index: 0;
}

.airbnb-promo::after {
    content: "airbnb";
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 4em;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.03);
    font-family: 'Arial Black', sans-serif;
    letter-spacing: 5px;
    z-index: 0;
    text-transform: uppercase;
}

.airbnb-promo h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.8em;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 56, 92, 0.5);
    position: relative;
    z-index: 2;
    display: inline-block;
    background: linear-gradient(135deg, #ff385c, #ff8a5c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

.airbnb-promo h2::after {
    content: "⭐";
    font-size: 0.8em;
    margin-left: 10px;
    background: none;
    -webkit-text-fill-color: initial;
    color: #ffd700;
}

.airbnb-promo p {
    font-size: 1.3em;
    color: #ffffff !important;
    margin: 0 0 30px 0;
    line-height: 1.7;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 20, 0, 0.5);
    padding: 20px 30px;
    border-radius: 60px;
    border: 1px solid #ff385c;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.airbnb-promo p strong {
    color: #ff8a5c;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid #ff385c;
    margin: 0 3px;
}

.airbnb-promo .airbnb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: linear-gradient(135deg, #ff385c 0%, #e31c5f 100%);
    color: #ffffff !important;
    padding: 22px 50px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1.4em;
    text-align: center;
    margin: 20px 0 10px;
    box-shadow: 0 15px 30px rgba(255, 56, 92, 0.5), 0 2px 0 #a61441 inset;
    transition: all 0.3s ease;
    border: 2px solid #ffaa5c;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    animation: pulseAirbnb 2s infinite;
}

@keyframes pulseAirbnb {
    0% { box-shadow: 0 15px 30px rgba(255, 56, 92, 0.5); }
    50% { box-shadow: 0 20px 40px rgba(255, 56, 92, 0.8); transform: scale(1.02); }
    100% { box-shadow: 0 15px 30px rgba(255, 56, 92, 0.5); }
}

.airbnb-promo .airbnb-button:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 25px 45px rgba(255, 56, 92, 0.9), 0 2px 0 #a61441 inset;
    background: linear-gradient(135deg, #ff4a6e 0%, #f52e62 100%);
    animation: none;
}

.airbnb-promo .airbnb-button i {
    font-size: 1.3em;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}

.airbnb-promo .airbnb-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ff385c;
    color: white;
    padding: 8px 20px;
    border-radius: 40px;
    font-size: 0.9em;
    font-weight: 600;
    border: 1px solid #ffaa5c;
    box-shadow: 0 5px 15px rgba(255, 56, 92, 0.4);
    z-index: 3;
    transform: rotate(3deg);
    backdrop-filter: blur(5px);
}

.airbnb-promo .review-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 25px 0 15px;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}

.airbnb-promo .review-stat {
    background: rgba(0, 30, 0, 0.6);
    padding: 12px 25px;
    border-radius: 50px;
    border: 1px solid #ffaa5c;
    backdrop-filter: blur(5px);
}

.airbnb-promo .review-stat span {
    color: #ffd700;
    font-weight: 700;
    font-size: 1.2em;
    margin-right: 8px;
}

.airbnb-promo .review-stat small {
    color: #ffffff;
    font-size: 0.9em;
}

/* =========================================================
   ENHANCED HEADER BANNER STYLES - ADDED 2026-02-19
   ========================================================= */
.header-banner {
    background: linear-gradient(135deg, #002800 0%, #004d00 50%, #006600 100%);
    color: white;
    padding: 60px 50px;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.7), 0 0 0 3px #00cc00 inset, 0 0 40px rgba(0, 255, 0, 0.3);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border: none;
}

.header-banner::before {
    content: "🏠";
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 200px;
    opacity: 0.1;
    transform: rotate(-15deg);
    z-index: 0;
    font-family: Arial, sans-serif;
}

.header-banner::after {
    content: "✨";
    position: absolute;
    bottom: -50px;
    right: -20px;
    font-size: 250px;
    opacity: 0.1;
    transform: rotate(10deg);
    z-index: 0;
    font-family: Arial, sans-serif;
}

.header-banner h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.2em;
    font-weight: 800;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #ffffff !important;
    text-shadow: 3px 3px 0 #003300, 6px 6px 0 #002200, 0 0 30px #00ff00;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.header-banner .subtitle {
    font-size: 1.5em;
    color: #ffffff !important;
    margin: 0 0 30px 0;
    font-weight: 400;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 30, 0, 0.5);
    padding: 15px 30px;
    border-radius: 60px;
    backdrop-filter: blur(5px);
    display: inline-block;
    border: 2px solid #00ff99;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    font-weight: 500;
}

.header-banner .badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
    position: relative;
    z-index: 2;
}

.header-banner .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #00aa00 0%, #00cc00 100%);
    color: #002200 !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.15em;
    box-shadow: 0 8px 20px rgba(0, 255, 0, 0.5), 0 2px 0 #006600 inset;
    border: 2px solid #aaffaa;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-banner .badge i {
    font-size: 1.3em;
    color: #002200;
    filter: drop-shadow(0 2px 2px rgba(255, 255, 255, 0.5));
}

.header-banner .badge:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 18px 30px rgba(0, 255, 0, 0.7), 0 2px 0 #006600 inset;
    background: linear-gradient(135deg, #00cc00 0%, #00ff00 100%);
    cursor: default;
}

/* Decorative floating elements */
.header-banner .floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(0, 255, 0, 0.1);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: float 8s infinite alternate;
}

.header-banner .floating-element:nth-child(1) {
    top: 20%;
    left: 10%;
    width: 100px;
    height: 100px;
    background: rgba(0, 255, 0, 0.15);
    animation-duration: 10s;
}

.header-banner .floating-element:nth-child(2) {
    bottom: 15%;
    right: 8%;
    width: 150px;
    height: 150px;
    background: rgba(0, 200, 0, 0.1);
    animation-duration: 14s;
    animation-delay: 2s;
}

@keyframes float {
    0% { transform: translate(0, 0) scale(1); opacity: 0.3; }
    100% { transform: translate(30px, -30px) scale(1.3); opacity: 0.7; }
}

/* Price highlight in subtitle */
.header-banner .subtitle strong {
    color: #00ff99;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid #00ff00;
    margin: 0 3px;
}

/* =========================================================
   RESPONSIVE STYLES (MOVED FROM INDEX.PHP)
   ========================================================= */
@media (max-width: 768px) {
    .enquiry-box {
        padding: 30px 20px;
    }
    
    .enquiry-box h2 {
        font-size: 2.2em;
    }
    
    .enquiry-box .intro {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    
    .enquiry-form {
        padding: 30px 25px;
    }
    
    .enquiry-form input,
    .enquiry-form select,
    .enquiry-form textarea {
        padding: 16px 18px;
        font-size: 1em;
    }
    
    .cta-button {
        font-size: 1.2em;
        padding: 18px 30px;
    }
    
    .grid-2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .price-box {
        padding: 35px 20px;
    }
    
    .price-box .price {
        font-size: 3.2em;
    }
    
    .price-detail {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    
    .price-detail strong {
        padding: 4px 12px;
        margin: 5px 2px;
        display: inline-block;
    }
    
    .price-box .currency-badge,
    .price-box .guarantee-badge {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        display: inline-block;
        margin: 10px 5px;
    }
    
    .description-box {
        padding: 30px 25px;
    }
    
    .description-box h2 {
        font-size: 1.9em;
        padding-left: 15px;
    }
    
    .description-box .desc-content {
        font-size: 1.05em;
        line-height: 1.7;
    }
    
    .description-box h3 {
        font-size: 1.5em;
    }
    
    .area-guide {
        padding: 30px 20px;
    }
    
    .area-guide h2 {
        font-size: 1.9em;
    }
    
    .area-guide > p {
        font-size: 1.05em;
        padding: 10px 18px;
    }
    
    .distance-grid {
        gap: 18px;
    }
    
    .distance-item {
        padding: 20px 15px;
    }
    
    .distance-item strong {
        font-size: 1.2em;
    }
    
    .header-banner {
        padding: 40px 25px;
    }
    
    .header-banner h1 {
        font-size: 2.3em;
        text-shadow: 2px 2px 0 #003300, 4px 4px 0 #002200;
    }
    
    .header-banner .subtitle {
        font-size: 1.2em;
        padding: 12px 20px;
    }
    
    .header-banner .badge {
        padding: 10px 18px;
        font-size: 0.95em;
    }
    
    .image-gallery h2 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    
    .image-gallery .image-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .image-gallery .image-container {
        height: 220px;
    }
    
    .image-gallery .image-caption {
        font-size: 0.95em;
        padding: 12px 10px;
    }
    
    .image-gallery .gallery-note {
        font-size: 0.85em;
        padding: 10px 15px;
        width: 100%;
    }
    
    .image-gallery .image-card:active {
        transform: scale(0.98);
        transition: transform 0.1s;
    }
    
    .airbnb-promo {
        padding: 35px 20px;
    }
    
    .airbnb-promo h2 {
        font-size: 2.2em;
    }
    
    .airbnb-promo p {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    
    .airbnb-promo .airbnb-button {
        padding: 18px 30px;
        font-size: 1.2em;
        width: 100%;
    }
    
    .airbnb-promo .review-stats {
        gap: 15px;
    }
    
    .airbnb-promo .review-stat {
        padding: 8px 15px;
        font-size: 0.9em;
    }
    
    .airbnb-promo .airbnb-badge {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        margin-bottom: 15px;
        transform: none;
    }
}

@media (max-width: 480px) {
    .enquiry-box {
        padding: 20px 15px;
    }
    
    .enquiry-box h2 {
        font-size: 1.8em;
    }
    
    .enquiry-box .intro {
        font-size: 0.95em;
        padding: 12px 15px;
    }
    
    .enquiry-form {
        padding: 20px 15px;
    }
    
    .cta-button {
        font-size: 1.1em;
        padding: 16px 20px;
    }
    
    .header-banner {
        padding: 30px 15px;
    }
    
    .header-banner h1 {
        font-size: 1.8em;
    }
    
    .header-banner .subtitle {
        font-size: 1em;
        padding: 10px 15px;
    }
    
    .header-banner .badges {
        gap: 12px;
    }
    
    .header-banner .badge {
        padding: 8px 14px;
        font-size: 0.85em;
    }
    
    .image-gallery .image-container {
        height: 200px;
    }
    
    .image-gallery .image-badge {
        font-size: 0.75em;
        padding: 4px 10px;
    }
    
    .airbnb-promo h2 {
        font-size: 1.9em;
    }
    
    .airbnb-promo .review-stats {
        flex-direction: column;
        gap: 10px;
    }
}
