/* ===== HERO SECTION ===== */
.iw-scholarship-hero {
    position: relative;
    background: linear-gradient(135deg, #234e52 0%, #152e31 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}

.iw-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.iw-hero-content {
    max-width: 800px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.iw-scholarship-hero h1 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.iw-hero-divider {
    height: 4px;
    width: 100px;
    background: #d4a373;
    margin: 2rem auto;
}

.iw-hero-quote {
    background: rgba(163, 190, 140, 0.2);
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
}

.iw-quran-arabic {
    font-family: 'Amiri', serif;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: center;
}

.iw-quran-translation {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.iw-quran-reference {
    font-size: 1rem;
    opacity: 0.8;
}

.iw-hero-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Q75,50 100,0 L0,100 Z" fill="%23a3be8c" opacity="0.1"/></svg>');
    background-size: cover;
}

/* ===== INTRO SECTION ===== */
.iw-scholarship-intro {
    padding: 4rem 2rem;
    background: #f8f9f5;
}

.iw-intro-container {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #234e52;
}

.iw-intro-box {
    background: rgba(163, 190, 140, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
    display: flex;
    align-items: center;
}

.iw-intro-icon {
    min-width: 60px;
    height: 60px;
    background: rgba(212, 163, 115, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.iw-intro-icon svg {
    width: 30px;
    height: 30px;
    stroke: #234e52;
}

/* ===== SCHOLARSHIP CARDS ===== */
.iw-scholarship-programs {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.iw-scholarship-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(35, 78, 82, 0.1);
    margin-bottom: 3rem;
    transition: all 0.3s ease;
}

.iw-scholarship-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(35, 78, 82, 0.15);
}

.iw-scholarship-header {
    padding: 2rem;
    background: linear-gradient(135deg, #234e52 0%, #152e31 100%);
    color: white;
    position: relative;
}

.iw-scholarship-icon {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.iw-scholarship-icon svg {
    width: 36px;
    height: 36px;
    stroke: white;
}

.iw-scholarship-header h2 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.iw-scholarship-tagline {
    font-size: 1.2rem;
    opacity: 0.9;
    font-style: italic;
}

.iw-scholarship-content {
    padding: 2rem;
}

.iw-why-exists {
    margin-bottom: 2rem;
}

.iw-why-exists h3 {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.iw-hadith-box {
    background: #f8f9f5;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #d4a373;
}

.iw-hadith-arabic {
    font-family: 'Amiri', serif;
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: center;
}

.iw-hadith-translation {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 0.5rem;
    text-align: center;
}

.iw-hadith-reference {
    text-align: center;
    font-size: 1rem;
    color: #7f1102;
    font-weight: 600;
}

.iw-scholarship-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.iw-detail-box {
    background: #f8f9f5;
    border-radius: 12px;
    padding: 1.5rem;
}

.iw-detail-box h3 {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #d4a373;
}

.iw-detail-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iw-detail-box li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.iw-detail-box li::before {
    content: "•";
    color: #d4a373;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.iw-scholarship-button {
    display: inline-block;
    background: #234e52;
    color: white;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #234e52;
}

.iw-scholarship-button:hover {
    background: transparent;
    color: #234e52;
    transform: translateY(-3px);
}

/* ===== WHY SCHOLARSHIPS MATTER ===== */
.iw-scholarship-matters {
    padding: 4rem 2rem;
    background: linear-gradient(to bottom, #f8f9f5 0%, #ffffff 100%);
}

.iw-matters-container {
    max-width: 1200px;
    margin: 0 auto;
}

.iw-scholarship-matters h2 {
    font-family: 'Philosopher', sans-serif;
    color: #234e52;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.iw-matters-divider {
    height: 3px;
    width: 80px;
    background: #d4a373;
    margin: 1rem auto 3rem;
}

.iw-matters-content {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.iw-matters-text {
    flex: 1;
    min-width: 300px;
}

.iw-matters-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #234e52;
    margin-bottom: 1.5rem;
}

.iw-matters-text ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.iw-matters-text li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.iw-matters-text li::before {
    content: "•";
    color: #d4a373;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.iw-quote-box {
    background: rgba(163, 190, 140, 0.15);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 4px solid #7f1102;
}

.iw-quote-text {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.3rem;
    font-style: italic;
    color: #234e52;
    margin-bottom: 0.5rem;
}

.iw-quote-author {
    text-align: right;
    font-weight: 600;
    color: #7f1102;
}

.iw-matters-image {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iw-image-placeholder {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #d4a373 0%, #a3be8c 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    text-align: center;
    padding: 2rem;
}

/* ===== FINAL NOTE ===== */
.iw-final-note {
    padding: 4rem 2rem;
    background: #234e52;
    color: white;
}

.iw-note-container {
    max-width: 800px;
    margin: 0 auto;
}

.iw-note-content h3 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.iw-note-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: center;
}

.iw-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.iw-point {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
}

.iw-point-icon {
    min-width: 40px;
    height: 40px;
    background: #d4a373;
    color: #234e52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.iw-quran-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2.5rem 0;
}

.iw-quran-arabic {
    font-family: 'Amiri', serif;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: center;
}

.iw-quran-translation {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-style: italic;
}

.iw-quran-reference {
    text-align: center;
    font-size: 1rem;
    opacity: 0.8;
}

/* ===== CTA SECTION ===== */
.iw-scholarship-cta {
    padding: 5rem 2rem;
    background: #f8f9f5;
    text-align: center;
}

.iw-cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.iw-scholarship-cta h2 {
    font-family: 'Philosopher', sans-serif;
    font-size: 2.5rem;
    color: #234e52;
    margin-bottom: 1rem;
}

.iw-scholarship-cta p {
    font-size: 1.2rem;
    color: #234e52;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.iw-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.iw-cta-button {
    display: inline-block;
    background: #d4a373;
    color: #234e52;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #d4a373;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    min-width: 220px;
}

.iw-cta-button:hover {
    background: transparent;
    color: #d4a373;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 992px) {
    .iw-scholarship-hero h1 {
        font-size: 2.3rem;
    }
    
    .iw-quran-arabic {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .iw-scholarship-hero {
        padding: 3rem 1.5rem;
    }
    
    .iw-intro-box {
        flex-direction: column;
        text-align: center;
    }
    
    .iw-intro-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .iw-scholarship-hero h1 {
        font-size: 2rem;
    }
    
    .iw-scholarship-header h2 {
        font-size: 1.7rem;
    }
    
    .iw-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .iw-cta-button {
        width: 100%;
        max-width: 300px;
    }
}