.container {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
}

.row {
    --grid-gutter-x: 24px;
    --grid-gutter-y: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--grid-gutter-y) * -1);
    margin-right: calc(var(--grid-gutter-x) * -0.5);
    margin-left: calc(var(--grid-gutter-x) * -0.5);
}

.row > * {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--grid-gutter-x) * 0.5);
    padding-left: calc(var(--grid-gutter-x) * 0.5);
    margin-top: var(--grid-gutter-y);
}

.gy-4 {
    --grid-gutter-y: 24px;
}

.g-4 {
    --grid-gutter-x: 24px;
    --grid-gutter-y: 24px;
}

.row-gutter-y-40 {
    --grid-gutter-y: 40px;
}

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

.justify-content-center {
    justify-content: center;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-block {
    display: block;
}

.m-0 {
    margin: 0;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.pe-2 {
    padding-right: 0.5rem;
}

.ps-2 {
    padding-left: 0.5rem;
}

.form-select {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 0 42px 0 14px;
    border: 1px solid #dbe4ee;
    border-radius: 12px;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    color: #12344d;
    font: inherit;
    appearance: none;
}

body.locked {
    overflow: hidden;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary {
    min-height: 54px;
    padding: 0 26px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #1698ff 0%, #0e94ff 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(14, 148, 255, .22);
}

.btn-primary:hover {
    color: #fff;
}

.route-lite i.fa-solid,
.route-lite i.fa-regular,
.route-lite i.fa-brands,
.route-lite i.fas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1em;
    font-style: normal;
    line-height: 1;
}

.route-lite .fa-twitter::before {
    content: "X";
}

.route-lite .fa-facebook::before {
    content: "f";
}

.route-lite .fa-pinterest::before {
    content: "P";
}

.route-lite .fa-instagram::before {
    content: "IG";
    font-size: 0.78em;
    letter-spacing: -0.02em;
}

.route-lite .fa-envelope::before,
.route-lite .fa-envelope-open-text::before,
.route-lite .fa-envelope-circle-check::before {
    content: "✉";
}

.route-lite .fa-phone::before {
    content: "☎";
}

.route-lite .fa-map-marker-alt::before {
    content: "⌖";
}

.route-lite .fa-question-circle::before {
    content: "?";
}

.route-lite .fa-arrow-up::before {
    content: "↑";
}

.route-lite .fa-arrow-right::before {
    content: "→";
}

.route-lite .fa-xmark::before {
    content: "×";
}

.route-lite .fa-check::before {
    content: "✓";
}

.route-lite .fa-clock::before,
.route-lite .fa-calendar-alt::before {
    content: "◷";
}

.route-lite .fa-passport::before {
    content: "ID";
    font-size: 0.65em;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.route-lite .fa-globe::before {
    content: "◎";
}

.route-lite .fa-file-signature::before {
    content: "✎";
}

.route-lite .fa-credit-card::before {
    content: "¤";
}

.site-topbar-modern {
    background: linear-gradient(90deg, #118df0 0%, #1c8aa0 100%);
    color: #fff;
    padding: 10px 0;
}

.site-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-topbar-left,
.site-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.site-topbar-left a,
.site-topbar-right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    opacity: .95;
}

.site-topbar-left a:hover,
.site-topbar-right a:hover {
    color: #fff;
    opacity: 1;
}

.site-topbar-socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.site-topbar-socials a {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.12);
}

.site-header-modern {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid #ebf0f5;
    backdrop-filter: blur(10px);
}

.footer {
    background: var(--thm-black);
    color: #fff;
}

.footer-inner {
    padding: 60px 0 40px;
}

.footer-widget-logo {
    max-width: 250px;
}

.footer-widget-text {
    margin-top: 24px;
    margin-bottom: 18px;
    max-width: 370px;
}

.footer-widget-text p,
.footer-widget-contact,
.footer-widget-explore li,
.footer-widget-department li {
    color: rgba(255,255,255,.78);
}

.footer-widget {
    margin-top: 24px;
}

.footer-widget-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-widget-explore ul,
.footer-widget-department ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-explore li,
.footer-widget-department li {
    margin-bottom: 10px;
    font-size: 15px;
}

.footer-widget-explore a,
.footer-widget-department a,
.footer-widget-contact-item a {
    color: rgba(255,255,255,.78);
    text-decoration: none;
}

.footer-widget-explore a:hover,
.footer-widget-department a:hover,
.footer-widget-contact-item a:hover {
    color: #fff;
}

.footer-widget-contact {
    line-height: 1.8;
}

.footer-widget-contact-list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.footer-widget-contact-list i {
    color: var(--thm-primary);
}

.footer-widget-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-widget-socials a {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.1);
}

.footer-widget-socials a:hover {
    background: rgba(255,255,255,.18);
    color: #fff;
}

.bottom-footer {
    background: var(--thm-dark-black);
    text-align: center;
    padding: 18px 0;
}

.bottom-footer p {
    margin: 0;
    color: rgba(255,255,255,.8);
    font-size: 14px;
}

.site-header-modern .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 90px;
}

.site-logo-modern a {
    display: inline-flex;
    align-items: center;
}

.site-logo-modern img {
    width: 190px;
    max-width: 100%;
    height: auto;
    display: block;
}

.site-nav-modern {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav-modern li a {
    color: #12344d;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: .2s ease;
}

.site-nav-modern li a:hover {
    color: #0e94ff;
}

.site-header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lang-select-modern {
    min-width: 128px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #dbe4ee;
    background: #fff;
    font-weight: 600;
    color: #12344d;
    padding: 0 14px;
}

.apply-btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1698ff 0%, #0e94ff 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(14, 148, 255, .18);
    transition: .2s ease;
}

.apply-btn-modern:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(14, 148, 255, .24);
}

.mobile-menu-button-modern {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #dbe4ee;
    background: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-button-modern span {
    display: block;
    width: 18px;
    height: 2px;
    background: #12344d;
    border-radius: 99px;
}

.mobile-nav-wrapper {
    position: fixed;
    inset: 0;
    z-index: 1111111;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.mobile-nav-wrapper.expanded {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
}

.mobile-nav-content {
    position: absolute;
    top: 0;
    left: 0;
    width: min(360px, 88vw);
    height: 100%;
    background: #0f172a;
    color: #fff;
    padding: 24px 18px 28px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .35s ease;
}

.mobile-nav-wrapper.expanded .mobile-nav-content {
    transform: translateX(0);
}

.mobile-nav-close {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 28px;
    height: 28px;
}

.mobile-nav-close span {
    position: absolute;
    left: 4px;
    top: 13px;
    width: 20px;
    height: 2px;
    background: #fff;
}

.mobile-nav-close span:first-child {
    transform: rotate(45deg);
}

.mobile-nav-close span:last-child {
    transform: rotate(-45deg);
}

.mobile-nav-content .logo-box {
    margin: 18px 0 26px;
}

.mobile-nav-menu,
.mobile-nav-contact,
.mobile-nav-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li a,
.mobile-nav-contact li a {
    color: #fff;
    text-decoration: none;
}

.mobile-nav-menu li {
    margin-bottom: 12px;
}

.mobile-nav-menu li a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
}

.mobile-nav-contact {
    margin-top: 20px;
}

.mobile-nav-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: rgba(255,255,255,.82);
}

.mobile-nav-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.mobile-nav-social li a {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
}

.scroll-to-top {
    position: fixed !important;
    right: 18px !important;
    bottom: 74px !important;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99990 !important;
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 1;
}

.wa-float-btn {
    position: fixed !important;
    right: 18px !important;
    bottom: 14px !important;
    z-index: 99999 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #00E785;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
    animation: waPulse 2.5s ease infinite;
}

.wa-float-btn:hover {
    color: #fff;
}

.wa-float-btn svg {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

@keyframes waPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

@media (max-width: 991px) {
    .container {
        width: min(100% - 28px, 1200px);
    }

    .d-lg-none {
        display: block;
    }

    .col-md-4,
    .col-md-6,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-nav-modern {
        display: none;
    }

    .mobile-menu-button-modern {
        display: inline-flex;
    }

    .site-header-modern .container {
        min-height: 82px;
    }

    .site-logo-modern img {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .container {
        width: min(100% - 24px, 1200px);
    }

    .site-topbar-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .site-header-actions {
        gap: 10px;
    }

    .lang-select-modern {
        min-width: 110px;
        height: 42px;
        font-size: 14px;
    }

    .apply-btn-modern {
        min-height: 42px;
        padding: 0 18px;
        font-size: 14px;
    }

    .site-logo-modern img {
        width: 150px;
    }

    .scroll-to-top {
        right: 14px !important;
        bottom: 68px !important;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .wa-float-btn {
        right: 14px !important;
        bottom: 12px !important;
        padding: 8px 10px;
        font-size: 14px;
    }

    .wa-float-btn span {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
