.slideshow-container {
    animation: slideShow 20s infinite;
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: fade 15s infinite;
}

.hero {
    min-height: 100vh;
    background-color: #343a40;
    padding-top: 100px; /* Adjust if navbar height is different */
    position: relative;
    color: white;
}

.slide1 { background-image: url('https://ik.imagekit.io/m7sqnoipy/assets/hd_bg1.jpg?updatedAt=1755944878697'); animation-delay: 0s; }
.slide2 { background-image: url('https://ik.imagekit.io/m7sqnoipy/assets/hd_bg2.jpg?updatedAt=1755944878692'); animation-delay: 5s; }
.slide3 { background-image: url('https://ik.imagekit.io/m7sqnoipy/assets/hd_bg3.jpg?updatedAt=1755944878506'); animation-delay: 9s; }
.slide4 { background-image: url('https://ik.imagekit.io/m7sqnoipy/assets/hd_bg4.jpg?updatedAt=1755944884328'); animation-delay: 13s; }

@keyframes fade {
    0%, 100%   { opacity: 0; }
    10%, 30%   { opacity: 1; }
    40%, 100%  { opacity: 0; }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.whatsapp-float img {
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}

.pureveg-float {
    position: fixed;
    bottom: 110px; /* Just above WhatsApp */
    right: 35px;
    z-index: 999;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px; /* Just above WhatsApp */
    z-index: 999;
}

.pureveg-img {
    width: 30px;
    height: 30px;
}

.pureveg-label {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 999;
    font-size: 12px;
    color: green;
    font-weight: bold;
}

.navbar-nav .nav-link {
    position: relative;
    font-weight: 600;
    padding-bottom: 13px;
}

/* Underline element */
.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: white;
    width: 0;
    animation: underlineExpand 0.6s ease-out forwards;
}

/* Keyframes to animate underline from left to right */
@keyframes underlineExpand {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

#alternatives {
    scroll-margin-top: 80px; /* Adjust based on your navbar height */
}

/* Default height (desktop/tablet) */
.responsive-map {
    height: 420px;
}

/* Reduced height for mobile screens */
@media (max-width: 768px) {
.responsive-map {
    height: 250px;
}
}

@media (max-width: 991px) and (min-width: 768px) {
    #contact {
        min-height: 65vh !important;
    }

    #home {
        min-height: auto !important;
    }
}

.carousel-indicators{
    left: 0;
    top: auto;
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    background-color: #333; /* dark grey */
    opacity: 0.6;
    transition: opacity 0.3s, transform 0.3s;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #000; /* solid black for active indicator */
    transform: scale(1.2);
}

.carousel-control-prev, .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 50px;
    margin-right: 50px;
}

.card-box {
    padding-top: 20px;
    margin: 0 4em;
    border: 0;
    /* min-height: 18vh; */
    background-color: wheat;
    margin-left: 100px;
    margin-right: 100px;
}

@media (max-width: 768px) {
    .card-box {
        min-height: 35vh;
        background-color: wheat;
        margin-left: 60px;
        margin-right: 60px;
    }
    .carousel-control-prev, .carousel-control-next {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.card-1-content {
    margin-right: 30px;
    margin-top: 10px;
}

.card-2-content {
    margin-right: 30px;
    margin-top: 10px;
}

.card-3-content {
    margin-right: 30px;
    margin-top: 30px;
}

.card-4-content {
    margin-right: 30px;
    margin-top: 10px;
}

@media (min-width: 728px) and (max-width: 1024px) {
    .card-box {
        min-height: 14vh
    }
    .card-1-content {
        margin-right: 30px;
        margin-top: 5px;
    }
    
    .card-2-content {
        margin-right: 30px;
        margin-top: 5px;
    }
    
    .card-3-content {
        margin-right: 30px;
        margin-top: 15px;
    }
    
    .card-4-content {
        margin-right: 30px;
        margin-top: 5px;
    }
}

/* .card-img-top{
    width: 300px;
    height: 200px;
} */

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-price {
        font-size: 1rem; /* Smaller than default h5 */
    }

    .order-btn {
        font-size: 0.85rem;
        padding: 0.375rem 0.75rem; /* Adjust button size */
    }
}

.card-pop, .quote-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-pop:hover, .quote-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.delivery-note ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.delivery-note {
  background-color: #f8fcff;
  border-left: 5px solid #17a2b8;
}

@media (max-width: 395px) {
    .navbar-brand {
        white-space: nowrap;
        font-size: 0.9rem;
    }
}

footer a.text-decoration-none:hover {
    text-decoration: underline !important;
}

.text-hover-underline:hover {
    text-decoration: underline !important;
}

.form-check-input {
    border: 1px solid #333 !important; /* darker border */
    background-color: #fff;
    width: 1.2em;
    height: 1.2em;
}

.form-check-input:checked {
    background-color: #ff7b00 !important;  /* dark fill */
    border-color: #000 !important;      /* dark border */
}

.form-check-input:focus {
    box-shadow: 0 0 2px #000;
}