/* ==================== FONT CHỮ ==================== */
body, p, h1, h2, h3, h4, h5, h6, .about_info p, .single_about_info p, .slider_text p, .slider_text h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Font cho số điện thoại */
.phone_num .mobile_no, 
.footer p a[href^="tel"],
.number-text {
    font-family: 'Roboto Mono', 'Courier New', monospace;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* ==================== SLIDER STYLES ==================== */
.slider_area .single_slider {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media (min-width: 768px) {
    .slider_area .single_slider {
        height: 650px;
    }
}

.single_slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%);
}

.slider_text {
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.slider_text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .slider_text h3 {
        font-size: 64px;
        margin-bottom: 20px;
    }
}

.slider_text p {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    padding: 0 10px;
}

@media (min-width: 768px) {
    .slider_text p {
        font-size: 20px;
    }
}

/* ==================== ROOMS GRID ==================== */
.rooms-grid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.room-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.room-card:hover {
    transform: translateY(-5px);
}

.room-card-top {
    width: 100%;
}

@media (min-width: 576px) {
    .room-card-top {
        width: calc(50% - 20px);
    }
}

@media (min-width: 992px) {
    .room-card-top {
        width: calc(33.333% - 20px);
    }
}

.room-card-bottom {
    width: 100%;
}

@media (min-width: 768px) {
    .room-card-bottom {
        width: calc(50% - 15px);
    }
}

.room-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (min-width: 576px) {
    .room-card img {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .room-card img {
        height: 280px;
    }
}

.room-heading {
    padding: 15px;
    background: #fff;
}

@media (min-width: 768px) {
    .room-heading {
        padding: 20px;
    }
}

.room-heading span {
    color: #c1a572;
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.room-heading h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #2c3e4e;
}

.room-heading p {
    font-size: 12px;
    color: #5a6e7c;
    margin-top: 6px;
    margin-bottom: 0;
}

.room-card .line-button {
    background: #c1a572;
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .room-card .line-button {
        padding: 8px 20px;
        font-size: 14px;
    }
}

.room-heading-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.room-heading-inner {
    flex: 1;
}

.rooms-bottom-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1300px;
    margin: 20px auto 0;
    padding: 0 15px;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .rooms-bottom-row {
        margin: 30px auto 0;
        gap: 30px;
    }
}

/* ==================== ABOUT SECTION ==================== */
.about_info .section_title span {
    font-size: 14px;
}

.about_info .section_title h3 {
    font-size: 22px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .about_info .section_title h3 {
        font-size: 32px;
    }
}

.about_info p {
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .about_info p {
        font-size: 16px;
    }
}

.line-button {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    background: #c1a572;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.line-button:hover {
    background: #a0845a;
    color: #fff;
}

.about_thumb, .about_thumb2 {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .about_thumb, .about_thumb2 {
        flex-direction: row;
        gap: 20px;
        margin-top: 0;
    }
}

.about_thumb .img_1 img,
.about_thumb .img_2 img,
.about_thumb2 .img_1 img,
.about_thumb2 .img_2 img {
    width: 100%;
    border-radius: 12px;
}

/* ==================== VIDEO AREA ==================== */
.video_area {
    padding: 60px 20px;
}

.video_area_inner span {
    font-size: 14px;
}

.video_area_inner h3 {
    font-size: 24px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .video_area_inner h3 {
        font-size: 36px;
    }
}

/* ==================== SECTION TITLE ==================== */
.section_title.text-center h3 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .section_title.text-center h3 {
        font-size: 36px;
    }
}

.section_title.text-center p {
    font-size: 14px;
    padding: 0 15px;
}

/* ==================== FOR QUERY SECTION ==================== */
.forQuery {
    padding: 40px 0;
}

.Query_border {
    padding: 20px;
}

@media (min-width: 768px) {
    .Query_border {
        padding: 30px;
    }
}

.Query_text {
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .Query_text {
        text-align: left;
        margin-bottom: 0;
    }
}

.Query_text p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e4e;
}

@media (min-width: 768px) {
    .Query_text p {
        font-size: 18px;
    }
}

.phone_num {
    text-align: center;
}

@media (min-width: 768px) {
    .phone_num {
        text-align: right;
    }
}

.phone_num .mobile_no {
    font-size: 18px;
    font-weight: 700;
    color: #c1a572;
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
}

@media (min-width: 768px) {
    .phone_num .mobile_no {
        font-size: 22px;
    }
}

.highlight {
    color: #c1a572;
    font-weight: 600;
    font-family: 'Roboto Mono', monospace;
}

/* ==================== INSTAGRAM AREA ==================== */
.instragram_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

@media (min-width: 576px) {
    .instragram_area {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 992px) {
    .instragram_area {
        grid-template-columns: repeat(5, 1fr);
        gap: 0;
    }
}

.single_instagram {
    position: relative;
    overflow: hidden;
}

.single_instagram img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

@media (min-width: 576px) {
    .single_instagram img {
        height: 180px;
    }
}

@media (min-width: 768px) {
    .single_instagram img {
        height: 220px;
    }
}

/* ==================== FOOTER STYLES ==================== */
.footer {
    background: #0a0a0a;
    color: #f5f5f5;
}

.footer .footer_title {
    color: #c1a572;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

@media (min-width: 768px) {
    .footer .footer_title {
        margin-bottom: 25px;
        font-size: 20px;
    }
}

.footer p {
    color: #d1d5db;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer a {
    color: #f5f5f5;
    transition: color 0.3s;
    text-decoration: none;
}

.footer a:hover {
    color: #c1a572;
}

.footer_links {
    list-style: none;
    padding-left: 0;
}

.footer_links li {
    margin-bottom: 8px;
}

.footer_links li a {
    color: #d1d5db;
    transition: 0.3s;
    font-size: 14px;
}

.footer_social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    margin-right: 10px;
    transition: all 0.3s;
    color: #fff;
    font-size: 16px;
}

@media (min-width: 768px) {
    .footer_social a {
        width: 40px;
        height: 40px;
        margin-right: 12px;
        font-size: 18px;
    }
}

.copy-right_text {
    background: #050505;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copy-right_text p {
    color: #9ca3af;
    margin-bottom: 0;
    font-size: 12px;
}

@media (min-width: 768px) {
    .copy-right_text p {
        font-size: 14px;
    }
}

/* ==================== GOOGLE TRANSLATE WIDGET ==================== */
#google_translate_element {
    display: inline-block;
}

.goog-te-gadget-simple {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #ffffff !important;
    background: transparent !important;
    font-size: 14px !important;
}

/* Ẩn banner Google Translate */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

/* ==================== FLOATING TRANSLATE BUTTON (MOBILE ONLY) ==================== */
@media (max-width: 991px) {
    #google_translate_element {
        display: none !important;
    }
    
    .floating-translate {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        background: #c1a572;
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
        cursor: pointer;
    }
    
    .floating-translate:hover {
        transform: scale(1.05);
        background: #a0845a;
    }
    
    .floating-translate .translate-icon {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        color: white;
        font-weight: 600;
        font-size: 14px;
    }
    
    .floating-translate .translate-icon i {
        font-size: 18px;
    }
    
    .translate-dropdown {
        position: fixed;
        bottom: 80px;
        right: 20px;
        background: white;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
        width: 260px;
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease;
        overflow: hidden;
    }
    
    .translate-dropdown.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .translate-dropdown-header {
        background: #c1a572;
        color: white;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .translate-dropdown-header .close-dropdown {
        cursor: pointer;
        font-size: 18px;
        transition: all 0.3s;
    }
    
    .translate-dropdown-header .close-dropdown:hover {
        opacity: 0.8;
    }
    
    .translate-dropdown-list {
        max-height: 320px;
        overflow-y: auto;
        padding: 8px 0;
    }
    
    .lang-item {
        padding: 10px 16px;
        cursor: pointer;
        transition: all 0.2s;
        font-size: 14px;
        color: #333;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .lang-item:hover {
        background: #f5f5f5;
    }
    
    .lang-item.active {
        background: #c1a57220;
        color: #c1a572;
        font-weight: 600;
    }
    
    .lang-item i {
        width: 20px;
        color: #c1a572;
    }
}

@media (min-width: 992px) {
    .floating-translate {
        display: none !important;
    }
    .translate-dropdown {
        display: none !important;
    }
}

/* ==================== BUTTON STYLES ==================== */
.btn-whatsapp, .btn-zalo {
    padding: 8px 18px !important;
    font-size: 13px !important;
}

@media (min-width: 768px) {
    .btn-whatsapp, .btn-zalo {
        padding: 10px 24px !important;
        font-size: 14px !important;
    }
}

.btn-whatsapp:hover {
    background-color: #128C7E !important;
    color: white !important;
}

.btn-zalo:hover {
    background-color: #0052CC !important;
    color: white !important;
}

.btn {
    background: #c1a572;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 13px;
}

@media (min-width: 768px) {
    .btn {
        padding: 10px 24px;
        font-size: 14px;
    }
}

.btn:hover {
    background: #a0845a;
    color: #fff;
}

/* ==================== MOBILE HEADER STYLES ==================== */
@media (max-width: 991px) {
    .main-menu.d-none.d-lg-block {
        display: none !important;
    }
    
    .mobile-header-container {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        width: 100%;
        background: transparent;
    }
    
    .mobile-logo {
        flex-shrink: 0;
    }
    
    .mobile-logo img {
        max-height: 45px;
        width: auto;
    }
    
    .mobile-burger {
        flex-shrink: 0;
        display: flex;
        justify-content: flex-end;
    }
    
    .burger-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1002;
        position: relative;
    }
    
    .burger-menu-btn span {
        width: 100%;
        height: 2px;
        background-color: #c1a572;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    .burger-menu-btn.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }
    
    .burger-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu-btn.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }
    
    .mobile-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .mobile-nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-nav-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100%;
        background: #ffffff;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
        z-index: 1001;
        transition: right 0.3s ease;
        overflow-y: auto;
        padding: 80px 20px 30px;
    }
    
    .mobile-nav-panel.active {
        right: 0;
    }
    
    .mobile-nav-close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: #f5f5f5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
    }
    
    .mobile-nav-close:hover {
        background: #c1a572;
    }
    
    .mobile-nav-close:hover i {
        color: #fff;
    }
    
    .mobile-nav-close i {
        font-size: 20px;
        color: #333;
        transition: all 0.3s;
    }
    
    .mobile-nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-nav-list li {
        border-bottom: 1px solid #eee;
    }
    
    .mobile-nav-list li a {
        display: block;
        padding: 15px 0;
        color: #2c3e4e;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        transition: all 0.3s;
    }
    
    .mobile-nav-list li a:hover,
    .mobile-nav-list li a.active {
        color: #c1a572;
        padding-left: 8px;
    }
    
    .mobile-nav-booking {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }
    
    .mobile-nav-booking .btn-mobile-book {
        display: block;
        background: #c1a572;
        color: #fff;
        text-align: center;
        padding: 12px 20px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        font-size: 16px;
        transition: all 0.3s;
    }
    
    .mobile-nav-booking .btn-mobile-book:hover {
        background: #a0845a;
    }
    
    .mobile-nav-social {
        margin-top: 30px;
        display: flex;
        gap: 15px;
        justify-content: center;
    }
    
    .mobile-nav-social a {
        width: 40px;
        height: 40px;
        background: #f0f0f0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #c1a572;
        font-size: 18px;
        transition: all 0.3s;
        text-decoration: none;
    }
    
    .mobile-nav-social a:hover {
        background: #c1a572;
        color: #fff;
    }
    
    .book_btn.d-none.d-lg-block {
        display: none !important;
    }
    
    .socail_links {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobile-header-container {
        display: none !important;
    }
    .mobile-nav-overlay,
    .mobile-nav-panel {
        display: none !important;
    }
}

/* ==================== GENERAL STYLES ==================== */
.about_area, .features_room {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .about_area, .features_room {
        padding: 80px 0;
    }
}

.room-heading-flex .line-button {
    white-space: nowrap;
}

@media (max-width: 375px) {
    .room-heading-flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .room-heading-flex .line-button {
        margin-top: 8px;
    }
}

.main-menu nav ul li a.active {
    color: #c1a572;
}

.logo-img img {
    max-height: 60px;
    width: auto;
}

.number-text {
    font-family: 'Roboto Mono', monospace;
}

/* Mobile menu fallback */
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.mobile-menu-list li {
    border-bottom: 1px solid #eee;
}

.mobile-menu-list li a {
    display: block;
    padding: 12px 15px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.mobile-menu-list li ul {
    display: none;
    list-style: none;
    padding-left: 20px;
    background: #f9f9f9;
}

.mobile-menu-list li ul li a {
    padding: 10px 15px;
    font-size: 14px;
}

.mobile_menu {
    background: #fff;
    padding: 10px 0;
}