:root{
    --primary-color:hsl(90.86deg 13.94% 50.78%);
    --secondary-color:hsl(18.67deg 63.38% 86.08%);
    --deactive-text:hsl(0, 0%, 55%);
}
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

      

        a{
            text-decoration: none;
            color: #000;
            cursor: pointer;
        }
        @font-face {
    font-family: IRANYekanWebLight;
    src: url('/../fonts/IRANYekanWebLight.ttf');
  }
  @font-face {
    font-family: kalameh;
    src: url('/../fonts/Kalameh-Medium.ttf');
  }
    @font-face {
    font-family: kalamehthin;
    src: url('/../fonts/Kalameh-light.ttf');
    
  }
  @font-face {
    font-family: IRANYekanWebBold;
    src: url('/../fonts/IRANYekanWebBold.ttf');
  }
  @font-face {
    font-family: IRANYekanWebExtraBlack;
    src: url('/../fonts/IRANYekanWebExtraBlack.ttf');
  }
  @font-face {
    font-family: IRANYekanWebExtraBold;
    src: url('/../fonts/IRANYekanWebExtraBold.ttf');
  }
  @font-face {
    font-family: IRANYekanWebMedium;
    src: url('/../fonts/IRANYekanWebMedium.ttf');
  }
  @font-face {
   font-family: iranyekanwebregularfanum;
    src: url('/../fonts/iranyekanwebregularfanum.ttf');
  }
     body {
            font-family: kalameh;
            direction: rtl;
            font-size: 15px;
        }
         .container-fluid .row{
    max-width: 1678px;
    margin: 0px auto;
}
ul{
    margin-bottom: 0px;
    padding-left: 0px;
}
ul li{
    list-style: none;
    /* display: inline-block; */
}

.header-container{
    z-index: 10000;
}
.header-top {
    background-color:var(--secondary-color);
  
}




.header-signin  .signin li:nth-child(2), .header-signin  .signin li:nth-child(3){
    border:1px solid var(--primary-color) !important;
    background-color: transparent !important;
    color: var(--primary-color) !important;
    /* padding: 1px; */
    width: 70px;
}
.header-signin  .signin li:nth-child(2):hover, .header-signin  .signin li:nth-child(3):hover{
    background-color: var(--primary-color) !important;
    color:#fff !important
}
.header-signin  .signin li:nth-child(2):hover a, .header-signin  .signin li:nth-child(3):hover a {
   
    color:#fff !important
}
.header-signin  .signin li:nth-child(2) a,.header-signin  .signin li:nth-child(3) a {
    color:var(--primary-color);
}
.header-signin{
    padding: 10px 0px;
}

.header-signin ul li{
    padding:0px 8px
}
.header-signin ul li:hover a{
    color:var(--primary-color)
}
.header-left img{
    transform: translateY(0px);
    transition: transform .2s ease;
}
.header-left img:hover{
    transform: translateY(-1px);
    transition: transform .2s ease;
}
.header-middle{
    /*height: 75px;*/
}
.header-middle img{
   /*position: absolute;*/
   /*top: 0;*/
   /*right: 0;*/
   width: 100%;
   height: 100%;


}

.header-bottom {
    transition: all 0.3s ease;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    
}

.header-bottom.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10005;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
}

.sticky-placeholder {
    display: none;
}

.sticky-placeholder.active {
    display: block;
    height: 80px;
}
.logo-sticky{
    height: 100% !important;
}
.logo-sec-sticky{
    width: 230px !important;
}
.logo-sec-sticky  {
align-items:center;
}
.logo-sec-sticky a:first-child img{
    margin-top: 20px;
    width: 85%;
}

.header-bottom.sticky .megamenu-container {
    z-index: 10000;
}

.header-bottom.sticky .sub-menu-content {
    z-index: 10000;
}

@media (max-width: 768px) {
    .sticky-placeholder.active {
        height: 70px;
    }
}
nav ul li, .header-top ul li{
    display: inline-block;
}
nav ul li{
    padding: 12px;
     font-size: 1.1em;
}
.logo-sec{
    height: 100%;
    width: 300px;
      z-index: 100;
      align-items:center;
}
.logo-txt{
align-self: center;
}
.logo{
    position: absolute;
    left: 0;
    bottom: 0;
     z-index: 101;
     
}
.navs{
    position: absolute;
    top: 50%;
    transform: translateY((-50%));
    z-index: 10000;
    cursor: pointer;
}
#baner-right{
right: 10px;
}
#baner-left{
left: 10px;
}
.banner-sec{
   
}
.baner-item img{
    
}
.about-part .img-sec img{
width: 100%;
max-width: 450px;
}
.about-sec{
    font-size: 1.1em;
}
.counter-sec {
    margin-top: 30px;
    padding: 0 20px;
}

.counter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%); */
    border-radius: 15px;
    padding: 25px 15px;
    /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
    /* border: 1px solid #e9ecef; */
    position: relative;
    overflow: hidden;
}



.counter-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 10px 5px;
    transition: all 0.3s ease;
}

.counter-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background:var(--primary-color);
}

.counter-item:hover {
    transform: translateY(-2px);
}

.counter-number {
    font-size: 2em;
     font-family: iranyekanwebregularfanum;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 8px;
    display: block;
    /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    position: relative;
}

.counter-number::before {
    content: '+';
    color: var(--primary-color);
    font-size: 0.8em;
    position: relative;
    top: 50%;
}

.counter-label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 5px;
}

/* Animation for counting */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counter-number.animate {
    animation: countUp 0.6s ease-out;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .counter-container {
        /* flex-direction: column; */
        gap: 20px;
        padding: 20px 15px;
    }
    
    .counter-item {
        padding: 15px 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
    }
    
    .counter-item:not(:last-child)::after {
        /* display: none; */
    }
    
    .counter-number {
        font-size: 2rem;
    }
    
    .counter-label {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    .counter-sec {
        padding: 0 10px;
    }
    
    .counter-container {
        padding: 15px 10px;
    }
    
    .counter-number {
        font-size: 1.8rem;
    }
    
    .counter-label {
        font-size: 0.9rem;
    }
}
.about-center{
    text-align: center;
}
.about-center > span{
    font-size: 1.7em;
    color: var(--primary-color);
    
}
.about-more{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 65px;
}
.about-center p{
    color: #a1a1a1;
    line-height: 30px;
}
.certificate{
    position: absolute;
    bottom: 5%;
    right: -28%;
    width: 220px;
    height: 150px;
}
.certificate img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.about-last{
    padding-top: 100px;
}
.main-img{
    width: 100%;

}
.main-img img{
    width: 100%;
}
#galery-right{
top: 40%;
right: -20px;

}
#galery-left{
    top: 40%;
    left:-20px
}
.gallery-title h3{
    font-size: 2.2em;
    font-weight: 400;
}
.gallery-title h6{
    color: var(--deactive-text);
    /*font-family: kalamehthin;*/
    font-size:1em;


}
.gallery-img{
    padding: 20px;
    border:9px solid #000;
    height: 355px;
}
.gallery-img img{
    object-fit: contain;
    height: 100%;
}
.gallery-txt{
    margin-top: 16px !important;
}
.gallery-txt h5{
    font-weight: bold;
    font-size: 1.2em;
}
.gallery-txt p{
    font-weight: bold
}
.gallery-txt p span{
    font-weight: 300;
    color: var(--deactive-text);
}
#glori-right, #glori-right-two{
    right: 25px;
}
#glori-left, #glori-left-two{
    left: 25px;
}
.glori-txt{
    max-width: 380px;
    text-align: justify;
}
.glori-txt h4{
    font-size: 2.2em;
}
.glori-txt p{
    line-height: 30px;
    text-align: justify;
}

.glory-item{
    height: 380px;
}
.glories-sec{
    background-color: var(--secondary-color);
}
.glory-name{
    position: absolute;
    top: 12%;
    left: -50px;
    transform: rotate(-90deg);
    font-size: 1.2em;
}
.glory-item img{
    height: 100%;
  
}
.train-sec{
    /* background-image: url(./images/classes-back.png);
    background-repeat: no-repeat;
    background-size: cover; */
    height: 420px;
    margin: 80px 0px;
}
.train-sec img{
    position: absolute;
    width: 100%;
    height: 100%;
    right:0;
    top: 0;
    
}
.train-txt{
    position: absolute;
    top: 30%;
    color: #fff;
    width: 50%;
    right: 25%;

}
.train-txt h1{
    font-size: 2.2em;
}
.train-txt h6{
    font-size: .9em;
    /*font-family: kalamehthin;*/
}
.train-txt .about-more{
    padding: 12px 35px;
    font-size: 1.2em;
}
.top-footer{
    background-color: var(--primary-color);
    color: var(--secondary-color);

}
.top-footer span{
    font-size: 1.1em;
    /*font-family: kalamehthin;*/
}
.top-footer .tels{
    /* font-family: iranyekanwebregularfanum; */

}
.top-footer h3{
    font-size: 2.2em;
    font-weight: 300;
}
.tels{
        display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    /* font-family: iranyekanwebregularfanum !important ; */
}
.tels table{
     border-collapse: collapse; 
    border: 1px solid #ffffff; 
   

}
.tels td{
     border: 1px solid #ffffff; 
     padding: 10px 20px;
     
}
.tels table td span{
     font-family: iranyekanwebregularfanum;
     font-size: 1.2em;
}
.tels table td a{
     color: var(--secondary-color);

}
.main-footer{
       background: hsl(91.58deg 16.81% 22.16%);
            color: var(--secondary-color);
            padding: 40px 0 30px 0;
}
.footer-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 20px;
            color: white;
        }
        
        
        .footer-links {
            list-style: none;
            padding: 0;
            padding-right: 15px;
            margin: 0;
            position: relative;
        }
        .footer-links::before {
    position: absolute;
    content: "";
    height: 90%;
    width: 2px;
    background: hsl(90.86deg 13.94% 50.78%);
    top: 5%;
    right: 0px;
    transition: all 0.3s ease;
    opacity: 0.6;
}
        
        .footer-links li {
            margin-bottom: 8px;
        }
        
        .footer-links a {
            color: var(--secondary-color);
            text-decoration: none;
            font-size: 0.9em;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            color: white;
            text-decoration: none;
            padding-right: 5px;
        }
        
        .social-icons {
            display: flex;
            align-items: end;
            /* justify-content: space-between; */
            gap: 25px;
            margin-top: 15px;
            /* flex-wrap: wrap; */
        }
        
        .social-icon {
          
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            /* margin-left: 20px; */
           
        }
        
        .social-icon:hover {
            /* background: rgba(255, 255, 255, 0.25); */
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .social-icon img {
            /* width: 33px; */
            /* height: 30px; */
        }
        
      .abouts,.footer-navs, .socials{
        padding-top: 100px;
      }
      .abouts p{
        line-height: 30px;
      }
        
        .logo-container {
            display: inline-block;
            position: relative;
        }
        .footer-navs{
            /*font-family: kalamehthin;*/
        }
        
    
        
       
   
        
        @media (max-width: 768px) {
            .footer-section {
                padding: 30px 0 20px 0;
            }
            
            .footer-title {
                font-size: 1rem;
                margin-bottom: 15px;
            }
            
            .footer-links a {
                font-size: 0.9rem;
            }
            
            .social-icons {
                justify-content: flex-start;
                gap: 12px;
            }
            
            .social-icon {
                /* width: 35px;
                height: 35px; */
            }
            
           
            
            .logo-circle {
                width: 70px;
                height: 70px;
            }
            
            .logo-text {
                font-size: 1.1rem;
            }
            
            .studio-title {
                font-size: 1rem;
            }
            
            .studio-subtitle {
                font-size: 0.9rem;
            }
        }
        
        @media (max-width: 576px) {
            .footer-section {
                text-align: center;
            }
            
            .social-icons {
                justify-content: center;
            }
        }


   .has-megamenu {
    position: static;
}

.has-megamenu .nav-link {
    position: relative;
}

.has-megamenu .nav-link i {
    font-size: 12px;
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.has-megamenu:hover .nav-link i {
    transform: rotate(-180deg);
}
.has-submenu{
    position: relative;
}
.sub-menu-content{
     position: absolute;
    top: 100%;
    width: max-content;
    right: 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 1000;
    /* margin-top: 12px; */
    padding: 10px 15px;
    /* max-height: 350px; */
       border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-top: 4px solid var(--primary-color);
}
.has-submenu:hover .sub-menu-content {
   opacity: 1;
    visibility: visible;
    transform: translateY(0);

}    
.sub-menu-items {
    /* flex: 1;
    overflow-y: auto;
    padding: 20px;
    background-color: #f8f9fa; */
}

.sub-menu-item {
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.sub-menu-item:last-child {
    margin-bottom: 0;
}

.sub-menu-item a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sub-menu-item a::before {
    content: '';
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    transition: right 0.5s ease;
}

.sub-menu-item a:hover {
    background: linear-gradient(135deg, var(--primary-color), #454f3c);
    color: #fff;
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sub-menu-item a:hover::before {
    right: 100%;
}

.megamenu-container {
    position: absolute;
    top: 100%;
    width: 800px;
    right: 2.5%;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: -1px;
    padding: 10px 0;
    /* max-height: 350px; */
       border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-top: 4px solid var(--primary-color);
    
}

.has-megamenu:hover .megamenu-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.megamenu-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.megamenu-column {
    flex: 1;
    min-width: 220px;
    padding: 0 15px;
}

.megamenu-title {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.megamenu-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--secondary-color);
}

/* Categories Column */
.categories-column {
    flex: 0 0 250px;
    border-left: 1px solid #eaeaea;
    height: 350px;
    max-height: 350px;
    overflow: auto;
}

.megamenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.megamenu-list li {
    margin-bottom: 12px;
}

.megamenu-list li a {
    color: #444;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    position: relative;
    padding-right: 15px;
}

.megamenu-list li a::before {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    opacity: 0;
    transition: all 0.3s ease;
}

.megamenu-list li a:hover {
    color: var(--primary-color);
    padding-right: 20px;
}

.megamenu-list li a:hover::before {
    opacity: 1;
}

/* Dynamic Category Highlighting */
.category-item {
    position: relative;
    border-radius: 5px;
    transition: all 0.2s ease;
}

.category-item:hover, 
.category-item.active {
    background-color: rgba(9, 132, 227, 0.08);
}

.category-item:hover a, 
.category-item.active a {
    color: var(--primary-color);
    font-weight: 500;
}

.category-item:hover a::before, 
.category-item.active a::before {
    opacity: 1;
}

.category-item.active::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 3px;
    background-color: var(--primary-color);
    border-radius: 0 2px 2px 0;
}

/* Subcategories Column */
.subcategories-column {
    flex: 1;
    min-width: 280px;
    height: 350px;
    max-height: 350px;
    overflow: auto;
}

.subcategory-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(10px); }
    to { opacity: 1; transform: translateX(0); }
}

.subcategory-content.active {
    display: block;
}

.subcategory-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

.subcategory-list li a {
    padding: 8px 15px 8px 0;
    font-size: 13px;
    border-radius: 5px;
}

.subcategory-list li a:hover {
    background-color: rgba(9, 132, 227, 0.05);
}

/* View All Link */
.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.view-all-link:hover {
    color: #000;
}

.view-all-link:hover i {
    transform: translateX(-5px);
}
.search {
    position: relative;
}

.search-icon {
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.search-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.search-icon img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-top: 4px solid var(--primary-color);
    z-index: 10010;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.search-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.search-container {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 25px;
    padding: 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.search-container:focus-within {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(126, 208, 195, 0.1);
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    color: #333;
    padding: 12px 15px;
    font-size: 0.9em;
    font-family: inherit;
    outline: none;
    border-radius: 20px;
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search-btn {
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.search-btn:hover {
    background: #45a29e;
    transform: scale(1.05);
}

.search-btn img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}
.main-nav .nav-item > a {
    /* color: #fff; */
    text-decoration: none;
    padding: 15px 5px; 
    display: block;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.main-nav .nav-item > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color));
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.main-nav .nav-item > a:hover,
.main-nav ul li.active-trigger a { 
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); */
    border-radius: 8px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    /* transform: translateY(-2px); */
    color: var(--primary-color);
}

.main-nav .nav-item > a:hover::before {
    width: 90%;
}
.header-bottom{
    position: relative;
}
 /* Mobile Menu Toggle Button */
        .mobile-menu-toggle {
            position: absolute;
            right: 0;
            top: 15px;
            z-index:10;
            
            display: none;
            background: none;
            border: none;
            padding: 5px;
            cursor: pointer;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 30px !important;
            height: 30px;
            transition: all 0.3s ease;
              flex-shrink: 0;
        }

        .mobile-menu-toggle span {
            display: block;
            width: 25px;
            height: 3px;
            background-color: var(--primary-color);
            margin: 3px 0;
            transition: all 0.3s ease;
            transform-origin: center;
        }

        .mobile-menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .mobile-menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* Mobile Sidebar Menu */
        .mobile-sidebar {
            position: fixed;
            top: 0;
            right: -100%;
            width: 300px;
            height: 100vh;
            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
            z-index: 99999;
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
            overflow-y: auto;
        }

        .mobile-sidebar.active {
            right: 0;
        }

        .mobile-sidebar-header {
            background: var(--primary-color);
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .mobile-sidebar-header h3 {
            margin: 0;
            font-size: 1.2em;
            font-weight: 600;
        }

        .mobile-close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .mobile-close-btn:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(90deg);
        }

        .mobile-nav {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .mobile-nav-item {
            border-bottom: 1px solid #eee;
            position: relative;
        }

        .mobile-nav-item:last-child {
            border-bottom: none;
        }

        .mobile-nav-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            color: #333;
            text-decoration: none;
            font-size: 1em;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .mobile-nav-link::before {
            content: '';
            position: absolute;
            top: 0;
            right: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, var(--secondary-color), transparent);
            transition: right 0.5s ease;
        }

        .mobile-nav-link:hover {
            color: var(--primary-color);
            background: rgba(126, 208, 195, 0.05);
            padding-right: 25px;
        }

        .mobile-nav-link:hover::before {
            right: 100%;
        }

        .mobile-nav-icon {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .mobile-nav-item.has-submenu .mobile-nav-icon {
            transform: rotate(0deg);
        }

        .mobile-nav-item.has-submenu.active .mobile-nav-icon {
            transform: rotate(180deg);
        }

        /* Mobile Submenu */
        .mobile-submenu {
            background: #f8f9fa;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .mobile-submenu.active {
            max-height: 300px;
        }

        .mobile-submenu-item {
            border-bottom: 1px solid #e9ecef;
        }

        .mobile-submenu-item:last-child {
            border-bottom: none;
        }

        .mobile-submenu-link {
            display: block;
            padding: 12px 40px;
            color: #666;
            text-decoration: none;
            font-size: 0.9em;
            transition: all 0.3s ease;
            position: relative;
        }

        .mobile-submenu-link::before {
            content: '◦';
            position: absolute;
            right: 20px;
            color: var(--primary-color);
            font-size: 16px;
        }

        .mobile-submenu-link:hover {
            color: var(--primary-color);
            background: rgba(126, 208, 195, 0.1);
            padding-right: 45px;
        }

        /* Mobile Megamenu */
        .mobile-megamenu {
            background: #f8f9fa;
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .mobile-megamenu.active {
            max-height: 500px;
        }

        .mobile-megamenu-category {
            border-bottom: 1px solid #dee2e6;
        }

        .mobile-megamenu-category:last-child {
            border-bottom: none;
        }

        .mobile-category-header {
            background: #e9ecef;
            padding: 12px 20px;
            font-weight: 600;
            color: var(--primary-color);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .mobile-category-header:hover {
            background: #dee2e6;
        }

        .mobile-category-icon {
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .mobile-megamenu-category.active .mobile-category-icon {
            transform: rotate(180deg);
        }

        .mobile-category-content {
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .mobile-category-content.active {
            max-height: 200px;
        }

        .mobile-category-item {
            padding: 10px 40px;
            border-bottom: 1px solid #f1f3f4;
        }

        .mobile-category-item:last-child {
            border-bottom: none;
        }

        .mobile-category-link {
            color: #666;
            text-decoration: none;
            font-size: 0.9em;
            display: block;
            transition: all 0.3s ease;
            position: relative;
            padding-right: 15px;
        }

        .mobile-category-link::before {
            content: '▸';
            position: absolute;
            right: 0;
            color: var(--primary-color);
            opacity: 0;
            transition: all 0.3s ease;
        }

        .mobile-category-link:hover {
            color: var(--primary-color);
            padding-right: 20px;
        }

        .mobile-category-link:hover::before {
            opacity: 1;
        }

        /* Mobile Overlay */
        .mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Search in Mobile Menu */
        .mobile-search {
            padding: 20px;
            border-bottom: 1px solid #eee;
        }

        .mobile-search-container {
            position: relative;
            display: flex;
            align-items: center;
            background: #f8f9fa;
            border-radius: 25px;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .mobile-search-container:focus-within {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(126, 208, 195, 0.1);
        }

        .mobile-search-input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 12px 15px;
            font-size: 0.9em;
            outline: none;
            border-radius: 20px;
        }

        .mobile-search-input::placeholder {
            color: rgba(0, 0, 0, 0.5);
        }

        .mobile-search-btn {
            background: var(--primary-color);
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 2px;
        }

        .mobile-search-btn:hover {
            background: #45a29e;
            transform: scale(1.05);
        }

        .mobile-search-btn i {
            color: white;
            font-size: 14px;
        }

      
/* Simple Banner Owl Dots - Clean Line Style */
.banner-sec {
    position: relative;
}

/* Position dots over banner */
#banner-owl .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 8px; */
    z-index: 100;
    margin: 0;
    padding: 0;
}

/* Remove default dot styles */
#banner-owl .owl-dots .owl-dot {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

/* Create thin white lines */
#banner-owl .owl-dots .owl-dot span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Active dot style */
#banner-owl .owl-dots .owl-dot.active span {
    background-color: white;
    width: 45px;
    height: 3px;
}

/* Hover effect */
#banner-owl .owl-dots .owl-dot:hover span {
    background-color: white;
    width: 45px;
}
.fixed{
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10001;
}
.fixed div{
    padding: 20px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px 1px hsl(92, 15%, 65%);
    cursor: pointer;
}
.fixed div:nth-child(2){
    margin-top: 10px;
}
.fixed img{
    max-width: 25px;
    height: 25px;
}
/* استایل‌های پایه about-more موجود */
.about-more{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid transparent;
    /* border-radius: 5px; */
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* افکت‌های hover */
.about-more:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* افکت موج برای hover */
.about-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.about-more:hover::before {
    left: 100%;
}





.about-more.secondary-style:hover {
    background-color: #2c5530;
    color: var(--secondary-color);
    border-color: #2c5530;
}

/* حالت responsive */
@media screen and (max-width: 768px) {
    .about-more:hover {
        transform: translateY(-1px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }
}

/* استایل‌های خاص برای دکمه‌های قسمت آموزش */
.train-txt .about-more:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: var(--primary-color);
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* حالت‌های مختلف برای استفاده در بخش‌های مختلف */
.about-more.outline-style {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.about-more.outline-style:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}

/* حالت disabled در صورت نیاز */
.about-more:disabled,
.about-more.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.about-more:disabled:hover,
.about-more.disabled:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: transparent;
    transform: none;
    box-shadow: none;
}

/* حالت loading در صورت نیاز */
.about-more.loading {
    position: relative;
    color: transparent;
}

.about-more.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-color);
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive */
@media screen and (max-width: 768px) {
    #banner-owl .owl-dots {
        bottom: 20px;
        gap: 10px;
    }
    
    #banner-owl .owl-dots .owl-dot span {
        width: 30px;
    }
    
    #banner-owl .owl-dots .owl-dot.active span {
        width: 40px;
    }
}
  .footer-last{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    /* padding: 20px 72px; */
    align-items: center;
}
.footer-last .row{
    padding: 20px 0px;
    margin: 0 auto;
   max-width: 1676px;

}
.footer-container{
    display: flex ;
    justify-content: space-between;

}
.company{
    font-weight: bold;
      color: var(--primary-color) !important;
}
.company a{
  
}
.eng-company{
    text-align: left !important;
    direction: ltr !important;
}

       



@media screen and (max-width: 1400px) {
    nav ul li{
        padding: 12px 0px;
    }
}
@media screen and (max-width: 1150px) {
    #galery-right{

right: 0px;

}
#galery-left{

    left:0px
}
       .main-nav .nav-item > a {
 
    padding: 15px 5px;
}
.main-img{
    max-width: 300px;
}
.main-img img{
    width: 100%;
}
 .certificate{
    position: absolute;
    bottom: -100px;
    right: 20%;
    width: 60%;
    height: 150px;
}
.gallery-img {
    height: 275px;
}
.glory-item{
    height: 300px;
}
.about-center > span {
    font-size: 1.3em;
    color: var(--primary-color);
}
}

@media screen and (max-width: 992px) {
         .footer-last .footer-container{
  flex-direction: column;
  align-items: center;
}
  .sticky-placeholder.active {
    /* display: block;
    height: 60px; */
}
.nav-logo{
    height:60px;
    /* overflow: hidden; */
}

    .search-dropdown{
        right: 0;
    }
    .main-nav{
    display: none;
   }
   .main-nav{
    display: none;
   }
   .about-part .img-sec{
    height: 300px;
     max-width: 380px;
     margin: 0 auto;
   }
   .about-part .img-sec img{
    height: 100%;
   }
   .main-img{
    height: 400px;
    margin: 0 auto;
   }
   .main-img img{
    width: 100%;
    height: 100%;
   }
   .certificate{
    position: absolute;
    bottom: -100px;
    right: 35%;
    width: 30%;
    height: 150px;
}
   .gallery-img{
    height: 260px;
   }
   
   .glory-name{
    position: absolute;
    top: 100%;
    left:20%;
    width: 60%;
    transform: rotate(0deg);
    font-size: 1.2em;
}
.glori-txt{
    text-align: center;
    margin: 0 auto;
}
.glori-txt p{
   text-align-last: center;
}
.train-txt{
    top:20%;
    width: 90%;
    right: 5%;
}
.gallery-title{
    margin-top:20px;
}
.train-txt h1{
    font-size: 1.5em;
}
.train-buttons{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.train-txt .about-more {
    /* padding: 12px 35px; */
    font-size: 1.2em;
    width: 280px;
}
.top-footer{
    text-align: center;
}
.logo-footer{
    flex-direction: column;
    align-items: center;
}
.abouts,.footer-navs,.socials{
    padding-top: 20px;
}
.socials{
    text-align: center;
}
.social-icons{
    justify-content: center;
}
.tels{
    margin-top: 20px;
}
#galery-right{
    right: 0;
}
#galery-left{
    left: 0;
}
}
  /* Responsive Design */
        @media screen and (max-width: 992px) {
            
            .main-nav {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: flex;
            }
            
            .search {
                display: none;
            }
             .logo-sec{
               margin-right: auto;
               width:270px;
            }
            .search img{
                padding-right: 25px;
            }
            
        }

        @media screen and (max-width: 768px) {
            .mobile-sidebar {
                width: 280px;
            }
            .gallery-title h3{
    font-size: 1.5em;
    font-weight: 400;
}
        }

        @media screen and (max-width: 480px) {
            .about-last{
    padding-top: 80px !important;
}
              .footer-last{
    flex-direction: column;
    align-items: center;
    padding: 20px;

  }
            .logo{
                height:100px;
            }
            .header-middle{
                height:35px;
            }
           
            .nav-logo{
                /* padding-right: 70px; */
            }
            .glory-item{
    height: 250px;
    
   }
    .glory-item img{
        object-fit:contain
    }
            .about-part .img-sec img {
    width: 300px;
   
}
             .certificate{
  
    right: 25%;
    width: 50%;

}
            .baner-item img{
    height: 200px
}
.banner-sec .navs img{
    height: 30px;
}
            .tels td{
                padding: 10px 0px;
            }
            .mobile-sidebar {
                /* width: 100%; */
                right: -100%;
            }
            
            .mobile-sidebar.active {
                right: 0;
            }
            .signin li:nth-child(3), .signin li:nth-child(4){
                /*display: none;*/
            }
        
    }
 .submenu {
      list-style: none;
      position: absolute;
      top: 100%;
      right: 0;
      min-width: 200px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      padding: 10px 15px;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: all 0.25s ease;
      z-index: 1000;
    }
    .submenu li {
      position: relative;
      display:block;
      padding:0;
    }
    .nav-item{
        position:relative;
    }
    .submenu .submenu {
      top: 0;
      right: calc(100% + 15px);
      transform: translateX(8px);
    }

   
    li.active > .submenu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }
/* ===== CSS مخصوص آکاردیون مجلات در موبایل ===== */

/* فقط در موبایل اعمال شود */
@media (max-width: 992px) {

.accordion-item .accordion-content {
    max-height: 0;
    /*overflow: hidden;*/
    transition: max-height 0.3s ease;
}


.accordion-item.active > .accordion-content {
    max-height: 9999px;
    overflow-y:auto;
      -webkit-overflow-scrolling: touch;
}


.accordion-trigger .menu-arrow,
.accordion-trigger .arrow {
    transition: transform 0.3s ease;
}

.accordion-item.active > .accordion-trigger .menu-arrow {
    transform: rotate(180deg);
}

.accordion-item.active > .accordion-trigger .arrow {
    transform: rotate(-90deg);
}


.accordion-content.level-1 {
    /*padding-right: 15px;*/
    overflow-y:auto;
}

.accordion-content.level-2 {
    /*padding-right: 15px;*/
    background-color: #fff;
}
.magazines a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 1em;
    transition: all 0.3s 
ease;
    position: relative;
    /*overflow: hidden;*/
}
.search-dropdown{
    width:300px;
}
.level-1 .accordion-item{
    /*background-color: #e9ecef;*/
    border-bottom: 1px solid #f1f3f4;
   /*overflow:hidden;*/
}
.level-1 .accordion-item a{
    background-color: #e9ecef;
            color: #819371;
} 
.level-2 .menu-item a{
    background-color: #fff;
            color: #333;
            border-bottom: 1px solid #f1f3f4;
} 
  
}
.add-pro{
        background-color: #d3ddc9;
}
.show-btn-pro{
    background:transparent;
    font-size:1.2em;
}
 /* ==================== Cart Submenu Styles ==================== */
  .cart-btn{
      /*border: 1px solid hsl(0deg 1.17% 62.7%);*/
    border-radius: 8px;
     /*margin-left: 10px;*/
      padding: 2px;
    
  }
 .signin{
     gap:8px
 }
   .cart{
 padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
   
  }
.cart-badge{
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: var(--primary-color);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: .8em;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-submenu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    width: max-content;
    background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
    box-shadow: 0 10px 40px rgba(8, 52, 140, 0.15);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 0;
    margin-top: 15px;
    border: 2px solid rgba(8, 52, 140, 0.1);
    overflow: hidden;
}


.cart:hover .cart-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cart-submenu::before, .empty-cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, 
       hsl(91.58deg 16.81% 22.16%) 0%, 
        var(--primary-color) 100%);
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, rgb(71 140 8 / 5%) 0%, rgb(138 109 14 / 5%) 100%);
    border-bottom: 2px solid rgba(8, 52, 140, 0.1);
}

.cart-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.cart-items-count {
    font-size: 13px;
    color: #666;
    background: rgba(8, 52, 140, 0.1);
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 600;
}

.cart-items {
    max-height: 320px;
    overflow-y: auto;
    padding: 10px 15px;
}

.cart-items::-webkit-scrollbar {
    width: 6px;
}

.cart-items::-webkit-scrollbar-track {
    background: rgba(8, 52, 140, 0.05);
    border-radius: 10px;
}

.cart-items::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid rgba(8, 52, 140, 0.05);
    position: relative;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.cart-item:hover {
    box-shadow: 0 4px 12px rgba(8, 52, 140, 0.1);
  
}

.cart-item-image {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgba(8, 52, 140, 0.05) 0%, 
        rgba(20, 61, 174, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(8, 52, 140, 0.1);
}

.cart-item-image img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

.cart-item-details {
    flex: 1;
    margin-right: 12px;
    padding-left: 30px;
}

.cart-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.cart-item-price {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.item-quantity {
    color: #999;
    margin-left: 6px;
}

.item-price {
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 4px;
}

.price-currency {
    font-size: 11px;
    color: #999;
    margin-right: 3px;
}

.remove-item-btn {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, 
        rgba(8, 52, 140, 0.05) 0%, 
        rgba(20, 61, 174, 0.05) 100%);
    color: var(--secondary-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.remove-item-btn:hover {
    background: var(--secondary-color);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.cart-footer {
    padding: 15px 20px;
    border-top: 2px solid rgba(8, 52, 140, 0.1);
    background: #fff;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
    background: linear-gradient(135deg, rgb(71 140 8 / 5%) 0%, rgb(138 109 14 / 5%) 100%);
    border-radius: 12px;
}

.total-label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.total-amount {
    display: flex;
    align-items: baseline;
}

.amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 4px;
}

.currency {
    font-size: 13px;
    color: #666;
}

.cart-actions {
    display: flex;
    gap: 10px;
}

.view-cart-btn, .checkout-btn {
    flex: 1;
    display: block;
    padding: 10px 8px;
    text-align: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.view-cart-btn {
    background: #fff;
    color: var(--primary-color) !important;
    border-color: var(--primary-color);
}

.view-cart-btn:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(8, 52, 140, 0.3);
}

.checkout-btn {
    background: linear-gradient(135deg, 
        var(--primary-color) 0%, 
        hsl(91.58deg 16.81% 22.16%) 100%);
    color: white !important;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(49 83 40 / 25%);
}
.cart-img{
    width:25px;
}

/* Empty Cart State */
.empty-cart{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    width: max-content;
    background: linear-gradient(135deg, #ffffff 0%, #f8f5ff 100%);
    box-shadow: 0 10px 40px rgba(8, 52, 140, 0.15);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 0;
    margin-top: 15px;
    border: 2px solid rgba(8, 52, 140, 0.1);
    overflow: hidden;
}
.empty-cart {
    text-align: center;
    padding:15px 10px;
}
.cart:hover .empty-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.empty-cart-icon {
    font-size: 38px;
    color: rgba(8, 52, 140, 0.3);
    margin-bottom: 10px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.empty-cart-message {
    font-size: 14px;
    color: #666;
    /* margin-bottom: 20px !important; */
    font-weight: 500;
}

.continue-shopping-btn {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, 
        var(--primary-color) 0%, 
       hsl(91.58deg 16.81% 22.16%) 100%);
    color: white !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 52, 140, 0.4);
}