/*
Theme Name: YourTourKey Custom
Theme URI: https://yourtourkey.com
Author: YourTourKey
Description: Custom WordPress theme for YourTourKey.
Version: 1.0.0
Text Domain: yourtourkey-custom
*/

body {
    margin: 0;
    font-family: 'Poppins', Arial, sans-serif;
    color: #071f2d;
    background: #ffffff;
}

/* YOURTOURKEY NEO HEADER - CLEAN */

.ytk-neo-header,
.ytk-neo-header * {
    box-sizing: border-box;
}

.ytk-neo-header {
    position: sticky;
    top: 0;
    z-index: 99990;
    width: 100%;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(7,31,45,0.08);
    font-family: 'Poppins', Arial, sans-serif;
    isolation: isolate;
}

.ytk-neo-top {
    position: relative;
    z-index: 30;
    width: 100%;
    background: rgba(255,255,255,0.98);
    border-bottom: 1px solid rgba(7,31,45,0.06);
}

.ytk-neo-inner {
    width: calc(100% - 80px);
    max-width: 1600px;
    min-height: 96px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 255px minmax(390px, 1fr) auto;
    align-items: center;
    gap: 42px;
}

/* LOGO */

.ytk-neo-logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.ytk-neo-logo img,
.ytk-neo-logo svg {
    display: block;
    width: auto;
    height: 54px;
    max-width: 255px;
    object-fit: contain;
}

.ytk-neo-logo span {
    color: #071f2d;
    font-size: 29px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1.4px;
}

/* SEARCH */

.ytk-neo-search-wrap {
    position: relative;
    min-width: 0;
    z-index: 50;
}

.ytk-neo-search {
    position: relative;
    width: 100%;
    height: 60px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 128px;
    align-items: center;
    border-radius: 999px;
    background: #f7fbfb;
    border: 1px solid rgba(2,79,77,0.22);
    box-shadow:
        0 18px 46px rgba(7,31,45,0.07),
        inset 0 0 0 1px rgba(255,255,255,0.8);
    overflow: hidden;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.ytk-neo-search:focus-within {
    background: #ffffff;
    border-color: rgba(2,79,77,0.50);
    box-shadow:
        0 22px 60px rgba(7,31,45,0.10),
        0 0 0 4px rgba(2,79,77,0.08);
}

.ytk-neo-search-glass {
    width: 56px;
    height: 60px;
    position: relative;
    display: block;
}

.ytk-neo-search-glass::before {
    content: "";
    position: absolute;
    left: 24px;
    top: 22px;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(7,31,45,0.50);
    border-radius: 999px;
}

.ytk-neo-search-glass::after {
    content: "";
    position: absolute;
    left: 36px;
    top: 35px;
    width: 9px;
    height: 2px;
    border-radius: 999px;
    background: rgba(7,31,45,0.50);
    transform: rotate(45deg);
    transform-origin: left center;
}

.ytk-neo-search input {
    width: 100%;
    min-width: 0;
    height: 60px;
    padding: 0 12px 0 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #071f2d;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
}

.ytk-neo-search input::placeholder {
    color: rgba(7,31,45,0.40);
}

.ytk-neo-search button {
    height: 48px;
    margin-right: 6px;
    border: 0;
    border-radius: 999px;
    background: #024f4d;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ytk-neo-search button:hover {
    background: #087a74;
    transform: translateY(-1px);
}

/* LIVE SEARCH DROPDOWN */

.ytk-neo-search-results {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
    border-radius: 24px;
    background: rgba(255,255,255,0.98);
    border: 1px solid rgba(7,31,45,0.10);
    box-shadow: 0 30px 90px rgba(7,31,45,0.18);
    overflow: hidden;
}

.ytk-neo-search-results.is-visible {
    display: block;
}

.ytk-neo-search-top {
    padding: 17px 18px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(7,31,45,0.08);
}

.ytk-neo-search-top strong {
    color: #071f2d;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.ytk-neo-search-top a {
    color: #024f4d;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.ytk-neo-search-list {
    max-height: 430px;
    overflow: auto;
    padding: 10px;
}

.ytk-neo-search-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 10px;
    border-radius: 16px;
    color: #071f2d;
    text-decoration: none;
    transition:
        background 0.18s ease,
        transform 0.18s ease;
}

.ytk-neo-search-card:hover {
    background: #f2f7f7;
    transform: translateY(-1px);
}

.ytk-neo-search-thumb {
    width: 62px;
    height: 62px;
    border-radius: 14px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(2,79,77,0.12), rgba(7,31,45,0.08));
}

.ytk-neo-search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ytk-neo-search-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ytk-neo-search-info strong {
    color: #071f2d;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ytk-neo-search-info small {
    color: rgba(7,31,45,0.52);
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}

.ytk-neo-search-price {
    color: #024f4d;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.ytk-neo-search-message {
    padding: 22px;
    color: rgba(7,31,45,0.62);
    font-size: 14px;
    font-weight: 600;
}

/* MENU */

.ytk-neo-menu {
    position: relative;
    z-index: 80;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 12px;
}

.ytk-neo-menu-item {
    position: relative;
    min-width: 82px;
    padding: 8px 5px 12px;
    border-radius: 22px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #63687a;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.12px;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.ytk-neo-menu-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: #024f4d;
    transform: translateX(-50%);
    transition: width 0.2s ease;
}

.ytk-neo-menu-item:hover {
    background: rgba(2,79,77,0.07);
    color: #024f4d;
    transform: translateY(-1px);
}

.ytk-neo-menu-item:hover::after {
    width: 36px;
}

.ytk-neo-menu-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.ytk-neo-menu-item:hover .ytk-neo-menu-icon {
    background-color: rgba(7,31,45,0.06);
    transform: translateY(-1px);
}

.ytk-neo-menu-label {
    display: block;
}

/* OFFERS RED */

.ytk-neo-offers,
.ytk-neo-offers .ytk-neo-menu-label {
    color: #c72a3d;
}

.ytk-neo-offers::after {
    background: #c72a3d;
}

.ytk-neo-offers:hover {
    color: #c72a3d;
    background: rgba(199,42,61,0.08);
}

.ytk-neo-offers .ytk-neo-menu-icon {
    background-image: url("/wp-content/uploads/2026/02/seal-percent-bold-3.svg");
}

.ytk-neo-routes .ytk-neo-menu-icon {
    background-image: url("/wp-content/uploads/2026/02/anchor-simple-bold.svg");
}

.ytk-neo-fleet .ytk-neo-menu-icon {
    background-image: url("/wp-content/uploads/2026/02/boat-bold.svg");
}

.ytk-neo-cart .ytk-neo-menu-icon {
    background-image: url("/wp-content/uploads/2026/02/shopping-cart-simple-bold-1.svg");
}

.ytk-neo-profile-trigger .ytk-neo-menu-icon {
    background-image: url("/wp-content/uploads/2026/02/user-bold.svg");
}

.ytk-neo-cart em {
    position: absolute;
    top: 6px;
    right: 14px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #024f4d;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
}

/* PROFILE PANEL */

.ytk-neo-profile {
    position: relative;
    z-index: 120;
}

.ytk-neo-profile::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 100%;
    height: 18px;
    background: transparent;
}

.ytk-neo-profile-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 420px;
    padding: 12px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 100% 0%, rgba(2,79,77,0.12), transparent 36%),
        #ffffff;
    border: 1px solid rgba(7,31,45,0.10);
    box-shadow: 0 34px 100px rgba(7,31,45,0.20);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px) scale(0.98);
    transform-origin: top right;
    z-index: 100050;
    transition:
        opacity 0.2s ease 0.08s,
        visibility 0.2s ease 0.08s,
        transform 0.2s ease 0.08s;
}

.ytk-neo-profile:hover .ytk-neo-profile-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.ytk-neo-profile-head {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: #024f4d;
    color: #ffffff;
}

.ytk-neo-profile-head strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.35px;
}

.ytk-neo-profile-head span {
    display: block;
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
}

.ytk-neo-profile-grid {
    display: grid;
    gap: 7px;
    padding-top: 10px;
}

.ytk-neo-profile-link {
    min-height: 62px;
    padding: 9px 10px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #071f2d;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.ytk-neo-profile-link:hover {
    background: #f1f7f7;
    transform: translateY(-1px);
}

.ytk-neo-profile-link > span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: block;
    background-color: rgba(2,79,77,0.08);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
}

.ytk-neo-profile-link strong {
    display: block;
    color: #071f2d;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.ytk-neo-profile-link small {
    display: block;
    margin-top: 5px;
    color: rgba(7,31,45,0.50);
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
}

.ytk-neo-bookings > span {
    background-image: url("/wp-content/uploads/2026/02/ticket-bold.svg");
}

.ytk-neo-address > span {
    background-image: url("/wp-content/uploads/2026/02/map-trifold-bold-1.svg");
}

.ytk-neo-account > span {
    background-image: url("/wp-content/uploads/2026/02/user-list-bold-1.svg");
}

.ytk-neo-subscribe > span {
    background-image: url("/wp-content/uploads/2026/02/bell-ringing-bold-1.svg");
}

.ytk-neo-password > span {
    background-image: url("/wp-content/uploads/2026/02/password-bold.svg");
}

/* MOBILE */

.ytk-neo-mobile-button {
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(7,31,45,0.12);
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.ytk-neo-mobile-button span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #071f2d;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease;
}

body.ytk-neo-mobile-open .ytk-neo-mobile-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.ytk-neo-mobile-open .ytk-neo-mobile-button span:nth-child(2) {
    opacity: 0;
}

body.ytk-neo-mobile-open .ytk-neo-mobile-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ytk-neo-mobile-panel {
    display: none;
    padding: 18px;
    background: #ffffff;
    border-top: 1px solid rgba(7,31,45,0.08);
}

.ytk-neo-mobile-search {
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 18px;
    border: 1px solid rgba(7,31,45,0.12);
}

.ytk-neo-mobile-search input {
    min-width: 0;
    height: 50px;
    border: 0;
    outline: 0;
    padding: 0 15px;
    font-family: inherit;
    font-weight: 600;
}

.ytk-neo-mobile-search button {
    height: 50px;
    border: 0;
    padding: 0 16px;
    background: #024f4d;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
}

.ytk-neo-mobile-nav {
    display: grid;
    gap: 8px;
}

.ytk-neo-mobile-nav a {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 15px;
    background: #f6f8fb;
    color: #071f2d;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 650;
}

.ytk-neo-mobile-link::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 10px;
    flex: 0 0 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ytk-neo-mobile-offers {
    color: #c72a3d !important;
}

.ytk-neo-mobile-offers::before {
    background-image: url("/wp-content/uploads/2026/02/seal-percent-bold-3.svg");
}

.ytk-neo-mobile-routes::before {
    background-image: url("/wp-content/uploads/2026/02/anchor-simple-bold.svg");
}

.ytk-neo-mobile-fleet::before {
    background-image: url("/wp-content/uploads/2026/02/boat-bold.svg");
}

.ytk-neo-mobile-cart::before {
    background-image: url("/wp-content/uploads/2026/02/shopping-cart-simple-bold-1.svg");
}

.ytk-neo-mobile-profile::before {
    background-image: url("/wp-content/uploads/2026/02/user-bold.svg");
}

.ytk-neo-mobile-line {
    height: 1px;
    margin: 6px 0;
    background: rgba(7,31,45,0.08);
}

/* RESPONSIVE */

@media (max-width: 1380px) {
    .ytk-neo-inner {
        grid-template-columns: 230px minmax(320px, 1fr) auto;
        gap: 26px;
    }

    .ytk-neo-logo img,
    .ytk-neo-logo svg {
        height: 50px;
        max-width: 230px;
    }

    .ytk-neo-menu {
        gap: 8px;
    }

    .ytk-neo-menu-item {
        min-width: 74px;
        font-size: 13px;
    }

    .ytk-neo-menu-icon {
        width: 38px;
        height: 38px;
        background-size: 28px;
    }
}

@media (max-width: 1160px) {
    .ytk-neo-inner {
        grid-template-columns: 235px minmax(280px, 1fr) 50px;
    }

    .ytk-neo-menu {
        display: none;
    }

    .ytk-neo-mobile-button {
        display: inline-flex;
    }

    body.ytk-neo-mobile-open .ytk-neo-mobile-panel {
        display: block;
    }
}

@media (max-width: 820px) {
    .ytk-neo-inner {
        width: calc(100% - 36px);
        min-height: 84px;
        grid-template-columns: auto 50px;
        gap: 18px;
    }

    .ytk-neo-search-wrap {
        display: none;
    }

    .ytk-neo-logo img,
    .ytk-neo-logo svg {
        height: 50px;
        max-width: 225px;
    }
}

@media (max-width: 480px) {
    .ytk-neo-inner {
        width: calc(100% - 28px);
    }

    .ytk-neo-logo img,
    .ytk-neo-logo svg {
        height: 44px;
        max-width: 200px;
    }
}





/* YOURTOURKEY NEO FOOTER - UPDATED */

.ytk-neo-footer,
.ytk-neo-footer * {
    box-sizing: border-box;
}

.ytk-neo-footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 0%, rgba(2,79,77,0.24), transparent 34%),
        radial-gradient(circle at 8% 18%, rgba(255,255,255,0.055), transparent 28%),
        #071018;
    color: #ffffff;
    font-family: 'Poppins', Arial, sans-serif;
}

.ytk-neo-footer::before {
    content: "";
    position: absolute;
    inset: auto -10% -35% -10%;
    height: 460px;
    background: radial-gradient(circle, rgba(2,79,77,0.18), transparent 62%);
    pointer-events: none;
}

/* CTA */

.ytk-footer-cta {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 74px auto 0;
    padding: 58px 60px;
    border-radius: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255,255,255,0.18), transparent 36%),
        linear-gradient(135deg, #024f4d 0%, #066761 62%, #087a74 100%);
    box-shadow: 0 30px 90px rgba(0,0,0,0.30);
}

.ytk-footer-cta-content {
    max-width: 1000px;
}

.ytk-footer-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.74);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.ytk-footer-cta h2 {
    margin: 0 0 20px;
    max-width: 1020px;
    color: #ffffff;
    font-size: clamp(42px, 4.6vw, 78px);
    line-height: 0.98;
    letter-spacing: -3.5px;
    font-weight: 900;
}

.ytk-footer-cta p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
}

.ytk-footer-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 0 0 auto;
}

.ytk-footer-btn {
    min-width: 210px;
    min-height: 56px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ytk-footer-btn:hover {
    transform: translateY(-2px);
}

.ytk-footer-btn-light {
    background: #ffffff;
    color: #071f2d;
}

.ytk-footer-btn-dark {
    background: rgba(7,16,24,0.42);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.22);
}

.ytk-footer-btn-dark:hover {
    background: #071018;
    color: #ffffff;
}

/* TRUST STRIP */

.ytk-footer-trust {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 26px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.ytk-footer-trust > div {
    min-height: 112px;
    padding: 22px 24px;
    border-radius: 26px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
}

.ytk-footer-trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ytk-footer-trust-icon img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.ytk-footer-trust-copy {
    min-width: 0;
    display: block;
}

.ytk-footer-trust-copy strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

.ytk-footer-trust-copy small {
    display: block;
    color: rgba(255,255,255,0.62);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

/* MAIN GRID */

.ytk-footer-main {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
    max-width: 1600px;
    margin: 0 auto;
    padding: 88px 0 68px;
    display: grid;
    grid-template-columns: 1.45fr 0.86fr 0.86fr 0.76fr 1.05fr;
    gap: 54px;
    align-items: start;
}

.ytk-footer-brand {
    min-width: 0;
}

.ytk-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 28px;
    line-height: 0;
    text-decoration: none;
}

.ytk-footer-logo img,
.ytk-footer-logo svg {
    display: block;
    width: auto;
    height: 66px;
    max-width: 320px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.ytk-footer-logo span {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.ytk-footer-brand p {
    max-width: 430px;
    margin: 0;
    color: rgba(255,255,255,0.62);
    font-size: 15px;
    line-height: 1.75;
    font-weight: 500;
}

.ytk-footer-socials {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ytk-footer-socials a {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.18s ease, background 0.18s ease;
}

.ytk-footer-socials a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.14);
}

.ytk-footer-socials img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    display: block;
}

.ytk-footer-col h3 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ytk-footer-col a {
    width: fit-content;
    display: flex;
    margin-bottom: 13px;
    color: rgba(255,255,255,0.58);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    transition: color 0.18s ease, transform 0.18s ease;
}

.ytk-footer-col a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.ytk-footer-payments p {
    max-width: 310px;
    margin: 0 0 20px;
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.ytk-footer-payment-box {
    width: 100%;
    max-width: 320px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.11);
}

.ytk-footer-payment {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
    opacity: 0.94;
}

.ytk-footer-tursab {
    width: fit-content !important;
    display: inline-flex !important;
    margin: 18px 0 0 !important;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

.ytk-footer-tursab:hover {
    transform: none !important;
    background: rgba(255,255,255,0.12);
}

.ytk-footer-tursab img {
    width: 145px;
    height: auto;
    display: block;
}

/* BOTTOM */

.ytk-footer-bottom {
    position: relative;
    z-index: 1;
    width: calc(100% - 80px);
    max-width: 1600px;
    min-height: 74px;
    margin: 0 auto;
    padding: 24px 0 34px;
    border-top: 1px solid rgba(255,255,255,0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    font-weight: 600;
}

.ytk-footer-bottom nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ytk-footer-bottom a {
    color: rgba(255,255,255,0.50);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.ytk-footer-bottom a:hover {
    color: #ffffff;
}

/* WHATSAPP FLOAT */

.ytk-whatsapp-float,
.ytk-whatsapp-float * {
    box-sizing: border-box;
}

.ytk-whatsapp-float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 99999;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-family: 'Poppins', Arial, sans-serif;
    transition: transform 0.2s ease;
}

.ytk-whatsapp-float:hover {
    transform: translateY(-3px);
}

.ytk-whatsapp-info {
    min-height: 58px;
    padding: 8px 16px 8px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(7,31,45,0.08);
    box-shadow: 0 18px 46px rgba(7,31,45,0.16);
    display: flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(12px);
}

.ytk-whatsapp-brand {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #f4f7f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ytk-whatsapp-brand img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.ytk-whatsapp-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ytk-whatsapp-text strong {
    color: #071f2d;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 800;
}

.ytk-whatsapp-text small {
    margin-top: 4px;
    color: #25D366;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ytk-whatsapp-text i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #25D366;
    box-shadow: 0 0 0 rgba(37,211,102,0.4);
    animation: ytkPulseGreen 2s infinite;
}

.ytk-whatsapp-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #25D366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 32px rgba(37,211,102,0.38);
}

.ytk-whatsapp-icon img {
    width: 32px;
    height: 32px;
    display: block;
}

@keyframes ytkPulseGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0.65);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(37,211,102,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

/* RESPONSIVE FOOTER */

@media (max-width: 1240px) {
    .ytk-footer-main {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 46px 40px;
    }

    .ytk-footer-payments {
        grid-column: span 2;
    }
}

@media (max-width: 920px) {
    .ytk-footer-cta,
    .ytk-footer-trust,
    .ytk-footer-main,
    .ytk-footer-bottom {
        width: calc(100% - 36px);
    }

    .ytk-footer-cta {
        padding: 44px 28px;
        border-radius: 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .ytk-footer-cta h2 {
        font-size: 46px;
        letter-spacing: -2.2px;
    }

    .ytk-footer-cta-actions {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .ytk-footer-btn {
        flex: 1 1 220px;
    }

    .ytk-footer-trust {
        grid-template-columns: 1fr;
    }

    .ytk-footer-main {
        grid-template-columns: 1fr 1fr;
    }

    .ytk-footer-brand,
    .ytk-footer-payments {
        grid-column: span 2;
    }

    .ytk-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .ytk-footer-bottom nav {
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    .ytk-footer-cta,
    .ytk-footer-trust,
    .ytk-footer-main,
    .ytk-footer-bottom {
        width: calc(100% - 28px);
    }

    .ytk-footer-cta {
        margin-top: 44px;
        padding: 36px 22px;
        border-radius: 24px;
    }

    .ytk-footer-cta h2 {
        font-size: 38px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .ytk-footer-cta p {
        font-size: 16px;
    }

    .ytk-footer-cta-actions {
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ytk-footer-btn {
        width: auto;
        min-width: 168px;
        min-height: 46px;
        padding: 0 18px;
        flex: 0 0 auto;
        font-size: 13px;
        line-height: 1;
    }

    .ytk-footer-btn:hover {
        transform: none;
    }

    .ytk-footer-trust > div {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 20px;
    }

    .ytk-footer-trust-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }

    .ytk-footer-trust-icon img {
        width: 24px;
        height: 24px;
    }

    .ytk-footer-main {
        padding-top: 58px;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ytk-footer-brand,
    .ytk-footer-payments {
        grid-column: auto;
    }

    .ytk-footer-logo img,
    .ytk-footer-logo svg {
        height: 52px;
        max-width: 260px;
    }

    .ytk-footer-payment {
        width: 260px;
    }

    .ytk-whatsapp-info {
        display: none;
    }

    .ytk-whatsapp-float {
        left: 18px;
        bottom: 18px;
    }

    .ytk-whatsapp-icon {
        width: 56px;
        height: 56px;
    }
}



