/* Custom Styles for Header and Slider */

.sticky-bar.stick {
    padding-top: 55px;
}

.section-title {
    margin-bottom: 0;
}

/* Top Promo Bar */
.top-promo-bar {
    background: #000;
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.top-promo-bar .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-promo-bar .promo-content {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.top-promo-bar .promo-content i {
    color: #F97316;
    font-size: 16px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.top-promo-bar .promo-content span {
    color: rgba(255, 255, 255, 0.95);
}

.top-promo-bar .promo-content span strong {
    color: #F97316;
    font-weight: 600;
}

/* Header Styles */
.header-area.header-style-1.header-height-2 {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 40px;
}

.header-top {
    display: none;
}

.header-bottom {
    background: rgba(45, 45, 45, 0.7) !important;
    backdrop-filter: blur(10px);
    padding: 15px 0;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Styles */
.logo img {
    max-height: 60px;
}

/* Navigation Styles */
.main-menu nav ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-menu nav ul li a {
    color: #E5E7EB !important;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 0px;
    transition: all 0.3s ease;
}

.language-switcher {
    background: transparent !important
}

.main-menu nav ul li a:hover,
.main-menu nav ul li a.active {
    color: #F97316 !important;
}

/* Header Icons */
.header-action-icon-2 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 0%;
}

.header-action-icon-2 .header-action-2 {
    position: relative;
}

.header-action-icon-2 .header-action-2 > a {
    color: #E5E7EB;
    font-size: 22px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-action-icon-2 .header-action-2 > a:hover {
    color: #F97316;
}

.header-action-icon-2 .header-action-2 > a img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.header-action-icon-2 .header-action-2 > a .lable {
    color: #E5E7EB;
    font-size: 14px;
    font-weight: 500;
}

/* User Account Dropdown */
.account-dropdown {
    background: rgba(30, 30, 30, 0.98);
    border: 1px solid #F97316;
    border-radius: 12px;
    padding: 20px;
    min-width: 320px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.account-dropdown .user-info {
    background: linear-gradient(135deg, #F97316 100%, #EA580C 100%);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-dropdown .user-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.account-dropdown .user-details h6 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.account-dropdown .user-details p {
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-size: 13px;
}

.account-dropdown .settings-icon {
    margin-right: auto;
    color: #fff;
    font-size: 18px;
}

.account-dropdown ul li a {
    color: #E5E7EB;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.account-dropdown ul li a:hover {
    background: rgba(249, 115, 22, 0.1);
    color: #F97316;
}

.account-dropdown ul li a i {
    font-size: 18px;
    width: 20px;
}

/* Home Slider Styles */
.home-slider {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding: 0;
    padding-top: 100px;
    min-height: 700px;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-slider::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.55) 100%, rgba(0,0,0,0.25) 100%);
    z-index: 1;
}

.home-slider .container {
    position: relative;
    z-index: 2;
    height: 100%;
}

.home-slide-cover {
    margin-top: 0 !important;
    padding-top: 105px;
    padding-bottom: 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.slider-content {
    margin-right: 5%;
}

.hero-slider-1 .single-hero-slider {
    min-height: auto;
    height: 100%;
    display: flex;
    align-items: flex-start;
    background: transparent !important;
    border-radius: 0;
    overflow: visible;
    position: relative;
}

.hero-slider-1 .single-hero-slider::before {
    display: none;
}

.hero-slider-1 .slider-content {
    position: relative;
    z-index: 2;
    padding: 0;
    max-width: 600px;
}

/* Search Bar in Slider */
.slider-search-form {
    background: rgba(0, 0, 0, 0.42);
    border: none;
    border-radius: 20px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    max-width: 90%;
    margin: 0 0 46px 0;
    margin-right: 5%;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.5);
}

.slider-search-form .search-input-wrapper {
    flex: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 50px;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: all 0.3s ease;
}

.slider-search-form .search-input-wrapper:focus-within {
    background: rgba(0, 0, 0, 0.72);
    border-color: rgba(255, 255, 255, 0.19);
}

.slider-search-form .search-icon {
    font-size: 18px;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.72);
}

.slider-search-form input {
    background: transparent;
    border: none;
    color: #fff;
    flex: 1;
    padding: 0;
    font-size: 15px;
    width: 100%;
    height: auto;
}

.slider-search-form input::placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.slider-search-form input:focus {
    outline: none;
}

.slider-search-form button {
    background: linear-gradient(135deg, #EA580C 100%, #F97316 100%);
    border: none;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 19px rgba(249, 115, 22, 0.43);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    padding: 14px 40px;
    height: auto;
    line-height: 1;
}

.slider-search-form button::before {
    content: '';
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.23), transparent);
    transition: right 0.5s ease;
}

.slider-search-form button:hover::before {
    right: 100%;
}

.slider-search-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 24px rgba(249, 115, 22, 0.63);
}

.slider-search-form button:active {
    transform: translateY(0);
}

/* Slider Heading */
.slider-content h1 {
    color: #fff;
    font-size: 62px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 38px;
    text-shadow: -3px 5px 14px rgba(0,0,0,0.6);
    letter-spacing: -1px;
}

.slider-content h1 span.highlight {
    color: #F97316;
    display: inline;
    text-decoration: underline;
    text-decoration-color: #F97316;
    text-decoration-thickness: 4px;
    text-underline-offset: 9px;
}

/* Slider Buttons */
.slider-buttons {
    display: flex;
    gap: 16px;
    margin-top: 0;
}

.slider-btn {
    padding: 15px 32px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
}

.slider-btn-primary {
    background: #000;
    color: #fff;
    border-color: #000;
}

.slider-btn-primary:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
}

.slider-btn-secondary {
    background: linear-gradient(135deg, #F97316 100%, #EA580C 100%);
    color: #fff;
    box-shadow: 0 5px 17px rgba(249, 115, 22, 0.43);
}

.slider-btn-secondary:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 21px rgba(249, 115, 22, 0.63);
}

/* Slider Image Preview */
.slider-image-preview {
    position: absolute;
    left: 70px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 480px;
    width: 100%;
}

.slider-images-container {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.slider-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    /* filter: drop-shadow(0 21px 62px rgba(0,0,0,0.73)); */
    opacity: 0;
    /* transform: scale(0.83) translateX(100px); */
    transition: all 0.63s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border-radius: 20px;
}

.slider-image.active {
    opacity: 1;
    /* transform: scale(1) translateX(0); */
    pointer-events: auto;
    border-radius: 20px;
    /*animation: float 3.4s ease-in-out infinite;*/
}

@keyframes float {
    0%, 100% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(1) translateY(-21px);
    }
}

/* Slider Pagination */
.slider-pagination {
    position: absolute;
    bottom: -3%;
    left: 5%;
    display: flex;
    align-items: center;
    gap: 11px;
    z-index: 3;
}

.slider-pagination .slide-number {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.slider-pagination .slide-total {
    color: rgba(255, 255, 255, 0.44);
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px;
}

.slider-pagination .dots {
    display: flex;
    gap: 7px;
    align-items: center;
}

.slider-pagination .dot {
    width: 42px;
    height: 3px;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.slider-pagination .dot:hover {
    background: rgba(255, 255, 255, 0.54);
}

.slider-pagination .dot.active {
    background: #F97316;
    width: 58px;
}

.slider-pagination .dot.active::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, transparent, #F97316, transparent);
    border-radius: 2px;
    opacity: 0.5;
}


@keyframes float {
    0%, 100% {
        transform: scale(1) translateY(0);
    }
    50% {
        transform: scale(1) translateY(-20px);
    }
}

/* Slider Pagination */

.slider-pagination .slide-number {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.slider-pagination .slide-total {
    color: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
}

.slider-pagination .dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.slider-pagination .dot {
    width: 44px;
    height: 3px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.slider-pagination .dot:hover {
    background: rgba(255, 255, 255, 0.55);
}

.slider-pagination .dot.active {
    background: #F97316;
    width: 60px;
}

.slider-pagination .dot.active::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, transparent, #F97316, transparent);
    border-radius: 2px;
    opacity: 0.5;
    animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0.35;
    }
    50% {
        opacity: 0.75;
    }
}

.slider-pagination .dots {
    display: flex;
    gap: 7px;
    align-items: center;
}

.slider-pagination .dot {
    width: 42px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.slider-pagination .dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.slider-pagination .dot.active {
    background: #F97316;
    width: 58px;
}

.slider-pagination .dot.active::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, transparent, #F97316, transparent);
    border-radius: 2px;
    opacity: 0.5;
    animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

/* Logo in Header */
.header-action-right .logo {
    position: relative;
}

.header-action-right .logo img {
    max-height: 60px;
    width: auto;
}

.home-slider .dot-style-1.dot-style-1-position-1 ul {
    display: none;
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .slider-content h1 {
        font-size: 52px;
    }
    
    .slider-image-preview {
        left: 60px;
        max-width: 400px;
    }
    
    .slider-images-container {
        height: 300px;
    }
    
    .slider-pagination {
        left: 60px;
        bottom: 50px;
    }
}

@media (max-width: 991px) {
    .top-promo-bar {
        position: relative;
    }
    
    .header-area.header-style-1.header-height-2 {
        position: relative;
        top: 0;
    }
    
    .home-slider {
        height: auto;
        min-height: 600px;
        padding-top: 0;
        padding-bottom: 60px;
    }
    
    .home-slide-cover {
        padding-top: 60px;
    }
    
    .slider-content h1 {
        font-size: 42px;
    }
    
    .slider-search-form {
        margin-bottom: 40px;
        max-width: 100%;
    }
    
    .slider-image-preview {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
        margin-top: 40px;
        max-width: 100%;
    }
    
    .slider-images-container {
        height: 250px;
    }
    
    .slider-pagination {
        position: relative;
        left: auto;
        bottom: auto;
        justify-content: center;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .top-promo-bar .promo-content {
        font-size: 11px;
    }
    
    .top-promo-bar .promo-content i {
        font-size: 14px;
    }
    
    .slider-content h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .slider-search-form {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
        border-radius: 20px;
    }
    
    .slider-search-form .search-input-wrapper {
        width: 100%;
    }
    
    .slider-search-form button {
        width: 100%;
    }
    
    .slider-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .slider-btn {
        width: 100%;
        justify-content: center;
    }
    
    .slider-images-container {
        height: 200px;
    }
    
    .slider-pagination .slide-number {
        font-size: 24px;
    }
    
    .slider-pagination .dot {
        width: 35px;
    }
    
    .slider-pagination .dot.active {
        width: 50px;
    }
}


/* ========================================
   SHOP BY CATEGORY SECTION - SLICK SLIDER
   ======================================== */

.shop-categories {
    padding: 40px 0;
    background: #fff;
}

.section-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.section-title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #253D4E;
    margin: 0;
}

.categories-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cat-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F7F8FA;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.cat-nav-btn:hover:not(.slick-disabled) {
    background: #F97316;
    border-color: #F97316;
}

.cat-nav-btn:hover:not(.slick-disabled) i {
    color: #fff;
}

.cat-nav-btn.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.cat-nav-btn i {
    font-size: 18px;
    color: #253D4E;
    transition: all 0.3s ease;
}

.see-all-link a {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: all 0.3s ease;
}

.see-all-link a:hover {
    color: #F97316;
}

.see-all-link a i {
    font-size: 14px;
}

.categories-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.categories-slider {
    margin: 0 -6px;
}

.category-card-wrapper {
    padding: 0 6px;
    outline: none;
}

.category-card {
    background: #F7F8FA;
    border-radius: 8px;
    padding: 18px 12px;
    text-align: right;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex !important;
    align-items: center;
    gap: 12px;
    border: 1px solid transparent;
    user-select: none;
    -webkit-user-drag: none;
    outline: none;
}

.category-card:hover {
    background: #fff;
    border-color: #E5E7EB;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.category-card img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.7;
    transition: all 0.3s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.category-card:hover img {
    opacity: 1;
}

.category-card h6 {
    font-size: 13px;
    font-weight: 500;
    color: #7E7E7E;
    margin: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.category-card:hover h6 {
    color: #253D4E;
}

/* Slick Slider Overrides */
.categories-slider .slick-track {
    display: flex;
    gap: 0;
}

.categories-slider .slick-slide {
    height: auto;
}

.categories-slider .slick-list {
    overflow: hidden;
    margin: 0;
}

@media (max-width: 1199px) {
    .category-card {
        padding: 15px 10px;
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .category-card {
        padding: 15px 10px;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .section-title-wrapper {
        margin-bottom: 20px;
    }
    
    .section-title h3 {
        font-size: 20px;
    }
    
    .categories-nav {
        gap: 10px;
    }
    
    .cat-nav-btn {
        width: 35px;
        height: 35px;
    }
    
    .cat-nav-btn i {
        font-size: 16px;
    }
    
    .category-card {
        padding: 12px 8px;
        gap: 8px;
    }
    
    .category-card img {
        width: 20px;
        height: 20px;
    }
    
    .category-card h6 {
        font-size: 12px;
    }
}



/* ========================================
   OFF-ROAD BUILDS SECTION
   ======================================== */

.offroad-builds-section {
    padding: 60px 0;
    /* background: #F9FAFB; */
    position: relative;
    overflow: hidden;
}

.builds-content-wrapper {
    position: relative;
}

/* Wave Pattern Background */
.wave-pattern {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.wave-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

/* Section Header */
.builds-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.builds-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #253D4E;
    margin-bottom: 15px;
    line-height: 1.3;
}

.builds-header p {
    font-size: 15px;
    color: #7E7E7E;
    line-height: 1.6;
    margin: 0;
}

/* Main Content Card */
.builds-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.card-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px);
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 100%, rgba(0,0,0,0.6) 100%);
}

/* Card Content */
.card-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* Coming Soon Badge */
.coming-soon-badge {
    margin-bottom: 30px;
}

.coming-soon-badge img {
    width: 140px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

/* Info Text */
.info-text {
    text-align: center;
    margin-bottom: 35px;
    max-width: 700px;
}

.info-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.info-text .highlight-timer {
    display: inline-block;
    background: rgba(249, 115, 22, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 4px 16px;
    border-radius: 20px;
    color: #F97316;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid rgba(249, 115, 22, 0.3);
    margin: 0 4px;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.25);
}

/* Browse Button */
.browse-btn {
    background: linear-gradient(135deg, #F97316 100%, #EA580C 100%);
    color: #fff;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(249, 115, 22, 0.4);
}

.browse-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 115, 22, 0.6);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .builds-header h2 {
        font-size: 30px;
    }
    
    .builds-header p {
        font-size: 14px;
    }
    
    .builds-card {
        height: 400px;
    }
    
    .coming-soon-badge img {
        width: 110px;
    }
    
    .info-text p {
        font-size: 15px;
    }
    
    .info-text .highlight-timer {
        font-size: 16px;
        padding: 3px 14px;
    }
}

@media (max-width: 767px) {
    .offroad-builds-section {
        padding: 40px 0;
    }
    
    .builds-header {
        margin-bottom: 30px;
    }
    
    .builds-header h2 {
        font-size: 24px;
    }
    
    .builds-header p {
        font-size: 13px;
    }
    
    .builds-header p br {
        display: none;
    }
    
    .builds-card {
        height: 350px;
        border-radius: 15px;
    }
    
    .card-content {
        padding: 30px 20px;
    }
    
    .coming-soon-badge {
        margin-bottom: 25px;
    }
    
    .coming-soon-badge img {
        width: 90px;
    }
    
    .info-text {
        margin-bottom: 30px;
    }
    
    .info-text p {
        font-size: 14px;
    }
    
    .info-text p br {
        display: none;
    }
    
    .info-text .highlight-timer {
        font-size: 15px;
        padding: 3px 12px;
    }
    
    .browse-btn {
        padding: 14px 32px;
        font-size: 14px;
    }
}


/* ========================================
   TRUSTED STORES SECTION
   ======================================== */

.trusted-stores-section {
    padding: 50px 0;
    background: #fff;
}

.trusted-stores-section .stores-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.store-card {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.store-card:hover {
    background: #fff;
    border-color: #E5E7EB;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transform: translateY(-2px);
}

/* Store Image Wrapper */
.store-image-wrapper {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-placeholder {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #D1FAE5 100%, #A7F3D0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-placeholder img {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

.store-real-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Store Info */
.store-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.store-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.store-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #253D4E;
    margin: 0;
    flex: 1;
}

.store-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.store-rating i {
    color: #FFA500;
    font-size: 14px;
}

.store-rating span {
    color: #253D4E;
    font-size: 14px;
    font-weight: 600;
}

.store-address {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #7E7E7E;
    font-size: 12px;
    line-height: 1.4;
}

.store-address i {
    color: #7E7E7E;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.store-address span {
    flex: 1;
}

/* Store Arrow */
.store-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.store-arrow:hover {
    transform: scale(1.1);
}




/* Responsive */
@media (max-width: 1199px) {
    .trusted-stores-section .stores-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width: 991px) {
    .trusted-stores-section {
        padding: 40px 0;
    }
    
    .trusted-stores-section .stores-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .store-card {
        padding: 18px;
    }
    
    .store-image-wrapper {
        height: 110px;
    }
}

@media (max-width: 767px) {
    .trusted-stores-section .stores-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .store-card {
        padding: 15px;
    }
    
    .store-image-wrapper {
        height: 100px;
    }
    
    .store-placeholder {
        width: 70px;
        height: 70px;
    }
    
    .store-placeholder img {
        width: 35px;
        height: 35px;
    }
    
    .store-info h5 {
        font-size: 15px;
    }
    
    .store-rating span {
        font-size: 13px;
    }
    
    .store-address {
        font-size: 11px;
    }
    
    .store-arrow {
        width: 35px;
        height: 35px;
    }
    
    .store-arrow img {
        width: 14px;
        height: 14px;
    }
}


/* ========================================
   POPULAR VEHICLES SECTION
   ======================================== */

.popular-vehicles-section {
    padding: 50px 0;
    background: #fff;
}

.vehicles-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.vehicles-slider {
    margin: 0 -10px;
}

.vehicle-card-wrapper {
    padding: 0 10px;
    outline: none;
}

.vehicle-card {
    background: #F8F8FA;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    user-select: none;
    -webkit-user-drag: none;
    outline: none;
    min-height: 97px;
    justify-content: center;
}

.vehicle-card:hover {
    border-color: #F97316;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.15);
    transform: translateY(-3px);
}

.vehicle-logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vehicle-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.vehicle-card:hover .vehicle-logo img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

.vehicle-card h6 {
    font-size: 13px;
    font-weight: 600;
    color: #253D4E;
    margin: 0;
    transition: all 0.3s ease;
    margin-bottom: 5px;
}

.vehicle-card:hover h6 {
    color: #F97316;
}

/* Slick Slider Overrides */
.vehicles-slider .slick-track {
    display: flex;
    gap: 0;
}

.vehicles-slider .slick-slide {
    height: auto;
}

.vehicles-slider .slick-list {
    overflow: hidden;
    margin: 0;
}

@media (max-width: 1199px) {
    .vehicle-logo {
        width: 55px;
        height: 55px;
    }
    
    .vehicle-card {
        padding: 18px 12px;
        min-height: 110px;
    }
}

@media (max-width: 991px) {
    .popular-vehicles-section {
        padding: 40px 0;
    }
    
    .vehicle-logo {
        width: 50px;
        height: 50px;
    }
    
    .vehicle-card {
        padding: 15px 10px;
        min-height: 100px;
    }
    
    .vehicle-card h6 {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .vehicle-logo {
        width: 45px;
        height: 45px;
    }
    
    .vehicle-card {
        padding: 12px 8px;
        min-height: 90px;
    }
    
    .vehicle-card h6 {
        font-size: 11px;
    }
}


/* ========================================
   FEATURED PRODUCTS SECTION
   ======================================== */

.featured-products-section {
    padding: 50px 0;
    background: #F9FAFB;
}

.products-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.products-slider {
    margin: 0 -10px;
}

.product-card-wrapper {
    padding: 0 10px;
    outline: none;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #E5E7EB;
    position: relative;
    display: flex !important;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
}

.product-badge img {
    width: 50px;
    height: auto;
    display: block;
}

.badge-new {
    background: #10B981;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-image {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-plus-icon {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 5;
}


.product-actions {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateY(0);
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.action-btn:hover {
    background: #F97316;
    border-color: #F97316;
    transform: scale(1.1);
}

.action-btn i {
    font-size: 18px;
    color: #253D4E;
    transition: all 0.3s ease;
}

.action-btn:hover i {
    color: #fff;
}

.product-info {
    padding: 15px;
    border: 0;
}

.product-brand {
    width: 40px;
    margin-bottom: 10px;
    /* background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 8px; */
}

/* .product-brand img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
} */

.product-title {
    font-size: 14px;
    font-weight: 600;
    color: #253D4E;
    margin-bottom: 5px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #253D4E;
    font-weight: 600;
}

.meta-item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.meta-item del {
    color: #7E7E7E;
    font-weight: 400;
    font-size: 12px;
}

/* Slick Slider Overrides */
.products-slider .slick-track {
    display: flex;
    gap: 0;
}

.products-slider .slick-slide {
    height: auto;
}

.products-slider .slick-list {
    overflow: hidden;
    margin: 0;
}

@media (max-width: 1199px) {
    .product-image {
        height: 160px;
    }
    
    .product-title {
        font-size: 13px;
        min-height: 36px;
    }
    
    .product-plus-icon {
        width: 36px;
        height: 36px;
        bottom: 10px;
        left: 10px;
    }
    
    .product-plus-icon img {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 991px) {
    .featured-products-section {
        padding: 40px 0;
    }
    
    .product-image {
        height: 150px;
    }
    
    .product-info {
        padding: 12px;
    }
    
    .product-brand {
        width: 35px;
        height: 35px;
    }
    
    .product-plus-icon {
        width: 34px;
        height: 34px;
    }
    
    .product-plus-icon img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .product-image {
        height: 140px;
    }
    
    .product-title {
        font-size: 12px;
        min-height: 32px;
    }
    
    .meta-item {
        font-size: 12px;
    }
    
    .action-btn {
        width: 35px;
        height: 35px;
    }
    
    .action-btn i {
        font-size: 16px;
    }
    
    .product-plus-icon {
        width: 32px;
        height: 32px;
        bottom: 8px;
        left: 8px;
    }
    
    .product-plus-icon img {
        width: 14px;
        height: 14px;
    }
}


/* ========================================
   NUMBERS SHOWCASE SECTION
   ======================================== */

.numbers-showcase-section {
    padding: 0;
    background: #1A1A1A;
    position: relative;
    /* overflow: hidden; */
}

.numbers-showcase-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -20px;
    width: 50%;
    height: 165%;
    background-image: url('../../../shape1.png');
    background-size: contain;
    background-position: right;
    /* opacity: 0.15; */
    pointer-events: none;
    z-index: 9999999999;
    background-repeat: no-repeat;
}

.numbers-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
    position: relative;
    z-index: 2;
}

.numbers-left {
    background: transparent;
    padding: 60px 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shape-decoration {
    display: none;
}

.shape-decoration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.numbers-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

.numbers-left p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.numbers-right {
    /* background: #000; */
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.stat-card {
    text-align: right;
}

.stat-card h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.stat-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.stat-card p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    max-width: 180px;
}

@media (max-width: 991px) {
    .numbers-wrapper {
        grid-template-columns: 1fr;
    }
    
    .numbers-left,
    .numbers-right {
        padding: 40px 30px;
    }
    
    .numbers-right {
        flex-direction: column;
        gap: 30px;
    }
    
    .numbers-left h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .numbers-left,
    .numbers-right {
        padding: 30px 20px;
    }
    
    .numbers-left h2 {
        font-size: 24px;
    }
    
    .stat-card h3 {
        font-size: 36px;
    }
}


/* ========================================
   MOBILE APP SECTION
   ======================================== */

.mobile-app-section {
    padding: 80px 0;
    background: #FFF5F0;
    position: relative;
    /* overflow: hidden; */
}

.mobile-app-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('../../../shape2.png');
    background-size: contain;
    background-position: left;
    pointer-events: none;
    z-index: 1;
    background-repeat: no-repeat;
}

.app-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.app-left {
    padding-left: 40px;
}

.app-header {
    margin-bottom: 40px;
}

.app-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #253D4E;
    margin-bottom: 15px;
    line-height: 1.3;
}

.app-header p {
    font-size: 15px;
    color: #7E7E7E;
    line-height: 1.6;
}

.app-left > h3 {
    font-size: 24px;
    font-weight: 700;
    color: #253D4E;
    margin-bottom: 30px;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.feature-text h5 {
    font-size: 16px;
    font-weight: 600;
    color: #253D4E;
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 14px;
    color: #7E7E7E;
    line-height: 1.5;
    margin: 0;
}

.app-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.app-btn {
    display: inline-block;
    transition: all 0.3s ease;
}

.app-btn:hover {
    transform: translateY(-3px);
}

.app-btn img {
    height: 50px;
    width: auto;
}

.app-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-mockup {
    max-width: 500px;
    width: 100%;
}

.mobile-mockup img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

@media (max-width: 991px) {
    .mobile-app-section {
        padding: 60px 0;
    }
    
    .app-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .app-left {
        padding-left: 0;
    }
    
    .app-header h2 {
        font-size: 28px;
    }
    
    .app-left > h3 {
        font-size: 20px;
    }
    
    .mobile-mockup {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .mobile-app-section {
        padding: 40px 0;
    }
    
    .app-header h2 {
        font-size: 24px;
    }
    
    .app-left > h3 {
        font-size: 18px;
    }
    
    .feature-icon {
        width: 35px;
        height: 35px;
    }
    
    .feature-text h5 {
        font-size: 15px;
    }
    
    .feature-text p {
        font-size: 13px;
    }
    
    .app-btn img {
        height: 45px;
    }
    
    .mobile-mockup {
        max-width: 300px;
    }
}


/* ========================================
   CUSTOM FOOTER
   ======================================== */

.custom-footer {
    background: #000;
    padding: 60px 0 0;
    color: #fff;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Left */
.footer-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-logo img {
    max-width: 120px;
    height: auto;
}

.footer-tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
    background: #F97316;
    border-color: #F97316;
    transform: translateY(-3px);
}

/* .social-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
} */

.social-icon.discord-icon i {
    color: #fff;
    font-size: 18px;
}

.newsletter-section {
    margin-top: 10px;
}

.newsletter-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    line-height: 1.5;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 6px;
    max-width: 400px;
    margin-top: 20px;
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-form input:focus {
    outline: none;
}

.newsletter-form button {
    background: linear-gradient(135deg, #C17A5C 100%, #A86B50 100%);
    border: none;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(193, 122, 92, 0.4);
}

/* Footer Middle */
.footer-middle h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.footer-middle ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-middle ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-middle ul li a:hover {
    color: #F97316;
    padding-right: 5px;
}

/* Footer Right */
.footer-right h5 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.contact-item i {
    color: #F97316;
    font-size: 18px;
    width: 20px;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border: 0;
}

.footer-bottom-left {
    display: flex;
    gap: 30px;
}

.footer-bottom-left a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-bottom-left a:hover {
    color: #F97316;
}

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

.footer-bottom-right a {
    color: #F97316;
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom-right a:hover {
    text-decoration: underline;
}

.newsletter-form input {
    height: 36px;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1430px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .footer-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .footer-left {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .custom-footer {
        padding: 40px 0 0;
    }
    
    .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-left {
        grid-column: 1;
    }
    
    .newsletter-form {
        flex-direction: column;
        border-radius: 12px;
        padding: 10px;
    }
    
    .newsletter-form input {
        padding: 12px 15px;
    }
    
    .newsletter-form button {
        width: 100%;
        padding: 12px;
        border-radius: 8px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-bottom-left {
        flex-direction: column;
        gap: 10px;
    }
}


/* Language Switcher */
.language-switcher {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #f5f5f5;
    transition: all 0.3s ease;
}

.language-switcher:hover {
    background: #C96036;
    color: #fff !important;
}

.language-switcher i {
    font-size: 18px;
}

.language-switcher span {
    font-weight: 600;
    font-size: 14px;
}
