@media screen and (max-width:1500px) {
    .header-navigation {
        font-size: 0.8rem !important;
    }
}

:root {
    --primary-color: #d4890c;
    --secondary-color: #1464a4;
    --headings-color: #111827;
    --text-color: #3d4a5c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--headings-color);
}

.topbar-section {
    position: relative;
    z-index: 100;
    background: linear-gradient(90deg, #0d1a2e 0%, #1a3050 100%);
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.topbar-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.topbar-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.5;
}

.topbar-item i {
    font-size: 13px;
}

.topbar-item a {
    color: inherit;
}

.topbar-item a:hover {
    color: #f0a825 !important;
    text-shadow: 0 0 14px rgba(240, 168, 37, 0.9);
}

.topbar-address {
    margin-left: auto;
}

.header-section.hm2-header {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: linear-gradient(180deg, rgba(18, 30, 58, 0.82), rgba(18, 30, 58, 0.28)) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.header-section.hm2-header .header-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hm2-header .header-navigation>ul>li>a {
    color: #f6f8ff !important;
}

.hm2-header .header-navigation>ul>li>a,
.hm2-header .header-navigation .has-submenu::after {
    transition: all 0.3s ease;
}

.hm2-header .header-navigation>ul>li:hover>a {
    color: #f0a825 !important;
    text-shadow: 0 0 14px rgba(240, 168, 37, 0.9);
}

.hm2-header .header-navigation>ul>li.has-submenu:hover::after {
    color: #f0a825 !important;
}

.hm2-header .header-navigation .submenu-wrapper li a {
    transition: all 0.3s ease;
}

.hm2-header .header-navigation .submenu-wrapper li a:hover {
    color: #111827 !important;
    text-shadow: none;
    background: linear-gradient(90deg, rgba(212, 137, 12, 0.18), rgba(20, 100, 164, 0.15));
}

.hm2-header.sticky-header.sticky-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(13, 26, 46, 0.97), rgba(20, 48, 80, 0.97)) !important;
}

@media screen and (max-width:1199px) {
    .topbar-section {
        display: none;
    }

    .header-section.hm2-header {
        position: fixed;
        top: 0;
        background: linear-gradient(90deg, rgba(13, 26, 46, 0.97), rgba(20, 48, 80, 0.97)) !important;
    }

    .header-section.hm2-header .header-navbar {
        padding: 12px 0;
        border-bottom: none;
    }

    .vr4-hero-left {
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 22px;
    }

    .vr4-hero-left h1 {
        font-size: 34px !important;
        line-height: 1.2 !important;
        margin-bottom: 18px !important;
    }

    .vr4-hero-left p {
        font-size: 15px !important;
        line-height: 1.5 !important;
        margin-bottom: 24px !important;
    }

    .vr4-hero-single .row {
        justify-content: center;
    }
}

.slick-slide img {
    filter: drop-shadow(0px 0px 10px #ffffff);
}

.vr4-hero-section,
.vr4-hero-slider,
.vr4-hero-single {
    min-height: 100vh;
    height: 100vh;
    position: relative;
}

.vr4-hero-single::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

.vr4-hero-left {
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.18));
    padding: 32px;
    border-radius: 18px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.vr4-hero-left h1 {
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.55);
    font-weight: 700;
}

.vr4-hero-left p {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.7;
}

.vr4-hero-left .template-btn {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.vr4-hero-slider .slick-slide.slick-active .vr4-hero-single p {
    -webkit-animation: 1.1s theme_fadeInUp;
    animation: 1.1s theme_fadeInUp;
}

.vr4-hero-single>.container {
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    justify-content: center;
}

.vr4-hero-single .row {
    width: 100%;
}

.category-sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.category-sidebar-menu details,
.category-sidebar-menu .category-single {
    background: linear-gradient(145deg, #fdfaf4 0%, #f2f6fc 100%);
    border: 1px solid rgba(212, 137, 12, 0.20);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.category-sidebar-menu details.active,
.category-sidebar-menu details[open],
.category-sidebar-menu .category-single.active {
    border-color: rgba(20, 100, 164, 0.32);
    box-shadow: 0 12px 28px rgba(212, 137, 12, 0.13), 0 10px 26px rgba(20, 100, 164, 0.12);
}

.category-sidebar-menu summary,
.category-sidebar-menu .category-single a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    font-size: 22px;
    font-weight: 500;
    color: #1f2a44;
    cursor: pointer;
}

.category-sidebar-menu summary {
    list-style: none;
}

.category-sidebar-menu summary::-webkit-details-marker {
    display: none;
}

.category-sidebar-menu details[open] summary {
    background: linear-gradient(90deg, rgba(212, 137, 12, 0.10), rgba(20, 100, 164, 0.10));
    color: #111827;
}

.category-sidebar-menu summary:hover,
.category-sidebar-menu .category-single a:hover {
    color: #111827;
    background: linear-gradient(90deg, rgba(212, 137, 12, 0.13), rgba(20, 100, 164, 0.11));
    text-shadow: none;
}

.category-sidebar-menu i {
    color: #d4890c;
    transition: all 0.3s ease;
    font-size: 14px;
}

.category-sidebar-menu details[open] summary i,
.category-sidebar-menu .category-single.active i {
    color: #1464a4;
    transform: rotate(180deg);
}

.category-sidebar-menu .submenu-list {
    margin: 0;
    padding: 12px 14px 16px;
    list-style: none;
    background: rgba(255, 255, 255, 0.72);
}

.category-sidebar-menu .submenu-list li+li {
    margin-top: 6px;
    border-top: 1px solid rgba(31, 42, 68, 0.1);
}

.category-sidebar-menu .submenu-list a {
    display: block;
    padding: 10px 12px;
    color: #3c4f70;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.category-sidebar-menu .submenu-list a:hover,
.category-sidebar-menu .submenu-list li.active a {
    color: #111827;
    background: linear-gradient(90deg, rgba(212, 137, 12, 0.14), rgba(20, 100, 164, 0.12));
    text-shadow: none;
    padding-left: 18px;
}

.category-sidebar-menu .category-single.active a {
    background: linear-gradient(90deg, rgba(212, 137, 12, 0.14), rgba(20, 100, 164, 0.12));
    color: #111827;
}

@media screen and (max-width: 1200px) {

    .category-sidebar-menu summary,
    .category-sidebar-menu .category-single a {
        font-size: 18px;
    }
}

.template-pagination .active a {
    color: var(--white-color);
    background-color: var(--primary-color);
    pointer-events: none;
    cursor: default;
}

.template-pagination .disabled a {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.45;
}

.ck-content {
    color: #303030;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 14px;
    padding: 20px 22px;
}

.ck-content>*:first-child {
    margin-top: 0;
}

.ck-content>*:last-child {
    margin-bottom: 0;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    color: var(--headings-color);
    font-weight: 700;
    line-height: 1.28;
    margin: 0 0 14px;
    position: relative;
}

.ck-content h1 {
    font-size: 34px;
}

.ck-content h2 {
    font-size: 30px;
}

.ck-content h3 {
    font-size: 26px;
}

.ck-content h4 {
    font-size: 22px;
}

.ck-content h5 {
    font-size: 18px;
}

.ck-content h6 {
    font-size: 16px;
}

.ck-content h2::after,
.ck-content h3::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin-top: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d4890c, #f0a825, #2d7cc8);
    box-shadow: 0 0 12px rgba(212, 137, 12, 0.25);
}

.ck-content p {
    margin: 0 0 14px;
    color: #4d4d4d;
}

.ck-content strong,
.ck-content b {
    color: #202020;
    font-weight: 700;
}

.ck-content a {
    color: #d4890c;
    text-decoration: underline;
    word-break: break-word;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color 0.25s ease, text-shadow 0.25s ease;
}

.ck-content a:hover {
    color: #1464a4;
    text-shadow: 0 0 12px rgba(20, 100, 164, 0.30);
}

.ck-content ul,
.ck-content ol {
    margin: 0 0 18px 22px;
    padding: 0;
}

.ck-content ul {
    list-style: none;
    margin-left: 0;
}

.ck-content ul li {
    position: relative;
    padding-left: 28px;
}

.ck-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4890c, #1464a4);
    box-shadow: 0 0 10px rgba(212, 137, 12, 0.30);
}

.ck-content li {
    margin-bottom: 8px;
    color: #4d4d4d;
}

.ck-content hr {
    margin: 24px 0;
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, #d4890c, #2d7cc8, transparent);
}

.ck-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.ck-content table {
    width: 100% !important;
    margin: 18px 0 24px;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(212, 137, 12, 0.20);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(212, 137, 12, 0.08), 0 10px 24px rgba(20, 100, 164, 0.06);
}

.ck-content table th,
.ck-content table td {
    padding: 12px 14px;
    border: 1px solid #e7e7e7;
    vertical-align: middle;
    text-align: left;
}

.ck-content table th {
    background: linear-gradient(115deg, #0d1a2e, #1a3050, #1464a4);
    color: #ffffff;
    font-weight: 600;
}

.ck-content table tr:nth-child(even) td {
    background: #faf8f4;
}

.ck-content table tr:hover td {
    background: #f0f5fc;
}

.product-pdf-download a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 10px;
    color: #b71c1c;
    font-weight: 600;
    transition: all 0.3s ease;
}

.product-pdf-download a:hover {
    background: #e53935;
    border-color: #e53935;
    color: #ffffff;
    transform: translateY(-2px);
}

.product-pdf-download .pdf-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-pdf-download .pdf-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .ck-content {
        font-size: 15px;
        overflow-x: auto;
    }

    .ck-content h1 {
        font-size: 28px;
    }

    .ck-content h2 {
        font-size: 25px;
    }

    .ck-content h3 {
        font-size: 22px;
    }

    .ck-content h4 {
        font-size: 19px;
    }

    .ck-content table {
        overflow-x: auto;
        white-space: nowrap;
    }

    .ck-content table th,
    .ck-content table td {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* ================================================================
   CKEDITOR-CONTENT — LED Lighting Theme
   ================================================================ */

@keyframes cke-fade-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cke-line-grow {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 52px;
        opacity: 1;
    }
}

@keyframes cke-bullet-pop {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.4);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

@keyframes cke-glow-pulse {

    0%,
    100% {
        box-shadow: 0 0 6px var(--primary-color), 0 0 14px rgba(212, 137, 12, 0.42);
    }

    50% {
        box-shadow: 0 0 12px var(--primary-color), 0 0 28px rgba(212, 137, 12, 0.70);
    }
}

/* Base */
.ckeditor-content {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 1.85;
    animation: cke-fade-up 0.75s ease both;
}

.ckeditor-content>*:first-child {
    margin-top: 0;
}

.ckeditor-content>*:last-child {
    margin-bottom: 0;
}

/* Headings */
.ckeditor-content h1,
.ckeditor-content h2,
.ckeditor-content h3,
.ckeditor-content h4,
.ckeditor-content h5,
.ckeditor-content h6 {
    color: #111111;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 14px;
    position: relative;
}

.ckeditor-content h1 {
    font-size: 34px;
}

.ckeditor-content h2 {
    font-size: 28px;
}

.ckeditor-content h3 {
    font-size: 23px;
}

.ckeditor-content h4 {
    font-size: 20px;
}

.ckeditor-content h5 {
    font-size: 17px;
}

.ckeditor-content h6 {
    font-size: 15px;
}

/* LED accent line under h2 / h3 */
.ckeditor-content h2::after,
.ckeditor-content h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 52px;
    border-radius: 2px;
    background: var(--primary-color);
    margin-top: 9px;
    box-shadow: 0 0 8px var(--primary-color), 0 0 18px rgba(212, 137, 12, 0.38);
    animation: cke-line-grow 0.55s 0.3s ease both;
}

/* Paragraphs */
.ckeditor-content p {
    margin: 0 0 16px;
    color: #555555;
    font-size: 18px;
    line-height: 1.85;
}

/* Bold */
.ckeditor-content strong,
.ckeditor-content b {
    color: #111111;
    font-weight: 700;
}

/* Links */
.ckeditor-content a {
    color: var(--primary-color);
    text-decoration: underline;
    word-break: break-word;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.ckeditor-content a:hover {
    color: #111111;
    text-shadow: 0 0 8px rgba(212, 137, 12, 0.50);
}

/* Unordered list — glowing LED bullet */
.ckeditor-content ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.ckeditor-content ul li {
    position: relative;
    padding: 7px 0 7px 38px;
    color: #444444;
    transition: padding-left 0.25s ease, color 0.25s ease;
}

.ckeditor-content ul li:last-child {
    border-bottom: none;
}

.ckeditor-content ul li::before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 0 6px var(--primary-color), 0 0 14px rgba(212, 137, 12, 0.45);
    animation: cke-bullet-pop 0.4s ease both, cke-glow-pulse 2.4s 1s ease-in-out infinite;
}

.ckeditor-content ul li:hover {
    color: #111111;
    padding-left: 46px;
}

.ckeditor-content ul li:hover::before {
    box-shadow: 0 0 10px var(--primary-color), 0 0 24px rgba(212, 137, 12, 0.70);
}

/* Ordered list */
.ckeditor-content ol {
    margin: 0 0 20px;
    padding: 0 0 0 22px;
}

.ckeditor-content ol li {
    padding: 5px 0 5px 6px;
    color: #444444;
    line-height: 1.75;
}

/* HR — glowing LED strip */
.ckeditor-content hr {
    margin: 28px 0;
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    box-shadow: 0 0 8px var(--primary-color), 0 0 18px rgba(212, 137, 12, 0.28);
}

/* Images */
.ckeditor-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ckeditor-content img:hover {
    transform: scale(1.015);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

/* Table */
.ckeditor-content table {
    width: 100% !important;
    margin: 20px 0 28px;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.ckeditor-content table th,
.ckeditor-content table td {
    padding: 12px 15px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
    text-align: left;
}

.ckeditor-content table th {
    background: #111111;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.ckeditor-content table tr:nth-child(even) td {
    background: #f9f9f9;
}

.ckeditor-content table tr:hover td {
    background: #f2f2f2;
    transition: background 0.2s ease;
}

/* Blockquote */
.ckeditor-content blockquote {
    margin: 0 0 20px;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid var(--primary-color);
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0 8px 8px 0;
    color: #444444;
    font-style: italic;
    box-shadow: inset 0 0 14px rgba(212, 137, 12, 0.06);
}

/* About section image — LED glow on hover */
.vr-about-comapny .about-image img {
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    animation: cke-fade-up 0.9s 0.2s ease both;
}

.vr-about-comapny .about-image img:hover {
    transform: scale(1.025);
    box-shadow:
        0 0 0 3px var(--primary-color),
        0 0 28px rgba(212, 137, 12, 0.38),
        0 20px 55px rgba(0, 0, 0, 0.22);
}

/* Responsive */
@media screen and (max-width: 767px) {
    .ckeditor-content {
        font-size: 15px;
        overflow-x: auto;
    }

    .ckeditor-content h1 {
        font-size: 26px;
    }

    .ckeditor-content h2 {
        font-size: 22px;
    }

    .ckeditor-content h3 {
        font-size: 19px;
    }

    .ckeditor-content h4 {
        font-size: 17px;
    }

    .ckeditor-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .ckeditor-content table th,
    .ckeditor-content table td {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* Product Item Card Design */
.product-item-card {
    border: 1px solid rgba(212, 137, 12, 0.20);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(212, 137, 12, 0.10), 0 10px 28px rgba(20, 100, 164, 0.08);
    transition: all 0.3s ease;
    background: linear-gradient(165deg, #ffffff 0%, #fafaf7 44%, #f6f8fc 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item-card:hover {
    box-shadow: 0 16px 34px rgba(212, 137, 12, 0.18), 0 20px 36px rgba(20, 100, 164, 0.15);
    border-color: rgba(212, 137, 12, 0.38);
    transform: translateY(-4px);
}

.product-item-card .vr6-offer-box {
    border-radius: 14px 14px 0 0;
    position: relative;
}

.product-item-card .vr6-offer-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(140deg, rgba(212, 137, 12, 0.52), rgba(240, 168, 37, 0.42), rgba(20, 100, 164, 0.48));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px 14px 0 0;
    z-index: 1;
    pointer-events: none;
}

.product-item-card:hover .vr6-offer-box::before {
    opacity: 1;
}

.product-item-card .vr6-offer-box>div {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-card:hover .vr6-offer-box>div {
    opacity: 1;
}

.product-item-card .vr6-offer-box .white-btn {
    margin: 0;
    color: #ffffff;
    background: linear-gradient(120deg, #d4890c, #f0a825);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 12px 26px rgba(212, 137, 12, 0.28);
}

.product-item-title {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 18px 16px;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    color: #c47a0a;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(253, 248, 240, 0.95) 100%);
    background-image: linear-gradient(115deg, #b8780e 0%, #d4890c 42%, #1464a4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(212, 137, 12, 0.10);
    transition: letter-spacing 0.3s ease, text-shadow 0.3s ease;
    flex-grow: 1;
    align-items: center;
    height: 5rem;
    align-content: center;
}

.product-item-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d4890c, #f0a825, #2d7cc8);
    box-shadow: 0 0 10px rgba(212, 137, 12, 0.32);
    transition: width 0.3s ease, box-shadow 0.3s ease;
}

.product-item-card:hover .product-item-title {
    letter-spacing: 0.03em;
    text-shadow: 0 6px 16px rgba(20, 100, 164, 0.15);
}

.product-item-card:hover .product-item-title::after {
    width: 72px;
    box-shadow: 0 0 14px rgba(20, 100, 164, 0.42);
}

@media screen and (max-width: 575px) {
    .product-item-title {
        font-size: 15px;
        height: 6.5rem;
    }

    .vr6-offer-box {
        height: auto;
        padding: 40px 24px;
    }
}

.product-item-card a {
    display: block;
    flex-shrink: 0;
}

/* Home products filter dropdown */
.hm2-filter-btn-group .hm2-filter-select {
    min-width: 260px;
    max-width: 340px;
    width: 100%;
    height: 52px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 999px;
    padding: 0 52px 0 18px;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: all 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #111111 50%),
        linear-gradient(135deg, #111111 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.hm2-filter-btn-group .hm2-filter-select:hover {
    border-color: rgba(17, 17, 17, 0.32);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hm2-filter-btn-group .hm2-filter-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.22rem rgba(212, 137, 12, 0.20);
    outline: none;
}

.hm2-filter-btn-group .hm2-filter-select option {
    color: #111111;
}

@media screen and (max-width: 1199px) {
    .hm2-filter-btn-group .hm2-filter-select {
        max-width: 100%;
        min-width: 220px;
    }
}

@media screen and (max-width: 575px) {
    .hm2-filter-btn-group {
        width: 100%;
    }

    .hm2-filter-btn-group .hm2-filter-select {
        min-width: 100%;
        height: 48px;
        font-size: 14px;
    }
}

footer iframe {
    height: 250px !important;
}

/* Category banner readability overlay */
.category-banner-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.category-banner-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.14) 100%);
    z-index: 1;
    pointer-events: none;
}

.category-banner-card>* {
    position: relative;
    z-index: 2;
}

.category-banner-card h3 {
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.65);
}

/* ================================================================
   PRELOADER — LED RING ANIMATION
   ================================================================ */

@keyframes rotate-ring-outer {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-ring-middle {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate-ring-inner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 20px rgba(212, 137, 12, 0.5);
    }

    50% {
        box-shadow: 0 0 40px rgba(212, 137, 12, 0.8), 0 0 60px rgba(20, 100, 164, 0.4);
    }
}

/* Preloader container */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #0d1a2e 0%, #1a3050 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Content wrapper */
.preloader-content {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Rotating rings */
.preloader-ring {
    position: absolute;
    border: 2px solid transparent;
    border-radius: 50%;
    animation: pulse-glow 2s ease-in-out infinite;
}

/* Outer ring — amber to blue */
.preloader-ring-outer {
    width: 300px;
    height: 300px;
    border-top: 3px solid #d4890c;
    border-right: 3px solid rgba(20, 100, 164, 0.3);
    border-bottom: 3px solid rgba(212, 137, 12, 0.2);
    border-left: 3px solid #1464a4;
    animation: rotate-ring-outer 2s linear infinite;
    box-shadow: 0 0 30px rgba(212, 137, 12, 0.4), 0 0 50px rgba(20, 100, 164, 0.2);
}

/* Middle ring — slower, blue to amber */
.preloader-ring-middle {
    width: 280px;
    height: 280px;
    border-top: 2px solid #1464a4;
    border-right: 2px solid rgba(212, 137, 12, 0.3);
    border-bottom: 2px solid rgba(20, 100, 164, 0.2);
    border-left: 2px solid #f0a825;
    animation: rotate-ring-middle 3s linear infinite;
    box-shadow: inset 0 0 20px rgba(212, 137, 12, 0.2);
}

/* Inner ring — fastest, amber accent */
.preloader-ring-inner {
    width: 260px;
    height: 260px;
    border-top: 2px solid rgba(212, 137, 12, 0.6);
    border-right: 2px solid transparent;
    border-bottom: 2px solid rgba(20, 100, 164, 0.4);
    border-left: 2px solid transparent;
    animation: rotate-ring-inner 1.2s linear infinite;
    box-shadow: 0 0 15px rgba(212, 137, 12, 0.5);
}

/* Logo */
.preloader-logo {
    position: relative;
    z-index: 2;
    max-width: 250px;
    height: auto;
    filter: drop-shadow(0 0 15px rgba(212, 137, 12, 0.4));
}

/* Responsive */
@media screen and (max-width: 575px) {
    .preloader-content {
        width: 140px;
        height: 140px;
        margin-bottom: 50px;
    }

    .preloader-ring-outer {
        width: 120px;
        height: 120px;
    }

    .preloader-ring-middle {
        width: 90px;
        height: 90px;
    }

    .preloader-ring-inner {
        width: 60px;
        height: 60px;
    }

    .preloader-logo {
        max-width: 100px;
    }
}

/* ================================================================
   FOOTER REDESIGN
   ================================================================ */

.footer-style-2 {
    background: #0d1a2e;
    color: rgba(255, 255, 255, 0.72);
}

/* Footer Top */
.footer-top {
    padding: 72px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Logo */
.footer-logo-img {
    max-width: 260px;
    height: auto;
    display: block;
}

.footer-desc {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.75;
    max-width: 300px;
    margin-top: 18px;
    margin-bottom: 0;
}

/* Widget başlıkları */
.footer-widget-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 14px;
    position: relative;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #d4890c, #f0a825);
    box-shadow: 0 0 8px rgba(212, 137, 12, 0.55);
}

/* İletişim listesi */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.55;
}

.footer-contact-list li i {
    color: #d4890c;
    font-size: 13px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 15px;
    text-align: center;
}

.footer-contact-list li a {
    color: inherit;
    transition: color 0.2s ease;
    word-break: break-word;
}

.footer-contact-list li a:hover {
    color: #f0a825;
    text-shadow: 0 0 14px rgba(240, 168, 37, 0.9);
}

/* Harita bölümü */
.footer-map-section {
    background: #0a1525;
}

.footer-map-section .container-1700 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.footer-map-section iframe {
    width: 100% !important;
    height: 280px !important;
    display: block;
    border: none;
    filter: grayscale(15%) brightness(0.82);
}

/* Copyright bar */
.footer-copyright-bar {
    background: rgba(0, 0, 0, 0.35);
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright-bar p,
.footer-copyright-bar a {
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
    margin-bottom: 0;
}

.footer-copyright-bar a:hover {
    color: #f0a825;
}

.footer-policy-link {
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.footer-policy-link:hover {
    color: #f0a825 !important;
}

/* Responsive */
@media screen and (max-width: 991px) {
    .footer-top {
        padding: 50px 0 40px;
    }

    .footer-desc {
        max-width: 100%;
    }

    .footer-map-section iframe {
        height: 220px !important;
    }
}

@media screen and (max-width: 575px) {
    .footer-top {
        padding: 40px 0 32px;
    }

    .footer-map-section iframe {
        height: 180px !important;
    }

    .footer-copyright-bar .text-lg-end {
        text-align: left !important;
    }
}

@media screen and (max-width: 1500px) {
    .logo-wrapper img {
        max-width: 180px !important;
    }
}

.breadcrumb-section {
    margin-top: 106px;
}

@media screen and (max-width: 1199px) {
    .breadcrumb-section {
        margin-top: 76px;
    }
}

.slider-product-img {
    position: absolute;
    right: 0;
    top: 50px;
}

/* Category banner readability overlay */
.category-banner-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.category-banner-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.14) 100%);
    z-index: 1;
    pointer-events: none;
}

.category-banner-card>* {
    position: relative;
    z-index: 2;
}

.category-banner-card h3 {
    color: #ffffff;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.65);
}

.category-banner-card .template-btn:hover {
    color: #ffffff;
}