body,
html {
    margin: 0;
    padding: 0;
}

.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
}

.nav-link:hover,
.nav-link.active {
    color: #89c74a !important;
}

.navbar-brand {
    font-weight: bold;
    color: #89c74a !important;
}

.sticky-top {
    position: static !important;
}

.banner-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.banner-img .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
}


/* Adjust min-height for mobile screens */
@media (max-width: 768px) {
    .banner-img {
        min-height: 400px;
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
}

.circle-row {
    background-color: #89c74a !important;
    border-radius: 50px;
}

.circle-row-heading {
    font-size: 25px;
    color: #89c74a !important;
    font-family: "Lemonada", cursive;
}

.circle-row-list {
    font-size: 20px;
    font-family: "Playfair", serif;
}

.circle-row-points {
    font-size: 18px;
    font-family: "Playfair", serif;
}

.width-01 {
    width: 100% !important;
}

@media (max-width: 768px) {

    .width-01 {
        width: auto !important;
        padding-top: 20px;
    }
}

.banner-text1 {
    font-family: "Playfair", serif;
    font-size: 45px;
    font-weight: normal;
    color: white !important;
}

.banner-text2 {
    font-family: "Lemonada", cursive;
    font-size: 50px;
    color: #b6ff6c !important
}

.logo-text {
    font-family: "Lemonada", cursive;
    font-size: 20x;
    color: #89c74a;
}

.mail-text {
    font-family: "Lemonada", cursive;
    font-size: 12px;
}

.banner-text3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: normal;
    font-weight: 500;
    padding-bottom: 26px;
    color: white !important;
}

.shop-now {
    border-radius: 20px;
    background-color: #006e3b !important;
    color: white;
    padding: 12px;
    margin-top: 10px;
    text-decoration: none;
}

.rounded-left-only {
    border-top-left-radius: 120px;
}

.section2-text {
    padding-left: 50px;
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 30px;
}

.section2-para {
    color: black;
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
}

.zoom-effect-bg {
    transition: transform 0.3s ease;
}

.zoom-effect-bg:hover {
    transform: scale(1.03);
}

.section3-tittle {
    padding-top: 10px;
    font-family: "Lemonada", cursive;
    font-size: 45px;
    color: #89c74a !important;
    text-align: center;
}

.section3-subtext {
    color: #5d5d5d;
    font-size: 15px;
    padding-bottom: 50px;
    text-align: center;
    font-family: sans-serif;
    line-height: 24px;
}

.image-container {
    position: relative;
    /* Relative positioning to position text within the container */
    display: inline-block;
    width: 100%;
    /* Ensure it spans the full width of the column */
    height: 100%;
    /* Ensure the container takes up the full height of the image */
}

.image-text {
    position: absolute;
    /* Absolute positioning for placing text inside the image container */
    top: 43%;
    /* Vertically center the text */
    left: 45%;
    /* Horizontally center the text */
    transform: translate(-50%, -50%);
    /* Adjust to precisely center the text */
    color: black;
    /* Text color */
    font-size: 16px;
    /* Adjust font size */
    font-weight: bold;
    /* Optional: make the text bold */
    padding: 5px;
    /* Optional: add some padding around the text */
    border-radius: 5px;
    /* Optional: rounded corners for the background */
}

.above-text {
    position: absolute;
    /* Absolute positioning for placing text inside the image container */
    top: 78%;
    /* Vertically center the text */
    left: 45%;
    /* Horizontally center the text */
    transform: translate(-50%, -50%);
    /* Adjust to precisely center the text */
    color: black;
    /* Text color */
    font-size: 16px;
    /* Adjust font size */
    font-weight: bold;
    /* Optional: make the text bold */
    padding: 5px;
    /* Optional: add some padding around the text */
    border-radius: 5px;
    /* Optional: rounded corners for the background */
    font-family: "Lemonada", cursive;
}

.section4-tittle {
    font-family: "Lemonada", cursive;
    font-size: 30px;
    padding-bottom: 10px;
    text-align: end;
    color: #89c74a !important;
}

.section4-subpara {
    color: #5d5d5d;
    font-size: 15px;
    padding-left: 67px;
    text-align: center;
    font-family: sans-serif;
    line-height: 24px;
}

.buy-now {
    border-radius: 20px;
    background-color: #006e3b !important;
    color: white;
    padding: 12px;
    width: 120px;
    text-decoration: none;
    text-align: center;
}

/* Responsive Fixes */
@media (max-width: 768px) {

    .section4-tittle {
        font-family: "Lemonada", cursive;
        font-size: 22px;
        padding-bottom: 10px;
        text-align: start;
        padding-right: 10px;
        color: #89c74a !important;
    }

    .section4-subpara {
        color: #5d5d5d;
        font-size: 13px;
        padding-left: 0px;
        padding-right: 134px;
        text-align: left;
        font-family: sans-serif;
        line-height: 20px;
    }

    .buy-now {
        border-radius: 20px;
        background-color: #89c74a !important;
        color: white;
        padding: 12px;
        width: 120px;
        text-decoration: none;
        text-align: center;
    }
}

/* Style for the animated image */
.animated-image {
    position: absolute;
    /* Keep the image within the section */
    right: 0;
    /* Align to the right side of the section */
    top: 0;
    /* Start the image from the top */
    height: 50%;
    /* Make the image cover the full height */
    animation: moveUpDown 12s ease-in-out infinite;
    /* Apply the up and down animation */
}

/* Keyframes for up and down animation */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
        /* At the start, the image is in its original position */
    }

    50% {
        transform: translateY(100%);
        /* Move the image down by 100% of its height */
    }

    100% {
        transform: translateY(0);
        /* Move the image back to the original position */
    }
}

.section5-tittle {
    font-family: "Lemonada", cursive;
    font-size: 25px;
    padding-bottom: 10px;
    text-align: center;
    padding-right: 10px;
    color: #89c74a !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    /* semi-transparent black */
    border-radius: 50%;
    padding: 15px;
    background-size: 60% 60%;
    /* adjust arrow size inside the circle */
    transition: background-color 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.5);
    /* slightly darker on hover */
}

.desktop-padding {
    padding: 55px 110px 100px 100px;
}

@media (max-width: 768px) {
    .desktop-padding {
        padding: 20px;
    }
}

.subscribe-button {
    border-radius: 20px;
    border: none;
    height: 38px;
    width: 120px;
    color: white;
    background-color: #006e3b;
    transition: background-color 0.3s ease;
}

.subscribe-button:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
}

.footer-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    color: white;
    z-index: 1;
    overflow: hidden;
}

.footer-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    /* Adjust opacity/color as needed */
    z-index: 0;
}


.hover-green:hover {
    color: #89c74a !important;
    /* Change text color to green on hover */
}

.hover-green:hover i {
    color: #89c74a !important;
    /* Change icon color to green on hover */
}

.fotter-above-row {
    background-color: #89c74a;
    /* Light background color */
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    /* Set width for the circle */
    height: 40px;
    /* Set height for the circle */
    background-color: white;
    /* Icon background color */
    border-radius: 50%;
    /* Make the icon circular */
    color: #89c74a;
    transition: all 0.3s ease-in-out;
    /* Transition for hover effect */
}

.icon-container:hover {
    background-color: #cf6426;
    /* Green background on hover */
    transform: scale(1.1);
    /* Slight zoom effect on hover */
}

.icon-row {
    text-align: left;
    color: white;
    font-size: 18px;
    font-family: "Lemonada", cursive;
}

.container-position {
    margin-top: -50px;
    z-index: 2;
}

/* Apply -1px margin-top for mobile devices */
@media (max-width: 767px) {
    .container-position {
        margin-top: -1px;
    }
}

.shop-now-banner-text {
    font-family: "Lemonada", cursive;
    font-size: 50px;
    color: white !important;
}

@media (max-width: 767px) {
    .shop-now-banner-text {
        font-family: "Lemonada", cursive;
        font-size: 30px;
        color: white !important;
    }
}

.add-cart {
    border-radius: 12px;
    background-color: #89c74a !important;
    color: white;
    padding: 12px;
    margin-top: 10px;
    border: none;
    text-decoration: none;
}

.toast-popup {
    position: fixed;
    top: 20px;
    left: -300px;
    background-color: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    z-index: 9999;
    transition: left 0.5s ease-in-out;
}

.toast-popup.show {
    left: 20px;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 360px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
    font-family: sans-serif;
}

.cart-sidebar.open {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.cart-item {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.cart-item img {
    width: 170px;
    height: auto;
    margin-right: 15px;
}

.cart-info {
    flex: 1;
}

.cart-info strong {
    font-weight: bold;
}

.cart-info .price {
    color: #2e9d32;
    font-weight: bold;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.quantity-controls input {
    width: 40px;
    text-align: center;
}

.quantity-controls .delete {
    background: #2e9d32;
    color: white;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-actions {
    display: flex;
    gap: 10px;
}

.cart-actions .action-link,
.cart-actions .checkout {
    flex: 1;
}

.cart-actions button {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    background-color: #2e9d32;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.special-instructions {
    margin: 20px;
}

.special-instructions textarea {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #ddd;
}

.cart-footer p {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.cart-actions {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cart-actions button {
    flex: 1;
    background: #6bc339;
    color: white;
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
}

.card-text1 {
    font-family: "Playfair Display", serif;
    font-size: 25px;
    text-align: left;
    font-weight: 500;
}

.card-text2 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: normal;
    font-weight: 500;
}

.image-box {
    position: relative;
    display: inline-block;
}

.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    z-index: 2;
}

.image-box:hover .hover-icon {
    display: block;
}

.modal-content {
    border-radius: 12px;
}

.btn-outline-success.active {
    background-color: #d4edda;
    border-color: #28a745;
    color: #155724;
}

.detail-heading {
    font-family: "Lemonada", cursive;
    font-size: 20px;
    text-align: center;
    color: #89c74a !important;
}

.detail-sub {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
}

.detail-price {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 500;
}

.detail-type {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
}

.bg-color {
    background-color: #89c74a !important;
    color: white !important;
    border: none !important;
}

.quantity-text {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.price-text {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.modal-backdrop.show {
    position: relative !important
}

.footer-buy-now {
    position: relative;
    border-radius: 20px;
    background-color: #006e3b !important;
    color: white;
    padding: 12px 20px;
    /* Adjust padding to suit your text */
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s;
    overflow: hidden;
    /* Ensures the circle doesn't overflow outside the button */
}


/* Style for the Go to Top Button */
.go-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #006e3b !important;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: background-color 0.3s;
}

/* Bounce Animation */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.go-to-top-btn {
    animation: bounce 1s infinite;
}

/* Hover Effect */
.go-to-top-btn:hover {
    background-color: #89c74a;
}

.checkout-image {
    width: 200px;
}

@media (max-width: 767px) {
    .checkout-image {
        width: 100px;
    }
}

@media (min-width: 992px) {

    /* Only applies on desktop and larger */
    .custom-modal {
        width: 45% !important;
        max-width: 45% !important;
        margin: auto;
    }
}

.your-cart-text {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.your-cart-tittle {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
}

.add-cart-tiitle {
    font-family: "Lemonada", cursive;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .add-cart-tiitle {
        font-family: "Lemonada", cursive;
        font-size: 13px;
        text-align: center;
    }
}

.add-cart-name {
    font-family: "Lemonada", cursive;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .add-cart-name {
        font-family: "Lemonada", cursive;
        font-size: 13px;
        text-align: center;
    }
}

.line-width {
    width: 60%;
}

@media (max-width: 767px) {
    .line-width {
        width: 100%;
    }
}

.delivery-icon {
    margin-right: 0px;
}

@media (max-width: 767px) {
    .delivery-icon {
        margin-right: 30px;
    }
}

.checkout-tittle {
    font-family: "Lemonada", cursive;
    font-size: 18px;
    text-align: center;
    color: #89c74a !important;
}

.order-tittle {
    font-family: "Lemonada", cursive;
    font-size: 18px;
    text-align: center;
    color: #89c74a !important;
}

.why-us-card {
    background: #fff;
    border: none;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.14); /* Increased shadow */
    padding: 20px;
    text-align: center;
}

.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15); /* Stronger hover shadow */
    background-color: #89c74a;
}

/* Icon Container */
.why-us-card .card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    background-color: #006e3b; /* Default green circle */
    transition: background-color 0.3s ease;
}

/* Icon Image */
.why-us-card .card-icon img {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: brightness(0) invert(1); /* Makes icons appear white if they’re dark */
}

/* Hover Effects */
.why-us-card:hover .card-icon {
    background-color: #ffffff; /* white circle on hover */
}

.why-us-card:hover .card-icon img {
    transform: scale(1.2) rotate(5deg);
    filter: none; /* Revert to original image color */
}

/* Text Color Change on Hover */
.why-us-card:hover .card-text,
.why-us-card:hover h5,
.why-us-card:hover p {
    font-family: sans-serif;
    color: #ffffff;
}
.why-us-card p {
    color: #919191;
    padding: 10px;
}

/* Card Text Styling */
.card-text {
    text-align: justify;
    transition: color 0.3s ease;
}
.why-us-tittle {
    font-family: "Lemonada", cursive;
    font-size: 45px;
    color: #89c74a !important;
    text-align: center;
    margin-bottom: 0px;
}

.why-us-sub {
    color: #5d5d5d;
    font-size: 15px;
    text-align: center;
    font-family: sans-serif;
    line-height: 24px;
    padding-bottom: 20px;
    margin-top: 0px;
}
.card-title {
    padding-bottom: 10px;}