body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #e3f2fd;
}

h1 {
    color: #285292;
    text-align: center;
}

h2 {
    color: #202021;
    text-align: center;
}

h3 {
    color: #1e1f20;
    text-align: center;
}

.container {
    width: 80%;
    max-width: 800px;
    margin: 30px auto;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger the animations */
.container:nth-child(2) { animation-delay: 0.1s; }
.container:nth-child(3) { animation-delay: 0.2s; }
.container:nth-child(4) { animation-delay: 0.3s; }
.hero {
    padding: 40px 0;
    background-color: #bbdefb;
    position: relative;
}

button {
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.top-right-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.dropbtn {
    background-color: #0d47a1;
    color: white;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.burger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 14px;
}

.burger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    background-color: white;
}

.dropbtn:hover {
    background-color: #1565c0;
    transform: translateY(-1px);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    right: 0;
    top: 60px;
}

.dropdown-content a {
    color: #285292;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f7ff;
}

.dropdown-content.show {
    display: block;
}

.dropbtn:hover {
    background-color: #1565c0;
}

.hero-buttons {
    text-align: center;
    margin: 30px 0;
}


.container {
    text-align: center;     
}

.container .donate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;   
    min-width: 180px;
    height: 55px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 35px;
}

.learn-more-btn {
    background-color: #0d47a1;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0;
}

.learn-more-btn:hover {
    background-color: #0d47a1;
    opacity: 0.8;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #0d47a1;
    color: white;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.top-right-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
    right: 0;
    top: 60px;
}

.dropdown-content a {
    color: #285292;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f7ff;
}

.dropdown:hover .dropdown-content {
    display: inline-block;
}

.dropdown:hover .dropbtn {
    background-color: #1565c0;
}

.site-header {
    position: relative;
    padding: 60px 20px 40px;
    background: linear-gradient(180deg, #e3f2fd 0%, #bbdefb 100%);
    text-align: center;
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: whitesmoke
    ;
    z-index: 1;
}

.logo {
    position: absolute; 
    top: 20px;
    left: 20px;
    z-index: 2; 
}

.top-right-menu {
    position: absolute;
    top: 05px;
    right: 20px;
    z-index: 2; 
    
}

.site-name {
    font-size: clamp(1.6rem, 2.2vw, 2.6rem);
    font-weight: 700;
    color: #0d47a1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
}
   

.site-tagline {
    color: #285292;
    max-width: 840px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.7;
}

.main-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.main-nav a {
    color: white;
    background-color: rgba(13, 71, 161, 0.9);
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.main-nav a:hover {
    background-color: #0d47a1;
}

.container h1 {
    text-align: center;
    margin-top: 0;
    color: #0d47a1;
}

.container p {
    text-align: justify;
    line-height: 1.75;
    color: #333333;
}

.footer-title {
    color: #0d0d0ee9;
    margin-top: 0;
}

  
footer {
    background-color: #0d47a1;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin: 40px auto 20px auto;
    max-width: 900px;
    line-height: 1.8;
}

footer h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

footer p {
    margin: 10px auto;
    max-width: 700px;
}

.contact-block {
    margin-top: 24px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-block h2 {
    margin-bottom: 12px;
    color: #ffffff;
}

.contact-block p {
    color: #f3f7ff;
    margin: 6px 0;
}


.people-section {
    padding: 40px 20px;
    background-color: #f8fbff;
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.person-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.person-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.person-card img {
    width: 160px;               
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 15px;
    border: 5px solid #e3f2fd;
    display: block;
}

.person-card h3 {
    margin: 15px 15px 8px;
    color: #0d47a1;
    font-size: 1.1rem;
}

.person-card p {
    margin: 0 15px 15px;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
}


.person-card.bigger-card {
    padding: 15px;
}

.person-card.bigger-card img {
    width: 200px !important;    
    height: 280px !important;
    border-radius: 10px;
    border: 5px solid #e3f2fd;
    margin-bottom: 15px;
    object-fit: cover;
}
