/* ========================================
   MANOMITRA PAGE STYLES
   Design: design/Manomitra.png
   
   Note: "What We Do", "How We Do It", and "Why It Matters" 
   sections use global styles from:
   assets/css/components/common-sections.css
   ======================================== */

/* ========================================
   HERO SECTION
   ======================================== */
.manomitra-hero-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #FFE4D6 0%, #D4F5E9 100%);
}

.hero-gradient-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(135deg, #FF9966 0%, #FF6B6B 25%, #4ECDC4 50%, #44A08D 100%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.9;
    z-index: 0;
}

.manomitra-hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-content-text {
    padding-right: 30px;
}

.hero-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subtitle-text {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* ========================================
   HEALTHY MIND SECTION
   ======================================== */
.healthy-mind-section {
    padding: 100px 0;
    background: #fff;
}

.healthy-mind-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.healthy-mind-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.healthy-mind-content {
    padding-left: 20px;
}

.healthy-mind-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 24px;
}

.healthy-mind-text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* ========================================
   WHAT WE DO SECTION
   ======================================== */
.what-we-do-section {
    padding: 100px 0;
    background: #F9FAFB;
}

.what-we-do-section .container {
    max-width: 1320px;
}

@media (min-width: 992px) {
    .what-we-do-section .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-header-centered {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-heading-large {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.section-subtitle-text {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
}

.what-we-do-grid {
    row-gap: 24px;
    column-gap: 16px;
    margin-left: -8px;
    margin-right: -8px;
}

.what-we-do-grid > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
}

.what-we-do-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: left;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 200px;
}

.what-we-do-card.card-green {
    background: linear-gradient(135deg, #7DC242 0%, #6AB839 100%);
    color: #fff;
    border: none;
}

.what-we-do-card.card-green .card-heading {
    color: #fff;
}

.what-we-do-card.card-green .card-icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.what-we-do-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.card-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #F0F9FF;
    color: #7DC242;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 22px;
    flex-shrink: 0;
}

.card-text-wrapper {
    flex: 1;
}

.card-heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #1a1a1a;
    margin: 0;
}

/* ========================================
   HOW WE DO IT SECTION
   ======================================== */
.how-we-do-it-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.how-we-do-it-section .container {
    max-width: 1320px;
}

.section-heading-large-left {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    display: flex;
    align-items: center;
    letter-spacing: -0.48px;
    color: #071A34;
    margin-bottom: 72px;
}

.how-content-row {
    gap: 78px;
    align-items: flex-start;
}

.video-wrapper-box {
    position: relative;
    width: 100%;
    max-width: 628px;
    height: 408px;
    border-radius: 9px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.video-placeholder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.video-play-button i {
    font-size: 32px;
    color: #000000;
    margin-left: 4px;
}

.video-play-disabled {
    opacity: 0.7;
    cursor: default;
}

.how-steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
}

.how-step-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 32px;
}

.how-step-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: #F5F7FE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 20.05px rgba(255, 255, 255, 0.05), inset 0px 1.34px 1.34px rgba(255, 255, 255, 0.15);
}

.how-step-icon .step-number {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #071A34;
}

.how-step-text {
    flex: 1;
    padding-top: 2px;
}

.how-step-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.08px;
    color: #071A34;
    margin: 0 0 12px 0;
}

.how-step-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #1A2D47;
    margin: 0;
}

.how-step-divider {
    width: 100%;
    height: 1px;
    background: rgba(32, 32, 28, 0.1);
    margin: 34px 0;
}

/* ========================================
   WHY IT MATTERS SECTION
   ======================================== */
.why-it-matters-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.why-it-matters-section .container {
    max-width: 1240px;
}

.section-header-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 16px;
    max-width: 632px;
    margin: 0 auto 56px;
}

.section-heading-large {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    letter-spacing: -0.96px;
    color: #39302A;
    margin: 0;
}

.section-subtitle-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #4B4B4B;
    opacity: 0.7;
    margin: 0;
}

.matters-card-row {
    gap: 32px;
    justify-content: center;
}

.matters-card-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    gap: 28px;
    background: #FFFFFF;
    box-shadow: 12px 16px 50px rgba(154, 154, 154, 0.12);
    border-radius: 12px;
    height: 244px;
    width: 100%;
    max-width: 392px;
}

.matters-icon-circle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    width: 80px;
    height: 80px;
    background: rgba(227, 227, 227, 0.45);
    border-radius: 99px;
    flex-shrink: 0;
}

.matters-icon-circle i {
    font-size: 48px;
    color: #000000;
}

.matters-card-title {
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    color: #39302A;
    margin: 0;
    max-width: 353px;
}

/* ========================================
   HOW IT WORKS SECTION
   ======================================== */
.how-it-works-section {
    padding: 100px 0;
    background: #fff;
}

.how-works-content {
    align-items: center;
    margin-top: 60px;
}

.works-images-group {
    position: relative;
}

.works-main-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.works-overlay-img {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 60%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 5px solid #fff;
}

.works-features-list {
    padding-left: 20px;
}

.works-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.works-feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    color: #fff;
}

.feature-icon-blue {
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.feature-icon-purple {
    background: linear-gradient(135deg, #A855F7 0%, #9333EA 100%);
}

.feature-icon-green {
    background: linear-gradient(135deg, #7DC242 0%, #6AB839 100%);
}

.feature-text-box {
    flex: 1;
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.feature-description {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ========================================
   CTA BOOK SESSION SECTION
   ======================================== */
.cta-book-session-section {
    padding: 100px 0;
    background: #F9FAFB;
}

.cta-card-wrapper {
    background: linear-gradient(135deg, #7DC242 0%, #6AB839 100%);
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(125, 194, 66, 0.2);
    position: relative;
    overflow: hidden;
}

.cta-card-wrapper::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cta-text-content {
    position: relative;
    z-index: 1;
}

.cta-heading {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 16px;
}

.cta-subtext {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.btn-dark-green {
    display: inline-block;
    padding: 14px 32px;
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-dark-green:hover {
    background: #333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.cta-image-wrapper {
    position: relative;
    z-index: 1;
}

.cta-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* ========================================
   ARTICLES SECTION
   ======================================== */
.articles-blog-section {
    padding: 100px 0;
    background: #fff;
}

.articles-section-heading {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px;
}

.articles-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.blog-post-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-card-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-post-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-card-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
}

.meta-separator {
    color: #ccc;
}

.blog-heading-icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.blog-card-heading {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

.blog-card-heading a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-heading a:hover {
    color: #7DC242;
}

.blog-icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F0F9FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #7DC242;
    flex-shrink: 0;
}

.blog-supporting-text {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-categories-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.badge-item {
    display: inline-block;
    padding: 6px 14px;
    background: #F0F9FF;
    color: #7DC242;
    font-size: 13px;
    font-weight: 500;
    border-radius: 20px;
}

/* Pagination */
.blog-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}

.pagination-button-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-button-nav:hover {
    background: #7DC242;
    color: #fff;
    border-color: #7DC242;
}

.pagination-button-nav.pagination-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-numbers-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-number-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-number-btn:hover {
    background: #7DC242;
    color: #fff;
    border-color: #7DC242;
}

.pagination-number-btn.pagination-active {
    background: #7DC242;
    color: #fff;
    border-color: #7DC242;
}

.pagination-ellipsis {
    padding: 0 8px;
    color: #666;
}

.no-articles-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn-primary-green {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, #7DC242 0%, #6AB839 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(125, 194, 66, 0.4);
    color: #fff;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (min-width: 1200px) {
    .what-we-do-section .row {
        flex-wrap: nowrap;
    }
}

@media (max-width: 1199px) {
    .articles-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .what-we-do-card {
        min-height: 180px;
    }
}

@media (max-width: 991px) {
    .hero-main-title {
        font-size: 40px;
    }
    
    .hero-content-text {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .healthy-mind-title {
        font-size: 32px;
    }
    
    .healthy-mind-content {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .section-heading-large,
    .section-heading-large-left {
        font-size: 42px;
    }
    
    .what-we-do-grid {
        gap: 20px;
    }
    
    .how-steps-wrapper,
    .works-features-list {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .video-wrapper-box {
        margin-bottom: 40px;
    }
    
    .works-overlay-img {
        bottom: -20px;
        right: -20px;
        width: 50%;
    }
    
    .cta-card-wrapper {
        padding: 40px;
    }
    
    .cta-heading {
        font-size: 28px;
    }
    
    .cta-image-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hero-main-title {
        font-size: 32px;
    }
    
    .hero-subtitle-text {
        font-size: 18px;
    }
    
    .manomitra-hero-section {
        padding: 60px 0;
    }
    
    .healthy-mind-section,
    .what-we-do-section,
    .how-we-do-it-section,
    .why-it-matters-section,
    .how-it-works-section,
    .cta-book-session-section,
    .articles-blog-section {
        padding: 60px 0;
    }
    
    .healthy-mind-title {
        font-size: 28px;
    }
    
    .section-heading-large,
    .section-heading-large-left {
        font-size: 32px;
        line-height: 40px;
    }
    
    .matters-card-title {
        font-size: 18px;
        line-height: 28px;
    }
    
    .what-we-do-card {
        min-height: auto;
        padding: 24px 20px;
    }
    
    .card-heading {
        font-size: 16px;
    }
    
    .articles-blog-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .articles-section-heading {
        font-size: 32px;
    }
    
    .cta-card-wrapper {
        padding: 30px 20px;
    }
    
    .cta-heading {
        font-size: 24px;
    }
    
    .blog-pagination-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    
    .pagination-numbers-wrap {
        order: -1;
    }
    
    .works-overlay-img {
        display: none;
    }
}

@media (max-width: 576px) {
    .section-heading-large,
    .section-heading-large-left {
        font-size: 28px;
        line-height: 36px;
    }
    
    .video-play-button {
        width: 60px;
        height: 60px;
    }
    
    .video-play-button i {
        font-size: 24px;
    }
}

