/* blog Hero Section */
#blog-hero-section {
    margin-top: -98px;
}

#blog-hero-section .banner-img {
    width: 100%;
}

.link {
    color: rgba(2, 36, 37, 0.41);
    font-size: 16px;
    line-height: 24px;
}

p {
    font-size: 12px;
    line-height: 18px;
}

#know-yourself,
#lifestyle,
#whats-next,
#articles-section {
    margin-top: 120px;
}

#know-yourself .subheading {
    margin-top: 28px;
    margin-bottom: 78px;
}

#know-yourself ul {
    max-width: 529px;
    margin: auto;
}

#know-yourself li {
    margin-bottom: 40px;
}

#lifestyle .life-style-img,
#lifestyle .life-style-content {
    width: 100%;
}

#lifestyle ul {
    max-width: 454px;
    margin: auto;
}

#lifestyle li {
    margin-bottom: 38px;
}

#whats-next h2 {
    margin-top: 80px;
}

#whats-next .subheading {
    margin-top: 3px;
    margin-bottom: 60px;
}

#articles-section {
    margin-bottom: 120px;
}

@media (min-width: 768px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }

    /* blog Hero Section */
    #blog-hero-section .banner-content-space {
        width: 47.5%;
        height: auto;
    }

    #blog-hero-section .banner-img {
        width: 52.5%;
    }

    #blog-hero-section .banner-img img {
        width: 100%;
        height: 945px;
        object-fit: cover;
        border-radius: 20px;
    }

    #blog-hero-section .banner-content {
        width: 95%;
        position: absolute;
        top: 310px;
        left: 0;
    }

    #blog-hero-section p {
        margin-top: 33px;
        margin-bottom: 30px;
        line-height: 24px;
    }

    #whats-next h2 {
        margin-top: 120px;
    }

    #whats-next p {
        margin-top: 30px;
    }


}

/* =====================================================
   Blog Detail — Content Section
   ===================================================== */

#blog-content {
    padding-top: 60px;
    padding-bottom: 80px;
}

#blog-content p {
    font-size: 15px;
    line-height: 26px;
    color: #022425;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    #blog-content p {
        font-size: 17px;
        line-height: 28px;
    }
}

#blog-content h1 {
    font-family: "Noto Serif", serif;
    font-size: 24px;
    line-height: 32px;
    color: #022425;
    margin-top: 40px;
    margin-bottom: 16px;
}

#blog-content h2 {
    font-family: "Noto Serif", serif;
    font-size: 20px;
    line-height: 28px;
    color: #022425;
    margin-top: 36px;
    margin-bottom: 14px;
    font-weight: 300;
}

@media (min-width: 768px) {
    #blog-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    #blog-content h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

/* --- Food List --- */
.blog-food-list {
    margin: 24px 0 32px;
}

.blog-food-list p {
    font-family: "Noto Serif", serif;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 14px !important;
    color: #022425;
}

.blog-food-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-food {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #022425 !important;
    font-size: 13px;
    line-height: 18px;
    color: #022425;
    background: #f5faf0;
    font-family: "Open Sans", sans-serif;
    transition: background 0.2s ease;
}

.badge-food:hover {
    background: #caf948;
}

/* --- Bullet List --- */
.blog-bullet-list {
    margin: 24px 0 32px;
}

.blog-bullet-list>p {
    font-family: "Noto Serif", serif;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #022425;
}

.blog-bullet-list ul {
    padding-left: 20px;
    margin: 0;
}

.blog-bullet-list li {
    font-size: 15px;
    line-height: 26px;
    color: #022425;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .blog-bullet-list li {
        font-size: 17px;
        line-height: 28px;
    }
}

/* --- Myth / Truth Cards --- */
.blog-myth-truth {
    margin: 28px 0 36px;
}

.myth-truth-card {
    border-radius: 8px;
    background: #fff;
    border-left: 4px solid #caf948 !important;
    box-shadow: 0 2px 8px rgba(2, 36, 37, 0.08);
    padding: 16px 20px !important;
    margin-bottom: 16px !important;
}

.myth-truth-card p {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
}

.myth-truth-card p:last-child {
    margin-bottom: 0 !important;
}

.myth-truth-card .myth-label {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    color: #b94040;
    margin-right: 6px;
}

.myth-truth-card .truth-label {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    color: #5BA228;
    margin-right: 6px;
}

/* --- Dosha Table --- */
.blog-dosha-table {
    margin: 28px 0 36px;
}

.blog-dosha-table table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    color: #022425;
    border-radius: 8px;
    overflow: hidden;
}

.blog-dosha-table thead th {
    background: #022425;
    color: #fff;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    padding: 12px 16px;
    font-size: 15px;
    border: none;
}

.blog-dosha-table tbody td {
    padding: 12px 16px;
    vertical-align: top;
    border-color: #e0ede0;
    font-size: 14px;
    line-height: 22px;
}

.blog-dosha-table tbody td:first-child {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    font-weight: 600;
    color: #5BA228;
    white-space: nowrap;
}

.blog-dosha-table tbody ul {
    margin: 0;
    padding-left: 18px;
}

.blog-dosha-table tbody li {
    margin-bottom: 4px;
}

/* --- Tip / Callout --- */
.blog-tip {
    margin: 20px 0 28px;
    padding: 16px 20px !important;
    border-radius: 6px;
    background: #f5faf9 !important;
    border-left: 4px solid #BED9F3 !important;
    font-size: 15px;
    line-height: 24px;
    color: #022425;
}

.blog-tip .fw-bold {
    font-family: "Noto Serif", serif;
    font-size: 15px;
    color: #022425;
    margin-right: 4px;
}

/* --- Closing --- */
.blog-closing {
    font-family: "Noto Serif", serif;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #022425;
    font-style: italic;
    font-weight: 300;
    border-top: 1px solid #e0ede0;
    padding-top: 28px;
    margin-top: 36px !important;
    margin-bottom: 12px !important;
}

@media (min-width: 768px) {
    .blog-closing {
        font-size: 22px !important;
        line-height: 34px !important;
    }
}

/* --- Articles Carousel --- */
#articles-section .swiper-slide .card {
    padding: 0 8px 20px;
}

#articles-section .swiper-slide h5 a {
    font-size: 16px;
    line-height: 24px;
    color: #022425;
}

#articles-section .swiper-slide h5 a:hover {
    color: #5BA228;
}