body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #21272A;
    font-weight: 600;
    /* adjust if needed */
}

b {
    font-family: 'Poppins', sans-serif;
    color: #21272A;
    font-weight: 700;


}

.fw-bold {
    font-family: 'Poppins', sans-serif;
    color: #21272A;
    font-weight: 700 !important;
}

.main-color {
    color: #02f774 !important;
}

.main-background-color {
    color: #02f774;
}

.hero {
    padding: 60px 0;
    background-color: #B2E1D8;
    min-height: 500px;
    height: 100vh;
    background-size: cover;
    width: auto;
    margin-right: 13px;
    margin-left: 13px;
    border-radius: 20px;
}

.hero h1 {
    font-weight: bold;
}

.product-icons img {
    width: 80px;
}

.section-title {
    font-size: 52px;
    font-weight: bold;
}

.header_hover :hover {
    color: #B2E1D8;
}

.articleHover {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.articleHover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: #B2E1D8;
}

.articleHover:hover .card-title,
.articleHover:hover .card-text {
    color: #B2E1D8;
}

.nav-item a:hover {
    color: #B2E1D8;
}

.testimonial {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.footer {
    background: #266041;
    color: white;
    padding: 40px 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.promo {
    padding: 40px 0;
    color: white;
}

.promo .btn {
    margin-top: 10px;
}

.promo-orange {
    background-color: #f7941e;
}

.promo-yellow {
    background-color: #ffdd00;
    color: #000;
}

.nav-item {
    font-size: 19px;
    font-weight: 500;
}

.hero-img {
    overflow: visible;
    /* ensure image can show outside */
}

.hero-image {
    padding: 0px;
    width: auto;
    height: auto;
    transform: translateX(50px);
    /* shift outside */


}

.hero-img {
    min-height: 400px;
    /* hero height */
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    display: flex;
    align-items: center;
}

.main-button {
    align-items: center;
    appearance: none;
    color: #8AE0B0 !important;
    background-color: #1D252C;
    background-image: linear-gradient(1deg, #1D252C, #1D252C 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 10px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-family: CircularStd, sans-serif;
    font-size: 1rem;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s, background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.main-button:active,
.main-button:focus {
    outline: none;
}

.main-button:hover {
    background-position: -20px -20px;
    box-shadow: rgba(26, 109, 165, 0.25) 0 0 0 .125em;
    background-image: linear-gradient(1deg, #415566, #49647c 99%);
    color: #0de26d !important;
}

.main-button:focus:not(:active) {
    box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

a {
    text-decoration: none;
    color: #000;
}


/* Existing styles from previous response */
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.dropdown-item img {
    border-radius: 5px;
    margin-right: 10px;
}

.dropdown-item:hover {
    background-color: #ffffff;
}

/* New styles for carousel */
.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.cards {
    border: none;
}

.card-body {
    padding: 15px;
}

.cards img {
    object-fit: cover;
    max-height: 200px;
}



.btn {
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .carousel-item .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }
}


.border {
    border-color: #ddd !important;
}

.btn-secondary {
    background-color: #ccc;
    border-color: #ccc;
}

.btn-secondary:hover {
    background-color: #bbb;
    border-color: #bbb;
}

.form-label {
    font-weight: 500;
}

.input-group-text {
    background-color: #fff;
    border-left: none;
}

.search_input {
    width: 50rem;
}

@media (max-width: 767.98px) {
    .row>.col-md-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .hero-img {
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .search_input {
        width: 20rem;
    }

    .heroText {
        margin-top: -45px;
    }
}


.card {
    border-radius: 10px !important;
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body {
    /* background-color: #f8f9fa; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-title {
    font-weight: 600;
    color: #333;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
}


.form-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin: 0 auto;
}

.submit-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    /* width: 100%; */
    text-align: end;
    align-items: end;
}

.submit-btn:hover {
    background-color: #555;
}

/* Placeholder for playful imagery (text-based representation) */

.custom-padding li {

    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-input {
    padding: 13px 22px;
    margin-bottom: 0px;
    border-radius: 15px 10px 15px 15px;
    border: none;
    outline: 0;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -.4px;
}

.page-item .page-link {
    border: none;
    color: red;
    background-color: white;
}

/* faq page  */
.faq-container {
    max-width: auto;
    margin: 0 auto;
    padding: 20px;
    margin: 10px
}

.faq-header {
    font-size: 3rem !important;
    font-weight: bolder;
    margin-bottom: 20px;
    color: #212529;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;

}

.faq-item.active,
.faq-item:hover {
    color: #dc3545;
    /* Red color for active or hover state */
}

.faq-item .faq-title {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
}

.faq-item .faq-arrow {
    font-size: 2rem;
    color: inherit;
}

.faq-link {
    font-size: 0.9rem;
    color: #6c757d;
    text-align: right;
    margin-top: 10px;
    display: block;
}


.profile_input {
    width: 100%;
    border-radius: 8px;
    border-bottom: 1px solid #c1c7cd;
    background: #f2f4f8;
    padding: 16px 12px;
    outline: none;
    border: 0;
    color: #697077;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

a {
    text-decoration: none !important;
}

.joinPadding {
    padding: 10rem;
}

.search-bar {
    width: 50rem;
}

.border-bottom {
    border-bottom: 1px solid rgb(192, 163, 163)
}

.border-right {
    border-right: 1px solid rgb(219, 193, 193)
}

.hoverEffect a {
    font-weight: 600;
}

.hoverEffect a:hover {
    color: #02f774 !important;

}

.text-green {
    color: #02f774;
}

.categories_images {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.categories_images {
    width: 240px;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.categories_images:hover {
    transform: scale(1.08);
    /* slightly zoom in */
}



.blog-card__text {
    color: #595959;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.3%;
    letter-spacing: 0.09px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.blog-card__cat {
    color: #132741;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.075px;
    border-radius: 5px;
    background: #e6edf6;
    padding: 10px 6px;
}

.mini-cart-attributes {
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    color: #757575;
    margin-bottom: 0;
}


.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d50057;
    --bs-btn-border-color: #d50057;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d50057;
    --bs-btn-disabled-border-color: #d50057;
}

.color-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: transform 0.2s, border-color 0.2s;
}

.color-swatch:hover {
    transform: scale(1.1);
    border-color: #000;
}

.color-swatch.selected {
    border: 2px solid #000;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    mix-blend-mode: multiply;
    opacity: 0.8;
    pointer-events: none;
}

.custom-checkbox {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    /* makes it round */
    border: 2px solid black !important;
    appearance: none !important;
    /* remove default browser style */
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    background-color: white;
}

.custom-checkbox:checked {
    background-color: black;
    /* fill black when checked */
    border-color: black;
}


.socail_links:hover {
    padding: 0px;
    border-radius: 8px;
    margin: 1px;
    cursor: copy;
}

.star-rating {
    direction: rtl;
    display: inline-flex;
    font-size: 2rem;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: #ffc107;
    /* Bootstrap warning color (gold) */
}

.h1 {
    color: #292925;
    font-size: 70px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -3.5px;
    margin-bottom: 8px;
}


/* FOR Mobile user   */
@media (max-width: 768px) {
    .joinPadding {
        padding: 20px;
        /* or 30px, adjust as needed */
    }

    .search-bar {
        width: auto;
    }

    .border-right {
        border-right: none;
        border-bottom: 1px solid rgb(219, 193, 193)
    }

    .hero {
        height: 60vh;
        min-height: 100px;
    }

    .header-dropdwon {
        text-align: center;
        margin-top: 0px;
        margin-top: 10px;
    }

    .faq-container {
        max-width: auto;
        margin: 0 auto;
        padding: 2px;
        margin: 2px
    }
}
