/* Optional custom hover effects */
a[title="Share"]:hover,
a[title="Add to Wishlist"]:hover {
    color: #007bff;
}

/* Mobile-specific styles */
@media (max-width: 991.98px) {
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border-radius: 0.25rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .right-widget-mobile .btn-one {
        padding: 0.5rem;
        min-width: auto;
    }

    .right-widget-mobile .btn-one span {
        display: none;
    }

    /* Center logo in mobile header */
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    /* Ensure hamburger and login button stay in position */
    .navbar-toggler,
    .right-widget-mobile {
        position: relative;
        z-index: 2;
    }
}

/* Desktop styles remain unchanged */
@media (min-width: 992px) {
    .logo {
        position: static;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        z-index: 999;
    }

    .btn-light {
        background-color: #ffffff;
    }

    .btn-light:hover {
        background-color: #f1f1f1;
    }

    .shadow-sm {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
}

.theme-breadcrumb li {
    margin: 0 5px;
    font-size: 0.95rem;
    color: #555;
}

.theme-breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.theme-breadcrumb a:hover {
    text-decoration: underline;
}

/* Share Hover */

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

/*
        header {
            background: #f5f5f5;
            padding: 20px;
            text-align: center;
        } */

h1 {
    font-weight: 700;
    font-size: 36px;
}

/* p {
      font-size: 16px;
      font-weight: 400;
      max-width: 600px;
      margin: 0 auto;
    } */
.btn {
    display: inline-block;
    background: #3b100c;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 20px;
}

.responsiveImage {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Floating Button */

.floating-btn-group {
    position: fixed;
    bottom: 120px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.floating-btn {
    background-color: green;
    color: white;
    padding: 12px 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    white-space: nowrap;
}

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

/* On small screens: layout changes to horizontal */
@media screen and (max-width: 600px) {
    .floating-btn-group {
        flex-direction: row;
        left: 45px;
        right: 15px;
        justify-content: center;
        bottom: 15px;
    }
}

/* Floating Button ends */
.tag {
    background: #3b100c !important;
    color: #fff !important;
    border-radius: 7px;
}

.hover-effect {
    transition: background 0.3s ease, color 0.3s ease;
}

.hover-effect:hover {
    background: #3b100c !important;
    color: #fff !important;
}

.hover-effect:hover * {
    color: #fff !important;
}

.hover-effect:hover a {
    border: 1px solid #fff !important;
}

.hover-effect:hover img {
    background-color: #fff !important;
    border-radius: 100%;
}

.text-attica {
    color: #3b100c !important;
}

/* Hide share options by default */
.share-options {
    display: none;
    top: 100%;
    right: 0;
    min-width: 150px;
    z-index: 10;
}

/* Show on hover */
.share-dropdown:hover .share-options {
    display: block;
}

body {
    overflow-x: hidden;
}

.affordability-check {
    overflow-x: hidden;
}
