@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

.jost-regular {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400, 500, 600;
    /* Regular weight */
    font-style: normal;
}

/* .urbanist-title {
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 400, 500, 600;
    font-style: normal;
} */

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Jost", sans-serif !important;
    overflow-x: hidden;
    background-color: #fff;
    scroll-behavior: smooth;
    transition: all 0.5s ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #202020;
    /* font-weight: 500; */
}

p {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    color: #202020;
}

.topbar {
    background: linear-gradient(135deg, #56ab2f, #a8e063);
    font-size: 14px;
    padding: 12px 0;

}

.topbar p {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
}

.navbar-custom {
    background-color: #fff !important;
    padding: 17px 0px;
    /* border-bottom: 1px solid #ebebeb; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-link {
    color: #232323 !important;
    font-size: 13px;
    font-weight: 600;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.navbar-brand {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: linear-gradient(135deg, #56ab2f, #a8e063);

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: #56ab2f;

}

.btn-custom {
    width: 100%;
    background: linear-gradient(135deg, #56ab2f, #a8e063);
    padding: 12px 25px;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s ease;
    font-size: 13px;
    overflow: hidden;
    border: none;
    position: relative;
    z-index: 1;
}

.btn-custom:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(32, 177, 0, 0.4);
    color: #fff;
}

.carousel-item {
    height: 70vh;
    /* adjust for desktop */
    min-height: 300px;
}

@media (max-width: 768px) {
    .carousel-item {
        height: 45vh;
    }

    /* mobile */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Caption box */
.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
    padding: 0.8rem 1rem;
    /* border-radius: 10px; */
    backdrop-filter: blur(4px);
}

/* Bigger arrows with subtle background for mobile visibility */
.carousel-control-prev,
.carousel-control-next {
    width: 4.5rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 2.25rem;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.25));
}

/* Make indicators (dots) a little larger */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 6px;
    opacity: .9;
}

.product_section {
    /* background-color: #56ab2f29; */
    padding: 60px 0px;
}

.product-card {
    /* border: 1px solid #eee; */
    background-color: #fff;
    border-radius: 0px;
    padding: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .product-card img {
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
} */

.product-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
}

.common_heading h2 {
    font-weight: bold;
}

.product-sub {
    color: #56ab2f;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-price {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-mrp {
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
}

.add-cart {
    background-color: #6b3f2f;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    transition: 0.3s;
}

.add-cart:hover {
    background-color: #4e2d22;
}

.alert-section {
    background-color: #f8d963;
    padding: 50px 0px;
}

.alert-section p {
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.site-footer {
   background: linear-gradient(135deg, #56ab2f, #a8e063);
    padding: 70px 0px 1px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.footer-brand {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.footer-desc {
    color: #f7f7f7;
    margin-top: 8px;
    max-width: 320px;
    line-height: 1.45;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.small {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
}

.socials .btn {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: none;
}

.socials .facebook {
    background: #1877f2;
    color: #fff;
}

.socials .instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
}

.socials .whatsapp {
    background: #25D366;
    color: #fff;
}

.socials .telegram {
    background: #2AABEE;
    color: #fff;
}

.socials .youtube {
    background: #FF0000;
    color: #fff;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-links a {
    display: block;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 13px;
    
}

.footer-heading {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    color:#fff;
}
.brand-text h6{
    color:#fff;
}
.contact-item {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-family: "Poppins", sans-serif;
}

.contact-item svg {
    color: #fff;
    margin-top: 3px;
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding: 18px 0;
    color:#fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.links small a{
    color:#fff !important;
}
.footer-bottom .links small a {
    color: #6b7280;
    text-decoration: none;
    margin-left: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}
.offcanvas-end {
    width: 280px !important;
}
@media (max-width: 576px) {
    .nav-link {
        color: #232323 !important;
        border-bottom: 2px solid #e0e0e0 !important;
        padding-left: 0px !important;
        
    }
    .btn-custom{
        margin-top: 10px !important;
    }
}