* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}

:root {
    --primary: #333333;
    --secondary: #222222;
    --accent: #0066cc;
    --text: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --gray: #f5f5f5;
    --border: #dddddd;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    background: #ffffff;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #0a0a0a;
}

ul {
    list-style: none;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.428;
    font-weight: 500;
    color: #000;
    margin-top: 0;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row::before, .row::after {
    display: table;
    content: "";
}

.row::after {
    clear: both;
}

.col-lg-3, .col-lg-7, .col-sm-4, .col-sm-8, .col-md-3, .col-md-6, .col-xs-7, .col-xs-5, .col-ts-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.header-element {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .col-sm-4 { width: 33.333333%; float: left; }
    .col-sm-8 { width: 66.666667%; float: left; }
    .col-md-3 { width: 25%; float: left; }
    .col-md-6 { width: 50%; float: left; }
    .col-xs-7 { width: 58.333333%; float: left; }
    .col-xs-5 { width: 41.666667%; float: left; }
}
@media (max-width:777px){
.mainheader{
    display: none;
}
}
@media (min-width: 992px) {


    .col-lg-3 { width: 25%; float: left; }
    .col-lg-7 { width: 58.333333%; float: left; }
   
    }

@media (max-width: 479px) {
    .col-ts-12 { width: 100%; float: left; }
}

.top-bar {
    background: #333333;
    padding: 0;
    font-size: 14px;
    color: #fff;
    height: 40px;
}


.top-bar .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right {
    display: flex;
    align-items: center;
}

.header-language {
    display: inline-block;
    vertical-align: middle;
}

.header-language .cleric-language {
    position: relative;
    padding-top: 10px;
    margin-left: 100px;
}

.language-toggle {
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
}

.cleric-dropdown .language-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}

.cleric-submenu {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    transform: translateY(10px);
    text-align: left;
    min-width: 175px;
}

.header-language .cleric-submenu {
    margin: 15px 0 0;
    top: 100%;
    left: 0;
}

.cleric-dropdown.open .cleric-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 1001;
}

.cleric-language:hover .cleric-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cleric-submenu li {
    list-style: none;
}

.cleric-submenu li a {
    display: block;
    padding: 11px 20px;
    color: #888;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
}

.cleric-submenu li a:hover {
    background: #f1f1f1;
}

.main-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: none;
}

.main-header .container {
    display: flex;
    align-items: center;
}

.main-header .row {
    width: 100%;
    display: flex;
    align-items: center;
}

.header.style7 .main-header {
    padding: 20px 0;
}

.header-element {
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 45px;
    width: auto;
}

.header.style7 .logo img {
    height: 50px;
}

.main-header .container {
    display: flex;
    align-items: center;
}

.header.style7 .main-header {
    padding: 20px 0;
}

.main-header .row {
    width: 100%;
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 45px;
    width: auto;
}

.header.style7 .logo img {
    height: 50px;
}

.block-search-block {
    flex: 1;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 30px;
}

.form-search {
    position: relative;
}

.form-search .form-content {
    display: flex;
    align-items: stretch;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 42px;
}

.form-search .form-content .inner {
    flex: 1;
    display: inline-block;
}

.form-search input.input {
    width: 100%;
    padding: 12px 15px;
    border: none;
    outline: none;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    height: 42px;
}

.btn-search {
    background: #000000;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    color: var(--white);
    font-size: 16px;
    transition: background 0.3s;
    width: 110px;
}

.btn-search:hover {
    background: #333333;
}

.icon-search::before {
    content: "\f002";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.header-nav-container {
    background: #ffffff;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 0;
}

.header-nav-wapper {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.main-menu-wapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0 50px;
}

.rows-space-20 {
    padding: 0;
}

.container-wapper {
    width: 100%;
}

.header-nav-wapper {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.header-nav-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0 50px;
}

.rows-space-20 {
    padding: 0;
}

.main-menu-wapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0 50px;
}

.vertical-wapper {
    position: relative;
    min-width: 240px;
    height: 49px;
}

.block-title {
    display: flex;
    align-items: center;
    background: #000000;
    color: #fff;
    padding: 0 20px;
    height: 49px;
    cursor: pointer;
    border-radius: 0;
    justify-content: space-between;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: background 0.3s;
}

.block-title:hover {
    background: #333333;
}

.block-title .icon-bar {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 0;
}

.block-title .icon-bar span {
    width: 20px;
    height: 2px;
    background: var(--white);
}

.block-title .text {
    font-weight: 500;
    font-size: 15px;
    flex: 1;
    margin-left: 15px;
}

.block-title .arrows {
    font-size: 12px;
    transition: transform 0.3s;
}

.vertical-wapper:hover .block-title .arrows {
    transform: rotate(180deg);
}

.verticalmenu-content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.verticalmenu-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    z-index: 100;
}

.vertical-wapper:hover .verticalmenu-content,
.vertical-wapper:hover .block-content.verticalmenu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.block-content.verticalmenu-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    z-index: 100;
}

.cleric-nav-vertical.vertical-menu {
    padding: 0;
    margin: 0;
    background: #fff;
}

.cleric-nav-vertical.vertical-menu,
.vertical-menu {
    padding: 0;
    margin: 0;
    background: #fff;
}

.vertical-menu > li,
.cleric-nav-vertical.vertical-menu > li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.vertical-menu > li:last-child,
.cleric-nav-vertical.vertical-menu > li:last-child {
    border-bottom: none;
}

.vertical-menu > li > a,
.vertical-menu li a,
.cleric-nav-vertical.vertical-menu > li > a {
    display: block;
    padding: 12px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    transition: all 0.3s;
}

.vertical-menu > li:hover > a,
.cleric-nav-vertical.vertical-menu > li:hover > a {
    background: #f5f5f5;
    color: #000;
}

.vertical-menu .toggle-submenu,
.cleric-nav-vertical.vertical-menu .toggle-submenu {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-menu .toggle-submenu::after,
.cleric-nav-vertical.vertical-menu .toggle-submenu::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--text-light);
    transition: all 0.3s;
}

.vertical-menu > li:hover .toggle-submenu::after,
.cleric-nav-vertical.vertical-menu > li:hover .toggle-submenu::before {
    color: var(--accent);
}

.vertical-menu .has-child,
.vertical-menu li.menu-item-has-children {
    position: relative;
}

.vertical-menu .submenu,
.cleric-nav-vertical.vertical-menu .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--white);
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 1px solid var(--border);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s;
    padding: 10px 0;
}

.vertical-menu .has-child:hover > .submenu,
.vertical-menu li.menu-item-has-children:hover > .submenu,
.cleric-nav-vertical.vertical-menu li.menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.vertical-menu .submenu li a,
.cleric-nav-vertical.vertical-menu .submenu li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--text);
    transition: all 0.3s;
}

.vertical-menu .submenu li a:hover,
.cleric-nav-vertical.vertical-menu .submenu li a:hover {
    background: var(--gray);
    color: var(--accent);
    padding-left: 25px;
}

.header-nav {
    flex: 1;
}

.main-menu,
.cleric-nav.main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu > li,
.cleric-nav.main-menu > li {
    list-style: none;
    position: relative;
}

.main-menu > li,
.cleric-nav.main-menu > li {
    display: inline-block;
}

.main-menu > li > a,
.cleric-nav.main-menu > li > a {
    display: inline-block;
    padding: 18px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s;
}

.main-menu > li > a:hover,
.main-menu > li:hover > a,
.cleric-nav.main-menu > li > a:hover,
.cleric-nav.main-menu > li:hover > a {
    color: #000;
    background: transparent;
}

.main-menu .toggle-submenu,
.cleric-nav.main-menu .toggle-submenu {
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s;
    white-space: nowrap;
}

.main-menu .toggle-submenu,
.cleric-nav.main-menu .toggle-submenu {
    display: none;
}

.main-menu .menu-item-has-children > a::after,
.cleric-nav.main-menu .menu-item-has-children > a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
}

.main-menu .submenu,
.cleric-nav.main-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 175px;
    z-index: 1001;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    transform: translateY(10px);
}

.main-menu > li:hover > .submenu,
.cleric-nav.main-menu > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .submenu li a,
.cleric-nav.main-menu .submenu li a {
    display: block;
    padding: 11px 20px;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    transition: all 0.3s;
}

.main-menu .submenu li a:hover,
.main-menu .submenu li:hover > a,
.cleric-nav.main-menu .submenu li a:hover {
    background-color: #f1f1f1;
    color: inherit;
}

.item-megamenu {
    position: static;
}

.item-megamenu .submenu.mega-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    width: 100%;
    padding: 30px 0;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.item-megamenu:hover .submenu.mega-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.mega-menu.menu-page {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-top: 1px solid #eee;
}

.menu-page-item {
    padding: 0 15px;
}

.cleric-custommenu .widgettitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.cleric-custommenu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cleric-custommenu .menu li {
    margin-bottom: 10px;
}

.cleric-custommenu .menu li a {
    color: #666;
    font-size: 14px;
}

.cleric-custommenu .menu li a:hover {
    color: #000;
}

.container-wapper {
    width: 100%;
}

.mobile-nav.hidden {
    display: none;
}

.search-results {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.search-results a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s ease, color 0.3s ease;
    border-bottom: 1px solid #f0f0f0;
}

.search-results a:last-child {
    border-bottom: none;
}

.search-results a:hover {
    background: #f8f9fa;
    color: #000;
    border-radius: 4px;
}

.search-results img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.search-results::-webkit-scrollbar {
    width: 6px;
}

.search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.search-results::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.search-results::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.header-device-mobile {
    display: none;
    background: #fff;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 9999;
}

.header-device-mobile .wapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 10px;
}

.header-device-mobile .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-device-mobile .mobile-logo {
    flex: 1;
    text-align: center;
}

.header-device-mobile .mobile-logo img {
    height: 30px;
    width: auto;
    max-width: 150px;
}

.header-device-mobile .mobile-search-box .icon,
.header-device-mobile .mobile-settings-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #000;
}

.menu-bar {
    display: flex;
    align-items: center;
}

.mobile-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mobile-navigation span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s;
}

.block-sub {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 400px;
    overflow-y: auto;
}

.item.mobile-search-box.active .block-sub,
.item.mobile-settings-box.active .block-sub {
    display: block;
}

.header-searchform {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.header-device-mobile .header-searchform-box .search-input {
    width: 100% !important;
}

.block-sub .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #333;
}

.block-sub-item {
    margin-top: 20px;
}

.block-item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.cleric-language-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cleric-language-wrap li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.cleric-language-wrap li:last-child {
    border-bottom: none;
}

.cleric-language-wrap li a {
    display: block;
    color: #333;
    font-size: 14px;
}

.cleric-language-wrap li a:hover {
    color: #000;
    background: none;
}

.mobile-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-logo {
    flex: 1;
    text-align: center;
}

.mobile-logo img {
    height: 30px;
    width: auto;
    max-width: 150px;
}

.mobile-search-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #000;
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 100000;
    transition: all 0.3s ease;
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    color: #000;
}

.mobile-nav.active {
    left: 0;
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.mobile-nav-header .menu-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.mobile-nav-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    border-left: 1px solid #eee;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-close:hover {
    color: #000;
}

.mobile-nav-content {
    flex: 1;
    overflow-y: auto;
    height: calc(100vh - 50px);
    background-color: #fff;
}

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

.mobile-menu > li {
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    position: relative;
}

.mobile-menu > li > a {
    display: block;
    line-height: 50px;
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
}

.mobile-menu > li > a:hover {
    color: #222;
    background: transparent;
}

.mobile-has-submenu {
    position: relative;
}

.mobile-submenu-toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #000;
    border-left: 1px solid #eee;
}

.mobile-submenu-toggle::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
}

.mobile-submenu-toggle i {
    transition: transform 0.3s;
}

.mobile-has-submenu.active .mobile-submenu-toggle::before {
    content: "\f104";
}

.mobile-submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
}

.mobile-submenu.open {
    display: block;
}

.mobile-submenu li a {
    display: block;
    padding: 12px 20px 12px 35px;
    color: #555;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    transition: all 0.3s;
}

.mobile-submenu li a:hover {
    color: #222;
    background: transparent;
    padding-left: 40px;
}

.mobile-nav-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fff;
}

.mobile-language {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.mobile-language a {
    color: #666;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.mobile-language a.active {
    color: #000;
    font-weight: 500;
}

.mobile-language span {
    color: #999;
}

.hero-slider {
    position: relative;
    height: 550px;
}

.mobile-search-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #000;
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 100000;
    transition: all 0.3s ease;
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    color: #000;
}

.mobile-nav.active {
    left: 0;
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    border-bottom: 1px solid #eee;
}

.mobile-nav-header .menu-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.mobile-nav-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    border-left: 1px solid #eee;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-close:hover {
    color: #000;
}

.mobile-nav-content {
    flex: 1;
    overflow-y: auto;
    height: calc(100% - 50px);
}

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

.mobile-menu > li {
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}

.mobile-menu > li > a {
    display: block;
    line-height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s;
}

.mobile-menu > li > a:hover {
    color: #000;
    background: #f5f5f5;
}

.mobile-has-submenu {
    position: relative;
}

.mobile-submenu-toggle {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #000;
}

.mobile-submenu-toggle::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
}

.mobile-submenu-toggle i {
    transition: transform 0.3s;
}

.mobile-has-submenu.active .mobile-submenu-toggle::before {
    content: "\f104";
}

.mobile-submenu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f9f9f9;
}

.mobile-submenu.open {
    display: block;
}

.mobile-submenu li a {
    display: block;
    padding: 12px 20px 12px 35px;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.mobile-submenu li a:hover {
    color: #000;
    background: #f0f0f0;
    padding-left: 40px;
}

.mobile-nav-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.mobile-language {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-language a {
    color: #666;
    font-size: 14px;
}

.mobile-language a.active {
    color: #000;
    font-weight: 600;
}

.mobile-language span {
    color: #999;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.8s;
}

.hero-slide.active {
    opacity: 1;
}

.hero-content {
    max-width: 600px;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.btn {
    display: inline-block;
    padding: 15px 40px;
    background: var(--white);
    color: var(--primary);
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 15px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    color: var(--primary);
}

.categories {
    padding: 60px 0;
    background: #ffffff;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
}

.category-card {
    background: #ffffff;
    padding: 30px 15px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: #0066cc;
}

.category-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.category-card h3 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    font-family: 'Jost', sans-serif;
}

.products {
    padding: 60px 0;
    background: #f9f9f9;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.product-card {
    background: #ffffff;
    border: 1px solid #eee;
    padding: 40px 25px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;
}

.product-card:hover {
    border-color: #0066cc;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.product-image {
    font-size: 65px;
    margin-bottom: 20px;
}

.product-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--primary);
}

.product-card p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.5;
}

.btn-small {
    display: inline-block;
    padding: 12px 28px;
    background: var(--primary);
    color: var(--white);
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s;
}

.btn-small:hover {
    background: var(--accent);
}

.features {
    padding: 60px 0;
    background: #333333;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    text-align: center;
}

.feature-item {
    color: #ffffff;
}

.feature-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.feature-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.feature-item p {
    font-size: 14px;
    opacity: 0.8;
    font-family: 'Jost', sans-serif;
}

.footer {
    background: #1e293b;
    color: #ffffff;
}

.footer-top {
    padding: 60px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-col .footer-logo {
    display: block;
    margin-bottom: 20px;
}

.footer-col .footer-logo img {
    height: 45px;
    width: auto;
}

.footer-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social .social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.footer-social .social-link:hover {
    background: #0066cc;
    transform: translateY(-3px);
}

.footer-col h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 14px;
}

.footer-col ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s;
    font-family: 'Jost', sans-serif;
}

.footer-col ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-col .contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.footer-col .contact-info li i {
    width: 20px;
    color: #0066cc;
}

.footer-bottom {
    background: #0f172a;
    padding: 20px 0;
    text-align: center;
}

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

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-top {
        padding: 40px 0;
    }
}

@media (max-width: 1024px) {
    .header-nav-container {
        display: none !important;
    }
    
    .header-device-mobile {
        display: block;
    }
    
    .top-bar {
        display: none;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-slider {
        height: 450px;
    }
    
    .main-menu-wapper {
        padding: 0 10px;
    }
    
    .mobile-nav {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        height: 100vh;
        background: #fff;
        z-index: 100000;
        transition: left 0.3s ease;
        box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
        color: #000;
        overflow-y: auto;
    }
    
    .mobile-nav.active {
        left: 0;
    }
    
    .mobile-nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 99999;
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .mobile-nav-overlay.active {
        display: block;
        opacity: 1;
    }
    
    .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        min-height: 60px;
        border-bottom: 1px solid #eee;
    }
    
    .mobile-nav-logo {
        flex: 1;
    }
    
    .mobile-nav-logo img {
        height: 35px;
        width: auto;
    }
    
    .mobile-nav-header .menu-title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
    }
    
    .mobile-nav-close {
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    .mobile-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-menu > li {
        border-bottom: 1px solid #eee;
        padding: 0 20px;
        position: relative;
    }
    
    .mobile-menu > li > a {
        display: block;
        line-height: 50px;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all 0.3s;
    }
    
    .mobile-menu > li > a:hover {
        color: #000;
        background: #f5f5f5;
    }
    
    .mobile-submenu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-left: 1px solid #eee;
    }
    
    .mobile-submenu-toggle::before {
        content: "\f107";
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 16px;
        color: #000;
    }
    
    .mobile-menu .submenu {
        display: none;
        padding: 0;
        margin: 0;
        list-style: none;
        background: #f9f9f9;
    }
    
    .mobile-menu .submenu.active {
        display: block;
    }
    
    .mobile-menu .submenu li a {
        display: block;
        padding: 12px 20px 12px 35px;
        color: #555;
        font-size: 14px;
        border-bottom: 1px solid #eee;
    }
}

@media (max-width: 768px) {
    .logo img {
        height: 40px;
    }
    
    .col-lg-3, .col-lg-7, .col-sm-4, .col-sm-8 {
        width: 100%;
        text-align: center;
    }
    
    .block-search-block {
        margin: 15px auto 0;
    }
    
    .main-menu-wapper {
        padding: 0;
    }
    
    .block-sub {
        left: -10px;
        right: -10px;
    }
}
    
    .hero-content h1 {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .categories,
    .products,
    .features {
        padding: 50px 0;
    }
    
    .logo img {
        height: 40px;
    }
    
    .col-lg-3, .col-lg-7 {
        width: 100%;
        text-align: center;
    }
    
    .block-search-block {
        margin: 15px auto 0;
    }
}

.page-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 60px 0;
    text-align: center;
}

.page-header h1 {
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

.breadcrumb a {
    color: rgba(255,255,255,0.8);
}

.breadcrumb a:hover {
    color: var(--white);
}

.breadcrumb span {
    margin: 0 10px;
}

.about-content {
    padding: 80px 0;
}

.about-section {
    max-width: 800px;
    margin: 0 auto;
}

.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--primary);
}

.about-section p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--text);
}

.products-page {
    padding: 50px 0;
}

.products-layout {
    display: flex;
    gap: 30px;
}

.sidebar {
    width: 250px;
    flex-shrink: 0;
}

.sidebar-filter {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 20px;
    position: sticky;
    top: 100px;
}

.sidebar-filter h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--primary);
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}

.filter-list {
    list-style: none;
}

.filter-list li {
    margin-bottom: 5px;
}

.filter-link {
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    color: var(--text);
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'Jost', sans-serif;
}

.filter-link:hover {
    background: var(--gray);
    color: var(--accent);
}

.filter-link.active {
    background: var(--accent);
    color: var(--white);
}

.products-content {
    flex: 1;
    min-width: 0;
}
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.product-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
}

.product-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-color: var(--accent);
}

.product-thumb {
    position: relative;
    padding: 20px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}

.product-thumb img {
    max-width: 100%;
    max-height: 180px;
    height: auto;
}

.product-info {
    padding: 20px;
    text-align: center;
    border-top: 1px solid var(--border);
}

.product_title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.product_title a {
    color: var(--text);
}

.product_title a:hover {
    color: var(--accent);
}

.energy-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.energy-label {
    height: 30px;
    width: auto;
}

.category-links {
    background: var(--gray);
    padding: 40px 0;
    text-align: center;
}

.category-links h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--primary);
}

.category-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.category-links ul li a {
    color: var(--text-light);
    font-size: 14px;
}

.category-links ul li a:hover {
    color: var(--accent);
}

.contact-content {
    padding: 80px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-form h2,
.contact-info h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--primary);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
}

.btn-submit {
    padding: 15px 40px;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Jost', sans-serif;
}

.btn-submit:hover {
    background: #0052a3;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.info-item i {
    width: 50px;
    height: 50px;
    background: var(--accent);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.info-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--primary);
}

.info-item p {
    font-size: 14px;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .products-layout {
        flex-direction: column;
    }
    
    .sidebar {
        width: 100%;
    }
    
    .sidebar-filter {
        position: static;
    }
    
    .filter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .filter-list li {
        margin-bottom: 0;
    }
    
    .filter-link {
        display: inline-block;
        width: auto;
        padding: 8px 15px;
        border: 1px solid var(--border);
    }
    
    .filter-link.active {
        border-color: var(--accent);
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .main-menu-wapper {
        padding: 0;
    }
    
    .block-sub {
        left: -10px;
        right: -10px;
    }
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 100000;
    transition: all 0.3s ease;
    box-shadow: 3px 5px 14px -3px rgba(0, 0, 0, 0.11);
    color: #000;
    overflow-y: auto;
}

.mobile-nav.hidden {
    display: none;
}

.mobile-nav.active {
    left: 0;
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 50px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.mobile-nav-header .menu-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.mobile-nav-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    border-left: 1px solid #eee;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-close:hover {
    color: #000;
}

.mobile-nav-content {
    flex: 1;
    overflow-y: auto;
    height: calc(100vh - 50px);
    background-color: #fff;
}

.cleric-clone-mobile-menus {
    padding: 20px;
    list-style: none;
    margin: 0;
}

.cleric-clone-mobile-menus .menu-item {
    border-bottom: 1px solid #eee;
    position: relative;
}

.cleric-clone-mobile-menus .menu-item > a {
    display: block;
    padding: 15px 0;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.cleric-clone-mobile-menus .submenu {
    display: none;
    padding: 0 0 10px 15px;
    list-style: none;
}

.cleric-clone-mobile-menus .submenu.active {
    display: block;
}

.cleric-clone-mobile-menus .submenu li a {
    display: block;
    padding: 10px 0;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
}

.cleric-clone-mobile-menus .toggle-submenu {
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cleric-clone-mobile-menus .toggle-submenu::before {
    content: "\f067";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    color: #333;
}

.cleric-clone-mobile-menus .menu-item.active > .toggle-submenu::before {
    content: "\f068";
}

.hero-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-slider-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #f0f0f0;
}

.hero-slider-track {
    display: flex;
    transition: transform 0.7s ease-out;
    height: 100%;
}

.hero-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
}

.hero-slide .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide .slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.hero-slide .slide-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.hero-slide .slide-content h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #000;
}

.hero-slide .slide-content p {
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #333;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border: none;
    padding: 16px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    transform: translateY(-50%) scale(1.1);
}

.slider-btn-prev {
    left: 32px;
}

.slider-btn-next {
    right: 32px;
}

.slider-dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active,
.slider-dot:hover {
    background: #fff;
    transform: scale(1.25);
}

.shop-by-category {
    padding: 60px 0;
    background: #fff;
}

.category-circle-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.category-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.category-circle:hover {
    transform: translateY(-5px);
}

.category-circle-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
    transition: all 0.5s;
}

.category-circle:hover .category-circle-img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.category-circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-circle h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s;
}

.category-circle:hover h3 {
    color: #000;
}

.brand-hero {
    position: relative;
    height: 80vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.brand-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.brand-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.brand-hero-content {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.badge-new {
    display: inline-block;
    background: #0066cc;
    color: #fff;
    padding: 6px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.brand-hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    max-width: 700px;
    line-height: 1.1;
}

.brand-hero-content p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
    max-width: 600px;
    line-height: 1.6;
}

.btn-explore {
    display: inline-block;
    background: #fff;
    color: #0066cc;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
}

.btn-explore:hover {
    background: #0066cc;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.3);
}

@media (max-width: 1024px) {
    .hero-slider-container {
        height: 400px;
    }
    
    .hero-slide .slide-content h2 {
        font-size: 36px;
    }
    
    .brand-hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .hero-slider-container {
        height: 350px;
    }
    
    .hero-slide .slide-content h2 {
        font-size: 28px;
    }
    
    .hero-slide .slide-content p {
        font-size: 14px;
    }
    
    .slider-btn {
        padding: 12px;
    }
    
    .slider-btn-prev {
        left: 16px;
    }
    
    .slider-btn-next {
        right: 16px;
    }
    
    .category-circle-grid {
        gap: 24px;
    }
    
    .category-circle-img {
        width: 100px;
        height: 100px;
    }
    
    .brand-hero {
        height: auto;
        min-height: 60vh;
        padding: 60px 0;
    }
    
    .brand-hero-content h1 {
        font-size: 32px;
    }
    
    .brand-hero-content p {
        font-size: 16px;
    }
    
    .btn-explore {
        padding: 14px 32px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-slider-container {
        height: 280px;
    }
    
    .hero-slide .slide-content h2 {
        font-size: 22px;
    }
    
    .slider-dot {
        width: 10px;
        height: 10px;
    }
}

.support-page {
    padding: 60px 0;
    background: #fff;
}

.support-page .page-header {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    margin: 0 -20px 60px;
    border-radius: 0;
}

.support-page .page-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.support-page .page-header p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.contacts-section,
.warranty-section,
.faq-section {
    margin-bottom: 80px;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.heading-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.map-container {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.contact-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.contact-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.contact-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}

.contact-card-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.contact-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.contact-link {
    font-size: 16px;
    font-weight: 600;
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #004a99;
}

.warranty-banner {
    background: linear-gradient(135deg, #0066cc 0%, #004a99 100%);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.warranty-years {
    display: flex;
    align-items: center;
    gap: 20px;
}

.years-circle {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.years-number {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
}

.years-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 5px;
}

.years-text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.warranty-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.warranty-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.warranty-feature i {
    color: #4ade80;
    font-size: 18px;
}

.warranty-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.warranty-info-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.warranty-info-card.covered {
    border-top: 4px solid #22c55e;
}

.warranty-info-card.not-covered {
    border-top: 4px solid #ef4444;
}

.warranty-info-card h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.warranty-info-card h3 i {
    font-size: 20px;
}

.warranty-info-card.covered h3 i {
    color: #22c55e;
}

.warranty-info-card.not-covered h3 i {
    color: #ef4444;
}

.warranty-info-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.warranty-info-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    font-size: 14px;
    color: #6b7280;
    border-bottom: 1px solid #f3f4f6;
}

.warranty-info-card ul li:last-child {
    border-bottom: none;
}

.warranty-info-card ul li i {
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.warranty-info-card.covered ul li i {
    color: #22c55e;
}

.warranty-info-card.not-covered ul li i {
    color: #ef4444;
}

.faq-grid {
    display: grid;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.faq-item h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 12px;
    cursor: pointer;
}

.faq-item h3 i {
    font-size: 14px;
    color: #666;
    transition: transform 0.3s;
}

.faq-item p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
    padding-left: 26px;
}

@media (max-width: 768px) {
    .support-page .page-header h1 {
        font-size: 32px;
    }
    
    .warranty-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .warranty-years {
        flex-direction: column;
    }
    
    .warranty-features {
        justify-content: center;
    }
    
    .section-heading {
        font-size: 20px;
    }
    
    .contact-cards-grid,
    .warranty-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .support-page .page-header {
        padding: 40px 20px;
        margin: 0 -10px 40px;
    }
    
    .support-page .page-header h1 {
        font-size: 28px;
    }
    
    .years-circle {
        width: 80px;
        height: 80px;
    }
    
    .years-number {
        font-size: 40px;
    }
    
    .warranty-feature {
        padding: 10px 15px;
        font-size: 12px;
    }
}

.page-header-ac {
    background: linear-gradient(135deg, #0066cc 0%, #004a99 100%);
    padding: 80px 0;
    text-align: center;
    margin-bottom: 50px;
}

.page-header-ac h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-header-ac p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}

.products-section {
    padding: 0 0 60px;
}

.products-layout-ac {
    display: flex;
    gap: 30px;
}

.filter-sidebar {
    width: 280px;
    flex-shrink: 0;
}

.filter-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    position: sticky;
    top: 100px;
}

.filter-group {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.filter-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.filter-group h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0066cc;
    cursor: pointer;
}

.filter-checkbox label {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
}

.filter-checkbox:hover label {
    color: #0066cc;
}

.products-grid-ac {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.product-card-wrapper {
    display: flex;
}

.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
}

.product-card:hover {
    border-color: #0066cc;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.product-image-wrapper {
    position: relative;
    padding: 30px;
    background: #f9f9f9;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-wrapper .product-icon {
    font-size: 80px;
    color: #333;
}

.product-details {
    padding: 20px;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    line-height: 1.4;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.product-meta span {
    font-size: 12px;
    padding: 4px 10px;
    background: #f0f0f0;
    border-radius: 4px;
    color: #666;
}

.energy-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.energy-rating img {
    height: 35px;
    width: auto;
}

.energy-rating span {
    font-size: 12px;
    color: #666;
}

.product-actions {
    display: flex;
    gap: 10px;
}

.btn-buy {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
}

.btn-buy:hover {
    background: #004a99;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.btn-buy i {
    font-size: 16px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.product-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    padding: 5px 10px;
    background: #f0f7ff;
    border-radius: 4px;
    color: #0066cc;
    font-weight: 500;
}

.product-features span i {
    font-size: 12px;
}

@media (max-width: 992px) {
    .products-layout-ac {
        flex-direction: column;
    }
    
    .filter-sidebar {
        width: 100%;
    }
    
    .filter-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .page-header-ac h1 {
        font-size: 32px;
    }
    
    .page-header-ac p {
        font-size: 16px;
    }
    
    .products-grid-ac {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .products-grid-ac {
        grid-template-columns: 1fr;
    }
}
