/*
 Theme Name: Manisha Saree Centre Theme
 Theme URI: https://manishasareecentre.com/
 Author: Kousik Manna
 Author URI: https://manishasareecentre.com/
 Description: A custom WordPress theme designed for Manisha Saree Centre to showcase sarees and ethnic wear collections.
 Version: 1.0
*/

/* ============================= */

.font-1 {
    font-family: 'Cinzel', serif;
}

.font-2 {
    font-family: 'Montserrat', sans-serif;
}

.font-3 {
    font-family: 'Great Vibes', cursive;
}

/* ============================= */
a {
    color: #dc3545 !important;
    text-decoration: none;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FFEBEE;
}

.btn {
    color: white !important;
}

.navbar-brand img {
    height: 80px !important;
}

span.carousel-control-prev-icon {
    background-color: black;
    border: 2px solid white;
    border-radius: 6px;
}

.carousel-control-next-icon {
    background-color: black;
    border: 2px solid white;
    border-radius: 6px;
}



.icon-circle {
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.product-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.card-overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}

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

.play-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    font-size: 1.8rem;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.5);
}

.play-btn i {
    margin-left: 5px;
}

.play-btn:hover {
    background: #b02a37;
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.6);
}

.video-wrapper {
    border-radius: 25px;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-wrapper img,
.video-wrapper video {
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}

.cover-img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    object-position: center;
}


.breadcrumb-hero {
    position: relative;
    background: url('https://manishasareecentre.com/wp-content/uploads/2025/09/2151638499.jpg') center center / cover no-repeat;
    min-height: 250px;
    display: flex;
    align-items: center;
    text-align: center;
}

.breadcrumb-hero .breadcrumb {
    background: transparent;
}

.breadcrumb-hero .breadcrumb-item,
.breadcrumb-hero .breadcrumb-item a {
    color: #fff;
}

.breadcrumb-hero .breadcrumb-item.active {
    color: #dc3545;
}

.breadcrumb-hero .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

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

/* ------------------- */
.banner-heading {
    font-family: 'Cinzel', serif;
    color: #d4af37;
}

.banner-subheading {
    font-family: 'Montserrat', sans-serif;
    color: #d4af37;
}

.banner-script {
    font-family: 'Great Vibes', cursive;
    color: #f1e5b1;
}

#bannerCarousel .carousel-control-prev,
#bannerCarousel .carousel-control-next {
    z-index: 999 !important;
}