/* ================= HEADER =================== */
.main-header {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.5px;
}

.main-menu a {
    font-family: 'Inter', sans-serif;
    margin: 0 15px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.main-menu a:hover {
    color: #d40000; /* merah */
}

.header-icons i {
    font-size: 1.2rem;
    margin-left: 12px;
    cursor: pointer;
    color: #333;
}

.header-icons i:hover {
    color: #d40000;
}

/* ================= HERO SECTION =================== */
.hero-area {
    position: relative;
    height: 65vh;
    overflow: hidden;
}

.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%);
}

/* KOTAK FLOATING ATAS BANNER */
.hero-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    background: #ffffff;
    padding: 35px;
    width: 55%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.hero-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.hero-card p {
    font-family: 'Inter', sans-serif;
    color: #555;
    margin-bottom: 20px;
}

.btn-hero {
    background: #d40000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn-hero:hover {
    background: #000;
    color: #fff;
}
/* =============================== */
/* SECTION GAMBAR PENGURUSAN */
/* =============================== */
.director-section {
    background: linear-gradient(135deg, #ffffff 0%, #e6f3ff 40%, #b3d8ff 100%); /* warna cream lembut seperti contoh */
    padding-top: 60px;
    padding-bottom: 60px;
}

.director-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
}

.director-subtitle {
    font-size: 0.95rem;
    color: #555;
    margin-top: -6px;
}

.director-card {
    background: #ffffffd9;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: 0.2s ease;
}

.director-card:hover {
    transform: translateY(-6px);
}

.director-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
}
/* ZIG ZAG COURSE SECTION STYLE */
.subject-row {
    min-height: 350px;
}

.subject-img {
    border-radius: 12px;
    object-fit: cover;
}

.subject-box {
    background:  #001f3f; ; /* Merah MARA */
    color: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    border-left: 10px solid rgb(43, 162, 241);
}
/* ========================== */
/* MISSION & VISION SECTION   */
/* ========================== */
.mission-vision-section {
    background: linear-gradient(135deg, #ffffff 0%, #e6f3ff 40%, #b3d8ff 100%);
}

.mv-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.mv-box {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}


/* ========================== */
/* FOOTER RED & BLACK         */
/* ========================== */
.footer-red {
    background: #001f3f; 
    border-top: 8px solid rgb(254, 253, 253);
}

.footer-red h5 {
    color: #ffffff;
    font-weight: 700;
}

.footer-red p,
.footer-red a {
    color: #f3f3f3;
    text-decoration: none;
}

.footer-red a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 6px;
}

.footer-social a {
    color: white;
    margin-right: 10px;
    font-size: 1.2rem;
}

.footer-social a:hover {
    color: black;
}
