@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root{
    --primary_color: #008eaa;
    --text_color: #5b5b5d;
    --white_color: #ffffff;
    --black_color: #000000;
    --color-primary-dark: #d9d9d9;
    --bg-blur: #ffffff50;
    --border_color: #92929250;
    --c-op-color: #ff71c180;
    --footer-color-sta: #000028;
    --primary_font: "Cairo", sans-serif;
    --transition: 0.4s ease;
    --background_linear: linear-gradient(135deg, #f8fdff 60%, #e6f7fa 100%);
    --bg_sec: #fafdff;
}
[data-theme="dark"] {
    --primary_color: #008eaa;
    --text_color: #eeeeee;
    --white_color: #212a3f;
    --black_color: #ffffff;
    --color-primary-dark: #353535;
    --bg-blur: #ffffff50;
    --border_color: #92929250;
    --c-op-color: #ff71c180;
    --footer-color-sta: #ececec;
    --primary_font: "Cairo", sans-serif;
    --transition: 0.4s ease;
    --background_linear: linear-gradient(135deg, #0f172a 60%, #1e293b 100%);
    --bg_sec: #192130;
}
main{
    background: var(--bg_sec);
}
.value_price , .total_prices_product{
    color: var(--text_color);
}
.total_prices{
    color: var(--text_color);
}
.modal-content{
    background: var(--white_color);
}
::-webkit-scrollbar {
    width: 5px;
    opacity: 0;
}
::-webkit-scrollbar-thumb {
    background: var(--primary_color);
    border-radius: 5px;
}
*{
    font-family: var(--primary_font);
}
body{
    text-align: right;
}
a{
    text-decoration: none !important;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.empety_products{
    justify-content: center;
    text-align: center;
}
.icon_cardEmpety{
    max-width: 130px;
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin: 1rem auto;
    border: 1px solid var(--border_color);
}
.empety_products_image{
    width: 100%;
}
.title_card_empety{
    font-size: 20px;
    font-weight: 600;
    color: var(--text_color);
}
.container{
    max-width: 1500px !important;
}
/* btn default */
.btn_default {
    position: relative;
    /* display: inline-block; */
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 12px !important;
    color: #ffffff !important;
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    margin: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: var(--primary_color);
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
}

.btn_default:hover {
    color: var(--white_color);
    transform: translateY(-3px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.btn_default.bg-red-2 {
    background-color: var(--primary_color);
    color: var(--white_color);
    border-radius: 7px;
}

.btn_span_circle {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.568);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple 0.6s linear;
}

.btn_up.btn_default{
    position: fixed;
    transition: var(--transition);
    bottom: 20px;
    right: -100px;
}
.btn_up.btn_default.show{
    right: 20px;
}
.whatsapp_btn.btn_default{
    position: fixed;
    bottom: 20px;
    right: auto;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    background: transparent !important;
    left: 20px;
    animation: 5s infinite buzz-whatsapp;
}
.whatsapp_btn img{
    width: 100%;
}


.topbar{
    padding: 8px 15px;
    background: var(--white_color);
}
.ul_mobile_hodden{
    display: flex;
}
.listed_social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.listed_social_item a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 5px !important;
    color: var(--white_color);
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    margin: 0;
    transition: 0.3s ease;
    background-color: var(--primary_color);
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}
.listed_social_item a:hover{
    border-color: var(--primary_color);
    background: transparent;
    color: var(--primary_color);
}
.listed_contact_info{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.listedSocial_show_mobile{
    display: none;
}
.listed_contact_info li a{
    color: var(--text_color);
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: var(--transition);
}
.listed_contact_info li a i , .listed_contact_info li a:hover{
    color: var(--primary_color);
}
.title_social{
    font-size: 15px;
    font-weight: 500;
    color: var(--footer-color-sta);
}

#Btnnav_toggler{
    display: none;
}
.header_search{
    position: fixed;
    inset: 0;
    transform: translateY(-120%);
    background: rgba(107, 114, 128, 0.75);
    /* background: #0000003e; */
    align-content: center;
    transition: var(--transition);
    z-index: 1050;
}
/* search */
.header_search.show{
    transform: translateY(0);
}
.search_form_div{
    max-width: 500px;
    width: 100%;
    margin: auto;
    min-height: 400px;
    border-radius: 8px;
    border: 1px solid var(--border_color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white_color);
    position: relative;
}
.form_search{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    gap: 1rem;
}
.input_search{
    outline: 0;
    border: 1px solid var(--border_color);
    padding: 5px 10px;
    height: 45px;
    border-radius: 8px;
    width: 100%;
    transition: var(--transition);
}
.input_search:focus{
    border-color: var(--primary_color);
}
.close_search_form.btn_default{
    background: #ec2529;
    position: absolute;
    top: 10px;
    left: 10px;
}
/* login */
.header_login{
    position: fixed;
    inset: 0;
    transform: translateY(-120%);
    /* background: #0000003e; */
    background: rgba(107, 114, 128, 0.75);
    align-content: center;
    transition: var(--transition);
    z-index: 1050;
}
.header_login.show{
    transform: translateY(0);
}
.login_form_div{
    max-width: 500px;
    width: 100%;
    margin: auto;
    min-height: 400px;
    border-radius: 8px;
    border: 1px solid var(--border_color);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white_color);
    position: relative;
}
.form_login{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    gap: 1rem;
}
.input_login{
    outline: 0;
    border: 1px solid var(--border_color);
    padding: 5px 10px;
    height: 45px;
    border-radius: 8px;
    width: 100%;
    transition: var(--transition);
}
.input_login:focus{
    border-color: var(--primary_color);
}
.close_login_form.btn_default{
    background: #ec2529;
    position: absolute;
    top: 10px;
    left: 10px;
}
.login_icon{
    width: 100px;
    height: 100%;
}
.login_icon img{
    width: 100%;
    height: 100%;
}
.title_login{
    font-size: 20px;
    font-weight: 700;
    color: var(--footer-color-sta);
}




#nav{
    box-shadow: 0px 0px 5px #6170722f;
    background: var(--white_color);
}
#logo img{
    width: 100px;
}
#nav-item{
    font-size: 13px;
    font-weight: 600;
    color: var(--text_color);
    transition: var(--transition);
}
#nav-item:hover , .dropdown-item:hover{
    color: var(--primary_color);
}
#nav-item i{
    transition: var(--transition);
    margin-right: 2px;
    color: var(--primary_color);
}
.dropdown-menu{
    min-width: 210px;
    padding: 0;
    border: 1px solid var(--border_color);
    border-radius: 10px;
    right: 0;
    overflow: hidden;
    left: auto;
    z-index: 1050;
    box-shadow: 0px 0px 5px #6170722f;
    background: var(--white_color);
}
.dropdown-item{
    padding: 10px 8px;
    color: var(--text_color);
    transition: var(--transition);
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}
.dropdown-item:not(.dropdown-item:last-child){
    border-bottom: 1px solid var(--border_color);
}
.dropdown-item:hover{
    border-color: var(--primary_color);
    padding-right: 15px;
    background: #008eaa33;
}
.dropdown-item i{
    font-size: 15px;
    color: var(--primary_color);
    margin-left: 5px;
}
.log_out , .dropdown-item.log_out i{
    color: #dc3741;
}
.count_add{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(2% , -15%);
    max-width: max-content;
    height: 20px;
    font-size: 10px;
    padding: 5px;
    z-index: 2;
    font-weight: 400;
    color: var(--white_color);
    background: #ff71c1;
    border-radius: 8px;
}
.profile_image_img{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 2px !important;
    border: 1px solid var(--primary_color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
.profile_image_img img{
    width: 100%;
    height: auto;
}
.profile_drop .dropdown-menu{
    right: auto !important;
    left: 0 !important;
    background: var(--white_color);
}


.shadow_div{
    position: fixed;
    inset: 0;
    background: #00000049;
    z-index: 9999;
    transform: translate(-120%);

    transition: var(--transition);
}
.shadow_div.show{
    transform: translate(0);
}
.header_products_cart{
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    min-width: 250px;
    max-width: 600px;
    width: 100%;
    background: var(--white_color);
    padding: 20px;
    transition: var(--transition);
    border-radius: 0 15px 15px 0;
    box-shadow: 0px 0px 5px #6170722f;
    transform: translateX(-110%);
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
}
.header_products_cart.show{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.title_cart_products_head{
    font-size: 16px;
    font-weight: 500;
    color: var(--footer-color-sta);
}
.body_products_header_cart{
    max-height: 700px;
    overflow-y: auto;
    border-radius: 10px;
}


.card{
    padding: 20px;
    border: 1px solid transparent;
    /* border: 0; */
    box-shadow: 0px 0px 5px #6170722f;
    transition: var(--transition);
    margin-bottom: 1.5rem;
    border-radius: 10px;
    background: var(--white_color);
}
.btnRemove_card{
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px !important;
    margin: 0;
}
.product_image_cart_head{
    max-width: 150px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.product_image_cart_head img{
    height: 100%;
    transition: var(--transition);
}
.card:hover{
    /* transform: translateY(-10px); */
    border-color: var(--border_color);
    box-shadow: none;
}
.card:hover .product_image_cart_head img{
    transform: scale(1.1);
}

.title_product{
    font-size: 15px;
    font-weight: 500;   
    color: var(--text_color);
    
}
.swal2-container{
    z-index: 99999;
}
.my-swal-popup , .my-swal-warning{
    padding: 10px;
    border: 1px solid var(--primary_color);
    background: #008eaa;
    max-width: 300px;
    width: 100%;
}
.my-swal-warning{
    background: #dc3741;
    border-color: #c90714;
}
.my-swal-title {
    padding: 0.4rem;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--white_color);
}
.icon_sweet{
    margin: 5px auto;
}
.swal2-actions{
    margin: 0 !important;
}
.btn_alert_close.btn_default{
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px !important;
    margin: 0;
    background: #dc3741;
}
.btn_alert_close.btn_default.btn_warning{
    background: var(--primary_color);
}


.banner_section {
    background: var(--white_color);
}

.content_banner h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: var(--footer-color-sta);
}
.span_title{
    color: var(--primary_color);
}
.content_banner p{
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text_color);
}









/*-----------------*/
/*---Error_Page----*/
/*-----------------*/
.error-area {
    height: 100vh;
    padding: 100px 0;
    align-content: center;
}
.error-area .container{
    max-width: 1320px;
}
.error-content {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}
.error-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.error-content h3 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Dosis', sans-serif;
    margin: 0;
}
.error-content p {
    max-width: 520px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 auto 20px;
    color: #5f5f5f;
    letter-spacing: 0.2px;
    font-family: 'Catamaran', sans-serif;
    /* font-family: 'Dosis', sans-serif; */
}
.error-content #btn-error {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    border: 1px solid #ec2529;
    background-color: #ec2529;
    -webkit-transition: .6s;
    transition: .6s;
    margin-right: 0;
    outline: 0 !important;
}
.error-content #btn-error:hover {
    color: #ec2529;
    background-color: #ffffff;
    text-decoration: none;
}

/* Counter Product Styles */
.counter_product {
    gap: 0.5rem;
    max-width: max-content;
    border-radius: 10px;
    border: 1px solid var(--border_color);
}
.counter_product input {
    min-width: 35px;
    max-width: 80px;
    height: 100%;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 4px;
    font-size: 14px;
}










/* === Footer Section === */
.footer-section {
    background: var(--background_linear);
    color: var(--text_color);
    font-size: 1rem;
}
.footer-logo img {
    max-width: 120px;
    filter: drop-shadow(0 2px 8px #008eaa22);
    border-radius: 0px !important;
}
.footer-desc {
    color: var(--text_color);
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
    line-height: 1.7;
}
.footer-social {
    display: flex;
    gap: 0.7rem;
}
.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    color: var(--primary_color);
    font-size: 1.3rem;
    box-shadow: 0 2px 8px #008eaa11;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    border: 1.5px solid #e6f7fa;
}
.footer-social-link:hover {
    background: var(--primary_color);
    color: #fff;
    transform: scale(1.13) rotate(-7deg);
    border-color: var(--primary_color);
}
.footer-title {
    color: var(--primary_color);
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.1rem;
    letter-spacing: 0.2px;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.7rem;
}
.footer-links a {
    color: var(--text_color);
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s, padding-right 0.2s;
    position: relative;
}
.footer-links a:hover {
    color: var(--primary_color);
    padding-right: 8px;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}
.footer-contact li a{
    margin-bottom: 0.6rem;
    font-size: 1rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    color: var(--text_color);
    gap: 0.6rem;
}
.footer-contact a i {
    color: var(--primary_color);
    font-size: 1.1rem;
}
.footer-contact li a:hover{
    color: var(--primary_color);
}
.footer-newsletter {
    width: 100%;
    gap: 0.5rem;
    background: var(--white_color);
    padding: 10px;
    border-radius: 10px;
}
.footer-input {
    flex: 1;
    /* border: 1.5px solid var(--border_color); */
    border: 0;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
    background: var(--white_color);
    color: var(--text_color);
}
.footer-input:focus {
    border-color: var(--primary_color);
}
.footer-btn {
    border-radius: 8px;
    padding: 0.7rem 1.2rem;
    font-size: 1.1rem;
    font-weight: 700;
    background: var(--primary_color);
    color: var(--white_color) !important;
    border: none;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px #008eaa22;
}
.footer-btn:hover {
    background: #005e73;
    transform: scale(1.07);
}
.footer-bottom {
    border-top: 1.5px solid var(--border_color);
    color: var(--text_color);
    font-size: 0.98rem;
    padding-top: 1.2rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-payments img {
    margin-left: 0.5rem;
    filter: grayscale(0.2) contrast(1.1);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 2px 8px #008eaa11;
    padding: 2px 6px;
    transition: filter 0.2s, transform 0.2s;
}
.footer-payments img:hover {
    filter: grayscale(0) contrast(1.2) drop-shadow(0 2px 8px #008eaa22);
    transform: scale(1.08) rotate(-3deg);
}



/* === Features Section === */
.features-section {
    background: var(--background_linear);
}
.feature-box {
    background: var(--white_color);
    border-radius: 16px;
    box-shadow: 0 4px 16px #008eaa10;
    padding: 2rem 1.5rem;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.feature-box:hover {
    box-shadow: 0 8px 24px #008eaa22;
    transform: translateY(-6px) scale(1.03);
}
.feature-icon {
    font-size: 2.7rem;
    color: var(--primary_color);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #e6f7fa 60%, #f8fdff 100%);
    border-radius: 50%;
    box-shadow: 0 2px 8px #008eaa11;
    padding: 2.3rem;
}
.feature-title {
    color: var(--black_color);
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.feature-desc {
    color: var(--text_color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
}







/* === Categories Section === */
.categories-section {
    background: var(--bg_sec);
}
.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--black_color);
    letter-spacing: 0.5px;
}
.categories-swiper-nav {
    display: flex;
    gap: 0.5rem;
}
.swiper-btn-prev, .swiper-btn-next {
    background: var(--primary_color);
    color: var(--white_color) !important;
    border-radius: 8px;
    font-size: 0.7rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #008eaa22;
    transition: background 0.2s, transform 0.2s;
    border: none;
}
.swiper-btn-prev:hover, .swiper-btn-next:hover {
    background: #005e73;
    transform: scale(1.08);
}
.categories-swiper {
    padding-bottom: 2.5rem;
}
.categories-swiper, .categories-swiper * , .swiper{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.category-card {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 16px #008eaa10;
    border: 2px solid transparent;
    padding: 1.5rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
    height: 100%;
    /* min-height: 270px; */
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
}

.title_cate_heddin{
    position: absolute;
    border-radius: 8px;
    width: 102%;
    height: auto;
    background: var(--primary_color);
    color: var(--white_color);
    padding: 15px 5px;
    font-size: 14px;
    font-weight: 500;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.category-card:hover .title_cate_heddin{
    opacity: 1;
    bottom: 0;
    visibility: visible;
}
.category-card:hover {
    box-shadow: 0 8px 32px #008eaa22;
    border-color: var(--primary_color);
    transform: translateY(-8px) scale(1.04);
}
.category-img {
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e6f7fa 60%, #f8fdff 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px #008eaa11;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 1rem;
}
.category-card:hover .category-img {
    box-shadow: 0 6px 18px #008eaa22;
    transform: scale(1.07) rotate(-2deg);
}
.category-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px #008eaa22);
    transition: filter 0.3s;
}
.category-card:hover .category-img img {
    filter: drop-shadow(0 6px 18px #008eaa44);
}
.category-title {
    color: var(--black_color);
    font-size: 14px;
    font-weight: 600;
    margin-top: auto;
    text-align: center;
    letter-spacing: 0.2px;
    margin-bottom: 0.2rem;
    transition: color 0.3s;
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.category-card:hover .category-title {
    color: var(--primary_color);
}





















/* === Promo Banners Section === */
.promo-banners-section {
    background: var(--bg_sec);
}
.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 24px #008eaa18;
    border: 2px solid var(--primary_color);
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    background: var(--background_linear);
    animation: fadeInUp 0.8s cubic-bezier(.39,.575,.565,1) both;
}
.banner-card:hover {
    box-shadow: 0 8px 32px #008eaa33;
    border-color: #00bcd4;
    transform: translateY(-8px) scale(1.02);
}
.banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: filter 0.4s, transform 0.4s;
    filter: brightness(0.85) blur(0px);
}
.banner-card:hover .banner-img {
    filter: brightness(0.7) blur(1.5px);
    transform: scale(1.04);
}
.banner-content {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    border-radius: 0 0 18px 18px;
    padding: 2rem 1.5rem 1.2rem 1.5rem;
    width: 100%;
    text-align: right;
    box-shadow: 0 2px 12px #008eaa11;
    transition: background 0.3s;
    backdrop-filter: blur(2px);
}
.banner-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--black_color);
    margin-bottom: 0.5rem;
    letter-spacing: 0.2px;
}
.banner-desc {
    color: var(--text_color);
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
}
/* .banner-btn {
    border: 2px solid var(--primary_color);
    background: transparent;
    color: var(--primary_color) !important;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    box-shadow: none;
    outline: none;
}
.banner-btn:hover {
    background: var(--primary_color);
    color: var(--white_color) !important;
    border-color: var(--primary_color);
} */


/* === Hero Section === */
.hero-section {
    /* min-height: 480px; */
    background-image: url(../img/hero_ban.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: var(--background_linear); */
    position: relative;
    overflow: hidden;
    padding: 0 0 2rem 0;
    display: flex;
    align-items: center;
}
.hero-content {
    z-index: 2;
    position: relative;
    text-align: right;
    animation: fadeInLeft 1s cubic-bezier(.39,.575,.565,1) both;
}
.hero-section .hero-title {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.hero-section .hero-desc {
    color: #53595a;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
/* .hero-btn {
    font-size: 1.2rem;
    padding: 0.7rem 2.5rem;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 4px 16px #008eaa22;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.hero-btn:hover {
    background: var(--white_color);
    color: var(--primary_color) !important;
    box-shadow: 0 8px 32px #008eaa33;
    transform: translateY(-2px) scale(1.04);
} */
.hero-img-wrap {
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeInRight 1s cubic-bezier(.39,.575,.565,1) both;
}
.hero-img {
    max-width: 100%;
    max-height: 340px;
    filter: drop-shadow(0 8px 32px #008eaa33);
    border-radius: 24px;
    transition: transform 0.5s cubic-bezier(.39,.575,.565,1);
}
.hero-img-wrap:hover .hero-img {
    transform: scale(1.04) rotate(-2deg);
}



/* === Testimonials Section === */
.testimonials-section {
    background: var(--background_linear);
}
.testimonials-swiper-nav {
    display: flex;
    gap: 0.5rem;
}
.testimonials-swiper-btn-prev, .testimonials-swiper-btn-next {
    background: var(--primary_color);
    color: var(--white_color) !important;
    border-radius: 8px;
    font-size: 0.7rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #008eaa22;
    transition: background 0.2s, transform 0.2s;
    border: none;
}
.testimonials-swiper-btn-prev:hover, .testimonials-swiper-btn-next:hover {
    background: #005e73;
    transform: scale(1.08);
}
.testimonials-swiper {
    padding-bottom: 2.5rem;
}
.testimonial-card {
    background: var(--white_color);
    border-radius: 22px;
    box-shadow: 0 8px 32px #008eaa18;
    border: 2px solid #eee;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 320px;
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
    gap: 1.2rem;
}
.testimonial-card:hover {
    box-shadow: 0 16px 48px #008eaa33;
    border-color: var(--primary_color);
    transform: translateY(-8px) scale(1.03);
}
.testimonial-img-wrap {
    width: 90px;
    height: 90px;
    padding: 5px;
    border-radius: 10%;
    overflow: hidden;
    margin-bottom: 1.2rem;
    /* box-shadow: 0 2px 12px #008eaa22; */
    border: 2px solid #e6f7fa;
    /* background: linear-gradient(135deg, #e6f7fa 60%, #f8fdff 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.testimonial-card:hover .testimonial-img-wrap {
    /* box-shadow: 0 6px 5PX #008eaa44; */
    border-color: var(--primary_color);
}
.testimonial-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* filter: grayscale(0.1) contrast(1.1); */
    transition: filter 0.3s;
}
.testimonial-card:hover .testimonial-img {
    filter: grayscale(0) contrast(1.2) brightness(1.1);
}
.testimonial-content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
}
.testimonial-rating {
    color: #ffb347;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
    background-clip: text;
}
.testimonial-quote {
    color: var(--text_color);
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-style: italic;
    line-height: 1.7;
    position: relative;
}
.testimonial-quote::before {
    content: '\201C';
    color: var(--primary_color);
    font-size: 3.2rem;
    position: absolute;
    right: -0.2rem;
    top: -2.2rem;
    opacity: 0.28;
}
.testimonial-user {
    color: var(--primary_color);
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-top: 0.2rem;
}
/* === Products Section === */
.products-section {
    background: var(--bg_sec);
}
.products-swiper-nav {
    display: flex;
    gap: 0.5rem;
}
.products-swiper-btn-prev, .products-swiper-btn-next {
    background: var(--primary_color);
    color: var(--white_color) !important;
    border-radius: 8px;
    font-size: 0.7rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #008eaa22;
    transition: background 0.2s, transform 0.2s;
    border: none;
}
.products-swiper-btn-prev:hover, .products-swiper-btn-next:hover {
    background: #005e73;
    transform: scale(1.08);
}
.swiper {
    padding-bottom: 2.5rem;
}
.product-card {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 16px #008eaa10;
    border: 2px solid transparent;
    padding: 1.2rem 1rem 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* min-height: 340px; */
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
}
.product-card:hover {
    box-shadow: 0 8px 32px #008eaa22;
    border-color: var(--primary_color);
    transform: translateY(-8px) scale(1.04);
}
.link_abs{
    position: absolute;
    inset: 0;
    z-index: 1;
}
.btn_eye_product.btn_default{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    padding: 7px !important;
    margin: 0;
}
.product-img-wrap {
    width: 88%;
    height: auto;
    padding: 10px;
    background: linear-gradient(135deg, #e6f7fa 60%, #f8fdff 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 8px #008eaa11;
    transition: box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
    position: relative;
}
.product-card:hover .product-img-wrap {
    box-shadow: 0 6px 18px #008eaa22;
    transform: scale(1.07) rotate(-2deg);
}
.product-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px #008eaa22);
    transition: filter 0.3s, transform 0.3s;
}
.product-card:hover .product-img {
    filter: drop-shadow(0 6px 18px #008eaa44);
    transform: scale(1.08);
}
.product-info {
    width: 100%;
    text-align: center;
    margin-top: auto;
}
.product-title {
    color: var(--black_color);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    letter-spacing: 0.2px;
    transition: color 0.3s;
}
.product-card:hover .product-title {
    color: var(--primary_color);
}
.product-price {
    color: var(--primary_color);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
/* .product-btn {
    border: 2px solid var(--primary_color);
    background: var(--primary_color);
    color: var(--white_color) !important;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    box-shadow: 0 2px 8px #008eaa22;
    outline: none;
    position: relative;
    overflow: hidden;
} */
/* .product-btn:hover:not(.disabled) {
    background: var(--white_color);
    color: var(--primary_color) !important;
    border-color: var(--primary_color);
    box-shadow: 0 6px 18px #008eaa44;
    transform: translateY(-2px) scale(1.04);
} */
.product-btn.disabled, .product-btn:disabled {
    background: #e0e0e0;
    color: #aaa !important;
    border-color: #e0e0e0;
    cursor: not-allowed;
    box-shadow: none;
}
/* .swiper-slide{} */













/* === Product Details Section === */
.product-details-section {
    background: var(--bg_sec);
}
.product-gallery {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 16px #008eaa10;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 420px;
}
.product-main-img {
    width: 100%;
    text-align: center;
}
.product-img-main {
    width: 80%;
    object-fit: contain;
    border-radius: 13px;
    box-shadow: 0 2px 12px #008eaa22;
    background: var(--bg_sec);
    transition: box-shadow 0.3s, transform 0.3s;
}
.product-img-main:hover {
    transform: scale(1.04);
}
.product-thumbs {
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}
.product-thumb {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 8px;
    border: 2px solid #e6f7fa;
    background: var(--bg_sec);
    box-shadow: 0 2px 8px #008eaa11;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    opacity: 0.7;
}
.product-thumb.active, .product-thumb:hover {
    border-color: var(--primary_color);
    box-shadow: 0 4px 16px #008eaa22;
    opacity: 1;
    transform: scale(1.08);
}
.product-info-block {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 16px #008eaa10;
    padding: 2.2rem 2rem 2rem 2rem;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.product-category {
    color: var(--primary_color);
    font-weight: 700;
    font-size: 1.05rem;
    margin-left: 0.7rem;
}
.product-id {
    color: #aaa;
    font-size: 0.98rem;
    font-weight: 600;
}
.product-details-section .product-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--black_color);
    margin-bottom: 0.7rem;
    letter-spacing: 0.2px;
}
.product-rating {
    color: #ffb347;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    background-clip: text;
}
.product-rating-value {
    color: var(--black_color);
    font-size: 1rem;
    margin-right: 0.5rem;
    background: none;
    -webkit-text-fill-color: initial;
}
.product-details-section .product-price {
    color: var(--primary_color);
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 1.2rem;
    margin-bottom: 0;
}

.product-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}
.product-meta li {
    margin-bottom: 0.5rem;
    color: var(--text_color);
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.product-meta i {
    color: var(--primary_color);
    font-size: 1.1rem;
}
.product-desc, .product-features {
    background: var(--bg_sec);
    border-radius: 10px;
    padding: 1.1rem 1rem;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px #008eaa11;
}
.product-desc h5, .product-features h5 {
    color: var(--primary_color);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.product-desc p{
    color: var(--text_color);
}
.product-features ul {
    padding-right: 1.2rem;
    margin: 0;
}
.product-features li {
    color: var(--text_color);
    font-size: 1rem;
    margin-bottom: 0.3rem;
    position: relative;
}
.product-features li::before {
    content: '\2022';
    color: var(--primary_color);
    font-size: 1.2rem;
    position: absolute;
    right: -1.2rem;
    top: 0.1rem;
}

/* gellery */
.gallery {
    background: var(--bg_sec);
}
.gallery_grid {
    column-count: 2; /* عدد الأعمدة */
    column-gap: 15px;
}

.card_gallery {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    break-inside: avoid; /* علشان الصور متتكسرش بين الأعمدة */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #00000020;
    background: #fff;
}

.card_gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}

/* === Offers Section === */
.offers-section {
    background: var(--bg_sec);
}
.offers-viewall {
    color: var(--primary_color);
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.2s;
}
.offers-viewall:hover {
    color: var(--c-op-color);
}
/* .offers-section .swiper{
    overflow: auto;
    overflow-y: hidden;
} */
.offers-swiper {
    padding-bottom: 2.5rem;
    position: relative;
}
.offers-swiper-nav {
    display: flex;
    gap: 0.5rem;
}
.offers-swiper-btn-prev, .offers-swiper-btn-next {
    background: var(--primary_color);
    color: var(--white_color) !important;
    border-radius: 8px;
    font-size: 0.7rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #008eaa22;
    transition: background 0.2s, transform 0.2s;
    border: none;
}
.offers-swiper-btn-prev:hover, .offers-swiper-btn-next:hover {
    transform: scale(1.08);
}
.offer-card {
    background: var(--white_color);
    border-radius: 22px;
    box-shadow: 0 8px 32px #008eaa18;
    border: 2px solid #eee;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 220px;
    padding: 1.5rem 1.2rem;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
    gap: 1.5rem;
}
.offer-card:hover {
    box-shadow: 0 16px 48px #a259e633;
    border-color: var(--primary_color);
    transform: translateY(-8px) scale(1.03);
}
.offer-badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background: linear-gradient(90deg, #ff71c1 0%, #a259e6 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.4rem 1.1rem;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 2px 8px #a259e633;
    letter-spacing: 0.5px;
    animation: fadeInDown 0.7s cubic-bezier(.39,.575,.565,1) both;
}
.offer-img-wrap {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #e6f7fa 60%, #f8fdff 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px #008eaa11;
    transition: box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
    margin-left: 1.2rem;
}
.offer-card:hover .offer-img-wrap {
    box-shadow: 0 6px 18px #a259e622;
    transform: scale(1.07) rotate(-2deg);
}
.offer-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px #008eaa22);
    transition: filter 0.3s, transform 0.3s;
}
.offer-card:hover .offer-img {
    filter: drop-shadow(0 6px 18px #a259e644);
    transform: scale(1.08);
}
.offer-info {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.offer-title {
    color: var(--black_color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    letter-spacing: 0.2px;
    transition: color 0.3s;
}
.offer-card:hover .offer-title {
    color: var(--primary_color);
}
.offer-rating {
    color: #ffb347;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 0.2rem;
}
.offer-rating span {
    color: var(--black_color);
    font-size: 1rem;
    margin-left: 0.3rem;
}
.offer-prices {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.2rem;
}
.offer-old-price {
    color: #ff71c1;
    font-size: 1.1rem;
    text-decoration: line-through;
    font-weight: 600;
}
.offer-new-price {
    color: #008eaa;
    font-size: 1.2rem;
    font-weight: 800;
}
.offer-timer {
    color: var(--text_color);
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.terms_page{
    background: var(--bg_sec);
}
.terms_page h1 , .terms_page h2 , .terms_page h3 , .terms_page h4 , .terms_page h5 ,.terms_page h6{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary_color);
}
.terms_page p {
    color: var(--text_color);
}
.terms_page p span{
    color: var(--primary_color);
}
.terms_page li{
    color: var(--text_color);
}
.terms_page i{
    color: var(--primary_color);
}



/* === Products Tabs Section === */
.products-tabs-section {
    background: var(--bg_sec);
}
.products-tabs {
    gap: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    border: none;
    justify-content: center;
    align-items: center;
}
.products-tabs .nav-link {
    /* color: var(--primary_color);
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    border-radius: 10px;
    background: #e6f7fa;
    margin-left: 0.3rem;
    padding: 0.7rem 2.2rem;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px #008eaa11;
    position: relative; */



    position: relative;
    /* display: inline-block; */
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 12px !important;
    text-align: center;
    border-radius: 9px;
    letter-spacing: 0.8px;
    z-index: 1;
    margin: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    background: transparent;
    color: var(--primary_color) !important;
    border: 1px solid var(--primary_color);
}
.products-tabs .nav-link.btn_default.active {
    background: var(--primary_color);
    color: var(--white_color) !important;
    
    box-shadow: 0 6px 18px #008eaa22;
    z-index: 2;
}
.products-tabs .nav-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px #008eaa33;
}
.tab-content {
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
}


/* === About Us Section === */
.aboutus-section {
    
    margin-bottom: 2.5rem;
}
.aboutus-section .container{
    background: var(--background_linear);
    border-radius: 32px;
    box-shadow: 0 2px 10px #008eaa43;
}
.aboutus-title {
    color: var(--primary_color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    letter-spacing: 0.5px;
}
.aboutus-desc {
    color: var(--text_color);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.8;
}
.aboutus-brand {
    font-weight: 500;
    font-size: 1.1em;
    color: var(--primary_color);
    letter-spacing: 0.2px;
    text-decoration: none;
    transition: all 0.5 ease-in-out;
}
.aboutus-brand:hover {
    color: #ff71c1;
}
.aboutus-features {
    list-style: none;
    padding: 0;
}
.aboutus-features li {
    font-size: 1.08rem;
    color: var(--text_color);
    margin-bottom: 0.7rem;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    background: var(--white_color);
    border-radius: 10px;
    padding: 0.7rem 1rem;
    box-shadow: 0 2px 8px #008eaa11;
    transition: box-shadow 0.2s, transform 0.2s;
}
.aboutus-features li i {
    color: var(--primary_color);
    font-size: 1.2rem;
    margin-top: 2px;
}
.aboutus-features li:hover {
    box-shadow: 0 6px 18px #008eaa22;
    transform: translateY(-3px) scale(1.03);
}
.aboutus-vision-mission {
    background: var(--bg_sec);
    border-radius: 10px;
    padding: 1.1rem 1rem;
    box-shadow: 0 2px 8px #008eaa11;
}
.aboutus-vision, .aboutus-mission, .aboutus-values {
    color: var(--text_color);
    font-size: 1.08rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: self-start;
    gap: 0.5rem;
    flex-direction: column;
}
.aboutus-vision i, .aboutus-mission i, .aboutus-values i {
    color: #ff71c1;
    font-size: 1.1rem;
}
.aboutus-img {
    width: 100%;
    /* max-width: 380px; */
    /* border-radius: 22px; */
    box-shadow: 0 8px 32px #008eaa22;
    background: var(--white_color);
    margin: 0 auto;
    transition: box-shadow 0.3s, transform 0.3s;
}
.aboutus-img:hover {
    box-shadow: 0 16px 48px #008eaa33;
    transform: scale(1.04);
}


/* === Notifications Section === */
.notifications-section {
    background: var(--bg_sec);
}
.notifications-box {
    background: var(--white_color);
    border-radius: 18px;
    box-shadow: 0 4px 24px #008eaa18;
    padding: 2.2rem 2rem 1.5rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    animation: fadeInUp 0.7s cubic-bezier(.39,.575,.565,1) both;
}
.notifications-icon {
    background: var(--primary_color);
    color: var(--white_color);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 2px 8px #008eaa22;
    margin-left: 0.7rem;
    transition: background 0.2s, transform 0.2s;
}
.notifications-icon:hover {
    background: #005e73;
    transform: scale(1.08) rotate(-7deg);
}
.notifications-title {
    color: var(--primary_color);
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.2px;
}
.notifications-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.notification-item {
    background: var(--bg_sec);
    border-radius: 10px;
    padding: 1rem 1.2rem;
    color: var(--text_color);
    font-size: 1.05rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    box-shadow: 0 2px 8px #008eaa11;
    position: relative;
    border-right: 4px solid var(--primary_color);
    transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
}
.notification-item i {
    color: var(--primary_color);
    font-size: 1.2rem;
    margin-left: 0.5rem;
}
.notification-item .info{
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.notification-time {
    color: var(--text_color);
    font-size: 0.95rem;
    margin-right: auto;
    margin-left: 0.5rem;
    font-weight: 400;
    background: var(--white_color);
    border-radius: 6px;
    padding: 0.2rem 0.4rem;
    box-shadow: 0 1px 4px #008eaa11;
    white-space: nowrap;
    transition: background 0.2s;
}
.notification-item.new .notification-time {
    background: #fff3fa;
    color: #ff71c1;
}

/* Profile Page Styles */
.profile_page{
    padding: 40px 0;
}
.profile_page .container{
    max-width: 1000px !important;
    padding: 0;
}
.profile_image_upload_label{
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid var(--border_color);
    padding: 2px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    color: var(--text_color);
    cursor: pointer;
}
.profile_image_upload_label img{
    width: 99%;
    border-radius: 10px;
    height: 99%;
    object-fit: cover;
}
.form_profile .form_group {
    margin-bottom: 15px;
}



.form_group label{
    font-size: 15px;
    font-weight: 600;
    color: var(--text_color);
}
.form_group .form-control ,.form_group .custom-select{
    border: 1px solid var(--border_color);
    transition: var(--transition);
    /* box-shadow: none !important; */
    border-radius: 8px;
    -webkit-box-shadow: 0 0 14px -4.5px #dddddd;
    -moz-box-shadow: 0 0 14px -4.5px #dddddd;
    box-shadow: 0 0 14px -4.5px #dddddd;
    font-size: 15px;
    font-weight: 600;
    color: var(--text_color);
}
.form_group .form-control::placeholder{
    font-size: 15px;
    font-weight: 600;
    color: var(--text_color);
}
.form_group .form-control:focus{
    border-color: var(--primary_color);
}
.form_group .dropdown-menu{
    left: auto !important;
    right: 0 !important;
    min-width: 250px;
    border-radius: 5px;
    padding: 5px 5px;
    max-height: 250px;
    overflow-y: auto;
    top: 100% !important;
    transform: none !important;
}
.form_group .dropdown-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 10px;
    border: 0 !important;
}
.code_brand{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}
.code_brand img{
    max-width: 25px;
}
.btn_code{
    outline: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: var(--text_color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 10px;
    border-left: 1px solid var(--border_color);
}
.form_group_phone{
    border: 1px solid var(--border_color);
    transition: var(--transition);
    /* box-shadow: none !important; */
    border-radius: 8px;
    -webkit-box-shadow: 0 0 14px -4.5px #dddddd;
    -moz-box-shadow: 0 0 14px -4.5px #dddddd;
    box-shadow: 0 0 14px -4.5px #dddddd;
    font-size: 15px;
    font-weight: 600;
    color: var(--text_color);
}
.form_group_phone .form-control{
    border: 0 !important;
    box-shadow: none !important;
}
.custom-select{
    background: var(--white_color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") left .75rem center/8px 10px no-repeat;
}


/* Cart Section Styles */
.cart-section {
    background-color: var(--bg_sec);
}

.cart-items-wrapper {
    background: var(--white_color);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.cart-header {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 1rem;
}

.cart-count {
    background: var(--primary_color);
    color: var(--white_color);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
}

.cart-items {
    margin-top: 2rem;
}

.cart-item {
    padding: 1.5rem;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.cart-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.cart-item-img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cart-item:hover .cart-item-img img {
    transform: scale(1.1);
}

.cart-item-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--text_color);
}

.cart-item-sku {
    color: var(--text_color);
    font-size: 0.9rem;
}

.cart-item-price {
    font-weight: bold;
    color: var(--primary_color);
    font-size: 1.2rem;
}

.cart-item-actions {
    display: flex;
    gap: 1rem;
}

.btn-remove {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.btn-remove i {
    font-size: 1.5rem;
}
.btn-remove:hover {
    color: #dc3545;
}


.coupon-form {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.coupon-form input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    background: var(--white_color) !important;
    color: var(--text_color) !important;
}

.cart-summary {
    background: var(--white_color);
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    position: sticky;
    top: 5rem;
}

.summary-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--text_color);

    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: var(--text_color);
}

.summary-row.total {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--text_color);
}

.total-price {
    color: var(--primary_color);
}

.summary-actions {
    margin-top: 2rem;
}

.btn-checkout {
    background: var(--primary_color);
    color: var(--white_color);
    padding: 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-checkout:hover {
    background: var(--primary_color-dark);
    transform: translateY(-2px);
}

.btn-continue-shopping {
    background: var(--bg_sec);
    color: var(--text_color);
    padding: 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-continue-shopping:hover {
    background: var(--bg_sec);
    transform: translateY(-2px);
}

.cart-content{
    display: flex ;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
    flex-direction: row;
    margin-bottom: 2rem;
}
.total-cart-item{
    padding: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-top: 5px;
}



/* oreders*/
.orders-section {
    background: var(--bg_sec);
    padding: 3rem 0;
}
.order-card {
    background: var(--white_color);
    border-radius: 20px;
    box-shadow: 0 8px 32px #008eaa18;
    border: 2px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}
.order-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px #008eaa33;
    border-color: var(--primary_color);
}
.order-header {
    background: var(--background_linear);
    padding: 1.5rem;
    border-bottom: 2px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.order-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary_color);
}
.order-date {
    color: var(--text_color);
    font-size: 0.95rem;
}
.order-status {
    padding: 0.5rem 1.2rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.status-pending {
    background: #fff3cd;
    color: #856404;
}
.status-processing {
    background: #cce5ff;
    color: #004085;
}
.status-completed {
    background: #d4edda;
    color: #155724;
}
.status-cancelled {
    background: #f8d7da;
    color: #721c24;
}
.order-body {
    padding: 1.5rem;
}
.order-items {
    margin-bottom: 1.5rem;
}
.order-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}
.order-item:hover {
    border-color: var(--primary_color);
    box-shadow: 0 4px 12px #008eaa11;
}
.order-item-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.order-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-item-info {
    flex: 1;
}
.order-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text_color);
    margin-bottom: 0.3rem;
}
.order-item-price {
    color: var(--primary_color);
    font-weight: 600;
}
.order-item-quantity {
    color: var(--text_color);
    font-size: 0.9rem;
}
.order-summary {
    background: var(--bg_sec);
    border-radius: 15px;
    padding: 1.5rem;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    color: var(--text_color);
}
.summary-row.total {
    border-top: 2px solid #eee;
    padding-top: 1rem;
    margin-top: 1rem;
    font-weight: 700;
    color: var(--text_color);
}
.order-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}
.order-actions .btn {
    flex: 1;
}
.order-tracking {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #eee;
}
.tracking-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 2rem 0;
}
.tracking-steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary-dark);
    z-index: 1;
}
.tracking-step {
    position: relative;
    z-index: 2;
    background: var(--white_color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}
.tracking-step.active {
    border-color: var(--primary_color);
    background: var(--primary_color);
    color: var(--white_color);
}
.tracking-step.completed {
    border-color: var(--primary_color);
    background: var(--primary_color);
    color: var(--white_color);
}
.tracking-label {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: var(--text_color);
    white-space: nowrap;
}
.empty-orders {
    text-align: center;
    padding: 3rem 0;
}
.empty-orders-icon {
    font-size: 4rem;
    color: var(--white_color);
    margin-bottom: 1rem;
}
.empty-orders-text {
    font-size: 1.2rem;
    color: var(--text_color);
    margin-bottom: 1.5rem;
}
.filter-section {
    margin-bottom: 2rem;
}
.filter-btn {
    background: var(--white_color);
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 0.8rem 1.5rem;
    color: var(--text_color);
    font-weight: 600;
    transition: all 0.3s ease;
}
.filter-btn:hover, .filter-btn.active {
    border-color: var(--primary_color);
    color: var(--primary_color);
    background: var(--bg_sec);
}
.search-orders {
    position: relative;
}
.search-orders input {
    width: 100%;
    padding: 1rem 1.5rem;
    padding-right: 3rem;
    border: 2px solid #eee;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.search-orders input:focus {
    border-color: var(--primary_color);
    box-shadow: 0 0 0 3px #008eaa22;
}
.search-orders i {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text_color);
}



/* brands */
        /* <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> */
.brands-hero {
    background: linear-gradient(135deg, #008eaa 0%, #00b4d8 100%);
    padding: 100px 0;
    color: var(--white_color);
    position: relative;
    overflow: hidden;
}
.brands-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern.png');
    opacity: 0.1;
    animation: slide 20s linear infinite;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 4rem 0;
}
.brand-card {
    background: var(--white_color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}
.brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.brand-image {
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 1rem;
}
.brand-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}
.brand-card:hover .brand-image img {
    transform: scale(1.1);
}
.brand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.7));
    opacity: 0;
    transition: opacity 0.3s ease;
}
.brand-card:hover .brand-overlay {
    opacity: 1;
}
.brand-content {
    padding: 1.5rem;
}
.brand-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text_color);
}
.brand-description {
    color: var(--text_color);
    font-size: 0.95rem;
    line-height: 1.6;
}
.brand-stats {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
.stat-item {
    flex: 1;
    text-align: center;
}
.stat-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #008eaa;
}
.stat-label {
    font-size: 0.8rem;
    color: var(--text_color);
}
.brand-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: center;
}
.brand-tag {
    background: var(--bg_sec);
    color: #008eaa;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}
.brand-tag:hover {
    background: #008eaa;
    color: var(--white_color);
}
.search-section {
    background: var(--white_color);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -50px;
    position: relative;
    z-index: 10;
}
.search-input {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
}
.search-input:focus {
    border-color: #008eaa;
    box-shadow: 0 0 0 3px rgba(0,142,170,0.1);
}
.category-filter {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.category-btn {
    background: var(--bg_sec);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    color: #666;
    transition: all 0.3s ease;
}
.category-btn:hover, .category-btn.active {
    background: #008eaa;
    color: var(--white_color);
}

.nav-tabs {
    border: none;
    gap: 0.5rem;
    margin-top: 1rem;
}
.nav-img{
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 0;
    transition: all 0.5s ease;
}
.nav-tabs .nav-link {
    background: var(--white_color);
    padding: 0.8rem 1.5rem;
    border-radius: 20px;
    transition: all 0.5s ease;
    border: 2px solid #008eaa;
    margin-bottom: 5px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 2px solid #008eaa;
}
.nav-tabs .nav-link:hover img {
    transform: scale(1.4);
}


.tab-content {
    padding: 2rem 0;
}



/* cheackout section */
.checkout_section{
    padding: 40px 0;
    background: var(--white_color);
}
.checkout_section .container{
    max-width: 1000px !important;
    padding: 0;
}
.card_cheackout{
    padding: 10px;
}
.cardHeader_cheacout{
    background: var(--bg_sec);
    padding: 10px;
    gap: 1rem;
    border: 0;
    border-radius: 10px;
}
.logo_cheackout{
    max-width: 120px;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--border_color);
    border-radius: 10px;
}
.logo_cheackout img{
    width: 100%;
}
.title_cheackout{
    font-size: 20px;
    color: var(--text_color);
    font-weight: 600;
}
.title_cheackout .user_name{
    font-size: 18px;
    font-weight: 500;
    color: var(--primary_color);
}
.list_cheackout_title{
    display: flex;
    align-items: center;
    gap: 1.3rem;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 10px;
}
.list_cheackout_title li{
    position: relative;
    color: var(--text_color);
    font-size: 14px;
    font-weight: 500;
}
.list_cheackout_title li::before{
    content: '/';
    position: absolute;
    top: -5px;
    left: -15px;
    font-size: 20px;
    font-weight: 300;
    color: var(--primary_color);
}
.list_cheackout_title li:last-child:before{
    content: "";
}
.list_cheackout_title li a{
    color: var(--primary_color);
    transition: var(--transition);
}
.list_cheackout_title li a:hover{
    color: var(--c-op-color);
}

.cardbody_cheackout , .header_cardbody{
    margin-bottom: 1rem;

    padding: 20px;
    border: 1px solid transparent;
    /* border: 0; */
    /* box-shadow: 0px 0px 5px #6170722f; */
    border: 1px solid var(--border_color);
    transition: var(--transition);
    border-radius: 10px;
}
.cardbody_cheackout{
    margin-top: 1rem;
    margin-bottom: 0;
}
.title_cardbody_cheack{
    font-size: 23px;
    font-weight: 600;
    color: var(--footer-color-sta);
}
.total_price_cheackout{
    font-size: 18px;
    font-weight: 500;
    color: var(--text_color);
}
.price_total_cheacoutSpan{
    color: var(--primary_color);
}
.form_copon_cheack{
    width: 100%;
}
.input_copon{
    outline: 0;
    border: 1px solid var(--border_color);
    padding: 5px 10px;
    height: 45px;
    border-radius: 8px;
    width: 100%;
    transition: var(--transition);
    font-size: 16px;
    font-weight: 500;
}
.input_copon:focus{
    border-color: var(--primary_color);
}
.ask_copon{
    font-size: 13px;
}
.card_choose_delivery_method{
    padding: 10px;
    box-shadow: none;
    border: 1px solid var(--border_color);
}
.icon_address{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 30px;
    color: var(--white_color);
    background: var(--primary_color);
    border-radius: 12px;
}
.title_address_method , .title_company_method , .title_pay_method{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.address_info_text , .company_info_text , .pay_info_text{
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--text_color);
}
.address_info_text .text-success{
    color: var(--primary_color);
}
.ul_tabs_methods_cheack{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 1;
    gap: 1rem;
}
.ul_tabs_methods_cheack li{
    flex: 1;
    white-space: nowrap;
    transition: var(--transition);
}
.btn_tabs_cheackout{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 0.7rem;
    border: 1px solid var(--border_color) !important;
    border-radius: 10px !important;
    color: var(--text_color) !important;
}
.tab_btn_cheack_radio{
    display: flex;
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--border_color);
}
.tab_btn_cheack_radio::before{
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 3px;
    background: var(--primary_color);
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    display: inline-block;
    opacity: 0;
    transition: var(--transition);
}
.btn_tabs_cheackout.active{
    border-color: var(--primary_color) !important;
    background: transparent !important;
    box-shadow: 0 0 0 .2rem #008eaa40 !important;
    color: var(--primary_color) !important;
}
.btn_tabs_cheackout.active .tab_btn_cheack_radio{
    border-color: var(--primary_color);
}
.btn_tabs_cheackout.active .tab_btn_cheack_radio::before{
   opacity: 1;
}
.btn_value_choose{
    color: var(--text_color);
    width: 100%;
    padding: 8px 10px;
    text-align: right;
    border: 1px solid var(--border_color);
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}
.btn_value_choose:focus{
    box-shadow: 0 0 0 .2rem #008eaa40 !important;
    border-color: var(--primary_color);
}
.drop_down_address .dropdown-menu{
    left: auto !important;
    right: 0 !important;
    min-width: 250px;
    width: 100%;
    padding: 5px 5px;
    max-height: 150px;
    overflow-y: auto;
    top: 100% !important;
    background: var(--white_color);
    border-radius: 10px;
    transform: none !important;
}
.drop_down_address .dropdown-item{
    padding: 8px;
    background: var(--white_color);
    cursor: pointer;
    transition: var(--transition);
    color: var(--text_color) !important;
    font-weight: 600;
    border: 0 !important;
}
.drop_down_address .dropdown-item:hover{
    background: var(--color-primary-dark);
}
.search_item{
    position: relative;
    background: var(--color-primary-dark);
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    justify-content: start;
}
.search_input{
    outline: 0;
    border: 0;
    height: auto;
    padding: 5px;
    background: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--footer-color-sta);
}
.noresult{
    color: #c90714;
    opacity: 0.5f;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    padding: 8px;
}
.star_req{
    color: #c90714;
}
.form_group_addAddress label , .form_group_addAddress .form-control::placeholder{
    font-size: 15px;
    font-weight: 500;
    color: var(--text_color);
}
.form_group_addAddress .form-control{
    border-radius: 10px;
    border: 1px solid var(--border_color) !important;
    padding: 5px 10px;
    transition: var(--transition);
    font-size: 15px;
    font-weight: 500;
    color: var(--text_color);
}
.form_group_addAddress .form-control:focus{
    border-color: var(--primary_color) !important;
    box-shadow: 0 0 0 .2rem #008eaa40;

}
.form-control{
    color: var(--text_color) !important;
    background: var(--white_color) !important;
}
.title_form_addres{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.card_form_address , .card_cheaked_companies , .card_cheaked_pay{
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed var(--primary_color);
}
.company_price{
    color: var(--text_color);
}
.card_cheaked_pay{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 0.7rem;
}
.cheack_req{
    color: var(--primary_color);
}
.card_is_cheacked_onuther .card , .card_Shipping_company .card , .card_pay_method .card{
    overflow: visible;
    padding: 0;
}
.card_is_cheacked_onuther .card-header , .card_Shipping_company .card-header , .card_pay_method .card-header{
    padding: 0;
    background: transparent;
    border: 0 !important;
}
.isCheacked_onuthe{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    border: 1px solid var(--border_color);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_is_cheacked_onuther{
    color: var(--text_color);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: right;
    border: 0;
    gap: 0.4rem;
    text-decoration: none !important;
    box-shadow: none !important;
}
.btn_is_cheacked_onuther:hover{
    color: var(--primary_color);
}
.isCheacked_onuthe i{
    transform: scale(0.5);
    font-size: 15px;
    color: var(--primary_color);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.btn_is_cheacked_onuther:not(.collapsed) .isCheacked_onuthe i{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.form_add_address .form_group_phone{
    box-shadow: none;
}
.form_add_address .btn_code , .form_add_address .form-control{
    padding: 5px 10px;
}
.form_add_address .form_group_phone{
    border-radius: 10px;
}

.form_cheack_notice{
    position: relative;
    margin-bottom: 1rem;
}
.lable_cheack_notice{
    padding-right: 35px;
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}
.isCheacked_notice{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 8px;
    border: 1px solid var(--border_color);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.isCheacked_notice i{
    transform: scale(0.5);
    font-size: 15px;
    color: var(--primary_color);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.input_cheacked_notice{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.input_cheacked_notice:checked + .lable_cheack_notice ,  .lable_cheack_notice:hover{
    color: var(--primary_color);
}
.input_cheacked_notice:checked + .lable_cheack_notice .isCheacked_notice{
    border-color: var(--primary_color);
    box-shadow: 0 0 0 .2rem #008eaa40;
}
.input_cheacked_notice:checked + .lable_cheack_notice .isCheacked_notice i{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.form_cheacked_company:not(:last-child){
    margin-bottom: 1rem;
}
.lable_company{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-right: 45px;
    position: relative;
    margin: 0;
    cursor: pointer;
    gap: 1rem;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    border-radius: 10px;
    border: 1px solid var(--border_color);
    flex-wrap: wrap;
}
.lable_company .isCheacked_notice{
    right: 10px;
}
.radio_cheack_company{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.radio_cheack_company:checked + .lable_company ,  .lable_company:hover{
    color: var(--primary_color);
    border-color: var(--primary_color);
}
.radio_cheack_company:checked + .lable_company .isCheacked_notice{
    border-color: var(--primary_color);
    box-shadow: 0 0 0 .2rem #008eaa40;
}
.radio_cheack_company:checked + .lable_company .isCheacked_notice i{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.radio_cheack_pay{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.radio_cheack_pay:checked + .lable_company ,  .lable_company:hover{
    color: var(--primary_color);
    border-color: var(--primary_color);
}
.radio_cheack_pay:checked + .lable_company .isCheacked_notice{
    border-color: var(--primary_color);
    box-shadow: 0 0 0 .2rem #008eaa40;
}
.radio_cheack_pay:checked + .lable_company .isCheacked_notice i{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


.company_logo img{
    width: 40px;
    height: auto;
}
.pay_logo img{
    width: 60px;
}
.pay_logo img.bank_icon {
    width: 20px;
    margin-left: 5px;
}
.pay_logo img.pay_now{
    margin-left: 5px;
    width: 30px;
}
.company_content{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.8rem;
    color: var(--text_color);
}
.company_shiping_name{
    font-size: 13px;
    font-weight: 600;
    color: var(--footer-color-sta);
    margin-bottom: 0.4rem;
}
.days_work_company{
    font-size: 12px;
    color: var(--text_color);
    font-weight: 500;
    margin: 0;
}
.dareba{
    display: inline-block;
    padding: 8px;
    color: var(--primary_color);
    font-size: 10px;
    background: #d9f9ff;
    border: 1px solid var(--primary_color);
    border-radius: 8px;
    margin-right: 7px;
}


.card_card_abaad_info{
    padding: 15px;
    border: 1px solid var(--primary_color);
    position: relative;
    border-radius: 10px;
    margin-bottom: 1.3rem;
    margin-top: 1.3rem;
}
.icon_info_hfh{
    color: var(--text_color);
}
.title_web{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--black_color);
}
.isOpenorClose , .Preparation_time , .open_until{
    font-size: 12px;
    font-weight: 400;
    color: var(--text_color);
}
.open_until{
    font-size: 14px;
}
.isOpenorClose i{
    color: var(--primary_color);
    font-size: 8px;
    margin-right: 5px;
}
.contact_info span , .cardwork_time span{
    font-size: 14px;
    font-weight: 600;
    color: var(--text_color);
    display: inline-block;
    margin-bottom: 12px;
}
.listed_contact_info_cheack{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}
.listed_contact_info_cheack a{
    color: var(--text_color);
    font-size: 14px;
    display: flex;
    transition: var(--transition);
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}
.listed_contact_info_cheack a:hover , .listed_contact_info_cheack a i{
    color: var(--primary_color);
}
.card_time_work_days{
    border: 1px solid var(--primary_color);
    border-radius: 8px;
    padding: 15px;
}
.card_time_work_days h6{
    font-size: 15px;
    font-weight: 600;
    color: var(--text_color);
    display: inline-block;
    margin-bottom: 6px;
}
.card_time_work_days h6 i{
    color: var(--primary_color);
}
.listed_work_time li{
    font-size: 13px;
    font-weight: 600;
    color: var(--text_color);
}
.listed_work_time li:not(:last-child){
    margin-bottom: 8px;
}


/* success_order */
.success_order{
    padding: 40px 0;
    min-height: 50vh;
    background: #f8fdff;
}
.success_order .container{
    max-width: 800px !important;
}
.success_icon{
    margin: auto;
    max-width: 250px;
    width: 100%;
}
.success_icon img{
    width: 100%;
}
.title_success_order{
    font-size: 20px;
    font-weight: 700;
}
.card_cody_succ p{
    font-size: 17px;
    font-weight: 600;
    color: var(--text_color);
}
.order_number{
    color: var(--primary_color);
}
.card_end_succ{
    font-size: 16px;
    font-weight: 600;
    color: var(--text_color);
}

/* === Product Reviews Section === */
.product-reviews-section {
    background: var(--bg_sec);
}
.product-reviews-section .section-title {
    color: var(--primary_color);
    font-weight: 600;
    font-size: 1.7rem;
    border-bottom: 2px solid var(--primary_color);
    display: inline-block;
    margin-bottom: 2rem;
}
.add-review-box {
    background: var(--white_color) !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.add-review-box textarea.form-control {
    background: var(--white_color);
    border-radius: 8px;
    resize: vertical;
    font-size: 1rem;
    color: var(--black_color);
    min-height: 90px;
    border: 1px solid var(--border_color);
}
.add-review-box .btn {
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
    background: #fff;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.2s;
}
.add-review-box .btn:hover {
    background: var(--primary_color);
    color: #fff;
}
.reviews-list {
    background: var(--white_color) !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.reviews-list h5 {
    color: var(--black_color);
    font-weight: 600;
    font-size: 1.1rem;
}
.review-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}
.review-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.review-item .d-flex {
    align-items: center;
}
.review-item img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #e0e0e0;
}
.review-item .font-weight-bold {
    color: var(--black_color);
    font-size: 1rem;
}
.review-item .text-muted {
    font-size: 0.9rem;
    color: var(--text_color) !important;
}
.review-text {
    color: var(--text_color);
    font-size: 1rem;
    padding-right: 2.5rem;
    line-height: 1.7;
}
@media (max-width: 991px) {
    .product-reviews-section .row > div {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .product-reviews-section .section-title {
        font-size: 1.2rem;
    }
    .review-text {
        padding-right: 0.5rem;
        font-size: 0.95rem;
    }
}