* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

/* Header */
.header {
    background: linear-gradient(135deg, #0D7C3E 0%, #1B8B4D 100%);
    color: white;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(13, 124, 62, 0.3);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-space {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

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

.header h1 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 5px 0;
    text-transform: uppercase;
}

.header p {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.95;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #1B8B4D 0%, #0D7C3E 100%);
    color: white;
    padding: 30px 20px;
    text-align: center;
}

.hero h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
}

.hero .urdu-text {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1.5;
}

.hero p {
    font-size: 14px;
    opacity: 0.95;
    margin: 10px 0;
}

/* Main Container (Two Column Layout) */
.main-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: -40px auto 30px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
}

.left-column {
    order: 2;
}

.right-column {
    order: 1;
}

/* Donation Section (Left) */
.donation-section {
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.donation-title {
    font-size: 18px;
    font-weight: 700;
    color: #0D7C3E;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.4;
}

.donation-buttons-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.donation-buttons-list a {
    text-decoration: none;
}

.donation-btn-list {
    background: linear-gradient(135deg, #1B8B4D 0%, #0D7C3E 100%);
    color: white;
    border: none;
    padding: 16px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(13, 124, 62, 0.2);
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.donation-btn-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 124, 62, 0.3);
}

.donation-btn-list .amount {
    font-size: 18px;
    font-weight: 900;
}

.donation-btn-list .label {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.95;
}

.donation-btn-large-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #c9a727 100%);
    color: #0D7C3E;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.donation-btn-large-gold:hover {
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.4);
}

/* Payment Methods */
.payment-methods {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}

.pay-method-btn {
    background: #f0f0f0;
    color: #0D7C3E;
    border: 2px solid #0D7C3E;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pay-method-btn:hover {
    background: #0D7C3E;
    color: white;
}

/* QR Section (Right) */
.qr-section {
    background: white;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.qr-title {
    font-size: 16px;
    font-weight: 700;
    color: #0D7C3E;
    text-align: center;
    margin-bottom: 15px;
}

.qr-placeholder {
    background: #f5f5f5;
    width: 100%;
    aspect-ratio: 1/1;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    min-height: 200px;
}

.qr-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr-instruction {
    background: #fafafa;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    text-align: center;
}

.qr-instruction p {
    font-size: 12px;
    color: #666;
}

.upi-id-box {
    background: #f9f9f9;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
}

.upi-label {
    font-size: 11px;
    font-weight: 700;
    color: #0D7C3E;
    margin-bottom: 8px;
}

.upi-id-display {
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.upi-id-display span {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    flex: 1;
    word-break: break-all;
}

.copy-btn {
    background: #0D7C3E;
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.copy-btn:hover {
    background: #0a5a2f;
}

.payment-apps {
    background: #fafafa;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    text-align: center;
}

.app-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.app-name {
    font-size: 11px;
    font-weight: 700;
    color: #0D7C3E;
    padding: 6px 10px;
    background: white;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.qr-note {
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/* Campaign Section */
.campaign {
    background: white;
    padding: 25px 20px;
    margin: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 5px solid #D4AF37;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.campaign h3 {
    font-size: 16px;
    font-weight: 700;
    color: #0D7C3E;
    margin-bottom: 10px;
}

.campaign .urdu-title {
    font-size: 16px;
    font-weight: 600;
    color: #1B8B4D;
    margin: 12px 0;
}

.campaign p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
}

/* Slideshow */
.slideshow-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}

.slideshow-wrapper {
    position: relative;
    width: 100%;
    background: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.slideshow-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.5s ease-in-out;
}

.slideshow-prev, .slideshow-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    padding: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s ease;
    border-radius: 3px;
    border: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideshow-next {
    right: 0;
}

.slideshow-prev {
    left: 0;
}

.slideshow-prev:hover, .slideshow-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-dots {
    text-align: center;
    padding: 12px 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: white;
}

/* Video Section */
.video-container {
    background: white;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    color: #0D7C3E;
    margin-bottom: 15px;
}

.video-placeholder {
    background: #ddd;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.video-placeholder-text {
    font-size: 48px;
}

.video-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Why Donate */
.why-donate {
    background: white;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.why-title {
    font-size: 18px;
    font-weight: 700;
    color: #0D7C3E;
    margin-bottom: 15px;
    text-align: center;
}

.why-item {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 8px;
    border-left: 4px solid #1B8B4D;
}

.why-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #0D7C3E;
    margin-bottom: 5px;
}

.why-item-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Quotes Section */
.quotes-section {
    background: linear-gradient(135deg, #0D7C3E 0%, #1B8B4D 100%);
    color: white;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.quote-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 8px;
    border-left: 4px solid #D4AF37;
}

.quote-text {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.6;
}

.quote-source {
    font-size: 11px;
    opacity: 0.9;
    font-style: italic;
}

/* Impact Section */
.impact-section {
    background: white;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.impact-title {
    font-size: 18px;
    font-weight: 700;
    color: #0D7C3E;
    margin-bottom: 15px;
    text-align: center;
}

.impact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.impact-item {
    background: linear-gradient(135deg, #0D7C3E 0%, #1B8B4D 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.impact-number {
    font-size: 20px;
    font-weight: 800;
    color: #D4AF37;
    margin-bottom: 5px;
}

.impact-label {
    font-size: 12px;
    font-weight: 600;
}

/* Contact Section */
.contact-section {
    background: white;
    padding: 20px;
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.contact-title {
    font-size: 16px;
    font-weight: 700;
    color: #0D7C3E;
    margin-bottom: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    width: 30px;
    height: 30px;
    background: #0D7C3E;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-weight: 700;
    font-size: 14px;
}

.whatsapp-btn {
    background: linear-gradient(135deg, #25D366 0%, #20BA58 100%);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: #0D7C3E;
    color: white;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

.footer p {
    margin: 5px 0;
}

/* Sticky Bar */
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0D7C3E 0%, #1B8B4D 100%);
    padding: 10px;
    box-shadow: 0 -4px 15px rgba(13, 124, 62, 0.3);
    z-index: 99;
    display: none;
}

.sticky-bar.show {
    display: block;
}

.sticky-bar a {
    text-decoration: none;
    display: block;
}

.sticky-bar button {
    width: 100%;
    background: #D4AF37;
    color: #0D7C3E;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sticky-bar button:hover {
    background: #c9a727;
}

/* Responsive */
@media (max-width: 768px) {
    .main-container {
        grid-template-columns: 1fr;
    }

    .left-column {
        order: 1;
    }

    .right-column {
        order: 2;
    }

    .qr-section {
        margin-top: 20px;
    }

    .impact-grid {
        grid-template-columns: 1fr 1fr;
    }

    body {
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .hero h2 {
        font-size: 18px;
    }

    .donation-btn-list {
        padding: 14px 12px;
        font-size: 13px;
    }

    .donation-btn-list .amount {
        font-size: 16px;
    }

    .slideshow-prev, .slideshow-next {
        width: 35px;
        height: 35px;
        margin-top: -17.5px;
    }

    .payment-methods {
        gap: 8px;
    }

    .pay-method-btn {
        padding: 8px 14px;
        font-size: 11px;
    }
}