.owl-theme .owl-nav {
    margin-top: -78px !important;
}

.logo-light,
.logo-dark {
    max-width: 100%;
}

.nav-link {
    color: #000000 !important;
}

.navbar-brand {
    margin-left: -46px !important;
}

.bg-pale-primary {
    background-color: #430541 !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #430541 !important;
}

/* Core structure */
.ad-box {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.ad-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

/* Sizes for desktop */
.ad-box.large {
    height: 400px;
}

.ad-box.medium {
    height: 200px;
}

.ad-box.wide {
    height: 250px;
}

.ad-wide {
    margin-top: 30px !important;
}

.view-more-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #430541;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.ad-box:hover .view-more-btn {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

 


.main-btn {
    background-color: #430541;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease-in-out;
}

.main-btn:hover {
    background-color: #5a0656;
    color: #fff;
}



.heading-primary {
    color: #430541;
}

.text-golden {
    color: #D4AF37;
}

.about {
    padding-bottom: 1px !important;
}

h2,
h3 {
    font-family: "DM Serif Display";
    font-weight: 400 !important;
}



/* .project figure img {
    height: 400px !important;
    object-fit: cover !important;
    width: 100% !important;
    border-radius: 10px !important;
} */

.logofooter {
    max-width: 60%;
}

.navbar .btn-group-sm>.btn,
.navbar .btn-sm {
    font-size: .6rem !important;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 2px solid white;
    /* Underline effect */
    width: 150px;
    /* Adjust width as needed */
}

.search-input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    width: 100%;
    padding: 5px;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.search-btn i {
    font-size: 18px;
}

.navbar-stick .nav-link {

    color: #ffffff !important;

}

.navbar-nav .nav-link.active {
    color: #D4AF37 !important;
    font-weight: bold;
}

.btn-red {
    background-color: #D4AF37 !important;
    border-color: #D4AF37 !important;
    color: white;
}

.nav-tabs-basic .nav-link {
    color: #430541 !important;
}

.nav-tabs-basic .nav-link.active {
    color: #430541 !important;
    font-weight: bold;
    border-bottom: 2px solid #430541;
}

.aboutImage {
    border-radius: 100px !important;
}

h2 {
    color: #430541 !important;
}

.about-description {
    margin-top: -270px !important;
}

.fixed-testimonial {
    height: 450px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}


.testimonial-line {

    background-color: #430541;

}

.testi-desc {
    margin-top: 16px;
}

/* .category-img {
    height: 320px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
} */

.item figure .item-like,
.item figure .item-link,
.item figure .item-view,
.swiper-slide figure .item-like,
.swiper-slide figure .item-link,
.swiper-slide figure .item-view {
    bottom: 13rem !important;
}

/* Chrome, Safari, Edge, Opera (desktop + mobile) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* General fallback for all */
input[type=number] {
    appearance: textfield;
}


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

.qty-count {
    background-color: #430541;
    color: white;

}

.qty-count:hover {
    background-color: #5e0768;
}

.product-qty {
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
    height: 40px;
    pointer-events: none;
}

.shopSec {
    padding-top: 6rem !important;
    padding-bottom: 3rem !important;
}

.promo-box {
    height: 320px;
    position: relative;
    background-color: #5a0656 !important;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-box img {
    object-fit: contain;
    width: 53%;
    height: 100%;
    display: block;
}


.promo-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.55);
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 80%;
}



.fixed-content {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.text-truncate-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.4em;
}

.post-category {
    text-transform: capitalize !important;
}

.post-title a {
    text-transform: capitalize !important;
}

.fixed-content-category {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.form-select {
    color: #000000 !important;
}

.product-img {
    margin-right: -63px !important;
}

.shopping-cart-item {
    padding-bottom: 1rem !important;
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #ddd !important;
}

.checkout-div {

    margin-top: -67px !important;
}

/* Scoped only for cart page */
.cart-page-wrapper .shopping-cart-item {
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    border-bottom: 1px solid #eaeaea!important;
    padding-bottom: 15px!important;
    margin-bottom: 15px!important;
}

.cart-page-wrapper .product-img {
    display: flex!important;
    align-items: center!important;
    gap: 15px!important;
}

.cart-page-wrapper .product-img figure {
    margin: 0!important;
    width: 80px!important;
}

.cart-page-wrapper .product-img img {
    width: 100%!important;
    height: auto!important;
    object-fit: contain!important;
}

.cart-page-wrapper .product-img .w-100 {
    flex: 1!important;
}

.cart-page-wrapper .total-price {
    font-weight: 600!important;
    font-size: 16px!important;
    min-width: 100px!important;
    text-align: right!important;
}

.cart-page-wrapper .ms-2 a {
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
    font-size: 18px!important;
}

.div:where(.swal2-container) div:where(.swal2-popup){

    font-size: 16px !important;

}
/* Default bullet color */
.swiper-pagination-bullet {
    background-color: #430541 !important;
    opacity: 0.4; /* slightly faded for inactive bullets */
  }
  
  /* Active bullet color */
  .swiper-pagination-bullet-active {
    background-color: #430541 !important;
    opacity: 1; /* fully visible for active bullet */
  }
  

  .category-name{

    font-size: 20px;
  }

/* Responsive for mobile */
@media (max-width: 768px) {
    .owl-theme .owl-nav {
        margin-top: -37px !important;
    }

    .min-vh-80 {
        min-height: 21vh !important;
    }

    .about-description {
        margin-top: 15px !important;
    }

    .navbar-expand-lg {
        margin-top: -19px !important;
    }

    .pageBanner {

        margin-top: 60px !important;
    }

    .swiper-controls .swiper-pagination {
        bottom: -1.8rem !important;
    }

    .logo-light,
    .logo-dark {
        max-width: 34% !important;
    }

    .navbar-brand {
        margin-left: 14px !important;
    }

    .header-sec {
        margin-top: 10px !important;
    }

    .navbar-expand-lg {
        margin-bottom: -2px !important;
    }

    button.hamburger {
        color: #000 !important;
    }

    .navbar-stick button.hamburger {
        color: #fff !important;
    }

    button.hamburger span,
    button.hamburger::after,
    button.hamburger::before {
        width: 1.2rem;
        height: .15rem;
        transition: all .2s ease-in-out;
        background: currentColor;
        border-radius: 2rem;
    }

    .navbar-stick .container {
        margin-top: 13px !important;
    }


    .ad-box.large {
        height: 250px;
    }

    .ad-box.medium {
        height: 180px;
    }

    .ad-box.wide {
        height: 220px;
    }

    .ad-medium {
        margin-top: 30px !important;
    }






    .promo-box {
        height: 300px;
        position: relative;
        background-color: #5a0656 !important;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .promo-box img {
        object-fit: contain;
        width: 83%;
        height: auto;
        display: block;
    }


    .promo-text {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: rgba(0, 0, 0, 0.55);
        padding: 15px 20px;
        border-radius: 10px;
        max-width: 80%;
    }

    .fixed-content {
        min-height: 51px !important;
        /* Or 80px, adjust based on your design */
        height: auto;
    }

    .text-truncate-lines {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        max-height: none;
        overflow: visible;
        text-overflow: unset;
        white-space: normal;
    }

    .post-title {
        margin-top: -18px !important;
    }

    .price {
        margin-top: -9px !important;
    }

    .category-swiper {
        margin-bottom: -36px !important;
    }

    .exclusive-collection {
        margin-top: -77px !important;
    }

    .fixed-content-category {
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;

    }

    .category-name {
        font-size: 18px;
    }

    .product-img {
        margin-right: -63px !important;
    }

    .shoping-cart-detail {
        margin-top: 30px !important;
    }

    .checkout-div {
        margin-top: -125px !important;
    }

.link-dark
{
    font-size: 18px !important;
}


}


.thankyou-wrapper {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thankyou-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    margin: auto;
}

.thankyou-icon {
    width: 80px;
    height: 80px;
    background: #5a0656;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px auto;
}

.text-muted-custom {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}





.address-card {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
}

.address-header {
    background: #00A4C5;
    color: #fff;
    padding: 14px 18px;
    font-size: 16px;
}

.card-body {
    padding: 20px 22px !important;
}

.order-info .info-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.order-info .info-row:last-child {
    border-bottom: none;
}

.order-info .label {
    font-weight: 600;
    color: #222;
    width: 45%;
}

.order-info .value {
    font-weight: 500;
    color: #444;
    width: 55%;
    text-align: right;
    line-height: 1.4;
}






.product-action .item-cart {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    transform: none !important;
}



.item figure .item-cart, .swiper-slide figure .item-cart{

    bottom: 0rem !important;
    height: 43px !important;
}



/* Always show Add to Cart button */
.item-cart {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Remove hover animation effect */
figure:hover .item-cart {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.item-cart {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1 !important;
    visibility: visible !important;
}




.btnCart {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;


    padding-bottom: 2px !important;
    padding-top: 2px !important;
    margin-top: -26px !important;


}













@media (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        top: 45px !important;
        /* force dropdown UNDER icon */
        right: 0 !important;
        left: auto !important;
        transform: none !important;
        margin: 0 !important;
        width: 180px !important;
        /* adjust as needed */
        border-radius: 12px;
        z-index: 99999 !important;
    }

    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }


    .video-wrapper .owl-dots{

        display: none !important;
    }


    .view-more-btn {

        font-size: 10px !important;
        
        padding: 10px 15px !important;
       
    }

    .item-cart{

        font-size:15px !important;
    }


  
}