:root {
    --kp-navy: #1b2072;
    --kp-blue: #1a5fa8;
    --kp-light: #f4f7fb;
    --kp-white: #ffffff;
    --kp-text: #2c3e50;
    --kp-muted: #6b7c93;
    --kp-border: #e2e8f0
}

.pagination-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 2rem
}

.page-btn {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 40px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
    color: #1b2072
}

.page-btn.active-page {
    background: #1b2072;
    border-color: #1b2072;
    color: white
}

.page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8f9fa
}

.page-num-btn {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 40px;
    padding: 8px 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.1s;
    min-width: 44px;
    text-align: center;
    color: #1b2072
}

.page-num-btn.active-page {
    background: #1b2072;
    border-color: #1b2072;
    color: white
}

.page-ellipsis {
    padding: 0 4px;
    color: #6c757d;
    font-weight: 500
}

@media (min-width:769px) {
    .pagination-modern {
        gap: 10px
    }

    .page-num-btn {
        padding: 8px 16px;
        min-width: 48px
    }

    .page-btn {
        padding: 8px 20px
    }
}

@media (max-width:768px) and (min-width:481px) {
    .pagination-modern {
        gap: 6px
    }

    .page-num-btn {
        padding: 6px 12px;
        min-width: 40px;
        font-size: 0.85rem
    }

    .page-btn {
        padding: 6px 14px;
        font-size: 0.85rem
    }

    .page-ellipsis {
        font-size: 0.85rem
    }
}

@media (max-width:480px) {
    .pagination-modern {
        gap: 4px
    }

    .page-num-btn {
        padding: 5px 10px;
        min-width: 36px;
        font-size: 0.75rem;
        border-radius: 30px
    }

    .page-btn {
        padding: 5px 12px;
        font-size: 0.75rem;
        border-radius: 30px
    }

    .page-ellipsis {
        font-size: 0.75rem;
        padding: 0 2px
    }
}

@media (max-width:380px) {
    .pagination-modern {
        gap: 3px
    }

    .page-num-btn {
        padding: 4px 8px;
        min-width: 32px;
        font-size: 0.7rem
    }

    .page-btn {
        padding: 4px 10px;
        font-size: 0.7rem
    }
}

.select-wrapper {
    position: relative;
    display: inline-block
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    cursor: pointer;
    min-width: 140px
}

.custom-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}

.select-wrapper::after {
    content: "▼";
    font-size: 0.7rem;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #1b2072
}

.custom-select {
    scrollbar-width: thin
}

@media (max-width:576px) {
    .custom-select {
        min-width: 115px;
        font-size: 0.75rem;
        padding: 0.25rem 1.75rem 0.25rem 0.5rem
    }

    .select-wrapper::after {
        right: 8px;
        font-size: 0.6rem
    }
}

.page-num-btn.active-page {
    background: #1b2072;
    border-color: #1b2072;
    color: white
}

.page-ellipsis {
    padding: 0 6px;
    color: #6c757d
}

@media (max-width:768px) {
    .product-card .card-img {
        height: 140px
    }

    .product-name-outside {
        font-size: 0.7rem !important;
        min-height: 40px !important;
        line-height: 1.3 !important
    }

    .product-sku-price {
        font-size: 0.6rem !important;
        gap: 4px !important;
        margin-bottom: 8px !important
    }

    .btn-wa {
        padding: 6px 10px !important;
        font-size: 0.65rem !important
    }

    .btn-wa i {
        font-size: 0.8rem !important
    }

    .category-badge {
        font-size: 0.55rem !important;
        padding: 3px 6px !important;
        top: 6px !important;
        left: 6px !important
    }
}

@media (max-width:576px) {
    .col-6 {
        width: 50% !important;
        flex: 0 0 50% !important;
        padding: 0 8px !important
    }

    .product-card .card-img {
        height: 120px
    }

    .product-name-outside {
        font-size: 0.65rem !important;
        min-height: 35px !important;
        margin-bottom: 6px !important
    }

    .product-sku-price {
        font-size: 0.55rem !important;
        margin-bottom: 6px !important
    }

    .btn-wa {
        padding: 5px 8px !important;
        font-size: 0.6rem !important
    }

    .card-content {
        padding: 8px !important
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .col-md-4 {
        width: 33.333% !important;
        flex: 0 0 33.333% !important
    }

    .product-card .card-img {
        height: 150px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: var(--kp-text);
    padding-top: 0;
    overflow-x: hidden
}

@media (max-width:991px) {
    body {
        padding-top: 0 !important;
        padding-bottom: 70px
    }
}

:root {
    --kp-navy: #1b2072;
    --kp-blue: #1a5fa8;
    --kp-light: #f4f7fb;
    --kp-white: #ffffff;
    --kp-text: #2c3e50;
    --kp-muted: #6b7c93;
    --kp-border: #e2e8f0;
    --kp-accent: #e67e22;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 24px 48px rgba(0, 0, 0, 0.08)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    color: var(--kp-text);
    padding-top: 0;
    overflow-x: hidden
}

@media (max-width:991px) {
    body {
        padding-top: 0 !important;
        padding-bottom: 70px
    }
}

h1,
h2,
h3,
h4,
.heading {
    font-weight: 600;
    letter-spacing: -0.02em
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--kp-navy);
    line-height: 1.2
}

.section-heading span {
    color: var(--kp-blue)
}

.section-tag,
.about-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--kp-blue);
    margin-bottom: 12px
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-delay-1 {
    transition-delay: 0.1s
}

.reveal-delay-2 {
    transition-delay: 0.2s
}

.about-hero {
    background: linear-gradient(120deg, var(--kp-navy) 0%, var(--kp-blue) 100%);
    padding: 80px 0 70px;
    position: relative
}

.about-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.03), transparent);
    pointer-events: none
}

.hero-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 16px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px
}

.about-hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2
}

.about-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    max-width: 520px;
    line-height: 1.7
}

.stat-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease
}

.stat-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12)
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.stat-label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
    letter-spacing: 0.5px
}

.section {
    padding: 80px 0
}

.section-sm {
    padding: 60px 0
}

.story-img {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg)
}

.story-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block
}

.story-badge {
    margin-top: -30px;
    margin-left: 30px;
    background: #fff;
    padding: 16px 28px;
    border-radius: 60px;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--kp-border)
}

.story-badge .year {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--kp-navy);
    line-height: 1
}

.story-badge .text {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--kp-muted);
    letter-spacing: 0.5px
}

.story-text p {
    color: var(--kp-muted);
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 0.95rem
}

.active-page-header {
    background-color: #ffffff;
    color: #007bff !important;
    border-radius: 4px 4px 0 0
}

.feature-card:hover .feature-icon i {
    transform: scale(1.15)
}

tyle>* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    overflow-x: hidden
}

html,
body {
    scroll-behavior: auto !important
}

* {
    scroll-margin-top: 0
}

.products-section,
.product-grid,
.product-list {
    scroll-margin-top: 80px
}

:target {
    scroll-margin-top: 0
}

:root {
    --kp-blue: #2c7be5;
    --kp-navy: #1b2072;
    --kp-light: #eef2f8;
    --kp-muted: #5f6c84;
    --shadow-sm: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
    --shadow-md: 0 20px 30px -12px rgba(0, 0, 0, 0.12)
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px
}

.categories-custom-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.cat-card-item {
    flex: 0 1 calc(25% - 20px);
    min-width: 250px;
    text-decoration: none;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease
}

.cat-card-content {
    position: relative;
    height: 320px;
    width: 100%
}

.cat-card-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.cat-card-item:hover img {
    transform: scale(1.1)
}

.cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(27, 32, 114) 10%, rgba(0, 0, 0, 0.2) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff
}

.cat-icon {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.9
}

.cat-details h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0
}

.cat-details span {
    font-size: 0.85rem;
    opacity: 0.8
}

.cat-arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    transition: background 0.3s
}

.cat-card-item:hover .cat-arrow {
    background: var(--kp-primary, #007bff)
}

@media (max-width:1024px) {
    .cat-card-item {
        flex: 0 1 calc(50% - 20px)
    }
}

@media (max-width:600px) {
    .cat-card-item {
        flex: 0 1 100%
    }

    .cat-card-content {
        height: 280px
    }
}

.section-subtitle {
    color: var(--kp-muted, #6c757d);
    max-width: 520px;
    margin: 10px auto 0;
    font-size: .92rem;
    line-height: 1.5
}

.md-section {
    background: var(--kp-light);
    padding: 80px 0
}

.md-card {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: box-shadow 0.3s ease
}

.md-card:hover {
    box-shadow: var(--shadow-lg)
}

.md-image {
    background: white;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.md-photo {
    width: 100%;
    max-width: 260px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease
}

.md-card:hover .md-photo {
    transform: scale(1.05)
}

.md-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.md-title {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    text-transform: uppercase
}

.md-content {
    padding: 40px 48px
}

.md-quote {
    font-size: 3rem;
    line-height: 1;
    color: var(--kp-blue);
    opacity: 0.3;
    margin-bottom: 16px
}

.md-message {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
    color: var(--kp-text);
    margin-bottom: 24px;
    padding-left: 20px;
    border-left: 3px solid var(--kp-blue)
}

.md-body {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px
}

.md-sign {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px
}

.md-sign-icon {
    font-size: 1.8rem;
    color: var(--kp-blue)
}

.md-sign-name {
    font-weight: 600;
    color: var(--kp-text)
}

.md-sign-role {
    font-size: 0.8rem;
    color: #777
}

#categoriesScroll {
    overflow-x: hidden;
    display: flex;
    white-space: nowrap
}

.categories-track {
    display: flex
}

.md-body {
    color: var(--kp-muted);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 16px
}

.md-sign {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--kp-border);
    display: flex;
    align-items: center;
    gap: 16px
}

.md-sign-icon {
    width: 48px;
    height: 48px;
    background: var(--kp-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.md-sign-icon i {
    color: #fff;
    font-size: 1.2rem
}

.md-sign-name {
    font-weight: 700;
    font-size: 1rem
}

.md-sign-role {
    font-size: 0.7rem;
    color: var(--kp-muted)
}

.value-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--kp-border);
    height: 100%
}

.value-card:hover {
    transform: translateY(-6px);
    border-color: var(--kp-blue);
    box-shadow: var(--shadow-md)
}

.value-icon {
    width: 56px;
    height: 56px;
    background: var(--kp-blue);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px
}

.value-icon i {
    color: #fff;
    font-size: 1.4rem
}

.value-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px
}

.value-card p {
    font-size: 0.85rem;
    color: var(--kp-muted);
    line-height: 1.6;
    margin: 0
}

.why-card {
    display: flex;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--kp-border);
    transition: all 0.3s ease;
    height: 100%
}

.why-card:hover {
    transform: translateY(-4px);
    border-color: var(--kp-blue);
    box-shadow: var(--shadow-sm)
}

.why-icon {
    width: 48px;
    height: 48px;
    background: var(--kp-light);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.why-icon i {
    font-size: 1.2rem;
    color: var(--kp-blue)
}

.why-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px
}

.why-card p {
    font-size: 0.8rem;
    color: var(--kp-muted);
    line-height: 1.5;
    margin: 0
}

.cta-section {
    background: linear-gradient(120deg, var(--kp-navy), var(--kp-blue));
    padding: 70px 0;
    text-align: center
}

.cta-section h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2rem);
    margin-bottom: 16px
}

.cta-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px
}

.btn-cta {
    background: #fff;
    color: var(--kp-blue);
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease
}

.btn-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2)
}

.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff
}

.btn-outline:hover {
    background: #fff;
    color: var(--kp-blue);
    border-color: #fff
}

@media (max-width:768px) {
    .section {
        padding: 60px 0
    }

    .md-content {
        padding: 32px 24px
    }

    .story-img img {
        height: 280px
    }

    .story-badge {
        margin-left: 20px;
        padding: 12px 24px
    }

    .story-badge .year {
        font-size: 1.4rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.header-fixed .top-header-dark,
.header-fixed .fw-medium,
.brand-logo,
.filter-title,
.product-name-outside,
.pagination .page-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em
}

.filter-group .fw-semibold,
.dropdown-menu .dropdown-item,
.sidenav ul li a,
.fixed-bottom a,
.top-bar select,
.btn,
.filter-toggle-btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em
}

body,
p,
span,
div,
.form-check-label,
.small,
.search-box input,
.active-filter-tag,
footer,
.product-card .card-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: white;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background 0.3s ease
}

.header-fixed.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15)
}

.header-fixed.scrolled .top-header-dark {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.header-fixed.scrolled .brand-logo img {
    max-height: 45px
}

.header-fixed.hide-top .top-header-dark {
    display: none !important
}

body {
    padding-top: 110px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--kp-text);
    overflow-x: hidden
}

@media (max-width:991px) {
    body {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.top-header-dark {
    background: var(--kp-navy);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease
}

.top-header-dark a {
    color: #fff;
    transition: opacity 0.2s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.top-header-dark a:hover {
    opacity: 0.8
}

.brand-logo img {
    max-width: 180px;
    max-height: 60px;
    transition: all 0.3s ease;
    height: auto;
    width: auto
}

@media (max-width:768px) {
    .brand-logo img {
        max-width: 140px;
        max-height: 45px
    }
}

.dropdown-hover {
    position: relative
}

.dropdown-hover:hover>.dropdown-menu {
    display: block !important;
    margin-top: 0;
    animation: fadeIn 0.2s ease
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--kp-border);
    padding: 8px 0;
    min-width: 230px;
    z-index: 1031
}

.dropdown-menu.megamenu {
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: none
}

.dropdown-menu .dropdown-item {
    padding: 9px 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .875rem;
    transition: all 0.2s
}

.dropdown-menu .dropdown-item:hover {
    background: #f0f5ff;
    color: var(--kp-blue);
    padding-left: 25px
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.menu-section ul li a {
    transition: all 0.2s;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.menu-section ul li a:hover {
    color: var(--kp-blue) !important;
    transform: translateX(5px)
}

.menu-section h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em
}

.hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
    top: 0;
    min-height: 80vh;
    z-index: 1
}

main,
section:first-of-type {
    position: relative;
    z-index: 1
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15)
}

.sidenav.open {
    width: 300px
}

.sidenav nav {
    width: 300px;
    height: calc(100% - 70px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sidenav ul li {
    border-bottom: 1px solid #f0f0f0
}

.sidenav ul li a {
    padding: 14px 22px;
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: .9rem;
    transition: all 0.2s;
    min-height: 50px
}

.sidenav ul li a:hover {
    background: #f0f5ff;
    color: var(--kp-blue);
    padding-left: 28px
}

.sidenav .has-submenu>a {
    min-height: 55px
}

.sidenav ul ul {
    background: #f9f9f9;
    display: none
}

.sidenav ul ul.open {
    display: block
}

.sidenav ul ul li a {
    padding-left: 40px;
    font-weight: 400;
    font-size: 0.95rem
}

.sidenav ul ul ul li a {
    padding-left: 60px;
    font-size: 0.9rem
}

.sidenav .ri-arrow-down-s-line {
    transition: transform 0.3s;
    font-size: 1.2rem
}

.sidenav .open>a .ri-arrow-down-s-line {
    transform: rotate(180deg)
}

.sidenav-header {
    height: 70px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0
}

.sidenav i {
    font-size: 1.2rem;
    width: 24px;
    text-align: center
}

.sidenav ul li a.active {
    color: var(--kp-blue);
    background: #e7f1ff;
    border-left: 3px solid var(--kp-blue)
}

.fixed-bottom {
    z-index: 1030;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1)
}

.fixed-bottom a {
    transition: all 0.2s;
    padding: 5px 0;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.fixed-bottom a:hover,
.fixed-bottom a.active {
    color: var(--kp-blue) !important
}

.fixed-bottom a .small {
    font-size: 0.7rem;
    margin-top: 2px
}

.fixed-bottom i {
    font-size: 1.2rem
}

.mobile-bottom-nav {
    display: none
}

@media (max-width:991px) {
    .mobile-bottom-nav {
        display: block
    }

    body {
        padding-bottom: 70px
    }
}

.onhover-div {
    position: relative;
    cursor: pointer
}

.onhover-div:hover .show-div {
    display: block !important
}

.show-div {
    position: absolute;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 1rem;
    min-width: 150px;
    display: none
}

.show-div h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em
}

.show-div ul {
    list-style: none;
    padding: 0
}

.show-div ul li a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.show-div ul li a:hover {
    background: #f8f9fa;
    color: var(--kp-blue)
}

.hero-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #0a2b44
}

.hero-section {
    aspect-ratio: 1920 / 800
}

@media (max-width:1024px) {
    .hero-section {
        aspect-ratio: 16 / 9
    }
}

@media (max-width:768px) {
    .hero-section {
        aspect-ratio: 16 / 9;
        min-height: auto
    }
}

@media (max-width:480px) {
    .hero-section {
        aspect-ratio: 3 / 4;
        min-height: auto
    }
}

.slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    z-index: 1
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    transform: translateZ(0);
    will-change: transform
}

@media (min-width:1920px) {
    .hero-section {
        max-height: 90vh
    }
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease
}

.slider-arrow:hover {
    background: rgba(26, 95, 168, 0.9);
    transform: translateY(-50%) scale(1.05)
}

.slider-arrow.prev {
    left: 20px
}

.slider-arrow.next {
    right: 20px
}

@media (max-width:768px) {
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 1rem
    }

    .slider-arrow.prev {
        left: 12px
    }

    .slider-arrow.next {
        right: 12px
    }
}

.slide-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 20;
    display: flex;
    justify-content: center;
    gap: 8px
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease
}

.dot.active {
    background: #1a5fa8;
    width: 28px;
    border-radius: 10px
}

@media (max-width:768px) {
    .slide-dots {
        bottom: 15px
    }

    .dot {
        width: 8px;
        height: 8px
    }

    .dot.active {
        width: 22px
    }
}

.slide-counter {
    position: absolute;
    bottom: 20px;
    right: 25px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    padding: 5px 12px;
    border-radius: 30px;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 20;
    font-family: monospace;
    letter-spacing: 1px
}

@media (max-width:768px) {
    .slide-counter {
        bottom: 15px;
        right: 15px;
        font-size: 0.7rem;
        padding: 4px 10px
    }
}

.slide-content {
    position: relative;
    z-index: 15;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8%;
    color: white;
    max-width: 680px
}

.slide-content {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: auto
}

.slide:nth-child(1) .slide-content {
    align-items: flex-start;
    text-align: left
}

.slide:nth-child(1) .slide-content h1,
.slide:nth-child(1) .slide-content p {
    color: #000000;
    text-shadow: none
}

.slide:nth-child(1) .slide-tag {
    background: rgba(26, 95, 168, 0.9);
    color: white
}

.slide:nth-child(2) .slide-content {
    align-items: flex-start;
    text-align: left
}

.slide:nth-child(3) .slide-content {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

.slide:nth-child(3) .slide-content h1,
.slide:nth-child(3) .slide-content p {
    color: #000000;
    text-shadow: none
}

.slide:nth-child(4) .slide-content {
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
    margin-right: 0
}

.slide:nth-child(4) .slide-content h1,
.slide:nth-child(4) .slide-content p {
    color: #000000;
    text-shadow: none
}

.slide:nth-child(5) .slide-content {
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

.slide:nth-child(5) .slide-content h1,
.slide:nth-child(5) .slide-content p {
    color: #000000;
    text-shadow: none
}

.slide-tag {
    display: inline-block;
    background: rgba(26, 95, 168, 0.9);
    color: white;
    padding: 6px 18px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    width: fit-content
}

.slide:nth-child(3) .slide-tag,
.slide:nth-child(5) .slide-tag {
    margin-left: auto;
    margin-right: auto
}

.slide:nth-child(4) .slide-tag {
    margin-left: auto;
    margin-right: 0
}

.slide-content h1 {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    max-width: 800px
}

.slide-content p {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    max-width: 550px;
    margin-bottom: 1.8rem;
    line-height: 1.5
}

.slide:nth-child(3) .slide-content p,
.slide:nth-child(5) .slide-content p {
    max-width: 650px
}

.slide:nth-child(4) .slide-content p {
    max-width: 550px
}

.slide-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.btn-hero-primary,
.btn-hero-outline,
.btn-hero-outline-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    cursor: pointer;
    min-width: 140px;
    white-space: nowrap
}

.btn-hero-primary {
    background: #1a5fa8;
    color: white;
    border: 2px solid #1a5fa8
}

.btn-hero-primary:hover {
    background: #0d3b6b;
    border-color: #0d3b6b;
    transform: translateY(-2px)
}

.btn-hero-outline {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    color: #ffffff
}

.btn-hero-outline-1 {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #1a5fa8;
    color: #1a5fa8
}

.btn-hero-outline-1:hover {
    background: #1a5fa8;
    border-color: #1a5fa8;
    color: #ffffff;
    transform: translateY(-2px)
}

.slide:nth-child(n+1):nth-child(-n+5) .btn-hero-outline {
    border: 2px solid #1a5fa8;
    color: #1a5fa8;
    background: white
}

.slide:nth-child(n+1):nth-child(-n+5) .btn-hero-outline:hover {
    background: #1a5fa8;
    color: #ffffff;
    border-color: #1a5fa8
}

.slide:nth-child(n+1):nth-child(-n+5) .btn-hero-outline-1 {
    border: 2px solid #1a5fa8;
    color: #1a5fa8;
    background: white
}

.slide:nth-child(n+1):nth-child(-n+5) .btn-hero-outline-1:hover {
    background: #1a5fa8;
    border-color: #1a5fa8;
    color: #ffffff
}

.slide:nth-child(n+1):nth-child(-n+5) .slide-btns {
    justify-content: flex-start
}

@media (max-width:768px) {
    .slide-content {
        background: none !important;
        background-color: transparent !important
    }

    .slide-content,
    .slide:nth-child(1) .slide-content,
    .slide:nth-child(2) .slide-content,
    .slide:nth-child(3) .slide-content,
    .slide:nth-child(4) .slide-content,
    .slide:nth-child(5) .slide-content {
        align-items: center !important;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
        padding: 0 5% !important
    }

    .slide-tag,
    .slide:nth-child(1) .slide-tag,
    .slide:nth-child(2) .slide-tag,
    .slide:nth-child(3) .slide-tag,
    .slide:nth-child(4) .slide-tag,
    .slide:nth-child(5) .slide-tag {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .slide-btns,
    .slide:nth-child(1) .slide-btns,
    .slide:nth-child(2) .slide-btns,
    .slide:nth-child(3) .slide-btns,
    .slide:nth-child(4) .slide-btns,
    .slide:nth-child(5) .slide-btns {
        justify-content: center !important
    }

    .btn-hero-primary,
    .btn-hero-outline,
    .btn-hero-outline-1 {
        padding: 10px 24px !important;
        font-size: 0.85rem !important;
        min-width: 130px !important;
        white-space: nowrap !important
    }

    .slide:nth-child(1) .btn-hero-outline,
    .slide:nth-child(2) .btn-hero-outline,
    .slide:nth-child(3) .btn-hero-outline,
    .slide:nth-child(4) .btn-hero-outline,
    .slide:nth-child(5) .btn-hero-outline {
        border: 2px solid #1a5fa8 !important;
        color: #1a5fa8 !important;
        background: rgba(255, 255, 255, 0.95) !important
    }

    .slide:nth-child(1) .btn-hero-outline-1,
    .slide:nth-child(2) .btn-hero-outline-1,
    .slide:nth-child(3) .btn-hero-outline-1,
    .slide:nth-child(4) .btn-hero-outline-1,
    .slide:nth-child(5) .btn-hero-outline-1 {
        background: #1a5fa8 !important;
        border: 2px solid #1a5fa8 !important;
        color: #ffffff !important
    }

    .slide:nth-child(1) .slide-content h1,
    .slide:nth-child(1) .slide-content p {
        color: #000000 !important
    }

    .slide:nth-child(2) .slide-content h1,
    .slide:nth-child(2) .slide-content p {
        color: #ffffff !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important
    }

    .slide:nth-child(3) .slide-content h1,
    .slide:nth-child(3) .slide-content p {
        color: #000000 !important
    }

    .slide:nth-child(4) .slide-content h1,
    .slide:nth-child(4) .slide-content p {
        color: #000000 !important
    }

    .slide:nth-child(5) .slide-content h1,
    .slide:nth-child(5) .slide-content p {
        color: #000000 !important
    }

    .slide-content h1 {
        font-size: clamp(1.4rem, 6vw, 2rem) !important;
        margin-bottom: 0.8rem !important
    }

    .slide-content p {
        font-size: 0.85rem !important;
        max-width: 90% !important;
        margin-bottom: 1.5rem !important
    }

    .slide-tag {
        font-size: 0.7rem !important;
        padding: 4px 14px !important;
        margin-bottom: 0.8rem !important
    }

    .slide:nth-child(2) .slide-tag {
        background: rgba(26, 95, 168, 0.9) !important;
        color: #ffffff !important
    }
}

@media (max-width:480px) {

    .btn-hero-primary,
    .btn-hero-outline,
    .btn-hero-outline-1 {
        padding: 8px 20px !important;
        font-size: 0.8rem !important;
        min-width: 120px !important
    }

    .slide-content h1 {
        font-size: clamp(1.2rem, 5vw, 1.6rem) !important
    }

    .slide-content p {
        font-size: 0.75rem !important
    }

    .slider-arrow {
        width: 32px;
        height: 32px;
        font-size: 0.9rem
    }
}

@media (max-width:896px) and (orientation:landscape) {
    .hero-section {
        aspect-ratio: 16 / 7;
        min-height: 320px
    }

    .btn-hero-primary,
    .btn-hero-outline,
    .btn-hero-outline-1 {
        padding: 8px 20px !important;
        font-size: 0.8rem !important;
        min-width: 120px !important
    }

    .slide-content h1 {
        font-size: 1.4rem !important;
        margin-bottom: 0.5rem !important
    }

    .slide-content p {
        font-size: 0.75rem !important;
        margin-bottom: 1rem !important
    }

    .slide-tag {
        margin-bottom: 0.5rem !important
    }

    .slide-btns {
        gap: 10px !important
    }
}

@media (max-width:1024px) and (min-width:769px) {

    .btn-hero-primary,
    .btn-hero-outline,
    .btn-hero-outline-1 {
        padding: 10px 28px;
        font-size: 0.9rem;
        min-width: 135px
    }

    .slide-content h1 {
        font-size: clamp(1.6rem, 4vw, 2.8rem)
    }
}

.slide {
    will-change: opacity, visibility
}

.slide-bg {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges
}

@supports not (aspect-ratio:1920 / 800) {
    .hero-section {
        height: 0;
        padding-bottom: 41.666%;
        position: relative
    }

    .slides-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.slide-overlay {
    display: none
}

.slide-content::before,
.slide-content::after {
    display: none
}

.stats-bar {
    background: var(--kp-navy);
    padding: 28px 0
}

.stat-item {
    text-align: center;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.stat-item:last-child {
    border-right: none
}

.stat-number {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    color: white;
    display: block;
    line-height: 1
}

.stat-label {
    font-size: .75rem;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
    font-weight: 500
}

.about-strip {
    background: var(--kp-light);
    padding: 70px 0
}

.about-tag {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--kp-blue);
    margin-bottom: 12px
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: var(--kp-navy);
    line-height: 1.2
}

.section-heading span {
    color: var(--kp-blue)
}

.about-body {
    font-size: .95rem;
    color: var(--kp-muted);
    line-height: 1.8;
    margin-top: 16px;
    max-width: 520px
}

.check-list {
    list-style: none;
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .9rem;
    font-weight: 500;
    color: var(--kp-text)
}

.check-list li i {
    color: var(--kp-blue);
    font-size: 1.1rem
}

.about-image-wrap {
    position: relative
}

.about-image-wrap img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    max-height: 575px
}

.about-badge {
    position: absolute;
    bottom: -18px;
    left: -18px;
    background: var(--kp-blue);
    color: #fff;
    border-radius: 12px;
    padding: 18px 22px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(26, 95, 168, 0.35)
}

.about-badge .big {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1
}

.about-badge .small-text {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px
}

.btn-kp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--kp-blue);
    color: #fff;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    min-width: 140px;
    cursor: pointer;
    border: none;
    line-height: 1.2
}

.btn-kp:hover {
    background: var(--kp-navy);
    color: #fff;
    transform: translateY(-2px)
}

.btn-kp-outline {
    background: transparent;
    border: 2px solid var(--kp-blue);
    color: var(--kp-blue)
}

.btn-kp-outline:hover {
    background: var(--kp-blue);
    color: #fff
}

.d-flex.gap-3 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 10px
}

@media (max-width:992px) {
    .about-strip {
        padding: 60px 0
    }

    .about-body {
        max-width: 100%
    }
}

@media (max-width:768px) {
    .about-strip {
        padding: 50px 0
    }

    .about-tag {
        text-align: left
    }

    .section-heading {
        text-align: center
    }

    .about-body {
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }

    .check-list {
        align-items: flex-start;
        text-align: left
    }

    .check-list li {
        justify-content: flex-start
    }

    .d-flex.gap-3 {
        justify-content: center !important
    }

    .btn-kp {
        padding: 13px 28px !important;
        font-size: 0.88rem !important;
        min-width: 140px !important;
        white-space: nowrap !important
    }

    .about-image-wrap {
        max-width: 400px;
        margin: 0 auto
    }

    .about-badge {
        bottom: -15px;
        left: -15px;
        padding: 14px 18px
    }

    .about-badge .big {
        font-size: 1.6rem
    }

    .about-badge .small-text {
        font-size: 0.65rem
    }
}

@media (max-width:576px) {
    .about-strip {
        padding: 40px 0
    }

    .btn-kp {
        padding: 13px 28px !important;
        font-size: 0.88rem !important;
        min-width: 140px !important
    }

    .about-badge {
        bottom: -12px;
        left: -12px;
        padding: 10px 14px
    }

    .about-badge .big {
        font-size: 1.3rem
    }

    .about-badge .small-text {
        font-size: 0.55rem
    }

    .check-list li {
        font-size: 0.85rem;
        gap: 8px
    }

    .check-list li i {
        font-size: 1rem
    }

    .d-flex.gap-3 {
        gap: 0.75rem
    }
}

@media (max-width:400px) {
    .btn-kp {
        padding: 13px 28px !important;
        font-size: 0.88rem !important;
        min-width: 140px !important
    }

    .d-flex.gap-3 {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media (max-width:896px) and (orientation:landscape) {
    .about-strip {
        padding: 40px 0
    }

    .about-image-wrap img {
        max-height: 300px
    }

    .about-badge {
        padding: 10px 14px
    }

    .about-badge .big {
        font-size: 1.3rem
    }

    .btn-kp {
        padding: 13px 28px !important;
        font-size: 0.88rem !important;
        min-width: 140px !important
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px
}

.categories-section {
    padding: 70px 0 80px;
    background: #ffffff
}

.text-center {
    text-align: center
}

.mb-5 {
    margin-bottom: 2.5rem
}

.section-tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--kp-primary);
    background: rgba(196, 69, 12, 0.1);
    padding: 0.3rem 1rem;
    border-radius: 40px;
    margin-bottom: 1rem
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e1e1e;
    letter-spacing: -0.01em
}

.section-title span {
    color: var(--kp-primary)
}

.mt-2 {
    margin-top: 0.5rem
}

.categories-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto
}

.cat-card {
    flex: 0 1 calc(25% - 20px);
    min-width: 250px;
    text-decoration: none;
    display: block
}

.cat-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--kp-card-shadow)
}

.cat-card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.85;
    background-color: #f5f3f0;
    overflow: hidden;
    border-radius: 24px
}

.cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1)
}

.cat-card:hover .cat-card-img img {
    transform: scale(1.05)
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1
}

.cat-card-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: var(--kp-primary);
    z-index: 3;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
    backdrop-filter: blur(2px)
}

.cat-card:hover .cat-card-icon {
    background: var(--kp-primary);
    color: white;
    transform: scale(1.05)
}

.cat-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    color: white
}

.cat-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 6px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    letter-spacing: -0.2px
}

.cat-info span {
    font-size: 0.85rem;
    opacity: 0.93;
    display: inline-block;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4)
}

.cat-card-arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: var(--kp-primary);
    z-index: 3;
    opacity: 0;
    transform: translateX(8px);
    transition: all 0.25s ease
}

.cat-card:hover .cat-card-arrow {
    opacity: 1;
    transform: translateX(0)
}

.btn-kp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--kp-primary);
    color: white;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 12px rgba(196, 69, 12, 0.25)
}

.btn-kp i {
    font-size: 1.2rem
}

.btn-kp:hover {
    background: var(--kp-primary-dark);
    color: var(--kp-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(196, 69, 12, 0.35)
}

.reveal {
    animation: fadeUp 0.5s ease forwards
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(12px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.breadcrumb {
    background: transparent;
    padding: 0
}

.bg-light-custom {
    background: #eef2ff;
    border-radius: 24px
}

@media (min-width:768px) and (max-width:1023px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }

    .categories-grid .cat-card:nth-child(7) {
        grid-column: span 2;
        justify-self: center;
        max-width: 380px;
        width: 100%
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .cat-card {
        flex: 0 1 calc(50% - 20px)
    }
}

@media (max-width:767px) {
    .cat-card {
        flex: 0 1 100%
    }
}

@media (min-width:1024px) {
    .categories-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
        row-gap: 42px
    }

    .categories-grid .cat-card:nth-child(1),
    .categories-grid .cat-card:nth-child(2),
    .categories-grid .cat-card:nth-child(3),
    .categories-grid .cat-card:nth-child(4) {
        grid-row: 1
    }

    .categories-grid {
        display: grid;
        grid-template-rows: auto auto
    }

    .categories-grid .cat-card:nth-child(5),
    .categories-grid .cat-card:nth-child(6),
    .categories-grid .cat-card:nth-child(7) {
        grid-column: 1 / -1;
        justify-self: center;
        width: auto
    }

    .categories-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 28px;
        row-gap: 42px
    }

    .categories-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }

    .last-three-container {
        display: flex;
        justify-content: center;
        gap: 28px;
        grid-column: 1 / -1;
        margin-top: 14px
    }

    .categories-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }

    .categories-grid .cat-card:nth-child(5),
    .categories-grid .cat-card:nth-child(6),
    .categories-grid .cat-card:nth-child(7) {
        grid-row: 2
    }

    .categories-grid .cat-card:nth-child(5) {
        grid-column: 2 / span 1;
        justify-self: end
    }

    .categories-grid .cat-card:nth-child(6) {
        grid-column: 3 / span 1;
        justify-self: center
    }

    .categories-grid .cat-card:nth-child(7) {
        grid-column: 4 / span 1;
        justify-self: start
    }

    .categories-grid .cat-card:nth-child(5),
    .categories-grid .cat-card:nth-child(6),
    .categories-grid .cat-card:nth-child(7) {
        max-width: 280px;
        width: 100%
    }

    @media (min-width:1280px) {

        .categories-grid .cat-card:nth-child(5),
        .categories-grid .cat-card:nth-child(6),
        .categories-grid .cat-card:nth-child(7) {
            max-width: 300px
        }
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .cat-info h3 {
        font-size: 1.3rem
    }

    .cat-card-img {
        aspect-ratio: 1 / 0.9
    }
}

@media (max-width:767px) {
    .categories-grid {
        gap: 20px
    }

    .cat-card-img {
        aspect-ratio: 1 / 0.85
    }

    .cat-info h3 {
        font-size: 1.3rem
    }

    .cat-info span {
        font-size: 0.8rem
    }

    .cat-card-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        top: 15px;
        right: 15px
    }

    .section-title {
        font-size: 1.9rem
    }

    .container {
        padding: 0 20px
    }

    .categories-section {
        padding: 50px 0 60px
    }
}

@media (max-width:480px) {
    .cat-info h3 {
        font-size: 1.2rem
    }

    .cat-card-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem
    }

    .btn-kp {
        padding: 10px 24px
    }
}

.cat-card:focus-visible {
    outline: 3px solid var(--kp-primary);
    outline-offset: 2px;
    border-radius: 28px
}

.features-section {
    background: var(--kp-navy);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.features-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(26, 95, 168, .2)
}

.features-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(26, 95, 168, .08)
}

.features-section .about-tag {
    color: var(--kp-blue)
}

.features-section .section-heading {
    color: #fff
}

.feature-card {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    padding: 28px 24px;
    transition: all .3s;
    position: relative;
    z-index: 1
}

.feature-card:hover {
    background: rgba(255, 255, 255, .09);
    transform: translateY(-4px);
    border-color: rgba(26, 95, 168, .3)
}

.feature-icon {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px
}

.feature-icon i {
    font-size: 36px;
    color: #fff;
    transition: all 0.3s ease
}

.feature-card h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px
}

.feature-card p {
    color: rgba(255, 255, 255, .55);
    font-size: .84rem;
    line-height: 1.7
}

.section-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}

.section-title-wrapper .line {
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3)
}

.logo-slider-section {
    background: white;
    padding: 60px 0;
    overflow: hidden
}

.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y pinch-zoom
}

.logo-slider:active {
    cursor: grabbing
}

.logo-track {
    display: flex;
    width: fit-content;
    transition: none;
    will-change: transform
}

.logo-track img {
    width: 140px;
    height: 250px;
    object-fit: contain;
    margin: 0 12px;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: grayscale(0.2);
    cursor: pointer;
    flex-shrink: 0
}

.logo-track img:hover {
    opacity: 1;
    transform: scale(1.08);
    filter: grayscale(0)
}

@media (max-width:1200px) {
    .logo-track img {
        width: 120px;
        height: 120px;
        margin: 0 10px
    }
}

@media (max-width:992px) {
    .logo-track img {
        width: 100px;
        height: 50px;
        margin: 0 8px
    }

    .logo-slider-section {
        padding: 50px 0
    }
}

@media (max-width:768px) {
    .logo-track img {
        width: 85px;
        height: 42px;
        margin: 0 6px
    }

    .logo-slider-section {
        padding: 40px 0
    }
}

@media (max-width:576px) {
    .logo-track img {
        width: 70px;
        height: 120px;
        margin: 0 5px
    }

    .logo-slider-section {
        padding: 30px 0
    }
}

.logo-slider::before,
.logo-slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    pointer-events: none
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right, white, transparent)
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left, white, transparent)
}

@media (max-width:768px) {

    .logo-slider::before,
    .logo-slider::after {
        width: 30px
    }
}

@media (max-width:480px) {

    .logo-slider::before,
    .logo-slider::after {
        width: 20px
    }
}

.logo-track img {
    border-radius: 8px;
    padding: 6px;
    background: white
}

@media (hover:none) {
    .logo-track img:active {
        transform: scale(0.98)
    }
}

.md-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden
}

.md-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(26, 95, 168, 0.02) 0%, transparent 50%);
    pointer-events: none
}

.md-section::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(26, 95, 168, 0.03) 0%, transparent 70%);
    pointer-events: none;
    animation: rotateBg 60s linear infinite
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.section-tag {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--kp-blue, #1a5fa8);
    margin-bottom: 12px;
    display: inline-block;
    position: relative;
    padding: 0 12px
}

.section-tag::before,
.section-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 1px;
    background: var(--kp-blue, #1a5fa8);
    opacity: 0.3
}

.section-tag::before {
    left: -35px
}

.section-tag::after {
    right: -35px
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--kp-navy, #1e2a3a);
    line-height: 1.2;
    margin-bottom: 0
}

.section-title span {
    color: var(--kp-blue, #1a5fa8);
    position: relative;
    display: inline-block
}

.section-title span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--kp-blue, #1a5fa8), transparent);
    border-radius: 2px
}

.md-card {
    background: white;
    border-radius: 40px;
    padding: 48px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(26, 95, 168, 0.1);
    overflow: hidden
}

.md-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--kp-blue, #1a5fa8), #ffb347, var(--kp-blue, #1a5fa8));
    background-size: 200% 100%;
    animation: gradientMove 3s ease infinite
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.md-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.2)
}

.md-image-wrapper {
    position: relative;
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border-radius: 32px;
    transition: all 0.3s ease
}

.md-image-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--kp-blue, #1a5fa8), #0d3b6b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(26, 95, 168, 0.3);
    animation: pulse 2s infinite
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(26, 95, 168, 0.3)
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 12px 30px rgba(26, 95, 168, 0.5)
    }
}

.md-photo {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    border-radius: 28px;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: block
}

.md-image-wrapper:hover .md-photo {
    transform: scale(1.02)
}

.md-image-caption {
    margin-top: 20px;
    text-align: center;
    padding: 12px 0;
    border-top: 2px solid rgba(26, 95, 168, 0.1)
}

.md-name {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1e2a3a;
    margin-bottom: 4px;
    letter-spacing: -0.3px
}

.md-title {
    font-size: 0.85rem;
    color: #7a8c9c;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.md-content {
    position: relative;
    padding: 0 20px
}

.md-quote-icon {
    position: absolute;
    top: -15px;
    left: 0;
    font-size: 4rem;
    color: var(--kp-blue, #1a5fa8);
    opacity: 0.15;
    font-family: serif;
    line-height: 1
}

.md-message {
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    font-weight: 700;
    line-height: 1.45;
    color: #1e2a3a;
    margin-bottom: 28px;
    position: relative;
    padding-left: 35px;
    border-left: 4px solid var(--kp-blue, #1a5fa8);
    font-style: italic
}

.md-body-wrapper {
    margin: 24px 0
}

.md-body {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5b6e;
    margin-bottom: 18px;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s ease
}

.md-body::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--kp-blue, #1a5fa8);
    font-size: 0.8rem;
    opacity: 0.6
}

.md-body:last-child {
    margin-bottom: 0
}

.md-cta-wrapper {
    margin-top: 32px
}

.btn-kp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--kp-blue, #1a5fa8), #0d3b6b);
    color: white;
    padding: 14px 32px;
    border-radius: 60px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(26, 95, 168, 0.3)
}

.btn-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease
}

.btn-kp:hover .btn-shine {
    left: 100%
}

.btn-kp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(26, 95, 168, 0.4);
    background-color: white
}

.btn-kp:active {
    transform: translateY(0)
}

.btn-kp i {
    transition: transform 0.3s ease
}

.btn-kp:hover i {
    transform: translateX(8px)
}

@media (max-width:1200px) {
    .md-card {
        padding: 40px
    }

    .md-photo {
        max-width: 280px
    }

    .md-message {
        font-size: 1.3rem
    }
}

@media (max-width:991px) {
    .md-section {
        padding: 60px 0
    }

    .md-card {
        padding: 35px
    }

    .md-image-wrapper {
        max-width: 320px;
        margin: 0 auto 20px
    }

    .md-photo {
        max-width: 260px
    }

    .md-content {
        padding: 0;
        text-align: center
    }

    .md-quote-icon {
        left: 50%;
        transform: translateX(-50%);
        top: -25px
    }

    .md-message {
        padding-left: 0;
        border-left: none;
        text-align: center;
        margin-top: 25px
    }

    .md-body {
        padding-left: 0;
        text-align: center
    }

    .md-body::before {
        display: none
    }

    .md-cta-wrapper {
        text-align: center
    }
}

@media (max-width:768px) {
    .md-section {
        padding: 50px 0
    }

    .md-card {
        padding: 30px 24px;
        border-radius: 32px
    }

    .section-tag::before,
    .section-tag::after {
        width: 20px
    }

    .section-tag::before {
        left: -25px
    }

    .section-tag::after {
        right: -25px
    }

    .md-image-badge {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
        top: 20px;
        right: 20px
    }

    .md-photo {
        max-width: 240px
    }

    .md-message {
        font-size: 1.15rem;
        margin-bottom: 20px
    }

    .md-body {
        font-size: 0.9rem;
        margin-bottom: 15px
    }

    .btn-kp {
        padding: 12px 28px;
        font-size: 0.9rem
    }
}

@media (max-width:576px) {
    .md-section {
        padding: 40px 0
    }

    .md-card {
        padding: 25px 20px;
        border-radius: 28px
    }

    .section-title {
        font-size: 1.6rem
    }

    .md-image-badge {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        top: 15px;
        right: 15px
    }

    .md-photo {
        max-width: 200px
    }

    .md-message {
        font-size: 1rem
    }

    .md-body {
        font-size: 0.85rem
    }

    .md-name {
        font-size: 1rem
    }

    .md-title {
        font-size: 0.75rem
    }

    .btn-kp {
        padding: 10px 24px;
        font-size: 0.85rem
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.md-body-wrapper::-webkit-scrollbar {
    width: 4px
}

.md-body-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px
}

.md-body-wrapper::-webkit-scrollbar-thumb {
    background: var(--kp-blue, #1a5fa8);
    border-radius: 4px
}

.md-body:hover {
    transform: translateX(5px);
    color: #1e2a3a
}

.md-message {
    background: linear-gradient(135deg, #1e2a3a, #2c3e50);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1e2a3a
}

@media (max-width:768px) {
    .md-message {
        background: none;
        -webkit-text-fill-color: #1e2a3a;
        color: #1e2a3a
    }
}

.testimonials-section {
    padding: 80px 0;
    background: #1b2072
}

.testi-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    border: 1px solid var(--kp-border);
    height: 100%
}

.testi-stars {
    color: var(--kp-blue);
    font-size: .85rem;
    margin-bottom: 14px
}

.testi-text {
    font-size: .9rem;
    line-height: 1.8;
    color: var(--kp-muted);
    font-style: italic;
    margin-bottom: 20px
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.testi-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--kp-blue), #3a7bd5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0
}

.testi-name {
    font-weight: 700;
    font-size: .88rem;
    color: var(--kp-navy)
}

.testi-role {
    font-size: .75rem;
    color: var(--kp-muted)
}

.quote-icon {
    color: var(--kp-blue);
    font-size: 1.5rem;
    opacity: .2;
    float: right;
    margin-top: -8px
}

.cta-section {
    background: linear-gradient(120deg, var(--kp-blue) 0%, var(--kp-navy) 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -60px;
    right: 10%;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(26, 95, 168, .1)
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: 5%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .04)
}

.cta-heading {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.2
}

.cta-sub {
    color: rgba(255, 255, 255, .75);
    font-size: 1rem;
    margin-top: 12px;
    line-height: 1.7
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 15px 34px;
    border-radius: 50px;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: all .25s
}

.btn-cta:hover {
    background: #fff;
    color: #25d366;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2)
}

.btn-cta-ghost {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .4);
    color: #fff
}

.btn-cta-ghost:hover {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: #fff
}

#productsGrid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.product-item {
    width: 20%;
    padding: 0;
    margin: 0
}

.product-card {
    margin: 0;
    border-radius: 0
}

.product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(239, 230, 230, 0.03);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
    border-color: var(--kp-blue)
}

.card-img {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: flex;
    background-color: white;
    transition: transform 0.3s;
    max-width: 100%;
    max-height: 100%
}

.product-card:hover .card-img img {
    transform: scale(1.05)
}

.category-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(26, 95, 168, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 1
}

.card-content {
    padding: 16px 12px 12px;
    background: white;
    flex-direction: column;
    gap: 12px
}

.product-name-outside {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    color: var(--kp-navy);
    margin: 10px 0;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01em
}

.btn-wa {
    background: #25D366;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
    text-decoration: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em
}

.btn-wa:hover {
    background: #128C7E;
    color: white
}

.hide-element,
.product-card .sku-badge,
.product-card .price-id,
.product-card .capacity-dim,
.product-card .dim-item {
    display: none !important
}

.filter-sidebar {
    background: white;
    border-radius: 20px;
    padding: 1.2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0
}

.filter-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-left: 4px solid #1e3a5f;
    padding-left: 12px
}

.filter-group {
    margin-bottom: 1.5rem
}

.filter-group .form-check {
    margin-bottom: 0.5rem
}

.filter-group .fw-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    display: block
}

.filter-group .form-check-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px
}

.search-box {
    background: white;
    border-radius: 40px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    max-width: 320px;
    flex: 1
}

.search-box input {
    border: none;
    background: transparent;
    padding: 8px 5px;
    outline: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.search-box input::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #999
}

.filter-toggle-btn {
    display: none;
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px 16px;
    background: #0d6efd;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.filter-toggle-btn:hover {
    background: #0b5ed7
}

@media (max-width:991.98px) {
    .filter-toggle-btn {
        display: flex
    }
}

.filter-toggle-btn {
    display: none;
    background: var(--kp-navy);
    color: white;
    border-radius: 40px;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em
}

@media (max-width:991px) {
    .filter-toggle-btn {
        display: block
    }
}

.filter-sidebar-collapse {
    transition: all 0.3s ease
}

@media (max-width:991px) {
    .filter-sidebar-collapse {
        position: fixed;
        top: 0;
        left: -280px;
        width: 280px;
        height: 100vh;
        z-index: 1050;
        background: white;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 1rem
    }

    .filter-sidebar-collapse.show {
        left: 0
    }

    .filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: none
    }

    .filter-overlay.show {
        display: block
    }
}

.filter-toggle-btn {
    display: none;
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600
}

@media (max-width:991px) {
    .filter-toggle-btn {
        display: block
    }
}

.close-filter-btn {
    display: none;
    text-align: right;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .close-filter-btn {
        display: block
    }
}

.active-filter-tag {
    background: #e9ecef;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.clear-filters {
    color: #dc3545;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif
}

.clear-filters:hover {
    text-decoration: underline
}

.pagination {
    justify-content: center;
    margin-top: 30px;
    gap: 5px
}

.page-link {
    border-radius: 8px !important;
    color: var(--kp-blue);
    cursor: pointer;
    margin: 0 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.page-item.active .page-link {
    background: var(--kp-navy);
    border-color: var(--kp-navy);
    color: white
}

footer.kp-footer {
    background: var(--kp-navy);
    padding: 60px 0 0;
    color: #bbb;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.footer-brand h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1px
}

.footer-brand p {
    color: rgb(255, 255, 255);
    font-size: .85rem;
    line-height: 1.8;
    margin-top: 12px;
    max-width: 260px
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .6);
    font-size: .9rem;
    transition: all .2s;
    text-decoration: none
}

.footer-social a:hover {
    background: var(--kp-blue);
    color: #fff
}

.footer-col h5 {
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.footer-links {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links li a {
    color: rgb(255, 255, 255);
    font-size: .85rem;
    text-decoration: none;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 6px
}

.footer-links li a:hover {
    color: white
}

.footer-links li a i {
    font-size: .8rem
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgb(255, 255, 255);
    font-size: .85rem;
    margin-bottom: 12px
}

.footer-contact-item i {
    color: white;
    margin-top: 2px;
    flex-shrink: 0
}

.footer-divider {
    border-color: rgba(255, 255, 255, .08);
    margin: 40px 0 0
}

.footer-bottom {
    color: rgb(255, 255, 255);
    font-size: 0.8rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0
}

.footer-bottom span {
    color: rgb(255, 255, 255);
    font-size: .8rem;
    text-align: center
}

.footer-bottom a {
    color: rgb(255, 255, 255);
    font-size: .8rem;
    text-decoration: none;
    margin-left: 16px;
    transition: color .2s
}

.footer-bottom a:hover {
    color: var(--kp-blue)
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.reveal-delay-1 {
    transition-delay: .1s
}

.reveal-delay-2 {
    transition-delay: .2s
}

.reveal-delay-3 {
    transition-delay: .3s
}

.reveal-delay-4 {
    transition-delay: .4s
}

@media (max-width:1199px) {
    .theme-tab .tabs li {
        padding: 0 15px
    }

    .theme-tab .tabs li a {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .slider-arrow {
        display: none
    }

    .home-slider {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .product-name-outside {
        font-size: 0.9rem
    }

    .top-bar {
        flex-direction: column;
        align-items: stretch
    }

    .search-box {
        max-width: 100%
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 14px 0
    }

    .stat-item:last-child {
        border-bottom: none
    }

    .about-badge {
        display: none
    }
}

@media (max-width:575px) {
    .theme-tab .tabs li a {
        font-size: 12px
    }

    .cart-offcanvas {
        width: 300px
    }
}

.brand-header {
    background: var(--kp-navy);
    color: white;
    padding: 15px 0;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

:root {
    --kp-primary: #1b2072;
    --kp-accent: #e63329;
    --kp-light: #f4f6fb;
    --kp-muted: #6b7280;
    --kp-dark: #111827
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--kp-dark);
    background: #fff
}

.contact-hero {
    background: linear-gradient(135deg, var(--kp-primary) 0%, #2d3ab1 60%, #1b2072 100%);
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 350px;
    height: 350px;
    background: rgba(255, 255, 255, .04);
    border-radius: 50%
}

.contact-hero::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .03);
    border-radius: 50%
}

.hero-label {
    display: inline-block;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px
}

.contact-hero h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px
}

.contact-hero h1 em {
    font-style: normal;
    color: #ffffff
}

.contact-hero p {
    font-size: 1rem;
    opacity: .8;
    max-width: 480px;
    line-height: 1.7
}

.section {
    padding: 80px 0
}

.section-tag {
    display: inline-block;
    background: #eef0ff;
    color: var(--kp-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 14px
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--kp-dark)
}

.section-title span {
    color: var(--kp-primary)
}

.map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(27, 32, 114, .15);
    height: 420px;
    position: relative
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none
}

.contact-card {
    background: #fff;
    border: 1.5px solid #e8ecf8;
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: box-shadow .25s, transform .25s, border-color .25s;
    height: 100%
}

.contact-card:hover {
    box-shadow: 0 8px 32px rgba(27, 32, 114, .12);
    transform: translateY(-3px);
    border-color: var(--kp-primary)
}

.contact-card-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--kp-primary), #3a46c8);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.contact-card-icon i {
    color: #fff;
    font-size: 1.4rem
}

.contact-card h5 {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--kp-muted);
    margin-bottom: 4px
}

.contact-card p,
.contact-card a {
    font-size: .95rem;
    font-weight: 600;
    color: var(--kp-dark);
    text-decoration: none;
    line-height: 1.5
}

.contact-card a:hover {
    color: var(--kp-primary)
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    font-size: .95rem;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: background .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .3)
}

.btn-whatsapp:hover {
    background: #1ebe5c;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, .4);
    color: #fff
}

.btn-kp-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--kp-primary);
    font-weight: 700;
    font-size: .95rem;
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid var(--kp-primary);
    transition: all .2s
}

.btn-kp-outline:hover {
    background: var(--kp-primary);
    color: #fff
}

.hours-table {
    width: 100%
}

.hours-table tr td {
    padding: 8px 0;
    font-size: .9rem;
    border-bottom: 1px dashed #e8ecf8
}

.hours-table tr:last-child td {
    border-bottom: none
}

.hours-table td:last-child {
    text-align: right;
    font-weight: 600;
    color: var(--kp-primary)
}

.badge-open {
    background: #d1fae5;
    color: #065f46;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 8px
}

.badge-closed {
    background: #fee2e2;
    color: #991b1b;
    font-size: .72rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 50px;
    margin-left: 8px
}

.cta-section {
    background: linear-gradient(135deg, var(--kp-primary) 0%, #2d3ab1 100%);
    color: #fff;
    text-align: center;
    padding: 70px 20px
}

.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px
}

.cta-section p {
    opacity: .8;
    margin-bottom: 32px
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #28ff7b;
    color: var(--kp-primary);
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: .95rem;
    transition: all .2s
}

.btn-cta:hover {
    background: #fff;
    transform: translateY(-2px);
    color: var(--kp-primary)
}

.btn-cta.btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    color: #fff
}

.btn-cta.btn-outline:hover {
    background: rgba(255, 255, 255, .1)
}

.section {
    padding: 80px 0
}

.section-tag {
    display: inline-block;
    background: #eef0ff;
    color: var(--kp-primary);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 14px
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--kp-dark)
}

.section-title span {
    color: var(--kp-primary)
}

input[type="number"].product-field-input::-webkit-inner-spin-button,
input[type="number"].product-field-input::-webkit-outer-spin-button {
    opacity: 0.5;
    margin-left: 4px
}

.add-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: transparent;
    border: 2px dashed #cbd5e1;
    color: var(--kp-primary);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 14px 24px;
    border-radius: 60px;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 100%;
    margin-top: 12px;
    background: white
}

.add-product-btn:hover {
    border-color: var(--kp-primary);
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 94, 122, 0.15)
}

.add-product-btn i {
    font-size: 1.3rem;
    transition: transform 0.2s
}

.add-product-btn:hover i {
    transform: rotate(90deg)
}

.product-summary {
    margin-top: 16px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 12px;
    border-left: 3px solid var(--kp-primary);
    font-size: 0.8rem;
    color: #2c3e50;
    display: none
}

.product-summary.visible {
    display: block;
    animation: fadeInUp 0.3s ease
}

.product-summary i {
    color: var(--kp-primary);
    margin-right: 8px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .product-item {
        padding: 18px;
        margin-bottom: 16px
    }

    .product-header {
        margin-bottom: 16px;
        flex-wrap: wrap;
        gap: 12px
    }

    .product-number {
        font-size: 0.75rem;
        padding: 4px 12px
    }

    .remove-item {
        padding: 4px 12px;
        font-size: 0.7rem
    }

    .product-fields {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .product-field-label {
        font-size: 0.65rem
    }

    .product-field-input {
        padding: 10px 14px;
        font-size: 0.85rem
    }

    .add-product-btn {
        padding: 12px 20px;
        font-size: 0.85rem
    }
}

@media (max-width:480px) {
    .product-item {
        padding: 14px
    }

    .product-number {
        font-size: 0.7rem;
        padding: 3px 10px
    }

    .remove-item {
        padding: 3px 10px;
        font-size: 0.65rem
    }

    .remove-item span {
        display: none
    }

    .remove-item i {
        margin: 0
    }

    .product-field-input {
        padding: 8px 12px;
        font-size: 0.8rem
    }

    .add-product-btn {
        padding: 10px 16px;
        font-size: 0.8rem
    }
}

.product-item:first-of-type {
    border-color: rgba(27, 94, 122, 0.3);
    background: linear-gradient(135deg, #ffffff, #fefefc)
}

.product-field-input.error {
    border-color: #e74c3c;
    background: #fff5f5
}

.product-field-input.error:focus {
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1)
}

.field-helper {
    font-size: 0.65rem;
    color: #94a3b8;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px
}

.field-helper i {
    font-size: 0.6rem
}

.submit-row {
    display: flex;
    gap: 14px;
    margin-top: 12px;
    flex-wrap: wrap
}

.btn-submit-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    padding: 15px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .35);
    transition: all .25s;
    flex: 1;
    min-width: 200px
}

.btn-submit-wa:hover {
    background: #1ebe5c;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, .45)
}

.btn-submit-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--kp-primary);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    padding: 15px 28px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(27, 32, 114, .25);
    transition: all .25s;
    flex: 1;
    min-width: 200px
}

.btn-submit-email:hover {
    background: #141860;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(27, 32, 114, .35)
}

.btn-submit-wa i,
.btn-submit-email i {
    font-size: 1.3rem
}

.wa-note {
    text-align: center;
    font-size: .75rem;
    color: var(--kp-muted);
    margin-top: 10px;
    line-height: 1.6
}

.wa-note i {
    color: #25d366
}

.wa-note .mail-icon {
    color: var(--kp-primary)
}

.info-card {
    background: #fff;
    border: 1.5px solid #e8ecf8;
    border-radius: 16px;
    padding: 24px 22px;
    margin-bottom: 20px;
    transition: box-shadow .2s
}

.info-card:hover {
    box-shadow: 0 6px 24px rgba(27, 32, 114, .1)
}

.info-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--kp-primary), #3a46c8);
    margin-bottom: 14px
}

.info-card-icon i {
    color: #fff;
    font-size: 1.25rem
}

.info-card h5 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--kp-dark);
    margin-bottom: 6px
}

.info-card p {
    font-size: .82rem;
    color: var(--kp-muted);
    line-height: 1.6;
    margin: 0
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .85rem;
    color: #374151;
    font-weight: 600
}

.trust-badge i {
    color: var(--kp-primary);
    font-size: 1.1rem
}

.whatsapp-direct {
    background: linear-gradient(135deg, #25d366, #1a9e4e);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    color: #fff
}

.whatsapp-direct h5 {
    font-weight: 800;
    margin-bottom: 6px
}

.whatsapp-direct p {
    font-size: .82rem;
    opacity: .85;
    margin-bottom: 16px
}

.whatsapp-direct a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #1a9e4e;
    font-weight: 700;
    font-size: .88rem;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all .2s
}

.whatsapp-direct a:hover {
    background: #f0fff4;
    transform: translateY(-1px)
}

@media (max-width:991px) {
    .filter-toggle-btn {
        display: flex !important;
        align-items: center;
        justify-content: center
    }
}

.quote-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(13, 31, 53, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: fadeIn 0.4s ease-out
}

.quote-popup {
    background: #fff;
    border-radius: 28px;
    padding: 2rem 2rem 1.8rem;
    width: 100%;
    max-width: 520px;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    animation: slideUp 0.4s cubic-bezier(0.34, 1.2, 0.64, 1)
}

.quote-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1a5fa8 0%, #0d3d73 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 1rem;
    letter-spacing: 0.5px
}

@media (max-width:768px) {
    .quote-popup {
        padding: 1.5rem 1.2rem;
        margin: 0.5rem
    }
}