.footer-middle {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.text-right{
    text-align: right;
}
.pt-90 {
    padding-top: 90px !important;
}
.my-account__address-list {
    display: flex;
    gap: 1.625rem;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: 48px;
}

.anim_appear-bottom {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .anim_appear-bottom.visible {
    opacity: 1;
  }
  .money {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .money.hidden {
    opacity: 0;
  }

  .adj {
    margin-bottom: -8%;
    margin-left: 0%;
  }
  
  
  
  
  
  
/*  .qty-control__reduce, .qty-control__increase {*/
/*  cursor: pointer;*/
/*  background-color: #f8f9fa;*/
/*  border: 1px solid #ced4da;*/
/*  padding: 5px 10px;*/
/*  border-radius: 4px;*/
/*  user-select: none;*/
/*  text-align: center;*/
/*  min-width: 30px;*/
/*}*/

/*.qty-control__reduce:hover, .qty-control__increase:hover {*/
/*  background-color: #e2e6ea;*/
/*}*/


.qty-control {
  display: flex;
  align-items: center;
}

.decrement-qty, .increment-qty {
  cursor: pointer;
  font-size: 24px;
  width: 30px;
  text-align: center;
  user-select: none;
}

/*.qty-control__number {*/
/*  width: 50px;*/
/*  text-align: center;*/
/*  border: 1px solid #ddd;*/
/*  margin: 0 5px;*/
/*}*/

@media (min-width: 768px) {
  .shopping-cart .cart-table .qty-control__number {
    border: 2px solid #e4e4e4;
    height: 2.125rem;
    padding: 0;
    min-width: 0;
  }
}


@media (max-width: 767px) {
  .shopping-cart .cart-table tbody td .shopping-cart__subtotal {
    display: inline;
    float: none;
    margin-top: 0;
  }
}





.footer-seo a:hover {
  background: #333 !important;
  color: #ffffff !important;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.btn-seo {
  color: white;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  font-size: 1.1rem;
  text-align: center;
  margin: 5px;
  width: 100%;
  max-width: 250px;
}
.btn-silk { background: #d32f2f; }
.btn-cotton { background: #ff9800; }
.btn-wedding { background: #4caf50; }
.btn-party { background: #03a9f4; }

@media (max-width: 768px) {
  .footer-seo h2 {
      font-size: 1.8rem;
  }
  .footer-seo p {
      font-size: 1rem;
  }
  .footer-seo ul {
      padding: 0;
  }
  .footer-seo ul li {
      display: block;
      margin: 10px 0;
      text-align: center;
  }
  .btn-seo {
      width: 90%;
      max-width: 300px;
  }
}




.whatsapp-float {
  position: fixed;
  bottom: 45px;
  right: 20px;
  z-index: 1000;
}

.whatsapp-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
}


/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .whatsapp-float {
        bottom: 100px;
        right: 10px;
    }

    .whatsapp-icon {
        width: 45px;
        height: 45px;
    }
}






/* Full Width Blog Header Image */
    .blog-header-image img {
        width: 100%;
        height: 650px;
        object-fit: cover;
    }

    /* Blog Content Styling */
    .blog-content p {
        margin-bottom: 1.5rem;
        text-align: justify;
    }

    /* Hover effect for Related Blogs */
    .hover-effect {
        transition: color 0.3s ease-in-out;
    }

    .hover-effect:hover {
        color: #007bff;
        text-decoration: underline;
    }

    /* Hover effect for Back Button */
    .hover-scale {
        transition: transform 0.3s ease-in-out;
    }

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

    /* Styled Related Blogs Cards */
    .related-card {
        border-left: 4px solid #007bff;
        transition: all 0.3s ease-in-out;
    }

    .related-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .blog-header-image img {
            height: 300px;
        }
    }
    
    
    
    
    .products-grid .pc__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Ensures maximum 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Allows text to wrap */
  max-height: 3em; /* Adjust based on line-height */
  line-height: 1.5em; /* Ensures consistent height */
}



.whatsapp-tooltip {
        background: #DE3163;
        color: white;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
        white-space: nowrap;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: opacity 0.3s ease-in-out;
    }
    
    
    
    
    
    
    
    
    
    
/* Uniform Card Size - No Border, No Shadow */
.custom-product-card {
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    width: 100%; /* Responsive width */
    max-width: 280px; /* Maximum width */
    height: auto; /* Adjusts dynamically */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Bigger Product Image with Reduced Gap */
.custom-img-wrapper {
    position: relative;
    width: 100%;
    height: 240px; /* Adjusted for better fit */
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px; /* Less gap between image & content */
}

.custom-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.custom-img-wrapper:hover .custom-product-img {
    transform: scale(1.05);
}

/* Quantity Input & Add to Cart */
.custom-cart-controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    align-items: center;
}

.custom-quantity-input {
    width: 45px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px;
}

.custom-add-to-cart-btn {
    background: rgba(52, 152, 219, 0.7); /* Soft transparent blue */
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    white-space: nowrap;
}

.custom-add-to-cart-btn:hover {
    background: rgba(41, 128, 185, 0.9); /* Slightly darker blue */
    color: white;
}



/* Wishlist Button */
.custom-wishlist-btn {
    background: transparent;
    border: none;
    font-size: 22px;
    color: black;
    cursor: pointer;
    margin-top: 10px;
    transition: transform 0.2s ease-in-out;
}

.custom-wishlist-btn:hover {
    transform: scale(1.1);
}

/* Product Title (Restrict to Two Lines) */
.custom-product-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maximum 2 lines */
    -webkit-box-orient: vertical;
    white-space: normal;
}

/* Price Styling */
.custom-product-price {
    font-size: 18px;
    font-weight: bold;
    color: #ff4d4d;
    margin: 5px 0;
}

/* Responsive Grid - Adjusts for Mobile */
@media (max-width: 768px) {
    .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px; /* Reduced gap between cards */
    }

    .custom-product-card {
        max-width: 45%; /* Show two cards per row */
        height: auto;
    }

    .custom-img-wrapper {
        height: 200px; /* Smaller images on mobile */
    }
}

@media (max-width: 480px) {
    .custom-product-card {
        max-width: 100%; /* Show one card per row */
    }

    .custom-img-wrapper {
        height: 180px; /* Reduce image size for smaller screens */
    }

    .custom-add-to-cart-btn {
        font-size: 12px;
        padding: 5px 8px;
    }
}


/* Wishlist Button - Light Grey Filled Heart */
.custom-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent; /* No background */
    border: none;
    font-size: 22px;
    color: #bbb; /* Light grey heart (visible but soft) */
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    z-index: 10; /* Keeps it above everything */
}

/* Change Heart Color on Hover */
.custom-wishlist-btn:hover {
    color: #ff4d4d; /* Turns red when hovered */
}

/* Ensure Image Doesn't Hide Icon */
.custom-img-wrapper {
    position: relative; /* Keeps elements inside positioned correctly */
    overflow: hidden;
}

.custom-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Image Hover Effect */
.custom-img-wrapper:hover .custom-product-img {
    transform: scale(1.05);
}

/* Quantity Wrapper */
.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #f3f3f3;
    border-radius: 6px;
    padding: 5px;
}

/* Quantity Input (Readonly) */
.custom-quantity-input {
    width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background: transparent;
}

/* Plus and Minus Buttons */
.custom-qty-btn {
    width: 28px;
    height: 28px;
    background: #ff4d4d;
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

/* Hover Effect for Buttons */
.custom-qty-btn:hover {
    background: #cc0000;
}


.custom-price {
    color: red !important;
}



.blog-card:hover {
        transform: translateY(-10px);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    }

    .blog-card:hover .card-body {
        background: #f8f9fa;
    }

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

    .blog-btn:hover {
        background: linear-gradient(to right, #d81b60, #ff4081);
        box-shadow: 0px 5px 15px rgba(255, 64, 129, 0.5);
    }
    
    
    .wishlist-added svg {
        fill: red !important;
    }
    
     /* Heart Pulse Animation */
    .wishlist-heart {
        transition: transform 0.3s ease, fill 0.3s;
    }

    .wishlist-heart.animated {
        animation: pulse 0.5s ease-in-out;
        fill: red !important;
    }

    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.3); }
        100% { transform: scale(1); }
    }
    
    
    
    
    
    
/* Smooth transition for heart */
.wishlist-heart {
    transition: transform 0.3s ease, fill 0.3s;
    fill: gray; /* Default color */
}

/* Heart Animation Effect */
.wishlist-heart.animated {
    animation: pulse 0.5s ease-in-out;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

/* Only Heart Turns Red When Added */
.wishlist-added .wishlist-heart use {
    fill: red !important;
    stroke: red !important;
}


.wishlist-heart {
    transition: transform 0.3s ease, fill 0.3s;
    fill: gray; /* Default color */
}

.wishlist-added .wishlist-heart use {
    fill: red !important;
    stroke: red !important;
}

.navigation__link {
    font-size: 1.135rem; /* 16px - Good default size */
    font-weight: 500; /* Medium weight for better visibility */
}









/* Product Actions (Wishlist & Cart Row) */
.product-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}

/* Price Styling */
.product-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #d32f2f; /* Dark Red */
}

/* Wishlist Button */
.wishlist-btn-custom {
    font-size: 1.5rem;
    color: #d32f2f; /* Dark Red */
    transition: color 0.3s ease-in-out;
}

.wishlist-btn-custom:hover {
    color: #b71c1c; /* Darker Red */
}

/* Cart Button */
.cart-btn-custom {
    font-size: 1.5rem;
    color: #e91e63; /* Pink */
    border: none;
    background: none;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.cart-btn-custom:hover {
    color: #c2185b; /* Darker Pink */
}

/* Mobile View Adjustments */
@media (max-width: 576px) {
    .product-actions {
        flex-direction: row;
        justify-content: space-around;
    }

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

    .wishlist-btn-custom,
    .cart-btn-custom {
        font-size: 1.2rem;
    }
}








.newsletter-box {
    text-align: center;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: auto;
}

.newsletter-box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.newsletter-box .input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.newsletter-box input {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newsletter-box button {
    background-color: #DE3163;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.newsletter-box button:hover {
    background-color: #0056b3;
}





.category-carousel {
        background: linear-gradient(135deg, #f8f9fa, #ffffff);
        border-radius: 10px;
        padding: 40px 20px;
    }

    .swiper-container {
        padding: 10px 0;
    }

    .category-card {
        position: relative;
        transition: transform 0.3s ease-in-out;
    }

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

    .category-card img {
        border-radius: 12px;
        transition: 0.3s ease-in-out;
    }

    .category-card:hover img {
        opacity: 0.8;
    }

    .category-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        padding: 8px 0;
        border-radius: 0 0 12px 12px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .category-card:hover .category-overlay {
        opacity: 1;
    }

    

    .products-carousel__prev, .products-carousel__next {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

    .products-carousel__prev:hover, .products-carousel__next:hover {
        background: #ff6b6b;
        transform: scale(1.1);
    }

    .products-carousel__prev svg, .products-carousel__next svg {
        fill: #333;
    }

    .products-carousel__prev:hover svg, .products-carousel__next:hover svg {
        fill: #fff;
    }
    
    
    .toast-container {
    z-index: 1055; /* Higher than modals and other elements */
}

.colorwhite {
    color:white!important;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    






    
    
    
    
    
    
    
    
    





















  
