.header-main .header-inner .header-nav-main {
    gap: 40px;
}

.search-room .col-inner {
    border-radius: 10px;
}

.search-room label {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;

}

.search-room input {
    margin-bottom: 0;
}

.search-room .button {
    margin-top: 34px;
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
}

.title-section {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
}

.title-section b {
    background-color: #b97539;
    opacity: 0.5;
}

.title-section span {
    color: #b97539;
}

.sever-home .section-title-container {
    margin-bottom: 0;
}

.devzone-child-pages {
    margin-top: 20px;
}

.devzone-child-pages {
    margin-top: 20px;
}

/* CARD */
.dz-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all .3s ease;
    margin-bottom: 30px;
    height: max-content;
    display: flex;
    flex-direction: column;
}

.dz-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.dz-thumb {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 56.25%;
}

.dz-thumb img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    ;
}

/* CONTENT */
.dz-content {
    padding: 22px;
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.dz-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.dz-title a {
    color: #ffff;
    font-weight: 600;
    text-decoration: none;
}

.dz-title a:hover {
    color: #b97539;
}

.dz-excerpt {
    font-size: 14px;
    color: #666;
    margin-bottom: 18px;
    flex-grow: 1;
}

.dz-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: all .3s ease;
    width: fit-content;
}

.dz-btn-icon {
    width: 34px;
    height: 34px;
    background: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.dz-button:hover .dz-btn-icon {
    background: #b97539;
    color: #fff;
}

.custom-section {
    padding: 40px 0;
}

.custom-section .section-title-normal {
    border-bottom: 2px solid #000 !important;
}

.custom-section .section-title-normal span {
    color: #000;
}

.custom-section .col-custom {
    padding-top: 72px;
}

.custom-section .menu-footer a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.custom-section .menu-footer a:hover {
    color: #b97539;
}

.absolute-footer {
    display: none !important;
}

.slider-room {
    width: 100%;
    padding: 20px 0;
}

.slider-room .swiper-slide {
    overflow: hidden;
    border-radius: 8px;
}

.img-room {
    width: 100%;
    height: 420px;
}

.img-room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Desktop: 3 ảnh */
@media (min-width: 1024px) {
    .slider-room {
        padding: 40px 0;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .img-room {
        height: 260px;
    }
}

.single-room {
    background: #f9f8ef;
    padding: 40px 0;
}

.room-container {
    margin: 0 auto 60px;
}

.room-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.room-left {
    flex: 1.2;
}

.room-right {
    flex: 0.8;
}

.badge-featured {
    display: inline-block;
    background: #f5b335;
    color: #000;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.room-title {
    font-size: 48px;
    color: #6db6e4;
    margin: 10px 0 20px;
}

.room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.room-meta li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.room-price {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.room-price .old {
    font-size: 18px;
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
}

.room-description,
.room-advance {
    margin-bottom: 30px;
}

.room-description h3,
.room-advance h3,
.room-amenities h3,
.room-include h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.room-description p {
    line-height: 1.7;
}

.room-amenities {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

.room-amenities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.room-amenities li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.room-include {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.room-include ul {
    list-style: none;
    padding: 0;
}

.room-include li {
    padding: 6px 0;
}

/* ===== SLIDER ===== */
.slider-room {
    margin-bottom: 50px;
}

.slider-room img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 992px) {
    .room-header {
        flex-direction: column;
    }

    .room-title {
        font-size: 36px;
    }

    .slider-room img {
        height: 280px;
    }

    .room-include {
        flex-direction: column;
        gap: 30px;
    }
}

.list-room-cate .service-two-wrapper .service-two-thumb a,
.list-room-cate .tw-rounded-lg {
    width: 100% !important;
}

.icon-svg {
    width: 28px;
    height: 20px
}

/* ===== DevZone CF7 Contact UI (FIX icon overlap) ===== */
.dz-cf7.dz-cf7--contact-ui {
    width: 100%;
}

.dz-cf7.dz-cf7--contact-ui p {
    margin: 0 !important;
}

.dz-cf7.dz-cf7--contact-ui .wpcf7-form-control-wrap {
    display: block;
}

/* ROW = icon + input */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}

/* textarea row align top */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__row--textarea {
    align-items: flex-start;
    padding-top: 6px;
}

/* icon */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2d2b;
    opacity: .95;
    margin-top: 2px;
}

.dz-cf7.dz-cf7--contact-ui .dz-cf7__icon--top {
    margin-top: 6px;
}

.dz-cf7.dz-cf7--contact-ui .dz-cf7__svg {
    width: 22px;
    height: 22px;
    display: block;
}

/* inputs */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__input,
.dz-cf7.dz-cf7--contact-ui .dz-cf7__textarea {
    flex: 1 1 auto;
    width: 100%;

    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;

    padding: 0 !important;
    /* IMPORTANT: bỏ padding-left cũ */
    margin: 0 !important;

    color: #1f2d2b !important;
    font-size: 15px !important;
}

/* input height */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__input {
    height: 34px !important;
    line-height: 34px !important;
}

/* textarea */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__textarea {
    min-height: 140px !important;
    padding-top: 6px !important;
    resize: vertical;
}

/* placeholder */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__input::placeholder,
.dz-cf7.dz-cf7--contact-ui .dz-cf7__textarea::placeholder {
    color: rgba(31, 45, 43, .75) !important;
}

/* focus = underline */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__row:focus-within {
    border-bottom-color: #b8793a;
}

/* Button */
.dz-cf7.dz-cf7--contact-ui .dz-cf7__actions {
    margin-top: 18px;
}

.dz-cf7.dz-cf7--contact-ui .dz-cf7__submit {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 340px;
    padding: 14px 26px !important;
    border: none !important;
    border-radius: 10px !important;
    background: #b8793a !important;
    color: #111 !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
}

.dz-cf7.dz-cf7--contact-ui .dz-cf7__submit:hover {
    background: #9e632b !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* CF7 errors */
.dz-cf7.dz-cf7--contact-ui .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 13px;
}

.dz-cf7.dz-cf7--contact-ui .wpcf7-response-output {
    margin: 16px 0 0 0 !important;
}

/* ===== Flatsome Sub-menu (Dropdown) ===== */

/* Khung dropdown */
.header-nav .nav-dropdown,
.header-nav .sub-menu {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .10) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10) !important;
    border-radius: 2px !important;
    padding: 10px 0 !important;
    min-width: 260px !important;
}

/* Canh dưới item cha + khoảng cách */
.header-nav .nav-dropdown {
    margin-top: 10px !important;
}

/* Item trong dropdown */
.header-nav .nav-dropdown>li,
.header-nav .sub-menu>li {
    margin: 0 !important;
}

/* Link */
.header-nav .nav-dropdown>li>a,
.header-nav .sub-menu>li>a {
    display: block !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, .72) !important;
    line-height: 1.2 !important;
    background: transparent !important;
    transition: all .2s ease !important;
}

/* Đường kẻ giữa các item */
.header-nav .nav-dropdown>li:not(:last-child)>a,
.header-nav .sub-menu>li:not(:last-child)>a {
    border-bottom: 1px solid rgba(0, 0, 0, .08) !important;
}

/* Hover */
.header-nav .nav-dropdown>li>a:hover,
.header-nav .sub-menu>li>a:hover {
    background: rgba(0, 0, 0, .03) !important;
    color: rgba(0, 0, 0, .88) !important;
}

/* Bỏ caret/arrow mặc định nếu bị lệch */
.header-nav .menu-item-has-children>a:after {
    opacity: .55;
}

/* Fix dropdown không bị “dính” lên trên */
.header-nav .has-dropdown:hover>.nav-dropdown {
    top: 100% !important;
}

/* ===== Menu hover ===== */
.header-nav>li>a:hover {
    color: #b97539 !important;
}

/* ===== Menu active (aria-current) ===== */
.header-nav a[aria-current="page"],
.header-nav .current-menu-item>a,
.header-nav .current_page_item>a {
    color: #b97539 !important;
    font-weight: 700;
    position: relative;
}

/* Gạch chân active */
.header-nav a[aria-current="page"]::after,
.header-nav .current-menu-item>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #b97539;
}

/* Mobile: dropdown full width đẹp hơn */
@media (max-width: 849px) {

    .header-nav .nav-dropdown,
    .header-nav .sub-menu {
        min-width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .dz-about-hero .dz-collage__img--two {
        display: none !important;
    }

    .dz-about-hero .dz-collage__img--one {
        width: 100% !important;
    }
	.gtranslate_wrapper {
		padding: 20px;
	}
}