﻿.support-page:hover {
    text-decoration: underline
}
.navbar .nav-link:hover {
    opacity: 0.85;
}
.dropdown-menu {
    border-radius: 12px;
}
.navbar-nav .nav-link {
    position: relative;
    transition: color 0.25s ease;
}   
    .navbar-nav .nav-link:hover {
        color: #ff5a2f !important;
    }    
    .navbar-nav .nav-link:not(.dropdown-toggle)::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -4px;
        width: 0%;
        height: 2px;
        background: #ff7f50;
        transition: 0.3s ease;
        transform: translateX(-50%);
    }
    .navbar-nav .nav-link:not(.dropdown-toggle):hover::after {
        width: 80%;
    }
.dropdown-item[type="submit"],
.dropdown-item.logout-btn {
    color: #ff4500; 
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.22s ease;
}   
    .dropdown-item[type="submit"] i {
        color: #ff5a2f;
        transition: 0.22s ease;
    }    
    .dropdown-item[type="submit"]:hover {
        background: #ff7f50;
        color: #fff;
        border-radius: 6px;
    }       
        .dropdown-item[type="submit"]:hover i {
            color: #fff;
        }
.footer-content {
    color: #ff5a2f;
}
.social-icons a {
    display: inline-block;
    transition: all 0.25s ease;
}   
    .social-icons a i {
        transition: all 0.25s ease;
    }   
    .social-icons a:hover {
        transform: translateY(-3px) scale(1.15);
    }        
        .social-icons a:hover .bi-facebook {
            color: #1877f2;
            text-shadow: 0 0 8px rgba(24,119,242,0.5);
        }        
        .social-icons a:hover .bi-twitter {
            color: #1da1f2;
            text-shadow: 0 0 8px rgba(29,161,242,0.5);
        }        
        .social-icons a:hover .bi-instagram {
            color: #e1306c;
            text-shadow: 0 0 8px rgba(225,48,108,0.5);
        }        
        .social-icons a:hover .bi-linkedin {
            color: #0077b5;
            text-shadow: 0 0 8px rgba(0,119,181,0.5);
        }
.social-icons .social {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin: 0 6px;
    transition: 0.25s ease;
}
    .social-icons .social:hover {
        transform: translateY(-3px) scale(1.15);
    }
    .social-icons .social::after {
        content: attr(data-tip);
        position: absolute;
        bottom: 130%;
        left: 50%;
        transform: translateX(-50%) scale(0.9);
        padding: 4px 10px;
        font-size: 12px;
        border-radius: 6px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s ease;
    }
    .social-icons .social:hover::after {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }
.social-icons .fb:hover {
    color: #1877f2;
}
.social-icons .fb::after {
    background: #1877f2;
    color: #fff;
}
.social-icons .tw:hover {
    color: #1da1f2;
}
.social-icons .tw::after {
    background: #1da1f2;
    color: #fff;
}
.social-icons .ig:hover {
    color: #e1306c;
}
.social-icons .ig::after {
    background: #e1306c;
    color: #fff;
}
.social-icons .ln:hover {
    color: #0077b5;
}
.social-icons .ln::after {
    background: #0077b5;
    color: #fff;
}
@media (width: 1024px) {
    .navbar-nav {
        margin-left: 0px !important;
    }
    .nav-item {
        margin-right: 0px;
    }
}
#currencySelect {
    color: #fff;
    background-color: rgba(0,0,0,0.7); 
    border: 1px solid #ff7f50; 
    border-radius: 6px;
    padding: 2px 6px;
}
    #currencySelect:hover {
        cursor: pointer;
    }
    #currencySelect option {
        background-color: #000; 
    }


/*

.search-box {
    width: 280px;
}
.search-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid #ff7f50 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
}
    .search-input::placeholder {
        color: rgba(255,255,255,0.7);
    }
    .search-input:focus {
        box-shadow: none;
        border-bottom-color: #ff4500 !important;
        outline: none;
    }
.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}*/


.search-container {
    position: relative;
}

/* ICON STYLE */ .search-icon {
    width: 45px;
    height: 45px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

/* SEARCH BOX (HIDDEN DEFAULT) */ .search-box-expanded {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    position: relative;
}


    /* ACTIVE STATE */ .search-box-expanded.active {
        width: 280px; /* thoda space for better UI */
        opacity: 1;
    }


    /* INPUT */ .search-box-expanded input {
        width: 100%;
        padding: 8px 35px 8px 15px; /* better spacing */
        border-radius: 25px;
    }

/* CLOSE BUTTON */ .close-btn {
    position: absolute;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
}

#searchDropdownMobile {
    position: absolute;
    top: 85%;
    left: 11%;
    right: 0;
    width: 250px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
    max-height: 350px;
}

#searchDropdownDesktop {
    position: absolute;
    top: 100%;
    left: 7%;
    right: 0;
    width: 250px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
    max-height: 350px;
}

.search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid lightgrey;
}


    .search-item:hover {
        background: lightgrey;
    }

.search-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.search-name {
    font-weight: 600;
    color: #333;
}

li.nav-item.dropdown::marker {
    display: none !important;
}

.nav-item.dropdown {
    margin-right: 0px !important;
}

.login-btn {
    margin-right: 0px !important;
    border: 1px solid #ff4500;
    padding: 10px;
    border-radius: 10px;
}

    .login-btn:hover {
        color: #fff;
        background-color: #ff4500;
    }

.search-input.mobile-search {
    background-color: #fff !important;
    padding: 8px 6px !important;
    border-radius: 25px !important;
    border-bottom: 0px !important;
    color: #000 !important;
    text-align: center !important;
}