
.page {
    margin: 1rem;
}

body {
    margin: 0;
    padding: 0;
    background-color: #d4d6f4 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: var(--primary-color) !important;
    color: var(--nav-tabs-color) !important;
}

.newsletter-btn {
    background: var(--primary-color) !important;
    border: 1px solid #fff !important;
    color: var(--primary-color);
}

.nav-tabs .nav-link {
    color: var(--primary-color) !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--primary-color), var(--secondary-color)) !important;
}

.page-link {
    --bs-pagination-border-radius: var(--card-radius) !important;
}

.nav-tabs {
    font-family: var(--bs-body-font-family);
}

.theme-editor-shell {
    height: 100vh;
    overflow: hidden;
    font-family: var(--font-family);
    font-size: var(--base-font-size);
    color: var(--text-color);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.top-toolbar {
    height: 30px;
    background: white;
}

.card-toolbox {
}

.left-sidebar {
    border-right: 1px solid #e9ecef;
    overflow-y: auto;
}

.sidebar-search {
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

.sidebar-group-title {
    padding: 24px 20px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6c757d;
}

.theme-category {
    padding: 16px 20px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 500;
}

    .theme-category:hover {
        background: #f8f9fa;
    }

.active-category {
    background: rgba(13,110,253,0.10);
    border-right: 4px solid var(--primary-color);
    color: var(--primary-color);
}

.Theme-card {
    margin: 10px 20px;
    padding: 16px;
    border-radius: 18px;
    background: #f8f9fb;
    border: 1px solid #eceff4;
}

.Theme-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.preview-panel {
    overflow-y: auto;
    padding: 1rem;
}

.preview-container {
    max-width: 1400px;
    margin: auto;
}

.preview-navbar {
    background: var(--surface-color);
    padding: 5px 10px;
    border-radius: var(--card-radius);
    margin-bottom: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.nav-link-custom {
    text-decoration: none;
    color: var(--text-color);
    font-weight: 500;
}

.hero-section {
    min-height: 500px;
    border-radius: var(--card-radius);
    background: linear-gradient(135deg,var(--primary-color),var(--secondary-color));
    padding: 70px;
    display: var(--hero-layout);
    align-items: center;
    color: white;
    margin-bottom: 40px;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: 58px;
    font-weight: 800;
    max-width: 700px;
    margin-bottom: 20px;
}

.hero-caption {
    max-width: 620px;
    font-size: 18px;
    margin-bottom: 32px;
    opacity: 0.90;
}

.btn-primary-custom {
    background: var(--primary-color);
    border: none;
    color: white;
    border-radius: var(--button-radius);
    padding: var(--button-padding) calc(var(--button-padding) * 1.6);
    transition: 0.2s;
}

    .btn-primary-custom:hover {
        transform: translateY(-2px);
    }

.btn-secondary-custom {
    background: var(--secondary-color);
    border: none;
    color: white;
    border-radius: var(--button-radius);
    padding: var(--button-padding) calc(var(--button-padding) * 1.6);
    transition: 0.2s;
}

    .btn-secondary-custom:hover {
        transform: translateY(-2px);
    }



.btn-tertiary-custom {
    background: var(--tertiary-color);
    border: none;
    color: white;
    border-radius: var(--button-radius);
    padding: var(--button-padding) calc(var(--button-padding) * 1.6);
    transition: 0.2s;
}

    .btn-tertiary-custom:hover {
        transform: translateY(-2px);
    }

.btn-outline-custom {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.60);
    color: white;
    border-radius: var(--button-radius);
    padding: var(--button-padding) calc(var(--button-padding) * 1.6);
}

.btn-small {
    padding: 5px 10px;
    font-size: 14px;
}

section {
    margin-top: 1rem;
}

.section-spacing {
    margin-bottom: 1rem;
    border-radius: var(--card-radius);
}

.section-header {
    background: var(--sectionheaderBackgroundColor);
    border-radius: var(--card-radius);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    color: var(--kp-header-color);
    padding: 1rem;
}

.search-box {
    width: 280px;
    border: none;
    color:var(--kp-text-color);
    background: var(--kp-surface-color);
    padding: 14px 20px;
    border-radius: var(--card-radius);
    border: 1px solid color-mix(in srgb, var(--kp-default-color), transparent 88%);
}

.product-card {
    background: var(--cardbackground-color);
    border-radius: var(--card-radius);
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    flex-shrink: 0;
    background: var(--kp-surface-color);
    border: 1px solid color-mix(in srgb, var(--kp-default-color), transparent 88%);
}

    .product-card:hover {
        transform: translateY(-6px);
    }

.product-image-wrapper {
    position: relative;
    height: 260px;
    max-height: 260px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: var(--image-positioning);
    max-height: 250px;
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}


.product-badge-editor {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color-editor);
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

    .product-badge-editor:hover {
        background: #b2b5cd;
    }

.product-badge-gradienteditor {
    position: absolute;
    top: 15px;
    right: 80px;
    background: #4e73df;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

    .product-badge-gradienteditor:hover {
        background: #38BDF8;
    }

.product-badge-croping {
    position: absolute;
    top: 15px;
    right: 150px;
    background: #4e73df;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

    .product-badge-croping:hover {
        background: #38BDF8;
    }

.product-body {
    padding: var(--product-padding);
    text-align: var(--product-text-align)
}


.service-card:hover {
    transform: translateY(-6px)
}

.service-image-wrapper {
    position: relative;
    height: 260px
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: var(--image-positioning);
}

.service-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-color);
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700
}

.service-badge-editor {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color-editor);
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700
}

    .service-badge-editor:hover {
        background: #b2b5cd
    }

.service-badge-gradienteditor {
    position: absolute;
    top: 15px;
    right: 80px;
    background: #4e73df;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700
}

    .service-badge-gradienteditor:hover {
        background: #38BDF8
    }

.service-badge-croping {
    position: absolute;
    top: 15px;
    right: 150px;
    background: #4e73df;
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700
}

    .service-badge-croping:hover {
        background: #38BDF8
    }

.service-body {
    padding: var(--service-padding);
    text-align: var(--service-text-align)
}

.service-description {
    color: #6c757d;
    min-height: 48px
}

.service-price {
    font-size: 24px;
    font-weight: 800
}


.services-filter-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 24px
}


.img-fluid {
    border-radius: var(--card-radius) !important;
    max-width: 100%;
    height: auto;
    object-fit: var(--image-positioning);
    width: 100%;
    height: 100%;
    margin: auto;
}

.product-description {
    color: #6c757d;
    min-height: 48px;
}

.product-price {
    font-size: 24px;
    font-weight: 800;
}

.portfolio-filter-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}


.products-filter-bar {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.filter-pill {
    padding: 10px 18px;
    border-radius: 50px;
    background: var(--surface-color);
    cursor: pointer;
    transition: 0.2s;
}

.active-pill {
    background: var(--primary-color);
    color: white;
}

.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--card-radius);
    height: 320px;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: var(--image-positioning);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.80), transparent);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.form-card {
    background: var(--surface-color);
    border-radius: var(--card-radius);
    padding: 50px;
}

.form-input {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: var(--button-radius);
    padding: 14px;
}

.preview-footer {
    color: white;
    padding: 40px;
    border-radius: var(--card-radius);
}

.right-panel {
    border-left: 1px solid #e9ecef;
    overflow-y: auto;
    font-family: var(--bs-body-font-family);
}





.palette-grid {
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-height: 350px;
    overflow-y: scroll;
}

.palette-card {
    background: white;
    border: 2px solid transparent;
    border-radius: 18px;
    padding: 14px;
    cursor: pointer;
    transition: 0.25s;
}

    .palette-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

.active-palette {
    border-color: var(--primary-color);
}

.palette-swatches {
    height: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.palette-color {
    flex: 1;
}

.layout-editor-shell {
    height: 100vh;
    overflow: hidden;
    background: #f5f7fb;
}

.editor-topbar {
    height: 72px;
    background: white;
}

.editor-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    height: calc(100vh - 10px);
    overflow-y: scroll;
}

.editor-sidebar {
    overflow-y: auto;
    background: white;
    border-right: 1px solid #e9ecef;
    padding: 24px;
}

.preview-area {
    overflow-y: auto;
}

.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #6c757d;
}

.row mb-2 {
    margin-bottom: 24px;
}

.preview-topbar {
    height: 40px;
    color: var(--kp-text-color);
    font-size: 14px;
    border-radius: var(--button-radius);
    display: inline-block;
    width: 100%;
}

.preview-navbar {
    background: var(--primary-color);
    transition: 0.3s;
}

.sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-logo {
    font-size: 28px;
    font-weight: 800;
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
}

.nav-link-custom {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
}

.Underline:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}

.Background:hover {
    background: var(--primary-color);
    padding: 8px 14px;
    border-radius: 12px;
}

.Scale:hover {
    transform: scale(1.06);
}

.Glow:hover {
    color: var(--primary-color);
    text-shadow: 0 0 12px rgba(13,110,253,0.35);
}

.navbar-cta-btn {
    background: var(--primary-color);
    border: none;
    color: white;
    padding: 12px 22px;
}

.Rounded {
    border-radius: 14px;
}

.Pill {
    border-radius: 50px;
}

.Square {
    border-radius: 0;
}

.Classic {
    background: white;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.Glass {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(20px);
}

.Dark {
    color: white;
}

.Minimal {
    background: transparent;
}

.dummy-page-content {
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom,#f8fafc,#eef2ff);
}

.preview-footer {
    color: var(--kp-text-color);
}

    .preview-footer.Dark {
    }

    .preview-footer.Light {
        background: white;
        color: var(--primary-color);
    }

    .preview-footer.Gradient {
        background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    }

    .preview-footer.Glass {
        background: var(--primary-color);
        backdrop-filter: blur(20px);
    }

.newsletter-section {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.newsletter-form {
    display: flex;
    gap: 12px;
}

.newsletter-input {
    flex: 1;
    border: none;
    border-radius: 14px;
    padding: 14px;
}

.newsletter-btn {
    background: var(--primary-color);
    border: none;
    color: white;
    border-radius: var(--button-radius);
    padding: var(--button-padding) calc(var(--button-padding) * 1.6);
    transition: 0.2s;
}

.footer-link {
    margin-bottom: 12px;
    cursor: pointer;
    transition: 0.2s;
}

    .footer-link:hover {
        transform: translateX(4px);
    }

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    cursor: pointer;
}

.footer-bottom {
    opacity: 0.75;
}





.service-editor-shell {
    height: 100vh;
    overflow: hidden;
    background: #f5f7fb;
}

.editor-topbar {
    height: 72px;
    background: white;
}

.editor-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    height: calc(100vh - 72px);
}

.editor-sidebar {
    overflow-y: auto;
    background: white;
    border-right: 1px solid #e9ecef;
    padding: var(--card-padding);
}

.preview-area {
    overflow-y: auto;
}

.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #6c757d;
}

.row mb-2 {
    margin-bottom: 24px;
}

.service-hero {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--hero-image);
    background-size: cover;
    background-position: center;
    border-radius: var(--card-radius);
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    border-radius: var(--card-radius);
}

.hero-content {
    position: relative;
    z-index: 5;
    color: white;
}

.hero-title {
    font-size: 62px;
    font-weight: 800;
    max-width: 800px;
}

.hero-caption {
    font-size: 18px;
    max-width: 700px;
    opacity: 0.90;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    padding: 10px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}



.service-main-card {
    background: white;
    border-radius: var(--card-radius);
    padding: var(--card-padding);
}

.feature-card {
    background: white;
    padding: 30px;
    height: 100%;
}

.feature-icon {
    font-size: 42px;
    margin-bottom: 18px;
}

.Shadow {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.Bordered {
    border: 1px solid #dee2e6;
}

.Glass {
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(20px);
}

.sidebar-card {
    background: var(--cardbackground-color);
    border-radius: var(--card-radius);
    box-shadow: var(--bs-box-shadow-lg) !important;
    padding: var(--card-padding);
}

.sidebar-link {
    padding: 12px 14px;
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 10px;
}

.active-link {
    background: rgba(13,110,253,0.10);
    color: #0d6efd;
    font-weight: 700;
}





.team-editor-shell {
    height: 100vh;
    background: #f5f7fb;
    overflow: hidden;
}


.team-card {
    background: white;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

    .team-card:hover {
        transform: translateY(-6px);
    }

.team-image {
    width: 140px;
    height: 140px;
    object-fit: var(--image-positioning);
}

    .team-image.Circle {
        border-radius: 50%;
    }

    .team-image.Rounded {
        border-radius: 24px;
    }

    .team-image.Square {
        border-radius: 0px;
    }

.team-card.Glass {
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(18px);
    border-radius: var(--card-radius);
}

.team-card.Shadow {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.team-card.Bordered {
    border: 1px solid #dee2e6;
}

.team-card.Minimal {
    background: transparent;
}

.generated-css-box {
    min-height: 260px;
    background: #0f172a;
    color: #e2e8f0;
    font-family: monospace;
}

.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #64748b;
}

.setting-item {
    margin-bottom: 24px;
}

.testimonial-card {
    background: white;
    padding: 32px;
    text-align: center;
    border-radius: var(--card-radius);
}

.testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: var(--image-positioning);
}

.testimonial-card.Glass {
    background: rgba(255,255,255,0.70);
    backdrop-filter: blur(18px);
}

.testimonial-card.Shadow {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.testimonial-card.Minimal {
    border: 1px solid #dee2e6;
}

.font-editor-shell {
    display: grid;
    grid-template-columns: 340px 1fr;
    min-height: 100vh;
}

.font-preview-card {
    background: white;
    padding: 60px;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

    .font-preview-card h1 {
        margin-bottom: 24px;
    }

    .font-preview-card p {
        color: #6b7280;
        max-width: 900px;
    }



.hero-image-selector {
    padding: 1rem;
}

.hero-preview {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid #eee;
}

.hero-preview-image {
    width: 100%;
    height: 100%;
    object-fit: var(--image-positioning);
}

.hero-image-card {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    border: 3px solid transparent;
    transition: all 0.25s ease;
}

    .hero-image-card:hover {
        transform: scale(1.03);
    }

.selected-image {
    border-color: var(--primary-color);
}

.hero-library-image {
    width: 100%;
    height: 120px;
    object-fit: var(--image-positioning);
}



.hero-editor-container {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 24px;
}

.preview-wrapper {
    width: 100%;
}

.hero-preview {
    width: 100%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    transition: all 0.25s ease;
    background-color: #111;
    cursor: grab;
}

    .hero-preview:hover {
        transform: scale(1.005);
    }

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(0,0,0,0.35), rgba(0,0,0,0.35));
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: white;
    backdrop-filter: blur(3px);
    padding: 20px;
    border-radius: 12px;
}

.editor-panel {
    background: white;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.form-range {
    width: 100%;
}

code {
    white-space: pre-line;
}
/*card*/
.card {
    border-radius: var(--card-radius) !important;
    padding: var(--card-padding) !important;
}


/*Cart*/
.cart-preview-wrapper {
    position: relative;
}

.cart-button {
    border: none;
    background: var(--primary-color);
    color: white;
    padding: 10px 16px;
    border-radius: 10px;
    position: relative;
}

.cart-count {
    background: red;
    color: white;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -8px;
}

.cart-dropdown {
    position: absolute;
    top: 60px;
    right: 0;
    width: 360px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    z-index: 1000;
    overflow: hidden;
}

.cart-header {
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.cart-body {
    max-height: 450px;
    overflow: scroll;
}

.cart-item {
    display: flex;
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.cart-item-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    object-fit: var(--image-positioning);
}

.cart-item-content {
    flex: 1;
}

.cart-item-name {
    font-weight: 600;
}

.cart-item-price {
    color: var(--primary-color);
    margin-top: 4px;
}

.cart-item-qty {
    font-size: 13px;
    color: #666;
}

.cart-footer {
    padding: 16px;
}

.cart-total {
    margin-bottom: 12px;
    font-size: 18px;
}

.empty-cart {
    padding: 30px;
    text-align: center;
    color: #888;
}



/*pagenation */

.page-link {
    color: var(--primary-color) !important;
}

    .active > .page-link, .page-link.active {
        color: var(--bs-pagination-active-color) !important;
        background-color: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
    }




/*pagenation */
.carousel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0) 100% );
    color: white;
}

.carousel-content {
    max-width: 600px;
}

.carousel-item img {
    transition: transform 8s ease;
}

.carousel-item.active img {
    transform: scale(1.05);
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}


.product-gallery {
    width: 100%;
}

.main-image-container {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: #f8f9fa;
}

.main-product-image {
    width: 100%;
    height: 600px;
    object-fit: var(--image-positioning);
    transition: all 0.3s ease;
}

.thumbs-scroll-container {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
}

    .thumbs-scroll-container::-webkit-scrollbar {
        height: 6px;
    }

.thumb-wrapper {
    flex-shrink: 0;
    max-width: 80px;
}

.product-thumb {
    width: 90px;
    height: 90px;
    object-fit: var(--image-positioning);
    border-radius: 14px;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.2s ease;
}

    .product-thumb:hover {
        transform: translateY(-2px);
    }

.active-thumb {
    border-color: var(--primary-color);
}


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

    .vesitable .vesitable-item:hover {
        box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
    }

    .vesitable .vesitable-item .vesitable-img {
        overflow: hidden;
        transition: 0.5s;
        border-radius: 10px 10px 0 0;
    }

        .vesitable .vesitable-item .vesitable-img img {
            transition: 0.5s;
        }

            .vesitable .vesitable-item .vesitable-img img:hover {
                transform: scale(1.2);
            }

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(-primary-color);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-prev:hover {
        background: var(--secondary-color);
        color: var(--bs-white);
    }

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--primary-color);
    padding: 5px 25px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    transition: 0.5s;
}

    .vesitable .owl-nav .owl-next:hover {
        background: var(--primary-color);
        color: var(--bs-white);
    }
/*** vesitable End ***/

.related-products-section {
    padding-top: 5px;
    padding-bottom: 5px;
}

.related-carousel-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

    .related-carousel-container::-webkit-scrollbar {
        height: 8px;
    }

    .related-carousel-container::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.2);
        border-radius: 20px;
    }

.related-product-card {
    min-width: 280px;
    max-width: 280px;
    border-radius: 24px;
    overflow: hidden;
    transition: .3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    flex-shrink: 0;
    background: var(--kp-surface-color);
    border: 1px solid color-mix(in srgb, var(--kp-default-color), transparent 88%);
}

    .related-product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,.1);
    }

.related-product-image-wrapper {
    height: 240px;
    overflow: hidden;
}

.related-product-image {
    width: 100%;
    height: 100%;
    object-fit: var(--image-positioning);
    transition: .4s ease;
}

.related-product-card:hover .related-product-image {
    transform: scale(1.05);
}

.related-product-body {
    padding: 20px;
}

.related-product-category {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.related-product-price {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.carousel-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    transition: .2s ease;
    border: 3px solid var(--primary-color);
}

    .carousel-nav-btn:hover {
        background: var(--primary-color);
        color: white;
    }


.contact-hero {
    padding: 100px 0;
    background: linear-gradient( 135deg, rgba(0,0,0,.03), rgba(0,0,0,.01));
}

.hero-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
}

.hero-description {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.contact-info-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    background: white;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}

.contact-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color));
}

.contact-label {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 4px;
}

.contact-value {
    font-size: 17px;
    font-weight: 700;
}

.contact-card {
    background: white;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.custom-input {
    border-radius: 16px;
    padding: 14px 18px;
    border: 1px solid #ddd;
}

    .custom-input:focus {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 .2rem rgba(0,0,0,.08);
    }

.contact-btn {
    height: 56px;
    border-radius: 18px;
    border: none;
    color: white;
    font-weight: 700;
    background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color));
}

.map-section {
    padding-bottom: 100px;
}

.map-card {
    overflow: hidden;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .contact-card {
        margin-top: 40px;
    }
}

.gallery-hero {
    padding: 120px 0 80px;
    background: linear-gradient( 135deg, rgba(0,0,0,.03), rgba(0,0,0,.01));
}

.hero-content {
    max-width: 850px;
    margin: auto;
}

.gallery-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    margin-bottom: 24px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color));
}

.gallery-title {
    font-size: 62px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
}

.gallery-description {
    font-size: 18px;
    color: #666;
}

.gallery-section {
    padding-bottom: 100px;
}

.gallery-filters {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.filter-btn {
    border: none;
    padding: 14px 24px;
    border-radius: 999px;
    background: white;
    font-weight: 600;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

    .filter-btn:hover {
        transform: translateY(-2px);
    }

.active-filter {
    color: white;
    background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color));
}

.gallery-card {
    cursor: pointer;
}

.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    height: 420px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: var(--image-positioning);
    transition: transform .5s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: .4s;
    background: linear-gradient( to top, rgba(0,0,0,.75), transparent);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.08);
}

.gallery-category {
    font-size: 12px;
    color: rgba(255,255,255,.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.gallery-name {
    color: white;
    font-weight: 700;
    margin-bottom: 16px;
}

.gallery-view-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient( 135deg, var(--primary-color), var(--secondary-color));
}

.gallery-lightbox-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: rgba(0,0,0,.85);
    backdrop-filter: blur(6px);
}

.gallery-lightbox-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
    border-radius: 32px;
    background: white;
}

.lightbox-image {
    width: 100%;
    height: 650px;
    object-fit: var(--image-positioning);
}

.lightbox-content {
    padding: 30px;
}

.lightbox-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary-color);
    margin-bottom: 12px;
}

.lightbox-title {
    font-weight: 800;
    margin-bottom: 14px;
}

.lightbox-description {
    color: #666;
    margin-bottom: 0;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 22px;
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(10px);
}

/*check out sucess */


@media(max-width:991px) {

    .gallery-title {
        font-size: 42px;
    }

    .gallery-image-wrapper {
        height: 320px;
    }

    .lightbox-image {
        height: 350px;
    }
}



.checkout-success-page {
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.success-card {
    max-width: 700px;
    width: 100%;
    background: white;
    border-radius: 24px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.success-icon {
    font-size: 80px;
    color: #28a745;
    margin-bottom: 20px;
}

.success-title {
    font-weight: 800;
    margin-bottom: 10px;
}

.success-message {
    color: #666;
    margin-bottom: 30px;
}

.order-summary {
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.next-steps {
    text-align: left;
    margin-bottom: 30px;
}

    .next-steps ul {
        margin-top: 15px;
    }

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}



.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
}


.product-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.category-tag {
    font-size: 12px;
    font-weight: 500;
    color: color-mix(in srgb, var(--kp-default-color), transparent 40%);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rating-group {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: var(--kp-default-color);
}

    .rating-group i {
        color: #f59e0b;
        font-size: 12px;
    }

    .rating-group span {
        font-weight: 500;
        font-size: 13px;
    }

    .rating-group .count {
        font-weight: 400;
        color: color-mix(in srgb, var(--kp-default-color), transparent 50%);
        font-size: 12px;
    }

.product-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

    .product-title a {
        color: var(--kp-heading-color);
        transition: color 0.2s ease;
    }

        .product-title a:hover {
            color: var(--kp-accent-color);
        }

.color-options {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}

.color-swatch {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    outline: 2px solid transparent;
    outline-offset: 1px;
}




.product-footer {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid color-mix(in srgb, var(--kp-default-color), transparent 90%);
    align-content: center;
    flex-wrap: nowrap;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
}

    .product-price .original {
        font-size: 13px;
        font-weight: 400;
        color: color-mix(in srgb, var(--kp-default-color), transparent 50%);
        text-decoration: line-through;
        margin-right: 6px;
    }

    .product-price .current {
        color: var(--kp-accent-color);
    }

.cart-btn {
    width: 40px;
    /* height: 40px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--kp-accent-color);
    color: var(--contrast-color);
    font-size: 16px;
    transition: background 0.2s ease;
    width: 100%;
}

    .cart-btn:hover {
        background: color-mix(in srgb, var(--kp-accent-color), transparent 15%);
        color: var(--contrast-color);
    }

    .cart-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--kp-accent-color), transparent 80%);
    }

@media (max-width: 576px) {
    .product-body {
        padding: 12px;
    }

    .product-title {
        font-size: 14px;
    }

    .product-price {
        font-size: 16px;
    }
}
