/*
 Tablet View (Below 1024px) 
@media (max-width: 1024px) {
    
}



 Small Mobile View (Below 480px)
@media (max-width: 480px) {
    
}
*/

/* Mobile View (Below 768px)  */
@media (max-width: 480px) {
    html
    {
      font-size: 14px !important;
    }
    .form-action-row
    {
        flex-direction: column;
        
    }
    .banner-slider {
  height: calc(80vh - 80px);
}

.banner-video {
  
  height: calc(80vh - 80px);
  width: 100%;
}

    section {
        width: 100%;
        padding: 8px;
        margin-bottom: 20px;
      }
      .section-info-left {
        width: 100%;
        padding: 8px;
      
      }
      .section-info-left h1 {
        font-size: 2.2rem !important;
        font-weight: 800;
        margin-bottom: 10px;
        color: var(--dark);
        font-family: var(--font-georgia);
      
      }
      
      .section-info-left span {
        color: var(--primary-color);
        font-size: 2rem;
        padding-bottom: 4px;
        
      }
      
      .section-info-left p {
        font-size: 0.9rem;
        color: var(--gray-800);
        font-weight: 400;
       
      
      }

      .section-about-right .about-more {
display: none;
}


.section-about-right .about-more-big 
{
  height: 150px;
  width: 150px;
}


    .header-top
    {
        display: none;
    }
    /* .header-middle{
       
    } */
    .header-middle-logo {
        width: 40%;
    }
    .header-middle-menu
    {
        justify-content: end;
    }
    .header-middle-menu-list
    {
        display: none;
    }
    .footer-top
    {
        justify-content: space-between;
    }
    .footer-top-logo {
        width: 40%;
        height: 40px;
    }
    .footer-top-slogan
    {
        display: none;
    }
    .footer-top-icons 
    {
        width: 40%;
    }
    .footer-middle 
    {
        flex-direction: column;
    }
    .footer-middle-contact
    {
        width: 100%;
        border: none;
        border-bottom: 1px solid var(--light);
    }
    .footer-middle-links
    {
        width: 100%;
        padding-left: 0;
        flex-wrap: wrap;
        
    }
    .footer-middle-links-home,
.footer-middle-links-webiste {
  flex: none;
  padding: 2px;
  width: 50%;
}
   .footer-middle-links-home h3,
    .footer-middle-links-webiste h3,
     .footer-middle-links-newsletter h3 
    {
      font-size: 1rem !important;
      line-height: 1.6;
    }
    

    .section-about {
       flex-direction: column;
    }
    .section-about-left,
    .section-about-right{
    width: 100%;
    }

    .section-about-left h1 {
        font-family: var(--font-Lora) !important;
        font-size: 2.2rem;
        width: 100%;
        color: var(--dark);
        font-weight: 800;
        margin-bottom: 8px;
      }
      
      .section-about-left h1 span {
       
        font-size: 2.3rem;
    
      }
      
      .section-about-left p {
        font-size: 1rem;
        
      
      }
      .section-about-right-info-card {

        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-content: space-evenly;
        font-family: var(--font-Lora);
      
      
      }
      .section-team {
        flex-direction: column;
        padding: 8px;
        gap: 20px;
        row-gap: 50px;
        
      }
      .team-info{
        flex-direction: column;
        
        padding: 8px;
        gap: 20px;
      }
      .team-info:nth-child(2)
{
  flex-direction: column;
  
}
      .team-info-message
{
   width: 100%;
  padding: 8px 8px;
  
}

      .team-item
      {
        width: 100%;
      }
      .team-item img {
  width: 100%;
  height: 250px;

  object-fit: cover;

}

.team-item-info {
  width: 100%;
  padding: 8px;
  display: flex;
  flex-direction: column;
}

.team-item-info h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
}

.team-item h4 {
  padding: 8px 18px;
  position: absolute;
  font-family: var(--font-inter);
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;

}

.team-item .second {
  background-color: var(--color-warning);
  top: -5%;
  right: -5%;

}

.team-item .first {
  background-color: var(--color-danger);
  top: -5%;
  left: -5%;

}
      .wholesale-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        list-style: none;
        justify-content: center;
        padding: 20px 25px ;
      }
      .wholesale-whyus-item
      {
        width: 100% !important;
      }
      .wholesale-whyus-item i {
        display: none;

      }
      .wholesale-whyus-item h4 
      {
        margin-left: 5px;
        text-align: center;
      }
      .wholesale-options
      {
        flex-direction: column-reverse;
      }
      .wholesale-options:nth-child(1)
      {
        flex-direction: column-reverse;
      }
      .wholesale-designer {
        
        width: 100%;
      }
      
      .wholesale-designer-info {
        width: 100%;
      }
      .wholesale-history-grid {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
      
      }
      .wholesale-store-flex
      {
        flex-direction: column;
      }
      .wholesale-store-left,
      .wholesale-store-right {
       width: 100%;
      
      }
      .customize-options
      {
          display: grid;
          gap: 80px;
          grid-template-columns: repeat(1,1fr);
          padding: 30px 30px;
          margin-bottom: 30px;
      }
      .customize-history-grid
      {
        margin-top: 20px;
          display: grid;
          gap: 30px;
          grid-template-columns: repeat(1,1fr);
      }
      .product-list-page-body 
      {
        flex-direction: column-reverse;
      }
      .product-list-page-filter
      {
        width: 100%;
      }
      .product-list-page-products {
        padding: 10px;
        width: 100%;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr) !important;
        height: fit-content;
      }
    .section-service-features {
        background-color: var(--color-dark);
        font-family: var(--font-Lora);
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
        justify-content: center;
        gap: 15px;
      }
      .service {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
      padding: 8px;
      width: 100%;
      border-radius: 8px;
      perspective: 1000px;
      text-align: center;
      height: fit-content;
      border: 1px solid white;

    }
      .service .service-info h4 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: var(--color-light);
  text-transform: uppercase;
  font-family: var(--font-inter);
  font-weight: 600;
}
  
      .section-categories {

        
        display: grid;
        padding: 10px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
      }
      
      .section-products-grid {
        width: 100%;
      
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        gap: 20px;
        margin-top: 10px;
        padding: 0 10px;
        font-family: var(--font-secondary);
      }
      .product-breadcrum
      {
        display: none;
      }
      .product-page-info-right-rating
      {
        flex-direction: column;
        padding: 10px;
        display: none;
      }
      .product-page-action
      {
        flex-direction: column;
      }
      .product-details h4 {
        font-size: 1.2rem;
        margin-bottom: 2px;
        font-weight: 600;
        color: var(--text-dark);
        
        width: 100%; /* or set a fixed width like 250px */
      
      }
      .product-details .product-buttons
      {
        display: flex;
      }

      .section-testimonial-grid {

        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 25px;
        row-gap: 50px;
      }

      .testimonial-info {
  position: absolute;

  background-color: var(--mid);
  
  bottom: -25%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: start;
  z-index: 5;
  border-radius: 50px;

  width: fit-content;
  box-shadow: 1px 2px 2px 1px var(--base);

}
      .header-mobile-menu-icon
        {
        width: 50px;
        height: 50px;
       
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        
        }


        .banner-video-info h1,
.banner-info h1 {
  font-size: 2.5rem;
  margin-bottom: 8px;
}

.banner-video-info p,
.banner-info p {
  font-size: 1rem;
  margin-bottom: 16px;
}

/* .dashboard {
  
} */

.dashboard-left {
  width: 10%;
  border-right: 2px solid var(--mid);
}
.dashboard-left ul li a
{
  display: none;
}
.dashboard-right{
 
  width: 90%;
}
.dashboard-grid
{
  grid-template-columns: repeat(2,1fr);
}
.tab-details
{
  
  width: 100%;
}

.tab-details-left
{
  width: 100% !important;
  flex-direction: column;
}
.tab-details-right
{
  width: 100% !important;
 
}
.address-list
{
  padding: 8px;
  
 
}
.showorders {

  flex-direction: column;

}
.order-items,
.order-info
{
  width: 100% !important;
}
.support-section
{
  flex-direction: column;
}
.support-section-left,
.support-section-right
{
  width: 100%;
}
.logoutbutton
{
  display: none;
}

.login-container {
  
  
  padding: 1rem;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
}

.login-box {
  width: auto;
  
}

.product-page {

  display: flex;
  justify-content: start;
  font-family: var(--font-Lora);
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.product-page-left {
  
  width: 100%;
  
}

.product-page-right {
   width: 100%;
}
.product-page-left-images {
  
  display: grid;
  grid-template-columns: repeat(5,1fr);
  
}

.images-item {
  height: 80px;
  
  padding: 4px;
  
}

.images-item img {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: fill;
}

.product-page-left-master {
  width: 100%;
  
}

.reviews {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}



.popup-content-left
{
  width: 100%;
 
  padding: 4px;
}
.popup-content-right
{
  width: 100%;
  
  padding: 4px;
}

.steps
                    {
                      padding: 10px;
                    }
.step .stepno
{
  height: 40px;
  width: 40px;
  font-size: 1rem;
   border: 5px solid var(--mid);
}
.step:before {
                       top: 20%;
                        right: -25%;
                        width: 40px;
                        height: 6px;
                        background-color: var(--mid);
                        z-index: 99;
                    }
.step .steptit{
                        width: 100%;
                        font-family: var(--font-inter);
                        color: var(--text-dark);
                        font-size: 1rem;
                        line-height: 20px;
                        vertical-align: middle;
                        text-align: center;
                        font-weight: 600;
                    }
                    
                    .step .stepdes
                    {
                        display: none;
                        
                    }
                    .banner-video-info h1,
.banner-info h1 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.banner-video-info p,
.banner-info p {
  font-size: 1rem;
  margin-bottom: 16px;
}

.banner-video-action,
.banner-action {
  display: flex;
  font-family: var(--font-Lora);
  gap: 10px;
  margin-top: 12px;

}




                    .banner-video-action a, .banner-action a {
                    padding: 8px;
                    width: 180px;
                  }

/* Product-List_page */


.product-list-page-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.product-list-page-filter {
  padding: 20px;
  width: 100%;
  height: fit-content;
  list-style: none;
}

.category-filter {
  display: flex;
  flex-direction: column;
  list-style: none;

}

/* .filter-box {} */

.filter-body {
  border: 1px solid var(--mid);
  display: none;
}

.filter-header {
  background-color: var(--base);
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.filter-header span {
  font-size: 1rem;
  color: var(--color-light);
}

.filter-header i {
  color: var(--color-light);
  display: block;
}

.filter-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px;
  border-bottom: 1px solid var(--mid);

}

.filter-item .rangebox
{
  width: 100%;
}
.range
{
  font-size: 1rem;
}
.filter-item p {
  font-size: 1rem !important;
  color: var(--text-dark) !important;
}


.product-list-page-products {
  width: 100% !important;
  padding: 20px;
  grid-template-columns: repeat(1,1fr) !important;
}

.blog-page{
        
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .blog-page-left{
        
         width: 100%;
         height: 100%;
    }
    .blog-page-right{
        
         width: 100%;
         height: 100%;
         padding: 8px;
    }
    .blog
    {
       font-family: var(--font-inter);
        position: relative;
        color: var(--text-dark);

    }
    .blog-info{
         padding: 35px 8px 8px 8px;
         width: 100%;
         display: flex;
         flex-direction: column;
         gap: 5px;
    }
    .blog-image
    {
        height: 250px;
        width: 100%;
    }
     .blog-image img
     {
        height: 100%;
        width: 100%;
     }
     .blog-date
     {
        position: absolute;
        padding: 8px 16px;
        background-color: var(--base);
        width: fit-content;
        top: 0;
        left: 0;
     }
     .blog-info h4
     {
       
          width: 100%;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.2;
     }
     .blog-info h6
     {
        text-align: end;
        width: 100%;
        font-size: 1rem;
     }
     .blog-info p
     {
        line-height: 1.3;
        width: 100%;
       margin-bottom: 10px;
        font-size: 1.1rem;
     }
     .blog-action
     {
         margin-top: 25px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
     }
     .blog-action a
     {
         padding: 4px 8px;
        font-size: 1.2rem;
        background-color: var(--dark);
        color: white;
        justify-items: end;
     }
     .blog-list
     {
        display: flex;
        flex-direction: column;
        gap: 10px;
       
     }
     .blog-list .active
     {
        background-color: var(--base);
     }
     .blog-list-item
     {
        display: flex;
        gap: 5px;
        align-items: start;
        position: relative;
        padding: 8px;
        border-bottom: 2px solid var(--dark);
       
     }
     .blog-list-item img
     {
        width: 20%;
        height: 60px;
        border-radius: 4px;
     }
    .blog-list-item p
    {
        color: var(--text-dark);
       font-size: 1.1rem !important;
       font-weight: 500;
       
    }
     .blog-list-date
     {
         position: absolute;
        padding: 4px 8px;
        background-color: var(--dark);
        width: fit-content;
        top: -10%;
        left:  0;
        font-size: 1rem;
        color: white;
        display: none;
     }
     .blog-page-right h4
     {
        margin-bottom: 25px;
        font-size: 1.5rem;
        color: var(--text-dark);
     }
     .blog-list-action
     {
        position: absolute;
        right: 0;
        bottom: 0;
         padding: 4px 8px;
        background-color: var(--dark);
        width: fit-content;

     }
     .blog-dots
     {
       
        height: fit-content;
        display: flex;
        gap: 5px;
        align-items: center;
     }
     .blogs-dots-dot
     {
        
        background-color: var(--dark);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        padding: 4px 8px;
        color: white;
         font-size: 1rem;
     }
     .dotactive
     {
        border: 2px solid var(--text-dark);
     }
.contact-page-flex
              {
                display: flex;
                flex-direction: column;
              }   
      .contact-page-left
              {
                
                width: 100%;
              }
      .contact-page-right
              {
                padding: 8px;
                width: 100%;
              }

 .checkout-flex
        {
            display: flex;
            width: 100%;
            flex-direction: column-reverse;
            
            
        }
        .checkout-left
        {
            width: 100%;
            padding: 8px;
            min-height: 100%;
           
        }
        .checkout-right
        {
            width: 100%;
            min-height: 100%;
            
        }
.notficatin-alert {
    position: absolute;
    width: 380px;
    display: flex
;
    align-items: center;
    gap: 5px;
    z-index: 999999;
    top: 8%;
    right: 0;
    animation: slideUpNotification 0.5s ease-in-out;
    margin-right: 10px;
    padding: 8px;
    border-radius: 8px 8px 8px 8px;
                }
              
              .form-action-button-box button {
  padding: 12px;
  font-size: 1rem;
  background-color: var(--color-dark);
  border: none;
  border-radius: 4px;
  min-width: 80px;
  color: var(--color-light);
}

.cart-page
        {
          
            flex-direction: column;
            
        }
        .cart-page-left
        {
            width: 100%;
            
            height: fit-content;
            flex: 1;
        }
        .cart-page-right
        {
            
            width: 100%;
             flex: 2;
            
        }
    .cart-product
        {
         flex-direction: column;
        }
        .cart-container table
        {
          width: 100%;
        }

        .cart-dropdown {
    position: absolute;
    width: 335px;
  }
  .product-page-right h4 {
    color: var(--text-dark);
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.2;
}

.offer h2 {
  font-size: 1.2rem;
color: var(--text-dark);
  text-align: center;
  width: 60%;
   
}
.offer h1
{
  color: var(--text-dark);
  font-size: 1rem;
  width: 40%;
  
   text-align: center;

}
.offer h3
{
  color: var(--text-dark);
  font-size: 1.2rem;
  width: 80%;
   
  text-align: center;
}

.contact-info
{
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.contact-info-item
      {
        width: 100%;
        border: 1px solid var(--mid);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:center ;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        background-color: var(--lightest);
      }
      .contact-info-item i
      {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid var(--mid);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        margin-bottom: 10px;
        color: var(--mid);
        background-color: var(--light);
        
      }
       .contact-info-item h4{
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 5px;
       }
        .contact-info-item span{
          font-size: 1rem;
          font-weight: 400;
          color: var(--text-dark);
        }
.contact-section img
{
  width: 100%;
  height: 580px;
}
.contact-action
{
  font-family: var(--font-inter);
  position: absolute;
  top: 40%;
  padding: 16px;
  width: 100%;
  height: 100px;
 line-height: 1.3;
  color: white;
}
.contact-action h3
{
  font-size: 2rem;
}
.contact-action p
{
  font-size: 1.1rem;
}

.review-slider-container {
                position: relative;
                overflow: hidden;
                height: auto; /* adjust as needed */
                min-height:600px;
            }

            .review-slider-grid
                        {
                           
                            grid-template-columns: repeat(1,1fr);
                            padding: 20px;
                            
                        }

              
              } /* end of file} */
 
                
             