/* -------------body----------------- */
* {
    font-family: 'Vazirmatn', sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 0 !important;
}


/* --------------navbar-------------- */
.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    padding: 0px !important;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
    background-color: rgba(13, 110, 253, 0.92) !important; 
    backdrop-filter: blur(10px) saturate(150%); 
    transition: all 0.3s ease;
}


.navbar:hover {
    background-color: rgba(13, 110, 253, 1) !important;
}

.navbar.fixed-top {
    background-color: rgba(13, 110, 253, 0.9) !important; 
    backdrop-filter: blur(8px); */
}

.navbar-brand {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
}


.nav-link {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}


.navbar-toggler {
    padding: 2px 5px !important;
   
}



/*---------------------mobile-----------------------*/

@media (max-width: 991px) {
    .nav-link i {
        margin-left: 12px !important; 
    }
}


/*------------------manager---------------*/
#manager-section {
    position: relative;
    background-color: #ffffff;
    background-image: radial-gradient(#0d6efd 0.5px, transparent 0.5px);
    background-size: 20px 20px;
    border-radius: 40px !important;
    padding: 60px 40px !important;
    margin: 80px auto !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08) !important;
    border: 1px solid rgba(13, 110, 253, 0.1) !important;
    max-width: 1000px;
    width: 95%; 
    overflow: hidden;
}


@media (max-width: 768px) {
    #manager-section {
        padding: 30px 15px !important; 
        margin: 40px auto !important;   
        border-radius: 25px !important; 
        width: 92% !important;          
    }

    #manager-section h2 {
        font-size: 1.5rem !important;  
        text-align: center;
    }

    .about-image img {
        width: 100% !important;       
        height: auto !important;
        margin-bottom: 20px;
    }
}



#manager-section::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(13, 110, 253, 0.05);
    border-radius: 50%;
    z-index: -1;
}

#manager-section h2 {
    font-weight: 900 !important;
    background: linear-gradient(45deg, #0d6efd, #00b0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px !important;
    font-size: 2rem !important;
}


.about-content-wrapper {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 20px;
} 

.about-image img {
    border: 8px solid white !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: rotate(3deg) scale(1.05); 
}


.btn-success-custom {
    background: linear-gradient(45deg, #28a745, #34ce57) !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(40, 167, 69, 0.3) !important;
}

/*---------------------whatsapp-----------------------*/
.btn-outline-whatsapp {
    border: 2px solid #25d366 !important;
    color: #25d366 !important;
    background: white !important;
}

.btn-outline-whatsapp:hover {
    background: #25d366 !important;
    color: white !important;
}





#cart-icon {
    margin-right: 10px;
    margin-left: 10px;
}


#cart-items-list .btn {
    margin-top: 5px !important;
    padding: 8px 15px !important;
    font-size: 0.85rem !important; 
}




    @media (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 123, 255, 0.98);
        border-radius: 20px;
        margin-top: 15px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }
    .nav-link {
        font-size: 1rem !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .nav-link:last-child {
        border-bottom: none; 
    }

    .nav-link:last-child {
        border-bottom: none; 
    }

    .nav-item {
        border-bottom: 1px solid rgba(255,255,255,0.1)  ;
        padding: 10px 0 !important;
        width: 100% !important; 
        text-align: center  !important;
    }
    .search-box-area {
        margin-top: 15px;
        width: 100% !important;
    }

}
    

    
    .product-card {
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid #eee !important;
        background: #fff;
    }

    .product-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
        border-color: #004aad !important;
    }

    .product-image-wrapper {
        overflow: hidden;
        position: relative;
        display: block;
    }

    .product-card img {
        transition: transform 0.5s ease;
    }

    .product-card:hover img {
        transform: scale(1.1); 
    }

    .btn-blue {
        background: linear-gradient(45deg, #004aad, #00b0ff);
        border: none;
        color: white;
        transition: 0.3s;
    }

    .btn-blue:hover {
        background: linear-gradient(45deg, #00b0ff, #004aad);
        box-shadow: 0 5px 15px rgba(0,176,255,0.4);
    }

    
.btn-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(45deg, #25D366, #128C7E);
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 1000;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    animation: pulse-green 2s infinite; 
}

@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.btn-whatsapp:hover {
    transform: scale(1.2) rotate(10deg); 
    transition: all 0.3s ease;
}
.cart-button {
    position: fixed;
    bottom: 20px;   
    right: 20px;     
    z-index: 1000;  
    background-color: #28a745; 
    padding: 15px;
    border-radius: 50%; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); */
}

@media (max-width: 768px) {
    .cart-button {
        bottom: 10px;
        right: 10px;
        padding: 12px;
    }
}

.btn-buy-animate {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-buy-animate:hover {
    transform: scale(1.1); 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
    
}

.btn-buy-animate {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}

.btn-buy-animate:hover {
    transform: scale(1.1) translateY(-5px); 
    background-color: #0056b3 !important; 
    box-shadow: 0 15px 25px rgba(0, 0, 123, 0.3);
}


.transition-icon { transition: transform 0.3s ease, color 0.3s ease; }
    .transition-icon:hover { transform: scale(1.2); }
    .bi-instagram:hover { color: #E1306C !important; }
    .bi-telegram:hover { color: #0088cc !important; }
    .bi-whatsapp:hover { color: #25D366 !important; }



        .whatsapp-float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px; 
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
        background-color: #128c7e;
    }

    .whatsapp-float img {
        width: 35px;
        height: 35px;
    }

    @media screen and (max-width: 768px) {
        .whatsapp-float {
            width: 50px;
            height: 50px;
            bottom: 20px;
            right: 20px;
        }
    }



.search-input {
    border: 2px solid #007bff; 
    border-radius: 50px 0 0 50px !important;
    padding: 25px 20px;
    font-size: 1.1rem;
}

.search-input:focus {
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
    border-color: #0056b3;
}

.btn-search {
    background-color: #007bff; 
    color: white;
    border-radius: 0 50px 50px 0 !important;
    padding: 0 30px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-search:hover {
    background-color: #0056b3;
    color: #fff;
    transform: scale(1.02); 
}

@media (max-width: 576px) {
    .search-input, .btn-search {
        border-radius: 10px !important;
        margin-bottom: 10px;
    }
}


#cart-dropdown {
    right: 0;
    left: auto;
    text-align: right;
}
.nav-link { cursor: pointer; }



#user-phone:focus {
    opacity: 1 !important;
    border-color: #25d366; 
    transition: all 0.3s ease;
}



.input-group .btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important; 
    margin: 0 2px;
}



#user-phone {
    border: 2px solid #e0e0e0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 2px;
    font-weight: bold;
}

#user-phone:focus {
    border-color: #007bff;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.3);
    transform: scale(1.02); 
    opacity: 1 !important;
}


#user-phone:valid {
    border-color: #28a745;
}


#user-phone {
    max-width: 350px; 
    margin: 15px auto; */
    text-align: center;
}


.form-label {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #444;
}



#cart-icon {
    background: rgba(255, 255, 255, 0.15); 
    padding: 8px;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#cart-icon:hover {
    background: #ffffff;
    color: #0d6efd !important; 
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

#cart-count {
    background-color: #ff3b30 !important;
    font-size: 0.7rem;
    padding: 4px 6px;
    border: 2px solid #0d6efd; 
}



.nav-link i {
    margin-left: 8px !important; 
    vertical-align: middle;
}


@media (max-width: 991px) {
    .nav-link {
        display: flex;
        align-items: center;
        justify-content: center; 
        padding: 12px !important;
    }
}


#cart-count {
    top: -2px !important;
    right: -1px !important; 
    font-size: 0.7rem;
    padding: 3px 6px;
}



#cart-icon {
    background: none !important; 
    border: none !important;       
    box-shadow: none !important; 
    display: flex;
    align-items: center;
}

#cart-icon:hover {
    background: none !important;
    transform: scale(1.1); 
    color: #ffc107 !important; 
}



input::placeholder {
    color: rgba(0, 0, 0, 0.4) !important; 
    font-size: 0.9rem;
    transition: opacity 0.3s ease; 
}


input:focus::placeholder {
    opacity: 0;
}


.form-control:focus {
    border-color: #0d6efd; 
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
    outline: none;
}


.btn-3d {
        background-color: #00b0ff;
        border: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 0 #0081bb; 
    }

    .btn-3d:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(0, 176, 255, 0.4); 
        background-color: #009ce2;
    }

    .btn-3d:active {
        transform: translateY(1px); 
        box-shadow: 0 2px 0 #0081bb;
    }



    @keyframes beat {
        0% { transform: scale(1); }
        50% { transform: scale(1.2); }
        100% { transform: scale(1); }
    }
    .heart-beat {
        animation: beat 1s infinite;
    }




    .hover-white:hover {
        color: white !important;
        padding-right: 5px;
        transition: 0.3s;
    }


.floating-cart {
    position: fixed !important;
    bottom: 20px !important; 
    left: 20px !important; 
    width: 55px !important;  
    height: 55px !important; 
    background-color: #004aad !important; 
    color: white !important;
    border-radius: 50% !important;
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important; 
    z-index: 2000 !important;  
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
    cursor: pointer !important;
    transition: transform 0.2s;
}


#floating-cart-count {
    top: 0 !important;
    right: 0 !important;
    font-size: 10px !important;
    padding: 3px 6px !important;
}

.floating-cart:hover {
    transform: scale(1.1);
}





.dropdown-menu {
    border: none !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
    padding: 10px 0 !important;
    text-align: right !important; 
}

.dropdown-item {
    font-family: 'Vazir', Tahoma, sans-serif;
    font-size: 0.9rem !important;
    padding: 8px 20px !important;
    color: #333 !important;
    transition: all 0.2s;
}

.dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #007bff !important;
    padding-right: 25px !important; 
}

.navbar-nav .nav-link {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    margin-left: 15px !important; 
}



.navbar-nav .nav-link, .dropdown-item {
    font-weight: 500 !important;
    letter-spacing: 0px !important; 
}


.toast-container {
    position: fixed;
    top: 80px; 
    right: 20px;
    z-index: 3000;
}

.custom-toast {
    background: rgba(40, 167, 69, 0.9); 
    color: white;
    padding: 12px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    font-size: 0.9rem;
    animation: slideInRight 0.5s ease forwards;
}

@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.custom-toast i {
    margin-left: 10px;
    font-size: 1.2rem;
}


@keyframes beat {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}




.navbar-collapse {
    flex-grow: 1; 
}


@media (min-width: 992px) {
    .navbar-nav {
        margin-left: auto !important; 
    }
}

@media (max-width: 991px) {
    .search-box-area {
        width: 100% !important;
        margin-top: 10px;
    }
    .search-box-area form {
        width: 100% !important;
        max-width: none !important;
    }
    .navbar-brand h5 {
        font-size: 0.9rem !important;
    }
}





#mainSlider {
    margin-top: -20px !important; 
}


body {
  
    padding-top: 60px !important; 
}

.navbar {
    margin-bottom: 0 !important;
}



.product-card {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #fff;
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}


.product-image-container {
    overflow: hidden;
}

.product-card img {
    transition: transform 0.5s ease;
}

.product-card:hover img {
    transform: scale(1.1); 
}


.add-to-cart-btn {
    position: absolute;
    bottom: -50px; 
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    width: 80%;
    border-radius: 50px !important;
}

.product-card:hover .add-to-cart-btn {
    bottom: 20px; 
}

.btn-buy {
    background: linear-gradient(45deg, #0d6efd, #00b0ff) !important;
    border: none !important;
    color: white !important;
    font-weight: bold;
}


#products-section {
    color: #0d6efd; 
    font-size: 2.2rem;
    letter-spacing: -1px;
}

.title-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #00b0ff);
    border-radius: 10px;
}


.product-grid {
    padding: 20px 0;
}


.product-title {
    font-size: 0.95rem;
    color: #333;
    height: 45px; 
    overflow: hidden;
}

.product-price {
    font-size: 1.1rem;
    color: #0d6efd; 
    font-weight: 800;
}


.badge-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fe0612;
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
}


.product-card {
    transition: all 0.3s ease;
    background: #ffffff;
}

.product-price {
    font-family: 'Vazirmatn', sans-serif !important;
    font-feature-settings: "ss01", "zero"; 
    -moz-font-feature-settings: "ss01", "zero";
    -webkit-font-feature-settings: "ss01", "zero";
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('path/to/Vazirmatn-Regular.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF, U+0030-0039;
}


.product-price, .product-price small {
    font-variant-numeric: tabular-nums; 
}


.nav-link i, .navbar-brand i {
    display: inline-block !important; 
    color: white !important;       
    font-style: normal;
    margin-left: 5px;
}
.nav-link i {
    color: #ffffff !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.nav-link img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;     
    transition: transform 0.2s;
}

.nav-link:hover img {
    transform: scale(1.1); 
}


footer {
    font-family: 'Vazirmatn', sans-serif !important;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer p, footer span, footer li {
    font-feature-settings: "ss01" !important;
    -webkit-font-feature-settings: "ss01" !important;
}


footer img {
    vertical-align: middle;
    margin-top: -2px;
}

footer h5, footer h6 {
    color: #00b0ff !important; 
    margin-bottom: 20px;
}

footer a {
    text-decoration: none !important;
    color: rgba(255,255,255,0.7) !important;
    transition: 0.3s;
}

footer a:hover {
    color: #00b0ff !important;
    padding-right: 5px; 
}

.copyright-text {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 20px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}



.price-box {
    border-right: 5px solid #198754; 
    background: linear-gradient(to left, #f8f9fa, #ffffff);
}

.price-format {
    font-family: 'Vazirmatn', sans-serif !important;
    font-feature-settings: "ss01" !important; 
    letter-spacing: 1px;
}

.price-box del {
    font-size: 0.9rem;
    opacity: 0.7;
}


.nav-tabs .nav-link {
    border-bottom: 3px solid transparent !important;
    transition: 0.3s;
}

.nav-tabs .nav-link.active {
    color: #0d6efd !important; 
    border-bottom: 3px solid #0d6efd !important;
}

.tab-content {
    border-top-left-radius: 0 !important; 
    line-height: 1.8;
}

.table td {
    padding: 15px 10px;
    font-size: 0.95rem;
}

.tab-pane {
    min-height: 200px; 
    line-height: 2;    
    text-align: justify; 
}


.dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%; 
        margin-top: -1px;
        display: none;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    .dropdown-submenu { position: relative; }
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%; 
        display: none;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block; 
    }
 



.navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 2000;
    background-color: rgba(13, 110, 253, 0.95) !important;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    padding: 5px 0 !important;
}





@media (min-width: 992px) {
    .navbar .container {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
    }
    
    .search-box-area {
        flex-grow: 1;
        max-width: 450px;
        margin: 0 30px !important;
    }

    
}


@media (max-width: 991px) {
    .navbar .container {
        display: flex !important;
        flex-wrap: wrap !important; 
    }

    .navbar-brand {
        order: 1;
        flex: 1;
    }

    .navbar-toggler {
        order: 2;
    }

    .search-box-area {
        order: 3;
        width: 100% !important;
        margin-top: 10px !important;
        padding-bottom: 5px;
    }

    #mainSlider {
        margin-top: 125px !important; 
    }
}


#mainSlider, .carousel-inner, .carousel-item {
    padding: 0 !important;
    margin-bottom: 0 !important;
}


* { font-family: 'Vazirmatn', sans-serif !important; box-sizing: border-box; }
body { margin: 0; padding: 0 !important; overflow-x: hidden; }


.navbar {
    position: fixed !important;
    top: 0; width: 100%; z-index: 2000 !important;
    background-color: rgba(13, 110, 253, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    padding: 10px 0 !important;
}


@media (min-width: 992px) {
    .navbar .container {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .search-box-area {
        flex-grow: 1;
        max-width: 500px;
        margin: 0 30px !important;
    }

    @media (min-width: 1400px) { .search-box-area { max-width: 700px; } }
    
    #mainSlider { margin-top: 60px !important; } 
}


@media (max-width: 991.98px) {
    .navbar .container {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }
    .navbar-brand { order: 1; }
    .navbar-toggler { order: 2; }
 
    .search-box-area {
        order: 3;
        width: 100% !important;
        margin-top: 10px !important;
    }
    

    .navbar-collapse {
        order: 4;
        width: 100%;
        background: rgba(13, 110, 253, 1);
        border-radius: 15px;
        margin-top: 10px;
        padding: 15px;
    }

    #mainSlider { margin-top: 110px !important; } 
}


#mainSlider, .carousel-inner, .carousel-item { padding: 0 !important; margin-bottom: 0 !important; }

.search-input { border-radius: 50px 0 0 50px !important; border: none !important; padding: 10px 20px !important; }
.btn-search { border-radius: 0 50px 50px 0 !important; background: #004aad !important; color: white !important; border: none !important; }


.feature-card {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(13, 110, 253, 0.1);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-color: #0d6efd;
}

.feature-card i {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 15px;
    display: block;
}

.feature-card h5 {
    font-size: 1.1rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 0.85rem;
    color: #777;
    margin: 0;
}


.shadow-icon {
    text-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}