.pagination-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.pagination-wrap .pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination-wrap .page-item .page-link {
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}

.pagination-wrap .page-item.active .page-link {
    background: #000;
    color: #fff;
    border-color: #000;
}

.pagination-wrap .page-item.disabled .page-link {
    color: #ccc;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .pagination-wrap .page-item .page-link {
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 14px;
    }

    .pagination-wrap .pagination {
        gap: 6px;

    }
}

/* --- Breadcrumb styles --- */
.breadcrumb {
    overflow: hidden;
    padding: 10px 0 25px;
    border-radius: 0;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center;
    /* color: #333; */
    font-size: 13px;
}

.breadcrumb li a {
    color: #bbb;
    font-size: 14px;
    text-decoration: none;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li a i {
    font-size: 18px;
}

.breadcrumb>li+li:before {
    padding: 0 8px;
    color: #999;
    content: ">";
}

/* ==========================================================================
   CK-CONTENT Ã¢â‚¬â€ NÃ¡Â»â„¢i dung bÃƒÂ i viÃ¡ÂºÂ¿t / tin tÃ¡Â»Â©c tÃ¡Â»Â« CKEditor
   ÃƒÂp dÃ¡Â»Â¥ng class .ck-content lÃƒÂªn wrapper chÃ¡Â»Â©a HTML tÃ¡Â»Â« CKEditor
   ========================================================================== */

.ck-content {
    font-size: 15px;
    line-height: 1.5;
    word-break: break-word;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Headings Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 8px;
}

.ck-content h1 {
    font-size: 32px;
}

.ck-content h2 {
    font-size: 22px;
    /* border-bottom: 2px solid #e2e8f0; */
    padding-bottom: 8px;
}

.ck-content h3 {
    font-size: 18px;
}

.ck-content h4 {
    font-size: 16px;
}

.ck-content h5,
.ck-content h6 {
    font-size: 14px;
    color: #4a5568;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Paragraph Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content p {
    margin: 0 0 12px;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Links Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.ck-content a:hover {
    color: #000;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Strong / Em Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content strong {
    font-weight: 700;
    /* color: #1a1a1a; */
}

.ck-content em {
    font-style: italic;
    color: #FFF;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Unordered & Ordered Lists Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content ul,
.ck-content ol {
    padding-left: 26px;
    margin: 0 0 15px 10px;
}

.ck-content ul {
    list-style: none;
    padding-left: 0;
}

.ck-content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
}

.ck-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

.ck-content ol {
    list-style: decimal;
}

.ck-content ol li {
    margin-bottom: 7px;
    padding-left: 5px;
}

.ck-content li>ul,
.ck-content li>ol {
    margin-top: 6px;
    margin-bottom: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Blockquote Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content blockquote {
    margin: 20px 0;
    padding: 0px 0 0px 15px;
    border-left: 4px solid #dfac40;
    background-color: transparent;
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
}

.ck-content blockquote p {
    margin: 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ HÃƒÂ¬nh Ã¡ÂºÂ£nh Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
}

.ck-content figure.image {
    margin: 29px auto;
    text-align: center;
}

.ck-content figure.image figcaption {
    font-size: 13px;
    color: #718096;
    margin-top: 8px;
    font-style: italic;
    text-align: center;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Table Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content .table {
    overflow-x: auto;
    margin: 29px 0;
    -webkit-overflow-scrolling: touch;
}

.ck-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
}

.ck-content table th,
.ck-content table td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
}

.ck-content table th {
    background-color: #000;
    color: #ffffff;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.02em;
}

.ck-content table tr:nth-child(even) td {
    background-color: #f8fafc;
}

.ck-content table tr:hover td {
    background-color: #e8f4f6;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Code & Pre Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content code {
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 13.5px;
    background-color: #f1f5f9;
    color: #c53030;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

.ck-content pre {
    background-color: #1e293b;
    color: #e2e8f0;
    padding: 18px 20px;
    border-radius: 10px;
    overflow-x: auto;
    font-size: 13.5px;
    line-height: 1.7;
    margin: 26px 0;
}

.ck-content pre code {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font-size: inherit;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Horizontal Rule Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content hr {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 32px 0;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Media (video embed, iframe) Ã¢â€â‚¬Ã¢â€â‚¬ */
.ck-content .media,
.ck-content .raw-html-embed {
    margin: 29px 0;
}

.ck-content iframe {
    max-width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Mobile Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 768px) {
    .ck-content {
        font-size: 15px;
        line-height: 1.8;
    }

    .ck-content h1 {
        font-size: 25px;
    }

    .ck-content h2 {
        font-size: 20px;
    }

    .ck-content h3 {
        font-size: 16px;
    }

    .ck-content blockquote {
        padding: 12px 16px 12px 18px;
        font-size: 15px;
    }

    .ck-content table th,
    .ck-content table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .ck-content pre {
        font-size: 12.5px;
        padding: 14px 16px;
    }
}


/* Car Tabs */
.car-tabs {
    display: flex;
    justify-content: center;
    gap: 10px 5px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.car-tab {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 25px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.car-tab:hover {
    color: #d4a754;
}

.car-tab.active {
    background: linear-gradient(90deg, #d4a754, #e6bc5a);
    color: #000;
    font-weight: 600;
}

@media (max-width: 768px) {
    .car-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 0 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    .car-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .car-tab {
        flex-shrink: 0;
        white-space: nowrap;
        padding: 8px 16px;
    }
}

/* Car Card */
.car-card {
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #111;
    transition: all 0.3s ease;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    border: 1px solid #d4a75459;
}

/* .car-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(212, 167, 84, 0.8), rgba(230, 188, 90, 0.2));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    transition: all 0.3s ease;
} */

.car-card:hover::before {
    background: linear-gradient(135deg, #d4a754, #e6bc5a);
}

.car-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.car-link:hover {
    text-decoration: none;
}

.car-link:hover .car-name {
    color: #dfac40;
}

.car-card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.car-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    padding-bottom: 66.7%;
}

.car-card:hover .car-image img {
    transform: scale(1.05);
}

.car-info {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.car-name-seats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.car-name {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.car-seats {
    color: #aaa;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
}

.car-price {
    font-size: 14px;
    color: #aaa;
    /* margin-top: auto; */
    border-top: 1px solid #ffffff29;
    padding-top: 10px;
    margin-top: 10px;
}

.price-amount {
    color: #d4a754;
    font-size: 18px;
    font-weight: 700;
}

.car-price a {
    color: #d4a754;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.car-price a:hover {
    text-decoration: underline;
}

/* --- Reusable Global Section Title --- */
.section-title-center {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.section-title-center .title-gold {
    font-size: clamp(22px, 2vw, 28px);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 45px;
    /* letter-spacing: 1.5px; */
    margin: 0 0 10px 0;
    /* font-family: 'Montserrat', sans-serif; */
}

/* Left and right thin gold lines */
.section-title-center .title-gold::before,
.section-title-center .title-gold::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #d4a754;
}

.section-title-center .title-gold::before {
    left: 0;
}

.section-title-center .title-gold::after {
    right: 0;
}

/* Bottom decorative line that fades at ends */
.section-title-center::after {
    content: '';
    display: block;
    width: 280px;
    height: 1px;
    background: linear-gradient(to right, rgba(212, 167, 84, 0) 0%, rgba(212, 167, 84, 0.7) 15%, rgba(212, 167, 84, 1) 50%, rgba(212, 167, 84, 0.7) 85%, rgba(212, 167, 84, 0) 100%);
    position: relative;
    margin-top: 5px;
}

/* Bottom decorative center diamond dot */
.section-title-center::before {
    content: '';
    position: absolute;
    bottom: -3.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background: #d4a754;
    z-index: 2;
    box-shadow: 0 0 6px rgba(212, 167, 84, 0.8);
}


.news-card {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border: 1px solid #d4a75459;
    margin-bottom: 24px;
}

.news-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.news-link:hover {
    text-decoration: none;
}

.news-image {
    width: 100%;
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
    transform: scale(1.05);
}

.news-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(17, 17, 17, 0.8);
    border: 1px solid #d4a754;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.n-day {
    display: block;
    color: #d4a754;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.n-month {
    display: block;
    color: #fff;
    font-size: 11px;
}

.news-info {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-title {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.news-desc {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
}

.news-info .pt_view_detail {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #dfac40;
    font-weight: 500;
}

.news-info .pt_view_detail svg {
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .section-title-center {
        margin-bottom: 30px;
    }
}


/* pagination  */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 6px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #fff;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.pagination .page-link:hover {
    background: var(--color-3);
    color: #fff;
    border-color: var(--color-3);
}

.pagination .page-item.active .page-link {
    background: var(--color-3);
    color: #fff;
    border-color: var(--color-3);
    pointer-events: none;
}

.pagination .page-item.disabled .page-link {
    background: #f5f5f5;
    color: #aaa;
    border-color: #ddd;
    pointer-events: none;
}

@media (max-width: 768px) {
    .pagination .page-link {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .sidebar-wrap {
        order: 1;
    }
}

.sidebar-left {
    position: sticky;
    top: 97px;
}

@media (max-width: 575px) {

    .pt_car_rental,
    .product.service-page {
        --gutter: 4px;
    }

    .car-info {
        padding: 10px;
    }

    .car-name {
        font-size: 13px;
    }

    .car-seats {
        font-size: 12px;
    }

    .car-name-seats {
        margin-bottom: 5px;
    }

    .car-price {
        font-size: 13px;
    }

    .price-amount {
        font-size: 16px;
    }

    .car-card {
        margin-bottom: 12px;
    }
}