:root {
    /* Exact colors extracted & matched from the screenshot */
    --hero-overlay: rgba(15, 23, 20, 0.68);
    --gold: #f4c75c;
    --brown-btn: #c28d5f;
    --orange-btn: #f8a45e;
    --green-donate: #10b981;
    --dark-stat: #374151;
    --filter-active: #1e3a8a;
    --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

* {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        sans-serif;
}

.hero {
    min-height: 720px;
    background-image: linear-gradient(var(--hero-overlay), var(--hero-overlay)),
        url("../images/hero-banner.jpg"); /* Tropical leaf background – replace with your exact exported background image if needed */
    background-size: cover;
    background-position: center top;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
}
.linksharing a i {
    color: #ddd;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

/* Logo – exact top-left placement */
.logo {
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 14px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
}

.logo img {
    width: 125px;
}

/* Title & text */
.kona-label {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1px;
    color:#c8d9ed;
    margin-bottom: 8px;
}

.hero-title {
    font-size: clamp(3rem, 6vw, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -3px;
}

.hero-subtitle {
    font-size: 1.35rem;
    max-width: 850px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 1.5rem;
}

/* Learn more row */
.learn-more {
        margin-top: 2rem;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #ddd;
}

/* Action buttons */
.action-buttons {
    margin-top: 2.5rem;
    gap: 12px;
    flex-wrap: wrap;
}
.donorboxcstm dbox-widget {
    margin: 0 auto;
}
.btn-custom {
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-spreadsheet {
    background: #f1f3f5;
    color: #1f2937;
    border: 2px solid #cbd5e1;
}
.btn-submit {
    background: #4663ac;
    color: white;
    border: none;
}
.btn-donate {
        background: #c1d8f0;
    color: #000;
    border: none;
}
.btn-synced {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
}

/* Stats */
.stat-card {
    border-radius: 20px;
    padding: 24px 15px;
    color: white;
    box-shadow: var(--card-shadow);
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
}
.linksharing {
    display: flex;
    gap: 15px;
}
.stat-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}
a.btn-custom:hover {
    opacity: 0.85;
}
.stat-label {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.95;
    margin-top: 6px;
}
.dropdown-menu.show {
    display: block;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #10b981;
}
/* Browse button */
.browse-btn {
    background: #fff;
    color: #1f2937;
    border-radius: 50px;
    padding: 9px 25px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    margin-top: 1.5rem;
}
.brzbtnarea svg {
    width: 20px;
    margin-left: 10px;
}
.browse-btn:hover{
	background: #eee;
	color: #000;
}
/* FILTER BAR */
.filter-bar {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 18px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.island-filter {
    border-radius: 50px;
    padding: 10px 24px;
    font-weight: 600;
    margin-right: 2px;
    border: 0px solid transparent;
    background: #eee;
}

.island-filter.active {
    background: var(--filter-active);
    color: white;
    border-color: var(--filter-active);
}

/* Family cards – pixel perfect */
.family-card {
    border-radius: 20px;
    border: 1px solid #f1f3f5;
    box-shadow: var(--card-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    overflow: hidden;
}

.family-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.gofundme-tag {
    background: rgb(16, 185, 129, 0.10);
    color: rgb(16 185 129);
    font-size: 0.7rem;
    align-self: center;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 50px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #4663ac;
    box-shadow: none;
}
.raised-pill {
    background: #fefce8;
    color: #854d0e;
    font-weight: 700;
    font-size: 0.75rem;
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
}
.cstmtextmain p{
    font-size: 1.35rem;
    font-weight: 500;
    color: #4663ac;
    line-height: 1.4;
}
.donate-btn {
    background: var(--green-donate);
    border: none;
    border-radius: 0.375rem;
    font-weight: 700;
    padding: 10px 24px;
}
section#faq-section {
    background-color: #f1f1f1;
}
.input-group.srchgrup {
    border: 1px solid #dee2e6;
    border-radius: 50em;
    overflow: hidden;
}
.srchgrup .input-group-text{
    cursor: pointer;
}
.input-group.srchgrup input#search-input {
    box-shadow: none;
}
/* Footer */
footer {
    font-size: 0.95rem;
    color: #64748b;
}

@media (max-width: 992px) {
    .hero {
        min-height: 680px;
    }
    .logo {
        top: 25px;
        left: 25px;
    }
    body .hero-content {
        padding: 40px 0;
    }
    section.hero {
    flex-wrap: wrap;
}

section.hero .logo {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

section.hero .logo img {
    max-width: 200px;
}
}
@media (max-width: 1100px) {
    body .stat-number {
        font-size: 2rem;
    }
}
@media (min-width: 1200px) {
    .btn-custom {
        padding: 10px 15px 8px 15px;
        line-height: 1;
    }
}
a.btn.btn-outline-secondary {line-height: 1.7;}
@media (max-width: 767px) {


section.hero  h1.hero-title {
    font-size: 40px;
}

section.hero .container.hero-content {
    padding-left: 20px;
    padding-right: 20px;
}

section.hero .container.hero-content p.hero-subtitle {font-size: 17px;}

section.hero .container.hero-content .learn-more {
    flex-wrap: wrap;
    gap: 5px;
}
section.hero .container.hero-content .learn-more .linksharing {
    gap: 15px;
    display: flex;
}
.stat-card {
    padding: 10px;
    border-radius: 10px;
}

.stat-card .stat-number {
    font-size: 20px;
    font-weight: 600;
}

.stat-card .stat-label {
    font-size: 12px;
    font-weight: 600;
}
button.browse-btn.btn {
    padding: 8px 20px;
    font-size: 16px;
}
.action-buttons .btn-custom {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.action-buttons {
    gap: 5px;
}
.filter-bar .btn-group {
    flex-wrap: wrap;
    gap: 10px;
}

.filter-bar .btn-group button {
    padding: 5px 10px;
    border-radius: 20px !important;
}
.filteramt {
    width: 100%;
}

.filteramt button.btn {
    width: 100%;
    position: relative;
}
.filteramt button.btn:after {
    position: absolute;
    right: 10px;
}
}