:root {
    --tz-blue-900: #0f3f87;
    --tz-blue-700: #165fc5;
    --tz-blue-500: #2d79e4;
    --tz-red-600: #ff3338;
    --tz-red-700: #e3262b;
    --tz-yellow-500: #f8b107;
    --tz-yellow-600: #e3a100;
    --tz-accent: var(--tz-yellow-500);
    --tz-surface: #f0f3f7;
    --tz-surface-strong: #ffffff;
    --tz-text: #243444;
    --tz-muted: #738396;
    --tz-border: #d9e2eb;
    --tz-footer: #28384b;
}

body.tz-itc-template {
    background: var(--tz-surface);
    color: var(--tz-text);
    font-family: "Open Sans", sans-serif;
}

body.tz-itc-template h1,
body.tz-itc-template h2,
body.tz-itc-template h3,
body.tz-itc-template h4,
body.tz-itc-template h5,
body.tz-itc-template h6 {
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.3px;
    color: #1f2f3f;
}

.tz-top-strip {
    background: var(--tz-blue-900);
    color: #cfe7fb;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.tz-top-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    gap: 16px;
}

.tz-topline-text {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.tz-topline-links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tz-topline-links a {
    color: #d8edff;
    text-decoration: none;
    white-space: nowrap;
}

.tz-topline-links a:hover {
    color: #ffe189;
}

.tz-header {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 8px 24px rgba(0, 21, 42, 0.08);
    position: relative;
    z-index: 12;
}

.tz-header-brand-row {
    min-height: 112px;
    display: grid;
    grid-template-columns: 1fr 180px 1fr;
    align-items: center;
    gap: 28px;
}

.tz-brand-logo img {
    width: 250px;
    height: auto;
    max-width: 100%;
    display: block;
}

.tz-brand-iata {
    justify-self: center;
}

.tz-brand-iata img {
    width: auto;
    max-width: 160px;
    height: 76px;
    object-fit: contain;
    display: block;
}

.tz-brand-phone {
    justify-self: end;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    text-align: right;
    color: var(--tz-text);
}

.tz-brand-phone-label {
    color: var(--tz-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 2px;
}

.tz-brand-phone-number {
    color: var(--tz-blue-900);
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    line-height: 1.1;
}

.tz-brand-phone:hover .tz-brand-phone-number {
    color: var(--tz-red-600);
}

.tz-nav-wrap {
    border-top: 1px solid var(--tz-border);
    border-bottom: 1px solid var(--tz-border);
    background: #f9fbfe;
}

.tz-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
}

.tz-menu-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #c3d2e2;
    background: #ffffff;
    color: var(--tz-blue-900);
    font-weight: 700;
    text-transform: uppercase;
}

.tz-main-nav {
    width: 100%;
}

.tz-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tz-menu-list > li {
    margin: 0;
}

.tz-menu-list > li > a {
    color: #46596f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 13px;
    text-decoration: none;
    padding: 16px 2px;
    position: relative;
    display: inline-block;
}

.tz-menu-list > li.current-menu-item > a,
.tz-menu-list > li.current_page_item > a,
.tz-menu-list > li.current-menu-parent > a,
.tz-menu-list > li > a:hover {
    color: var(--tz-blue-700);
}

.tz-menu-list > li.current-menu-item > a::after,
.tz-menu-list > li.current_page_item > a::after,
.tz-menu-list > li.current-menu-parent > a::after,
.tz-menu-list > li > a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 2px;
    background: var(--tz-yellow-500);
}

.tz-hero {
    position: relative;
    min-height: 290px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.tz-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 28, 66, 0.78) 0%, rgba(12, 61, 128, 0.46) 52%, rgba(255, 51, 56, 0.2) 100%);
}

.tz-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 48px 0;
}

.tz-hero-inner h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 62px);
    line-height: 1.02;
    text-transform: uppercase;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.tz-hero-inner p {
    margin: 12px 0 0;
    color: #e7f3ff;
    font-size: 16px;
    font-weight: 600;
}

.slide {
    width: 100%;
    background: #d9e5f3;
    overflow: hidden;
}

.slide .row,
.slide .col-md-12 {
    margin: 0;
    padding: 0;
}

.slide .metaslider,
.slide .metaslider .slides,
.slide .metaslider .slides li {
    margin: 0 !important;
}

.slide .metaslider .slides img {
    width: 100%;
    height: clamp(360px, 62vh, 760px);
    object-fit: cover;
}

.tz-home-intro {
    padding: 42px 0;
    background: linear-gradient(180deg, #f4f8ff 0%, #fef8e8 100%);
    text-align: center;
    border-bottom: 1px solid var(--tz-border);
}

.tz-home-intro h1 {
    margin: 0 0 10px;
    font-size: clamp(30px, 4vw, 52px);
    color: #22384e;
}

.tz-home-intro p {
    margin: 0;
    color: #5f7288;
    font-size: 17px;
}

.services-one {
    background: radial-gradient(circle at top right, #24374a, #1e2c3b 58%, #15222f 100%);
    padding: 42px 0;
    border-top: 3px solid var(--tz-blue-500);
    border-bottom: 3px solid var(--tz-red-600);
}

.services-one .coti {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(164, 200, 232, 0.22);
    border-radius: 16px;
    padding: 22px;
}

.services-one .coti .nf-form-title h3,
.services-one .coti label {
    color: #eff6ff;
}

.services-one .coti input,
.services-one .coti textarea,
.services-one .coti select {
    border-radius: 8px !important;
    border: 1px solid #8fb3d3 !important;
    background: #fafdff !important;
    color: #21364d !important;
}

.services-one .coti input[type="button"],
.services-one .coti input[type="submit"],
.services-one .coti button {
    background: var(--tz-accent) !important;
    border: none !important;
    color: #2b1e04 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border-radius: 999px !important;
}

.services-one .coti input[type="button"]:hover,
.services-one .coti input[type="submit"]:hover,
.services-one .coti button:hover {
    filter: brightness(1.06);
}

.tz-content-layout {
    padding: 56px 0 80px;
}

.tz-main-column {
    margin-bottom: 24px;
}

.tz-content-card {
    background: var(--tz-surface-strong);
    border: 1px solid var(--tz-border);
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(33, 55, 77, 0.08);
    padding: 36px 44px 44px;
}

.tz-breadcrumb {
    background: #eef4fb;
    border: 1px solid #d7e2f0;
    border-radius: 10px;
    color: #5f7288;
    font-size: 14px;
    padding: 12px 14px;
    margin-bottom: 22px;
}

.tz-breadcrumb a {
    color: var(--tz-blue-700);
    text-decoration: none;
}

.tz-breadcrumb a:hover {
    color: var(--tz-red-600);
    text-decoration: underline;
}

.tz-post-grid {
    display: grid;
    gap: 24px;
}

.tz-post-card {
    display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr;
    gap: 0;
    border: 1px solid var(--tz-border);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.tz-post-thumb {
    display: block;
    min-height: 220px;
    background: #dce6f2;
}

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

.tz-post-card:hover .tz-post-thumb img {
    transform: scale(1.03);
}

.tz-post-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tz-post-body h2 {
    margin: 0;
    font-size: clamp(24px, 2.3vw, 36px);
    line-height: 1.12;
}

.tz-post-body h2 a {
    color: #203346;
    text-decoration: none;
}

.tz-post-body h2 a:hover {
    color: var(--tz-red-700);
}

.tz-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--tz-muted);
    font-size: 14px;
    margin: 0;
}

.tz-post-meta span i {
    color: var(--tz-red-600);
    margin-right: 5px;
}

.tz-post-meta a {
    color: var(--tz-muted);
    text-decoration: none;
}

.tz-post-meta a:hover {
    color: var(--tz-red-600);
}

.tz-post-excerpt {
    color: #4f5f70;
    line-height: 1.7;
}

.tz-post-excerpt p {
    margin: 0;
}

.tz-btn-outline {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tz-red-600);
    border-radius: 999px;
    color: var(--tz-red-700);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    font-size: 12px;
    padding: 9px 18px;
    transition: all 0.2s ease;
}

.tz-btn-outline:hover {
    background: var(--tz-red-600);
    color: #ffffff;
}

.tz-pagination {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--tz-border);
}

.tz-side-column .search,
.tz-side-column .facetravel,
.tz-side-column .payoptions,
.tz-side-column .suscription,
.tz-side-column .lastnews {
    background: #ffffff;
    border: 1px solid var(--tz-border);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 16px;
    box-shadow: 0 10px 20px rgba(23, 48, 73, 0.05);
}

.tz-side-column .searchbar form {
    display: flex;
    align-items: stretch;
}

.tz-side-column .searchbar input[type="text"] {
    width: 100%;
    border: 1px solid #ccd8e6;
    border-radius: 8px 0 0 8px;
    background: #f7fbff;
    padding: 11px 14px;
    color: #30465b;
    font-size: 14px;
}

.tz-side-column .searchbar button {
    border: none;
    background: var(--tz-red-600);
    color: #ffffff;
    width: 46px;
    border-radius: 0 8px 8px 0;
}

.tz-side-column .searchbar button:hover {
    background: var(--tz-red-700);
}

.tz-side-column h3 {
    margin: -18px -18px 16px;
    background: #ecf3ff;
    color: #1f3d67;
    border-bottom: 1px solid #d6e3f4;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 12px 10px;
}

.tz-side-column .lastnews .list {
    display: grid;
    grid-template-columns: 74px 1fr;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e2ebf5;
}

.tz-side-column .lastnews .list:last-child {
    border-bottom: none;
}

.tz-side-column .lastnews .list .thumb img {
    width: 74px;
    height: 54px;
    object-fit: cover;
    border-radius: 6px;
}

.tz-side-column .lastnews .list .title {
    color: #2d445a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tz-side-column .lastnews .list .title:hover {
    color: var(--tz-red-700);
}

.tz-side-column .payoptions,
.tz-side-column .suscription {
    background: #fff7e8;
    border-color: #f8ddb2;
}

.tz-side-column .payoptions h3,
.tz-side-column .suscription h3 {
    background: var(--tz-red-600);
    border-bottom-color: var(--tz-red-600);
    color: #ffffff;
}

.tz-side-column .payoptions p,
.tz-side-column .suscription p,
.tz-side-column .payoptions label,
.tz-side-column .suscription label {
    color: #47586b;
}

.tz-payment-methods,
.tz-payment-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #0a3264;
}

.tz-payment-icons {
    font-size: 30px;
}

.tz-payment-method {
    width: 70px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0a3264;
    font-size: 30px;
    line-height: 1;
}

.tz-payment-method img {
    width: auto;
    max-width: 70px;
    max-height: 32px;
    display: block;
    object-fit: contain;
}

.tz-payment-method--mastercard img,
.tz-payment-method--master-card img {
    max-height: 36px;
}

.tz-payment-method .fa-cc-mastercard,
.tz-payment-icons .fa-cc-mastercard {
    color: #e36a1f;
}

.tz-payment-method .fa-cc-amex,
.tz-payment-icons .fa-cc-amex {
    color: #1f73bb;
}

.tz-side-column .suscription input,
.tz-side-column .payoptions input,
.tz-side-column .suscription textarea,
.tz-side-column .payoptions textarea {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #efc886;
    background: #ffffff;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.tz-side-column .suscription input[type="submit"],
.tz-side-column .payoptions input[type="submit"] {
    background: var(--tz-yellow-500);
    color: #2f2200;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

.tz-side-column .suscription input[type="submit"]:hover,
.tz-side-column .payoptions input[type="submit"]:hover {
    background: var(--tz-yellow-600);
}

.tz-side-column .facetravel iframe {
    width: 100%;
    min-height: 320px;
    border-radius: 10px;
}

.tz-home-layout .home-destinos .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.home-destinos {
    background: #ffffff;
    border: 1px solid var(--tz-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(33, 55, 77, 0.07);
}

.destinos-titulo-principal h1,
.destinos-titulo-principal h2,
.destinos-titulo-principal h3 {
    margin-bottom: 8px;
    text-align: center;
    font-size: clamp(30px, 3.4vw, 50px);
    color: #22384e;
}

.destinos-descripcion {
    text-align: center;
    color: #586c81;
    margin-bottom: 22px;
}

.home-destinos .destino-item {
    border: 1px solid #dbe6f1;
    border-radius: 14px;
    overflow: hidden;
    background: #fbfdff;
    margin-bottom: 18px;
}

.home-destinos .destino-item.reverse {
    flex-direction: row-reverse;
}

.home-destinos .destino-item .destino-imagen img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.home-destinos .destino-item .destino-texto {
    padding: 24px;
}

.home-destinos .destino-item .destino-texto .destino-titulo {
    margin-top: 0;
    font-size: clamp(24px, 2.4vw, 36px);
}

.home-destinos .destino-item .destino-texto .destino-titulo a {
    color: #203447;
    text-decoration: none;
}

.home-destinos .destino-item .destino-texto .destino-titulo a:hover {
    color: var(--tz-red-700);
}

.home-destinos .destino-item .destino-texto .destino-descripcion {
    color: #5c6f85;
}

.home-destinos .destino-item .destino-texto .btn-vermas,
.home-destinos .destinos-boton-todos .btn-secundario {
    background: var(--tz-red-600);
    border: none;
    color: #ffffff;
    border-radius: 999px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 10px 20px;
}

.home-destinos .destino-item .destino-texto .btn-vermas:hover,
.home-destinos .destinos-boton-todos .btn-secundario:hover {
    background: var(--tz-red-700);
    color: #ffffff;
}

.home-destinos .destinos-boton-todos {
    text-align: center;
    margin-top: 8px;
}

.home-destinos .separador-destino {
    display: none;
}

.tz-single-content .tz-single-title {
    text-align: center;
    font-size: clamp(32px, 3.2vw, 54px);
    margin-bottom: 18px;
}

.tz-single-cover {
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dce6f1;
    background: #e5edf7;
}

.tz-single-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.tz-post-meta-single {
    margin: 0 0 18px;
}

.tz-rich-content {
    color: #41576d;
    line-height: 1.9;
}

.tz-rich-content p {
    margin-bottom: 18px;
}

.tz-rich-content h2,
.tz-rich-content h3,
.tz-rich-content h4 {
    color: #24394f;
    margin-top: 26px;
}

.tz-rich-content a {
    color: var(--tz-blue-700);
}

.tz-rich-content a:hover {
    color: var(--tz-red-700);
}

.tz-rich-content img,
.tz-rich-content iframe {
    max-width: 100%;
    border-radius: 10px;
}

.tz-section-title {
    font-size: clamp(28px, 3vw, 42px);
    margin: 22px 0 14px;
}

.tz-gallery-grid {
    margin-top: 8px;
}

.tz-gallery-item {
    margin-bottom: 16px;
}

.tz-gallery-item a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d7e2ee;
}

.tz-gallery-item img {
    width: 100%;
    min-height: 170px;
    object-fit: cover;
}

.tz-modal-content {
    border: none;
    background: transparent;
}

.tz-creditos {
    margin-top: 14px;
    color: #5e7085;
}

.tz-map-wrap {
    margin-top: 24px;
}

.tz-map-wrap iframe {
    border: 1px solid #d2deea;
    border-radius: 10px;
}

.tz-footer {
    background: var(--tz-footer);
    color: #a9bed1;
    padding: 54px 0 24px;
    margin-top: 24px;
    border-top: 6px solid var(--tz-yellow-500);
}

.tz-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-bottom: 34px;
}

.tz-footer-column h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

.tz-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tz-footer-column li {
    margin-bottom: 8px;
    color: #bfd1e2;
    line-height: 1.4;
}

.tz-footer-column a {
    color: #bfd1e2;
    text-decoration: none;
}

.tz-footer-column a:hover {
    color: #ffe189;
}

.tz-tag-cloud a {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid #4d6278;
    color: #dbe8f5;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px !important;
}

.tz-tag-cloud a:hover {
    background: var(--tz-red-600);
    border-color: var(--tz-red-600);
    color: #ffffff;
}

.tz-footer-copy {
    border-top: 1px solid #3c5166;
    padding-top: 18px;
    text-align: center;
    color: #9bb2c8;
}

.tz-footer-copy p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 1.55;
}

.tz-footer-copy a {
    color: #d5e7fb;
}

.tz-footer-copy a:hover {
    color: #ffe189;
}

@media (max-width: 1199px) {
    .tz-header-brand-row {
        grid-template-columns: 1fr 150px 1fr;
        gap: 16px;
    }

    .tz-brand-phone-number {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .tz-top-strip-inner {
        flex-direction: column;
        justify-content: center;
        padding: 10px 0;
    }

    .tz-header-brand-row {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 20px 0;
        gap: 14px;
        min-height: unset;
    }

    .tz-brand-logo,
    .tz-brand-iata,
    .tz-brand-phone {
        justify-self: center;
        text-align: center;
    }

    .tz-brand-logo img {
        margin: 0 auto;
    }

    .tz-brand-phone-number {
        font-size: 19px;
    }

    .tz-nav-inner {
        justify-content: space-between;
        min-height: 52px;
    }

    .tz-menu-toggle {
        display: inline-flex;
    }

    .tz-main-nav {
        display: none;
        width: 100%;
        margin-top: 10px;
    }

    .tz-main-nav.is-open {
        display: block;
    }

    .tz-menu-list {
        display: block;
        background: #ffffff;
        border: 1px solid var(--tz-border);
        border-radius: 10px;
        padding: 8px;
    }

    .tz-menu-list > li > a {
        display: block;
        padding: 11px 12px;
    }

    .tz-menu-list > li > a::after,
    .tz-menu-list > li.current-menu-item > a::after,
    .tz-menu-list > li.current_page_item > a::after,
    .tz-menu-list > li.current-menu-parent > a::after {
        display: none;
    }

    .tz-content-layout {
        padding: 40px 0 60px;
    }

    .tz-post-card {
        grid-template-columns: 1fr;
    }

    .tz-post-thumb {
        min-height: 220px;
    }

    .tz-footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 767px) {
    .tz-topline-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 14px;
    }

    .tz-topline-text {
        text-align: center;
    }

    .tz-hero {
        min-height: 240px;
    }

    .tz-hero-inner h1 {
        font-size: clamp(28px, 9vw, 42px);
    }

    .tz-home-intro {
        padding: 28px 0;
    }

    .home-destinos,
    .tz-content-card,
    .tz-side-column .search,
    .tz-side-column .facetravel,
    .tz-side-column .payoptions,
    .tz-side-column .suscription,
    .tz-side-column .lastnews {
        border-radius: 12px;
    }

    .tz-content-card {
        padding: 22px 20px;
    }

    .home-destinos .destino-item .destino-imagen img {
        min-height: 210px;
    }

    .tz-rich-content iframe {
        height: 340px;
    }
}

/* Menu mejorado (referencia milk/renovacion) */
.tz-menu-list > li {
    position: relative;
}

.tz-menu-list > li.menu-item-has-children > a {
    padding-right: 18px;
}

.tz-menu-list > li.menu-item-has-children > a::before {
    content: "▾";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-54%);
    font-size: 10px;
    color: #6b7d90;
}

.tz-menu-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #ffffff;
    border: 1px solid var(--tz-border);
    border-radius: 10px;
    box-shadow: 0 14px 24px rgba(31, 58, 88, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 25;
}

.tz-menu-list .sub-menu > li {
    margin: 0;
}

.tz-menu-list .sub-menu > li > a {
    display: block;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.2px;
    color: #42556a;
    white-space: normal;
}

.tz-menu-list .sub-menu > li > a:hover {
    color: var(--tz-blue-700);
    background: #f2f7fd;
}

.tz-menu-list .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 6px;
}

.tz-menu-list > li:hover > .sub-menu,
.tz-menu-list > li:focus-within > .sub-menu,
.tz-menu-list .sub-menu > li:hover > .sub-menu,
.tz-menu-list .sub-menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tz-submenu-toggle {
    display: none;
}

@media (max-width: 991px) {
    .tz-menu-list > li.menu-item-has-children > a::before {
        display: none;
    }

    .tz-menu-list > li {
        border-bottom: 1px solid var(--tz-border);
    }

    .tz-menu-list > li:last-child {
        border-bottom: none;
    }

    .tz-menu-list > li.menu-item-has-children > a {
        padding-right: 56px;
    }

    .tz-submenu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 44px;
        border: none;
        border-left: 1px solid #d6e1ec;
        background: #ffffff;
        color: #4d6076;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        cursor: pointer;
    }

    .tz-submenu-toggle.is-open {
        color: var(--tz-blue-700);
    }

    .tz-submenu-toggle span {
        transition: transform 0.2s ease;
    }

    .tz-submenu-toggle.is-open span {
        transform: rotate(180deg);
    }

    .tz-menu-list .sub-menu,
    .tz-menu-list .sub-menu .sub-menu {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        margin-left: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        background: #f4f8fd;
        transition: max-height 0.25s ease;
    }

    .tz-menu-list li.is-submenu-open > .sub-menu {
        max-height: 520px;
        border-top: 1px solid #dbe6f2;
    }

    .tz-menu-list .sub-menu > li > a {
        padding: 10px 16px 10px 30px;
        font-size: 13px;
    }

    .tz-menu-list .sub-menu .sub-menu > li > a {
        padding-left: 42px;
    }
}
