


.font {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* --------------  heading section --------------   */



.clr{
  color: #F41BB2;
}

.pill-box{
  position: relative;
}
.pill{
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: rgba(255, 28, 28, 0.867);
  color: white;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50px;
 height: 20px;
 width: 20px;
 display: flex;
align-items: center;
justify-content: center;
}



.drop-tag{
  color: #F41BB2;
  border-bottom: 1px solid #f647ff6c;
  margin: 10px 0px;
}

.clr2{
  color: black;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 14px;
}
.clr-bg {
  border: 1px solid #F41BB2 !important;
  color: #F41BB2 !important;
  border-radius: 2px;
}
.clr-bg p{
  color: #F41BB2 !important;
}


.drop-image{
  height: 40px ;
  width: 40px;
  object-fit: cover;
  border-radius: 30px;
}

.drop-product{
  display: flex;
  align-items: start;
  gap: 10px;
  width: 276px;
}

.main-logo{
  width: 300px !important;
}
.main-logo2{
  width: 210px !important;
}


.heading-section {
  text-align: center;
  padding: 40px 0px;
}

.line {
  background-color: orange;
  height: 6px;
  width: 100px;
  margin: auto;
}

.heading-section p {
  margin-bottom: 0px;
  background-color: #ffd0f1;
  width: max-content;
  padding: 3px 30px;
  margin: auto;
  color: #F41BB2;
  border-radius: 15px 0px 15px 0px;
}

.heading-section h3 {
  margin-top: 10px;
  color: rgb(15, 14, 14);
}

/* --------------  header section --------------   */
.header-one {
  background-color: white;
}

.search-container {

  padding: 6px;
}

.nav-item {
  margin-left: 20px;

}

.nav-item2 a {
  font-weight: 300;
  color: rgb(79, 79, 79) !important;
  text-decoration: none;
}


.nav-item a {
  font-weight: 300;
  color: rgb(72, 72, 72);
}
.nav-item a svg {
  transition: transform 0.5s ease !important; /* Ensures smooth rotation */

}

.nav-item a:hover svg {
  transform: rotate(180deg) !important; /* Rotates SVG when link is hovered */
  color: #F41BB2;
}
.nav-item a:hover {
  font-weight: 300;
  color: #F41BB2;
}
.nav-item a:hover {
  color: #F41BB2 !important;
}

.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #fff;
}

.nav-item .dropdown-menu2 {
  position: absolute;
  top: 80%;
  left: 0px;
  right: 0;
  width: 90vw;
  background: white;
  display: none;
  list-style: none;
  padding: 30px 50px;
  margin: 0;
  border-radius: 6px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-item2 {
  position: relative;
}

.nav-item2 .dropdown-menu3 {
  position: absolute;
  top: 80%;
  left: 0px;
  right: 0;
  width: max-content;
  background: white;
  display: none;
  list-style: none;
  padding: 20px;
  margin: 0;
  border-radius: 6px;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.nav-item:hover .dropdown-menu2 {
  display: block;
  animation: fadeUp 0.4s ease forwards;
}

.nav-item:hover .dropdown-menu3 {
  display: block;
  animation: fadeUp 0.4s ease forwards;
}

.dropdown-menu2 a {
  text-decoration: none;
 
}

.dropdown-menu2 a:hover {
  color: #007bff;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-one {
  transition: all 0.3s ease-in-out;
}

.header-one.hide {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
  background-color: white;


}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
  background-color: white;

}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.search-bar {
  display: flex;
  background-color: rgb(255, 234, 255);
  width: 100;
  border-radius: 5px;
}
.search-bar input {

  background-color: rgb(255, 234, 255) !important;

}


.search-bar button {
  width: 15%;
  border: none;
  background-color: #F41BB2;
  border-radius: 0px 5px 5px 0px;
  color: white;
}
.search-bar input::-webkit-input-placeholder { color:#F41BB2; } 



.icons i{
  color:rgb(169, 164, 164);
  font-size:  22px !important;
}
.search-bar input {
  width: 85%;
  height: 45px;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0px 20px;
}

.location-item {
  list-style: none;

}

.location-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 7px;
  background: #fcfcfc;
  border: 1px solid #f41bb35c;
  border-radius: 25px;
  font-size: 14px;
  
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.location-item a i {
  color: #F41BB2;
  font-size: 16px;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.social-links li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: #F41BB2;
  text-decoration: none;
  border: 1px solid #f647ff56;
  background-color: #ffffff; /* default background */
  transition: all 0.3s ease;
}

.social-links li a:hover {
  transform: scale(1.1);
}

.social-links li a.facebook:hover {
  background-color: #1877f2; /* Facebook Blue */
}

.social-links li a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, 
              #fdf497 0%, 
              #fdf497 5%, 
              #fd5949 45%, 
              #d6249f 60%, 
              #285AEB 90%);
}

.location-item a:hover {
  background: #F41BB2;
  color: #fff;
}

.location-item a:hover i {
  color: #fff;
}



/* -------------- mobile header --------------   */






/* ----main ------------------÷ */

main {
  margin-top: 150px;
}


.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


/* -------------- cetgory box --------------   */

.category-box-card-container{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.category-box-card {

  width: 100px;
}

.category-box h6{
  text-align: center;
  color: #a900b2;
  font-weight: 800;
}
.category-box img{
  height: 120px !important;
  width: 120px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f426ff70;

}

.pagination .page-item.active .page-link {
    background-color: #198754; /* Bootstrap success green */
    border-color: #198754;
    color: #fff;

}

.pagination .page-link {
    color: #198754; /* text color */
}

.pagination .page-link:hover {
    background-color: #198754;
    border-color: #198754;
    color: #fff;
}

.category-link{
  background-color: #fff9fd;
  width: 100%;
  margin-top: 5px;
  padding: 5px 5px;
  border-radius: 5px;
}
.category-link a{
 color: #16792d;
}



.phone-category-section .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.phone-category-section .owl-carousel .owl-nav button.owl-next {
  height: 30px !important;
  width: 30px !important;
  background-color: white;
  border-radius: 50% !important;
  position: absolute !important;
  right: -15px !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
  top: 45% !important;

}

.phone-category-section .owl-carousel .owl-nav button.owl-next:hover {
  color: black !important;
}

.phone-category-section .owl-carousel .owl-nav button.owl-prev:hover {
  color: black !important;
}

.phone-category-section .owl-carousel .owl-nav button.owl-prev {
  height: 30px !important;
  width: 30px !important;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
  border-radius: 50% !important;
  position: absolute !important;
  left: -15px !important;
  top: 45% !important;

}






/* -------------- product box --------------   */


/* Quantity Wrapper */
.product-qty-wrapper {
  margin-bottom: 1.5rem;
}

  .p-star{
    font-size: 13px;
  }
  .pr-remove{
    position: absolute;
    top: -10px;
    right: -10px;
    border: none;
    background-color: rgb(255, 89, 74);
    color: black;
    border-radius: 50%;
    padding: 6px 12px;
  }


/* Minus and Plus Buttons */
.product-increase {
  border: 2px solid #f04e30;
  color: #f04e30;
  background-color: #fff;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-increase:hover {
  background-color:  #f04e30;
  color: #fff;
}

/* Product Count Display */
.product-count {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  padding: 7px 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #ffffff;
}

/* Action Buttons Wrapper */
.product-action-buttons {
  display: flex;
  gap: 1rem;
  justify-content: start;
}

/* Base Button Style */
.product-btn {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  transition: transform 0.2s ease;
  border: none;
  cursor: pointer;
}

/* Add to Cart */
.btn-cart {
  background-color: #28a745;
  color: white;
}

.btn-cart:hover {
  background-color: #16792d;
}

/* Buy it Now */
.btn-buy {
  background-color: rgb(255, 30, 0);
  color: white;
}

.btn-buy:hover {
  background-color: rgb(197, 23, 0);
}

/* Click Effect */
.product-btn:active,
.product-increase:active {
  transform: scale(0.97);
}


.carousel-two .item {
  padding: 15px 0px;

}

.product-card {
  background-color: white;
  border-radius: 5px;
  padding: 5px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  position: relative;
  border: 1px solid #ffd5f3d5;
  min-height: 440px !important;
}

.product-image {
  object-fit: contain;
  width: 100%;
  height: 249px;
  margin: auto;
  margin-top: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
    border-radius: 5px;
}

.product-card a {
  text-decoration: none;
}


.product-context {
  padding: 5px;
}
.product-context h6 {
  font-size: 16px;
  color: rgb(47, 47, 47);
}

.product-context:hover h6 {
  font-size: 16px;
  color: #F41BB2;
}

.product-card:hover .product-context h6{
  color: #F41BB2;
}


.product-context .category {
  background-color: #ffddf5;
  width: max-content;
  padding: 2px 30px;
  font-size: 12px;
  color: #F41BB2;
  border-radius: 20px;
  margin-bottom: 0px !important;
  position: absolute;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.qty p {
  font-size: 14px;
  color: rgb(155, 153, 153);
  margin-bottom: 0px;
}

.price {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: flex;
  gap: 10px;
  align-items: center;
}

.price .discount-price {
  color: #000000;
}

.price span:last-child {
  color: #d2d2d2;
  text-decoration: line-through;
  font-size: 14px;
}


.addtocart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.whishlist {
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 9px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: -100px;
  right: 10px;
  
}

.whishlist2 {
  background-color: #ffffff;
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 8px 9px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;

}

.product-card:hover .whishlist{
  top: 10px;
}

.whishlist i {
  font-size: 21px;
}


.whishlist:hover {
  background-color: #ffebee;
  border-color: #f44336;
  color: #f44336;
}

.add-cart {
  background-color: #ffd1f1;
  color: #F41BB2;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.counter-box {
  display: flex;
  align-items: center;
  background-color: #ffd1f1;
  border-radius: 8px;
  overflow: hidden;
}

.counter-box button {
  background-color: #ffd1f1;
  color: #F41BB2;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s ease; 
}

.counter-box button:hover {
  background-color: #ffbdeb;
}

.counter-box span {
  background-color: #ffbceb;
  color: #F41BB2;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: bold;
}


.top-products-section .owl-carousel .owl-nav button.owl-next {
  height: 40px !important;
  width: 40px !important;
  background-color: #F41BB2 !important;
  border-radius: 50% !important;
  position: absolute;
  right: -10px !important;
  top: 40% !important;

}

.top-products-section .owl-carousel .owl-nav button.owl-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: #F41BB2!important;
  border-radius: 50% !important;

  position: absolute;
  left: -10px;
  top: 40% !important;
}



/* -------------- fav -card --------------   */

.fav-card{

  position: relative;
}

.unfavorite-btn{
  background-color: transparent;
  border-radius: 50%;
  border :none;
  color: rgba(0, 0, 0, 0.294);
  position: absolute;
top: -17px;
font-size: 37px;
right: -17px;
}
/* -------------- blog --------------   */

.read-more {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 16px;
  background-color: #50914B;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.read-more:hover {
  background-color: #c84327;
}

/* .blog-section {
  padding: 60px 0;
} */





.blog-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-box a {
  text-decoration: none;
}

.blog-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}


.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}


.blog-data {
  padding: 20px;
}

.blog-data h4 {
  font-size: 22px;
  font-weight: 700;
  color: black !important;
  margin-bottom: 10px;
}

.blog-data p {

  color: #8f8f8f !important;

}

.blog-data hr {
  border: 0;
  height: 1px;
  background-color: #ddd;
  margin: 15px 0;
}

.dated {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #777;
}

.dated span {
  color: #f04e30;
  font-weight: 600;
}




/* -------------- Login --------------   */



.login-poster {
  background: linear-gradient(135deg, #fffefe, #ffffff);
  padding: 10px 0;
  display: flex;
  align-items: center;
}


.login-main-container {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  margin: auto;
  padding: 40px 30px;
  text-align: center;
}

.login-container p:first-child {
  font-size: 21px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.login-container p:nth-child(2) {
  font-size: 16px;
  color: #666;
}



.form-control {
  height: 45px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px !important;  
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.form-control:focus {
  outline: none;
  border-color: #50914B;
  box-shadow: 0 0 5px rgba(80, 145, 75, 0.2);
}

.btn-login {
  height: 45px;
  background: #50914B;
  color: white;
  border: none;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-login:hover {
  background: #3d7239;
}



.text-center a span {
  color: #50914B;
  font-weight: 600;
  transition: color 0.3s ease;
}

.text-center a span:hover {
  color: #3d7239;
  text-decoration: underline;
}


/* Main Container */

/* Page Title */
.page-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
    color: #F41BB2;
    font-weight: bold;
}

/* Cards */
.card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    padding: 20px;
    margin-bottom: 20px;
}

.card h4 {
    margin-bottom: 12px;
    color: #F41BB2;
    font-weight: 600;
}

/* Alerts */
.alert {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 500;
}

.alert.success {
    background: #e8f9f0;
    color: #0f8a50;
    border: 1px solid #0f8a50;
}

.alert.error {
    background: #fde8ec;
    color: #c1121f;
    border: 1px solid #c1121f;
}

.alert ul {
    margin: 0;
    padding-left: 18px;
}

/* Address */
.address-box {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.empty {
    color: #999;
    font-style: italic;
}

/* Order Summary */
.order-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.total-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.total-box .highlight {
    color: #F41BB2;
}

/* Buttons */
.btn {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    transition: transform 0.2s, background 0.3s;
    border: none;
}

.btn.primary {
    background: #F41BB2;
    color: #fff;
}

.btn.primary:hover {
    background: #d11495;
    transform: translateY(-2px);
}

.btn.secondary {
    background: #333;
    color: #fff;
}

.btn.secondary:hover {
    background: #111;
    transform: translateY(-2px);
}

/* Payment Card */
.payment-card h4 {
    margin-bottom: 18px;
}




/* -------------- Signup --------------   */


.signup {
  background: linear-gradient(135deg, #fffefe, #ffffff);
  padding: 10px 0;
}

.singup-box {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  max-width: 950px;
  margin: auto;
}


.singup-box h2 {
  font-weight: 700;
  color: #333;
  font-size: 28px;
}

.singup-box p {
  font-size: 15px;
  color: #666;
}


.form-control,
.form-select {
  height: 45px;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  transition: border-color 0.3s, box-shadow 0.3s;
  font-size: 15px;
}

.form-control:focus,
.form-select:focus {
  border-color: #50914B;
  box-shadow: 0 0 5px rgba(80, 145, 75, 0.2);
  outline: none;
}


.signup-btn {
  background-color: #50914B;
  color: #fff;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  transition: background 0.3s ease;
}

.signup-btn:hover {
  background-color: #3d7239;
}





.alert {
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 14px;
}



/* -------------- OTP Section --------------   */


.verifyotp {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.verify-box {
  text-align: center;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  border-radius: 10px;
}

.verify-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.verify-box p {
  font-size: 15px;
  color: #555;
}

.email-highlight {
  color: #f04e30;
  font-weight: 600;
}


.stylish-input {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.stylish-input:focus {
  border-color: #50914B;
  box-shadow: 0 0 5px rgba(80, 145, 75, 0.2);
  outline: none;
}

.verify-btn {
  width: 100%;
  background-color: #f647ff;
  color: white;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s ease;
}

.verify-btn:hover {
  background-color: #3d7239;
}

.text-success {
  font-weight: 600;
  margin-bottom: 15px;
  color: #28a745;
}

.text-danger p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #d9534f;
}



/* -------------- breadcrumb --------------   */


.breadcrumb {
  position: relative;
  padding: 30px 0 30px !important;
  color: #fff;
  overflow: hidden;
}


.breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/b2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  animation: zoomIn2 15s ease-in-out infinite alternate;
}


.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(66, 0, 72, 0.6), rgba(95, 0, 90, 0.4));
  z-index: 1;
}

.breadcrumb h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0 0;
  z-index: 2;
  position: relative;
  animation: fadeInUp 0.8s ease forwards;
}

.breadcrumb p {
  font-size: 16px;
  margin-bottom: 5px;
  z-index: 2;
  position: relative;
  animation: fadeInUp 0.6s ease forwards;
}

.breadcrumb a {
  color: #fff;
  font-weight: 500;
}

.breadcrumb svg {
  margin: 0 8px;
  vertical-align: middle;
}

.z-1 {
  z-index: 2 !important;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn2 {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}



/* -------------- Bannar --------------   */

.feature-box {
  display: flex;
  align-items: center;

  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  height: 100%;
}



.feature-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.feature-text .feature-title {
  font-weight: 600;
  font-size: 16px;
  color: #f04e30;
  margin-bottom: 5px;
}

.feature-text .feature-description {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.carousel-one .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.carousel-one .owl-nav button.owl-prev,
.carousel-one .owl-nav button.owl-next {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
  border: none;
  font-size: 24px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  transition: background-color 0.3s ease;
}

.poster .carousel-one .owl-nav button.owl-prev {
  left: 20px;
}

.poster .carousel-one .owl-nav button.owl-next {
  right: 20px;
}


.carousel-one .owl-nav button:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.banner img {
  height: auto;
  object-fit: cover;
}



/* -------------- reel --------------   */



.reel-carousel {
  position: relative;
  padding: 0 20px;
}


.reel-carousel .item {
  padding: 10px;
  height: 430px;
  position: relative;
  overflow: hidden;
}

.reel-carousel .item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.reel-carousel .item video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}




.reel-section .owl-carousel .owl-nav button.owl-next,
.reel-section .owl-carousel .owl-nav button.owl-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: rgba(255, 255, 255, 0.768) !important;
box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
  border-radius: 50%; 
  position: absolute;
  bottom: -20px !important;
}



.reel-section .owl-carousel .owl-nav button.owl-prev {

  bottom: -20px !important;
  right: 120px !important;
}

.reel-section .owl-carousel .owl-nav button.owl-next {

  bottom: -20px !important;
  right: 60px !important;
}


/* -------------- review section --------------   */


.review-section {
  position: relative;
}

.heading-section h6 {
  color: #A7CE3C;
  font-weight: 600;
}


.heading-section h4 {
  color: #50914B;
  font-size: 18px;
  margin-top: 10px;
}


.vertical-review-wrapper {
  position: relative;
  height: 660px;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}


.vertical-review-track {
  animation: scroll-up 6s linear infinite;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.review-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-review-section .review-box {
  background-color: white !important;
  padding: 20px;
  width: 30%;
  min-width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}


@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }


}


.fade-top,
.fade-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 5;
  pointer-events: none;
}

.fade-top {
  top: 0;
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
}

.fade-bottom {
  bottom: 0;
  background: linear-gradient(to top, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
}


.main-btn {
  background-color: #F41BB2;
  color: white;
  padding: 13px 25px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  border: none;
  text-decoration: none;
  
}


.main-btn:hover {
  background-color: #F41BB2;
}





.review-section .item {
  padding: 60px 0;
}

.review-section .review-box {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  min-height:auto;
}

.profile-image {
  width: 50px;
  height:50px;
}

.profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.review-profile {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.review-profile h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.review-box p {
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.review-rating {
  margin-bottom: 10px;
}

.review-rating i {
  color: gold;
  font-size: 16px;
  margin-right: 2px;
}

.review-section .owl-carousel .owl-nav button.owl-next,
.review-section .owl-carousel .owl-nav button.owl-prev {
  height: 40px !important;
  width: 40px !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-radius: 50%;
  position: absolute;
  bottom: -20px !important;
}

.review-section .owl-carousel .owl-nav button.owl-next {
  right: 20px !important;
}

.review-section .owl-carousel .owl-nav button.owl-prev {
  right: 60px !important;
}



/* -------------- About section --------------   */


.about-title {
  font-size: 32px;
  font-weight: 700;
  color: #2e4d32;
  margin-bottom: 20px;
}

.about-page-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}



.image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* -------------- about Counter  section --------------   */
.counter-section {
  position: relative;
  background: linear-gradient(135deg, #914b90, #4d2e4c);
  padding: 10px 0;
  color: white;
  margin-top: 40px;

}

.counter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.counter-container {
  position: relative;
  z-index: 2;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading span {
  display: inline-block;
  background: white;
  color: #50914B;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 14px;
}

.section-heading h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}

.counter-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.counter-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.counter-item i {
  font-size: 36px;
  margin-bottom: 15px;
  display: inline-block;
  color: #fff;
}

.counter-item .number {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-item p {
  font-size: 15px;
  margin-bottom: 0;
  color: #f1f1f1;
}

/* --------------Contact  section --------------   */

.contact-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.contact-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  min-height: 160px;
  margin-bottom: 20px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-box h5 {
  font-weight: 600;
  font-size: 18px;
  color: #F41BB2;
}

.contact-box p {
  color: #555;
  margin: 0;
  font-size: 16px;
}

.contact-from {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.contact-from .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.contact-from .form-control:focus {
  border-color: #50914B;
  box-shadow: 0 0 0 0.2rem rgba(80, 145, 75, 0.25);
}

.map-container iframe {
  border-radius: 12px;

  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.animate-fade-in {
  opacity: 0;
  animation: fadeInUp2 0.6s ease-out forwards;
}

.animate-fade-in.delay-1 {
  animation-delay: 0.3s;
}

.animate-fade-in.delay-2 {
  animation-delay: 0.6s;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* --------------Faq  section --------------   */


.faq-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}



.heading-section h6 {
  color: #f647ff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}



.heading-section h4 {
  color: #50914B;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
}

.accordion-item {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-weight: 600;
  color: #333;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.accordion-button::after {
  color: #50914B !important;
}


.accordion-button:not(.collapsed) {
  background-color: #f5e1f5 !important;
  color: #914b88 !important;
  box-shadow: none !important;
}


.accordion-body {
  background-color: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  padding: 20px;
}



/* --------------privacy-policy --------------   */

.privacy-policy-container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
}

.text-context li.active {
  color: #007bff;
  border-left: 5px solid #007bff;
  padding-left: 10px;
  background-color: #eef4ff;
}

.text-context {
  width: 25%;
  position: sticky;
  top: 100px;
  height: fit-content;
  background: #f7f7f7;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.text-context ul {
  list-style: none;
  padding: 0;
}

.text-context li {
  margin: 10px 0;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.text-context li.active {
  color: #007bff;
}

.detaildata {
  width: 75%;
}

.detaildata section {
  margin-bottom: 3rem;
  scroll-margin-top: 100px;
}

.detaildata h2 {
  margin-bottom: 1rem;
  color: #333;
}

.detaildata p {
  line-height: 1.8;
  color: #555;
}


/* --------------product-page  --------------   */

.product-review-box {
  background-color: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.review-stars i {
  font-size: 18px;
}

.review-quote {
  font-style: italic;
  font-size: 15px;
  color: #444;
  margin: 0 0 8px;
}

.review-author {
  font-size: 14px;
  color: #666;
}

.product-share a {
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none !important;

}

.product-share a:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
  opacity: 0.9;
}


.product-page h1{
  font-size: 36px;
  color: black;

}

.product-price del {
  font-size: 1.1rem;
}

.product-share a {
  color: #007bff;
}

.product-share a:hover {
  text-decoration: underline;
}

.highlight-section .highlight-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px;
  min-height: 110px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 30px;
}



.highlight-section .icon {
  color: #f44336;
  transition: color 0.3s ease;
}

.highlight-section .highlight-box:hover .icon {
  color: #f44336;
}

.highlight-section strong {
  font-size: 18px;
  color: #333;
}

.highlight-section p {
  font-size: 14px;
  color: #555;
  margin: 10px 0 0;
}


.review-box {
  background-color: #fefefe;
}

.customer-review {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 5px;
}

.main-image{
  display: flex;
  justify-content: center;
}

.thumb-images{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.main-image img {
  transition: all 0.3s ease;
  border-radius: 12px;
  width: 86%;
}

.thumb-images img {
  transition: transform 0.2s ease, border 0.2s ease;
}

.thumb-images img:hover {
  transform: scale(1.05);
  border: 2px solid #007bff;
}

.price h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

.price del {
  font-size: 1rem;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
  border-color: #dc3545;
}

.badge.bg-danger {
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.rating-star {
  transition: transform 0.2s;
}

.rating-star:hover {
  transform: scale(1.1);
}

.quantity-control {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.qty-btn {
  width: 40px;
  height: 40px;
  background-color: #28a745;

  color: white;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.qty-btn:hover {
  background-color: #36480f;
}

.qty-display {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: #f1f1f1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}



/* --------------Filter Sidebar Styling  --------------   */



.filter-side {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 90px;
  z-index: 10;
}

.filter-side h5,
.filter-side h6 {
  font-weight: 700;
  color: #2e4d32;
  margin-bottom: 5px;
}

.filter-side ul {
  padding-left: 0;
  margin: 0;
}

.filter-side ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  transition: background 0.3s;
  padding: 3px 5px;
  border-radius: 6px;
  cursor: pointer;

}

.filter-side input[type="checkbox"] {
  appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  border-radius: 1px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-side input[type="checkbox"]:checked {
  border-color: #50914B;
  background-color: #50914B;
}

.filter-side input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  top: 1px;
  left: 3px;
  transform: rotate(45deg);
  display: none;
}

.filter-side input[type="checkbox"]:checked::after {
  display: block;
}

.filter-side label {
  font-size: 12px;
  color: #333;
  margin: 0;
  transition: color 0.2s ease;
}

.filter-side li:hover {
  background-color: #f7f9f7;
}

.filter-side li:hover label {
  color: #50914B;
}

.filter-side li:hover input[type="checkbox"] {
  border-color: #50914B;
}








/* --------------Add to card --------------   */



.addtocart-dashboard {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 20px;
    padding: 20px;
}

.cart-left-profile,
.cart-right-profile {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.addtocart-product {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 35px 10px;
    border-bottom: 1px solid #ddd;
}

.cate{
  font-size: 12px;
  margin-bottom: 0px;
  width: max-content;
  background-color: #ffe4ff;
  padding: 2px 10px;
  border-radius: 30px;
  color: #f426ff;
}
.order-info h6{
  width: 300px;
}
.quantity-control form{
  display: flex;
  gap: 20px;
}
.quantity-control form p{
  background-color: rgb(248, 248, 248);
  padding: 10px 20px;
  border-radius: 5px;
}
.remove{
  background-color: transparent;
border: 1px solid #0a4f05;
font-size: 13px;
border-radius: 10px;
}


.cart-right-profile {
    position: sticky;
    top: 0;
    height: 300px;
}

.checkout-btn {
    width: 100%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
}

.cart-price {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}


.edit-detail a {
    background-color: black;
    padding: 10px 20px;
    width: 100%;
    color: white;
    border: none;
    border-radius: 5px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.edit-detail a:hover {
    background-color: black;
    box-shadow: none;
}

.list-of-action {

    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.list-of-action-item a {
    background: linear-gradient(135deg, black, black);
    /* Green gradient */
    border-radius: 5px;
    margin: 10px 0px;
    display: flex;
    gap: 10px;
    padding: 10px 10px;
    align-items: center;
    text-decoration: none;
    color: white;
}

.text-color {
    color: rgb(108, 107, 107);
}

.order-info{
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-name{
  width: 200px;
}


.checkout-btn {
    width: 100%;
    padding: 10px;
    background: #198754;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}


.back-icon {
    display: none;
}

.add-address-section input {

    height: 60px;
    padding: 10px;
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
    margin: 4px 0px;
    background-color: rgba(230, 230, 230, 0.329) !important;
}

.address-form-part {
    background-color: white;
    padding: 20px 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.add-address-section {
    padding-bottom: 100px;
}


.personal-detail-show {
    margin-bottom: 40px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

.customer-box {
    position: relative;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}



/* --------------Blog Page  --------------   */



.service-detail-container {
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 40px 0px;
  gap: 30px;
}


.service-page-image {
  width: 100%;
  height: 500px;
  object-fit: contain;
  border-radius: 30px;

}

.service-header {
  background-color: white;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 20px;
}

.sidebar {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  height: max-content;
  position: sticky;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  top: 100px;
}

.recent-service {
  list-style: none;
  margin-top: 10px;
}

.recent-service {
  background-color: #007bff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;

}

.recent-service a {
  text-decoration: none;
  color: white;

}

.recent-blog a {
  text-decoration: none;
  color: rgb(22, 68, 106);
  font-size: 14px;

}

.recent-blog {
  list-style: none;
  margin-top: 10px;
}

.recent-blog {
  background-color: transparent;
  padding: 5px 10px;

  border-radius: 5px;
  width: 100%;

}

.blog-box {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  min-height: 320px;
}

.blog-box h5 {
  font-weight: 500;
  font-size: 16px;
}

.blog-box hr {
  margin: 0px;
  padding: 0px;
}

.dated {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;

}

.blog-image img {
  width: 100%;
  border-radius: 0px;
  height: 240px;
  border-radius: 10px;
}


/* --------------checkout --------------   */


.checkout-box{
  background-color: white;
  padding: 20px;
  position: sticky;
  top: 100px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 10px;
}
.clr{
  color: #F41BB2;
}
.checkout-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}



.card {
    background: #fff;
    border-radius: 16px;

    overflow: hidden;
}

.card-header {
    background: #F41BB2;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
}

.card-body {
    padding: 20px;
}

.product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.product-item img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.product-info {
    flex-grow: 1;
    margin-left: 15px;
}

.product-info h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.product-info small {
    color: #777;
}

.product-price {
    font-weight: bold;
    color: #333;
}

.total-box {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #F41BB2;
}


.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 3px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
}

.form-group input:focus {
    border-color: #F41BB2;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    width: 100%;
    padding: 12px;
    background: #F41BB2;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #d21496;
}

/*-----------------------add-address-section--------------------------*/

  .overview-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .overview-heading h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #333;
  }

  .back-icon a {
    color: #333;
    font-size: 20px;
    transition: color 0.3s ease;
  }

  .back-icon a:hover {
    color: #007bff;
  }

  .address-form-part {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }

  .address-form-part label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #444;
  }

  .address-form-part input[type="text"] {
    width: 100%;
    padding: 10px 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fefefe;
    font-size: 15px;
    margin-bottom: 20px;
    transition: border 0.3s;
  }

  .address-form-part input[type="text"]:focus {
    border-color: #007bff;
    outline: none;
  }

 

  @media (max-width: 767px) {
    .address-form-part {
      padding: 20px;
    }

    .overview-heading {
      flex-direction: column;
      align-items: flex-start;
    }

    .main-btn {
      width: 100%;
    }
  }
 .adress-detail-show {
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .add-adress {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .add-adress h4 {
    font-weight: 600;
    color: #333;
  }




  .address-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .address-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  .address-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .address-card-header h6 {
    margin: 0;
    font-weight: 600;
    color: #2c3e50;
  }

  .btn-edit,
  .btn-delete {
    border: none;
    background: none;
    color: #333;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .btn-edit:hover {
    color: #007bff;
  }

  .btn-delete:hover {
    color: #dc3545;
  }

  .address-card-body p {
    margin: 6px 0;
    color: #555;
    font-size: 15px;
  }

  @media (max-width: 767px) {
    .add-adress {
      flex-direction: column;
      gap: 15px;
    }
  }


/* --------------order --------------   */

    .order-card {
        display: flex;
justify-content: space-between;
        align-items: center;
        padding: 0px 30px;
    }
    .order-info {
        display: flex;
        align-items: center;
        gap: 30px;
        width: 360px;
    }
    .status.delivered {
        color: green;
        font-weight: bold;
    }
    .status.pending {
        color: orange;
        font-weight: bold;
    }
    .status.cancelled {
        color: red;
        font-weight: bold;
    }
    .status {
    padding: 6px 12px;
    border-radius: 4px;
    color: #fff !important;
    font-weight: bold;
    display: inline-block;
}

.status.pending {
    background-color: #f0ad4e; /* Orange */
}

.status.completed {
    background-color: #5cb85c; /* Green */
}

.status.cancelled {
    background-color: #d9534f; /* Red */
}
/* --------------Cetegory Page  --------------   */


 .main-image img {
    transition: all 0.3s ease;
    border-radius: 12px;
  }

  .thumb-images img {
    transition: transform 0.2s ease, border 0.2s ease;
  }

  .thumb-images img:hover {
    transform: scale(1.05);
    border: 2px solid #007bff;
  }

  .price h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }

  .price del {
    font-size: 1rem;
  }

  .btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.2s ease;
  }

  .btn-primary:hover {
    background-color: #0056b3;
  }

  .btn-outline-danger:hover {
    background-color: #dc3545;
    color: #fff;
    border-color: #dc3545;
  }

  .badge.bg-danger {
    font-size: 0.85rem;
    padding: 5px 10px;
    border-radius: 20px;
  }
  .rating-star {
      transition: transform 0.2s;
    }
    .rating-star:hover {
      transform: scale(1.1);
    }

    .quantity-control {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
}

.qty-btn {
  width: 40px;
  height: 40px;
  background-color: #4C6417;;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.qty-btn:hover {
  background-color: #36480f;
}

.qty-display {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background-color: #f1f1f1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}





/* --------------product-page --------------   */

 .star-rating {
  display: flex;
  gap: 8px;
  cursor: pointer;
}

.star {
  font-size: 2rem;
  color: #ccc;
  transition: color 0.2s;
}

.star.hover,
.star.selected {
  color:gold;
}

  .review-card {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.review-card-header {
  background-color: #fff;
  color: black;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.review-card-body {
  padding: 1.5rem;
}

.review-form-label {
  font-weight: 600;
  color: #f66fde;
  margin-bottom: 0.5rem;
  display: block;
}

.review-form-textarea,
.review-form-select,
.review-form-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.75rem;
  font-size: 0.95rem;
  outline: none;
  transition: border 0.2s ease;
}

.review-form-textarea:focus,
.review-form-select:focus,
.review-form-input:focus {
  border-color: #980667;
  box-shadow: 0 0 0 2px rgba(83, 145, 79, 0.2);
}

.review-submit-btn {
  background-color: #f66fde;
  color: #fff;
  font-weight: 600;
  padding: 0.75rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.review-submit-btn:hover {
  background-color: #9600a7;
}


  /* Layout helper – adjust size as you like */
  .zoom-wrap {
    width: 100%;         /* set your desired width */
    height: auto;        /* set your desired height */
    overflow: hidden;     /* hide the cropped edges while zoomed */
    border-radius: 12px;
    position: relative;
  }

  /* The image */
  .zoom-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;           /* keeps aspect fill */
    transition: transform .28s ease, transform-origin .08s linear;
    transform-origin: center;    /* JS will update this as you hover */
    will-change: transform;
    display: block;
  }

  /* 2x zoom on hover */
  .zoom-wrap:hover img {
    transform: scale(3);         /* exactly 2x */
  }

  /* Optional: a subtle “grab” cursor hint */
  .zoom-wrap:hover { cursor: zoom-in; }



/* --------------Resposive --------------   */

.phone-wish-btn2{
  display: block;
}


.phone-wish-btn {
  background-color: #ffffff;
  border: 2px solid #ffd0d0;
  border-radius: 50%;
  padding: 4px 4px;
  font-size: 19px;
  color: #f62222;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;

}
.phone-wish-btn:hover{
  background: #F41BB2;
  color:  white !important;
}

.no-products{
  width: 100%;
  text-align: center;
}

.filter {
  display: flex;
  gap: 10px;
}

.sort-box li {
  list-style: none;
  color: #ff67d1;
  border: 1px solid #fdceff8e;
  padding: 2px 1px;
  border-radius: 3px;
}

.sort li i {
  font-size: 23px;
}



.sort-box ul {
  
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0px;
  align-items: center;
  position: sticky !important;
  top: 0px;
  z-index: 999;
  background-color: white;
  width: 100%;
  padding:5px 5px;
  flex-wrap: wrap;
}

.sort-box li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sort-box li:hover {
  border-color: #F41BB2;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}



.sort-box select {
  border: none;
  outline: none;
  font-size: 12px;
  background: transparent;
  cursor: pointer;
  padding: 3px 4px;
}

.sort-btn {
  border: none;
  background: #F41BB2;
  color: #fff;
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}
.sort-btn a{
  text-decoration: none;
  color: white;
}

.sort-box button:hover {
  background: #F41BB2;
}

.best-cetgory-box img {
  height: 175px;
  width: 175px;
  border-radius: 5px;

}

.best-cetgory-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 180px;


}
.best-cetgory-box h6{
 color: #a900b2;
  font-weight: 800;
}

.phone-category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  justify-content: center;
}

.phone-product-section {
  display: none;
}

.phone-heading {
  display: none;
}

.phone-icon-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 11px;
}

.phone-search {
  padding: 5px 11px;

}

.phone-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  /* adjust color */
  z-index: 9999;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.phone-header.hide {
  transform: translateY(-100%);
}

.phone-header.show {
  transform: translateY(0);

}

.phone-header {
  display: none;
}

.phone-category-section {
  display: none;
}

.phone-search-container {
  display: none;
}

.search-container-section {
  display: block;
}

.phone-wishlist-section {
  display: none;
}

.wishlist-section {
  display: block;
}

.unfavorite-btn-phone {
  background-color: #fef1ff;
  border: 1px solid #F41BB2;
  color: #F41BB2;
  border-radius: 3px;
  margin: 10px;
}

.phone-qty {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 20px;
}

.dashboard-link {
  display: none;
}

.phone-dash {
  display: none !important;
}

.category-section .best-cetgory-box h6 {
  background-color: transparent !important;
  padding: 0px !important;
}




/* 🔹 Notification Wrapper (Fixed at top-right) */
.notification-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  /* Always on top */
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* space between multiple alerts */
}

/* 🔹 Alert Box Styling */
.custom-alert {
  position: relative;
  width: max-content;
  padding:5px 20px;
  border-radius:30px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  line-height: 1.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 🔹 Error Styling */
.custom-alert.error {
  background: #fcebea;
  border-left: 6px solid #e3342f;
    border-right: 6px solid #e3342f;
  color: #cc1f1a;
}

/* 🔹 Success Styling */
.custom-alert.success {
  background: #e6ffed;
  border-left: 6px solid #38c172;
    border-right: 6px solid #38c172;
  color: #1f9d55;
}

/* 🔹 Close Button */
.custom-alert .btn-close {

  margin-left: 50px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #555;
  transition: color 0.2s ease;
}

.custom-alert .btn-close:hover {
  color: #000;
}


.ddashboard {
      text-align: center;
      background: #fff;
      padding: 40px;
      border-radius: 12px;

    }

    .ddashboard img {
      width: 450px;
      margin-bottom: 20px;
    }

    .ddashboard h1 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
    }

    .ddashboard button {
      background: #f426ff;
      color: white;
      border: none;
      padding: 12px 25px;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .ddashboard button:hover {
      background: #b20c16;
    }






@media (max-width: 768px) {
    .phone-product-container {
    display: flex;
    flex-wrap: wrap;


  }

  .phone-product-card {
    width: 50%;
    border: 1px solid whitesmoke;
    padding: 3px;
    position: relative;
    min-height: auto !important;
  }

  .phone-product-card a {
    text-decoration: none;
  }

  .product-image {
    height: 182px;
    object-fit: contain;
  }

  .product-image img {
    object-fit: contain;
  }

  .side-memu {
    background-color: white;
    height: 100vh;
    position: absolute;
    width: 100vw;
    z-index: 99999;
    padding: 20px;
    left: -10%;
  }

  .side-bar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .side-bar-logo li {
    list-style: none;
  }

  .side-bar-logo i {
    font-size: 29px;
  }


  .side-memu {
    position: fixed;
    top: 0px;
    left: -100%;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
    transition: left 0.4s ease;
    /* smooth animation */
    z-index: 999;
  }

  .side-memu.active {
    left: 0;
    /* slide in */
  }

  .side-bar-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .fa-xmark {
    cursor: pointer;
    font-size: 22px;
    padding: 10px;
  }
  
  
  
  
  
  .faq-section {
    padding: 40px 15px;
  }

  .heading-section h3 {
    font-size: 26px;
  }

  .filter-side {
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }

  .about-title {
    font-size: 26px;
  }

  .section-heading h3 {
    font-size: 26px;
  }

  .counter-item {
    margin-bottom: 20px;
  }

  .singup-box {
    padding: 30px 20px;
  }

  .form-control,
  .form-select {
    font-size: 14px;
  }

  .signup-btn {
    font-size: 15px;
  }

  .login-main-container {
    padding: 30px 20px;
  }

  .login-container p:first-child {
    font-size: 20px;
  }

  .form-group {
    gap: 15px;
  }

  .heading-section h2 {
    font-size: 28px;
  }

  .dated {
    flex-direction: column;
    gap: 5px;
  }
}



@media (max-width: 576px) {
  .phone-category-section .owl-carousel .owl-nav button.owl-prev{
    display:  none !important;
  }
.phone-category-section .owl-carousel .owl-nav button.owl-next{
      display:  none !important;
}
  .phone-category-section h6{
    font-size: 13px;
    color: #a900b2;
  }
  .best-cetgory-box h6{
    font-weight: 500;
    font-size: 13px;
  }
  .phone-category-section{
    display: block;
  }
    .category-section{
    display: none;
  }
  .category-box-card-container{
    gap: 10px;
  }
  .category-box{
    text-align: center;
  }

  .phone-category-container{
    gap: 0px;
  }
  .best-cetgory-box{
  width: 110px;
  }
    
    .ddashboard{
    display: none;
  }

  .notification-wrapper{
    width: 90%;
  }
.custom-alert {
  width: 100% !important;
}

  .best-cetgory-box img {
    height: 65px;
    width: 65px;
    border-radius: 5px;

  }

  .dashboard-link {
    display: block;
  }

  .phone-dash {
    display: block !important;
  }

  .order-history {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
  }

  .main {
    margin-top: 66px !important;
  }

  .phone-dahsboard-header {
    background-color: white;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
  }

  .dashboard-link {
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;

  }

  .dashboard-link li {
    list-style: none;
    font-size: 23px;
    color: #f426ff;
  }

  .dashboard-link i {
    color: #f426ff;
  }


  .profile-detail {
    background-color: transparent !important;
    padding: 0px !important;
  }

  .profile-wise {
    margin-bottom: 20px;
  }

  .order-card {
    flex-wrap: wrap !important;
    padding: 3px 0px !important;
  }

  .profile-container {
    display: unset !important;
    padding: 5px !important;
  }

  .profile-data {
    display: none;
  }

  .addtocart-product {
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
    justify-content: start;

  }

  .phone-qty {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

  }

  .quantity-control form {
    gap: 0px;
  }

  .order-info h6 {
    width: auto;
  }

  .phone-wishlist-section {
    display: block;
  }

  .wishlist-section {
    display: none;
  }


  .phone-search-container {
    display: block;
  }

  .search-container-section {
    display: none;
  }

  .cetegory-section-page {
    display: none;
  }

  .phone-category-section {
    display: block;
  }

  .phone-header {
    display: block;
  }

  .heading-section {
    display: none !important;
  }

  .home-poster-section {
    display: none;
  }

  .main-header {
    display: none;
  }

  .second-header {
    display: none;
  }

  .home-product-section {
    display: none;
  }

  .cetgory-box img {
    height: 67px !important;
    width: 67px !important;
    border-radius: 50%;
    object-fit: cover;

  }

  .category-section .item {

    display: flex !important;
    justify-content: center !important;
  }

  .category-section h6 {
    background-color: transparent !important;
    padding: 0px !important;
  }

  .category-section .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  .category-section .owl-carousel .owl-nav button.owl-next {
    display: none;
  }

  .service-detail {
    display: none;
  }

  .phone-product-section {
    display: block;
  }

  .phone-heading {
    display: block;
  }

  .search-bar button {
    width: 25%;
  }

  main {
    margin-top: 136px;
  }

  .product-page h1 {
    font-size: 29px;
  }
  
  
  
  .blog-data {
    padding: 15px;
  }

  .blog-data h3 {
    font-size: 18px;
  }

  .verify-box-section {
    padding: 30px 20px;
  }

  .verify-box h2 {
    font-size: 24px;
  }

  .verify-btn {
    font-size: 15px;
  }

  .banner img {
    height: 220px !important;
  }

  .reel-carousel .item {
    height: 500px;
  }

  .review-row {
    flex-wrap: wrap;
  }

  .page-review-section .review-box {
    width: 100%;
  }

  .vertical-review-track {
    animation: scroll-up 16s linear infinite;

  }
  .contact-from {
    padding: 15px;
  }
  .map-container{
    margin-top: 20px;
  }
  .contact-section{
    padding: 0px;
  }
  .poster .carousel-one .owl-nav button.owl-next {
    right: -10px !important;
  }
  .poster .carousel-one .owl-nav button.owl-prev {
      left: -10px !important;
  }
.main-header hr{
  display: none;
}
.main-header .navbar{
  display: none;
}
}









.screen {
    margin-top: 160px;
    background-color: rgb(255, 255, 255);
    padding: 40px;
}

.dashboard {
    background-color: #fceafe;
}

.profile-container {

    padding: 20px;
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 10px;
}


.profile-detail {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
}

.profile-data {


    border-radius: 10px;
}

.profile-image img {
    width: 70px;
}

.profile-wise {
    display: flex;
    background-color: rgb(255, 255, 255);
    gap: 30px;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
}

.profile-wise p {
    margin-bottom: 0px !important;
}

.profile-list {
    background-color: white;
    margin-top: 19px;
    padding: 20px;

}

.profile-list li {
    list-style: none;
    margin-bottom: 5px;
    /* background-color: #EAFEEA; */
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.16);
}

.profile-data a {
    text-decoration: none;
    color: rgb(76, 75, 75);
    font-size: 14px;

}

.profile-data i {
    font-size: 9px;
}

.user-box-detail {
    background-color: #fcf5fd;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.user-box-detail p {
    margin-bottom: 0px;
}

.user-box-detail label {
    color: black !important;
}

.edit-detail a {
    text-decoration: none;
    background-color: green;
    color: white;
    padding: 13px 50px;
    border-radius: 5px;
}

.edit-profile input{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 10px;
    border-radius: 10px;
    color: black;

}   

.edit-profile select{
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px 10px;
    border-radius: 10px;
    color: rgb(0, 91, 27);

}   



