/* Global Font Family */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Inherit font family for all elements */
* {
    font-family: inherit;
}

/* Font weights with adjusted line heights */
.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

/* Form elements with adjusted sizes */
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
}

/* Adjusted sizes for common elements */
h1, .h1 { font-size: 2.25rem; line-height: 1.2; }
h2, .h2 { font-size: 1.875rem; line-height: 1.2; }
h3, .h3 { font-size: 1.5rem; line-height: 1.2; }
h4, .h4 { font-size: 1.25rem; line-height: 1.2; }
h5, .h5 { font-size: 1.125rem; line-height: 1.2; }
h6, .h6 { font-size: 1rem; line-height: 1.2; }

/* Specific adjustments for Bootstrap components */
.btn {
    font-family: inherit;
    letter-spacing: 0.01em;
}

.nav-link {
    font-family: inherit;
    font-size: 0.95rem;
}

.form-control {
    font-family: inherit;
    font-size: 0.95rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
    
    h1, .h1 { font-size: 2rem; }
    h2, .h2 { font-size: 1.75rem; }
    h3, .h3 { font-size: 1.375rem; }
    h4, .h4 { font-size: 1.125rem; }
    h5, .h5 { font-size: 1rem; }
    h6, .h6 { font-size: 0.875rem; }
}
/* Ensure buttons maintain Poppins */
button,
input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

/* Override any potential third-party fonts */
.btn,
.form-control,
.nav-link,
.dropdown-item {
    font-family: 'Poppins', sans-serif !important;
}





/* Slider Container */
.slider-container {
    width: 100%;
   
    overflow: hidden; /* Prevent unwanted scrollbars */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
@media (max-width:768px){
  .slider-container{
    height: 100%;
  }
}

/* Slick Slider */
.slick-slider {
    width: 100%;
    height:100%;
}

.slick-slide {
    display: flex !important; 
    justify-content: center;
    align-items: center;
    height: 400px;  
}

.slick-slide img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;  
}

/* Mobile-Specific Adjustments */
@media only screen and (max-width: 575px) {
    .slick-slide img {

        object-fit: cover; /* Prevent cropping on smaller screens */
    }
}



/* css for banner slider end */




























/* start style for amenities part */
/* Icon styling */
.home_delivery i,
.trends i,
.quality i,
.caring_support i {
    color: #6c757d; /* Muted gray color */
}

/* Centering content */
.home_delivery,
.trends,
.quality,
.caring_support {
    padding: 20px 10px;
    text-align: center;
}

h4 {
    margin-top: 15px; /* Spacing between icon and title */
    font-weight: 600; /* Bold text */
}

p {
    font-size: 14px; /* Slightly smaller muted text */
}

/* end style for amenities part */

.amenities {
    background-color: #cc7fac;
}


/* General Side Menu Styles */
.side-menu {
    position: fixed;
    top: 0;
    right: -50%; /* Initially hidden outside of view */
    width: 50%;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    overflow-y: auto;
    transition: right 0.5s ease; /* Smooth sliding effect */
    padding: 20px;
}
@media (max-width:768px){

    .side-menu{

        right: -90%; /* Initially hidden outside of view */
         width: 90%;
    }
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

/* Button Styles */
 .plus-btn {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


.plus-btn {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
}

/* Side Menu Active State */
/* .side-menu.active {
    right: 0; /* Slide into view 
} */


















/* start footer style */

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #0f9641;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(18, 208, 88, 0.3);
    transition: all 0.3s ease;
    animation: pulse 1s infinite;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-btn i {
    font-size: 28px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }
}

/* Copyright Section */
.copyright-section {
    background-color: #720B66;
    padding: 50px 0;
    color: #ccc;
}

.copyright-text {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Footer Brand */
.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    max-height: 80px;
    width: auto;
    margin-bottom: 15px;
    

}
.social-link {
    /* width: 35px;
    height: 35px; */
    /* background: #f8f9fa; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    color: #f5f5f5;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.social-link  i {
	border: 1px solid rgba(111,27,255,.5);
	/* padding: 10px; */
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
    margin: 0px 5px 0px 0px;
    color:#6F1B4C;
    font-size: 16px;
}

.social-link:hover {
    
    color: #b7360e;
}

.brand-tagline {
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* Payment Icons */
.payment-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.payment-icon {
    width: 50px;
    height: 32px;
    object-fit: contain;
    background: #fff;
    padding: 4px;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.payment-icon:hover {
    transform: translateY(-2px);
}

/* Bottom Links */
.bottom-links {
    font-size: 14px;
}

.bottom-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bottom-links a:hover {
    color: #fff;
}

.separator {
    margin: 0 15px;
    color: #666;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 20px;
        left: 20px;
    }
    
    .whatsapp-btn {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-btn i {
        font-size: 24px;
    }
    
    .copyright-section {
        padding: 40px 0;
    }
    
    .copyright-text {
        font-size: 14px;
    }
    
    .footer-logo {
        max-height: 60px;
    }
    
    .brand-tagline {
        font-size: 16px;
    }
    
    .payment-icons {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .payment-icon {
        width: 40px;
        height: 26px;
    }
    
    .bottom-links {
        font-size: 12px;
    }
    
    .separator {
        margin: 0 8px;
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        bottom: 15px;
        left: 15px;
    }
    
    .whatsapp-btn {
        width: 45px;
        height: 45px;
    }
    
    .whatsapp-btn i {
        font-size: 20px;
    }
    
    .bottom-links a {
        display: inline-block;
        margin: 3px 0;
    }
    
    .brand-tagline {
        font-size: 14px;
    }
    
    .payment-icon {
        width: 35px;
        height: 22px;
    }
}