
  .faq-arrow {
    transition: transform 0.3s ease;
  }
  .faq-item.active .faq-arrow {
    transform: rotate(180deg);
  }
  
  .faq-answer {
    display: none;
  }
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .faq-section-title {
    color: #333;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ffb400;
  }
  
  
  
    .fa-user:before{
        color: #161616;
    }
    
    .processing{
        background-color: #e3a126; 
        color: #fff;   
        padding: 2px 5px;
        border-radius: 5px;
    }
    .shipping{
        background-color: #FFC107; 
        color: #fff;   
        padding: 2px 5px;
        border-radius: 5px;
    }
    .completed{
        background-color: #28A745; 
        color: #fff;   
        padding: 2px 5px;
        border-radius: 5px;
    }
    .cancelled{
        background-color: red; 
        color: #fff;   
        padding: 2px 5px;
        border-radius: 5px;
    }

/* Container Layout Fix */
.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    z-index: 99999; 
}

/* Individual Item Styles */
.mobile-bottom-menu .menu-item {
    flex: 1;
    text-align: center;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile-bottom-menu .menu-item i {
    display: block;
    font-size: 22px;
    color: #e3a126;
    transition: color 0.3s;
    line-height: 1;
    margin-bottom: 2px;
}

.mobile-bottom-menu .menu-item span {
    font-size: 12px;
    font-weight: 500;
}

.mobile-bottom-menu .menu-item:hover i,
.mobile-bottom-menu .menu-item.active i {
    color: #e74c3c; 
}

@media (min-width: 992px) {
    .mobile-bottom-menu {
        display: none !important;
    }
}

@media (max-width: 991px) {
    footer.footer {
        padding-bottom: 60px !important;
    }
    .footer-logo{
        display: flex;
        justify-content: center;
    }
}


/* Custom Styling for Account Dropdown Card */
.custom-account-dropdown {
    min-width: 200px !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #eaeaea !important;
    padding: 8px 0 !important;
    margin-top: 10px !important;
}

/* List Style Cleanups */
.custom-account-dropdown ul {
    padding-left: 0 !important;
    list-style: none !important;
}

/* Individual Row Items */
.custom-account-dropdown ul li a {
    display: flex !important;
    align-items: center !important;
    padding: 10px 20px !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease !important;
}

/* Hover Effects */
.custom-account-dropdown ul li a:hover {
    background-color: #f8f9fa !important;
    color: #e3a126 !important; 
}

/* Fixed Icon Widths for Perfect Alignment */
.custom-account-dropdown ul li a i {
    width: 24px !important;
    font-size: 15px !important;
    color: #666666 !important;
    transition: color 0.2s ease !important;
}

.custom-account-dropdown ul li a:hover i {
    color: #e3a126 !important;
}

/* Elegant Thin Divider Line */
.custom-account-dropdown .dropdown-divider {
    height: 1px !important;
    margin: 6px 0 !important;
    overflow: hidden !important;
    background-color: #f1f1f1 !important;
}


/* Shared Card Structures */
.custom-login-card {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
    border: 1px solid rgba(0, 0, 0, 0.02);
    width: 100%;
}

.custom-login-card .form-group {
    position: relative;
}

.custom-login-card .input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888888;
    z-index: 2;
}

.custom-login-card .custom-input {
    padding-left: 45px !important;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    width: 100%;
}

.custom-login-card .custom-input:focus {
    border-color: #002e5b; 
    box-shadow: 0 0 0 3px rgba(0, 46, 91, 0.1);
}

.structure-btn {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 6px;
}

.wrap-login {
    max-width: 600px;
}

@media (min-width: 992px) {
    .col-lg-5 {
        max-width: 460px; 
        flex: 0 0 460px;
    }
}


/* Global Dynamic Product Image Equalizer */
.product-box .product-image-box {
    aspect-ratio: 1 / 1 !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
}

.product-box .product-image-box img {
    max-height: 95% !important;
    max-width: 95% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
#logo-img{
    width: 165px;
}
@media(max-width: 768px){
    #logo-img{
        width: 110px;
    }
    .headline{
        font-size:18px !important;
    }
    .mobile-btn-div{
     height: 35px;   
     margin-top: 4px;
    }
}




@media (max-width: 991px) {
    .mobile-hide-dropdown {
        display: none !important;
    }
    .mobile-dealer-btn {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none !important;
        background: none !important; 
        padding: 0;
        margin-right: 2px; 
    }
    .mobile-dealer-btn .account_icon i {
        color: #161616 !important;
        font-size: 20px !important; 
    }
    .mobile-dealer-btn .account_text {
        color: #161616 !important;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.2;
    }
    .mobile-dealer-btn .account_extra {
        color: #ffffff !important; 
        font-size: 15px;
        line-height: 1.2;
        font-weight: 500;
    }
}






#cart_alert {
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 100;

    }
    
   
    
    #skill-list1 {
        
        z-index:1000 !important; 
        max-height: 300px;
        overflow: scroll;
        border: 1px solid rgb(226 159 37);
        left: 15px;
        top: 20px;
        width: 86%;

        float: left;
        list-style: none;
        margin-top: 7%;
        padding: 0;
        right: 0px;
        position: absolute;


    }

    .search_image {
        width: 55px;
        height: 55px;
        border: 1px solid #e3a126;
        cursor: pointer;
    }

    .search_para {
        color: #e3a126;
        cursor: pointer;
    }

    .search_head {
        cursor: pointer;
        font-size:16px;
    }
    

    #skill-list1 li {
        padding: 8px 10px;
        background: #fff;
        border-bottom: 1px solid #e3a126;
    }

    #skill-list1 li:hover {
        background: #e3a126;
        color: #fff;
        cursor: pointer;
    }

    #skill-list1 li .search_head {
        font-size: 14px;
    }

    #skill-list1 li .search_para {
        font-size: 11px;
    }
    #skill-list1 li:hover .search_head {
        color: #fff;
        cursor: pointer;
    }

    #skill-list1 li:hover .search_para {
        color: #fff;
        cursor: pointer;
    }
    
    

    #skill-list1 li:hover .search_image {
        border: 1px solid #fff;
        cursor: pointer;
    }

    #skill-list2 {
        height: 300px;
        overflow: scroll;
        z-index: 9999;
        float: left;
        list-style: none;
        margin-top: 0%;
        width: 31%;
        right: 0px; 
        position: absolute;
    }

    .search_image1 {
        width: 24px;
        height: 24px;
        border: 1px solid #e3a126;
        cursor: pointer;
    }

    .search_head1 {
        cursor: pointer;
    }

    #skill-list2 li {
        padding: 8px 10px;
        background: #fff;
        border-bottom: 1px solid #e3a126;
    }

    #skill-list2 li:hover {
        background: #e3a126;
        color: #fff;
        cursor: pointer;
    }
    
    #skill-list2 li .search_para {
        font-size:10px;
    }

    #skill-list2 li.search_head1 {
        font-size:12px;
    }
    #skill-list2 li:hover .search_para {
        color: #fff;
        cursor: pointer;
    }

    #skill-list2 li:hover .search_head1 {
        color: #fff;
        cursor: pointer;
    }

    #skill-list2 li:hover .search_image1 {
        border: 1px solid #fff;
        cursor: pointer;
    }
    
    @media (max-width: 991px) {
         #skill-list2 {
             width: 100% !important;
         }
    }
    



 
    /* Popup Overlay */
.kyc-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Popup Box */
.kyc-popup-box {
    background: #0f172a; /* dark navy */
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    width: 90%;
    max-width: 420px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.5);
    animation: popupScale 0.4s ease;
}

/* Icon */
.kyc-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5b942, #ffcc6d);
    color: #0f172a;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.kyc-popup-box h3 {
    color: #f5b942;
    margin-bottom: 10px;
    font-size: 22px;
}

.kyc-popup-box p {
    color: #e5e7eb;
    font-size: 15px;
    line-height: 1.6;
}

/* Animation */
@keyframes popupScale {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Mobile Friendly */
@media (max-width: 480px) {
    #skill-list1{
        top: 24px;
        width: 92%;
    }
    .kyc-popup-box {
        padding: 25px 20px;
    }
    
/*    .site-header-menu-inner{*/
/*    margin-bottom: -36px*/
/*}*/
}



/*@media (max-width: 768px) {*/
/*    .site-header-menu-inner{*/
/*    margin-bottom: -36px*/
/*}*/
/*.ttm-page-title-row{*/
/*        margin-top: 35px;*/
/*}*/

/*}*/


/*@media screen and (min-width: 768px) and (max-width: 1350px) {*/
/*    .site-header-menu-inner{*/
/*    margin-bottom: -55px*/
/*}*/
/*    .ttm-page-title-row{*/
/*        margin-top: 55px;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1350px) and (max-width: 1450px) {*/
/*.site-header-menu-inner{*/
/*    margin-bottom: -30px*/
/*}*/
/*    .ttm-page-title-row{*/
/*        margin-top: 30px;*/
/*}*/
/*}*/
/*@media screen and (min-width: 1450px) and (max-width: 1750px) {*/
/*.site-header-menu-inner{*/
/*    margin-bottom: 0px*/
/*}}*/




@media (max-width: 991px) {
    .mobile-dealer-btn {
        display: none !important;
    }

    #site-navigation {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main_nav_content {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .mobile-only-dealer-btn {
        display: inline-flex !important;
        align-items: center;
        background: #feb703;
        color: #161616 !important;
        padding: 3px 13px;
        border-radius: 20px;
        font-size: 11px;
        text-decoration: none !important;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        margin-right: auto !important; 
        margin-left: 0 !important;
    }

    .mobile-only-dealer-btn i {
        margin-right: 6px;
        font-size: 13px;
    }

    .mobile-only-dealer-btn span b {
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .mobile-only-dealer-btn {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .cat_menu_container{
    display: none;
}
.whatsapp_chat1 {
    position: fixed;
    left: 15px;
    bottom: 70px !important;
    z-index: 10000;
}
}
.whatsapp_chat1 {
    position: fixed;
    left: 15px;
    bottom: 12px;
    z-index: 10000;
}

nav.menu ul.nav > li.mega-menu-item > a.mega-menu-link:after{
    opacity: .80;
    top: -2px;
}

