:root {
    --primary-color: #ff7e1d;
    --secondary-color: #1d4e89;
    --accent-color: #ffc107;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --success-color: #28a745;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f5f5f5;
    color: #333;
}

.header-banner {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 2rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.tagline {
    font-size: 1.2rem;
    font-style: italic;
}

.payment-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
}

.payment-card:hover {
    transform: translateY(-5px);
}

.card-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 1.5rem;
}

.card-header h2 {
    font-weight: 600;
}

.info-item {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 0.5rem;
    border-left: 3px solid var(--primary-color);
}

.info-item h5 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-value {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: var(--dark-color);
    word-break: break-all;
}

.btn-copy {
    background-color: var(--light-color);
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: all 0.3s;
}

.btn-copy:hover {
    background-color: var(--secondary-color);
    color: white;
}

.qr-section {
    background-color: white;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.qr-container {
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
    display: inline-block;
    border: 2px dashed var(--primary-color);
}

.qr-image {
    max-width: 180px;
    height: auto;
}

.qr-hint {
    color: var(--secondary-color);
    font-size: 0.9rem;
    font-style: italic;
}

.card-footer {
    background-color: var(--light-color);
    color: var(--secondary-color);
    font-weight: 500;
}

.payment-methods {
    background-color: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.payment-icon {
    padding: 0.5rem;
    text-align: center;
}

.payment-icon img {
    height: 40px;
    width: auto;
    transition: transform 0.3s;
}

.payment-icon img:hover {
    transform: scale(1.1);
}

.contact-section {
    background-color: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.contact-section h4 {
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.contact-section p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.footer {
    background-color: var(--secondary-color);
    color: white;
}

/* Animation for copy button */
@keyframes copySuccess {
    0% { background-color: var(--success-color); }
    100% { background-color: var(--light-color); }
}

.copy-success {
    animation: copySuccess 2s;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-banner h1 {
        font-size: 2rem;
    }
    
    .info-value {
        font-size: 1.1rem;
    }
    
    .qr-section {
        margin-top: 2rem;
    }
}

/* ===== SECTION ===== */
.award-section-mr {
    width: 100%;
    padding: 60px 20px;
    background: #ffffff;
    box-sizing: border-box;
}

.award-container-mr {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 40px;
    align-items: center;
}

/* ===== LEFT CONTENT ===== */
.award-content-mr {
    flex: 1;
}

.award-tag-mr {
    display: inline-block;
    background: #e9f5ee;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.award-content-mr h2 {
    font-size: 32px;
    margin-bottom: 6px;
}

.award-content-mr h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

.award-date-mr {
    margin-bottom: 15px;
    font-size: 15px;
}

.award-content-mr p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 14px;
}

.award-buttons-mr {
    margin-top: 18px;
}

.btn-primary-mr {
    display: inline-block;
    background: #1f7a3f;
    padding: 12px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

/* ===== RIGHT SLIDER ===== */
.award-slider-mr {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.slider-wrapper-mr {
    width: 100%;
    height: 420px;
    position: relative;
}

.slide-mr {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.slide-mr.active {
    opacity: 1;
}

/* ===== SLIDER NAV ===== */
.nav-mr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 22px;
    z-index: 10;
}

.prev-mr {
    left: 12px;
}

.next-mr {
    right: 12px;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 992px) {
    .award-container-mr {
        flex-direction: column;
        gap: 30px;
    }

    .slider-wrapper-mr {
        height: 360px;
    }

    .award-content-mr h2 {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .award-section-mr {
        padding: 40px 15px;
    }

    .slider-wrapper-mr {
        height: 260px;
    }

    .award-content-mr h2 {
        font-size: 22px;
    }

    .award-content-mr p {
        font-size: 14.5px;
    }
}

@media (max-width: 992px) {
    .award-slider-mr {
        width: 100%;
        min-height: 260px;
        display: block;
    }
}

@media (max-width: 576px) {
    .award-slider-mr {
        min-height: 260px;
    }

    .slider-wrapper-mr {
        height: 260px;
    }
}
