/* ========================================
   PREMIUM HOME PAGE ENHANCEMENTS
   ======================================== */

/* Google Font - Hind Siliguri for Bangla text */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

/* Apply Hind Siliguri font to all text (excluding icons) */
body {
    font-family: 'Hind Siliguri', sans-serif !important;
}

/* Exclude icon fonts from Hind Siliguri */
.fa, .fas, .far, .fal, .fab,
[class^="fa-"], [class*=" fa-"],
i[class^="icon-"], i[class*=" icon-"] {
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome" !important;
}

/* Remove all border-radius from images */
img {
    border-radius: 0 !important;
}

/* ========================================
   BRAND COLOR OVERRIDES - #690BBA
   ======================================== */

/* Specific color overrides - DO NOT use broad selectors */

/* Product Buttons - Two Separate Buttons */
.pro_btn {
    margin-top: 10px !important;
    display: block !important;
}

.product_buttons_wrapper {
    display: flex !important;
    gap: 5px;
    align-items: center !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.product_form_inline {
    display: flex !important;
    gap: 5px;
    width: 100%;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cart Icon Button - Square with icon only */
.cart_icon_btn,
a.cart_icon_btn,
button.cart_icon_btn {
    background: #690BBA !important;
    background-color: #690BBA !important;
    border: 1px solid #690BBA !important;
    color: #ffffff !important;
    width: 45px !important;
    min-width: 45px !important;
    max-width: 45px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    outline: none;
    line-height: 1;
    text-decoration: none !important;
    box-sizing: border-box !important;
    vertical-align: baseline !important;
    float: none !important;
}

.cart_icon_btn:hover,
a.cart_icon_btn:hover,
button.cart_icon_btn:hover {
    background: #550A95 !important;
    background-color: #550A95 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.cart_icon_btn i,
a.cart_icon_btn i,
button.cart_icon_btn i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    line-height: 1;
    color: #ffffff !important;
}

/* Order Now Button - Main button with text */
.order_now_btn,
a.order_now_btn,
button.order_now_btn {
    background: #1B0954 !important;
    background-color: #1B0954 !important;
    border: 1px solid #1B0954 !important;
    color: #ffffff !important;
    padding: 0 15px !important;
    flex: 1;
    height: 44px !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    outline: none;
    line-height: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    width: auto !important;
}

.order_now_btn:hover,
a.order_now_btn:hover,
button.order_now_btn:hover {
    background: #0f0530 !important;
    background-color: #0f0530 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.order_now_btn span {
    line-height: 1;
}

/* Legacy button styles for compatibility */
.cart_btn.order_button a,
.cart_btn.order_button button,
.order_button a,
.order_button button {
    background: #1B0954 !important;
    background-color: #1B0954 !important;
    border-color: #1B0954 !important;
}

.cart_btn.order_button a:hover,
.cart_btn.order_button button:hover,
.order_button a:hover,
.order_button button:hover {
    background: #0f0530 !important;
    background-color: #0f0530 !important;
}

/* Product Details Page Buttons */
.d-flex.single_product.col-sm-12,
.single_product.d-flex {
    display: flex !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
    margin-top: 15px !important;
    margin-left: 0 !important;
    flex-wrap: nowrap !important;
}

.d-flex.single_product .add_cart_btn,
.single_product .add_cart_btn,
input.add_cart_btn {
    background: #690BBA !important;
    background-color: #690BBA !important;
    border: 1px solid #690BBA !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
}

.d-flex.single_product .add_cart_btn:hover,
.single_product .add_cart_btn:hover,
input.add_cart_btn:hover {
    background: #550A95 !important;
    background-color: #550A95 !important;
    border-color: #550A95 !important;
}

.d-flex.single_product .order_now_btn_m,
.single_product .order_now_btn_m,
input.order_now_btn_m {
    background: #1B0954 !important;
    background-color: #1B0954 !important;
    border: 1px solid #1B0954 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
}

.d-flex.single_product .order_now_btn_m:hover,
.single_product .order_now_btn_m:hover,
input.order_now_btn_m:hover {
    background: #0f0530 !important;
    background-color: #0f0530 !important;
    border-color: #0f0530 !important;
}

/* Other Buttons - #690BBA */
input[type="submit"],
button[type="submit"],
.btn-primary {
    background: #690BBA !important;
    background-color: #690BBA !important;
    border-color: #690BBA !important;
}

/* Product hover border only */
.product_item:hover .product_item_inner {
    border-color: #690BBA !important;
}

/* Sale badges */
.sale-badge-box {
    background-color: #690BBA !important;
    background: #690BBA !important;
}

/* ========================================
   1. HERO SLIDER SECTION - PREMIUM STYLING
   ======================================== */

/* Fix content padding-top gap after header */

@media (min-width: 600px) {
  #content {
    padding-top: 122px !important;
  }
}

/* ========================================
   SEARCH RESULTS - CRITICAL FIX FOR ALL PAGES
   Search results must appear ABOVE all content
   ======================================== */

/* Desktop and All Screens - Search Results Fix */
.search_result {
    position: relative !important;
    z-index: 2147483647 !important;
}

.search_product {
    position: absolute !important;
    z-index: 2147483647 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    top: 0 !important;
    width: 100% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}

/* Main search in header */
.main-search .search_result {
    position: relative !important;
    z-index: 2147483647 !important;
}

.main-search .search_product {
    position: absolute !important;
    z-index: 2147483647 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    top: 0 !important;
    width: 100% !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Fix search results z-index on mobile - WORKING SOLUTION FROM OLD CSS */
@media (max-width: 767px) {
    /* Based on working style-old.css - search must have highest z-index */

    .search_result {
        position: relative !important;
    }

    .search_product {
        position: absolute !important;
        z-index: 999999 !important;
        background: #fff !important;
        border: 1px solid #ddd !important;
        top: 0 !important;
        width: 100% !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    }

    .mobile-search .search_result {
        position: relative !important;
    }

    .mobile-search .search_product {
        position: absolute !important;
        z-index: 999999 !important;
        background: #fff !important;
        border: 1px solid #ddd !important;
        top: 0 !important;
        width: 100% !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    }
}

.slider-section {
    padding: 0;
    padding-bottom: 25px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.slider-section .container,
.slider-section .row,
.slider-section .col-sm-3,
.slider-section .col-sm-9,
.container,
.row {
    overflow: visible !important;
}

/* Ensure body doesn't hide overflow */
body {
    overflow-x: hidden;
    overflow-y: auto;
}

.hidetosm {
    overflow: visible !important;
}

.home-slider-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    z-index: 1;
}

.home-slider-container:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.slider-item {
    position: relative;
    overflow: hidden;
}

.slider-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.15) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.slider-item:hover::before {
    opacity: 1;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.slider-item:hover img {
    transform: scale(1.02);
}

/* Premium Owl Carousel Navigation */
.main_slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.main_slider .owl-nav button:hover {
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.05);
}

.main_slider .owl-nav button i {
    font-size: 20px;
    color: #690BBA;
}

.main_slider .owl-nav .owl-prev {
    left: 20px;
}

.main_slider .owl-nav .owl-next {
    right: 20px;
}

/* Sidebar Menu Styling */
.sidebar-menu {
    background: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    z-index: 100;
    overflow: visible !important;
}

.sidebar-menu:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-menu ul,
.sidebar-menu .hideshow {
    position: relative;
    z-index: 100;
    overflow: visible !important;
}

.sidebar-menu ul li {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible !important;
}

.sidebar-menu ul li:last-child {
    border-bottom: none;
}

.sidebar-menu ul li:hover {
    background: rgba(105, 11, 186, 0.1) !important;
    transform: translateX(5px);
}

.sidebar-menu ul li a {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    color: #2c3e50;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sidebar-menu ul li:hover a {
    color: #690BBA !important;
}

/* Sidebar Submenu - Higher z-index with proper styling */
.sidebar-submenu {
    position: absolute !important;
    left: 100% !important;
    right: auto !important;
    top: 0 !important;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    background: #ffffff !important;
    visibility: hidden;
    opacity: 0;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    display: none;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible !important;
    opacity: 1 !important;
    left: 100% !important;
    right: auto !important;
    display: block !important;
}

.sidebar-submenu > li {
    position: relative !important;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-submenu > li:last-child {
    border-bottom: none;
}

.sidebar-submenu > li a {
    padding: 12px 20px;
    display: block;
    color: #2c3e50;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sidebar-submenu > li:hover {
    background: rgba(105, 11, 186, 0.1) !important;
}

.sidebar-submenu > li:hover > a {
    color: #690BBA !important;
    padding-left: 25px;
}

.sidebar-childmenu {
    position: absolute !important;
    left: 100% !important;
    right: auto !important;
    top: 0 !important;
    background: #ffffff !important;
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    visibility: hidden;
    opacity: 0;
    z-index: 1000 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    display: none;
}

.sidebar-submenu > li:hover .sidebar-childmenu {
    visibility: visible !important;
    opacity: 1 !important;
    left: 100% !important;
    right: auto !important;
    display: block !important;
}

.sidebar-childmenu > li {
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-childmenu > li:last-child {
    border-bottom: none;
}

.sidebar-childmenu > li a {
    padding: 12px 20px;
    display: block;
    color: #2c3e50;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.sidebar-childmenu > li:hover {
    background: rgba(105, 11, 186, 0.1) !important;
}

.sidebar-childmenu > li:hover > a {
    color: #690BBA !important;
    padding-left: 25px;
}

/* ========================================
   2. CATEGORY SECTION - MODERN CARDS
   ======================================== */

.homeproduct {
    /* padding: 50px 0; */
    background: #ffffff;
}

.sec_title {
    margin-bottom: 35px;
}

.section-title-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px 0;
    position: relative;
}

.section-title-name {
    font-size: 28px;
    font-weight: 700;
    color: #690BBA;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.view_more_btn {
    padding: 10px 25px;
    background: #690BBA;
    color: #ffffff !important;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(105, 11, 186, 0.3);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view_more_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(105, 11, 186, 0.4);
    background: #550A95;
}

/* Category Grid Layout - 8 items in one row */
.category-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    padding: 0;
}

/* Clean Category Cards Design */
.cat_item {
    position: relative;
}

.cat_img {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(105, 11, 186, 0.1); */
    padding: 15px;
    border-radius: 50% !important;
}

.cat_img img {
    width: 100%;
    /* height: auto; */
    display: block;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.cat_name {
    text-align: center;
    margin-top: 12px;
    padding: 0 5px;
}

.cat_name a {
    color: #2d3748;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}

/* ========================================
   3. PRODUCT CARDS - SUBTLE PREMIUM ENHANCEMENTS
   ======================================== */

/* Keep original structure, add subtle premium touches */
.product_item {
    transition: all 0.3s ease;
}

.product_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.product_item_inner {
    transition: all 0.3s ease;
}

/* Subtle Sale Badge Enhancement */
.sale-badge-box {
    transition: all 0.3s ease;
}

.product_item:hover .sale-badge-box {
    transform: scale(1.05);
    box-shadow: 0 3px 10px rgba(255, 0, 24, 0.3);
}

/* Subtle Image Enhancement */
.pro_img img {
    transition: transform 0.4s ease;
}

.product_item:hover .pro_img img {
    transform: scale(1.03);
}

/* Subtle Text Enhancement */
.pro_name a {
    transition: color 0.3s ease;
}

.product_item:hover .pro_name a {
    color: #000;
}

/* Subtle Star Rating Enhancement */
.product_item .fas.fa-star,
.product_item .fas.fa-star-half-alt {
    transition: all 0.2s ease;
}

.product_item:hover .fas.fa-star,
.product_item:hover .fas.fa-star-half-alt {
    transform: scale(1.1);
}

/* Subtle Button Enhancement */
.order_button a,
.order_button button {
    transition: all 0.3s ease;
}

.order_button a:hover,
.order_button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ========================================
   4. HOT DEALS SECTION - COMPACT PREMIUM TIMER
   ======================================== */

.timer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.offer_timer {
    display: flex;
    gap: 8px;
    align-items: center;
}

#simple_timer {
    display: flex;
    gap: 8px;
}

#simple_timer .syotimer-cell {
    background: #690BBA;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(105, 11, 186, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    transition: all 0.2s ease;
}

#simple_timer .syotimer-cell:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(105, 11, 186, 0.3);
}

#simple_timer .syotimer-cell__value {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

#simple_timer .syotimer-cell__unit {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.85;
    font-weight: 600;
}

/* ========================================
   5. BOTTOM ADS SECTION
   ======================================== */

.bottoads_area {
    padding: 20px 0;
}

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

.ads_item {
    flex: 1;
    min-width: 250px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.ads_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.ads_item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.ads_item:hover img {
    transform: scale(1.02);
}

/* ========================================
   6. CUSTOMER REVIEW SECTION
   ======================================== */

.customer-review .border {
    border: 1px solid #e0e0e0 !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 10px;
    margin: 10px 5px;
}

.customer-review .border:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    border-color: #d0d0d0 !important;
}

.customer-review img {
    transition: transform 0.3s ease;
}

.customer-review .border:hover img {
    transform: scale(1.02);
}

.customer-review .text-center {
    background: #690BBA !important;
    margin-bottom: 25px;
    padding: 12px !important;
    font-weight: 600;
    font-size: 16px;
}

/* ========================================
   7. FOOTER TOP ADS
   ======================================== */

.footer_top_ads_area {
    padding: 30px 0;
    margin-bottom: 30px !important;
    background: #ffffff;
}

/* Homepage Ads 2 Section Spacing */
.homepage_ads2 {
    margin-bottom: 30px !important;
    padding: 20px 0;
}

/* Force all home page sections to white background */
.homeproduct,
.bottoads_area,
.customer-review,
section,
.product_area,
.category_area,
.slider-section,
.hot_deals_area,
.footer_top_ads_area {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.footertop_ads_inner {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.footertop_ads_item {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.footertop_ads_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.footertop_ads_item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.footertop_ads_item:hover img {
    transform: scale(1.02);
}

/* ========================================
   8. ANIMATION ENHANCEMENTS
   ======================================== */

.wow.zoomIn {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* Smooth Page Load Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.homeproduct {
    animation: fadeInUp 0.8s ease-out;
}

/* ========================================
   9. RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
    .section-title-name {
        font-size: 20px;
    }

    .view_more_btn {
        padding: 8px 18px;
        font-size: 12px;
    }

    #simple_timer .syotimer-cell {
        min-width: 40px;
        padding: 5px 8px;
    }

    #simple_timer .syotimer-cell__value {
        font-size: 14px;
    }

    #simple_timer .syotimer-cell__unit {
        font-size: 8px;
    }

    .product_item {
        margin: 10px 5px;
    }

    .timer_inner {
        gap: 8px;
    }

    /* Category Grid - Tablet (4 columns) */
    .category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    /* Product card responsive improvements */
    .cart_icon_btn,
    a.cart_icon_btn,
    button.cart_icon_btn {
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        font-size: 16px;
    }

    .order_now_btn,
    a.order_now_btn,
    button.order_now_btn {
        height: 40px !important;
        font-size: 13px;
        padding: 0 12px !important;
    }

    .pro_name a {
        font-size: 13px;
    }

    .pro_price p {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .main_slider .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .main_slider .owl-nav .owl-prev {
        left: 10px;
    }

    .main_slider .owl-nav .owl-next {
        right: 10px;
    }

    .section-title-name {
        font-size: 18px;
    }

    #simple_timer .syotimer-cell {
        min-width: 38px;
        padding: 4px 6px;
    }

    #simple_timer .syotimer-cell__value {
        font-size: 13px;
    }

    /* Category Grid - Mobile (4 columns x 2 rows) */
    .category-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    /* Product card mobile improvements */
    .cart_icon_btn,
    a.cart_icon_btn,
    button.cart_icon_btn {
        width: 38px !important;
        min-width: 38px !important;
        max-width: 38px !important;
        height: 38px !important;
        font-size: 15px;
    }

    .order_now_btn,
    a.order_now_btn,
    button.order_now_btn {
        height: 38px !important;
        font-size: 12px;
        padding: 0 10px !important;
    }

    .pro_name a {
        font-size: 12px;
        line-height: 1.4;
    }

    .pro_price p {
        font-size: 12px;
    }

    .product_buttons_wrapper {
        gap: 4px;
    }

    .pro_btn {
        margin-top: 8px !important;
    }

    /* Remove extra padding-top on mobile */
   
}

/* ========================================
   10. STOCK BADGE STYLING
   ======================================== */

/* Stock badge visibility improvements */
.badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    padding: 8px 16px !important;
    font-weight: 700 !important;
    border-radius: 5px !important;
    line-height: 1 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle !important;
}

.badge.bg-success {
    background-color: #28a745 !important;
    color: #ffffff !important;
    border: 2px solid #1e7e34 !important;
    box-shadow: 0 3px 10px rgba(40, 167, 69, 0.4) !important;
}

.badge.bg-danger {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    border: 2px solid #bd2130 !important;
    box-shadow: 0 3px 10px rgba(220, 53, 69, 0.4) !important;
}

/* Stock badge in quickview modal */
.quick-product .badge {
    margin-bottom: 12px;
    font-size: 15px !important;
    padding: 10px 20px !important;
}

/* Mobile specific badge improvements */
@media (max-width: 768px) {
    .badge {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }

    .quick-product .badge {
        font-size: 14px !important;
        padding: 9px 18px !important;
    }
}

@media (max-width: 576px) {
    .badge {
        font-size: 12px !important;
        padding: 7px 14px !important;
    }

    .quick-product .badge {
        font-size: 13px !important;
        padding: 8px 16px !important;
    }
}

/* ========================================
   11. PREMIUM SCROLL EFFECTS
   ======================================== */

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* Premium Loading State */
.product_item_inner,
.cat_img,
.home-slider-container {
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ========================================
   11. COMPREHENSIVE BRAND COLOR OVERRIDES
   ======================================== */

/* Additional specific button overrides */
.addcartbutton,
.checkout_btn,
.primary-btn,
.submit-btn,
.cart_store,
.addcart {
    background: #690BBA !important;
    background-color: #690BBA !important;
    border-color: #690BBA !important;
}

.addcartbutton:hover,
.checkout_btn:hover,
.primary-btn:hover,
.submit-btn:hover {
    background: #550A95 !important;
    background-color: #550A95 !important;
}

/* Category dropdown hover - Soft purple hover for menu items */
.side__bar li:hover > a,
.side__barsub li:hover > a,
.side__barchild li:hover > a {
    background: rgba(105, 11, 186, 0.1) !important;
    color: #690BBA !important;
}

/* Quantity buttons */
.cart_increment,
.cart_decrement {
    background: #f3e5ff !important;
    border-color: #690BBA !important;
}

/* Quick view */
.quick_view {
    background: #690BBA !important;
}

/* Pagination active */
.pagination .active a,
.page-item.active .page-link {
    background-color: #690BBA !important;
    border-color: #690BBA !important;
}

/* Search bar button */
.main-search form button,
.mobile-search form button {
    background: #690BBA !important;
    background-color: #690BBA !important;
    border-color: #690BBA !important;
}

/* Category menu ALL CATEGORIES button and dropdown */
.all__category__list > a,
.heder__category .all__category__list > a {
    /*background: #690BBA !important;*/
    /*background-color: #690BBA !important;*/
    border-color: #690BBA !important;
}

/* Category sidebar active/hover - Soft purple background */
.sidebar-menu ul li:hover > a {
    background: rgba(105, 11, 186, 0.1) !important;
    color: #690BBA !important;
}

.sidebar-menu ul li.active > a {
    background: rgba(105, 11, 186, 0.15) !important;
    color: #690BBA !important;
}

/* Top header background */
.top_header {
    background-color: #690BBA !important;
}

/* ========================================
   TRACK ORDER BUTTON - PREMIUM STYLING
   ======================================== */

.track_btn a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 20px !important;
    background: #ffffff !important;
    border: 2px solid #690BBA !important;
    border-radius: 6px !important;
    color: #690BBA !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(105, 11, 186, 0.15) !important;
}

.track_btn a:hover {
    background: #690BBA !important;
    border-color: #690BBA !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(105, 11, 186, 0.3) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.track_btn a i {
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.track_btn a:hover i {
    transform: scale(1.1) !important;
}

/* ========================================
   CART ICON IN NAVBAR - PREMIUM STYLING
   ======================================== */

.cart-dialog {
    position: relative !important;
    cursor: pointer !important;
}

.cart-dialog a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 12px 18px !important;
    background: linear-gradient(135deg, #690BBA 0%, #550A95 100%) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 3px 12px rgba(105, 11, 186, 0.25) !important;
    text-decoration: none !important;
}

.cart-dialog a:hover {
    background: linear-gradient(135deg, #550A95 0%, #1B0954 100%) !important;
    box-shadow: 0 5px 18px rgba(105, 11, 186, 0.4) !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.cart-dialog .margin-shopping {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.cart-dialog .margin-shopping i {
    color: #ffffff !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
}

.cart-dialog a:hover .margin-shopping i {
    transform: scale(1.1) !important;
}

.cart-dialog .margin-shopping span {
    position: absolute !important;
    top: -8px !important;
    right: -10px !important;
    background: #ff4444 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    min-width: 20px !important;
    height: 20px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 5px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
    animation: cartBadgePulse 2s infinite !important;
}

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

/* Mobile cart icon styling */
.menu-bag {
    cursor: pointer !important;
    position: relative !important;
}

.menu-bag p {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

.menu-bag i {
    color: #690BBA !important;
    font-size: 24px !important;
    transition: all 0.3s ease !important;
}

.menu-bag:active i {
    transform: scale(0.9) !important;
}

.mobilecart-qty {
    position: absolute !important;
    top: -5px !important;
    right: -8px !important;
    background: #ff4444 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

/* ========================================
   OFF-CANVAS CART SIDEBAR
   ======================================== */

/* Overlay */
.offcanvas-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.offcanvas-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Off-Canvas Cart */
.offcanvas-cart {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    max-width: 90%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
}

.offcanvas-cart.active {
    right: 0;
}

/* Cart Header */
.offcanvas-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #690BBA 0%, #1B0954 100%);
    color: #ffffff;
    border-bottom: 3px solid #550A95;
}

.offcanvas-cart-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.offcanvas-cart-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #ffffff;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.offcanvas-cart-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

/* Cart Body */
.offcanvas-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 25px;
    background: #f8f9fa;
}

/* Empty cart message */
.offcanvas-cart-empty {
    text-align: center;
    padding: 60px 20px;
}

.offcanvas-cart-empty i {
    font-size: 80px;
    color: #ddd;
    margin-bottom: 20px;
}

.offcanvas-cart-empty p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Cart Item */
.offcanvas-cart-item {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    animation: slideInRight 0.4s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.offcanvas-cart-item:hover {
    box-shadow: 0 4px 12px rgba(105, 11, 186, 0.15);
    transform: translateY(-2px);
}

.offcanvas-cart-item-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}

.offcanvas-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offcanvas-cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas-cart-item-name {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.offcanvas-cart-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.offcanvas-cart-item-qty {
    font-size: 14px;
    color: #666;
    background: #f0f0f0;
    padding: 4px 10px;
    border-radius: 4px;
}

.offcanvas-cart-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #690BBA;
}

.offcanvas-cart-item-remove {
    background: #ff4444;
    color: #ffffff;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
}

.offcanvas-cart-item-remove:hover {
    background: #cc0000;
    transform: scale(1.1);
}

/* Cart Footer */
.offcanvas-cart-footer {
    padding: 25px;
    background: #ffffff;
    border-top: 2px solid #f0f0f0;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
}

.cart-total span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.cart-total-amount {
    font-size: 24px;
    font-weight: 700;
    color: #690BBA;
}

.cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.continue-shopping-btn {
    background: #ffffff !important;
    border: 2px solid #690BBA !important;
    color: #690BBA !important;
    padding: 14px 20px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    width: 100% !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
    animation: none !important;
}

.continue-shopping-btn:hover {
    background: #f8f9fa !important;
    border-color: #550A95 !important;
    color: #550A95 !important;
    text-decoration: none !important;
    transform: none !important;
    animation: none !important;
}

.checkout-btn {
    background: linear-gradient(135deg, #690BBA 0%, #1B0954 100%) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 16px 20px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(105, 11, 186, 0.3) !important;
    width: 100% !important;
    outline: none !important;
}

.checkout-btn:hover {
    background: linear-gradient(135deg, #550A95 0%, #0f0530 100%) !important;
    box-shadow: 0 6px 20px rgba(105, 11, 186, 0.4) !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .offcanvas-cart {
        width: 100%;
        max-width: 100%;
        right: -100%;
    }

    .offcanvas-cart-header h3 {
        font-size: 18px;
    }

    .offcanvas-cart-item-image {
        width: 60px;
        height: 60px;
    }

    .offcanvas-cart-item-name {
        font-size: 14px;
    }

    .cart-total-amount {
        font-size: 20px;
    }
}

/* ========================================
   PREMIUM FOOTER DESIGN
   ======================================== */

footer {
    background: linear-gradient(135deg, #1B0954 0%, #0d0328 100%) !important;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
}

/* Footer decorative elements */
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #690BBA 0%, #1B0954 50%, #690BBA 100%);
}

.footer-top {
    padding: 60px 0 40px !important;
    background: transparent !important;
    position: relative;
}

/* Footer About Section */
.footer-about {
    padding-right: 20px;
}

.footer-about img {
    max-width: 180px;
    margin-bottom: 20px;
    filter: brightness(1.2);
}

.footer-about p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin: 15px 0 !important;
}

/* Footer Contact Info */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 !important;
    text-align: left !important;
}

.footer-contact-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    text-align: left !important;
}

.footer-contact-item i {
    color: #690BBA !important;
    font-size: 14px !important;
    width: 16px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
    margin-top: 3px !important;
}

.footer-contact-item span {
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.7 !important;
    flex: 1 !important;
    text-align: left !important;
}

.footer-contact-item span strong {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600 !important;
    margin-right: 3px !important;
}

.footer-contact-item span a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.footer-contact-item span a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer-hotlint {
    display: inline-block !important;
    background: linear-gradient(135deg, #690BBA 0%, #550A95 100%) !important;
    color: #ffffff !important;
    padding: 12px 25px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(105, 11, 186, 0.3) !important;
}

.footer-hotlint:hover {
    background: linear-gradient(135deg, #550A95 0%, #690BBA 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(105, 11, 186, 0.5) !important;
    color: #ffffff !important;
}

/* Footer Menu */
.footer-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-menu ul li.title {
    margin-bottom: 20px !important;
}

.footer-menu ul li.title a,
.footer-menu ul li.stay_conn a {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative !important;
    padding-bottom: 12px !important;
    display: inline-block !important;
    padding-left: 0 !important;
}

.footer-menu ul li.title a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #690BBA 0%, transparent 100%);
}

.footer-menu ul li.title a::before,
.footer-menu ul li.stay_conn a::before {
    content: none !important;
    display: none !important;
}

.footer-menu ul li {
    margin-bottom: 12px !important;
}

.footer-menu ul li:not(.title):not(.stay_conn) a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    position: relative !important;
    padding-left: 20px !important;
}

.footer-menu ul li:not(.title):not(.stay_conn) a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #690BBA;
    transition: all 0.3s ease;
}

.footer-menu ul li:not(.title):not(.stay_conn) a:hover {
    color: #ffffff !important;
    padding-left: 25px !important;
    text-decoration: none !important;
}

.footer-menu ul li:not(.title):not(.stay_conn) a:hover::before {
    color: #ffffff;
}

/* Social Links */
.stay_conn {
    margin-bottom: 15px !important;
}

ul.social_link,
.social_link {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    margin-bottom: 25px !important;
    list-style: none !important;
    padding: 0 !important;
    text-align: left !important;
    margin-top: 0 !important;
    align-items: center !important;
}

ul.social_link li,
.social_link li,
ul.social_link li.social_list,
.social_link li.social_list {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    margin-right: 0 !important;
    font-size: inherit !important;
    list-style: none !important;
    line-height: 1 !important;
}

ul.social_link li:last-child,
.social_link li:last-child {
    margin-right: 0 !important;
}

ul.social_link .social_list a,
.social_link .social_list a,
ul.social_link a.mobile-social-link,
.social_link a.mobile-social-link,
ul.social_link li a,
.social_link li a {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 2px solid rgba(105, 11, 186, 0.4) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    padding: 0 !important;
    padding-left: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
}

ul.social_link .social_list a i,
.social_link .social_list a i,
ul.social_link a.mobile-social-link i,
.social_link a.mobile-social-link i,
ul.social_link li a i,
.social_link li a i {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
}

ul.social_link li a::before,
.social_link li a::before,
ul.social_link .social_list a::before,
.social_link .social_list a::before {
    content: none !important;
    display: none !important;
}

ul.social_link .social_list a:hover,
.social_link .social_list a:hover,
ul.social_link a.mobile-social-link:hover,
.social_link a.mobile-social-link:hover,
ul.social_link li a:hover,
.social_link li a:hover {
    background: linear-gradient(135deg, #690BBA 0%, #550A95 100%) !important;
    border-color: #690BBA !important;
    transform: translateY(-4px) scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(105, 11, 186, 0.5) !important;
    color: #ffffff !important;
}

ul.social_link .social_list a:hover i,
.social_link .social_list a:hover i,
ul.social_link a.mobile-social-link:hover i,
.social_link a.mobile-social-link:hover i,
ul.social_link li a:hover i,
.social_link li a:hover i {
    color: #ffffff !important;
    transform: scale(1.1) !important;
}

ul.social_link .social_list a:active,
.social_link .social_list a:active,
ul.social_link a.mobile-social-link:active,
.social_link a.mobile-social-link:active,
ul.social_link li a:active,
.social_link li a:active {
    transform: translateY(-2px) scale(1) !important;
}

/* Download App */
.d_app {
    margin-top: 25px;
}

.d_app h2 {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.d_app img {
    max-width: 150px !important;
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.d_app img:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(105, 11, 186, 0.4) !important;
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3) !important;
    padding: 25px 0 !important;
    border-top: 1px solid rgba(105, 11, 186, 0.3) !important;
}

.copyright {
    text-align: center !important;
}

.copyright p {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.copyright a {
    color: #690BBA !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.copyright a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* Mobile Responsive - Footer */
@media (max-width: 768px) {
    .footer-top {
        padding: 40px 0 30px !important;
    }

    .footer-about {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer-contact-info {
        gap: 10px !important;
        margin: 15px 0 !important;
    }

    .footer-contact-item {
        font-size: 13px !important;
        gap: 8px !important;
    }

    .footer-contact-item i {
        font-size: 13px !important;
        width: 14px !important;
    }

    .footer-contact-item span {
        font-size: 13px !important;
    }

    .footer-about img {
        max-width: 150px !important;
        margin-bottom: 15px !important;
    }

    .footer-menu {
        margin-bottom: 30px;
    }

    ul.social_link,
    .social_link {
        justify-content: flex-start !important;
        display: flex !important;
    }

    .footer-bottom {
        padding: 20px 0 !important;
    }

    .copyright p {
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .footer-top {
        padding: 30px 0 20px !important;
        text-align: center !important;
    }

    .footer-about {
        text-align: center !important;
    }

    .footer-about img {
        max-width: 130px !important;
        margin-bottom: 12px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    .footer-contact-info {
        gap: 10px !important;
        margin: 15px 0 !important;
        text-align: left !important;
        align-items: flex-start !important;
    }

    .footer-contact-item {
        font-size: 14px !important;
        gap: 8px !important;
        line-height: 1.7 !important;
        text-align: left !important;
        justify-content: flex-start !important;
    }

    .footer-contact-item i {
        font-size: 14px !important;
        width: 14px !important;
        margin-top: 2px !important;
    }

    .footer-contact-item span {
        font-size: 14px !important;
        line-height: 1.7 !important;
        text-align: left !important;
    }

    .footer-hotlint {
        padding: 10px 20px !important;
        font-size: 16px !important;
        margin-top: 12px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        text-align: center !important;
    }

    .footer-menu {
        text-align: left !important;
    }

    .footer-menu ul {
        text-align: left !important;
    }

    .footer-menu ul li.title a {
        display: block !important;
        text-align: left !important;
    }

    .footer-menu ul li.stay_conn a {
        display: block !important;
        text-align: center !important;
        padding-bottom: 0 !important;
    }

    .footer-menu ul li.stay_conn a::after {
        display: none !important;
    }

    .footer-menu ul li.title a::after {
        left: 0 !important;
        transform: none !important;
    }

    .footer-menu ul li:not(.title):not(.stay_conn) a {
        display: inline-block !important;
        text-align: left !important;
    }

    ul.social_link,
    .social_link {
        justify-content: center !important;
        text-align: center !important;
    }

    .d_app {
        text-align: center !important;
    }

    .d_app img {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}
