
:root{
    --beige:rgb(255, 239, 202);
    --primary: #3b82f6;
    --primary-dark: #1d4ed8;
    --accent: #06b6d4;
    --gradient-primary: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

/* ========================================
   Base Utilities
   ======================================== */
.blurred{backdrop-filter: blur(20px);}
.important-btn{}
/* .important-btn:hover{background-color: #3e91d4;} */
.cornered{border-radius: 20px;}
.hide{display: none;}

.adjust-center{margin-left: 50%; transform: translate(-50%,0);}
.display-5{font-size: 30px;}

.alt-bgr{background-color: var(--beige);}
.alt-bgr-img{background: linear-gradient(var(--beige),var(--beige),rgba(255, 223, 117, 0.896)), url(../images/charity.jpg); background-repeat: repeat-x; background-position: 0% 100%; background-size: 300px;}

.donation-bgr{background: linear-gradient(rgba(3, 43, 83, 0.86),rgb(2, 44, 76)), url(../images/donation-bgr.jpg); background-repeat: no-repeat; background-size: auto;}

.stroke-underline::before{ content: ""; position: absolute; width: 200px; height: 40px; margin-top: 30px; background: url(../images/stroke.png);
background-repeat: no-repeat; background-size: cover;}

.custom-modal{position: fixed; top: 0; left: 0; width: 100%; height: 100%; backdrop-filter: blur(20px); z-index: 2000; display: grid;
place-items: center; display: none; padding-top: 30px;}
.custom-modal-body{padding: 20px;}

/* ========================================
   Enhanced Social Bar
   ======================================== */
.nav-social {
    display: flex;
    gap: 8px;
}

.nav-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
    transition: all 0.3s ease;
}

.nav-social a:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* ========================================
   Enhanced Section Styling
   ======================================== */
.site-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

/* ========================================
   Enhanced Hero Section
   ======================================== */
.site-blocks-cover .slide h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 1.5rem;
}

.site-blocks-cover .desc {
    font-size: 1.25rem;
    font-weight: 400;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   About Section Enhancement
   ======================================== */
.cta-big-image figure.circle-bg img {
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* ========================================
   Volunteer Section
   ======================================== */
#volunteer-section {
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

#volunteer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), transparent);
}

/* ========================================
   Card Enhancements
   ======================================== */
.card {
    border: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
}

/* ========================================
   Blog/Article Styling
   ======================================== */
.blog-content h2 {
    color: #0f172a;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-content h4 {
    color: #1e40af;
    font-weight: 600;
}

.blog-content p {
    color: #475569;
    line-height: 1.8;
}

.blog-content blockquote {
    border-left: 4px solid #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 1.5rem 2rem;
    border-radius: 0 16px 16px 0;
    margin: 2rem 0;
}

.blog-content blockquote p {
    color: #1e40af;
    font-style: italic;
    font-size: 1.1rem;
    margin: 0;
}

.blog-content ul li {
    margin-bottom: 0.5rem;
    color: #475569;
}

/* ========================================
   Sidebar Enhancement
   ======================================== */
.sidebar-box {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.sidebar-box h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
}

.sidebar-box .categories a {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    background: #f8fafc;
    color: #475569;
    transition: all 0.2s ease;
}

.sidebar-box .categories a:hover {
    background: #3b82f6;
    color: white;
    transform: translateX(5px);
}

/* ========================================
   Contact Page Enhancement
   ======================================== */
#contact-section .form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    transition: all 0.3s ease;
}

#contact-section .form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

/* ========================================
   Donation Page Enhancement
   ======================================== */
.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    padding: 14px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    background: white;
    color: #475569;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-custom:hover {
    border-color: #3b82f6;
    color: #3b82f6;
    transform: translateY(-2px);
}

.btn-custom.active {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-color: transparent;
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

/* ========================================
   Gallery Enhancement
   ======================================== */
.gallery-section {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Responsive Adjustments
   ======================================== */
@media (max-width: 991px) {
    .site-blocks-cover .slide h1 {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .site-blocks-cover .slide h1 {
        font-size: 2rem;
    }
    
    .site-blocks-cover .desc {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .site-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}