/* FUTURA VH Font Face Declarations */
@font-face {
    font-family: 'FUTURA VH';
    src: url('../fonts/FUTURA VH/SFUFuturaRegular.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FUTURA VH';
    src: url('../fonts/FUTURA VH/SFUFuturaBold.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FUTURA VH';
    src: url('../fonts/FUTURA VH/SFUFuturaLight.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FUTURA VH';
    src: url('../fonts/FUTURA VH/SFUFuturaHeavy.TTF') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'FUTURA VH', sans-serif;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FUTURA VH', sans-serif;
    font-weight: 600;
}
.text-seahorse{
    color: #bb6936;
}
.btn-seahorse {
    background-color: #bb6936;
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 0;
    border: none;
    display: inline-block;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    width: auto;
    min-width: 0;
}
.bg-seahorse {
    background-color: #bb6936;
}
.bg-seahorse:hover, .bg-seahorse:focus {
    background-color: #a85d2f;
}

.btn-seahorse:hover, .btn-seahorse:focus {
    background-color: #a85d2f;
    color: #fff;
    text-decoration: none;
}
.btn-outline-seahorse{
    background-color: #fff;
    color: #bb6936;
    border: 1px solid #bb6936;
    border-radius: 0;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    width: auto;
    min-width: 0;
}
.btn-outline-seahorse:hover, .btn-outline-seahorse:focus {
    background-color: #bb6936;
    color: #fff;
}
.btn-outline-seahorse-light{
    background-color: #fff;
    color: #bb6936;
    border: 1px solid #bb6936;
    border-radius: 0;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
    box-shadow: none;
    width: auto;
    min-width: 0;
}
/* Header */
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    padding: 15px 0;
}



.logo {
    height: 17vh;
    position: absolute;
    top: 0;
}
.resort-name {
    font-size: 38px;
    font-weight: 700;
    color: white;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7), 0 1.5px 4px rgba(255, 255, 255, 0.5);
}

.language-switcher {
    position: relative;
    display: inline-block;
}

.lang-dropdown {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    padding: 6px 12px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 60px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.lang-dropdown:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.lang-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    min-width: 60px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
    border-radius: 12px;
    z-index: 1004;
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}



/* Ensure language dropdown is always visible above other elements */
.language-switcher {
    z-index: 1003;
}


.lang-option {
    color: #333;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lang-option:hover {
    background: rgba(187, 105, 54, 0.08);
    color: #bb6936;
    transform: translateX(2px);
}

.lang-option.active {
    background: linear-gradient(135deg, #bb6936, #a85d2f);
    color: white;
    font-weight: 600;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.lang-option:last-child {
    border-bottom: none;
}

/* Improve dropdown interaction */
.language-switcher .lang-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.nav-language-switcher .lang-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

/* Make dropdown clickable */
.lang-dropdown {
    cursor: pointer;
    user-select: none;
    font-size: 0.7rem;
}

.lang-dropdown-content {
    cursor: default;
}

.lang-option {
    cursor: pointer;
}

/* Play Video Button */
.play-video-btn {
    position: absolute;
    bottom: 120px;
    right: 50px;
    z-index: 100;
    background: rgba(187, 105, 54, 0.9);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.8);
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.play-video-btn:hover {
    background: rgba(187, 105, 54, 1);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.play-video-btn svg {
    width: 24px;
    height: 24px;
}

.play-video-btn span {
    font-family: 'FUTURA VH', sans-serif;
}

/* Video Modal Bootstrap Override */
#videoModal .modal-content {
    background-color: transparent;
    border: none;
}

#videoModal .modal-header {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1060;
    background: transparent;
    padding: 0;
}

#videoModal .btn-close {
    font-size: 2rem;
    opacity: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

#videoModal .btn-close:hover {
    opacity: 0.8;
}

#videoModal .modal-body {
    border-radius: 8px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
    .play-video-btn {
        bottom: 80px;
        right: 20px;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .play-video-btn svg {
        width: 20px;
        height: 20px;
    }
    
    #videoModal .modal-header {
        top: -40px;
    }
    
    #videoModal .btn-close {
        font-size: 1.5rem;
    }
}

/* Banner Slider */
.banner-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide.active {
    opacity: 1;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.slide-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.slide-title {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.slide-subtitle {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.slide-btn {
    background: #bb6936;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.slide-btn:hover {
    background: #8a4c23;
    transform: translateY(-2px);
}

/* Navigation Menu */
.nav-menu {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 0;
    padding: 20px 0;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Sticky Navigation Menu */
.nav-menu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    animation: slideDown 0.3s ease;
}

/* Sticky Header Elements */
.nav-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.nav-menu.sticky .nav-header {
    display: flex;
}

.nav-logo .logo {
    height: 12vh;
    width: auto;
}
a.text-white {
    color: #fff !important;
    /* Fix for Safari double-color-render bug */
    -webkit-text-fill-color: #fff !important;
}

.nav-resort-name {
    font-size: 2.2rem;
    font-weight: 600;
    color: #b66333;
    white-space: nowrap;
    /* Làm sáng text-shadow hơn, tăng độ nổi khối 3D */
    text-shadow:
        0 2px 12px rgba(255,255,255,0.55), /* viền sáng phía dưới */
        0 1px 0 #fff,                      /* viền trắng mỏng sát chữ */
        1px 1px 0 #e6c7b0,                 /* viền sáng vàng nhạt */
        1px 1px 8px rgba(182,99,51,0.18),  /* bóng màu cam nhạt */
        0 4px 16px rgba(0,0,0,0.10);       /* bóng mờ nền */
}

.nav-header .nav-logo,
.nav-header .nav-resort-name,
.nav-header .nav-language-switcher {
    flex: 0 0 auto;
}

.nav-language-switcher {
    position: relative;
    display: inline-block;
    z-index: 1005;
}

.nav-language-switcher .lang-dropdown {
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    padding: 6px 12px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-width: 60px;
    text-align: center;
}

.nav-language-switcher .lang-dropdown:hover {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(187, 105, 54, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.nav-language-switcher .lang-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    min-width: 60px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 0;
    margin-top: 8px;
    z-index: 1006;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.nav-language-switcher .lang-option {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-language-switcher .lang-option:hover {
    background: rgba(187, 105, 54, 0.08);
    color: #bb6936;
    transform: translateX(2px);
}

.nav-language-switcher .lang-option.active {
    background: linear-gradient(135deg, #bb6936, #a85d2f);
    color: white;
    font-weight: 600;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-language-switcher .lang-option:last-child {
    border-bottom: none;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
}

.nav-menu.sticky .nav-container {
    flex-direction: column;
    gap: 15px;
}

.nav-menu-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 60px;
}

.nav-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.nav-right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
}

.nav-menu > ul > li {
    position: relative;
}

.nav-menu a {
    font-family: 'FUTURA VH', sans-serif;
    color: white;
    text-decoration: none;
    font-weight: normal;
    transition: all 0.3s ease;
    padding: 8px 16px;
    border-radius: 20px;
    display: block;
}

.nav-menu a:hover {
    color: #bb6936;
    background: rgba(255, 255, 255, 0.1);
}

/* Sticky menu link colors */
.nav-menu.sticky a {
    color: #333;
}

.nav-menu.sticky a:hover {
    color: #bb6936;
    background: rgba(187, 105, 54, 0.1);
}

/* Bootstrap Dropdown Styling */
.nav-menu .dropdown-toggle::after {
    content: ' ▼';
    font-size: 0.7em;
    opacity: 0.8;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.nav-menu.sticky .dropdown-toggle::after {
    color: #333;
}

.nav-menu .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.nav-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    padding: 12px 0;
    margin-top: 15px;
    min-width: 280px;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    overflow: hidden;
}

/* Sticky menu dropdown positioning */
.nav-menu.sticky .dropdown-menu {
    top: calc(100% + 5px);
    margin-top: 0;
}

.nav-menu .dropdown.show .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(0) !important;
}

.nav-menu .dropdown-item {
    color: #333;
    padding: 14px 24px;
    font-family: 'FUTURA VH', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    border: none;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 3px 12px;
    border-radius: 10px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: block;
    width: calc(100% - 24px);
    white-space: nowrap;
    box-sizing: border-box;
}

.nav-menu .dropdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(187, 105, 54, 0.1), transparent);
    transition: left 0.5s ease;
}

.nav-menu .dropdown-item:hover {
    background: rgba(187, 105, 54, 0.08);
    color: #bb6936;
    transform: translateX(8px);
    box-shadow: 0 2px 8px rgba(187, 105, 54, 0.15);
    text-decoration: none;
    border-radius: 10px;
}

.nav-menu .dropdown-item:hover::before {
    left: 100%;
}

.nav-menu .dropdown-item:active {
    background: rgba(187, 105, 54, 0.15);
    color: #bb6936;
    transform: translateX(8px) scale(0.98);
    border-radius: 10px;
}

/* Book Now Button */
.nav-menu .book-now-btn {
    background: #bb6936;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid #bb6936;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(187, 105, 54, 0.3);
}

.nav-menu .book-now-btn:hover {
    background: transparent;
    color: #bb6936;
    border-color: #bb6936;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(187, 105, 54, 0.4);
}

/* Sticky book now button */
.nav-menu.sticky .book-now-btn {
    background: #bb6936;
    color: white;
    border-color: #bb6936;
}

.nav-menu.sticky .book-now-btn:hover {
    background: transparent;
    color: #bb6936;
}

.book-now-btn {
    background: #bb6936;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #bb6936;
}

.book-now-btn:hover {
    background: transparent;
    color: #bb6936;
    border-color: #bb6936;
}

/* Booking Form */
.booking-section {
    background: linear-gradient(135deg, #b96635, #1e3f6b);
    padding: 50px 0;
    color: white;
}

.booking-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
}

.check-availability-btn {
    background: #ffd700;
    color: #333;
    border: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.check-availability-btn:hover {
    background: #ffed4e;
    transform: translateY(-2px);
}

/* Overview Section */
.overview-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.overview-content h2 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #b96635;
    margin-bottom: 30px;
}



.contact-info {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-info h3 {
    font-family: 'FUTURA VH', sans-serif;
    color: #b96635;
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.contact-item i {
    color: #b96635;
    font-size: 1.2rem;
    width: 20px;
}

.map-btn {
    background: #b96635;
    color: white;
    border: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.map-btn:hover {
    background: #1e3f6b;
}

/* Amenities Section */
.amenities-section {
    padding: 0;
    background: white;
}

.amenities-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 0;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.amenity-card {
    text-align: center;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.amenity-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.amenity-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: white;
    padding: 30px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 45%;
    height: 45%;
    box-sizing: border-box;
    z-index: 1;
}

.amenity-card h3 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    font-weight: 700;
}
.amenity-card h3::after {
    content: '';
    display: block;
    margin: 8px auto 0 auto;
    width: 50%;
    height: 3px;
    background: #bb6936;
    border-radius: 2px;
}

.amenity-card p {
    font-family: 'FUTURA VH', sans-serif;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin-bottom: 24px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.amenity-readmore {
    background: #bb6936;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 28px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-top: auto;
}
.amenity-readmore:hover {
    background: #8a4c23;
}

/* Review Section */
.review-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.review-slider {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.review-slide {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.review-slide.active {
    display: block;
}

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

.review-content {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    position: relative;
}

.quote-icon {
    position: absolute;
    font-size: 3rem;
    color: #bb6936;
    opacity: 0.3;
}

.quote-icon.open {
    top: 15px;
    left: 20px;
}

.quote-icon.close {
    bottom: 15px;
    right: 20px;
}

.review-title {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3d3c3c;
    margin-bottom: 20px;
    text-align: center;
}

.review-text {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.3rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
    text-align: center;
}

.review-author {
    font-family: 'FUTURA VH', sans-serif;
    font-weight: 600;
    color: #b96635;
    font-size: 1.2rem;
    text-align: center;
}

.review-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    background: #00AA6C;
    transform: scale(1.2);
}

.tripadvisor-info {
    text-align: center;
    padding: 40px;
}

.tripadvisor-logo {
    width: 120px;
    margin-bottom: 20px;
}

.rating-info {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.review-count {
    color: #666;
    margin-bottom: 20px;
}

.read-reviews-btn {
    background: #00AA6C;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.read-reviews-btn:hover {
    background: #008f5a;
    transform: translateY(-2px);
}

/* Location Section */
.location-section {
    background: white;
}

.location-header {
    text-align: center;
}

.location-title {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 2.5rem;
    color: #b96635;
    margin-bottom: 0;
    font-weight: 700;
}

.location-info {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
}

.location-details {
    background: transparent;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.location-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    gap: 15px;
}

.location-item i {
    color: #bb6936;
    font-size: 1.3rem;
    width: 25px;
    margin-top: 3px;
}

.location-item-content h4 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

.location-item-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.location-map {
    width: 99vw;
    height: 350px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    position: relative;
}

.route-finder {
    background: white;
    padding: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.route-input {
    border: 2px solid #e0e0e0;
    transition: border-color 0.3s ease;
}

.route-input:focus {
    outline: none;
    border-color: #bb6936;
}

.route-destination {
    font-family: 'FUTURA VH', sans-serif;
    color: #666;
    font-style: italic;
    font-size: 0.9rem;
    white-space: nowrap;
}

.calculate-route-btn {
    background: #bb6936;
    color: white;
    border: none;
    font-weight: bold;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.calculate-route-btn:hover {
    background: #8a4c23;
    transform: translateY(-1px);
}

/* Social Media Section */
.social-section {
    background: linear-gradient(135deg, #b96635, #1e3f6b);
    padding: 60px 0;
    color: white;
}

.social-title {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.social-subtitle {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    opacity: 0.9;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.social-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.social-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.social-card:hover .social-icon {
    transform: scale(1.1);
}

.social-name {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-description {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.social-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 0 8px;
    border-radius: 8px;
    font-family: 'FUTURA VH', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    transform: translateY(-2px);
}

/* Social Media Colors */
.facebook .social-icon { color: #1877f2; }
.twitter .social-icon { color: #1da1f2; }
.zalo .social-icon { color: #0068ff; }
.tripadvisor .social-icon { color: #00aa6c; }

/* Footer */
.footer {
    position: relative;
    background: url('/assets/frontend/images/bai-bien-seahorse.jpg') center center/cover no-repeat;
    color: white;
    padding: 30px 0 20px;
    z-index: 1;
}

/* Footer Top Section - 3 columns */
.footer-top-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social-box h4,
.footer-newsletter-box h4,
.footer-policy-box h4 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #bb6936;
}

.footer-social-box .social-links {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}

.footer-policy-box .policy-links-top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
}

.footer-policy-box .policy-links-top a:first-child {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-policy-box .policy-links-top a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.footer-policy-box .policy-links-top a:hover {
    color: #bb6936;
}

.footer-policy-box .policy-links-top a i {
    font-size: 1rem;
    color: #bb6936;
}
    .footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.3); 
        z-index: 0;
        pointer-events: none;
    }
    .footer > * {
        position: relative;
        z-index: 1;
    }

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

.footer-info h3 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 1px 0 #bb6936;
    letter-spacing: 0.5px;
}

.footer-info p {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #fff;
}

.footer-contact h4 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.35), 0 1px 0 #bb6936;
    letter-spacing: 0.5px;
}

.footer-contact p {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 10px;
    color: #fff;
}

.footer-contact i {
    color: #fff;
    margin-right: 10px;
    width: 16px;
}

.footer-bottom {
    border-top: 1px solid #b4b4b4;
    padding-top: 30px;
    text-align: center;
}

.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-logo {
    height: 60px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-logo:hover {
    opacity: 1;
}

.footer-copyright {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 0.9rem;
    color: #fefefe;
}

.map-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1;
}

.map-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    min-width: 120px;
}

.map-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.map-btn.active {
    background: #bb6936;
    color: white;
}

.other-rooms-horizontal-scroll{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}
.other-rooms-horizontal-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.room-detail table{
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 700px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    overflow: hidden;
    font-size: 1.05rem;
    color: #333;
    /**** Table header ****/
    /* Style header row */
    thead tr {
        background: #f7f3ef;
    }
    thead th {
        font-family: 'FUTURA VH', sans-serif;
        font-size: 1.1rem;
        font-weight: 700;
        color: #bb6936;
        padding: 16px 18px;
        border-bottom: 2px solid #e5d3c3;
        text-align: left;
    }
    /* Table body rows */
    tbody tr {
        border-bottom: 1px solid #f0e6dd;
        transition: background 0.2s;
    }
    tbody tr:hover {
        background: #f9f6f3;
    }
    tbody td {
        padding: 14px 18px;
        vertical-align: middle;
    }
    /* First column bold */
    tbody td:first-child {
        font-weight: 600;
        color: #bb6936;
        width: 38%;
    }
    /* Last row no border */
    tbody tr:last-child {
        border-bottom: none;
    }
   
}

.box-content-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-content-detail table{
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
}
.box-content-detail table tr th{
    padding: 0.5rem 0.5rem;
}
.box-content-detail table tr:nth-child(1),
.box-content-detail table tr:nth-child(2) {
    background: #bb6936;
    color: #fff;
}

.box-content-detail table tr td,
.box-content-detail table tr th {
    border: 1px solid #e5d3c3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .overview-section {
        padding: 20px 0;
    }
    .amenity-card p{
        min-height: 40px;
    }
    .slide-title {
        font-size: 2.5rem;
    }

    .nav-menu {
        top: 80px;
        left: 20px;
        right: 20px;
        transform: none;
        border-radius: 15px;
        padding: 20px;
        min-width: auto;
    }
    
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-left {
        order: 1;
        width: 100%;
    }
    
    .nav-right {
        order: 2;
        width: 100%;
    }
    
    .nav-menu ul {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }
    
    .nav-menu > ul > li {
        width: 100%;
    }
    
    .nav-menu a {
        padding: 12px 16px;
        text-align: center;
        border-radius: 10px;
    }
    
    .nav-menu .dropdown-menu {
        position: static;
        transform: none;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        box-shadow: none;
        margin-top: 5px;
        margin-left: 20px;
        opacity: 1;
        visibility: visible;
        border-radius: 8px;
        min-width: auto;
    }
    
    .nav-menu .dropdown-item {
        color: white;
        padding: 10px 15px;
        margin: 2px 8px;
        text-align: left;
        font-size: 0.9rem;
    }
    
    .nav-menu .dropdown-item:hover {
        background: rgba(187, 105, 54, 0.2);
        color: #bb6936;
        transform: none;
    }
    
    .nav-menu .book-now-btn {
        margin: 0;
        text-align: center;
        display: block;
        width: 100%;
        padding: 15px 24px;
        font-size: 1.1rem;
    }

    .overview-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .booking-form {
        grid-template-columns: 1fr;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 0;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .amenity-content {
        padding: 20px 10px 16px 10px;
        min-height: 40%;
        height: 40%;
    }
    .review-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .location-details {
        padding: 30px 20px;
        margin: 0 20px;
    }
    .location-map {
        height: 400px;
    }
    .map-controls {
        top: 10px;
        right: 10px;
        gap: 8px;
    }
    .map-btn {
        padding: 10px 12px;
        font-size: 0.8rem;
        min-width: 100px;
    }
    .social-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .social-title {
        font-size: 2rem;
    }
    .social-subtitle {
        font-size: 1rem;
    }
    .footer-top-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-logos {
        gap: 20px;
    }
    .footer-logo {
        height: 50px;
    }
}

/* Footer Social Media */
.footer-social h4 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #bb6936;
}

.social-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background: #bb6936;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(187, 105, 54, 0.4);
}

.social-links a.zalo {
    background: rgba(255, 255, 255, 0.1);
}

.social-links a.zalo:hover {
    background: #bb6936;
}

.social-links .zalo-icon {
    width: 24px;
    height: 24px;
}

.social-links .tripadvisor-icon {
    width: 24px;
    height: 24px;
}
/* Footer Newsletter */
.footer-newsletter h4 {
    font-family: 'FUTURA VH', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #bb6936;
}

.newsletter-form .input-group {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.newsletter-form .form-control {
    border: none;
    padding: 10px 15px;
    font-size: 0.95rem;
    background: #fff;
    color: #333;
    font-family: 'FUTURA VH', sans-serif;
}

.newsletter-form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-form .form-control::placeholder {
    color: #999;
}

.newsletter-form .btn {
    border: none;
    background: #bb6936;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.newsletter-form .btn:hover {
    background: #1e3f6b;
}

.newsletter-message {
    font-size: 0.9rem;
    font-family: 'FUTURA VH', sans-serif;
}

.newsletter-message.success {
    color: #4caf50;
}

.newsletter-message.error {
    color: #ff5252;
}

/* Footer Links */
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    font-family: 'FUTURA VH', sans-serif;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #bb6936;
}

.footer-links .separator {
    color: #666;
}

/* Mobile Footer Top Section */
.footer-top-section-mobile {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-policy-box-mobile .policy-links-top {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.footer-policy-box-mobile .policy-links-top a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.footer-policy-box-mobile .policy-links-top a:hover {
    color: #bb6936;
}

.footer-policy-box-mobile .policy-links-top a i {
    font-size: 0.9rem;
    color: #bb6936;
}

.footer-social-box-mobile .social-links {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.footer-newsletter-box-mobile {
    max-width: 100%;
}

/* Follow Us Section */
.follow-us-section {
    padding: 20px 0;
}

.follow-us-box {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding:0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.follow-us-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.follow-us-subtitle {
    font-size: 1.1rem;
    color: #333;
    margin: 0 auto 40px;
}

.follow-us-social {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bb6936;
    color: #fff;
    font-size: 1.8rem;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    box-shadow: 0 0 8px rgba(187, 105, 54, 0.3);
}

.social-btn:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 12px 30px rgba(187, 105, 54, 0.5);
    background: #d4894f;
    color: #fff;
}

.social-btn.zalo {
    background: #bb6936;
}

.zalo-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/assets/frontend/images/zalo_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.social-btn .zalo-icon {
    width: 28px;
    height: 28px;
}
.tripadvisor-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('/assets/frontend/images/tripadvisor_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fixed-review-btn {
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 9999;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.10);
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	border: 1.5px solid #bb6936;
	cursor: pointer;
	text-decoration: none;
	min-width: 120px;
	font-size: 1rem;
	transition: all 0.3s ease;
}

/* Collapsed state - only show logo */
.fixed-review-btn.collapsed {
	min-width: 48px;
	width: 48px;
	overflow: hidden;
}

.fixed-review-btn.collapsed .review-btn-content {
	opacity: 0;
	width: 0;
	padding: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

/* Hover effect on collapsed button - expand to show full content */
.fixed-review-btn.collapsed:hover {
	min-width: 120px;
	width: auto;
}

.fixed-review-btn.collapsed:hover .review-btn-content {
	opacity: 1;
	width: auto;
	padding: 8px 8px 8px 0px;
}

.fixed-review-btn.fixed-review-btn-left {
	left: 20px;
	bottom: auto;
	right: auto;
	top: 30%;
	border-color: #00af87;
}

.fixed-review-btn:hover { 
	border-color: #1e3f6b; 
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.fixed-review-btn-left:hover {
	border-color: #00875a;
}

/* Logo bám sát viền trái */
.fixed-review-btn img { 
	width: 40px; 
	height: 40px; 
	object-fit: contain;
	margin-left: 4px;
	flex-shrink: 0;
}

/* Container cho content */
.fixed-review-btn .review-btn-content {
	display: flex;
	align-items: center;
	gap: 10px;
    padding: 8px 8px 8px 0px;
}

/* Score container - điểm số */
.fixed-review-btn .score-container {
	display: flex;
	align-items: baseline;
	gap: 2px;
	flex-shrink: 0;
}

.fixed-review-btn .score-container .score:first-child { 
	font-weight: 700; 
	color: #bb6936; 
	font-size: 1.4em;
	line-height: 1;
}

.fixed-review-btn .score-container .divider,
.fixed-review-btn .score-container .score:last-child { 
	font-weight: 500; 
	color: #999; 
	font-size: 0.75em;
}

/* Label container - text */
.fixed-review-btn .label-container {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.2;
}

.fixed-review-btn .label { 
	color: #ff6e17; 
	font-size: 0.85em;
	font-weight: 600;
}

.fixed-review-btn .count { 
	color: #666; 
	font-size: 0.75em;
	font-weight: 400;
}

/* TripAdvisor màu riêng */
.fixed-review-btn-left .score-container .score:first-child {
	color: #00af87;
}

.fixed-review-btn-left .label {
	color: #00875a;
}
/* Mobile Responsive */
@media (max-width: 768px) {
	.fixed-review-btn { 
		right: 8px; 
		bottom: 80px; 
		padding: 0 12px 0 0; 
		min-width: 100px; 
		font-size: 0.9rem;
		gap: 8px;
	}
	
	.fixed-review-btn.collapsed {
		min-width: 40px;
		width: 40px;
        height: 40px;
	}
	
	/* Hover effect on collapsed button for mobile */
	.fixed-review-btn.collapsed:hover {
		min-width: 100px;
		width: auto;
	}
	
	.fixed-review-btn.collapsed:hover .review-btn-content {
		opacity: 1;
		width: auto;
		padding: 6px 12px 6px 0;
	}
	
	.fixed-review-btn-left {
		left: 8px;
		top: 25%;
	}
	
	.fixed-review-btn img { 
		width: 32px; 
		height: 32px; 
		margin-left: 4px;
	}
	
	.fixed-review-btn .review-btn-content {
		gap: 8px;
	}
	
	.fixed-review-btn .score-container .score:first-child { 
		font-size: 1.2em;
	}
	
	.fixed-review-btn .score-container .divider,
	.fixed-review-btn .score-container .score:last-child { 
		font-size: 0.7em;
	}
	
	.fixed-review-btn .label { 
		font-size: 0.8em;
	}
	
	.fixed-review-btn .count { 
		font-size: 0.7em;
	}
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .follow-us-section {
        padding: 20px 0;
    }
    
    .follow-us-box {
        padding: 0;
    }
    
    .follow-us-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .follow-us-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .follow-us-social {
        gap: 18px;
    }
    
    .social-btn {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
    
    .social-btn .zalo-icon {
        width: 28px;
        height: 28px;
    }
    
    .social-links {
        gap: 10px;
    }
    
    .social-links .zalo-icon {
        width: 20px;
        height: 20px;
    }
    
    .social-links a {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    
    .footer-newsletter .form-control {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
    
    .footer-newsletter .btn {
        padding: 8px 16px;
    }
    
    .footer-links {
        flex-wrap: wrap;
        gap: 10px;
        font-size: 0.9rem;
    }
}