:root {
    --primary-color: #0c4a6e;
    --secondary-color: #0284c7;
    --accent-color: #f59e0b;
    --text-color: #334155;
    --light-bg: #f8fafc;
    --white: #ffffff;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Outfit', sans-serif;
}

body {
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--light-bg);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* --- Top Bar --- */
.top-bar {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 10px 0;
    font-size: 14px;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-info span {
    margin-right: 20px;
}

.contact-info i {
    margin-right: 8px;
    color: var(--accent-color);
}

.social-links a {
    color: var(--white);
    margin-left: 15px;
}

.social-links a:hover {
    color: var(--accent-color);
}

/* --- Main Header --- */
.main-header {
    background-color: var(--white);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

.logo-icon {
    font-size: 32px;
    color: var(--secondary-color);
}

.logo-text h1 {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.1;
}

.logo-text p {
    font-size: 12px;
    color: #64748b;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-list {
    display: flex;
    gap: 25px;
}

.nav-list a {
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
    padding: 5px 0;
}

.nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transition: var(--transition);
}

.nav-list a:hover::after, .nav-list a.active::after {
    width: 100%;
}

.nav-list a:hover, .nav-list a.active {
    color: var(--secondary-color);
}

/* --- Buttons --- */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.translate-container {
    display: inline-block;
    vertical-align: middle;
}

/* Hide Google Translate top frame banner and fix body shifting */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}

/* Custom premium styling for Google Translate simples select dropdown */
.goog-te-gadget-simple {
    border: 1px solid #dfc476 !important;
    background-color: var(--white) !important;
    padding: 6px 12px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-family: 'Outfit', sans-serif !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: var(--transition);
}

.goog-te-gadget-simple:hover {
    border-color: var(--accent-color) !important;
    box-shadow: 0 4px 10px rgba(229, 193, 88, 0.2);
}

.goog-te-gadget-icon {
    margin-right: 0 !important;
    background: none !important;
    display: inline-block;
}

/* Add custom translation globe icon content */
.goog-te-gadget-icon::before {
    content: '\f0ac';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--accent-color);
    font-size: 14px;
}

.goog-te-gadget-simple img {
    display: none !important; /* Hide Google Logo */
}

.goog-te-gadget-simple span {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

.btn-donate {
    background: linear-gradient(135deg, var(--accent-color), #d97706);
    color: var(--white) !important;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-donate:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.btn-donate i {
    margin-right: 8px;
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.hero-content {
    position: relative;
    z-index: 10;
    max-width: 700px;
    color: #000;
}

.hero-subtitle {
    display: inline-block;
    padding: 6px 15px;
    background-color: rgba(255, 255, 255, 0.85);
    border-left: 4px solid var(--accent-color);
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
    color: #000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
}

.hero-text {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-donate-large {
    background-color: var(--accent-color);
    color: var(--white);
    padding: 15px 35px;
    font-size: 18px;
}

.btn-donate-large:hover {
    background-color: #d97706;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    padding: 13px 35px;
    font-size: 18px;
}

.btn-outline:hover {
    background-color: var(--white);
    color: var(--primary-color);
}

/* --- Campaign Section --- */
.campaign-section {
    padding: 100px 0;
    background-color: var(--light-bg);
}

.campaign-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.campaign-desc-text {
    font-size: 18px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 30px;
}

.target-box {
    background-color: var(--white);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
    border: 1px solid #e2e8f0;
}

.target-metric {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 15px;
}

.target-amount {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.target-label {
    font-size: 14px;
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
}

.progress-bar-wrapper {
    width: 100%;
    height: 12px;
    background-color: #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), #d97706);
    border-radius: 6px;
}

.progress-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
}

.hadith-card {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 35px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(12, 74, 110, 0.15);
    position: relative;
    overflow: hidden;
}

.hadith-card::before {
    content: '“';
    position: absolute;
    top: -20px;
    left: 10px;
    font-size: 120px;
    color: rgba(255,255,255,0.05);
    font-family: serif;
}

.hadith-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.hadith-ref {
    display: block;
    font-size: 14px;
    color: var(--accent-color);
    font-weight: 600;
}

.sadaqa-banner {
    text-align: center;
    background-color: var(--white);
    padding: 30px;
    border-radius: 15px;
    border: 2px dashed var(--accent-color);
    box-shadow: 0 10px 25px rgba(0,0,0,0.02);
}

.sadaqa-banner p {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.sadaqa-badge {
    display: inline-block;
    background-color: #d4af37;
    color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 14px;
}

.campaign-activities-section {
    margin-bottom: 80px;
}

.subsection-title {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 50px;
    font-weight: 700;
}

.activities-flex-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.activity-card {
    background-color: var(--white);
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
    border-color: var(--secondary-color);
}

.activity-card-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(2, 132, 199, 0.1);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
    transition: var(--transition);
}

.activity-card:hover .activity-card-icon {
    background-color: var(--secondary-color);
    color: var(--white);
}

.activity-card h4 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 700;
}

.activity-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.campaign-contacts-footer {
    background-color: var(--white);
    border-radius: 15px;
    padding: 40px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.contacts-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
    text-align: center;
}

.contacts-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact-card-item {
    background-color: var(--light-bg);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.contact-card-item .name {
    display: block;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 16px;
}

.contact-card-item .phone {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.contact-card-item .phone:hover {
    color: var(--accent-color);
}

/* --- Donate Info Section --- */
.donate-info-section {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.donate-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.donate-info-card {
    background-color: var(--white);
    border: 2px solid #e5c158;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(229, 193, 88, 0.1);
    transition: var(--transition);
}

.donate-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(229, 193, 88, 0.15);
}

.card-header-gold {
    background: linear-gradient(135deg, #dfc476, #bfa043);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--primary-color);
    border-bottom: 2px solid #e5c158;
}

.card-header-gold h3 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0;
}

.card-header-gold .header-icon {
    font-size: 24px;
}

.donate-info-card .card-body {
    padding: 35px 30px;
}

.rib-title, .qr-intro-title {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.bank-account-box {
    margin-bottom: 20px;
}

.bank-logo-row {
    margin-bottom: 15px;
}

.bank-badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 4px;
    text-transform: uppercase;
}

.sumup-badge {
    background-color: #000;
    color: #fff;
}

.cic-badge {
    background: linear-gradient(90deg, #0f3c5f, #1479b8);
    color: #fff;
    letter-spacing: 2px;
}

.bank-detail-row {
    display: flex;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.bank-detail-row .label {
    font-weight: 700;
    color: var(--primary-color);
    width: 100px;
    flex-shrink: 0;
}

.bank-detail-row .value {
    color: var(--text-color);
    flex-grow: 1;
}

.iban-row {
    align-items: center;
    background-color: var(--light-bg);
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.code-font {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #0f172a !important;
}

.btn-copy {
    background-color: var(--secondary-color);
    color: var(--white);
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
    transition: var(--transition);
}

.btn-copy:hover {
    background-color: var(--primary-color);
}

.bank-divider {
    border: 0;
    height: 1px;
    background: radial-gradient(circle, #e5c158 0%, rgba(229, 193, 88, 0.1) 100%);
    margin: 25px 0;
}

.qr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

.qr-item {
    text-align: center;
    border: 1px solid #f1f5f9;
    padding: 20px;
    border-radius: 15px;
    background-color: var(--light-bg);
}

.qr-method-title {
    display: block;
    font-weight: 800;
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.qr-image-wrapper {
    background-color: var(--white);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #e2e8f0;
}

.qr-img {
    display: block;
    width: 150px;
    height: 150px;
}

.qr-brand-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
}

.sumup-label {
    color: #000;
}

.paypal-label {
    color: #00457c;
}

/* --- About Section --- */
.about-section {
    padding: 80px 0;
    background-color: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.video-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    min-height: 300px;
    background-color: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.video-wrapper:hover .video-thumbnail {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: var(--accent-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.5);
    transition: var(--transition);
    z-index: 2;
}

.play-btn::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-color: rgba(245, 158, 11, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

.play-btn:hover {
    background-color: #d97706;
    transform: translate(-50%, -50%) scale(1.1);
}

.section-subtitle {
    display: inline-block;
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.3;
}

.about-text {
    font-size: 16px;
    color: #475569;
    margin-bottom: 12px;
    line-height: 1.6;
}

.about-actions {
    margin-top: 20px;
}

/* --- Figures Section --- */
.figures-section {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.text-center {
    text-align: center;
}

.section-header {
    margin-bottom: 50px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.figure-card {
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    border-top: 5px solid var(--secondary-color);
    overflow: hidden;
    z-index: 1;
}

.figure-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.03), transparent);
    z-index: -1;
}

.figure-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.figure-card.highlight-card {
    border-top: 5px solid var(--accent-color);
    background-color: var(--primary-color);
    color: var(--white);
}

.figure-card.highlight-card::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent);
}

.figure-card.highlight-card .card-title,
.figure-card.highlight-card .card-list li {
    color: var(--white);
}

.figure-card.highlight-card .card-icon i {
    color: var(--accent-color);
}

.card-number {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background-color: rgba(245, 158, 11, 0.1);
    color: var(--accent-color);
    font-size: 28px;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-right: 15px;
}

.figure-card.highlight-card .card-number {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.card-icon {
    margin-bottom: 25px;
}

.card-icon i {
    font-size: 45px;
    color: var(--secondary-color);
}

.card-title {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
}

.card-text {
    margin-bottom: 15px;
    font-size: 15px;
    color: #64748b;
}

.figure-card.highlight-card .card-text {
    color: #cbd5e1;
}

.card-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #475569;
}

.card-list li i {
    color: var(--accent-color);
    margin-top: 4px;
}

.success-text {
    color: #10b981 !important;
    font-weight: 600;
}

.figure-card.highlight-card .success-text {
    color: #34d399 !important;
}

.price-highlight {
    font-size: 20px;
    color: var(--primary-color);
    background-color: rgba(2, 132, 199, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
}

/* --- Discover Section --- */
.discover-section {
    padding: 80px 0;
    background-color: var(--white);
}

/* --- Contact Section --- */
.contact-section {
    padding: 100px 0;
    background-color: #f1f5f9; /* Light elegant gray */
    position: relative;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg opacity="0.03" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" stroke="%230c4a6e" stroke-width="2" fill="none"/></svg>') repeat;
    background-size: 60px 60px;
    z-index: 0;
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.section-desc {
    max-width: 600px;
    margin: 0 auto;
    color: #64748b;
    font-size: 16px;
    margin-top: -15px;
}

.contact-wrapper {
    max-width: 850px;
    margin: 0 auto;
    background: var(--white);
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-top: 6px solid var(--accent-color);
}

.contact-form {
    background: transparent;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
}

.form-row .form-group {
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    color: var(--text-color);
    background-color: #f8fafc;
    transition: var(--transition);
}

.form-control:focus {
    outline: none;
    border-color: var(--secondary-color);
    background-color: var(--white);
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1);
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

textarea.form-control {
    resize: vertical;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, var(--accent-color), #d97706);
    color: var(--white);
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.2);
    margin-top: 10px;
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(245, 158, 11, 0.3);
}

/* --- Footer --- */
.main-footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding-top: 70px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-col h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--accent-color);
}

.footer-col p {
    color: #cbd5e1;
    margin-bottom: 20px;
}

.social-links-footer a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    transition: var(--transition);
}

.social-links-footer a:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a i {
    font-size: 12px;
    color: var(--accent-color);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--white);
    padding-left: 5px;
}

.footer-contact li {
    display: flex;
    margin-bottom: 15px;
    color: #cbd5e1;
}

.footer-contact i {
    color: var(--accent-color);
    margin-right: 15px;
    margin-top: 5px;
}

.footer-bottom {
    background-color: #073552;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #94a3b8;
}

/* --- Team Section --- */
.team-section {
    padding: 80px 0;
    background-color: var(--white);
    position: relative;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.team-card {
    background-color: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    text-align: center;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(12, 74, 110, 0.1);
    border-color: rgba(2, 132, 199, 0.2);
}

.team-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 125%; /* 4:5 Aspect Ratio */
    overflow: hidden;
    background-color: #f8fafc;
}

.team-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-card:hover .team-img {
    transform: scale(1.08);
}

.team-info {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white);
}

.team-role {
    display: inline-block;
    padding: 6px 18px;
    background-color: rgba(2, 132, 199, 0.08);
    color: var(--secondary-color);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    transition: var(--transition);
}

.team-card:hover .team-role {
    background-color: var(--secondary-color);
    color: var(--white);
}

.team-name {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-contact {
    width: 100%;
    margin-top: auto;
    border-top: 1px dashed #e2e8f0;
    padding-top: 15px;
}

.team-phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    background-color: var(--light-bg);
    border: 1px solid #e2e8f0;
    transition: var(--transition);
}

.team-phone-btn:hover {
    color: var(--white);
    background: linear-gradient(135deg, var(--accent-color), #d97706);
    border-color: var(--accent-color);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}

.team-phone-btn i {
    font-size: 14px;
}

/* --- Mobile Responsive --- */
.mobile-toggle {
    display: none;
    font-size: 24px;
    color: var(--primary-color);
    cursor: pointer;
}

@media (max-width: 992px) {
    .top-bar {
        display: none;
    }
    
    .nav-menu {
        position: absolute;
        top: 90px;
        left: -100%;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        padding: 30px 20px;
        box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1);
        transition: var(--transition);
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-list {
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    
    .nav-list li {
        width: 100%;
        border-bottom: 1px solid #f1f5f9;
        padding-bottom: 15px;
    }
    
    .btn-donate {
        width: 100%;
        margin-top: 20px;
    }
    
    .mobile-toggle {
        display: block;
    }

    .hero-section {
        height: auto;
        padding: 120px 0 80px;
    }

    .hero-title {
        font-size: 32px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }

    .logo-img {
        height: 50px;
    }

    .logo-text h1 {
        font-size: 18px;
    }

    .logo-text p {
        font-size: 10px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-wrapper {
        padding: 30px 20px;
    }
    
    .contact-section {
        padding: 60px 0;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .form-row .form-group {
        margin-bottom: 20px;
    }

    /* Campaign Responsiveness */
    .campaign-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .activities-flex-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .contacts-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .target-amount {
        font-size: 32px;
    }

    /* Donate Info Responsiveness */
    .donate-info-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .activities-flex-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contacts-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .campaign-contacts-footer {
        padding: 30px 15px;
    }

    .qr-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
