.nav-icon {
    height: 100px;
    width: 100px;

}

.text-justify {
    text-align: justify;
}

/* product css */
.grid-box {
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.grid-text {
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: bold;
    margin: 0;
}

/* products css ends */

@media (min-width:1200px) {
    .col-lg-52 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.font-sie-cls {
    font-size: 45px !important;
}

.mt-20 {
    margin-top: 50px;
}

.list-footer {
    color: white;
    list-style: none;
    padding-left: 0px;
}

.list-footer li {
    margin-bottom: 8px;
}

.footer-contact-info a {
    text-decoration: none;
    color: white;
}

.footer-copyright-text a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.685);
}

.footer-contact-info p {
    margin-bottom: 10px;
}

.footer-contact-info p a {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.img-order {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.img-orders {
    /* height: 50%; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.header-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    transition: all 0.3s ease;
}

/* Add scroll behavior */
.header-sticky.active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-sticky.hide {
    transform: translateY(-100%);
}

/* Prevent layout shift */
.main-header {
    padding-top: 80px;
    /* Adjust based on actual header height */
}

@media only screen and (max-width: 767px) {
    .section-title h1 {
        font-size: 26px;
    }

    .hero-section {
        height: 50vh;
    }

}

.padd-bot {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.font-sizes {
    font-size: 40px !important;
}

.bg-images {
    background-image: url('../img/banner/banner4.jpg');
}


/* hover products section */

.grid-box {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 15px;
    color: white;
    cursor: pointer;
    overflow: hidden;
}

.grid-text {
    z-index: 1;
    font-size: 18px;
    font-weight: bold;
}

.grid-box .hover-info {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    padding: 20px;
    font-size: 15px;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}


/* products seection images  */

.bg-proudcts {
    background-image: url('../img/banner/banner5.jpg');
    /* height: 50vh; */
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding: 20px 0 0;
        margin-top: -42px;
    }
}

.bg-blur {
    background-color: rgba(255, 255, 255, 0.055);
    /* light transparent background */
    backdrop-filter: blur(8px);
    /* blurs whatever is behind it */
    -webkit-backdrop-filter: blur(8px);
    /* Safari support */
    padding: 2rem;
    border-radius: 1rem;
    color: #000;
    /* or white if dark background */
}

.bg-blurs {
    background-color: rgba(255, 255, 255, 0.055);
    /* light transparent background */
    backdrop-filter: blur(30px);
    /* blurs whatever is behind it */
    -webkit-backdrop-filter: blur(8px);
    /* Safari support */
    padding: 2rem;
    border-radius: 1rem;
    color: #000;
    /* or white if dark background */
    width: 500px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.font-cls {
    font-size: 16px;
    color: black;
}

@media (max-width:768px) {
    .bg-blurs {
        width: 310px !important;
    }
    .nav-icon{
        height: 135px;
    width: 135px;
    }
    .font-cls{
        font-size:17px ;
    }
}


