/* =========================================================
   TRAVELLOLO HOME
   Responsive production stylesheet
   Breakpoints: desktop / laptop / tablet / mobile / small mobile
========================================================= */

.tl-home,
.tl-home *,
.tl-home *::before,
.tl-home *::after,
.tl-modal,
.tl-modal *,
.tl-modal *::before,
.tl-modal *::after {
    box-sizing: border-box;
}

.tl-home {
    width: 100%;
    overflow: clip;
    background: #fff;
    color: #10233f;
}

.tl-home .tl-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.tl-home img {
    display: block;
    max-width: 100%;
}

.tl-home a {
    text-decoration: none;
}

.tl-home svg,
.tl-modal svg {
    display: block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.tl-home button,
.tl-home input,
.tl-home select,
.tl-modal button,
.tl-modal input,
.tl-modal select {
    font: inherit;
}

/* =========================================================
   HERO
========================================================= */

.tl-home-hero {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: #eef7ff;
}

.tl-home-hero__media,
.tl-home-hero__overlay {
    position: absolute;
    inset: 0;
}

.tl-home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
}

.tl-home-hero__overlay {
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.99) 0%,
            rgba(255,255,255,.96) 28%,
            rgba(255,255,255,.82) 43%,
            rgba(255,255,255,.36) 60%,
            rgba(255,255,255,.05) 78%
        );
}

.tl-home-hero__container {
    position: relative;
    z-index: 2;
    min-height: 640px;
}

.tl-home-hero__content {
    max-width: 700px;
    padding-top: 70px;
    padding-bottom: 170px;
}

.tl-home-hero__content h1 {
    margin: 0 0 8px;
    color: #071d49;
    font-size: clamp(34px, 3.05vw, 52px);
    line-height: 1.13;
    font-weight: 700;
    letter-spacing: -1.6px;
}

.tl-home-hero__content p {
    max-width: 690px;
    margin: 0 0 5px;
    color: #344760;
    font-size: 16px;
    line-height: 1.55;
}

/* =========================================================
   FLIGHT SEARCH
========================================================= */

.tl-flight-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
}

.tl-trip-tabs {
    display: inline-flex;
    max-width: 100%;
}

.tl-home .tl-trip-tab {
    min-width: 122px;
    height: 46px;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 1px solid #dce3eb !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: rgba(255,255,255,.97) !important;
    color: #0b2654 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.tl-home .tl-trip-tab:first-child {
    border-radius: 8px 0 0 0 !important;
}

.tl-home .tl-trip-tab:last-child {
    border-radius: 0 8px 0 0 !important;
}

.tl-home .tl-trip-tab.is-active {
    background: #082f78 !important;
    border-color: #082f78 !important;
    color: #fff !important;
}

.tl-flight-form {
    min-height: 98px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns:
        minmax(155px,1.1fr)
        38px
        minmax(155px,1.1fr)
        minmax(120px,.85fr)
        minmax(120px,.85fr)
        minmax(165px,1.08fr)
        138px;
    align-items: center;
    border: 1px solid #dce3eb;
    border-radius: 0 10px 10px 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16,40,74,.14);
}

.tl-home .tl-flight-field,
.tl-home button.tl-flight-field {
    position: relative;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    border: 0 !important;
    border-right: 1px solid #e4e9ef !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #10264c !important;
    box-shadow: none !important;
    text-align: left !important;
    cursor: pointer;
}

.tl-home .tl-flight-field:hover {
    background: #f8faff !important;
}

.tl-home .tl-flight-field:focus-visible,
.tl-home .tl-trip-tab:focus-visible,
.tl-home .tl-search-button:focus-visible,
.tl-home .tl-deal-cta:focus-visible,
.tl-modal button:focus-visible,
.tl-modal input:focus-visible,
.tl-modal select:focus-visible {
    outline: 2px solid #1557b0 !important;
    outline-offset: 2px;
}

.tl-flight-field__label {
    margin-bottom: 4px;
    color: #7d899a;
    font-size: 11px;
    line-height: 1.2;
}

.tl-flight-field__body {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tl-flight-field__body > svg {
    width: 17px !important;
    height: 17px !important;
    color: #113a7d;
}

.tl-flight-field__copy {
    min-width: 0;
}

.tl-flight-field__copy strong {
    display: block;
    overflow: hidden;
    color: #0b2149;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-flight-field__copy small {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    color: #8490a1;
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-date-field {
    cursor: pointer;
}

.tl-date-field input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.tl-home .tl-swap {
    width: 32px !important;
    height: 32px !important;
    margin: auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d7dfe9 !important;
    border-radius: 50% !important;
    background: #f7f9fc !important;
    color: #123d7d !important;
    box-shadow: none !important;
    cursor: pointer;
}

.tl-home .tl-swap svg {
    width: 16px !important;
    height: 16px !important;
}

.tl-search-button-wrap {
    padding-left: 10px;
}

.tl-home .tl-search-button {
    width: 100% !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 13px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #f4511e !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(244,81,30,.23) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.tl-home .tl-search-button:hover {
    background: #df4214 !important;
}

/* MULTI CITY */

.tl-multi-city {
    margin-top: 8px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 78px 1fr 1fr 1fr;
    gap: 9px;
    align-items: center;
    border: 1px solid #e1e6ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(18,41,72,.09);
}

.tl-multi-city[hidden] {
    display: none;
}

.tl-multi-city > strong {
    color: #123a7a;
    font-size: 14px;
}

.tl-home .tl-multi-location,
.tl-multi-date {
    position: relative;
    min-height: 54px;
    padding: 8px 11px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    border: 1px solid #dfe5ec !important;
    border-radius: 6px !important;
    background: #fff !important;
    color: #10264b !important;
    box-shadow: none !important;
    text-align: left !important;
}

.tl-multi-location small,
.tl-multi-date small {
    color: #8792a3;
    font-size: 11px;
}

.tl-multi-location span,
.tl-multi-date span {
    margin-top: 2px;
    color: #10264b;
    font-size: 14px;
    font-weight: 700;
}

.tl-multi-date input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

/* =========================================================
   SHORTCUTS
========================================================= */

.tl-flight-shortcuts {
    border-bottom: 1px solid #e3e8ee;
    background: #fff;
}

.tl-flight-shortcuts__grid {
    min-height: 66px;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
}

.tl-flight-shortcuts a {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 8px;
    color: #0b285a;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

.tl-flight-shortcuts a svg {
    width: 17px !important;
    height: 17px !important;
    color: #113d86;
}

.tl-flight-shortcuts a.is-orange svg {
    color: #f4511e;
}

/* =========================================================
   COMMON SECTIONS
========================================================= */

.tl-home-section {
    padding: 20px 0;
}

.tl-home-section--small {
    padding-top: 8px;
}

.tl-section-title {
    margin-bottom: 16px;
}

.tl-section-title h2,
.tl-content-box h2 {
    margin: 0 0 7px;
    color: #081e48;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.35px;
}

.tl-section-title p,
.tl-content-box p {
    margin: 0 0 5px;
    color: #46556b;
    font-size: 16px;
    line-height: 1.55;
}

.tl-section-title a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
    color: #0e3d87;
    font-size: 14px;
    font-weight: 700;
}

.tl-content-box {
    max-width: 100%;
}

/* =========================================================
   DEALS
========================================================= */

.tl-deals-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
}

.tl-deal-card {
    min-width: 0;
    padding: 15px;
    border: 1px solid #dfe5ec;
    border-radius: 7px;
    background: #fff;
}

.tl-deal-route {
    display: grid;
    grid-template-columns: 1fr 22px 1fr;
    align-items: center;
    gap: 6px;
}

.tl-deal-route svg {
    width: 19px !important;
    height: 19px !important;
    color: #112c62;
}

.tl-deal-route strong {
    display: block;
    color: #101f3d;
    font-size: 16px;
    line-height: 1.25;
}

.tl-deal-route small {
    display: block;
    margin-top: 2px;
    color: #6e7989;
    font-size: 14px;
}

.tl-airline-name {
    min-height: 39px;
    padding-top: 12px;
    color: #18305e;
    font-size: 14px;
    font-weight: 700;
}

.tl-deal-details {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #536076;
    font-size: 14px;
    line-height: 1.45;
}

.tl-deal-price {
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.tl-deal-price strong {
    color: #ef4619;
    font-size: 24px;
    line-height: 1;
}

.tl-home .tl-deal-cta {
    min-height: 31px !important;
    padding: 0 10px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f4511e !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.tl-deal-updated {
    display: block;
    margin-top: 8px;
    color: #9199a6;
    font-size: 14px;
}

/* =========================================================
   DESTINATIONS
========================================================= */

.tl-destinations-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 8px;
}

.tl-destination-card {
    position: relative;
    aspect-ratio: 1.55 / 1;
    min-height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #dce5ef;
}

.tl-destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tl-destination-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,rgba(4,18,44,.86),transparent 62%);
}

.tl-destination-card__content {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 9px;
}

.tl-destination-card h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.tl-destination-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
    padding: 0 11px;
    border-radius: 4px;
    background: #fff;
    color: #0b3477;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: background-color .2s,color .2s,transform .2s;
}

.tl-destination-card__button:hover {
    background: #f4511e;
    color: #fff;
    transform: translateY(-1px);
}

/* =========================================================
   DOMESTIC / INTERNATIONAL PROMO
========================================================= */

.tl-flight-promo-section {
    padding-top: 8px;
    padding-bottom: 28px;
}

.tl-flight-promo-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
}

.tl-flight-promo-card {
    position: relative;
    min-height: 325px;
    overflow: hidden;
    border: 1px solid #e2e7ed;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    box-shadow: 0 3px 10px rgba(15,37,70,.04);
}

.tl-flight-promo-card--domestic {
    background-image:
        linear-gradient(90deg,rgba(236,245,255,.99) 0%,rgba(230,242,255,.97) 48%,rgba(220,238,255,.63) 69%,rgba(220,238,255,.08) 100%),
        url("/wp-content/uploads/2026/09/left-side.webp");
}

.tl-flight-promo-card--international {
    background-image:
        linear-gradient(90deg,rgba(255,248,241,.99) 0%,rgba(255,243,233,.97) 49%,rgba(255,237,220,.66) 70%,rgba(255,237,220,.08) 100%),
        url("/wp-content/uploads/2026/09/right-side.webp");
}

.tl-flight-promo-content {
    position: relative;
    z-index: 2;
    width: 80%;
    padding: 25px 24px;
}

.tl-flight-promo-content h2 {
    margin: 0;
    color: #0b3478;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 700;
}

.tl-flight-promo-card--international .tl-flight-promo-content h2 {
    color: #ef4a22;
}

.tl-flight-promo-content > p {
    margin: 7px 0 10px;
    color: #273a5d;
    font-size: 16px;
    line-height: 1.5;
}

.tl-flight-icon-grid {
    max-width: 315px;
    margin: 15px 0 20px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px 10px;
}

.tl-flight-icon-item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #122f66;
}

.tl-flight-icon-item svg {
    width: 28px !important;
    height: 28px !important;
    color: #18386e;
}

.tl-flight-icon-item span {
    min-width: 0;
    overflow: hidden;
    color: #172c52;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tl-flight-icon-grid--international {
    max-width: 345px;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 8px;
}

.tl-flight-icon-grid--international .tl-flight-icon-item {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.tl-flight-icon-grid--international .tl-flight-icon-item span {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.tl-home .tl-flight-promo-btn,
.tl-flight-promo-btn {
    min-height: 37px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: transform .2s,background-color .2s;
}

.tl-flight-promo-btn--blue {
    background: #07377f !important;
}

.tl-flight-promo-btn--orange {
    background: #f4511e !important;
}

.tl-flight-promo-btn:hover {
    transform: translateY(-1px);
}

/* =========================================================
   AIRLINES
========================================================= */

.tl-airlines-section {
    padding-top: 6px;
    padding-bottom: 28px;
}

.tl-airlines-section .tl-section-title {
    margin-bottom: 16px;
    text-align: center;
}

.tl-airlines-section .tl-section-title h2 {
    margin: 0;
    color: #10233f;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.tl-airlines-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}

.tl-destination-airline-card {
    min-height: 100px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e5eaf0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(15,35,65,.05);
    transition: transform .2s,box-shadow .2s,border-color .2s;
}

.tl-destination-airline-card:hover {
    transform: translateY(-3px);
    border-color: #cbd6e3;
    box-shadow: 0 12px 28px rgba(15,35,65,.1);
}

.tl-destination-airline-card img {
    width: auto;
    height: auto;
    max-width: 145px;
    max-height: 54px;
    object-fit: contain;
}

/* =========================================================
   BENEFITS
========================================================= */

.tl-benefits {
    padding: 24px 0 30px;
}

.tl-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    border: 1px solid #e8edf2;
    background: #fafcff;
}

.tl-benefit {
    min-height: 100px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-right: 1px solid #e5eaf0;
}

.tl-benefit:last-child {
    border-right: 0;
}

.tl-benefit > svg {
    width: 38px !important;
    height: 38px !important;
    color: #10377d;
}

.tl-benefit strong {
    color: #102a5c;
    font-size: 22px;
}

.tl-benefit p {
    margin: 3px 0 0;
    color: #58667b;
    font-size: 16px;
    line-height: 1.4;
}

/* =========================================================
   NEWSLETTER
========================================================= */

.tl-newsletter {
    padding: 50px 0;
    background: linear-gradient(90deg,#0b3b89,#07265f);
}

.tl-newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.tl-newsletter h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight:700;
}

.tl-newsletter p {
    margin: 5px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 16px;
}

.tl-newsletter__form {
    width: min(100%,460px);
    display: grid;
    grid-template-columns: 1fr 110px;
    gap: 8px;
}

.tl-newsletter__form input {
    min-width: 0;
    height: 40px;
    padding: 0 13px;
    border: 0;
    border-radius: 4px;
    outline: 0;
    font-size: 13px;
}

.tl-newsletter__form button {
    border: 0 !important;
    border-radius: 4px !important;
    background: #f4511e !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

/* =========================================================
   MODALS
========================================================= */

body.tl-modal-open {
    overflow: hidden;
}

.tl-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tl-modal.is-open {
    display: flex;
}

.tl-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4,18,43,.62);
    backdrop-filter: blur(3px);
}

.tl-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(100%,540px);
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,20,55,.3);
}

.tl-modal__dialog--small {
    width: min(100%,430px);
}

.tl-modal__header {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #e6ebf0;
}

.tl-modal__header small {
    display: block;
    margin-bottom: 4px;
    color: #f4511e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tl-modal__header h2 {
    margin: 0;
    color: #0a234d;
    font-size: 24px;
    line-height: 1.2;
}

.tl-modal__close {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #dce3ea !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #163766 !important;
    box-shadow: none !important;
}

.tl-modal__close svg {
    width: 15px !important;
    height: 15px !important;
}

.tl-location-search {
    margin: 17px 20px 12px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #cad4e0;
    border-radius: 7px;
}

.tl-location-search svg {
    width: 17px !important;
    height: 17px !important;
    color: #52637b;
}

.tl-location-search input {
    width: 100%;
    height: 43px;
    border: 0;
    outline: 0;
    font-size: 14px;
}

.tl-location-option {
    width: calc(100% - 24px) !important;
    margin: 0 12px !important;
    padding: 11px 12px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center;
    border: 0 !important;
    border-bottom: 1px solid #edf0f3 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #132a50 !important;
    box-shadow: none !important;
    text-align: left !important;
}

.tl-location-option:hover {
    background: #f6f9fd !important;
}

.tl-location-option strong {
    display: block;
    font-size: 14px;
}

.tl-location-option small {
    display: block;
    margin-top: 2px;
    color: #7c8797;
    font-size: 11px;
}

.tl-location-option span {
    padding: 4px 6px;
    border-radius: 4px;
    background: #edf3fa;
    color: #123b7d;
    font-size: 11px;
    font-weight: 700;
}

.tl-traveler-row {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #edf0f3;
}

.tl-traveler-row strong {
    display: block;
    color: #122a51;
    font-size: 14px;
}

.tl-traveler-row small {
    color: #8893a3;
    font-size: 11px;
}

.tl-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tl-counter button {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border: 1px solid #d5dde6 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #123b7b !important;
    box-shadow: none !important;
}

.tl-cabin {
    padding: 18px 20px;
}

.tl-cabin label {
    display: block;
    margin-bottom: 7px;
    color: #203858;
    font-size: 14px;
    font-weight: 700;
}

.tl-cabin select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    border: 1px solid #d5dde6;
    border-radius: 6px;
}

.tl-modal-done {
    width: calc(100% - 40px) !important;
    height: 43px !important;
    margin: 0 20px 20px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #0b367c !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.tl-call-dialog {
    width: min(100%,510px);
    padding: 35px 28px 27px;
    text-align: center;
}

.tl-call-dialog__close {
    position: absolute;
    top: 14px;
    right: 14px;
}

.tl-call-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #edf4ff;
    color: #123d80;
}

.tl-call-icon svg {
    width: 29px !important;
    height: 29px !important;
}

.tl-call-eyebrow {
    color: #f4511e;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tl-call-dialog h2 {
    max-width: 380px;
    margin: 7px auto 0;
    color: #09224e;
    font-size: 25px;
    line-height: 1.2;
}

.tl-call-dialog > p {
    max-width: 410px;
    margin: 10px auto 18px;
    color: #6c7889;
    font-size: 14px;
    line-height: 1.55;
}

.tl-call-route {
    display: none;
}

.tl-call-button {
    min-height: 47px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background: #f4511e;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.tl-call-button svg {
    width: 18px !important;
    height: 18px !important;
}

.tl-call-note {
    display: block;
    margin-top: 10px;
    color: #929aa6;
    font-size: 11px;
}

/* =========================================================
   LAPTOP: 992px - 1199px
========================================================= */

@media (max-width: 1199px) {
    .tl-home .tl-container {
        width: min(1040px, calc(100% - 36px));
    }

    .tl-home-hero {
        min-height: 680px;
    }

    .tl-home-hero__container {
        min-height: 680px;
    }

    .tl-home-hero__content {
        max-width: 620px;
        padding-top: 55px;
        padding-bottom: 210px;
    }

    .tl-flight-form {
        grid-template-columns: 1fr 38px 1fr 1fr 1fr;
        gap: 0;
    }

    #tlTravelerButton {
        grid-column: 1 / 4;
        margin-top: 7px !important;
        border-top: 1px solid #e4e9ef !important;
    }

    .tl-search-button-wrap {
        grid-column: 4 / 6;
        padding: 8px 0 0 12px;
    }

    .tl-flight-promo-content {
        width: 78%;
    }
}

/* =========================================================
   TABLET: <= 991px
========================================================= */

@media (max-width: 991px) {
    .tl-home .tl-container {
        width: min(100% - 32px, 860px);
    }

    .tl-home-hero {
        min-height: 0;
    }

    .tl-home-hero__container {
        min-height: 0;
        padding-top: 42px;
        padding-bottom: 38px;
    }

    .tl-home-hero__media img {
        object-position: 70% center;
    }

    .tl-home-hero__overlay {
        background: rgba(255,255,255,.82);
    }

    .tl-home-hero__content {
        max-width: 670px;
        padding: 0 0 26px;
    }

    .tl-home-hero__content h1 {
        font-size: clamp(32px,5vw,42px);
    }

    .tl-flight-box {
        position: relative;
        inset: auto;
        width: 100%;
    }

    .tl-flight-form {
        grid-template-columns: repeat(2,minmax(0,1fr));
        border-radius: 0 10px 10px 10px;
        padding: 10px;
    }

    .tl-home .tl-swap {
        display: none !important;
    }

    .tl-home .tl-flight-field {
        border-right: 0 !important;
        border-bottom: 1px solid #e4e9ef !important;
    }

    #tlTravelerButton {
        grid-column: auto;
        margin-top: 0 !important;
        border-top: 0 !important;
    }

    .tl-search-button-wrap {
        grid-column: auto;
        display: flex;
        align-items: center;
        padding: 8px 4px;
    }

    .tl-flight-shortcuts__grid {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .tl-deals-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .tl-destinations-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .tl-flight-promo-grid {
        grid-template-columns: 1fr;
    }

    .tl-flight-promo-card {
        min-height: 310px;
    }

    .tl-flight-promo-content {
        width: 64%;
    }

    .tl-airlines-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .tl-benefits-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .tl-benefit:nth-child(2) {
        border-right: 0;
    }

    .tl-benefit:nth-child(-n+2) {
        border-bottom: 1px solid #e5eaf0;
    }

    .tl-newsletter__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .tl-newsletter__form {
        width: min(100%,560px);
    }
}

/* =========================================================
   MOBILE: <= 767px
========================================================= */

@media (max-width: 767px) {
    .tl-home .tl-container {
        width: calc(100% - 28px);
    }

    .tl-home-hero__container {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .tl-home-hero__media img {
        object-position: 67% center;
    }

    .tl-home-hero__overlay {
        background: rgba(255,255,255,.9);
    }

    .tl-home-hero__content {
        padding-bottom: 22px;
    }

    .tl-home-hero__content h1 {
        margin-bottom: 9px;
        font-size: clamp(28px,8vw,36px);
        line-height: 1.14;
        letter-spacing: -.8px;
    }

    .tl-home-hero__content p {
        font-size: 13px;
        line-height: 1.55;
    }

    .tl-trip-tabs {
        width: 100%;
    }

    .tl-home .tl-trip-tab {
        flex: 1 1 0;
        min-width: 0;
        height: 44px;
        padding: 0 8px !important;
        font-size: 12px !important;
    }

    .tl-flight-form {
        grid-template-columns: 1fr;
        border-radius: 0 0 9px 9px;
    }

    .tl-home .tl-flight-field {
        min-height: 64px !important;
        padding: 8px 10px !important;
    }

    .tl-flight-field__copy strong {
        font-size: 14px;
    }

    .tl-search-button-wrap {
        padding: 10px 0 0;
    }

    .tl-home .tl-search-button {
        min-height: 46px !important;
    }

    .tl-multi-city {
        grid-template-columns: 1fr;
    }

    .tl-flight-shortcuts__grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        padding: 7px 0;
    }

    .tl-flight-shortcuts a {
        justify-content: flex-start;
        min-height: 44px;
        padding: 8px 6px;
        font-size: 11px;
    }

    .tl-home-section {
        padding: 20px 0;
    }

    .tl-section-title h2,
    .tl-content-box h2 {
        font-size: 21px;
    }

    .tl-section-title p,
    .tl-content-box p {
        font-size: 13px;
        line-height: 1.6;
    }

    .tl-deals-grid {
        grid-template-columns: 1fr;
    }

    .tl-deal-card {
        padding: 14px;
    }

    .tl-destinations-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .tl-destination-card {
        aspect-ratio: 1.15 / 1;
    }

    .tl-flight-promo-card {
        min-height: 410px;
        background-position: right bottom;
    }

    .tl-flight-promo-card--domestic {
        background-image:
            linear-gradient(180deg,rgba(236,245,255,.99) 0%,rgba(236,245,255,.97) 60%,rgba(236,245,255,.66) 78%,rgba(236,245,255,.15) 100%),
            url("/wp-content/uploads/2026/09/left-side.webp");
    }

    .tl-flight-promo-card--international {
        background-image:
            linear-gradient(180deg,rgba(255,248,241,.99) 0%,rgba(255,245,236,.97) 60%,rgba(255,240,225,.66) 78%,rgba(255,240,225,.15) 100%),
            url("/wp-content/uploads/2026/09/right-side.webp");
    }

    .tl-flight-promo-content {
        width: 100%;
        padding: 22px 18px;
    }

    .tl-flight-promo-content h2 {
        font-size: 21px;
    }

    .tl-flight-promo-content > p {
        max-width: 100%;
        font-size: 12px;
    }

    .tl-flight-icon-grid {
        max-width: 100%;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }

    .tl-flight-icon-grid--international {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .tl-airlines-grid {
        gap: 10px;
    }

    .tl-destination-airline-card {
        min-height: 92px;
        padding: 15px 10px;
    }

    .tl-destination-airline-card img {
        max-width: 120px;
        max-height: 45px;
    }

    .tl-benefits {
        padding: 18px 0 24px;
    }

    .tl-benefit {
        justify-content: flex-start;
        min-height: 88px;
        padding: 15px;
    }

    .tl-benefit strong {
        font-size: 17px;
    }

    .tl-benefit p {
        font-size: 11px;
    }

    .tl-newsletter {
        padding: 30px 0;
    }

    .tl-newsletter h2 {
        font-size: 22px;
    }

    .tl-newsletter__form {
        grid-template-columns: 1fr 105px;
    }
}

/* =========================================================
   SMALL MOBILE: <= 575px
========================================================= */

@media (max-width: 575px) {
    .tl-home .tl-container {
        width: calc(100% - 24px);
    }

    .tl-home-hero__content h1 {
        font-size: 28px;
    }

    .tl-trip-tabs {
        display: grid;
        grid-template-columns: repeat(3,1fr);
    }

    .tl-home .tl-trip-tab {
        width: 100%;
        font-size: 10px !important;
    }

    .tl-flight-shortcuts__grid {
        gap: 0;
    }

    .tl-flight-shortcuts a {
        font-size: 10px;
    }

    .tl-destinations-grid {
        grid-template-columns: 1fr;
    }

    .tl-destination-card {
        aspect-ratio: 1.55 / 1;
    }

    .tl-airlines-section .tl-section-title h2 {
        font-size: 21px;
    }

    .tl-airlines-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 9px;
    }

    .tl-destination-airline-card {
        min-height: 82px;
        padding: 12px 8px;
    }

    .tl-destination-airline-card img {
        max-width: 100px;
        max-height: 38px;
    }

    .tl-benefits-grid {
        grid-template-columns: 1fr;
    }

    .tl-benefit,
    .tl-benefit:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #e5eaf0;
    }

    .tl-benefit:last-child {
        border-bottom: 0;
    }

    .tl-newsletter__form {
        grid-template-columns: 1fr;
    }

    .tl-newsletter__form button {
        min-height: 40px;
    }

    .tl-modal {
        padding: 12px;
    }

    .tl-modal__dialog {
        max-height: calc(100dvh - 24px);
        border-radius: 12px;
    }

    .tl-modal__header {
        padding: 17px;
    }

    .tl-modal__header h2 {
        font-size: 20px;
    }

    .tl-call-dialog {
        padding: 30px 18px 22px;
    }

    .tl-call-dialog h2 {
        font-size: 22px;
    }
}

/* =========================================================
   VERY SMALL MOBILE: <= 380px
========================================================= */

@media (max-width: 380px) {
    .tl-home .tl-container {
        width: calc(100% - 20px);
    }

    .tl-home-hero__content h1 {
        font-size: 25px;
    }

    .tl-home .tl-trip-tab {
        padding-inline: 4px !important;
        font-size: 9px !important;
    }

    .tl-flight-shortcuts__grid {
        grid-template-columns: 1fr;
    }

    .tl-flight-shortcuts a {
        justify-content: center;
    }

    .tl-airlines-grid {
        grid-template-columns: 1fr;
    }

    .tl-destination-airline-card {
        min-height: 86px;
    }
}
/* =========================================================
   PREMIUM CONTENT SECTIONS
========================================================= */

.tl-premium-content-section {
    position: relative;
    padding: 20px 0;
   
}

.tl-premium-content-grid {
    display: grid;
    gap: 22px;
}


/* CARD */

.tl-premium-content-card {
    position: relative;

    min-height: 100%;

    padding: 34px 32px 30px;

    overflow: hidden;

    border: 1px solid #e3eaf2;
    border-radius: 16px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow:
        0 10px 35px rgba(14, 39, 76, 0.06);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}



/* NUMBER */

.tl-premium-card-number {
    position: absolute;

    top: 24px;
    right: 26px;

    color: rgba(10, 48, 105, 0.07);

    font-size: 72px;
    line-height: 1;
    font-weight: 800;

    pointer-events: none;
}


/* BODY */

.tl-premium-card-body {
    position: relative;
    z-index: 2;
}

.tl-premium-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    color: #0b4b9d;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.tl-premium-content-card--highlight .tl-premium-eyebrow {
    color: #e94b1c;
}

.tl-premium-content-card h2 {
    max-width: 88%;
    margin: 0 0 16px;
    color: #071f4d;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.45px;
}

.tl-premium-content-card p {
    margin: 0 0 11px;
    color: #526176;
    font-size: 16px;
    line-height: 1.72;
}

.tl-premium-content-card p:last-child {
    margin-bottom: 0;
}


/* CONSIDER TEXT */

.tl-premium-consider {
    margin-top: 16px !important;
    margin-bottom: 10px !important;

    color: #102d5e !important;

    font-weight: 700;
}


/* CHECKLIST */

.tl-premium-checklist {
    margin: 0 0 20px;
    padding: 0;

    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 9px 14px;

    list-style: none;
}

.tl-premium-checklist li {
    position: relative;

    min-height: 38px;

    padding: 9px 12px 9px 36px;

    display: flex;
    align-items: center;

    border: 1px solid #e4eaf1;
    border-radius: 8px;

    background: #f8fbff;

    color: #243b5f;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 600;
}

.tl-premium-checklist li::before {
    content: "✓";

    position: absolute;

    left: 11px;

    width: 18px;
    height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e7f0ff;

    color: #0b4b9d;

    font-size: 11px;
    font-weight: 800;
}


/* QUOTE / FINAL LINE */

.tl-premium-quote {
    margin-top: 20px;

    padding: 16px 18px;

    border-left: 4px solid #f4511e;
    border-radius: 0 8px 8px 0;

    background:
        linear-gradient(
            90deg,
            #fff4ef,
            #fffaf8
        );

    color: #102d5e;

    font-size: 14px;
    line-height: 1.55;

    font-weight: 800;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .tl-premium-content-section {
        padding: 55px 0;
    }

    .tl-premium-content-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tl-premium-content-card {
        padding: 30px 26px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .tl-premium-content-section {
        padding: 38px 0;
    }

    .tl-premium-content-card {
        padding: 25px 20px;

        border-radius: 12px;
    }

    .tl-premium-card-number {
        top: 19px;
        right: 18px;

        font-size: 54px;
    }

    .tl-premium-content-card h2 {
        max-width: 90%;

        font-size: 21px;
        line-height: 1.3;
    }

    .tl-premium-content-card p {
        font-size: 13px;
        line-height: 1.65;
    }

    .tl-premium-checklist {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .tl-premium-checklist li {
        min-height: 36px;

        font-size: 12px;
    }

    .tl-premium-quote {
        padding: 14px 15px;

        font-size: 13px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .tl-premium-content-card {
        padding: 22px 16px;
    }

    .tl-premium-content-card h2 {
        font-size: 19px;
    }

}

/* =====================================================
   TRAVEL LOLO FAQ
====================================================== */

.tl-faq-section {
    padding: 20px 0;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(18, 82, 166, 0.07),
            transparent 30%
        ),
        #f8fbff;
}

.tl-faq-section .tl-container {
    max-width: 1180px;
    margin: 0 auto;
  
}


/* HEADER */

.tl-faq-header {
   
    margin: 0 auto 36px;
    text-align: center;
}

.tl-faq-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #f4511e;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.tl-faq-header h2 {
    margin: 0 0 12px;
    color: #06275c;
    font-size: clamp(28px, 3vw, 28px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.tl-faq-header p {
    margin: 0 auto;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}


/* FAQ LIST */

.tl-faq-list {
 
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* FAQ ITEM */

.tl-faq-item {
    overflow: hidden;
    border: 1px solid #e1e8f0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
        0 5px 20px rgba(9, 42, 87, 0.04);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.tl-faq-item:hover {
    border-color: #cbd8e7;
    box-shadow:
        0 10px 30px rgba(9, 42, 87, 0.07);
}

.tl-faq-item.active {
    border-color: #bdd2ec;
    box-shadow:
        0 12px 32px rgba(9, 42, 87, 0.08);
}


/* QUESTION */

.tl-faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 42px 1fr 36px;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}


/* NUMBER */

.tl-faq-number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 9px;
    background: #eef5ff;
    color: #0c4b9a;
    font-size: 16px;
    font-weight: 800;
    transition: 0.25s ease;
}

.tl-faq-item.active .tl-faq-number {
    background: #0b438d;
    color: #ffffff;
}


/* TITLE */

.tl-faq-title {
    color: #102d57;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
}


/* PLUS ICON */

.tl-faq-icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    background: #f3f7fc;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.tl-faq-icon::before,
.tl-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0b438d;
    transform: translate(-50%, -50%);
    transition: 0.25s ease;
}

.tl-faq-icon::before {
    width: 12px;
    height: 2px;
}

.tl-faq-icon::after {
    width: 2px;
    height: 12px;
}

.tl-faq-item.active .tl-faq-icon {
    background: #fff0ea;
}

.tl-faq-item.active .tl-faq-icon::after {
    opacity: 0;
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.tl-faq-item.active .tl-faq-icon::before {
    background: #f4511e;
}


/* ANSWER */

.tl-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s ease;
}

.tl-faq-item.active .tl-faq-answer {
    grid-template-rows: 1fr;
}

.tl-faq-answer-inner {
    overflow: hidden;
}

.tl-faq-answer p {
    margin: 0;
    padding:
        0 70px
        22px 78px;

    color: #5b687a;
    font-size: 16px;
    line-height: 1.75;
}


/* ACTIVE ACCENT */

.tl-faq-item.active {
    position: relative;
}

.tl-faq-item.active::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 4px;
    height: 100%;

    background: #f4511e;
}


/* =====================================================
   TABLET
====================================================== */

@media (max-width: 768px) {

    .tl-faq-section {
        padding: 55px 0;
    }

    .tl-faq-header {
        margin-bottom: 28px;
    }

    .tl-faq-question {
        padding: 18px;
    }

    .tl-faq-answer p {
        padding:
            0 60px
            20px 74px;
    }

}


/* =====================================================
   MOBILE
====================================================== */

@media (max-width: 576px) {

    .tl-faq-section {
        padding: 42px 0;
    }

    .tl-faq-section .tl-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tl-faq-header {
        text-align: left;
        margin-bottom: 24px;
    }

    .tl-faq-header h2 {
        font-size: 27px;
    }

    .tl-faq-header p {
        font-size: 14px;
    }

    .tl-faq-list {
        gap: 10px;
    }

    .tl-faq-question {
        grid-template-columns: 34px 1fr 28px;

        gap: 10px;

        padding: 16px 14px;
    }

    .tl-faq-number {
        width: 32px;
        height: 32px;

        border-radius: 7px;

        font-size: 10px;
    }

    .tl-faq-title {
        font-size: 14px;
        line-height: 1.45;
    }

    .tl-faq-icon {
        width: 28px;
        height: 28px;
    }

    .tl-faq-answer p {
        padding:
            0 48px
            18px 58px;

        font-size: 13px;
        line-height: 1.65;
    }

}

/* =====================================================
   FAQ - HELLO ELEMENTOR RESET + CUSTOM STYLE
===================================================== */

.tl-faq-section,
.tl-faq-section * {
    box-sizing: border-box;
}

.tl-faq-list {
   
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* FAQ ITEM */

.tl-faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dce5ef;
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
        0 6px 24px rgba(14, 39, 76, 0.05);

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.tl-faq-item.active {
    border-color: #b7cdea;
}


/* =====================================================
   IMPORTANT: REMOVE HELLO ELEMENTOR BUTTON DEFAULT
===================================================== */

.tl-faq-section button.tl-faq-question,
.tl-faq-section .tl-faq-question,
.tl-faq-section .tl-faq-question:focus,
.tl-faq-section .tl-faq-question:active {

    /* reset hello elementor */
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 10px 10px !important;
    display: grid !important;
    grid-template-columns:
        44px minmax(0, 1fr) 34px !important;
    align-items: center !important;
    gap: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #102d57 !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: left !important;
    text-decoration: none !important;
    transform: none !important;
    cursor: pointer !important;
}


/* =====================================================
   NUMBER
===================================================== */

.tl-faq-number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef5ff;
    color: #0c4b9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.tl-faq-item.active .tl-faq-number {
    background: #0b438d;
    color: #ffffff;
}


/* =====================================================
   TITLE
===================================================== */

.tl-faq-title {
    min-width: 0;
    display: block;
    color: #102d57;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
}


/* =====================================================
   PLUS / MINUS ICON
===================================================== */

.tl-faq-icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    justify-self: end;
    border-radius: 50%;
    background: #f1f6fc;
}

.tl-faq-item.active .tl-faq-icon {
    background: #fff0ea;
}


/* =====================================================
   ANSWER
===================================================== */

.tl-faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition: grid-template-rows 0.3s ease;
}

.tl-faq-item.active .tl-faq-answer {
    grid-template-rows: 1fr;
}

.tl-faq-answer-inner {
    overflow: hidden;
}

.tl-faq-answer p {
    margin: 0 !important;
    padding:
        0 68px
        20px 78px !important;

    color: #5b687a;
    font-size: 16px;
    line-height: 1.7;
}





/* =====================================================
   TABLET
===================================================== */

@media (max-width: 768px) {

    .tl-faq-section button.tl-faq-question,
    .tl-faq-section .tl-faq-question {

        grid-template-columns:
            40px minmax(0, 1fr) 32px !important;

        padding: 17px 18px !important;

        gap: 12px !important;
    }

    .tl-faq-answer p {
        padding:
            0 58px
            19px 70px !important;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 576px) {

    .tl-faq-list {
        gap: 10px;
    }

    .tl-faq-section button.tl-faq-question,
    .tl-faq-section .tl-faq-question {

        min-height: 66px !important;

        grid-template-columns:
            34px minmax(0, 1fr) 28px !important;

        padding: 14px 13px !important;

        gap: 10px !important;
    }

    .tl-faq-number {
        width: 32px;
        height: 32px;

        border-radius: 7px;

        font-size: 10px;
    }

    .tl-faq-title {
        font-size: 14px;
        line-height: 1.4;
    }

    .tl-faq-icon {
        width: 28px;
        height: 28px;
    }

    .tl-faq-answer p {
        padding:
            0 45px
            16px 57px !important;

        font-size: 13px;
        line-height: 1.65;
    }

}

/* =====================================================
   FAQ MOBILE FIX
===================================================== */

@media (max-width: 576px) {

    .tl-faq-section {
        padding: 36px 0;
    }

    .tl-faq-section .tl-container {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .tl-faq-list {
        width: 100%;
        max-width: 100%;
        gap: 10px;
    }

    .tl-faq-item {
        width: 100%;
        max-width: 100%;
        overflow: hidden;

        border-radius: 12px;
    }

    .tl-faq-section button.tl-faq-question,
    .tl-faq-section .tl-faq-question {
        width: 100% !important;
        max-width: 100% !important;

        min-height: 0 !important;

        display: grid !important;

        grid-template-columns:
            34px minmax(0, 1fr) 30px !important;

        align-items: center !important;

        gap: 10px !important;

        padding: 14px 12px !important;

        overflow: hidden !important;

        white-space: normal !important;
    }

    .tl-faq-number {
        width: 32px;
        height: 32px;

        flex: 0 0 32px;

        border-radius: 7px;

        font-size: 10px;
    }

    .tl-faq-title {
        width: 100%;
        min-width: 0;

        display: block;

        overflow: visible;

        white-space: normal !important;

        word-break: normal;
        overflow-wrap: anywhere;

        color: #102d57;

        font-size: 13px;
        line-height: 1.45;

        font-weight: 700;
    }

    .tl-faq-icon {
        width: 28px;
        height: 28px;

        min-width: 28px;

        justify-self: end;

        flex: 0 0 28px;
    }

    .tl-faq-answer {
        width: 100%;
    }

    .tl-faq-answer-inner {
        width: 100%;
        overflow: hidden;
    }

    .tl-faq-answer p {
        margin: 0 !important;

        padding:
            0 14px
            16px 56px !important;

        white-space: normal !important;

        color: #5b687a;

        font-size: 13px;
        line-height: 1.65;
    }

}