:root {
	--white: #fff;
	--gray: #808080;
	--primary: #863A20;
  --secondary: #B68150;
	--success: #00A827;
	--info: #36b9cc;
	--warning: #E29A00;
	--danger: #E00000;
	--light: #ACACAC;
  --light-dark: #EEE1D5;
	--dark: #2B2B2B;
	--border-color: #CCC; 
	--bg-light: #FFF5ED;
  --bg-dark :#D9D9D9;
	--bb-gray: #CCC;
  --light-gray: #DEDEDE;
	--light-primary: #E9E3D5;
  --section-space: 0 0 4.5rem 0;
  --section-space-mobile: 0 0 3.75rem 0;
  --product-space: 1rem 0.75rem;
  --heading-bottom: 3.625rem;
  --heading-bottom-mobile:2.75rem;
  --light-radius: 0.75rem;
  --border-radius: 2.75rem;
}

* {
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  *,
  ::after,
  ::before {
      box-sizing: border-box
  }

body{
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    font-family: "DM Sans", sans-serif !important;
    text-rendering: optimizeLegibility;
}

h1{
    font-size: 5.625rem !important;
    font-weight: 900 !important;
    line-height: 5.625rem !important;
    text-transform: uppercase;
}
h2{
    font-size: 4.25rem !important;
    font-weight: 900 !important;
    line-height: 5.1rem !important;
    margin-bottom: 0 !important;
}
h4{
    font-size: 3rem !important;
    font-weight: 900 !important;
    line-height: 3.6rem !important;
    margin: 0 !important;
    text-wrap: balance;
}
h5{
  font-size: 1.125rem !important;
  line-height: 1.62rem !important;
}
h6{
    font-size: 1.875rem !important;  
    font-weight: 600 !important;
    line-height: 2.1rem !important;
    color: var(--secondary);
}
p{
    font-size: 1.375rem !important;
    font-weight: 500;
    color: var(--gray);
    line-height: 1.875rem !important;
}
a{text-decoration: none !important;}


small{
    font-size: 0.9375rem !important;
    line-height: 1.25rem !important;
    font-weight: 400;
    color: var(--gray);
    text-wrap: balance;
    display: block;
}
.fw-900{font-weight: 900 !important;}
.fw-800{font-weight: 800 !important;}
.fw-700{font-weight: 700 !important;}
.fw-600{font-weight: 600 !important;}
.fw-500{font-weight: 500 !important;}
.fw-400{font-weight: 400 !important;}

.primary{color: var(--primary) !important;}
.secondary{color: var(--secondary) !important;}
.white{color: var(--white) !important;}
.dark{color: var(--dark) !important;}
.warning{color: var(--warning) !important;}


.annonucement-bar{
   position: relative;
    text-align: center;
    padding: 0.75rem;
    overflow: hidden;
    background: transparent;
}
.annonucement-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 0;
  background: var(--primary);
  transform: translateX(-50%);
  animation: expandFromCenter 1s ease-out forwards;
  z-index: -1;
}

.annonucement-bar small {
   position: relative;
  z-index: 2;
  color: var(--white);
  opacity: 0;
  animation: fadeInText 0.8s ease-in forwards 0.5s;
}

@keyframes expandFromCenter {
  0% {
    width: 0;
    opacity: 0.8;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadeInText {
  from { opacity: 0; }
  to { opacity: 1; }
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.hero-image{
    position: relative;
    height: 100%;
}
.hero-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 76.15%);
    z-index: 2;
}
.hero-buttons { display: flex; gap: 1rem;}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100vh + 55px);
    color: var(--white);
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    
}
.banner-section .owl-nav {
  position: absolute;
  bottom: 60px;
  left: 158px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 20;
}

.banner-section .owl-nav .owl-next,.owl-nav .owl-prev{
  background: transparent !important;
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
  border-radius: var(--border-radius) !important;
  width: 35px;
  height: 35px;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.06) !important;
  margin: 0 !important;
}
.banner-section .owl-nav .owl-next span,.owl-nav .owl-prev span{font-size: 18px;}
.banner-section .owl-nav .owl-prev{order: 0;}
.banner-section .owl-nav .owl-next{order: 2;}
.banner-section .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 1.5px solid var(--white);
    border-radius: var(--border-radius) !important;
    padding: 6px 14px;
    height: 35px;
    width: 110px;
    order: 1;
    margin: 0 !important;
}
.banner-section .owl-dots > button {background: transparent !important;}
.banner-section .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: var(--white) !important;
  border-radius: var(--border-radius) !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  opacity: 0.5;
}
.banner-section .owl-dot{margin: 0 !important;}
.banner-section .owl-dot.active span { background: var(--white) !important;width: 32px !important;opacity: 1;}

/* --------- buttons start ---------*/

.btn {
    display: inline-block;
    padding: 0.75rem 1.625rem !important;
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 40px !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer;
    position: relative !important;
    transition: all 0.2s ease;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: none !important;
}


.btn:active {
  transform: scale(0.95);
}

.btn.btn-primary {
    background: var(--primary) !important;
    color: var(--white) !important;
    box-shadow: -2px 2px 0 0 var(--secondary) !important;
}


.btn.btn-secondary{
    border: 1px solid var(--primary) !important;
    background: var(--white) !important;
    color: var(--primary) !important;
    box-shadow: -2px 2px 0 0 var(--secondary) !important;
}
.btn.btn-outline-primary{
    border: 1px solid var(--white) !important;
    background: rgba(0, 0, 0, 0.00)!important;
    color: var(--white) !important;
    box-shadow: -2px 2px 0 0 var(--white) !important;
}
.btn:hover{
    box-shadow: none !important;
}

/* ---------- ANIMATIONS ---------- */
@keyframes bagShake {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
}

@keyframes bagBounce {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  25% { transform: translateY(-10px) rotate(-15deg) scale(1.1); }
  50% { transform: translateY(-15px) rotate(0deg) scale(1.2); }
  75% { transform: translateY(-10px) rotate(15deg) scale(1.1); }
}

.add-to-cart:hover .icon {
  display: inline-block;
  transform-origin: bottom center;
  animation: bagBounce 1.2s ease-in-out infinite, bagShake 1.2s ease-in-out infinite;
}

.btn-outline{
    background: transparent;
    border: 1px solid rgba(234, 234, 234, 0.22);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-outline span{
    font-size: 1.7rem;
    color: var(--white) !important;
}
.btn-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-align{
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.explore-btn{position: relative;text-decoration: none;display: inline-flex;align-items: center;gap: 10px;padding: 5px;}
.explore-btn::before{
    content: '';
    border-bottom: 1px solid var(--white);
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    right: 0;
}
.explore-btn span{font-size: 18px;}


/*---------- buttons end ------------*/


.hero-content h1{max-width: 725px;text-wrap: balance;}
.hero-content p{max-width: 600px;}

.space-align{padding: var(--section-space);}

.header-top{padding-bottom: var(--heading-bottom);}
.border.border-light{border-color: var(--border-color) !important;}
.catgry-box img{
    width: 100%;
    max-width: 130px;
    height: 150px;
    object-fit: contain;
}
.catgry-inner-box{
    aspect-ratio: 1 / 1;
    width: 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    place-content: center;
}
.products-explore img{border-radius: 24px;width: 100%;height: 100%;max-height: 1000px;}
.products-explore > div{padding: 40px;color: var(--white) !important;}

.product-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-flow: column
}
        
.product-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}
        
.product-image img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
}
        
.products-wrapper .product-content {
    padding: 1.5rem 2rem;
}
.product-content{
    padding: var(--product-space);
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: space-between;
}
        
   
.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
        
.price-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
        
.current-price {
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 2.34rem;
    color: var(--dark);
}
        
.original-price {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.62rem;
    color: var(--danger);
    text-decoration: line-through;
}
        
.discount-badge {
    color: var(--secondary);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.62rem;
}
        
.actions-section {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}
        
.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: 0.625rem;
}
        
.quantity-btn {
    background: var(--white);
    border: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal ;
    color: var(--gray);
    transition: background 0.2s;
    display: flex;
}
.quantity-btn span{font-size: 20px !important;}
        
 
.quantity-input {
    border: none;
    text-align: center;
    width: 50px;
    font-weight: 600;
    color: var(--dark);
    font-size: 1.1rem;
}
.quantity-input:focus{outline: none;}

.product-tag{background: var(--secondary);padding: 10px;border-radius: 10px;display: inline-block;position: absolute;top: 0;left: 0;margin: 20px;}

.actions-section .btn.btn-primary{
    font-size: 1.125rem !important;
    line-height: normal !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-grow: 1;
}

.about-wrapper{
    position: relative;
    background: var(--bg-light);
    overflow: hidden;
}
.about-sideimg{height: 100%;}
.about-sideimg img{height: 100%;object-fit: cover;}
.about-wrapper::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 250px;
    height: 250px;
    background-image: url(../images/modesticon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    z-index:  1;
}
.about-modest{
    max-width: 680px;
    margin: auto 0;
    height: 100%;
    place-content: center;
    padding: 7.5rem 0 7.5rem 3.75rem;
}

.vedio-wrapper{position: relative;height: 700px;overflow: hidden;}
.vedio-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.53) 100%);
    z-index: 2;
}
.vedio-wrapper .vedio-innerbox{
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.vedio-innerbox-text{max-width: 500px;margin-left: auto;}


.products-banner-section{
    background-image: url(../images/products-banner.webp);
    height: calc(100dvh - 100px);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    place-content: center;
}
.products-banner-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:   linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.products-banner-section .section-content{position: relative;z-index: 3;max-width: 750px;margin: auto;}
h6.sub-head{font-size: 0.875rem !important;color: var(--gray);font-weight: 500 !important;line-height: 1rem !important;}
label.cus-label {
  margin-bottom: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  background: var(--white);
  padding: 3px 5px;
  font-size: 0.75rem;
  color: var(--gray);
  font-weight: 500;
}
input.form-control {
  border: 1px solid var(--border-color) !important;
  height: 40px !important;
  border-radius: 8px !important;
  font-size: 1rem;
  font-weight: 500;
}
.form-control:focus{box-shadow: none !important;}
.divider{
    height: 1px;
    background: var(--border-color);
    display: block;
    width: 100%;
    margin: 28px 0;
}
.form-check{margin-bottom: 0.25rem !important;}
.form-check-input{width: 1.25rem !important;height: 1.25rem !important;margin-right: 8px !important;}


.carousel-container {
  position: relative;
  display: flex;
  align-items: center;
}

.outlet-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-right: 40px;
  scrollbar-width: none;
}

.outlet-carousel::-webkit-scrollbar {
  display: none;
}

.outlet-card {
  min-width: 350px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #000;
}
.outlet-card::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 76.15%);
    z-index: 2;

}

.outlet-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s;
}

.outlet-card:hover .outlet-img {
  transform: scale(1.05);
}

.outlet-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: white;
  z-index: 2;
}
.carousel-btn{
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outlet-overlay h6{color: var(--white) !important;font-weight: 900 !important;margin: 0 !important;}

.location-btn {
  background: var(--white);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: -2px 2px 0 0 var(--secondary);
}
.location-btn span{color: var(--primary) !important;  transition: transform 0.3s ease, color 0.3s ease;}

.location-btn:hover span {
  transform: scale(1.2);
  color: var(--secondary); 
}




 /*----- products page ---- */


 .progress-container {
    position: relative;
    height: 6px;
    background-color: var(--bg-dark);
    border-radius: 5px;
    cursor: pointer;
}
.progress-bar-fill {
    background-color: var(--primary);
    height: 100%;
    width: 0%;
    border-radius: 5px;
}
.progress-handle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background-color: var(--primary);
    border-radius: 50%;
    cursor: pointer;
}
.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.card{
    border-color: var(--border-color) !important;
    border-radius: 25px !important;
}
body .border-bottom{border-bottom: 1px solid var(--border-color) !important;}
.card-title{
    padding: 2rem 1.25rem;
    margin-bottom: 0 !important;
}
.card-body{padding: 2rem 1.25rem !important;}
.value-display{display: flex;justify-content: space-between;}
.value-display span{font-size: 0.75rem;line-height: 1.0625rem;font-weight: 600;color: var(--primary);}
.categry-box{
    padding: 0.5rem 1rem;
    margin-bottom: .15rem;
    background-color: var(--light-dark);
    border-radius: var(--light-radius);
    place-content: center;
}
.categry-box img{
    height: 70px;
    width: 100%;
    object-fit: contain;
}
.category-grid {
  display: grid;
  gap: 10px;             
  box-sizing: border-box;
  grid-template-columns: 1fr;
}
label.form-check-label{font-size: 0.875rem !important;color: var(--dark) !important;font-weight: 600;line-height: 1rem !important;}

.sort-select {
  width: 180px !important;
  border-radius: var(--border-radius) !important;
  padding: 10px 20px !important;
  border: 1px solid var(--border-color) !important;
  background-image: url(../images/arrow_drop_down.png) !important;
  background-size: 10px 6px !important;
  font-weight: 900 !important;
}

.search-box {
  width: 280px;
  height: 45px;
}

input.search-input {
  border-radius: var(--light-radius) !important;
  background-color: #F2F4F8 !important;
  color: var(--gray);
  border: none !important;
  box-shadow: none;
  height: 45px !important;
  padding: 16px 48px !important;
}

.search-icon{
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 18px !important;
    color: var(--gray);
}

.gallery-container {
  max-width: 100%;
}

.main-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.main-image{border: 1px solid var(--border-color);border-radius: 20px;}

.thumbnail-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1rem; 
  justify-items: center;
  align-items: center;
}
.thumbnail-images .img-thumbnail{padding: 0 !important;border-radius: 20px !important;cursor: pointer;}

.thumbnail-wrapper {
  position: relative;
}


.thumbnail-images img.active {
  border-color: var(--primary);
}

.thumbnail-wrapper button{
  position: absolute;
  background: var(--white);
  border: 1px solid  var(--border-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail-wrapper .prev-btn{left: -15px;}
.thumbnail-wrapper .next-btn{right: -15px;}



.top-space{margin-top: 8.125rem}
.custom-breadcrumb {
  --bs-breadcrumb-divider: ''; 
}
.breadcrumb-item + .breadcrumb-item {
  display: flex;            
  align-items: center;   
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '';
  display: inline-block;      
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bb-gray);
  margin: 0 10px;
  vertical-align: middle;   
  flex-shrink: 0;               
}
a:hover {
  color: var(--primary) !important;
}

.breadcrumb-item a{font-size: 1.375rem;font-weight: 600;color:var(--light)}
.breadcrumb-item.active{font-size: 1.375rem;font-weight: 600;color:var(--primary) !important}
.back-btn{display: inline-flex;align-items: center;}
.back-btn a{line-height: 0;}

.product-details-box .card{border: 1px solid var(--border-color) !important;padding: 24px !important;}
.shipping-icon{
  background: #F6F6F6;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.shipping-icon span{color: var(--primary);font-size: 28px !important;}
.product-details-box  .price-section{padding: 2.5rem 0;}
.product-details-box .current-price{
  font-size: 2.125rem;  
  line-height: 3.0625rem;
}
.product-details-box .quantity-control,.product-details-box .btn.btn-primary{
  padding: 1.15rem 2.5rem !important;
}




.cart-item{
  border: 1px solid var(--border-color);
  border-radius: 24px;
  overflow: hidden;
}
.cart-item-img img{
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.cart-item-inner{
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-item .delete-btn{
    background: #F6F6F6 !important;
    border: none !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-item .quantity-control{min-width: 180px;padding: 1rem;}
.danger{color: var(--danger) !important;}

.input-wrapper{position: relative;}
.input-wrapper .input-icon{position: absolute;top: 12px;left: 12px;color: var(--light-gray);}
.input-wrapper input{padding: 0.75rem 0.25rem 0.75rem 2.725rem !important;height: auto !important;}
.input-wrapper input::placeholder{color: var(--light-gray) !important;}

.input-wrapper label.error{
  position: absolute;
  font-size: 0.75rem;
  bottom: -20px;
  color: var(--danger) !important;
}

.modal-content{
  overflow: hidden;
  border-radius: 18px !important;
  border: none !important;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12) !important;
}
.login-form{
  padding: 2.5rem;
}
.input-wrapper .eye-icon-type{
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 0;
  color: #949494;
}
.input-wrapper.password-input  input{
  padding: 0.75rem 2.725rem 0.75rem 2.725rem !important;
}
.modal-content  .btn-close{
  background-image: none !important;
  background: #F2F2F2;
  z-index: 2;
  right: 16px;
  top: 16px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.modal-content  .btn-close span{font-size: 28px;}
.modal-content  .btn-close:focus{box-shadow: none !important;}

p.f20{
  font-size: 1.125rem !important;
  line-height: 1.62rem !important;
}
.signup-img{
  height: 870px !important;
  object-fit: cover;
}


/* Hero Section */

.profile-hero {
  background: url(../images/profilebg.webp) no-repeat center / cover;
  padding: 4rem 0 3rem;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
                
.profile-hero-content {
  position: relative;
  z-index: 1;
}
        
.profile-avatar-large {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    margin: 0 auto 1.5rem;
}
.profile-avatar-large img{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-container {
  margin-top: -2rem;
  padding-bottom: 5rem;
}
        

/* Sidebar */

.profile-container .profile-nav {
    position: sticky;
    top: 6rem;
}

.profile-container .nav-pills {
    background: var(--white);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 2rem 1.25rem;
    box-shadow: 0 10px 50px rgba(134, 58, 32, 0.1);
    border: none;
    position: relative;
    overflow: hidden;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 0%; }
    50% { background-position: 100% 0%; }
}

.profile-container .nav-pills .nav-link {
    color: var(--gray);
    border-radius: 16px;
    padding: 1.1rem 1.5rem;
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.profile-container .nav-pills .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    transform: scaleY(0);
    transition: transform 0.3s;
}

.profile-container .nav-pills .nav-link i {
    margin-right: 1.1rem;
    font-size: 1.35rem;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}

.profile-container .nav-pills .nav-link:hover {
    background: linear-gradient(135deg, rgba(134, 58, 32, 0.08), rgba(182, 129, 80, 0.08));
    color: var(--primary);
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(134, 58, 32, 0.12);
}

.profile-container .nav-pills .nav-link:hover::before {
    transform: scaleY(1);
}

.profile-container .nav-pills .nav-link:hover i {
    transform: scale(1.15) rotate(5deg);
}

.profile-container .nav-pills .nav-link.active {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
    color:  var(--white);
    transform: translateX(8px) scale(1.02);
    border-color: transparent;
    border-radius: 8px;
}


.profile-container .nav-pills .nav-link.active span {
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.profile-container .nav-pills .nav-link.logout {
    color: var(--danger);
    margin-top: 2rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--border-color);
    font-weight: 600;
}

.profile-container .nav-pills .nav-link.logout::before {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

.profile-container .nav-pills .nav-link.logout:hover {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(200, 35, 51, 0.1));
    color: var(--danger);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.15);
}

/* Responsive */
@media (max-width: 991px) {
    .profile-nav {
        position: relative;
        top: 0;
        margin-bottom: 2rem;
    }
}


.profile-container .card{
  box-shadow: 0 5px 30px rgba(0,0,0,0.08);
  transition: all 0.3s;
  margin-bottom: 2rem;
  border: none !important;
}
     

/* order */



.profile-container .order-card {
  border: 1px solid var(--border-color);
  padding: 24px;
  border-radius: 12px;
}
        
/* Header Section */

.profile-container .order-header {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
        
.profile-container .order-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}
        
.profile-container .order-date {
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
}
        
.profile-container .collapse-toggle {
  background: none;
  border: none;
  padding: 4px;
  transition: transform 0.3s ease;
}
.profile-container .collapse-toggle span{transition: transform 0.3s ease-in-out;}
        
.profile-container .collapse-toggle[aria-expanded="true"] span {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out !important;
}

/* Order Details Section */

.profile-container .order-details {
  padding-top: 20px;
}
        
.profile-container .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.profile-container  .detail-label {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
}
        
.profile-container .detail-value {
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
}
        
      
.profile-container .pricing-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--border-color);
}
.profile-container .price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
        
.profile-container .price-label {
  font-size: 16px;
  color: var(--gray);
  font-weight: 400;
}
.profile-container span.bg-success{background-color: var(--success) !important;}
        
.profile-container  .price-value {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
}
        
.profile-container .grand-total-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid var(--border-color);
}
        
.profile-container  .grand-total-label {
  font-size: 18px;
  color: var(--dark);
  font-weight: 700;
}
.profile-container .collapse.show{height: auto;overflow: hidden;}
        
.grand-total-value {
    font-size: 24px;
    color: var(--success);
    font-weight: 700;
}

.profile-container .product-card {
    background: #f8f9fa;
    border: 1px solid var(--border-color) !important;
    border-radius: 10px;
    padding: 20px;
    margin-top: 24px;
}
        
.profile-container .product-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--border-color);
}
        
.profile-container .product-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 4px;
}
        
.profile-container .delivery-date {
  font-size: 13px;
  color: var(--gray);
}
        
.profile-container .product-details-footer {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--light-gray);
}
        
.profile-container .product-detail-item {
    text-align: center;
}
        
.profile-container .product-detail-label {
  font-size: 12px;
  color: var(--gray);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
        
.profile-container .product-detail-value {
  font-size: 16px;
  color: var(--dark);
  font-weight: 600;
}
  
        
/* Address Cards */

.btn-danger{
  background: var(--danger) !important;
  box-shadow: -2px 2px 0 0 #ff8781  !important
}

.align_middle{
  display: flex;
  align-items: center;
  gap: 10px;
}





        .address-text {
            font-size: 16px !important;
            color: var(--gray);
            line-height: 1.6;
        }

        .address-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;
        }

        .address-card {
            background: var(--white);
            border: 1px solid var(--border-color);
            border-radius: 16px;
            padding: 1.5rem;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
        }

        .address-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            transform: scaleX(0);
            transition: transform 0.3s;
        }

        .address-card:hover {
            border-color: var(--secondary);
            box-shadow: 0 10px 30px rgba(134, 58, 32, 0.15);
            transform: translateY(-5px);
        }

        .address-card:hover::before {
            transform: scaleX(1);
        }


        .address-actions {
            display: flex;
            gap: 0.75rem;
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid var(--border-color);
        }
      

        .icon-wrapper {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .icon-option {
            flex: 1;
            min-width: 120px;
            padding: 12px;
            border: 2px solid var(--border-color);
            border-radius: 10px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s;
        }

        .icon-option input[type="radio"] {
            display: none;
        }

        .icon-option:hover {
            border-color: var(--primary);
            background: rgba(134, 58, 32, 0.05);
        }

        .icon-option input[type="radio"]:checked + label {
            color: var(--primary);
        }

        .icon-option input[type="radio"]:checked ~ .icon-option {
            border-color: var(--primary);
            background: rgba(134, 58, 32, 0.1);
        }

        .icon-option label {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            margin: 0;
        }

        .address-type-selector {
            display: flex;
            gap: 12px;
        }

        .type-btn {
            flex: 1;
            padding: 12px;
            border: 1px solid var(--border-color);
            background: var(--white);
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-weight: 600;
            color: var(--dark);
        }

        .type-btn:hover {
            border-color: var(--primary);
            background: rgba(134, 58, 32, 0.05);
        }

        .type-btn.active {
            border-color: var(--primary);
            background: var(--primary);
            color: var(--white);
        }      

/* Responsive */

@media (max-width: 991px) {
  .profile-nav {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
                 
}


.payment-method{
  display: flex;
  align-items: center;
  gap: 34px;
}
.payment-method .checkbox-text{
  font-size: 1.375rem !important;
  font-weight: 500;
  color: var(--gray);
  line-height: 1.875rem !important;
}
.checkout-box img{
  height: 120px;
  width: 120px;
  object-fit: cover;
  border-radius: 12px
}
.checkout-box{
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkout-text{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* About-page */

section.page-top {
    padding-top: 170px;
}
.inner-page-nav .navbar-nav .nav-link {
  color: var(--dark);
}
.inner-page-nav  .navbar-nav .nav-link::after {
  background-color: var(--primary);
}
.inner-page-nav .btn-outline {
  background: transparent;
  border: 1px solid #CCCCCC;
}
.inner-page-nav .btn-outline span {
  color: var(--primary) !important;
}
.inner-page-nav button.btn.btn-secondary {
  background: var(--primary) !important;
  color: var(--white) !important;
}
p.hd-p {
    width: 100%;
}
.about-page h2 {
  max-width: 80%;
}
.space-align h5 {
    font-size: 28px !important;
    line-height: normal !important;
    font-weight: 700;
    margin-bottom: 30px;
}
section.story-sec h5 {
    max-width: 70%;
}
section.story-sec p {
    max-width: 70%;
}
.why-choose-card p {
  width: 70%;
}
.why-choose-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.contact-sec .card span.contact-icon {
    font-size: 40px !important;
    width: 40px;
    height: 40px;
    color: var(--primary);
    margin-right: 20px;
}
.contact-sec .card a {
  font-size: 18px !important;
  text-decoration: underline !important;
}
.contact-sec .card small {
  font-size: 18px !important;
  line-height: normal !important;
}
textarea.form-control {
    border-radius: 8px;
}
.phone-input button.dropdown-toggle {
    background: #fff;
    border-radius: 8px 0 0 8px;
    border: 1px solid var(--border-color);
    border-right: 0;
    padding: 0 10px;
}
.phone-input input.form-control {
    border-radius: 0 8px 8px 0 !important;
}
.contact-sec .btn.btn-primary {
  text-decoration: none !important;
}
section.contact-sec .card {
  border-color: #DEE2E6 !important;
}
header.sticky-header nav.navbar.inner-page-nav img.logo {
    filter: brightness(0) invert(1) !important;
}
header.sticky-header .inner-page-nav .navbar-nav .nav-link {
    color: var(--white);
}
header.sticky-header .inner-page-nav .btn-outline span {
    color: var(--white) !important;
}
header.sticky-header .inner-page-nav .btn-outline {
  border: 1px solid var(--white);
}
nav.navbar.inner-page-nav img.logo {
    filter: unset;
}
/* responsive */


@media (max-width: 1550px) and (min-width: 1199px) {
  .products-container .quantity-input{width: 30px;}
  .products-container .actions-section .btn.btn-primary{flex-shrink: 0;}

}




@media (max-width: 576px) {
  .sort-select {
    width: 100%;
  }

  .search-box {
    width: 100%;
  }
}


@media (min-width: 576px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
.category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (min-width: 1200px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
}

@media (min-width:1399px){
  body .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  body .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  body .modal-xl {
    max-width: 1250px;
  }
}



@media (min-width:1700px){
  .quantity-control{min-width: 150px;}
}


@media (max-width: 1399.98px) { 
 
  h1{ font-size: 4.6875rem !important;line-height:4.6875rem !important;}
  h2{font-size: 3.75rem !important;line-height: 4.5rem !important; }
  h4 {font-size: 2.25rem !important;line-height: 2.7rem !important; }
  h6{font-size: 1.75rem !important;line-height: 1.96rem !important;}
  p{font-size: 1.25rem !important;line-height: 1.875rem !important;}
  .products-explore img {max-height: 650px;object-fit: cover;}
  .vedio-wrapper {height: 650px;}
  .catgry-box img { max-width: 130px; height: 130px;}
  .banner-section .owl-nav { left: 118px;}


 }

 @media (max-width: 1199.98px) { 
  .about-modest {padding: 5.5rem 1.75rem;}
  .outlet-card {min-width: 300px;}
  .current-price {font-size: 1.375rem;line-height: 1.98rem;}
  .original-price,.discount-badge {font-size: 1rem;line-height: 1.44rem;}

}

@media (max-width: 991.98px) { 
  .space-align{padding: var(--section-space-mobile);}
  .header-top {padding-bottom:var(--heading-bottom-mobile); }
  .vedio-innerbox-text { max-width: 700px;margin-left: inherit;}
  .outlet-card {  min-width: 250px;}
  .outlet-img {height: 250px;}
  .banner-section .owl-nav {  left: 110px;}
  .products-wrapper .product-content { padding: 1rem;}
  .product-details-box .price-section {padding: 2rem 0;}
  .product-details-box .current-price {font-size: 1.875rem;line-height: 2.5625rem;}
  .product-details-box .quantity-control, .product-details-box .btn.btn-primary { padding: 0.85rem 1rem !important;}
}

     
@media (max-width: 767.98px) { 

  h1{ font-size: 3.75rem !important;line-height:3.75rem !important;}
  h2 {font-size: 2.75rem !important; line-height: 3.3rem !important;}
  h6 {font-size: 1.5rem !important;line-height: 1.68rem !important;}
  p { font-size: 1.125rem !important;line-height: 1.6875rem !important; }
  .about-modest {  padding: 3.5rem 1.75rem;}
  .catgry-box img { max-width: 100px;height: 100px;}
  .about-wrapper::before { width: 180px;height: 180px;}
  .vedio-wrapper {height: 600px;}
  .thumbnail-wrapper .prev-btn {left: 0;}
  .thumbnail-wrapper .next-btn {right: 0;}
  .breadcrumb-item a,.breadcrumb-item.active {font-size: 1.25rem;}
  .login-form {padding: 1.5rem;}
}


 @media (max-width: 575.98px) {

  .catgry-box img {  max-width: 100%;   height: 125px;}
  .btn-outline span {font-size: 1.375rem;}
  .btn-outline{height: 40px;width: 40px;}
  .btn{font-size:0.9375rem !important; padding: 0.625rem 1.25rem !important;line-height: normal !important;}
  .product-card .actions-section .btn.btn-primary {font-size: 1rem !important;}
  .breadcrumb-item a,.breadcrumb-item.active {font-size: 1rem;}
  .product-details-box .price-section {padding: 1rem 0 2rem;}
}
