:root {
    --primary-color: #002B5B;
    --secondary-color: #4A5568;
    --accent-color: #0056D2;
    --success-color: #1B5E20;
    --bg-main: #FFFFFF;
    --bg-alt: #F8FAFC;
    --text-primary: #1A1A1B;
    --text-secondary: #4A4A4A;
    --text-muted: #718096 !important;
    --border-color: #E2E8F0;
    --error-color: #C62828;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

.form-outline {
    position: relative;
}

.form-outline .form-control::placeholder {
    color: #6B7280 !important;
    opacity: 1 !important;
}

.form-outline .form-label {
    position: absolute !important;
    top: -0.5rem !important;
    left: 0.95rem !important;
    z-index: 2;
    margin: 0;
    padding: 0 0.25rem;
    background-color: #FFFFFF;
    color: #4A5568;
    line-height: 1.2;
    pointer-events: none;
    transform: scale(0.82);
    transform-origin: left top;
    transition: transform 0.18s ease, color 0.18s ease, top 0.18s ease;
}

.form-outline textarea.form-control ~ .form-label {
    top: -0.5rem !important;
}

.form-outline .form-control:focus ~ .form-label,
.form-outline .form-control:not(:placeholder-shown) ~ .form-label,
.form-outline.is-filled .form-label {
    top: -0.5rem !important;
    transform: scale(0.82);
    color: #002B5B;
}

.destinations-grid-section .destination-card .card-body {
    padding: 1.5rem;
}

.ilqusen-article-readable .ilqusen-detail-page-block .text-secondary,
.ilqusen-article-readable .ilqusen-detail-page-block p,
.ilqusen-article-readable .ilqusen-detail-page-block li {
    color: #1A1A1B !important;
}

.js-state-comments,
.js-state-nocomments {
    display: none !important;
}

.ilqusen-guide .js-article-card {
    align-self: flex-start;
}

.ilqusen-guide .ilqusen-guide-card {
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.text-muted {
    color: var(--text-muted);
}

.btn-primary-custom {
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 4px;
    transition: box-shadow 0.2s ease-in-out;
}

.btn-primary-custom:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15), 0 2px 4px -1px rgba(0, 0, 0, 0.1);
}

.btn-secondary-custom {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.btn-secondary-custom:hover {
    background-color: rgba(0, 43, 91, 0.05);
}

.section-padding {
    padding: 100px 0;
}

.card-custom {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    transition: box-shadow 0.2s ease-in-out;
}

.card-custom:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* ===== header ===== */
.ilqusen-header .navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    border-bottom: 1px solid #E2E8F0 !important;
}

.ilqusen-header .ilqusen-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.ilqusen-header .ilqusen-brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #002B5B;
    letter-spacing: -0.5px;
}

.ilqusen-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #4A5568;
    font-size: 0.95rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-header .nav-link:hover {
    color: #0056D2;
}

.ilqusen-header .ilqusen-btn-contact {
    background-color: #002B5B;
    color: #FFFFFF !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.ilqusen-header .ilqusen-btn-contact:hover {
    background-color: #004085;
}

.ilqusen-header .navbar-toggler {
    color: #002B5B;
    padding: 0;
}

.ilqusen-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .ilqusen-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        border-top: 1px solid #F1F5F9;
        margin-top: 0.5rem;
    }

    .ilqusen-header .nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #F1F5F9;
    }

    .ilqusen-header .ilqusen-btn-contact {
        margin-top: 1rem;
        border-bottom: none;
    }

    .ilqusen-header .ilqusen-brand-text {
        font-size: 1.25rem;
    }
}

/* ===== hero ===== */
.ilqusen-hero {
    background-color: #FFFFFF;
    overflow: hidden;
}

.ilqusen-hero__label {
    color: #0056D2;
    font-size: 0.875rem;
}

.ilqusen-hero__headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: #002B5B;
    letter-spacing: -1.5px;
}

.ilqusen-hero__description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4A5568;
}

.ilqusen-hero__info-block {
    border-color: #E2E8F0 !important;
}

.ilqusen-hero__img-wrapper {
    height: 500px;
    overflow: hidden;
}

.ilqusen-hero__img-wrapper img {
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
}

.ilqusen-hero__img-wrapper:hover img {
    transform: scale(1.03);
}

.ilqusen-hero .btn-primary {
    background-color: #002B5B !important;
    border-radius: 4px;
    padding: 18px 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none;
}

.ilqusen-hero .btn-primary:hover {
    background-color: #0056D2 !important;
    box-shadow: 0 10px 20px rgba(0, 43, 91, 0.15);
}

.ilqusen-hero .badge {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    color: #1A1A1B !important;
    background: transparent !important;
    border-color: #E2E8F0 !important;
}

.ilqusen-hero .modal-content {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.ilqusen-hero .form-control:focus {
    border-color: #0056D2 !important;
    box-shadow: inset 0 0 0 1px #0056D2 !important;
}

@media (max-width: 767.98px) {
    .ilqusen-hero__headline {
        font-size: 2rem;
    }

    .ilqusen-hero__img-wrapper {
        height: 300px;
    }

    .ilqusen-hero__info-block {
        border-start: none !important;
        border-top: 1px solid #E2E8F0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* ===== destinations-grid ===== */
.destinations-grid-section {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.destinations-grid-section .destinations-section-title {
    font-family: 'Montserrat', sans-serif;
    color: #002B5B;
    font-weight: 700;
    font-size: 2.5rem;
}

.destinations-grid-section .destinations-section-subtitle {
    max-width: 700px;
    color: #4A4A4A;
    line-height: 1.6;
}

.destinations-grid-section .destination-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow 0.2s ease-in-out;
}

.destinations-grid-section .destination-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.destinations-grid-section .destination-img-link {
    display: block;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.destinations-grid-section .destination-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destinations-grid-section .destination-title-link {
    text-decoration: none;
    display: block;
}

.destinations-grid-section .destination-title {
    color: #002B5B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: color 0.2s ease;
}

.destinations-grid-section .destination-title-link:hover .destination-title {
    color: #0056D2;
}

.destinations-grid-section .destination-rating {
    color: #F9A825;
    font-weight: 600;
    font-size: 0.9rem;
}

.destinations-grid-section .destination-reviews {
    color: #718096;
    font-size: 0.85rem;
}

.destinations-grid-section .destination-description {
    color: #4A4A4A;
    font-size: 0.95rem;
    line-height: 1.5;
}

.destinations-grid-section .price-label {
    font-size: 0.75rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.destinations-grid-section .destination-price {
    color: #002B5B;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
}

.destinations-grid-section .btn-primary {
    background-color: #002B5B;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.destinations-grid-section .btn-primary:hover {
    background-color: #004085;
}

@media (max-width: 768px) {
    .destinations-grid-section .destinations-section-title {
        font-size: 1.75rem;
    }

    .destinations-grid-section .destination-img-link {
        height: 200px;
    }
}

/* ===== deals-list ===== */
.deals-list-section {
    background-color: #F8FAFC;
    font-family: 'Inter', sans-serif
}

.deals-list-section h2 {
    font-family: 'Montserrat', sans-serif;
    color: #002B5B;
    letter-spacing: 1px
}

.deals-list-section .card {
    transition: transform .3s ease, box-shadow .3s ease;
    border: 1px solid #E2E8F0;
    border-radius: 4px
}

.deals-list-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important
}

.deals-list-section .card-img-top {
    transition: transform .5s ease
}

.deals-list-section .card:hover .card-img-top {
    transform: scale(1.05)
}

.deals-list-section .card-title {
    font-family: 'Montserrat', sans-serif;
    transition: color .2s ease
}

.deals-list-section .card-title:hover {
    color: #0056D2
}

.deals-list-section .btn-primary {
    background-color: #002B5B;
    border: none;
    border-radius: 2px;
    letter-spacing: .5px;
    transition: background-color .2s ease
}

.deals-list-section .btn-primary:hover {
    background-color: #0056D2
}

.deals-list-section .form-control-sm {
    border-radius: 2px;
    border: 1px solid #E2E8F0;
    padding: .5rem .75rem;
    font-size: .875rem
}

.deals-list-section .form-control-sm:focus {
    border-color: #0056D2;
    box-shadow: none
}

.deals-list-section .badge {
    font-weight: 600;
    text-transform: uppercase;
    padding: .4rem .7rem;
    font-size: .65rem;
    border-radius: 2px
}

.deals-list-section .text-primary {
    color: #002B5B !important
}

.deals-list-section .js-booking-form {
    background-color: #FFFFFF
}

/* ===== guide-articles ===== */
.guide-articles-section {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.guide-articles-section .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #002B5B;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.guide-articles-section .section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    color: #4A4A4A;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.guide-articles-section .guide-article-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    transition: box-shadow 0.2s ease-in-out;
}

.guide-articles-section .guide-article-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.guide-articles-section .guide-article-img-wrapper {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.guide-articles-section .guide-article-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-articles-section .guide-article-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.guide-articles-section .guide-article-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.8125rem;
    color: #718096;
    margin-bottom: 0.75rem;
}

.guide-articles-section .guide-article-meta i {
    margin-right: 4px;
    vertical-align: middle;
}

.guide-articles-section .guide-article-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.guide-articles-section .guide-article-title a {
    color: #002B5B;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.guide-articles-section .guide-article-title a:hover {
    color: #0056D2;
}

.guide-articles-section .guide-article-excerpt {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    color: #4A4A4A;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.guide-articles-section .guide-article-btn {
    display: inline-block;
    background-color: #002B5B;
    color: #FFFFFF;
    padding: 10px 24px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease-in-out;
}

.guide-articles-section .guide-article-btn:hover {
    background-color: #0056D2;
    color: #FFFFFF;
}

@media (max-width: 767.98px) {
    .guide-articles-section {
        padding: 60px 0;
    }

    .guide-articles-section .section-title {
        font-size: 16px;
    }

    .guide-articles-section .guide-article-title {
        font-size: 14px;
    }

    .guide-articles-section .guide-article-excerpt {
        font-size: 14px;
    }

    .guide-articles-section .section-subtitle {
        font-size: 14px;
    }
}

/* ===== contact-section ===== */
.contact-section {
    background-color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.contact-section__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #002B5B;
    font-size: 2.5rem;
}

.contact-section__subtitle {
    color: #4A5568;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.contact-section__info-wrapper {
    display: flex;
    flex-direction: column;
}

.contact-section__info-card {
    background-color: #F8FAFC;
    padding: 2rem;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
}

.contact-section__icon-box {
    width: 48px;
    height: 48px;
    background-color: #002B5B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-section__info-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002B5B;
    font-size: 1rem;
}

.contact-section__info-text {
    color: #1A1A1B;
    line-height: 1.6;
}

.contact-section__info-link {
    color: #0056D2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}

.contact-section__info-link:hover {
    color: #002B5B;
}

.contact-section__wa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.5rem;
    transition: transform 0.2s ease-in-out;
}

.contact-section__wa-btn:hover {
    transform: scale(1.1);
    color: #FFFFFF;
}

.contact-section__map-container {
    flex-grow: 1;
    min-height: 300px;
    border: 1px solid #E2E8F0;
    position: relative;
}

.contact-section__map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-section__form-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.contact-section__form-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #002B5B;
}

.contact-section__form .form-control {
    background-color: #F8FAFC;
    border: 1px solid #E2E8F0;
    color: #1A1A1B;
    border-radius: 4px;
}

.contact-section__form .form-control:focus {
    background-color: #FFFFFF;
    border-color: #0056D2;
    box-shadow: none;
}

.contact-section__form .form-label {
    color: #718096;
}

.contact-section__submit-btn {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 32px;
    transition: background-color 0.2s ease-in-out;
}

.contact-section__submit-btn:hover {
    background-color: #0056D2 !important;
}

@media (max-width: 767px) {
    .contact-section__title {
        font-size: 1.75rem;
    }

    .contact-section__subtitle {
        font-size: 1rem;
    }

    .contact-section__info-card {
        padding: 1.5rem;
    }

    .contact-section__form-card {
        padding: 1.5rem !important;
    }
}

/* ===== footer ===== */
.ilqusen-footer {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
}

.ilqusen-footer .footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #002B5B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ilqusen-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A4A4A !important;
}

.ilqusen-footer .footer-link {
    color: #4A4A4A;
    font-size: 0.9rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-footer .footer-link:hover {
    color: #0056D2;
}

.ilqusen-footer .text-primary {
    color: #002B5B !important;
}

.ilqusen-footer .text-secondary {
    color: #4A4A4A !important;
}

.ilqusen-footer .copyright-text {
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .ilqusen-footer .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    .ilqusen-footer .footer-brand {
        text-align: center;
    }

    .ilqusen-footer .footer-brand img {
        margin-bottom: 0.5rem;
    }

    .ilqusen-footer .row.g-4>div {
        text-align: center;
    }

    .ilqusen-footer .d-flex {
        justify-content: center;
    }
}

body {
    padding-top: 76px;
}

.ilqusen-header .navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    border-bottom: 1px solid #E2E8F0 !important;
}

.ilqusen-header .ilqusen-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.ilqusen-header .ilqusen-brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #002B5B;
    letter-spacing: -0.5px;
}

.ilqusen-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #4A5568;
    font-size: 0.95rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-header .nav-link:hover {
    color: #0056D2;
}

.ilqusen-header .ilqusen-btn-contact {
    background-color: #002B5B;
    color: #FFFFFF !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.ilqusen-header .ilqusen-btn-contact:hover {
    background-color: #004085;
}

.ilqusen-header .navbar-toggler {
    color: #002B5B;
    padding: 0;
}

.ilqusen-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .ilqusen-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        border-top: 1px solid #F1F5F9;
        margin-top: 0.5rem;
    }

    .ilqusen-header .nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #F1F5F9;
    }

    .ilqusen-header .ilqusen-btn-contact {
        margin-top: 1rem;
        border-bottom: none;
    }

    .ilqusen-header .ilqusen-brand-text {
        font-size: 1.25rem;
    }
}

.ilqusen-hero {
    background-color: #FFFFFF;
    overflow: hidden;
}

.ilqusen-hero__label {
    color: #0056D2;
    font-size: 0.875rem;
}

.ilqusen-hero__headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    color: #002B5B;
    letter-spacing: -1.5px;
}

.ilqusen-hero__description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #4A5568;
}

.ilqusen-deals-catalog {
    background-color: #F8FAFC;
    padding: 60px 0;
}

.ilqusen-deals-catalog .card-img-wrapper {
    height: 240px;
}

.ilqusen-deals-catalog .card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    transition: box-shadow 0.2s ease-in-out;
}

.ilqusen-deals-catalog .card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.ilqusen-deals-catalog .btn-primary {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
    border: none !important;
    transition: background-color 0.2s ease-in-out;
}

.ilqusen-deals-catalog .btn-primary:hover {
    background-color: #0056D2 !important;
}

.ilqusen-deals-catalog .btn-outline-primary {
    background-color: transparent !important;
    color: #002B5B !important;
    border: 2px solid #002B5B !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.ilqusen-deals-catalog .btn-outline-primary:hover {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
}

.ilqusen-deals-catalog .form-control,
.ilqusen-deals-catalog .form-select {
    background-color: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    color: #1A1A1B !important;
}

.ilqusen-deals-catalog .form-control:focus,
.ilqusen-deals-catalog .form-select:focus {
    border-color: #0056D2 !important;
    box-shadow: 0 0 0 3px rgba(0, 86, 210, 0.1) !important;
}

.ilqusen-deals-catalog .form-control::placeholder {
    color: #718096 !important;
    opacity: 1;
}

.ilqusen-share {
    background-color: #FFFFFF;
}

.ilqusen-share .btn-outline-primary {
    background-color: transparent !important;
    color: #002B5B !important;
    border: 2px solid #002B5B !important;
}

.ilqusen-share .btn-outline-primary:hover {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
}

.ilqusen-footer {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
}

.ilqusen-footer .footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #002B5B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ilqusen-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A4A4A !important;
}

.ilqusen-footer .footer-link {
    color: #4A4A4A;
    font-size: 0.9rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-footer .footer-link:hover {
    color: #0056D2;
}

.ilqusen-footer .text-primary {
    color: #002B5B !important;
}

.ilqusen-footer .text-secondary {
    color: #4A4A4A !important;
}

.ilqusen-footer .copyright-text {
    opacity: 0.8;
}

.ilqusen-footer .footer-brand img {
    max-width: 50px;
    height: auto;
}

@media (max-width: 767.98px) {
    .ilqusen-footer .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    .ilqusen-footer .footer-brand {
        text-align: center;
    }

    .ilqusen-footer .footer-brand img {
        margin-bottom: 0.5rem;
    }

    .ilqusen-footer .row.g-4>div {
        text-align: center;
    }

    .ilqusen-footer .d-flex {
        justify-content: center;
    }
}

#dealBookingModal .modal-content {
    background-color: #FFFFFF;
}

#dealBookingModal .form-control {
    background-color: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    color: #1A1A1B !important;
}

#dealBookingModal .form-control:focus {
    border-color: #0056D2 !important;
    box-shadow: 0 0 0 3px rgba(0, 86, 210, 0.1) !important;
}

#dealBookingModal .form-control::placeholder {
    color: #718096 !important;
    opacity: 1;
}

#dealBookingModal .btn-primary {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
    border: none !important;
}

#dealBookingModal .btn-primary:hover {
    background-color: #0056D2 !important;
}

.ilqusen-deals-catalog h2 {
    color: #002B5B !important;
}

.ilqusen-deals-catalog h3 {
    color: #002B5B !important;
}

@media (max-width: 767.98px) {
    .ilqusen-hero__headline {
        font-size: 18px !important;
    }

    .ilqusen-deals-catalog h2 {
        font-size: 16px !important;
    }

    .ilqusen-deals-catalog h3 {
        font-size: 14px !important;
    }

    #dealBookingModal .modal-title {
        font-size: 14px !important;
    }
}


/* ===== PAGE: privacy ===== */
.policy-content-wrapper {
  font-family: 'Inter', sans-serif;
  color: #1A1A1B;
  background-color: #FFFFFF;
  padding: 60px 24px;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

.policy-content-wrapper .policy-header-block {
  border-bottom: 2px solid #E2E8F0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.policy-content-wrapper .policy-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0056D2;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.policy-content-wrapper .policy-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #002B5B;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.policy-content-wrapper .policy-meta {
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
}

.policy-content-wrapper h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #002B5B;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #0056D2;
  padding-left: 15px;
  line-height: 1.3;
}

.policy-content-wrapper p {
  font-size: 1rem;
  color: #4A4A4A;
  margin-bottom: 20px;
}

.policy-content-wrapper ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style-type: square;
}

.policy-content-wrapper li {
  margin-bottom: 12px;
  color: #4A4A4A;
}

.policy-content-wrapper li strong {
  color: #1A1A1B;
}

.policy-content-wrapper a {
  color: #0056D2;
  text-decoration: underline;
  font-weight: 500;
}

.policy-content-wrapper a:hover {
  color: #002B5B;
  text-decoration: none;
}

.policy-content-wrapper .policy-contact-box {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  padding: 24px;
  margin: 30px 0;
}

.policy-content-wrapper .policy-contact-box p {
  margin-bottom: 10px;
}

.policy-content-wrapper .policy-contact-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .policy-content-wrapper {
    padding: 40px 16px;
  }
  .policy-content-wrapper .policy-title {
    font-size: 1.75rem;
  }
  .policy-content-wrapper h2 {
    font-size: 1.25rem;
  }
}

/* ===== PAGE: terms ===== */
.policy-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 16px;
  font-family: 'Inter', sans-serif;
  color: #1A1A1B;
  background-color: #FFFFFF;
}
.policy-content-wrapper .policy-inner-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
}
.policy-content-wrapper .policy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 100px;
}
.policy-content-wrapper .policy-tab-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  color: #4A5568;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 100%;
}
.policy-content-wrapper .policy-tab-btn i {
  font-size: 18px;
  color: #002B5B;
  transition: color 0.2s ease-in-out;
}
.policy-content-wrapper .policy-tab-btn:hover {
  background-color: #E2E8F0;
  color: #1A1A1B;
}
.policy-content-wrapper .policy-tab-btn.active {
  background-color: #002B5B;
  border-color: #002B5B;
  color: #FFFFFF;
}
.policy-content-wrapper .policy-tab-btn.active i {
  color: #FFFFFF;
}
.policy-content-wrapper .policy-content-body {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.policy-content-wrapper .policy-section-pane {
  display: none;
}
.policy-content-wrapper .policy-section-pane.active {
  display: block;
}
.policy-content-wrapper h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #002B5B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.policy-content-wrapper p {
  font-size: 16px;
  line-height: 1.7;
  color: #4A5568;
  margin-bottom: 18px;
}
.policy-content-wrapper .policy-contact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.policy-content-wrapper .policy-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1A1A1B;
  font-size: 16px;
}
.policy-content-wrapper .policy-contact-list li i {
  color: #0056D2;
  font-size: 20px;
}
.policy-content-wrapper .policy-contact-list li a {
  color: #0056D2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.policy-content-wrapper .policy-contact-list li a:hover {
  color: #002B5B;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .policy-content-wrapper .policy-inner-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .policy-content-wrapper .policy-sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .policy-content-wrapper .policy-tab-btn {
    width: auto;
    flex: 1 1 calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .policy-content-wrapper {
    padding: 30px 16px;
  }
  .policy-content-wrapper h2 {
    font-size: 18px;
  }
  .policy-content-wrapper p {
    font-size: 14px;
    line-height: 1.6;
  }
  .policy-content-wrapper .policy-tab-btn {
    flex: 1 1 100%;
    font-size: 13px;
    padding: 12px 16px;
  }
  .policy-content-wrapper .policy-content-body {
    padding: 24px;
  }
}

/* ===== PAGE: cookies ===== */
.policy-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #1A1A1B;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.policy-content-wrapper .policy-header-block {
  border-bottom: 2px solid #E2E8F0;
  padding-bottom: 24px;
  margin-bottom: 32px;
}

.policy-content-wrapper .policy-main-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #002B5B;
  margin-bottom: 8px;
  line-height: 1.2;
}

.policy-content-wrapper .policy-last-updated {
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
}

.policy-content-wrapper .policy-section {
  margin-bottom: 40px;
}

.policy-content-wrapper .policy-sub-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #002B5B;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3;
}

.policy-content-wrapper .policy-text {
  font-size: 1rem;
  color: #4A4A4A;
  margin-bottom: 16px;
}

.policy-content-wrapper .policy-cookie-category {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
}

.policy-content-wrapper .policy-category-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #002B5B;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-content-wrapper .policy-category-title i {
  color: #0056D2;
  font-size: 1.25rem;
}

.policy-content-wrapper .policy-link {
  color: #0056D2;
  text-decoration: underline;
  font-weight: 500;
}

.policy-content-wrapper .policy-link:hover {
  color: #002B5B;
}

.policy-content-wrapper .policy-preference-card {
  background-color: #FFFFFF;
  border: 2px solid #002B5B;
  border-radius: 4px;
  padding: 24px;
  margin-top: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.policy-content-wrapper .policy-preference-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #002B5B;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 12px;
}

.policy-content-wrapper .policy-preference-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #E2E8F0;
  gap: 16px;
}

.policy-content-wrapper .policy-preference-item:last-of-type {
  border-bottom: none;
}

.policy-content-wrapper .policy-pref-info {
  flex: 1;
}

.policy-content-wrapper .policy-pref-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1B;
  display: block;
  margin-bottom: 4px;
  cursor: pointer;
}

.policy-content-wrapper .policy-pref-desc {
  font-size: 0.875rem;
  color: #718096;
  display: block;
}

.policy-content-wrapper .policy-pref-action {
  display: flex;
  align-items: center;
  gap: 8px;
}

.policy-content-wrapper .policy-badge-always {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1B5E20;
  background-color: #E8F5E9;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.policy-content-wrapper .policy-checkbox {
  width: 20px;
  height: 20px;
  accent-color: #0056D2;
  cursor: pointer;
}

.policy-content-wrapper .policy-checkbox:disabled {
  cursor: not-allowed;
}

.policy-content-wrapper .policy-pref-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.policy-content-wrapper .policy-save-btn {
  background-color: #002B5B;
  color: #FFFFFF;
  border: none;
  padding: 12px 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.policy-content-wrapper .policy-save-btn:hover {
  background-color: #0056D2;
}

.policy-content-wrapper .policy-save-message {
  color: #1B5E20;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 768px) {
  .policy-content-wrapper {
    padding: 32px 16px;
  }
  .policy-content-wrapper .policy-main-heading {
    font-size: 1.75rem;
  }
  .policy-content-wrapper .policy-sub-heading {
    font-size: 1.25rem;
  }
  .policy-content-wrapper .policy-preference-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .policy-content-wrapper .policy-pref-action {
    margin-top: 8px;
  }
}

/* ===== PAGE: guide ===== */
.ilqusen-guide {
  font-family: 'Inter', sans-serif;
  background-color: #F8FAFC;
}

.ilqusen-guide .font-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.ilqusen-guide .text-dark-custom {
  color: #1A1A1B;
}

.ilqusen-guide .ilqusen-guide-card {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0 !important;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.2s ease-in-out;
}

.ilqusen-guide .ilqusen-guide-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ilqusen-guide .card-img-wrapper {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 250px;
}

.ilqusen-guide .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilqusen-guide .btn-primary {
  background-color: #002B5B !important;
  color: #FFFFFF !important;
  border: none !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 0.85rem;
  box-shadow: none;
}

.ilqusen-guide .btn-primary:hover,
.ilqusen-guide .btn-primary:focus {
  background-color: #001f42 !important;
  box-shadow: none;
}

.ilqusen-guide .btn-outline-primary {
  color: #002B5B !important;
  border: 2px solid #002B5B !important;
  background-color: transparent !important;
  font-weight: 600;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 8px 20px;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.ilqusen-guide .btn-outline-primary:hover,
.ilqusen-guide .btn-outline-primary.active {
  background-color: #002B5B !important;
  color: #FFFFFF !important;
}

.ilqusen-guide .btn-outline-secondary {
  color: #4A5568 !important;
  border: 1px solid #E2E8F0 !important;
  background-color: transparent !important;
  border-radius: 4px;
  font-size: 0.8rem;
  padding: 6px 14px;
  box-shadow: none;
}

.ilqusen-guide .btn-outline-secondary:hover {
  background-color: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #1A1A1B !important;
}

.ilqusen-guide .badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 2px;
}

.ilqusen-guide .input-group-text {
  border-color: #E2E8F0;
}

.ilqusen-guide .form-control {
  border-color: #E2E8F0;
  color: #1A1A1B;
}

.ilqusen-guide .form-control::placeholder {
  color: #718096;
  opacity: 1;
}

.ilqusen-guide .form-control:focus {
  border-color: #0056D2;
  box-shadow: 0 0 0 2px rgba(0, 86, 210, 0.2);
}

.ilqusen-guide .card-title a {
  transition: color 0.2s ease-in-out;
}

.ilqusen-guide .card-title a:hover {
  color: #0056D2 !important;
}

.ilqusen-guide .comment-item {
  border-color: #E2E8F0 !important;
}

/* ===== PAGE: contact ===== */
.ilqusen-contact-page {
  background-color: #F8FAFC;
  font-family: 'Inter', sans-serif;
}
.ilqusen-contact-page h1,
.ilqusen-contact-page h2,
.ilqusen-contact-page h3,
.ilqusen-contact-page h4 {
  font-family: 'Montserrat', sans-serif;
  color: #002B5B;
}
.ilqusen-contact-page .contact-card,
.ilqusen-contact-page .form-card,
.ilqusen-contact-page .documents-card,
.ilqusen-contact-page .map-card {
  border: 1px solid #E2E8F0 !important;
  border-radius: 4px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
.ilqusen-contact-page .icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ilqusen-contact-page .hover-accent {
  transition: color 0.2s ease-in-out;
}
.ilqusen-contact-page .hover-accent:hover {
  color: #0056D2 !important;
}
.ilqusen-contact-page .btn-whatsapp {
  background-color: #128C7E;
  color: #FFFFFF;
  font-weight: 600;
  border: none;
  padding: 12px 32px;
  transition: background-color 0.2s ease-in-out;
}
.ilqusen-contact-page .btn-whatsapp:hover {
  background-color: #075E54;
  color: #FFFFFF;
}
.ilqusen-contact-page .btn-primary {
  background-color: #002B5B;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  transition: background-color 0.2s ease-in-out;
}
.ilqusen-contact-page .btn-primary:hover {
  background-color: #001f42;
}
.ilqusen-contact-page .form-control {
  background-color: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #1A1A1B !important;
  border-radius: 4px;
}
.ilqusen-contact-page .form-control:focus {
  border-color: #0056D2 !important;
  box-shadow: 0 0 0 2px rgba(0, 86, 210, 0.2) !important;
}
.ilqusen-contact-page .form-control::placeholder {
  color: #718096 !important;
  opacity: 1 !important;
}
.ilqusen-contact-page .form-control:-ms-input-placeholder {
  color: #718096 !important;
}
.ilqusen-contact-page .form-control::-ms-input-placeholder {
  color: #718096 !important;
}
.ilqusen-contact-page .document-item {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0 !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ilqusen-contact-page .document-item:hover {
  border-color: #0056D2 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.ilqusen-contact-page .alert-info {
  background-color: #EFF6FF;
  border-color: #BFDBFE;
  color: #1E3A8A;
  font-size: 0.875rem;
}

.comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
}

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #002B5B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    user-select: none;
}

.comment-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1A1A1B;
    font-size: 1rem;
}

.comment-meta {
    font-size: 0.85rem;
    color: #718096;
}

.comment-rating {
    color: #F9A825;
    font-size: 1.1rem;
}

.comment-text {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A;
    font-size: 0.95rem;
    line-height: 1.6;
}

.comment-action-btn {
    color: #0056D2 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    transition: color 0.2s ease-in-out;
}

.comment-action-btn:hover,
.comment-action-btn:focus {
    color: #002B5B !important;
    outline: none;
}

.comment-divider {
    color: #E2E8F0;
    font-size: 0.875rem;
}

.comment-date {
    font-size: 0.85rem;
    color: #718096;
}

.reply-card {
    background-color: #F8FAFC;
    border-left: 3px solid #0056D2 !important;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
}

.avatar-circle-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0056D2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    user-select: none;
}

.reply-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1A1A1B;
    font-size: 0.95rem;
}

.bg-primary-subtle {
    background-color: rgba(0, 86, 210, 0.1) !important;
}

.text-primary-custom {
    color: #0056D2 !important;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.reply-text {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A;
    font-size: 0.9rem;
    line-height: 1.6;
}


/* ===== PAGE TEMPLATE: destinations ===== */
.ilqusen-header .navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    border-bottom: 1px solid #E2E8F0 !important;
}

.ilqusen-header .ilqusen-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.ilqusen-header .ilqusen-brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #002B5B;
    letter-spacing: -0.5px;
}

.ilqusen-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #4A5568;
    font-size: 0.95rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-header .nav-link:hover {
    color: #0056D2;
}

.ilqusen-header .ilqusen-btn-contact {
    background-color: #002B5B;
    color: #FFFFFF !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.ilqusen-header .ilqusen-btn-contact:hover {
    background-color: #004085;
}

.ilqusen-header .navbar-toggler {
    color: #002B5B;
    padding: 0;
}

.ilqusen-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .ilqusen-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        border-top: 1px solid #F1F5F9;
        margin-top: 0.5rem;
    }

    .ilqusen-header .nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #F1F5F9;
    }

    .ilqusen-header .ilqusen-btn-contact {
        margin-top: 1rem;
        border-bottom: none;
    }

    .ilqusen-header .ilqusen-brand-text {
        font-size: 1.25rem;
    }
}

.ilqusen-footer {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
}

.ilqusen-footer .footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #002B5B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ilqusen-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A4A4A !important;
}

.ilqusen-footer .footer-link {
    color: #4A4A4A;
    font-size: 0.9rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-footer .footer-link:hover {
    color: #0056D2;
}

.ilqusen-footer .text-primary {
    color: #002B5B !important;
}

.ilqusen-footer .text-secondary {
    color: #4A4A4A !important;
}

.ilqusen-footer .copyright-text {
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .ilqusen-footer .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    .ilqusen-footer .footer-brand {
        text-align: center;
    }

    .ilqusen-footer .footer-brand img {
        margin-bottom: 0.5rem;
    }

    .ilqusen-footer .row.g-4>div {
        text-align: center;
    }

    .ilqusen-footer .d-flex {
        justify-content: center;
    }
}

.ilqusen-detail-page-block {
    background-color: #FFFFFF;
}

.ilqusen-detail-page-block .ilqusen-hero-detail {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.ilqusen-detail-page-block .ilqusen-hero-detail__headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #002B5B !important;
}

.ilqusen-detail-page-block .ilqusen-hero-detail__subtitle {
    color: #4A5568 !important;
}

.ilqusen-detail-page-block .breadcrumb-item a {
    color: #0056D2;
}

.ilqusen-detail-page-block .breadcrumb-item.active {
    color: #718096 !important;
}

.ilqusen-detail-page-block .ilqusen-detail-img-wrapper img {
    border-radius: 4px;
    object-fit: cover;
    max-height: 500px;
}

.ilqusen-detail-page-block .ilqusen-detail-body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #1A1A1B;
}

.ilqusen-detail-page-block .ilqusen-detail-body p {
    margin-bottom: 1.5rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body h2,
.ilqusen-detail-page-block .ilqusen-detail-body h3 {
    font-family: 'Montserrat', sans-serif;
    color: #002B5B !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body li {
    margin-bottom: 0.5rem;
}

.ilqusen-detail-page-block .hover-accent:hover {
    color: #0056D2 !important;
}

.ilqusen-detail-page-block .ilqusen-detail-slider {
    max-width: 100%;
}

.ilqusen-detail-page-block .ilqusen-detail-slider-inner {
    border: 1px solid #E2E8F0;
}

.ilqusen-detail-page-block .btn-floating {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 43, 91, 0.85) !important;
    color: #FFFFFF !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ilqusen-detail-page-block .btn-floating:hover {
    background-color: #0056D2 !important;
}

.ilqusen-detail-page-block .avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #002B5B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.ilqusen-detail-page-block .avatar-circle-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0056D2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.ilqusen-detail-page-block .comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
}

.ilqusen-detail-page-block .reply-card {
    background-color: #F8FAFC;
    border-left: 4px solid #002B5B !important;
}

.ilqusen-detail-page-block .comment-author,
.ilqusen-detail-page-block .reply-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002B5B !important;
}

.ilqusen-detail-page-block .comment-meta {
    font-size: 0.85rem;
}

.ilqusen-detail-page-block .comment-rating i {
    color: #F9A825;
}

.ilqusen-detail-page-block .comment-text,
.ilqusen-detail-page-block .reply-text {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A;
    font-size: 0.95rem;
}

.ilqusen-detail-page-block .comment-action-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0056D2 !important;
    font-size: 0.85rem;
}

.ilqusen-detail-page-block .comment-action-btn:hover {
    color: #002B5B !important;
}

.ilqusen-detail-page-block .comment-divider {
    color: #E2E8F0;
}

.ilqusen-detail-page-block .comment-date {
    font-size: 0.8rem;
    color: #718096;
}

.ilqusen-detail-page-block .text-primary-custom {
    color: #002B5B !important;
}

.ilqusen-detail-page-block .bg-primary-subtle {
    background-color: rgba(0, 43, 91, 0.1) !important;
}

.ilqusen-detail-page-block .card {
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px;
}

.ilqusen-detail-page-block .form-control,
.ilqusen-detail-page-block .form-select {
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: #1A1A1B;
    background-color: #FFFFFF;
}

.ilqusen-detail-page-block .form-control:focus,
.ilqusen-detail-page-block .form-select:focus {
    border-color: #0056D2;
    box-shadow: 0 0 0 2px rgba(0, 86, 210, 0.15);
}

.ilqusen-detail-page-block .btn-primary {
    background-color: #002B5B !important;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 32px;
}

.ilqusen-detail-page-block .btn-primary:hover {
    background-color: #0056D2 !important;
}

.ilqusen-detail-page-block .form-control::placeholder,
.ilqusen-detail-page-block .form-select::placeholder {
    color: #718096 !important;
    opacity: 1;
}

.ilqusen-detail-page-block .btn-outline-secondary {
    background-color: #F8FAFC !important;
    border: 1px solid #002B5B !important;
    color: #002B5B !important;
    padding: 8px 16px;
    font-weight: 600;
}

.ilqusen-detail-page-block .btn-outline-secondary:hover {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
}

.policy-content-wrapper {
    width: min(100% - 32px, 1080px);
    margin: 0 auto;
    padding: 56px 0 72px;
}

.policy-content-wrapper .policy-header-block,
.policy-content-wrapper .policy-body-content,
.policy-content-wrapper .policy-section,
.policy-content-wrapper .policy-inner-layout,
.policy-content-wrapper .policy-content-body {
    background: #FFFFFF;
}

.policy-content-wrapper .policy-header-block {
    max-width: 820px;
    margin: 0 auto 2rem;
    text-align: center;
}

.policy-content-wrapper .policy-tag,
.policy-content-wrapper .policy-last-updated,
.policy-content-wrapper .policy-meta {
    color: #0056D2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.policy-content-wrapper .policy-title,
.policy-content-wrapper .policy-main-heading,
.policy-content-wrapper h1 {
    color: #002B5B;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.policy-content-wrapper h2,
.policy-content-wrapper .policy-sub-heading,
.policy-content-wrapper .policy-category-title,
.policy-content-wrapper .policy-preference-title {
    color: #002B5B;
    font-size: 1.35rem;
    margin: 2rem 0 1rem;
}

.policy-content-wrapper p,
.policy-content-wrapper .policy-text,
.policy-content-wrapper li,
.policy-content-wrapper .policy-pref-desc {
    color: #1A1A1B;
    font-size: 1rem;
    line-height: 1.75;
}

.policy-content-wrapper ul {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.policy-content-wrapper li {
    margin-bottom: 0.75rem;
}

.policy-content-wrapper .policy-section,
.policy-content-wrapper .policy-cookie-category,
.policy-content-wrapper .policy-preference-card,
.policy-content-wrapper .policy-section-pane {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.policy-content-wrapper .policy-inner-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 2rem;
}

.policy-content-wrapper .policy-sidebar {
    position: sticky;
    top: 96px;
    align-self: start;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 1rem;
    background: #F8FAFC;
}

.policy-content-wrapper .policy-tab-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border: 0;
    background: transparent;
    color: #4A5568;
    text-align: left;
    padding: 0.75rem;
    border-radius: 6px;
    font-weight: 600;
}

.policy-content-wrapper .policy-tab-btn.active,
.policy-content-wrapper .policy-tab-btn:hover {
    background: #002B5B;
    color: #FFFFFF;
}

@media (max-width: 991.98px) {
    .policy-content-wrapper .policy-inner-layout {
        grid-template-columns: 1fr;
    }

    .policy-content-wrapper .policy-sidebar {
        position: static;
    }
}

/* ===== PAGE TEMPLATE: deals ===== */
.ilqusen-header .navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    border-bottom: 1px solid #E2E8F0 !important;
}

.ilqusen-header .ilqusen-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.ilqusen-header .ilqusen-brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #002B5B;
    letter-spacing: -0.5px;
}

.ilqusen-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #4A5568;
    font-size: 0.95rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-header .nav-link:hover {
    color: #0056D2;
}

.ilqusen-header .ilqusen-btn-contact {
    background-color: #002B5B;
    color: #FFFFFF !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.ilqusen-header .ilqusen-btn-contact:hover {
    background-color: #004085;
}

.ilqusen-header .navbar-toggler {
    color: #002B5B;
    padding: 0;
}

.ilqusen-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .ilqusen-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        border-top: 1px solid #F1F5F9;
        margin-top: 0.5rem;
    }

    .ilqusen-header .nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #F1F5F9;
    }

    .ilqusen-header .ilqusen-btn-contact {
        margin-top: 1rem;
        border-bottom: none;
    }

    .ilqusen-header .ilqusen-brand-text {
        font-size: 1.25rem;
    }
}

.ilqusen-footer {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
}

.ilqusen-footer .footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #002B5B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ilqusen-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A4A4A !important;
}

.ilqusen-footer .footer-link {
    color: #4A4A4A;
    font-size: 0.9rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-footer .footer-link:hover {
    color: #0056D2;
}

.ilqusen-footer .text-primary {
    color: #002B5B !important;
}

.ilqusen-footer .text-secondary {
    color: #4A4A4A !important;
}

.ilqusen-footer .copyright-text {
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .ilqusen-footer .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    .ilqusen-footer .footer-brand {
        text-align: center;
    }

    .ilqusen-footer .footer-brand img {
        margin-bottom: 0.5rem;
    }

    .ilqusen-footer .row.g-4>div {
        text-align: center;
    }

    .ilqusen-footer .d-flex {
        justify-content: center;
    }
}

.ilqusen-detail-page-block {
    background-color: #FFFFFF;
}

.ilqusen-detail-page-block .ilqusen-hero-detail {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.ilqusen-detail-page-block .ilqusen-hero-detail__headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #002B5B !important;
}

.ilqusen-detail-page-block .ilqusen-hero-detail__subtitle {
    color: #4A5568 !important;
}

.ilqusen-detail-page-block .breadcrumb-item a {
    color: #0056D2;
}

.ilqusen-detail-page-block .breadcrumb-item.active {
    color: #718096 !important;
}

.ilqusen-detail-page-block .ilqusen-detail-img-wrapper img {
    border-radius: 4px;
    object-fit: cover;
    max-height: 500px;
}

.ilqusen-detail-page-block .ilqusen-detail-body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #1A1A1B;
}

.ilqusen-detail-page-block .ilqusen-detail-body p {
    margin-bottom: 1.5rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body h2,
.ilqusen-detail-page-block .ilqusen-detail-body h3 {
    font-family: 'Montserrat', sans-serif;
    color: #002B5B !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body li {
    margin-bottom: 0.5rem;
}

.ilqusen-detail-page-block .hover-accent:hover {
    color: #0056D2 !important;
}

.ilqusen-detail-page-block .ilqusen-detail-slider {
    max-width: 100%;
}

.ilqusen-detail-page-block .ilqusen-detail-slider-inner {
    border: 1px solid #E2E8F0;
}

.ilqusen-detail-page-block .btn-floating {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 43, 91, 0.85) !important;
    color: #FFFFFF !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ilqusen-detail-page-block .btn-floating:hover {
    background-color: #0056D2 !important;
}

.ilqusen-detail-page-block .avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #002B5B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.ilqusen-detail-page-block .avatar-circle-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0056D2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.ilqusen-detail-page-block .comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
}

.ilqusen-detail-page-block .reply-card {
    background-color: #F8FAFC;
    border-left: 4px solid #002B5B !important;
}

.ilqusen-detail-page-block .comment-author,
.ilqusen-detail-page-block .reply-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002B5B !important;
}

.ilqusen-detail-page-block .comment-meta {
    font-size: 0.85rem;
}

.ilqusen-detail-page-block .comment-rating i {
    color: #F9A825;
}

.ilqusen-detail-page-block .comment-text,
.ilqusen-detail-page-block .reply-text {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A;
    font-size: 0.95rem;
}

.ilqusen-detail-page-block .comment-action-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0056D2 !important;
    font-size: 0.85rem;
}

.ilqusen-detail-page-block .comment-action-btn:hover {
    color: #002B5B !important;
}

.ilqusen-detail-page-block .comment-divider {
    color: #E2E8F0;
}

.ilqusen-detail-page-block .comment-date {
    font-size: 0.8rem;
    color: #718096;
}

.ilqusen-detail-page-block .text-primary-custom {
    color: #002B5B !important;
}

.ilqusen-detail-page-block .bg-primary-subtle {
    background-color: rgba(0, 43, 91, 0.1) !important;
}

.ilqusen-detail-page-block .card {
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px;
}

.ilqusen-detail-page-block .form-control,
.ilqusen-detail-page-block .form-select {
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: #1A1A1B;
    background-color: #FFFFFF;
}

.ilqusen-detail-page-block .form-control:focus,
.ilqusen-detail-page-block .form-select:focus {
    border-color: #0056D2;
    box-shadow: 0 0 0 2px rgba(0, 86, 210, 0.15);
}

.ilqusen-detail-page-block .btn-primary {
    background-color: #002B5B !important;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 32px;
}

.ilqusen-detail-page-block .btn-primary:hover {
    background-color: #0056D2 !important;
}

.ilqusen-detail-page-block .form-control::placeholder,
.ilqusen-detail-page-block .form-select::placeholder {
    color: #718096 !important;
    opacity: 1;
}

.ilqusen-detail-page-block .btn-outline-secondary {
    background-color: #F8FAFC !important;
    border: 1px solid #002B5B !important;
    color: #002B5B !important;
    padding: 8px 16px;
    font-weight: 600;
}

.ilqusen-detail-page-block .btn-outline-secondary:hover {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
}

/* ===== PAGE TEMPLATE: guide ===== */
.ilqusen-header .navbar {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    border-bottom: 1px solid #E2E8F0 !important;
}

.ilqusen-header .ilqusen-logo-img {
    max-width: 45px;
    height: auto;
    object-fit: contain;
}

.ilqusen-header .ilqusen-brand-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #002B5B;
    letter-spacing: -0.5px;
}

.ilqusen-header .nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #4A5568;
    font-size: 0.95rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-header .nav-link:hover {
    color: #0056D2;
}

.ilqusen-header .ilqusen-btn-contact {
    background-color: #002B5B;
    color: #FFFFFF !important;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.ilqusen-header .ilqusen-btn-contact:hover {
    background-color: #004085;
}

.ilqusen-header .navbar-toggler {
    color: #002B5B;
    padding: 0;
}

.ilqusen-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .ilqusen-header .navbar-collapse {
        background-color: #FFFFFF;
        padding: 1.5rem 0;
        border-top: 1px solid #F1F5F9;
        margin-top: 0.5rem;
    }

    .ilqusen-header .nav-link {
        padding: 0.75rem 0;
        font-size: 1rem;
        border-bottom: 1px solid #F1F5F9;
    }

    .ilqusen-header .ilqusen-btn-contact {
        margin-top: 1rem;
        border-bottom: none;
    }

    .ilqusen-header .ilqusen-brand-text {
        font-size: 1.25rem;
    }
}

.ilqusen-footer {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF;
}

.ilqusen-footer .footer-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #002B5B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ilqusen-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4A4A4A !important;
}

.ilqusen-footer .footer-link {
    color: #4A4A4A;
    font-size: 0.9rem;
    transition: color 0.2s ease-in-out;
}

.ilqusen-footer .footer-link:hover {
    color: #0056D2;
}

.ilqusen-footer .text-primary {
    color: #002B5B !important;
}

.ilqusen-footer .text-secondary {
    color: #4A4A4A !important;
}

.ilqusen-footer .copyright-text {
    opacity: 0.8;
}

@media (max-width: 767.98px) {
    .ilqusen-footer .footer-heading {
        font-size: 1rem;
        margin-bottom: 1rem !important;
    }

    .ilqusen-footer .footer-brand {
        text-align: center;
    }

    .ilqusen-footer .footer-brand img {
        margin-bottom: 0.5rem;
    }

    .ilqusen-footer .row.g-4>div {
        text-align: center;
    }

    .ilqusen-footer .d-flex {
        justify-content: center;
    }
}

.ilqusen-detail-page-block {
    background-color: #FFFFFF;
}

.ilqusen-detail-page-block .ilqusen-hero-detail {
    background-color: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
}

.ilqusen-detail-page-block .ilqusen-hero-detail__headline {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #002B5B !important;
}

.ilqusen-detail-page-block .ilqusen-hero-detail__subtitle {
    color: #4A5568 !important;
}

.ilqusen-detail-page-block .breadcrumb-item a {
    color: #0056D2;
}

.ilqusen-detail-page-block .breadcrumb-item.active {
    color: #718096 !important;
}

.ilqusen-detail-page-block .ilqusen-detail-img-wrapper img {
    border-radius: 4px;
    object-fit: cover;
    max-height: 500px;
}

.ilqusen-detail-page-block .ilqusen-detail-body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #1A1A1B;
}

.ilqusen-detail-page-block .ilqusen-detail-body p {
    margin-bottom: 1.5rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body h2,
.ilqusen-detail-page-block .ilqusen-detail-body h3 {
    font-family: 'Montserrat', sans-serif;
    color: #002B5B !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body ul {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.ilqusen-detail-page-block .ilqusen-detail-body li {
    margin-bottom: 0.5rem;
}

.ilqusen-detail-page-block .hover-accent:hover {
    color: #0056D2 !important;
}

.ilqusen-detail-page-block .ilqusen-detail-slider {
    max-width: 100%;
}

.ilqusen-detail-page-block .ilqusen-detail-slider-inner {
    border: 1px solid #E2E8F0;
}

.ilqusen-detail-page-block .btn-floating {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 43, 91, 0.85) !important;
    color: #FFFFFF !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ilqusen-detail-page-block .btn-floating:hover {
    background-color: #0056D2 !important;
}

.ilqusen-detail-page-block .avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #002B5B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
}

.ilqusen-detail-page-block .avatar-circle-sm {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #0056D2;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
}

.ilqusen-detail-page-block .comment-card {
    background-color: #FFFFFF;
    border: 1px solid #E2E8F0 !important;
}

.ilqusen-detail-page-block .reply-card {
    background-color: #F8FAFC;
    border-left: 4px solid #002B5B !important;
}

.ilqusen-detail-page-block .comment-author,
.ilqusen-detail-page-block .reply-author {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002B5B !important;
}

.ilqusen-detail-page-block .comment-meta {
    font-size: 0.85rem;
}

.ilqusen-detail-page-block .comment-rating i {
    color: #F9A825;
}

.ilqusen-detail-page-block .comment-text,
.ilqusen-detail-page-block .reply-text {
    font-family: 'Inter', sans-serif;
    color: #4A4A4A;
    font-size: 0.95rem;
}

.ilqusen-detail-page-block .comment-action-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #0056D2 !important;
    font-size: 0.85rem;
}

.ilqusen-detail-page-block .comment-action-btn:hover {
    color: #002B5B !important;
}

.ilqusen-detail-page-block .comment-divider {
    color: #E2E8F0;
}

.ilqusen-detail-page-block .comment-date {
    font-size: 0.8rem;
    color: #718096;
}

.ilqusen-detail-page-block .text-primary-custom {
    color: #002B5B !important;
}

.ilqusen-detail-page-block .bg-primary-subtle {
    background-color: rgba(0, 43, 91, 0.1) !important;
}

.ilqusen-detail-page-block .card {
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px;
}

.ilqusen-detail-page-block .form-control,
.ilqusen-detail-page-block .form-select {
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: #1A1A1B;
    background-color: #FFFFFF;
}

.ilqusen-detail-page-block .form-control:focus,
.ilqusen-detail-page-block .form-select:focus {
    border-color: #0056D2;
    box-shadow: 0 0 0 2px rgba(0, 86, 210, 0.15);
}

.ilqusen-detail-page-block .btn-primary {
    background-color: #002B5B !important;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 12px 32px;
}

.ilqusen-detail-page-block .btn-primary:hover {
    background-color: #0056D2 !important;
}

.ilqusen-detail-page-block .form-control::placeholder,
.ilqusen-detail-page-block .form-select::placeholder {
    color: #718096 !important;
    opacity: 1;
}

.ilqusen-detail-page-block .btn-outline-secondary {
    background-color: #F8FAFC !important;
    border: 1px solid #002B5B !important;
    color: #002B5B !important;
    padding: 8px 16px;
    font-weight: 600;
}

.ilqusen-detail-page-block .btn-outline-secondary:hover {
    background-color: #002B5B !important;
    color: #FFFFFF !important;
}
