:root {
    --green: #2d7a2d;
    --green-dark: #1f5c1f;
    --green-light: #eaf5ea;
    --gray-100: #f5f6f5;
    --gray-200: #e5e7e5;
    --gray-300: #d0d3d0;
    --gray-500: #7a847a;
    --gray-700: #3d453d;
    --gray-900: #1a1f1a;
    --font: 'Hind Siliguri', sans-serif;
    --font-serif: 'Noto Serif Bengali', serif;
}

/* ── QUOTE SLIDER ── */
.qs-wrap {
    margin-bottom: 28px;
}

.qs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--gray-200);
}

.qs-card {
    padding: 20px 18px 20px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid var(--gray-200);
    background: #fff;
    transition: background 0.15s;
}

.qs-card:last-child {
    border-right: none;
}

.qs-card:hover {
    background: var(--green-light);
}

/* green corner triangle */
.qs-card::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 34px 34px 0;
    border-color: transparent var(--green) transparent transparent;
}

.qs-text {
    font-family: var(--font-serif);
    font-size: 13px;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: 16px;
}

.qs-author {
    font-size: 12px;
    color: var(--green-dark);
    font-weight: 500;
    font-family: var(--font);
}

.qs-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.qs-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: none;
    background: var(--gray-300);
    cursor: pointer;
    transition: background 0.2s;
    padding: 0;
}

.qs-dot.active {
    background: var(--green);
}

/* ── DL HEADER ── */
.dl-header {
    background: #8d1d21;
    color: #fff;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 22px;
}

/* ── YEAR BLOCK ── */
.year-block {
    margin-bottom: 20px;
}

.year-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 2px solid #8d1d21;
    padding: 9px 2px;
    font-size: 15px;
    font-weight: 600;
    color: var(--gray-900);
    font-family: var(--font);
    cursor: pointer;
    text-align: left;
}

.year-toggle .arr {
    color: #8d1d21;
    font-size: 11px;
    display: inline-block;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.year-toggle.open .arr {
    transform: rotate(90deg);
}

.year-body {
    display: none;
}

.year-body.open {
    display: block;
}

/* ── DL ROW ── */
.dl-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 2px;
    border-bottom: 1px solid var(--gray-200);
}

.dl-row:first-child {
    border-top: 1px solid var(--gray-200);
}

.dl-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: var(--gray-700);
    line-height: 1.5;
}

.dl-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8d1d21;
    flex-shrink: 0;
    margin-top: 5px;
}

.dl-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #8d1d21;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 7px 13px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--font);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: background 0.15s;
}

.dl-btn:hover {
    background: #8d1d21;
    color: #fff;
}

.dl-btn svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
}

/* ── SIMPLE COLLAPSIBLE ── */
.simple-block {
    border-bottom: 1px solid var(--gray-200);
}

.simple-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    background: none;
    border: none;
    padding: 13px 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900);
    font-family: var(--font);
    cursor: pointer;
    text-align: left;
}

.simple-toggle .arr {
    color: #8d1d21;
    font-size: 11px;
    display: inline-block;
    transition: transform 0.2s;
    flex-shrink: 0;
}

.simple-toggle.open .arr {
    transform: rotate(90deg);
}

.simple-body {
    display: none;
    padding: 2px 0 14px 20px;
    font-size: 13px;
    color: #8d1d21;
    line-height: 1.7;
}

.simple-body.open {
    display: block;
}





 .focal-point-card {
     width: 420px;
     background: #8d1d21;
     border-radius: 16px;
     padding: 2rem 2rem 1.75rem;
     position: relative;
     overflow: hidden;
 }

 /* Decorative circles */
 .focal-point-card::before {
     content: '';
     position: absolute;
     top: -40px;
     right: -40px;
     width: 180px;
     height: 180px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.06);
 }

 .focal-point-card::after {
     content: '';
     position: absolute;
     bottom: -50px;
     left: -30px;
     width: 140px;
     height: 140px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.04);
 }

 /* Header */
 .focal-point-card .card-header {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 1.5rem;
     border-bottom: unset !important;
     background: unset !important;
 }

 .focal-point-card .avatar {
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.18);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     font-weight: 500;
     color: #fff;
     flex-shrink: 0;
     letter-spacing: 0.05em;
 }

 .focal-point-card .card-name {
     font-size: 20px;
     font-weight: 600;
     color: #fff;
     letter-spacing: 0.01em;
     line-height: 1.2;
     margin: 0 0 0px !important;
 }

 .focal-point-card .card-title {
     margin-top: 3px;
     font-size: 11.5px;
     color: rgba(255, 255, 255, 0.7);
     line-height: 1.4;
 }

 /* Divider */
 .focal-point-card .divider {
     border: none;
     border-top: 0.5px solid rgba(255, 255, 255, 0.2);
     margin-bottom: 1.25rem;
 }

 /* Committee section */
 .focal-point-card .section {
     padding-top: 1.25rem;
     margin-bottom: 1.25rem;
 }

 .focal-point-card .section-label {
     font-size: 10px;
     font-weight: 500;
     color: rgba(255, 255, 255, 0.55);
     text-transform: uppercase;
     letter-spacing: 0.1em;
     margin-bottom: 5px;
 }

 .focal-point-card .section-line {
     font-size: 13px;
     color: #fff;
     line-height: 1.6;
     margin-bottom: 4px;
 }

 .focal-point-card .section-line.muted {
     color: rgba(255, 255, 255, 0.72);
 }

 /* Contact section */
 .focal-point-card .contact-section {
     padding-top: 1.25rem;
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 .focal-point-card .contact-row {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .focal-point-card .contact-icon {
     width: 16px;
     height: 16px;
     flex-shrink: 0;
     opacity: 0.7;
 }

 .focal-point-card .contact-text {
     font-size: 13px;
     color: #fff;
 }

 /* Footer */
 .focal-point-card .card-footer {
     margin-top: 1.5rem;
     padding-top: 1rem;
     border-top: 0.5px solid rgba(255, 255, 255, 0.2);
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .focal-point-card .bank-name {
     font-size: 15px;
     font-weight: 600;
     color: #fff;
     letter-spacing: 0.08em;
     margin: 0;
 }

 .focal-point-card .bank-sub {
     font-size: 10px;
     color: rgba(255, 255, 255, 0.55);
     letter-spacing: 0.06em;
     margin-top: 2px;
 }

 .focal-point-card .bank-icon {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.15);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .focal-point-card .bank-icon svg {
     width: 18px;
     height: 18px;
     stroke: rgba(255, 255, 255, 0.85);
     fill: none;
     stroke-width: 1.5;
     stroke-linecap: round;
     stroke-linejoin: round;
 }

@media only screen and (max-width: 767px) {
    .focal-point-card {
        width: 310px;
        background: #8d1d21;
        border-radius: 16px;
        padding: 2rem 2rem 1.75rem;
        position: relative;
        overflow: hidden;
    }

    .focal-point-card .card-name {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.01em;
        line-height: 1.2;
        margin: 0 0 0px !important;
    }

    .dl-header {
        background: #8d1d21;
        color: #fff;
        padding: 11px 16px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 22px;
    }
}






@media (max-width: 640px) {
    .qs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    .qs-grid {
        grid-template-columns: 1fr;
    }
}
