/*
 Theme Name:   Flatsome Child
 Theme URI:    http://dulichsaoviet.vn
 Description:  Child theme cho Flatsome
 Author:       Bạn
 Author URI:   http://dulichsaoviet.vn
 Template:     flatsome
 Text Domain:  flatsome-child
*/

/* ===========================
   DESKTOP & GENERAL STYLES
   ========================== */

/* ===== Base Styles ===== */
.body {
    font-family: "Lexend Deca", sans-serif !important;
}

body .header-full-width .container {
    max-width: 1280px !important;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

* {
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.row {
    max-width: 1280px;
}

/* ===== Header Section ===== */
.tour-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.tour-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #d71921;
    margin: 0;
    text-transform: uppercase;
}

.tour-view-all {
    font-size: 28px;
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.tour-view-all:hover {
    color: #004999;
}


/* ===== Top Bar (Hotline) ===== */
.header-top {
    background: linear-gradient(45deg, #ff9a76 0%, #ff7b54 100%);
    color: #032473;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
}

.header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.header-top-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.header-top a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.hotline-text {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hotline-text:before {
    content: "☎";
    font-size: 14px;
}

/* ===== Main Header ===== */
.header {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.header.is-sticky {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.header-inner {
    padding: 12px 0;
    align-items: center;
}

/* ===== Logo ===== */
#logo {
    flex: 0 0 auto;
}

#logo a:hover img {
    opacity: 0.9;
    transform: scale(1.02);
}

/* ===== Navigation ===== */
.header-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}

.header-nav.nav-left {
    justify-content: flex-start;
}

.header-nav.nav-right {
    justify-content: flex-end;
}

/* ===== Menu Items ===== */
.header-nav .menu-item {
    position: relative;
    margin: 0;
}

.header-nav .nav-top-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    font-family: "Lexend Deca", sans-serif;
}

.header-nav .nav-top-link:hover {
    background: #f5f5f5;
    color: #FF7874;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0px !important;
    padding-left: 5px !important;
}

.header-nav .nav-top-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.header-nav .menu-item.has-dropdown>.nav-top-link:hover i {
    transform: rotate(-180deg);
}

/* ===== Dropdown Menu ===== */
.nav-dropdown {
    position: absolute;
    top: 100%;
    background: #ffffff;
    list-style: none;
    min-width: 200px;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    left: 0px !important;
}

.header-nav .menu-item:hover>.nav-dropdown {
    opacity: 1;
    visibility: visible;
}

.nav-dropdown .menu-item {
    margin: 0;
    padding: 0;
}

.nav-dropdown a {
    display: block;
    padding: 12px 20px;
    color: #333 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-family: "Lexend Deca", sans-serif;
}

.nav-dropdown a:hover {
    background: #f9f9f9;
    color: #FF7874;
    border-left-color: #FF7874;
    padding-left: 24px;
}

/* ===== Icon Styling ===== */
.icon-angle-down {
    display: inline-block;
    font-size: 11px;
}

/* ===== Mobile Navigation ===== */
.mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-nav .nav-icon a,
.mobile-nav .cart-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #333;
    font-size: 20px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.mobile-nav .nav-icon a:hover,
.mobile-nav .cart-item a:hover {
    background: #f5f5f5;
    color: #d71921;
}

.cart-icon strong {
    font-size: 12px;
    font-weight: 700;
}

/* ===== Flex Layout ===== */
.flex-row {
    display: flex;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-left {
    justify-content: flex-start;
}

.flex-right {
    justify-content: flex-end;
}

.flex-grow {
    flex: 1;
}

/* ===== Container ===== */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 75px;
}

/* ===== Divider ===== */
.is-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 10px 0;
}

/* ===== Text Utilities ===== */
.uppercase {
    text-transform: uppercase;
}

.nav-uppercase .nav-top-link {
    text-transform: uppercase;
}

/* ===== Active Menu Item ===== */
.header-nav .menu-item.current-menu-item>.nav-top-link {
    color: #FF7874;
    font-weight: 600;
}

.header-nav .menu-item.current-menu-item>.nav-top-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    background: #FF7874;
    border-radius: 2px 2px 0 0;
}

.category-tours-page .container {
    max-width: 100%;
    align-items: center;
}

.category-tours-page .tour-category-archive {
    margin: 0px 0px !important;
    padding: 0px 75px !important;
    width: 100%;
    max-width: 100%;
}

.category-tours-page .tour-category-archive .col-md-12 {
    width: 100%;
}

/* ===== LAYOUT 2 COLUMNS ===== */
.tour-category-archive .tour-cards-grid.layout-horizontal {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* FORM liên hệ */
.contact-page {
    padding: 30px 0 60px;
    background: #f8f9fa;
}

.contact-breadcrumb {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.contact-breadcrumb a {
    color: #0066cc;
    text-decoration: none;
}

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

.contact-breadcrumb span {
    color: #333;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.contact-subtitle {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.contact-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #032473;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #032473 0%, #043593 100%);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
}

.contact-content {
    flex: 1;
}

.contact-label {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
}

.contact-value {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.contact-link {
    color: #032473;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-link:hover {
    color: #FF7874;
    text-decoration: underline;
}

.contact-form-section {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.contact-form-wrapper {
    height: 100%;
}

.form-header {
    background: linear-gradient(135deg, #032473 0%, #043593 100%);
    color: white;
    padding: 30px;
    text-align: center;
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: white;
}

.form-description {
    font-size: 14px;
    opacity: 0.95;
    margin: 0;
}

.form-body {
    padding: 35px;
}

.form-body .wpcf7-form {
    margin: 0;
}

.form-body .wpcf7-form p {
    margin-bottom: 20px;
}

.form-body label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-body input[type="text"],
.form-body input[type="email"],
.form-body input[type="tel"],
.form-body input[type="number"],
.form-body input[type="date"],
.form-body textarea,
.form-body select {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: inherit;
}

.form-body input:focus,
.form-body textarea:focus,
.form-body select:focus {
    border-color: #032473;
    outline: none;
    box-shadow: 0 0 0 4px rgba(3, 36, 115, 0.1);
}

.form-body textarea {
    min-height: 120px;
    resize: vertical;
}

.form-body .wpcf7-submit {
    background: linear-gradient(135deg, #FF7874 0%, #ff6b66 100%);
    color: white;
    border: none;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-body .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 120, 116, 0.3);
    background: linear-gradient(135deg, #ff5f5a 0%, #ff5550 100%);
}

.form-body .wpcf7-response-output {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 14px;
    border: none !important;
}

.form-body .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
}

.form-body .wpcf7-validation-errors,
.form-body .wpcf7-mail-sent-ng {
    background: #f8d7da;
    color: #721c24;
}

.form-body .wpcf7-not-valid-tip {
    font-size: 13px;
    color: #FF7874;
    margin-top: 6px;
    display: block;
}

/* CSS cho tin tức */
.news-categories-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.cat-tab {
    padding: 10px 20px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cat-tab:hover,
.cat-tab.active {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.news-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.news-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.news-thumb {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

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

.news-item:hover .news-thumb img {
    transform: scale(1.05);
}

.news-info {
    padding: 16px;
}

.news-title {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.4;
}

.news-title a {
    color: #222;
    text-decoration: none;
}

.news-title a:hover {
    color: #007cba;
}

.news-date {
    font-size: 13px;
    color: #888;
}

.news-pagination {
    margin: 40px 0;
    text-align: center;
}

.news-pagination a,
.news-pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.news-pagination .current,
.news-pagination a:hover {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

/* CSS cho chi tiet blog */
.blog-post-thumbnail {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-post-thumbnail img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.blog-post-thumbnail:hover img {
    transform: scale(1.03);
}

.blog-post-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px;
    line-height: 1.3;
}

.blog-post-meta {
    font-size: 14px;
    color: #888;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.blog-post-meta i {
    margin-right: 6px;
    color: #007cba;
}

.blog-post-content {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.blog-post-content img {
    border-radius: 8px;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.blog-post-footer .tags {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.blog-post-footer .tags i {
    color: #007cba;
    margin-right: 8px;
}

.related-posts {
    margin-top: 60px;
    padding: 40px 0;
    background: #f9f9f9;
    border-radius: 12px;
}

.related-posts .section-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #222;
}

.related-post {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related-post:hover {
    transform: translateY(-5px);
}

.related-post .image-link {
    display: block;
    height: 160px;
    overflow: hidden;
}

.related-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-post:hover img {
    transform: scale(1.05);
}

.related-title {
    padding: 15px 15px 8px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    flex-grow: 1;
}

.related-title a {
    color: #222;
    text-decoration: none;
}

.related-title a:hover {
    color: #007cba;
}

.related-date {
    padding: 0 15px 15px;
    font-size: 13px;
    color: #888;
}

.search-homepage .search-field #s {
    background: #ffffff;
}

.search-homepage .searchform .flex-col {
    padding-right: 0px !important;
}

.tour-high-light>h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #d71921 !important;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 30px;
}

.text-tour-featurev {
    align-items: center !important;
}

.ux-menu-link.flex.menu-item.menu-category-link {
    color: black;
}

.logo-footer .box-text.text-right {
    padding-bottom: 0px !important;
}

.logo-footer .box-image {
    padding-top: 2px !important;
}

a.button.white.is-larger.lowercase.phone-link span {
    color: black;
}

.information-footer {
    padding-left: 20px;
    padding-top: 22px;
}

.tour-feature-column .box-image {
    width: 410px !important;
}

.home-page-blog {
    margin-top: 50px;
}

.text-feture-tour {
    padding-left: 25px;
}

.tour-feature {
    margin-left: 10px !important;
}

#content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#content .large-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.icon-social {
    gap: 25px;
}

.wpcf7-spinner {
    display: none !important;
}

.tour-modal-content {
    max-height: 93vh !important;
    overflow-y: hidden;
}

.tour-modal-body {
    max-height: 90vh;
    overflow-y: auto;
}

/* .show-for-medium {
    display: none;
} */

.hide-for-medium {
    display: flex;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-nav .menu-item:hover>.nav-dropdown {
    animation: slideDown 0.3s ease;
}

.footer-phonelink .phone-link {
    font-size: 1.2em;
}

/* ===========================================
   TAXI BOOKING FORM - Modern & Responsive
   =========================================== */

/* CSS Variables for easy customization */
:root {
    --taxi-primary: #032473;
    --taxi-secondary: #FF7874;
    --taxi-secondary-hover: #ff5f5a;
    --taxi-white: #ffffff;
    --taxi-light-blue: #6b89b3;
    --taxi-shadow-sm: 0 2px 8px rgba(3, 36, 115, 0.08);
    --taxi-shadow-md: 0 4px 16px rgba(3, 36, 115, 0.12);
    --taxi-shadow-lg: 0 8px 24px rgba(3, 36, 115, 0.16);
    --taxi-radius-sm: 8px;
    --taxi-radius-md: 12px;
    --taxi-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== Main Container ===== */
.taxi-booking-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--taxi-primary);
    box-sizing: border-box;
}

.taxi-booking-container {
    background: linear-gradient(135deg, var(--taxi-primary) 0%, #043593 100%);
    border-radius: var(--taxi-radius-md);
    padding: 28px;
    box-shadow: var(--taxi-shadow-lg);
    width: 100%;
    box-sizing: border-box;
}

/* ===== Tab Navigation ===== */
.taxi-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    /* margin-bottom: 24px; */
    width: 100%;
}

.taxi-tabs>* {
    min-width: 0;
}

.taxi-tab {
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: var(--taxi-radius-sm);
    color: var(--taxi-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--taxi-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.taxi-tab:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.taxi-tab.taxi-active {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.taxi-tab .tab-icon {
    font-size: 18px;
}

/* ===== Location Inputs Section ===== */
.taxi-location-inputs {
    position: relative;
    /* margin-bottom: 24px; */
}

.taxi-location-inputs .taxi-input-group {
    margin-bottom: 14px;
}

.taxi-location-inputs .taxi-input-group:last-child {
    margin-bottom: 0;
}

.taxi-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.taxi-form-label {
    color: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.taxi-input-wrapper {
    display: flex;
    align-items: center;
    background: var(--taxi-white);
    border-radius: var(--taxi-radius-sm);
    padding: 13px 16px;
    transition: var(--taxi-transition);
}

/* .taxi-input-wrapper:focus-within {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
} */

.taxi-input-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: var(--taxi-primary);
    flex-shrink: 0;
}

.taxi-form-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--taxi-primary);
    background: transparent;
    font-family: inherit;
    box-shadow: none;
}

.taxi-form-input::placeholder {
    color: var(--taxi-light-blue);
    font-weight: 400;
}

/* ===== Swap Button ===== */
.taxi-swap-button {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: var(--taxi-white);
    border: 3px solid var(--taxi-primary);
    border-radius: 50%;
    color: var(--taxi-primary);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--taxi-transition);
    box-shadow: var(--taxi-shadow-md);
    z-index: 10;
}

.taxi-swap-button:hover {
    background: var(--taxi-primary);
    color: var(--taxi-white);
}

.taxi-swap-button:active {
    transform: translateY(-50%) scale(0.95);
}

/* ===== Checkbox and Discount Section ===== */
.taxi-checkbox-group {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.taxi-checkbox-group .taxi-checkbox-item {
    flex: 0 0 auto;
}

.taxi-checkbox-group .taxi-discount-group {
    flex: 1 1 100%;
    min-width: 100%;
}

.taxi-checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--taxi-white);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: var(--taxi-transition);
}

.taxi-checkbox-item:hover {
    opacity: 0.9;
}

.taxi-checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.taxi-checkbox-item span {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-left: 28px;
}

.taxi-checkbox-item span::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    background: transparent;
    transition: var(--taxi-transition);
}

.taxi-checkbox-item input:checked+span::before {
    background: var(--taxi-white);
    border-color: var(--taxi-white);
}

.taxi-checkbox-item input:checked+span::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--taxi-primary);
    font-size: 16px;
    font-weight: bold;
}

.taxi-discount-group {
    flex: 1;
    min-width: 200px;
}

/* ===== Form Row (2 Columns) ===== */
.taxi-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 12px;
    width: 100%;
}

.taxi-form-row>* {
    min-width: 0;
}

.taxi-select-wrapper {
    background: var(--taxi-white);
    border-radius: var(--taxi-radius-sm);
    box-shadow: var(--taxi-shadow-sm);
    position: relative;
    transition: var(--taxi-transition);
    overflow: hidden;
}

.taxi-select-wrapper:hover {
    box-shadow: var(--taxi-shadow-md);
}

.taxi-select-wrapper:focus-within {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.taxi-form-select {
    width: 100%;
    padding: 13px 38px 13px 16px;
    border: none;
    border-radius: var(--taxi-radius-sm);
    background: transparent;
    color: var(--taxi-primary);
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
}

.taxi-select-wrapper::after {
    content: '▼';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--taxi-primary);
    font-size: 10px;
    pointer-events: none;
    transition: var(--taxi-transition);
}

.taxi-select-wrapper:hover::after {
    transform: translateY(-50%) translateY(2px);
}

/* ===== DateTime Row ===== */
.taxi-datetime-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 18px;
    width: 100%;
}

.taxi-datetime-row>* {
    min-width: 0;
}

/* ===== Submit Button ===== */
.taxi-submit-button {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, var(--taxi-secondary) 0%, #ff6b66 100%);
    border: none;
    border-radius: var(--taxi-radius-sm);
    color: var(--taxi-white);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: var(--taxi-transition);
    text-transform: uppercase;
    box-shadow: 0 4px 16px rgba(255, 120, 116, 0.4);
}

.taxi-submit-button:hover {
    background: linear-gradient(135deg, var(--taxi-secondary-hover) 0%, #ff5550 100%);
    box-shadow: 0 6px 24px rgba(255, 120, 116, 0.5);
    transform: translateY(-2px);
}

.taxi-submit-button:active {
    transform: translateY(0);
}

/* ===== Modal Overlay ===== */
.taxi-modal-overlay {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 2147483647 !important;
    padding: 20px;
    margin: 0 !important;
}

.taxi-modal-overlay.taxi-modal-active {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: taxiFadeIn 0.3s ease;
}

@keyframes taxiFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ===== Modal Content ===== */
.taxi-modal {
    background: var(--taxi-white);
    border-radius: var(--taxi-radius-md);
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: taxiSlideUp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Đảm bảo modal xác nhận không bị flexbox */
#taxi-modal>.taxi-modal {
    display: block;
    height: auto;
}


@keyframes taxiSlideUp {
    from {
        transform: translateY(60px) scale(0.95);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.taxi-modal-header {
    background: linear-gradient(135deg, var(--taxi-primary) 0%, #043593 100%);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--taxi-white);
}

.taxi-modal-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    color: white;
}

.taxi-modal-close {
    background: transparent;
    border: none;
    color: var(--taxi-white);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: var(--taxi-transition);
}

/* .taxi-modal-close:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: rotate(90deg);
} */

/* Default modal body - cho modal xác nhận thông tin */
.taxi-modal-body {
    padding: 32px 28px;
    max-height: calc(90vh - 80px);
    overflow-y: auto;
}

/* Override cho modal xác nhận - đảm bảo có scroll */
#taxi-modal .taxi-modal-body {
    max-height: calc(90vh - 80px);
    overflow-y: auto;
    display: block;
    flex: initial;
}

/* Không áp dụng cho stop modal */
.taxi-stop-modal .taxi-modal-body {
    max-height: none;
}

/* ===== Price Info ===== */
.taxi-modal-price-info {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 2px dashed #e0e0e0;
    margin-bottom: 24px;
}

.taxi-modal-price-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
    line-height: 1.6;
}

.taxi-modal-distance-text {
    font-size: 15px;
    color: var(--taxi-primary);
    font-weight: 600;
    margin-bottom: 12px;
}

.taxi-modal-price {
    font-size: 42px;
    font-weight: 800;
    color: var(--taxi-secondary);
    margin: 12px 0;
    text-shadow: 0 2px 4px rgba(255, 120, 116, 0.2);
}

.taxi-modal-price-note {
    font-size: 13px;
    color: #888;
    font-style: italic;
    margin-top: 12px;
}

/* ===== Modal Form ===== */
.taxi-modal-form {
    margin-top: 24px;
}

.taxi-modal-form-label {
    font-size: 15px;
    color: #333;
    margin-bottom: 18px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
}

.taxi-cf7-wrapper .taxi-modal-form-label {
    margin-bottom: 18px !important;
}

.taxi-cf7-wrapper .taxi-modal-input:focus {
    box-shadow: none !important;
    border: 1px solid #e0e0e0 !important;

}

/* CF7 Wrapper */
.taxi-cf7-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.taxi-cf7-wrapper .wpcf7-form {
    margin: 0;
}

.taxi-cf7-wrapper .wpcf7-form p {
    margin: 0 0 14px 0;
}

/* CF7 Submit button trong modal buttons */
.taxi-cf7-wrapper .taxi-modal-buttons {
    /* display: grid;
    grid-template-columns: 1fr 2fr; */
    gap: 12px;
    margin-top: 24px;
}

/* Cancel button trong CF7 */
.taxi-cf7-wrapper .taxi-modal-btn-cancel {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: var(--taxi-radius-sm);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--taxi-transition);
    text-transform: uppercase;
    background: #f0f0f0;
    color: #666;
    font-family: inherit;
}

.taxi-cf7-wrapper .taxi-modal-btn-cancel:hover {
    background: #e0e0e0;
    color: #333;
}

/* Submit button */
.taxi-cf7-wrapper .wpcf7-submit {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: var(--taxi-radius-sm);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--taxi-transition);
    text-transform: uppercase;
    background: linear-gradient(135deg, var(--taxi-secondary) 0%, #ff6b66 100%);
    color: var(--taxi-white);
    box-shadow: 0 4px 12px rgba(255, 120, 116, 0.3);
    font-family: inherit;
}

.taxi-cf7-wrapper .wpcf7-submit:hover {
    background: linear-gradient(135deg, var(--taxi-secondary-hover) 0%, #ff5550 100%);
    box-shadow: 0 6px 20px rgba(255, 120, 116, 0.4);
    transform: translateY(-2px);
}

.taxi-cf7-wrapper .wpcf7-submit:active {
    transform: translateY(0);
}

/* CF7 Response output */
.taxi-cf7-wrapper .wpcf7-response-output {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: var(--taxi-radius-sm);
    font-size: 14px;
    border: none !important;
}

.taxi-cf7-wrapper .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
}

.taxi-cf7-wrapper .wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
}

.taxi-cf7-wrapper .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ff4444;
    margin-top: 6px;
    display: block;
}

/* Hide spinner */
.taxi-cf7-wrapper .wpcf7-spinner {
    display: none !important;
}

.taxi-modal-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: var(--taxi-radius-sm);
    font-size: 15px;
    font-family: inherit;
    margin-bottom: 14px;
    background: #ffffff;
    transition: var(--taxi-transition);
    box-sizing: border-box;
}

.taxi-modal-input:focus {
    outline: none;
    border: 2px solid var(--taxi-primary);
    background: var(--taxi-white);
    box-shadow: 0 0 0 3px rgba(3, 36, 115, 0.1);
}

.taxi-modal-input::placeholder {
    color: #999;
}

/* ===== Modal Buttons ===== */
.taxi-modal-buttons {
    /* display: grid;
    grid-template-columns: 1fr 2fr; */
    gap: 12px;
    margin-top: 24px;
}

.taxi-modal-btn {
    padding: 14px 20px;
    border: none;
    border-radius: var(--taxi-radius-sm);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: var(--taxi-transition);
    text-transform: uppercase;
}

.taxi-modal-btn-cancel {
    background: #f0f0f0;
    color: #666;
}

.taxi-modal-btn-cancel:hover {
    background: #e0e0e0;
    color: #333;
}

.taxi-modal-btn-confirm {
    background: linear-gradient(135deg, var(--taxi-secondary) 0%, #ff6b66 100%);
    color: var(--taxi-white);
    box-shadow: 0 4px 12px rgba(255, 120, 116, 0.3);
}

.taxi-modal-btn-confirm:hover {
    background: linear-gradient(135deg, var(--taxi-secondary-hover) 0%, #ff5550 100%);
    box-shadow: 0 6px 20px rgba(255, 120, 116, 0.4);
    transform: translateY(-2px);
}

.taxi-modal-btn-confirm:active {
    transform: translateY(0);
}

.table-bang-gia h3 {
    color: rgb(255, 255, 255);
}

/* ===== Responsive Design ===== */
@media (max-width: 768px) {
    .banner-homepage {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .footer-row {
        padding-left: 20px !important;
    }

    .header-main .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .taxi-booking-wrapper {
        padding: 0 12px;
    }

    .taxi-booking-container {
        padding: 20px 18px;
        width: 100%;
    }

    .taxi-tabs {
        gap: 8px;
    }

    .taxi-tab {
        padding: 12px 16px;
        font-size: 13px;
    }

    .taxi-swap-button {
        right: -10px;
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .taxi-form-row,
    .taxi-datetime-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .taxi-checkbox-group {
        gap: 12px;
    }

    .taxi-discount-group {
        width: 100%;
    }

    .taxi-modal {
        margin: 0 12px;
    }

    .taxi-modal-body {
        padding: 24px 20px;
    }

    .taxi-modal-price {
        font-size: 36px;
    }

    .taxi-modal-buttons {
        grid-template-columns: 1fr;
    }

    .taxi-modal-btn-cancel {
        order: 2;
    }

    .taxi-modal-btn-confirm {
        order: 1;
    }
}

@media (max-width: 480px) {
    .taxi-booking-container {
        padding: 16px;
    }

    .taxi-form-label {
        font-size: 10px;
    }

    .taxi-form-input,
    .taxi-form-select {
        font-size: 14px;
    }

    .taxi-submit-button {
        padding: 14px 20px;
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .taxi-booking-wrapper {
        max-width: 100%;
        padding: 0 10px;
    }

    .taxi-booking-container {
        padding: 14px;
        border-radius: 10px;
        width: 100%;
    }

    .taxi-tabs {
        gap: 8px;
        margin-bottom: 18px;
    }

    .taxi-tab {
        padding: 10px 12px;
        font-size: 11px;
        letter-spacing: 0.3px;
        gap: 4px;
    }

    .taxi-tab .tab-icon {
        font-size: 14px;
    }

    .taxi-form-label {
        font-size: 9px;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
    }

    .taxi-input-wrapper {
        padding: 10px 12px;
    }

    .taxi-input-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .taxi-form-input,
    .taxi-form-select {
        font-size: 13px;
    }

    .taxi-location-inputs .taxi-input-group {
        margin-bottom: 12px;
    }

    .taxi-swap-button {
        right: -8px;
        width: 28px;
        height: 28px;
        font-size: 12px;
        border-width: 2px;
    }

    .taxi-checkbox-group {
        gap: 10px;
        margin-bottom: 18px;
    }

    .taxi-checkbox-item {
        font-size: 12px;
    }

    .taxi-checkbox-item span::before {
        width: 18px;
        height: 18px;
    }

    .taxi-checkbox-item input:checked+span::after {
        font-size: 14px;
        left: 3px;
    }

    .taxi-discount-group {
        min-width: 100%;
    }

    .taxi-form-row,
    .taxi-datetime-row {
        gap: 12px;
        margin-bottom: 18px;
    }

    .taxi-select-wrapper {
        padding: 2px;
    }

    .taxi-form-select {
        padding: 10px 32px 10px 12px;
        font-size: 13px;
    }

    .taxi-select-wrapper::after {
        right: 12px;
        font-size: 9px;
    }

    .taxi-datetime-row {
        margin-bottom: 20px;
    }

    .taxi-input-wrapper input[type="datetime-local"] {
        font-size: 12px;
    }

    .taxi-submit-button {
        padding: 12px 18px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .taxi-modal {
        margin: 0 10px;
        border-radius: 10px;
    }

    .taxi-modal-header {
        padding: 16px 18px;
    }

    .taxi-modal-title {
        font-size: 15px;
        gap: 8px;
    }

    .taxi-modal-close {
        font-size: 24px;
        width: 28px;
        height: 28px;
    }

    .taxi-modal-body {
        padding: 20px 16px;
    }

    .taxi-modal-price {
        font-size: 32px;
    }

    .taxi-modal-price-text {
        font-size: 13px;
    }

    .taxi-modal-distance-text {
        font-size: 14px;
    }

    .taxi-modal-price-note {
        font-size: 12px;
    }

    .taxi-modal-form-label {
        font-size: 14px;
    }

    .taxi-modal-input {
        padding: 12px 14px;
        font-size: 14px;
    }

    .taxi-modal-btn {
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .taxi-booking-container {
        padding: 12px;
    }

    .taxi-tab {
        padding: 8px 10px;
        font-size: 10px;
    }

    .taxi-form-label {
        font-size: 8px;
    }

    .taxi-form-input,
    .taxi-form-select {
        font-size: 12px;
    }

    .taxi-input-wrapper {
        padding: 8px 10px;
    }

    .taxi-swap-button {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .taxi-submit-button {
        padding: 10px 16px;
        font-size: 12px;
    }
}

/* ===== Flatsome Theme Compatibility ===== */
/* Sử dụng specificity cao để tương thích với Flatsome */

/* Reset box-sizing cho taxi form */
.taxi-booking-wrapper,
.taxi-booking-wrapper *,
.taxi-booking-wrapper *::before,
.taxi-booking-wrapper *::after {
    box-sizing: border-box;
}

/* Input styles - tương thích với Flatsome */
.taxi-booking-wrapper .taxi-booking-container input[type="text"],
.taxi-booking-wrapper .taxi-booking-container input[type="tel"],
.taxi-booking-wrapper .taxi-booking-container input[type="datetime-local"],
.taxi-booking-wrapper .taxi-booking-container select {
    height: auto;
    line-height: normal;
    margin: 0;
}

.taxi-booking-wrapper .taxi-input-wrapper input,
.taxi-booking-wrapper .taxi-select-wrapper select {
    box-shadow: none;
    border: none;
}

.taxi-booking-wrapper .taxi-input-wrapper input:focus,
.taxi-booking-wrapper .taxi-select-wrapper select:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

/* Button styles */
.taxi-booking-wrapper button {
    line-height: normal;
    height: auto;
}

/* Checkbox - ẩn input mặc định */
.taxi-booking-wrapper .taxi-checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: auto;
    height: auto;
    margin: 0;
    pointer-events: none;
}

/* Select dropdown appearance */
.taxi-booking-wrapper .taxi-select-wrapper select {
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Modal z-index cao hơn các elements khác */
.taxi-modal-overlay {
    z-index: 2147483647 !important;
    position: fixed !important;
}

/* Ensure modal content has high z-index too */
.taxi-modal-overlay .taxi-modal {
    position: relative;
    z-index: 2147483647 !important;
}

/* DateTime input appearance */
.taxi-booking-wrapper input[type="datetime-local"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* SVG icons size */
.taxi-booking-wrapper .taxi-input-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

/* Width constraints cho responsive */
.taxi-booking-wrapper .taxi-input-wrapper,
.taxi-booking-wrapper .taxi-select-wrapper {
    width: 100%;
    max-width: 100%;
}

.taxi-booking-wrapper .taxi-form-input,
.taxi-booking-wrapper .taxi-form-select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

/* Modal input styles */
.taxi-modal .taxi-modal-input {
    box-shadow: none;
}

.taxi-modal .taxi-modal-input:focus {
    border: none;
}

/* Modal button styles */
.taxi-modal button {
    line-height: normal;
    height: auto;
}

/* Đảm bảo font-family được áp dụng */
.taxi-booking-wrapper .taxi-form-input,
.taxi-booking-wrapper .taxi-form-select,
.taxi-modal .taxi-modal-input {
    font-family: "Lexend Deca", sans-serif;
}

/* Đảm bảo layout không bị ảnh hưởng bởi Flatsome grid */
.taxi-booking-wrapper .taxi-tabs,
.taxi-booking-wrapper .taxi-form-row,
.taxi-booking-wrapper .taxi-datetime-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Label alignment */
.taxi-booking-wrapper label {
    display: block;
    width: auto;
    float: none;
}

/* Input group spacing */
.taxi-booking-wrapper .taxi-input-group {
    margin-bottom: 0;
}

.taxi-booking-wrapper .taxi-input-wrapper input {
    margin-bottom: 0;
}

/* Đảm bảo min-width cho responsive */
.taxi-booking-wrapper,
.taxi-booking-wrapper * {
    min-width: 0;
}

/* Word wrap cho text dài */
.taxi-booking-wrapper * {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.row.row-main:has(.banner-homepage) {
    max-width: 100%;
}

/* comment */
/* SLIDER 3 ẢNH - FULL HEIGHT, ĐẸP HOÀN HẢO */
.my-tour-slider-section {
    position: relative;
    overflow: hidden;
}

.my-tour-slider-section .slider,
.my-tour-slider-section .slider .slide,
.my-tour-slider-section .slider .image-box {
    height: 100% !important;
    min-height: inherit !important;
}

.my-tour-slider-section .slider .image-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.my-tour-slider-section .slider .image-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
}

.my-tour-slider-section .slider .box-text {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.my-tour-slider-section .image-box h3 {
    font-size: 48px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7) !important;
    margin: 0 !important;
}

#row-1084880747 {
    max-width: none !important;
}

.testimonial-slide {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto !important;
    text-align: left;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

/* .testimonial-slide:hover {
    transform: translateY(-5px);
} */

.testimonial-top {
    margin-bottom: 20px;
}

.testimonial-quote {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.testimonial-quote svg {
    width: 100%;
    height: 100%;
    fill: #d71921;
}

.testimonial-content {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-style: italic;
}

.testimonial-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.testimonial-avatar {
    width: 100px;
    height: 90px;
    object-fit: cover;
    border-radius: 6px;
}

.testimonial-author-text {
    flex: 1;
}

.testimonial-name {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.testimonial-title {
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 14px;
}

.swiper-pagination-bullet-active {
    background-color: #d71921 !important;
}

.tab-button .box-image {
    border-radius: 15px;
}

/* ===== Error Messages ===== */
.taxi-error-message {
    display: block;
    color: #ff4444;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 500;
    min-height: 18px;
}

.taxi-input-wrapper.has-error {
    border: 2px solid #ff4444 !important;
    box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.1) !important;
}

/* Readonly input style */
.taxi-form-input[readonly] {
    background: rgba(255, 255, 255, 0.6);
    cursor: not-allowed;
    color: #666;
}

/* ===== Stop Points Section ===== */
.taxi-stop-points-section {
    margin-bottom: 24px;
}

.taxi-stop-points-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--taxi-white);
    border: none;
    border-radius: var(--taxi-radius-sm);
    padding: 13px 16px;
    color: var(--taxi-primary);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--taxi-transition);
    box-shadow: var(--taxi-shadow-sm);
    font-family: inherit;
}

.taxi-stop-points-btn:hover {
    box-shadow: var(--taxi-shadow-md);
    transform: translateY(-1px);
}

.taxi-stop-points-btn .taxi-input-icon {
    width: 20px;
    height: 20px;
    color: var(--taxi-primary);
}

.taxi-stop-points-btn span {
    flex: 1;
    text-align: left;
}

/* ===== Stop Points Modal ===== */
.taxi-stop-modal {
    max-width: 600px;
    height: 600px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.taxi-stop-modal .taxi-modal-body {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.taxi-stop-modal .taxi-modal-buttons {
    flex-shrink: 0;
}

.taxi-stop-modal-controls {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.taxi-stop-add-btn,
.taxi-stop-clear-btn {
    flex: 1;
    padding: 12px 16px;
    border: none;
    border-radius: var(--taxi-radius-sm);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--taxi-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: inherit;
}

.taxi-stop-add-btn {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.taxi-stop-add-btn span {
    font-size: 20px;
    line-height: 1;
}

.taxi-stop-add-btn:hover {
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
    transform: translateY(-2px);
}

.taxi-stop-clear-btn {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    color: #666;
    border: 1px solid #ddd;
}

.taxi-stop-clear-btn:hover {
    background: linear-gradient(135deg, #e8e8e8 0%, #d8d8d8 100%);
    color: #333;
    transform: translateY(-2px);
}

/* ===== Stop Points List ===== */
.taxi-stop-list {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 20px;
    position: relative;
}

.taxi-stop-list:empty::before {
    content: 'Chưa có điểm dừng. Nhấn "Thêm điểm dừng" để thêm.';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    font-style: italic;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
}

.taxi-stop-point-item {
    margin-bottom: 16px;
    position: relative;
}

.taxi-stop-point-item .taxi-input-wrapper {
    position: relative;
    padding-right: 52px;
}

.taxi-remove-stop-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff4444;
    color: white;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--taxi-transition);
}

.taxi-remove-stop-btn:hover {
    background: #ff2222;
}

.taxi-stop-input {
    padding-right: 50px !important;
}

/* Scrollbar styling for stop list */
.taxi-stop-list::-webkit-scrollbar {
    width: 8px;
}

.taxi-stop-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.taxi-stop-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.taxi-stop-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.taxi-stop-input.pac-target-input {
    margin-bottom: 0px !important;
}

.taxi-stop-input.pac-target-input:focus {
    box-shadow: none !important;
}

.section-content {
    z-index: auto !important;
}

/* Override responsive cho modal xác nhận */
@media (max-width: 768px) {
    #taxi-modal .taxi-modal-body {
        padding: 24px 20px;
        max-height: calc(90vh - 70px);
    }

    #taxi-modal .taxi-modal {
        margin: 0 12px;
    }
}

@media (max-width: 480px) {
    #taxi-modal .taxi-modal-body {
        padding: 20px 16px;
    }

    .taxi-cf7-wrapper .taxi-modal-buttons {
        grid-template-columns: 1fr;
    }

    .taxi-cf7-wrapper .taxi-modal-btn-cancel {
        order: 2;
    }

    .taxi-cf7-wrapper .wpcf7-submit {
        order: 1;
    }
}

/* Responsive for stop modal */
@media (max-width: 768px) {
    .taxi-stop-modal {
        max-width: 95%;
        height: 80vh;
    }

    .taxi-stop-modal-controls {
        flex-direction: column;
    }

    .taxi-stop-modal .taxi-modal-body {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .taxi-stop-modal {
        height: 70vh;
    }

    .taxi-stop-add-btn,
    .taxi-stop-clear-btn {
        padding: 10px 14px;
        font-size: 13px;
    }

    .taxi-remove-stop-btn {
        width: 28px;
        height: 28px;
        font-size: 16px;
        right: 6px;
    }

    .taxi-stop-input {
        padding-right: 42px !important;
    }
}
.homeblog-desc tr td {
    text-align: center;
}