/********** Template CSS **********/

.text-custom {
    background: linear-gradient(135deg, #cc4400, #e67300, #ff8800, #e67300, #cc4400);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-diagonal 4s ease infinite;
}

@keyframes gradient-diagonal {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

.favorite-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.favorite-icon:hover {
    color: #cc4400;
    transform: scale(1.1);
}

.favorite-icon.active {
    color: #cc4400;
    animation: heartbeat 0.5s ease;
}

.favorite-icon.active::before {
    content: "\f004";
}

.navbar-cart {
    font-size: 20px !important;
    color: #999 !important;
    vertical-align: middle !important;
}

.navbar-cart.active {
    color: #cc4400 !important;
}

.cart-btn {
    position: relative;
    border: none !important;
    color: #cc4400;
    background: transparent;
    transition: all 0.3s ease;
    overflow: visible;
    background: linear-gradient(135deg, #cc4400, #e67300, #ff8800, #e67300, #cc4400);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: cart-gradient-spin 3s linear infinite;
}

.cart-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, #cc4400, #e67300, #ff8800, #e67300, #cc4400);
    background-size: 300% 300%;
    animation: cart-gradient-spin 3s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.cart-btn:hover {
    background: #cc4400;
    -webkit-text-fill-color: white;
    color: white;
}

.cart-btn.added {
    background: #28a745 !important;
    -webkit-text-fill-color: white !important;
    animation: none;
}

.cart-btn.added::before {
    display: none;
}

.cart-btn.added:hover {
    background: #1e7e34 !important;
}

@keyframes cart-gradient-spin {
    0% { background-position: 0% 0%; }
    50% { background-position: 200% 0%; }
    100% { background-position: 0% 0%; }
}

.fas.fa-cart-shopping {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
}

.navbar-heart {
    font-size: 20px !important;
    color: #999 !important;
    vertical-align: middle !important;
}

.navbar-heart.active {
    color: #cc4400 !important;
}

.cart-dropdown .fas {
    font-size: 22px;
    color: #999;
}

.cart-dropdown .fas.fa-cart-shopping.active {
    color: #cc4400;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

.navbar-heart {
    font-size: 20px !important;
    color: #999 !important;
    vertical-align: middle !important;
}

.navbar-heart.active {
    color: #cc4400 !important;
}

.favorite-item {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
    flex-wrap: wrap;
}

.favorite-item:hover {
    background: #f8f9fa;
}

.favorite-item img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 8px;
    border-radius: 5px;
}

.favorite-item-info {
    flex: 1;
    min-width: 0;
}

.favorite-item-info h6 {
    font-size: 11px;
    margin: 0;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-product-code {
    font-size: 9px;
    color: #999;
    background: #f0f0f0;
    padding: 1px 4px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 2px;
}

#favoritesList .cart-product-code {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.favorite-item-info h5 {
    font-size: 13px;
    margin: 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.favorite-item .remove-favorite {
    color: #cc4400;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
}

.favorite-item .add-to-cart-from-fav {
    color: #cc4400;
    cursor: pointer;
    font-size: 14px;
    padding: 4px;
}

.favorite-item .remove-favorite {
    color: #cc4400;
    cursor: pointer;
    padding: 4px;
    font-size: 14px;
}

.favorite-item .remove-favorite {
    color: #cc4400;
    cursor: pointer;
    font-size: 14px;
    padding: 5px;
}

.fav-actions {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-item .remove-favorite {
    margin-left: 0;
}

.favorite-item .remove-favorite:hover {
    color: #992900;
}

.favorite-item-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    flex-grow: 1;
}

.favorite-item-link:hover h5 {
    color: #cc4400;
}

.cart-quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f0f0f0;
    border-radius: 20px;
    padding: 4px 8px;
    margin: 0 8px;
}

.quantity-btn {
    cursor: pointer;
    color: #666;
    font-size: 8px !important;
    transition: all 0.2s;
    width: 16px !important;
    height: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-btn:hover {
    color: #cc4400;
}

.quantity-num {
    font-weight: bold;
    font-size: 13px;
    min-width: 18px;
    text-align: center;
}

#favoritesList .dropdown-item,
#cartList .dropdown-item {
    padding: 0;
}

#favoritesList .empty-favorites,
#cartList .empty-favorites {
    padding: 20px;
    text-align: center;
    color: #999;
}

.logo {
    margin-left: 30px;
    margin-right: 20px;
}

.logo img {
    width: 70px !important;
    height: 70px !important;
}

.navbar {
    z-index: 1030;
    top: 0;
    left: 0;
    right: 0;
}

body {
    padding-top: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.mobile-navbar {
    margin-top: 0 !important;
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .mobile-navbar {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
}

.navbar-light .navbar-nav .nav-link {
    font-family: Arial, Helvetica, sans-serif !important;
    position: relative;
    margin-left: 0px !important;
    padding: 15px 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    color: var(--dark) !important;
    outline: none !important;
    transition: .3s !important;
}

.navbar-light .navbar-nav {
    gap: 0px !important;
}

.navbar-expand-lg .navbar-nav {
    gap: 0 !important;
}

@media (min-width: 992px) {
    .navbar-collapse {
        padding-left: 0 !important;
    }
    
    .navbar-nav.m-auto, .navbar-nav.me-auto {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

html {
    scroll-behavior: smooth;
}



/* Sosial ikonları sola düzləndirmək */
.social-icons {
    display: flex;
    justify-content: flex-end; /* Iconları sola düzləndirir */
    gap: 10px; /* Iconlar arasındakı məsafə */
}

/* Icon rəngini dəyişmək */
.social-icons a {
    color: rgb(255, 255, 255); /* Iconların rəngi */
    font-size: 18px; /* Iconların ölçüsü */
    transition: color 0.3s ease; /* Rəng dəyişməsinə hamar keçid */
}

.social-icons a:hover {
    color: #ff8d30; /* Hover zamanı iconların rəngi */
}


.topbar-gradient {
    background: linear-gradient(135deg, #992900 0%, #cc4400 25%, #e67300 50%, #cc4400 75%, #992900 100%);
    padding: 8px 20px;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    z-index: 1040;
}

.topbar-gradient .row {
    margin-left: 0;
    margin-right: 0;
}

.topbar-gradient .col-6 {
    padding-left: 0;
    padding-right: 0;
}

.topbar-gradient::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle 8px at 10% 20%, rgba(255, 160, 80, 0.85) 0%, transparent 100%),
        radial-gradient(circle 12px at 25% 60%, rgba(255, 140, 60, 0.8) 0%, transparent 100%),
        radial-gradient(circle 6px at 40% 30%, rgba(255, 170, 90, 0.85) 0%, transparent 100%),
        radial-gradient(circle 10px at 55% 70%, rgba(255, 150, 70, 0.8) 0%, transparent 100%),
        radial-gradient(circle 7px at 70% 40%, rgba(255, 130, 50, 0.85) 0%, transparent 100%),
        radial-gradient(circle 9px at 85% 25%, rgba(255, 165, 85, 0.8) 0%, transparent 100%),
        radial-gradient(circle 5px at 95% 80%, rgba(255, 155, 75, 0.85) 0%, transparent 100%);
    animation: sphereFloat1 18s ease-in-out infinite;
    pointer-events: none;
}

.topbar-gradient::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle 6px at 5% 50%, rgba(255, 175, 95, 0.85) 0%, transparent 100%),
        radial-gradient(circle 10px at 20% 80%, rgba(255, 145, 65, 0.8) 0%, transparent 100%),
        radial-gradient(circle 8px at 35% 15%, rgba(255, 180, 100, 0.85) 0%, transparent 100%),
        radial-gradient(circle 12px at 50% 55%, rgba(255, 135, 55, 0.8) 0%, transparent 100%),
        radial-gradient(circle 7px at 65% 85%, rgba(255, 170, 80, 0.85) 0%, transparent 100%),
        radial-gradient(circle 9px at 80% 45%, rgba(255, 140, 60, 0.8) 0%, transparent 100%),
        radial-gradient(circle 6px at 92% 10%, rgba(255, 180, 95, 0.85) 0%, transparent 100%);
    animation: sphereFloat2 22s ease-in-out infinite;
    pointer-events: none;
}

.topbar-gradient .halo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.topbar-gradient .halo {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 140, 50, 0.45);
    box-shadow: 
        0 0 12px rgba(230, 100, 30, 0.35),
        inset 0 0 10px rgba(200, 90, 20, 0.25);
    animation: haloFloat 15s ease-in-out infinite;
}

.topbar-gradient .halo:nth-child(1) {
    width: 60px;
    height: 60px;
    top: -15px;
    left: 5%;
    animation-delay: 0s;
}

.topbar-gradient .halo:nth-child(2) {
    width: 80px;
    height: 80px;
    top: -25px;
    left: 20%;
    animation-delay: -3s;
}

.topbar-gradient .halo:nth-child(3) {
    width: 50px;
    height: 50px;
    top: -10px;
    left: 40%;
    animation-delay: -6s;
}

.topbar-gradient .halo:nth-child(4) {
    width: 70px;
    height: 70px;
    top: -20px;
    left: 55%;
    animation-delay: -9s;
}

.topbar-gradient .halo:nth-child(5) {
    width: 45px;
    height: 45px;
    top: -8px;
    left: 75%;
    animation-delay: -12s;
}

.topbar-gradient .halo:nth-child(6) {
    width: 55px;
    height: 55px;
    top: -12px;
    left: 90%;
    animation-delay: -2s;
}

@keyframes haloFloat {
    0%, 100% {
        transform: translateX(0) scale(1);
        opacity: 0.4;
        border-color: rgba(255, 140, 50, 0.35);
    }
    25% {
        transform: translateX(15px) scale(1.1);
        opacity: 0.6;
        border-color: rgba(255, 160, 70, 0.5);
    }
    50% {
        transform: translateX(5px) scale(0.95);
        opacity: 0.3;
        border-color: rgba(230, 110, 40, 0.4);
    }
    75% {
        transform: translateX(-10px) scale(1.05);
        opacity: 0.5;
        border-color: rgba(255, 170, 80, 0.55);
    }
}

@keyframes sphereFloat1 {
    0%, 100% {
        transform: translate(0%, 0%) scale(1) rotate(0deg);
        opacity: 0.6;
    }
    25% {
        transform: translate(8%, -5%) scale(1.05) rotate(2deg);
        opacity: 0.85;
    }
    50% {
        transform: translate(12%, 3%) scale(0.95) rotate(-1deg);
        opacity: 0.5;
    }
    75% {
        transform: translate(-5%, 8%) scale(1.08) rotate(1deg);
        opacity: 0.75;
    }
}

@keyframes sphereFloat2 {
    0%, 100% {
        transform: translate(0%, 0%) scale(1) rotate(0deg);
        opacity: 0.5;
    }
    20% {
        transform: translate(-10%, 5%) scale(1.1) rotate(-2deg);
        opacity: 0.7;
    }
    40% {
        transform: translate(5%, -8%) scale(0.92) rotate(1deg);
        opacity: 0.4;
    }
    60% {
        transform: translate(15%, 2%) scale(1.06) rotate(-1deg);
        opacity: 0.65;
    }
    80% {
        transform: translate(-3%, 10%) scale(1.03) rotate(2deg);
        opacity: 0.55;
    }
}



.container-fluid {
    background: #f4f4f4a5;
}

.slider {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .slider {
        height: 300px;
    }
}

.slides {
    display: flex;
    width: 400%;
    height: 100%;
}

.slide {
    width: 100%;
    height: 90%;
    background-size: cover;
    background-position: center;
}

@keyframes slide {
    0% { margin-left: 0; }
    25% { margin-left: 0; }
    30% { margin-left: -100%; }
    55% { margin-left: -100%; }
    60% { margin-left: -200%; }
    85% { margin-left: -200%; }
    90% { margin-left: -300%; }
    100% { margin-left: -300%; }
}

.slider-autoplay .slides {
    animation: slide 10s infinite;
}



:root {
    --primary: #cc4400;
    --icon-primary: #cc4400;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #242424;
}

.text-primary {
    color: #cc4400 !important;
}

h1, .h1 {
    font-size: 1.8rem !important;
}

h2, .h2 {
    font-size: 1.5rem !important;
}

h3, .h3 {
    font-size: 1.25rem !important;
}

h4, .h4 {
    font-size: 1rem !important;
}

.display-5 {
    font-size: 1.8rem !important;
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
    min-width: 180px;
}

.dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
}

.dropdown-menu .dropdown-item:hover {
    background: rgba(116, 52, 31, 0.1);
    color: var(--primary);
}

.dropdown-menu .dropdown-item i {
    margin-right: 8px;
    color: var(--primary);
}

.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    z-index: 1000;
}

.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    vertical-align: middle;
    transition: transform .3s;
}

.navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}



.favorites-dropdown .dropdown-menu,
.cart-dropdown .dropdown-menu {
    left: auto !important;
    right: auto !important;
    z-index: 1050 !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
    margin-left: 20px;
    min-width: 320px !important;
    max-width: 400px !important;
    width: 320px !important;
}

.flag-icon {
    font-size: 18px;
    margin-right: 8px;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
    color: #a9431a;
}

.btn {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s;
    padding: 8px 20px;
}

.btn-primary {
    color: #FFFFFF;
    background: linear-gradient(135deg, #cc4400, #e67300, #ff8800, #e67300, #cc4400);
    background-size: 300% 300%;
    animation: btn-gradient-diagonal 4s ease infinite;
    border: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: linear-gradient(135deg, #b33d00, #cc6600, #e67300, #cc6600, #b33d00);
    background-size: 300% 300%;
    animation: btn-gradient-diagonal 4s ease infinite;
    border: none !important;
    box-shadow: 0 4px 15px rgba(204, 68, 0, 0.4) !important;
}

@keyframes btn-gradient-diagonal {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

.btn-cooperation,
a.btn-cooperation {
    background: linear-gradient(135deg, #cc4400, #e67300, #ff8800, #e67300, #cc4400) !important;
    background-size: 400% 400% !important;
    animation: btn-orange 3s ease infinite !important;
    -webkit-background-size: 400% 400% !important;
    background-size: 400% 400% !important;
}

.btn-cooperation:hover,
a.btn-cooperation:hover {
    filter: brightness(1.1) !important;
}

.btn-payments,
a.btn-payments {
    background: linear-gradient(135deg, #1e8a38, #28a745, #34ce57, #28a745, #1e8a38) !important;
    background-size: 400% 400% !important;
    animation: btn-green 3s ease infinite !important;
    -webkit-background-size: 400% 400% !important;
    background-size: 400% 400% !important;
}

.btn-payments:hover,
a.btn-payments:hover {
    background: linear-gradient(135deg, #0f7030, #1a8040, #229050, #1a8040, #0f7030) !important;
}

@keyframes btn-orange {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes btn-green {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin-left: 20px;
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark);
    outline: none;
    transition: .3s;
}

.navbar-light .navbar-nav .nav-link i {
    font-size: 13px;
    margin-right: 5px;
    transition: .3s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 12px 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover i,
.navbar-light .navbar-nav .nav-link.active i {
    transform: scale(1.1);
    color: var(--primary) !important;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav {
        margin-left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact {
        border-radius: 25px !important;
        padding: 6px 15px !important;
        margin-left: 15px;
        margin-right: 10px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF !important;
        line-height: 1.8;
        font-size: 13px;
        position: relative;
        z-index: 1040;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.service-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.service-item a:hover i {
    padding-left: 50px;
}

.service-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.service-item a:hover i::after {
    width: 50px;
}

.product-image {
    width: 130px;
    height: 180px;
    object-fit: contain;
}


.product-item {
    padding: 25px;
    border-radius: 12px;
    transition: .3s;
    position: relative;
    background: #fff;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(204, 68, 0, 0.2);
}

.section-header {
    margin-bottom: 40px;
}

.section-header h6 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.section-header h1 {
    font-size: 1.6rem;
    font-weight: 700;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: -20px;
    opacity: 1;
}

.product-item-land {
    border-radius: 12px;
    transition: .3s;
    position: relative;
    background: #fff !important;
    border: 2px solid transparent;
    background-clip: padding-box;
    width: 100%;
    min-height: 320px;
    padding: 20px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    will-change: transform;
    transform-style: preserve-3d;
    overflow: visible;
}

.product-item-land:hover {
    transform: scale(1.015);
    z-index: 10;
}

.product-item-land:hover::before {
    display: none !important;
}

.product-item-land .favorite-icon {
    top: 10px;
    right: 10px;
}

.product-item-land .cart-btn {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-image-land {
    border-radius: 8px;
    width: 90px;
    height: 90px;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    position: relative;
    z-index: 1;
}

.product-item-land h6,
.product-item-land h5 {
    margin-bottom: 5px;
}

.product-item-land .btn {
    font-size: 11px !important;
    padding: 5px 10px !important;
    white-space: nowrap;
}

.product-code {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    color: #999;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
}

.product-series {
    font-size: 11px !important;
    color: #888 !important;
    margin-bottom: 2px !important;
}

@media (max-width: 768px) {
    .product-item-land {
        flex-direction: column !important;
        text-align: center;
    }
    
    .product-item-land .product-image-land {
        margin-right: 0 !important;
        margin-bottom: 15px;
        width: 120px !important;
        height: 150px !important;
    }
}

.product-carousel {
    width: 100% !important;
    max-width: 100% !important;
}

.product-carousel .owl-stage-outer,
.product-carousel-home .owl-stage-outer {
    width: 100% !important;
    overflow: visible !important;
    touch-action: pan-y;
}

.product-carousel .owl-stage {
    width: 100% !important;
    display: flex !important;
}

.product-carousel .owl-item {
    padding: 0 10px;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

.product-carousel .owl-item > div {
    width: 100% !important;
    max-width: 100% !important;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.product-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product-carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    cursor: grab;
    transform: translateX(0);
}

.product-carousel-track:active {
    cursor: grabbing;
}

.product-carousel-track .product-item-land {
    flex: 0 0 280px;
    min-height: 280px;
}

@media (max-width: 992px) {
    .product-carousel-track .product-item-land {
        flex: 0 0 250px;
    }
}

@media (max-width: 576px) {
    .product-carousel-track .product-item-land {
        flex: 0 0 240px;
    }
}

.product-scroll-nav {
    display: none;
}

.product-carousel-home .owl-dots {
    display: none;
}

.product-carousel-home .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel-home .owl-nav .owl-prev,
.product-carousel-home .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.product-carousel-home .owl-nav .owl-prev:hover,
.product-carousel-home .owl-nav .owl-next:hover {
    color: var(--dark);
}

.product-carousel-home .owl-item {
    padding: 0 10px;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 auto !important;
}

.product-carousel-home .owl-item > div {
    width: 100% !important;
    max-width: 100% !important;
}

.product-carousel-home .product-item-land {
    height: 100%;
    min-height: 280px;
}

.mission-vision-gradient {
    background: linear-gradient(135deg, #f8f4f0 0%, #fff8f0 25%, #fff5e8 50%, #fff8f0 75%, #f8f4f0 100%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.mission-vision-gradient .nav-pills .nav-link {
    background: transparent;
    color: #666;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mission-vision-gradient .nav-pills .nav-link:hover {
    color: #cc4400;
    background: rgba(204, 68, 0, 0.1);
}

.mission-vision-gradient .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #cc4400, #e67300, #ff8800, #e67300, #cc4400);
    background-size: 300% 300%;
    animation: btn-gradient-diagonal 4s ease infinite;
    color: #fff;
    box-shadow: 0 3px 10px rgba(204, 68, 0, 0.3);
}

.mission-vision-gradient .tab-content p {
    color: #555;
    line-height: 1.8;
    font-size: 14px;
}

.bg-offer {
    background: linear-gradient(135deg, #992900 0%, #cc4400 25%, #e67300 50%, #cc4400 75%, #992900 100%);
    padding: 8px 20px;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}

.bg-offer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle 8px at 10% 20%, rgba(255, 160, 80, 0.85) 0%, transparent 100%),
        radial-gradient(circle 12px at 25% 60%, rgba(255, 140, 60, 0.8) 0%, transparent 100%),
        radial-gradient(circle 6px at 40% 30%, rgba(255, 170, 90, 0.85) 0%, transparent 100%),
        radial-gradient(circle 10px at 55% 70%, rgba(255, 150, 70, 0.8) 0%, transparent 100%),
        radial-gradient(circle 7px at 70% 40%, rgba(255, 130, 50, 0.85) 0%, transparent 100%),
        radial-gradient(circle 9px at 85% 25%, rgba(255, 165, 85, 0.8) 0%, transparent 100%),
        radial-gradient(circle 5px at 95% 80%, rgba(255, 155, 75, 0.85) 0%, transparent 100%);
    animation: sphereFloat1 18s ease-in-out infinite;
    pointer-events: none;
}

.bg-offer::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle 6px at 5% 50%, rgba(255, 175, 95, 0.85) 0%, transparent 100%),
        radial-gradient(circle 10px at 20% 80%, rgba(255, 145, 65, 0.8) 0%, transparent 100%),
        radial-gradient(circle 8px at 35% 15%, rgba(255, 180, 100, 0.85) 0%, transparent 100%),
        radial-gradient(circle 12px at 50% 55%, rgba(255, 135, 55, 0.8) 0%, transparent 100%),
        radial-gradient(circle 7px at 65% 85%, rgba(255, 170, 80, 0.85) 0%, transparent 100%),
        radial-gradient(circle 9px at 80% 45%, rgba(255, 140, 60, 0.8) 0%, transparent 100%),
        radial-gradient(circle 6px at 92% 10%, rgba(255, 180, 95, 0.85) 0%, transparent 100%);
    animation: sphereFloat2 22s ease-in-out infinite;
    pointer-events: none;
}

.bg-offer .halo-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.bg-offer .halo {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 140, 50, 0.45);
    box-shadow: 
        0 0 12px rgba(230, 100, 30, 0.35),
        inset 0 0 10px rgba(200, 90, 20, 0.25);
    animation: haloFloat 15s ease-in-out infinite;
}

.bg-offer .halo:nth-child(1) {
    width: 80px;
    height: 80px;
    top: -20px;
    left: 5%;
    animation-delay: 0s;
}

.bg-offer .halo:nth-child(2) {
    width: 100px;
    height: 100px;
    top: -30px;
    left: 25%;
    animation-delay: -3s;
}

.bg-offer .halo:nth-child(3) {
    width: 70px;
    height: 70px;
    top: -15px;
    left: 45%;
    animation-delay: -6s;
}

.bg-offer .halo:nth-child(4) {
    width: 90px;
    height: 90px;
    top: -25px;
    left: 65%;
    animation-delay: -9s;
}

.bg-offer .halo:nth-child(5) {
    width: 65px;
    height: 65px;
    top: -12px;
    left: 80%;
    animation-delay: -12s;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a9431a;
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 46px;
    top: calc(50% - 23px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

@media (min-width: 576px) {
    .blog-item .row {
        height: 300px;
    }
}

.blog-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.blog-item a:hover i {
    padding-left: 50px;
}

.blog-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.blog-item a:hover i::after {
    width: 50px;
}

.navbar .dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar .nav-link.active {
    color: #cc4400 !important;
    font-weight: 600;
}

.navbar .nav-item.nav-link.active {
    color: #cc4400 !important;
    font-weight: 600;
}

/* FAQ Section Styles */
.faq-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.faq-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
    min-height: 80px;
}

.faq-question::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: linear-gradient(135deg, #cc4400, #ff8800);
    border-radius: 0 4px 4px 0;
    transition: height 0.3s ease;
}

.faq-item.active .faq-question::before {
    height: 60%;
}

.faq-item.active .faq-question {
    color: #cc4400;
}

.faq-question-text {
    flex: 1;
    padding-right: 16px;
}

.faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    background: linear-gradient(135deg, #cc4400, #ff8800);
    color: #fff;
    transform: rotate(180deg);
}

.faq-icon i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-answer p {
    padding: 0 28px 24px;
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 992px) {
    .faq-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .faq-container {
        grid-template-columns: 1fr;
    }
    
    .faq-question {
        padding: 20px;
        font-size: 15px;
        min-height: auto;
    }
    
    .faq-answer p {
        padding: 0 20px 20px;
        font-size: 14px;
    }
    
    .faq-icon {
        width: 30px;
        height: 30px;
    }
}

/* Partners Carousel Styles */
.partners-carousel {
    padding: 5px 0;
    background: #f8f9fa;
    overflow: hidden;
    position: relative;
}

.partners-carousel::before,
.partners-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.partners-carousel::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fa, transparent);
}

.partners-carousel::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fa, transparent);
}

.partners-track {
    display: flex;
    width: calc(160px * 8);
    animation: scroll 20s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-160px * 4));
    }
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    transition: all 0.3s ease;
    height: 80px;
    width: 160px;
    flex-shrink: 0;
    margin: 0 10px;
}

.partner-logo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.partner-logo-item img {
    max-height: 60px;
    max-width: 140px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .topbar-gradient {
        padding: 5px 8px;
        font-size: 10px;
    }
    
    .topbar-gradient .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    body {
        padding-top: 0 !important;
    }
}
    
    .topbar-gradient .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    body {
        padding-top: 0 !important;
    }
    
    .footer-contact-info,
    .col-lg-3.col-md-6 {
        display: none;
    }
}
    .topbar-gradient .d-inline-flex {
        font-size: 10px;
    }
    .topbar-gradient .social-icons a {
        font-size: 12px;
        margin: 0 3px;
    }
    .topbar-gradient small,
    .topbar-gradient .fa-phone-alt,
    .topbar-gradient .fa-envelope {
        font-size: 10px !important;
    }
    .topbar-gradient .me-1 {
        margin-right: 3px !important;
    }
    .topbar-gradient .gap-3 {
        gap: 12px !important;
    }
    .navbar-icons {
        margin-right: 5px !important;
    }
}

/* Language Selector */
.lang-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 10px;
    position: relative;
    background: rgba(0,0,0,0.05);
    border-radius: 20px;
    transition: background 0.2s;
}

.lang-selector:hover {
    background: rgba(0,0,0,0.1);
}

.lang-selector img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
}

.lang-selector span {
    font-size: 11px;
    font-weight: 500;
}

.lang-dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% - 5px);
    right: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    padding: 8px 0;
    z-index: 2000;
    min-width: 160px;
}

.lang-dropdown-menu.show {
    display: block;
}

.lang-dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.lang-dropdown-menu a:hover {
    background: rgba(116, 52, 31, 0.1);
}

.lang-dropdown-menu a img {
    width: 20px;
    height: 14px;
    border-radius: 2px;
    margin-right: 8px;
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 6px 0 4px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    overflow: visible;
}
.mobile-bottom-nav::before {
    content: none;
}
.mobile-bottom-nav .center-cart {
    position: relative;
    top: -20px;
    z-index: 1003;
}
.mobile-bottom-nav .center-cart i {
    width: 56px;
    height: 56px;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 15px rgba(204, 68, 0, 0.4);
    margin-bottom: 0;
    position: relative;
    top: 0;
    transition: transform 0.2s;
    z-index: 2;
}
.mobile-bottom-nav .center-cart i {
    background: linear-gradient(135deg, #cc4400, #e67300);
    overflow: hidden;
}
.mobile-bottom-nav .center-cart i::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);
    animation: shimmer-sweep 2.5s infinite;
    z-index: 0;
}
@keyframes shimmer-sweep {
    0% { transform: translateX(-100%) translateY(-100%); }
    100% { transform: translateX(100%) translateY(100%); }
}
.mobile-bottom-nav .center-cart::before {
    content: '';
    position: absolute;
    top: -6px;
    left: calc(50% - 34px);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, #cc4400, #ff8800, #e67300, #cc4400, #ff8800, #e67300, #cc4400);
    animation: rotate-ring 2s linear infinite;
    z-index: 1;
}
.mobile-bottom-nav .center-cart::after {
    content: '';
    position: absolute;
    top: -3px;
    left: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}

@keyframes rotate-ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes rotate-ring {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


.mobile-bottom-nav .center-cart i:active {
    transform: scale(0.9);
}
.mobile-bottom-nav .center-cart span[data-lang="nav_cart"] {
    display: none;
}
.mobile-bottom-nav .center-cart .badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #fff;
    color: #cc4400;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    border: 2px solid #cc4400;
    z-index: 10;
}
.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 10px;
    position: relative;
    padding: 0 8px;
}
.mobile-bottom-nav .nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
}
.mobile-bottom-nav .nav-item.active {
    color: #cc4400;
}
.mobile-bottom-nav .nav-item .badge {
    position: absolute;
    top: -5px;
    right: 0;
    background: #cc4400;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}
body {
    padding-bottom: 0px;
}
.mobile-navbar {
    padding: 8px 0;
    z-index: 1001;
}
.navbar-brand {
    padding: 0;
}
.navbar-icons {
    gap: 4px !important;
    margin-right: 15px !important;
}
.navbar-icons .nav-link {
    padding: 6px 6px !important;
    position: relative;
    font-size: 18px;
    color: #333;
}
.navbar-icons .fav-badge,
.navbar-icons .cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #cc4400;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
}
.navbar-icons .lang-dropdown-menu,
.navbar-icons .dropdown-menu {
    position: absolute !important;
    top: calc(100% - 5px);
    right: 15px;
    z-index: 2000;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    min-width: 160px;
}
.navbar-icons .lang-dropdown-menu.show,
.navbar-icons .dropdown-menu.show {
    display: block !important;
}
