.tien-ich-chi-tiet-wrapper {
    color: #444;
    padding: 30px 0 0 0;
    background-color: #fff;
}

.tien-ich-chi-tiet-wrapper * {
    box-sizing: border-box;
}

/* Intro */
.tien-ich-chi-tiet-wrapper .tict-intro {
    font-size: var(--text-xl);
    line-height: 1.8;
    color: #555;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 10px;
    font-style: italic;
    font-weight: 300;
}

/* Main Facilities Grid */
.tien-ich-chi-tiet-wrapper .tict-main-facilities {
    gap: 40px;
    margin-bottom: 80px;
}

.tien-ich-chi-tiet-wrapper .tict-facility-card {
    flex: 1;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.tien-ich-chi-tiet-wrapper .tict-facility-img {
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.tien-ich-chi-tiet-wrapper .tict-facility-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tien-ich-chi-tiet-wrapper .tict-facility-card:hover .tict-facility-img img {
    transform: scale(1.05);
}

.tien-ich-chi-tiet-wrapper .tict-facility-body {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tien-ich-chi-tiet-wrapper .tict-facility-title {
    font-size: var(--heading-4);
    color: #163b36;
    margin: 0 0 20px;
    font-weight: 600;
}

.tien-ich-chi-tiet-wrapper .tict-facility-desc {
    font-size: var(--text-base);
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.tien-ich-chi-tiet-wrapper .tict-facility-info {
    list-style: none;
    padding: 0;
    margin: auto 0 0 0;
    font-size: var(--text-sm);
    color: #444;
}

/* Slick Customization - Luxury Dots & Arrows */
.tien-ich-chi-tiet-wrapper .slick-dots {
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tien-ich-chi-tiet-wrapper .slick-dots li {
    margin: 0 5px;
    width: 30px;
    height: 3px;
    padding: 0;
}

.tien-ich-chi-tiet-wrapper .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #e0e0e0;
    border: none;
    transition: all 0.4s ease;
    border-radius: 2px;
    outline: none;
}

.tien-ich-chi-tiet-wrapper .slick-dots li button:before {
    display: none;
    /* Hide default slick bullet */
}

.tien-ich-chi-tiet-wrapper .slick-dots li.slick-active {
    width: 45px;
}

.tien-ich-chi-tiet-wrapper .slick-dots li.slick-active button {
    background: #EC7954;
    /* Gold active color */
}

.tien-ich-chi-tiet-wrapper .slick-prev:before,
.tien-ich-chi-tiet-wrapper .slick-next:before {
    color: #163b36;
    font-size: var(--heading-4);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.tien-ich-chi-tiet-wrapper .slick-prev:hover:before,
.tien-ich-chi-tiet-wrapper .slick-next:hover:before {
    opacity: 1;
}

.tien-ich-chi-tiet-wrapper .tict-facility-info li {
    margin-bottom: 10px;
    display: flex;
}

.tien-ich-chi-tiet-wrapper .tict-facility-info strong {
    color: #163b36;
    font-weight: 700;
    min-width: 100px;
}

/* Related Section */
.tien-ich-chi-tiet-wrapper .tict-related-section {
    background-color: #f7f6f2;
    /* Light elegant sand color */
    padding: 30px 0 73px;
}

.tien-ich-chi-tiet-wrapper .tict-section-title {
    font-size: var(--heading-2);
    text-align: center;
    color: #163b36;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    font-weight: 400;
}

.tien-ich-chi-tiet-wrapper .tict-section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #EC7954;
    margin: 20px auto 0;
}

.tien-ich-chi-tiet-wrapper .tict-related-slider {
    /* margin: 0 -15px; */
}

.tien-ich-chi-tiet-wrapper .tict-related-item {
    outline: none;
    margin: 0px 10px;
}

.tien-ich-chi-tiet-wrapper .tict-related-card {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 2px;
    overflow: hidden;
}

.tien-ich-chi-tiet-wrapper .tict-related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.tien-ich-chi-tiet-wrapper .tict-related-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
}

.tien-ich-chi-tiet-wrapper .tict-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tien-ich-chi-tiet-wrapper .tict-related-card:hover .tict-related-img img {
    transform: scale(1.08);
}

.tien-ich-chi-tiet-wrapper .tict-related-body {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.tien-ich-chi-tiet-wrapper .tict-related-title {
    font-size: var(--heading-4);
    color: #163b36;
    margin: 0 0 15px;
    font-weight: 400;
}

.tien-ich-chi-tiet-wrapper .tict-related-desc {
    font-size: var(--text-lg);
    line-height: 1.6;
    color: #666;
    margin-bottom: 10px;
    /* Limit to 5 lines so cards remain relatively uniform */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
}

.tien-ich-chi-tiet-wrapper .tict-related-info {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    font-size: var(--text-sm);
    color: #444;
}

.tien-ich-chi-tiet-wrapper .tict-related-info li {
    margin-bottom: 6px;
    display: flex;
    font-size: var(--text-base);
    font-weight: 300;
}

.tien-ich-chi-tiet-wrapper .tict-related-info strong {
    color: #163b36;
    min-width: 90px;
}

.tien-ich-chi-tiet-wrapper .tict-related-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    color: #EC7954;
    font-size: var(--text-base);
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    letter-spacing: 1px;
}

.tien-ich-chi-tiet-wrapper .tict-related-btn:hover {
    color: #a37b42;
}

.tien-ich-chi-tiet-wrapper .tict-related-btn .arrow {
    margin-left: 8px;
    transition: margin-left 0.3s ease;
}

.tien-ich-chi-tiet-wrapper .tict-related-btn:hover .arrow {
    margin-left: 15px;
}

/* Slick Customization */
.tien-ich-chi-tiet-wrapper .slick-list {
    /* margin: 0 -25px; */
}

.tien-ich-chi-tiet-wrapper .slick-slide>div {
    padding: 25px;
}

.slick-dots li.slick-active {
    border: 2px solid #c4965f !important;
}

.slick-dots li {
    border-radius: 5%;
    border: 2px solid white !important;
}
.tict-main-facilities p {
    padding-bottom: 10px;
}
/* Responsive */
@media (max-width: 1199px) {
    .tien-ich-chi-tiet-wrapper .tict-intro {
        font-size: var(--text-lg);
    }
}

@media (max-width: 991px) {

    .tien-ich-chi-tiet-wrapper .tict-facility-card {
        max-width: 600px;
        margin: 0 auto;
    }

    .tien-ich-chi-tiet-wrapper .tict-section-title {
        font-size: var(--heading-4);
    }
}

@media (max-width: 767px) {
    .tien-ich-chi-tiet-wrapper {
        padding: 40px 0 0 0;
    }

    .tien-ich-chi-tiet-wrapper .tict-intro {
        font-size: var(--text-base);
        margin-bottom: 40px;
    }

    .tien-ich-chi-tiet-wrapper .tict-facility-body {
        padding: 25px;
    }

    .tien-ich-chi-tiet-wrapper .tict-facility-title {
        font-size: var(--text-xl);
    }

    .tien-ich-chi-tiet-wrapper .tict-related-section {
        padding: 50px 0 70px;
    }
}

/* =========================================
   TIỆN ÍCH LIÊN QUAN
   ========================================= */
.tienich-lienquan {
    padding: 30px 0 50px;
}

.tienich-lienquan .tienich-lienquan-header {
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.tienich-lienquan .tienich-lienquan-title {
    font-size: 32px;
    font-weight: 600;
    color: #163b36;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
    letter-spacing: 1px;
}

.tienich-lienquan .tienich-lienquan-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #EC7954;
}

.tienich-lienquan .tienich-lienquan-grid {
    display: block;
    margin: 0 -15px;
}

.tienich-lienquan .tienich-lienquan-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex !important;
    flex-direction: column;
    height: auto;
    border: 1px solid #f0f0f0;
    margin: 15px;
}

.tienich-lienquan .tienich-lienquan-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.tienich-lienquan .tienich-lienquan-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.tienich-lienquan .tienich-lienquan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.tienich-lienquan .tienich-lienquan-item:hover .tienich-lienquan-img img {
    transform: scale(1.08);
}

.tienich-lienquan .tienich-lienquan-content {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tienich-lienquan .tienich-lienquan-name {
    font-size: 22px;
    font-weight: 600;
    color: #163b36;
    margin: 0 0 14px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.tienich-lienquan .tienich-lienquan-item:hover .tienich-lienquan-name {
    color: #EC7954;
}

.tienich-lienquan .tienich-lienquan-desc {
    font-size: 16px;
    color: #555555;
    margin: 0 0 24px 0;
    line-height: 1.6;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tienich-lienquan .tienich-lienquan-link {
    display: inline-flex;
    align-items: center;
    color: #EC7954;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.tienich-lienquan .tienich-lienquan-link svg {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.tienich-lienquan .tienich-lienquan-link:hover {
    color: #c95c3a;
}

.tienich-lienquan .tienich-lienquan-link:hover svg {
    transform: translateX(6px);
}

/* Responsive Tiện ích liên quan */
@media (max-width: 1199px) {
    .tienich-lienquan .tienich-lienquan-img {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .tienich-lienquan .tienich-lienquan-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .tienich-lienquan .tienich-lienquan-title {
        font-size: 24px;
    }
    
    .tienich-lienquan .tienich-lienquan-img {
        height: 220px;
    }
    
    .tienich-lienquan .tienich-lienquan-content {
        padding: 20px;
    }
}