:root {
    --brand: #0a8f4a;
    /* primary green */
    --brand-dark: #066c38;
    --sand: #e7b35b;
    /* donation card bg */
    --muted: #6b7280;
    --page-bg: #ffffff;
    --soft: #f6f7f8;
}

body {
    background: var(--page-bg);
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: normal;
}

/* Navbar */
.brand-btn {
    background: var(--brand);
    border-color: var(--brand);
}

.brand-btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

/* Hero */
/* .hero {
    position: relative;
    min-height: 520px;
    color: #fff;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, 0) 100%),
        url("../images/banner.jpeg");
    background-size: cover;
    background-position: center;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .35;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 72px;
}

.hero h1 {
    font-weight: 800;
    letter-spacing: .2px;
}

.hero p {
    color: rgba(255, 255, 255, .85);
    max-width: 52ch;
}

.hero .btn-outline-light:hover {
    color: #111;
    background: #fff;
} */
.hero {
    position: relative;
    min-height: 75vh;
    overflow: hidden;
}

/* Carousel size */
.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item {
    height: 75vh;
}

.hero-img {
    height: 75vh;
    object-fit: cover;
}

/* Overlay for readability */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1;
}

/* Text on top */
.hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* bottom text like your screenshot */
    padding-bottom: 60px;
    color: #fff;
}

/* Responsive title/subtitle */
.hero-title {
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: clamp(15px, 2vw, 22px);
    max-width: 700px;
    opacity: .95;
}

/* dots above text a bit */
.carousel-indicators {
    z-index: 3;
}

/* Donation bar card */
.donation-bar {
    margin-top: -56px;
    position: relative;
    z-index: 3;
}

.donation-card {
    background: var(--sand);
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.donation-card .form-control,
.donation-card .form-select {
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .08);
}

/* Section titles */
.section-title {
    font-weight: 800;
    color: #111827;
    letter-spacing: .1px;
}

.section-sub {
    color: var(--muted);
}

/* Feature trio */
.feature-icon {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(10, 143, 74, .10);
    color: var(--brand);
    font-size: 22px;
}

/* Cards */
.soft-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
}

.soft-card .card-img-top {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 170px;
    object-fit: cover;
}

/* Patterned section like screenshot */
.pattern-wrap {
    background:
        radial-gradient(rgba(10, 143, 74, .08) 1px, transparent 1px);
    background-size: 26px 26px;
    background-color: #fbfbfb;
    border-top: 1px solid rgba(0, 0, 0, .04);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

/* Video block */
.video-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .10);
    border: 1px solid rgba(0, 0, 0, .06);
}

.ratio iframe {
    border: 0;
}

/* Connect box */
.connect-box {
    border: 2px dashed rgba(10, 143, 74, .25);
    border-radius: 18px;
    padding: 18px;
    background: #fff;
}

.connect-pill {
    border-radius: 16px;
    padding: 50px 20px;
    font-weight: 700;
    border: 2px solid rgba(0, 0, 0, .06);
}

.pill-green {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}

.pill-blue {
    background: #4f9cff;
    color: #fff;
}

.pill-amber {
    background: #e7b35b;
    color: #1f2937;
}

.pill-purple {
    background: #8b5cf6;
    color: #fff;
}

/* Masonry-ish gallery */
.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 510 8px 18px rgba(0, 0, 0, 1);
}

/* Partners */
.partner-logo {
    height: 34px;
    opacity: .9;
    filter: grayscale(15%);
}

/* Newsletter + footer */
.newsletter {
    background: linear-gradient(180deg, var(--brand) 0%, #0a7b42 100%);
    color: #fff;
    border-radius: 18px;
    padding: 26px;
    position: relative;
    overflow: hidden;
}

.newsletter::after {
    content: "";
    position: absolute;
    inset: -60px -120px auto auto;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, .10);
    border-radius: 999px;
    transform: rotate(12deg);
}

footer {
    background: #0b2b1d;
    color: rgba(255, 255, 255, .85);
}

footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Floating buttons (right side) */
.float-stack {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    border: 0;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.chat {
    background: var(--brand);
}

/* Small helpers */
.btn-soft {
    border: 1px solid rgba(10, 143, 74, .35);
    color: var(--brand);
    background: rgba(10, 143, 74, .05);
}

.btn-soft:hover {
    background: rgba(10, 143, 74, .10);
}

/*--------------------------Abuout Us---------------------------*/
:root {
    --brand: #0a8f4a;
    --brand-dark: #066c38;
    --muted: #6b7280;
    --soft: #f6f7f8;
    --card: #ffffff;
}

body {
    background: #fff;
}

/* Navbar */
.brand-btn {
    background: var(--brand);
    border-color: var(--brand);
}

.brand-btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

/* Banner */
.page-hero {
    min-height: 180px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)),
        url("https://images.unsplash.com/photo-1615461066159-fea0960485d5?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.page-hero h1 {
    font-weight: 800;
    letter-spacing: .2px;
}

/* Video + text block */
.video-thumb {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .10);
}

.video-thumb img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.play-badge {
    position: absolute;
    inset: auto auto 16px 16px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    color: #ef4444;
    font-size: 28px;
}

/* Section title */
.section-title {
    font-weight: 800;
    color: #111827;
}

.section-sub {
    color: var(--muted);
}

/* Large list panel ("নীতি ও আদর্শ") */
.panel {
    background: #f1f3f2;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    padding: 18px;
}

.checkline {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
}

.checkline:last-child {
    border-bottom: 0;
}

.check {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(10, 143, 74, .12);
    color: var(--brand);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    margin-top: 1px;
}

/* Tabs-like pills blocks */
.pill-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pill-tabs .pill {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 18px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
}

.pill-tabs .pill.active {
    background: rgba(10, 143, 74, .14);
    border-color: rgba(10, 143, 74, .25);
    color: var(--brand);
}

.pill i {
    color: var(--brand);
}

.tab-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
}

/* Newsletter */
.newsletter {
    background: linear-gradient(180deg, var(--brand) 0%, #0a7b42 100%);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.newsletter::after {
    content: "";
    position: absolute;
    inset: -70px -130px auto auto;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .10);
    border-radius: 999px;
}

/* Footer */
footer {
    background: #0b2b1d;
    color: rgba(255, 255, 255, .85);
}

footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Floating buttons */
.float-stack {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    border: 0;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.chat {
    background: var(--brand);
}

/*--------------------------Activities---------------------------*/
:root {
    --brand: #0a8f4a;
    --brand-dark: #066c38;
    --muted: #6b7280;
}

body {
    background: #fff;
}

/* Navbar */
.brand-btn {
    background: var(--brand);
    border-color: var(--brand);
}

.brand-btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

/* Section title */
.section-title {
    font-weight: 800;
    color: #111827;
}

.section-sub {
    color: var(--muted);
}

/* Activity cards */
.act-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    overflow: hidden;
    height: 100%;
    background: #fff;
}

.act-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.act-meta {
    font-size: .86rem;
    color: #c47f1a;
    /* small orange-ish meta like screenshot */
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.act-title {
    font-weight: 800;
    color: #111827;
    margin: 6px 0 6px;
    line-height: 1.25;
}

.act-desc {
    color: var(--muted);
    font-size: .95rem;
}

.btn-outline-brand {
    border: 1px solid rgba(10, 143, 74, .45);
    color: var(--brand);
    background: rgba(10, 143, 74, .04);
    border-radius: 10px;
    padding: .65rem 1rem;
    font-weight: 700;
}

.btn-outline-brand:hover {
    background: rgba(10, 143, 74, .10);
    color: var(--brand-dark);
    border-color: rgba(10, 143, 74, .70);
}

/* Newsletter */
.newsletter {
    background: linear-gradient(180deg, var(--brand) 0%, #0a7b42 100%);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.newsletter::after {
    content: "";
    position: absolute;
    inset: -70px -130px auto auto;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .10);
    border-radius: 999px;
}

/* Footer */
footer {
    background: #0b2b1d;
    color: rgba(255, 255, 255, .85);
}

footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Floating buttons */
.float-stack {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    border: 0;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.chat {
    background: var(--brand);
}

/*-----------------Activity Details---------------*/
/* Hero breadcrumb helper */
.hero-breadcrumb a:hover {
    color: #fff !important;
}

/* Detail main card */
.detail-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .06);
    overflow: hidden;
    background: #fff;
}

.detail-cover {
    position: relative;
}

.detail-cover img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.detail-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: .9rem;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #c47f1a;
}

.detail-title {
    font-weight: 900;
    letter-spacing: .2px;
    color: #111827;
}

.detail-meta {
    color: var(--muted);
    font-weight: 600;
    font-size: .95rem;
}

.detail-meta i {
    color: var(--brand);
}

.detail-lead {
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.75;
}

/* stat boxes */
.statbox {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    padding: 14px;
    background: #fbfbfb;
}

.stat-ico {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(10, 143, 74, .10);
    color: var(--brand);
    font-size: 22px;
    flex: 0 0 auto;
}

.stat-num {
    font-weight: 900;
    font-size: 1.25rem;
    color: #111827;
    line-height: 1;
}

.stat-label {
    color: var(--muted);
    font-weight: 700;
    font-size: .92rem;
}

/* sections */
.detail-section {
    margin-top: 22px;
}

.detail-h {
    font-weight: 900;
    color: #111827;
    margin-bottom: 10px;
}

.detail-list {
    margin: 0;
    padding-left: 18px;
    color: #374151;
}

.detail-list li {
    margin-bottom: 8px;
}

/* help grid */
.help-grid {
    display: grid;
    gap: 12px;
}

.help-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 14px;
    padding: 14px;
    background: #fff;
}

.help-ico {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(10, 143, 74, .10);
    color: var(--brand);
    font-size: 20px;
    flex: 0 0 auto;
}

.help-title {
    font-weight: 900;
    color: #111827;
}

.help-text {
    color: var(--muted);
    font-weight: 600;
}

/* share buttons */
.share-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}

.share-title {
    font-weight: 900;
    color: #111827;
}

.share-btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    border: 1px solid rgba(10, 143, 74, .45);
    color: var(--brand);
    background: rgba(10, 143, 74, .04);
    padding: 9px 12px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
}

.share-btn:hover {
    background: rgba(10, 143, 74, .10);
    color: var(--brand-dark);
    border-color: rgba(10, 143, 74, .70);
}

/* sidebar cards */
.side-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .06);
    background: #fff;
    padding: 18px;
}

.side-head {
    display: flex;
    gap: 12px;
    align-items: center;
}

.side-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(10, 143, 74, .12);
    color: var(--brand);
    font-size: 22px;
    flex: 0 0 auto;
}

.side-title {
    font-weight: 900;
    color: #111827;
}

.side-sub {
    color: var(--muted);
    font-weight: 700;
    font-size: .92rem;
}

.mini-note {
    color: var(--muted);
    font-weight: 600;
    font-size: .85rem;
}

.info-chip {
    border: 1px dashed rgba(10, 143, 74, .25);
    background: rgba(10, 143, 74, .04);
    color: #111827;
    border-radius: 14px;
    padding: 10px 12px;
    font-weight: 800;
    margin-top: 10px;
}

.side-contact {
    color: var(--muted);
    font-weight: 700;
    display: grid;
    gap: 10px;
}

/*----------------Gallery----------------------*/
:root {
    --brand: #0a8f4a;
    --brand-dark: #066c38;
    --muted: #6b7280;
}

body {
    background: #fff;
}

/* Navbar */
.brand-btn {
    background: var(--brand);
    border-color: var(--brand);
}

.brand-btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}


/* Top filters */
.filter-wrap {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .05);
    padding: 12px;
}

.filter-title {
    font-weight: 800;
    color: var(--brand);
    margin: 0;
    font-size: .95rem;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
    text-decoration: none;
    color: #111827;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    transition: .15s ease;
    white-space: nowrap;
}

.filter-chip:hover {
    background: #f6f7f7;
}

.filter-chip.active {
    background: rgba(10, 143, 74, .12);
    border-color: rgba(10, 143, 74, .25);
    color: var(--brand);
}

.filter-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .25);
}

.filter-chip.active .filter-dot {
    background: var(--brand);
}

/* Gallery tiles */
.gcard {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    background: #fff;
    cursor: pointer;
    height: 100%;
}

.gcard img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.gcard:hover img {
    transform: scale(1.03);
}

.tile-lg {
    height: 170px;
}

.tile-sm {
    height: 140px;
}

/* Pagination */
.page-link {
    color: #111827;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, .08);
}

.page-item.active .page-link {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

/* Newsletter */
.newsletter {
    background: linear-gradient(180deg, var(--brand) 0%, #0a7b42 100%);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.newsletter::after {
    content: "";
    position: absolute;
    inset: -70px -130px auto auto;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .10);
    border-radius: 999px;
}

/* Footer */
footer {
    background: #0b2b1d;
    color: rgba(255, 255, 255, .85);
}

footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Floating buttons */
.float-stack {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    border: 0;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.chat {
    background: var(--brand);
}

.gcard {
    position: relative;
    cursor: pointer;
}

.gcard img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 10px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

/*--------------------Contact Us---------------------*/
:root {
    --brand: #0a8f4a;
    --brand-dark: #066c38;
    --muted: #6b7280;
}

body {
    background: #fff;
}

/* Navbar */
.brand-btn {
    background: var(--brand);
    border-color: var(--brand);
}

.brand-btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

/* Cards */
.soft-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    background: #fff;
}

.soft-card .card-header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 800;
}

/* Form */
.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .10);
    min-height: 46px;
}

textarea.form-control {
    min-height: 160px;
}

.req {
    color: #ef4444;
}

/* Contact details */
.info-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .10);
}

.info-row:last-child {
    border-bottom: 0;
}

.info-ico {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(10, 143, 74, .12);
    color: var(--brand);
    flex: 0 0 auto;
    margin-top: 2px;
}

.info-label {
    font-weight: 800;
    margin: 0;
}

.info-text {
    color: var(--muted);
    margin: 2px 0 0;
}

/* FAQ area */
.faq-wrap {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .05);
    background: #fff;
    overflow: hidden;
}

.faq-side {
    border-right: 1px solid rgba(0, 0, 0, .06);
    padding: 14px;
}

.faq-link {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: #111827;
    font-weight: 700;
}

.faq-link:hover {
    background: #f6f7f7;
}

.faq-link.active {
    background: rgba(10, 143, 74, .12);
    color: var(--brand);
}

.faq-content {
    padding: 18px;
    background: #f5f6f6;
    height: 100%;
}

/* Newsletter */
.newsletter {
    background: linear-gradient(180deg, var(--brand) 0%, #0a7b42 100%);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.newsletter::after {
    content: "";
    position: absolute;
    inset: -70px -130px auto auto;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .10);
    border-radius: 999px;
}

/* Footer */
footer {
    background: #0b2b1d;
    color: rgba(255, 255, 255, .85);
}

footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Floating buttons */
.float-stack {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    border: 0;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.chat {
    background: var(--brand);
}

/*---------------------------Registration-------------------*/
:root {
    --brand: #0a8f4a;
    --brand-dark: #066c38;
    --muted: #6b7280;
    --soft: #f6f7f7;
}

body {
    background: #fff;
}

.brand-btn {
    background: var(--brand);
    border-color: var(--brand);
}

.brand-btn:hover {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
}

.soft-card {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06);
    background: #fff;
}

.soft-card .card-header {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    font-weight: 800;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .10);
    min-height: 46px;
}

textarea.form-control {
    min-height: 140px;
}

.req {
    color: #ef4444;
}

.chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
    text-decoration: none;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
    user-select: none;
}

.chip.active {
    background: rgba(10, 143, 74, .12);
    border-color: rgba(10, 143, 74, .25);
    color: var(--brand);
}

.mini {
    color: var(--muted);
    font-size: .92rem;
}

.badge-blood {
    background: rgba(220, 38, 38, .12);
    color: #dc2626;
    border: 1px solid rgba(220, 38, 38, .25);
    font-weight: 800;
}

table thead th {
    background: #f4f6f6;
    border-bottom: 1px solid rgba(0, 0, 0, .06) !important;
}

.newsletter {
    background: linear-gradient(180deg, var(--brand) 0%, #0a7b42 100%);
    border-radius: 18px;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.newsletter::after {
    content: "";
    position: absolute;
    inset: -70px -130px auto auto;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, .10);
    border-radius: 999px;
}

footer {
    background: #0b2b1d;
    color: rgba(255, 255, 255, .85);
}

footer a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

.float-stack {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    border: 0;
    text-decoration: none;
}

.float-btn.whatsapp {
    background: #25D366;
}

.float-btn.chat {
    background: var(--brand);
}