/* ===============================
   GLOBAL
=================================*/
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.bg-green {
    background-color: #197A1F;
}

.text-green {
    color: #116816;
}

/* =============================== 
    SECTION 
=================================*/
.section-light {
    background-color: #f1fdf2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
}

.section-heading {
    text-align: center;
    color: #116816;
    font-weight: 700;
    margin-bottom: 25px;
}

/* ===============================
   HERO SECTION
=================================*/
.hero-section {
    position: relative;
    height: 120vh;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 24px;
    font-style: italic;
}

/* ===============================
   CARD STYLE
=================================*/
.card-custom {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 100%;
}

/* ===============================
   NAVBAR
=================================*/
.brand-wrapper {
    gap: 20px;
}

.brand-text {
    font-size: 20px;
    line-height: 1.3;
}

.brand-logo {
    object-fit: contain;
}

.navbar-nav .nav-item {
    margin-left: 30px;
}

.navbar-nav .nav-link {
    font-size: 20px;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #d4edda !important;
}

/* ===============================
   SAMBUTAN
=================================*/
.sambutan-text p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.salam-opening,
.salam-closing {
    font-size: 32px;
    font-weight: 700;
}

/* ===============================
   VISI MISI
=================================*/
.visi-misi p {
    text-align: justify;
}

.visi-misi ol {
    padding-left: 20px;
}

.visi-misi li {
    margin-bottom: 15px;
    font-weight: 600;
}

.visi-misi li span {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    text-align: justify;
}

.lead-text {
    font-style: italic;
    font-weight: 500;
}

/* ===============================
   MOTO
=================================*/
.moto-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.moto-text {
    text-align: center;
    max-width: 800px;
    font-size: 15px;
    margin: 0 auto;
}

/* ===============================
   LOKASI MADRASAH
=================================*/
.madrasah-loc-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.madrasah-map-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.madrasah-map-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    overflow: hidden; 
    height: 100%; 
    transition: all 0.3s ease;
    padding-bottom: 5px; 
}

.madrasah-map-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.madrasah-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.madrasah-details {
    padding: 1.25rem;
}

.madrasah-details h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.madrasah-details p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .madrasah-img {
        height: 180px;
    }
}

/* ===============================
   LOKASI
=================================*/
.location-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}

.location-card:hover {
    transform: translateY(-5px);
}

.location-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.location-info {
    padding: 25px;
    text-align: center;
}

.location-info h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.location-info p {
    margin: 0;
    line-height: 1.7;
}

.location-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.location-link:hover .location-card {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* ===============================
   FOOTER
=================================*/
.footer-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left; 
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.footer-icon {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0;
}


/* ===============================
   AKADEMIK PAGE
=================================*/
.akademik-hero {
    background: #E3F6E4;
    padding: 180px 0 150px;
    text-align: center;
}

.akademik-title {
    font-size: 40px;
    font-weight: 800;
}

.akademik-subtitle {
    font-size: 25px;
    margin-top: 10px;
}

.akademik-card {
    display: block;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 60px 20px;
    text-decoration: none;
    color: #197A1F;
    border: 2px solid #197A1F;
    transition: 0.3s ease;
}

.akademik-card h4 {
    margin-top: 20px;
    font-weight: 700;
}

.akademik-icon {
    font-size: 70px;
}

.akademik-card:hover {
    background: #197A1F;
    color: white;
    transform: translateY(-5px);
}

/* ===============================
   STRUKTURAL PAGE
=================================*/
.struktural-section {
    background-color: #E3F6E4; 
    padding: 80px 0;
    min-height: 100vh;
}

.struktural-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 60px;
    margin-top: 100px;
}

.struktural-img, .img-struktural {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0;
    display: block;
}

.struktural-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}

.struktural-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.struktural-img-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.struktural-info {
    padding: 30px 20px;
    text-align: center;
}

.struktural-info h2 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #000;
}

.struktural-info p {
    margin: 0;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.5;
}

.role-title {
    font-weight: 800;     
    font-size: 28px;
    margin-top: 20px;     
    margin-bottom: 15px;  
}

.person-name {
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #555;
}

.walas-section {
    background-color: #E3F6E4;
    padding: 80px 0;
    min-height: 100vh;
}

/* ===============================
   BERITA PAGE
=================================*/
.berita-section {
    background-color: #E3F6E4;
    padding: 80px 0;
    min-height: 100vh;
}

.berita-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 60px;
    margin-top: 100px;
}

.berita-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}

.berita-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(25, 122, 31, 0.15);
    border: 1px solid rgba(25, 122, 31, 0.2);
}

.berita-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.berita-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.berita-content {
    padding: 25px 20px;
}

.berita-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.berita-desc {
    font-size: 14px;
    color: #777;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===============================
   BERITA DETAIL PAGE
 =================================*/
.news-detail-section {
    background-color: #f8fdf9;
    min-height: 100vh;
    padding-top: 140px !important;
}

.back-link {
    color: #197A1F;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
}

.back-link:hover {
    color: #116816;
    transform: translateX(-5px);
}

.news-article {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.news-badge {
    background-color: rgba(25, 122, 31, 0.1);
    color: #197A1F;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    border: none;
}

.news-main-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    line-height: 1.2;
}

.news-info {
    font-size: 15px;
}

.news-hero-wrapper {
    overflow: hidden;
    border-radius: 20px;
}

.news-hero-wrapper img {
    transition: transform 0.8s ease;
}

.news-hero-wrapper:hover img {
    transform: scale(1.02);
}

.news-main-content {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}

@media (max-width: 768px) {
    .news-main-title {
        font-size: 2rem;
    }
    
    .news-article {
        padding: 25px;
    }
    
    .news-detail-section {
        padding-top: 100px !important;
    }
}

/* ===============================
   PPDB PAGE
=================================*/
.ppdb-hero{
    position: relative;
    min-height: 115vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.ppdb-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.ppdb-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(25,122,31,0.75);
    z-index: 2;
}

.ppdb-content{
    position: relative;
    z-index: 3;
    padding-top: 150px;
    padding-bottom: 80px;
    color: #ffffff;
}

.ppdb-title{
    font-size: 40px;
    font-weight: 800;
    margin-bottom:40px;
}

.ppdb-title-form{
    font-size: 32px;
    font-weight: 800;
    margin-bottom:40px;
}

.ppdb-subtitle{
    font-size: 24px;
    margin-top: 15px;
}

.btn-ppdb{
    display: inline-block;
    margin-top: 30px;
    background: #FBC02D;
    padding: 15px 40px;
    border-radius: 40px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-ppdb:hover{
    background: #e2a628;
}

.ppdb-section{
    background: #E3F6E4;
    padding: 180px 0 150px;
    text-align: center;
    min-height:70vh;
}

.ppdb-card{
    background:#ffffff;
    border-radius:15px;
    padding:30px;
    text-align:center;
    border:1px solid #dcdcdc;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.ppdb-card h4{
    font-weight:700;
    margin-bottom:10px;
}

.ppdb-card p{
    color:#555;
}

.akun-form{
    background:#ffffff;
    padding:35px;
    border-radius:15px;
    max-width:600px;
    margin:auto;
    border:1px solid #dcdcdc;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.akun-form h5{
    text-align:center;
    margin-bottom:20px;
    font-weight:700;
    font-size: 24px;
}

.akun-form label{
    display:block;
    font-weight:600;
    font-size:14px;
    text-align:left;
    margin-top:10px;
    margin-bottom: 10px !important;
}

.akun-form .form-control{
    margin-bottom:15px;
}

.ppdb-btn{
    margin-top:10px;
    display:inline-block;
    padding:8px 25px;
    border-radius:40px;
    border:1px solid #1c9022;
    color:  #1c9022;
    text-decoration:none;
    font-weight:600;
}

.ppdb-btn:hover{
    background:#197A1F;
    color:white;
}

.ppdb-menu-link {
    text-decoration: none !important;
    display: block;
    transition: transform 0.3s ease;
}

.ppdb-menu-link:hover {
    transform: translateY(-10px);
}

.icon-circle-wrapper {
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.icon-circle-wrapper i {
    font-size: 3.5rem;
    color: #197A1F;
}

.menu-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    padding: 0 10px;
}

.location-box {
    background: #ffffff;
    max-width: 800px;
    margin: auto;
    border-radius: 15px;
    padding: 35px;
    border:1px solid #dcdcdc;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.location-title {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 5px;
}

.location-subtitle {
    color: #666;
    margin-bottom: 40px;
    font-size: 16px;
}

.location-options {
    text-align: left;
}

.location-card {
    display: flex !important;      
    flex-direction: row !important; 
    align-items: flex-start;       
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 20px;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
    text-align: left;              
}

.location-card input[type="radio"] {
    display: none;
}

.location-card:has(input[type="radio"]:checked) {
    border-color: #197A1F;
    background-color: #fff;
}

.location-text {
    display: flex;
    flex-direction: column;        
    flex: 1;                      
}

.custom-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #555;
    border-radius: 50%;
    margin-right: 15px;            
    margin-top: 4px;               
    flex-shrink: 0;              
    position: relative;
    display: inline-block;
}

.location-card input[type="radio"]:checked + .custom-radio {
    border-color: #197A1F;
}

.location-card input[type="radio"]:checked + .custom-radio::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #197A1F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gedung-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    line-height: 1.2;               
    margin-bottom: 5px;            
    display: block;
}

.gedung-address {
    font-size: 0.9rem;
    color: #666;
    margin: 0;                     
    line-height: 1.4;
}

.location-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.ppdb-form{
    background:#ffffff;
    padding:35px;
    border-radius:15px;
    max-width:1000px;
    margin:auto;
    border:1px solid #dcdcdc;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.ppdb-form h5{
    text-align:center;
    margin-bottom:20px;
    font-weight:700;
}

.ppdb-form label{
    display:block;
    font-weight:600;
    font-size:14px;
    text-align:left;
    margin-top:10px;
}

.ppdb-form input, .ppdb-form select{
    width:100%;
    height: 45px;
    padding:10px;
    border:1px solid #ccc;
    border-radius:6px;
    margin-top:5px;
    margin-bottom:10px;
    box-sizing: border-box;
}

.btn-submit {
    background-color: #1c9022;
    color: white;
    padding: 10px 28px;
    border-radius: 8px;
    border: none;
    outline: none;
    text-decoration: none;
    display: inline-block; 
    margin-top: 10px;    
    margin-bottom: 10px;
}

.btn-cancel{
    display: inline-block;
    padding:8px 25px;
    border-radius:8px;
    border:1px solid #1c9022;
    color:#1c9022;
    text-decoration:none;
    font-weight:600;
    display: inline-block; 
    margin-top: 10px;    
    margin-bottom: 10px;
    background: transparent;
}

.btn-cancel:hover {
    background: #1c9022;
    color: #ffffff;
    transition: 0.3s;
}

.forgot-password{
    font-size:14px;
    color:#197A1F;
    text-decoration:none;
}

.forgot-password:hover{
    text-decoration:underline;
}

.ppdb-dashboard-card{
    display:flex;
    flex-direction: column;
    justify-content: center;
    background:#ffffff;
    border-radius:20px;
    padding:50px 20px;
    text-align:center;
    text-decoration:none;
    color:#197A1F;
    border:2px solid #197A1F;
    width: 100%;
    height: 100%;
    transition:0.3s ease;
}

.ppdb-dashboard-card h4{
    font-weight:700;
    margin-bottom:10px;
    font-size: 1.3rem;
}

.ppdb-dashboard-card p{
    font-size:14px;
    color:#555;
    margin-top:5px;
    min-height: 42px;
}

.ppdb-dashboard-card:hover{
    background:#197A1F;
    color:#ffffff;
    transform:translateY(-5px);
}

.ppdb-dashboard-card:hover p{
    color:#ffffff;
}

.form-section-title{
    background:#f1fdf2;
    color: #116816;
    padding:10px 15px;
    border-radius:6px;
    font-weight:700;
    font-size:14px;
    margin-bottom:15px;
    text-align:left;
}

.form-group{
    display:flex;
    flex-direction:column;
    height: auto;
}

.form-group label{
    min-height: auto;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #000;
}

input.form-control,
select.form-control {
    height: 45px;
}

.form-control:focus,
.ppdb-form input:focus,
.ppdb-form select:focus,
.ppdb-form textarea:focus{
    border-color:#000;
    outline:none;
    box-shadow:none;
}

.ppdb-form label{
    font-size:14px;
    font-weight:600;
    margin-bottom:5px;
}

.ppdb-form .row{
    margin-bottom:10px;
}

.checkbox-box{
    border:1px solid #ccc;
    border-radius:10px;
    padding:20px;
    background:#fff;
    height:100%;
}

.checkbox-box h6{
    font-weight:700;
    text-align:center;
    margin-bottom:15px;
}

.checkbox-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.checkbox-item label{
    margin:0;
    font-size:14px;
}

.checkbox-item input{
    width:18px;
    height:18px;
}

.cita-textarea{
    width:100%;
    min-height:45px;
    padding:10px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:14px;
}

.upload-item{
    border:1px dashed #ccc;
    padding:5px 15px;
    border-radius:8px;
    margin-bottom:18px;
}

.upload-item label{
    font-weight:600;
    font-size:14px;
    margin-bottom:5px;
}

.agreement-box{
    background:#f8f8f8;
    border-radius:8px;
    padding:12px 16px;
    display:flex;
    align-items:flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.agreement-box input[type="checkbox"] {
    width: 18px;  
    height: 18px; 
    margin: 0;   
    cursor: pointer;
}

.agreement-box label {
    margin: 0;
    font-size: 14px;
    line-height: 1.2; 
    text-align: left;
    flex: 1;
    cursor: pointer;
}

.btn-daftar{
    display:inline-block;
    background:#FBC02D;
    padding:10px 28px;
    border-radius:8px;
    font-weight:700;
    color:#000;
    text-decoration:none;
    border:none;
    cursor:pointer;
}

/* ===============================
   ADMINISTRATIF PAGE
=================================*/
.status-section{
    background:#E3F6E4;
    padding: 180px 0 150px;
    text-align:center;
}

.status-card{
    width: 100%;
    margin:auto;
    background:#f7f7f7;
    padding:25px;
    border-radius:8px;
    border:1px solid #ddd;
    box-shadow:0 3px 8px rgba(0,0,0,0.1);
    text-align:left;
}

.status-box{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 15px;
    border-radius:4px;
    color:white;
    margin-bottom:15px;
}

.status-icon{
    font-size:30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.status-box h4{
    margin-bottom: 2px;
    font-size:16px;
    font-weight:700;
    text-align:left;
}

.status-box p{
    margin:0;
    font-size:13px;
    font-weight:400;
    text-align:left;
}

.status-waiting{
    background:#FBC02D;
}

.status-success{
    background:#28D134;
}

.status-failed{
    background:#F24E1E;
}

.status-steps{
    margin-top:15px;
    padding-left: 20px;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;    
    text-align: left; 
}

.step-number {
    width: 24px;    
    height: 24px;
    border-radius: 50%;
    background: #000000; 
    color: #ffffff;      
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;   
}

/* ===============================
   UJIAN PAGE
=================================*/
.exam-box {
    border: 1px solid #ccc; 
    margin-bottom: -1px; 
    padding: 12px 20px;
    background: #fff;
}

.exam-title {
    text-align: left;
    margin-bottom: 5px;
    font-size: 17px;
}

.exam-details-group p {
    margin: 0;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.note-box {
    background-color: #f9f9f9;
    border: 1px dashed #bbb; 
    padding: 15px;
    border-radius: 4px;
    text-align: left; 
    padding-left: 20px;
    margin: 25px 0;
    font-style: italic;
}

/* ===============================
   KELULUSAN PAGE
=================================*/
.user-info p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.text-kelulusan {
    color: #197A1F;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px !important; 
}

.status-text-lulus {
    color: #28D134;
    font-weight: 700;
}

.status-text-gagal {
    color: #F24E1E;
    font-weight: 700;
}

.status-text-warning {
    color: #FBC02D;
    font-weight: 700;
}

.table-custom {
    width: 60%;
    margin: 30px auto;
    border-collapse: collapse;
    font-size: 14px;
}

.table-custom th, 
.table-custom td {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    text-align: left;
}

.table-custom th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: #333;
}

.table-custom td {
    background-color: #ffffff;
    color: #555;
}

/* ===============================
   SARANA DAN PRASARANA PAGE
=================================*/
.sarpras-section {
    background-color: #E3F6E4;
    padding: 80px 0;
    min-height: 100vh;
}

.sarpras-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 60px;
    margin-top: 100px;
}

.sarpras-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
    border: none;
    display: flex;
    flex-direction: column;
}

.sarpras-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.sarpras-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sarpras-content {
    padding: 25px 20px;
}

.sarpras-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

/* ===============================
   RDM PAGE
=================================*/
.rdm-section {
    background: #E3F6E4;
    padding: 180px 0 150px;
    min-height:70vh;
}

.rdm-card {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 25px; 
    padding:30px;
    max-width: 800px;
    margin: auto;
    width: 100%;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.rdm-logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.rdm-logo {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.rdm-content p {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 20px;
}

.rdm-action {
    display: flex;
    justify-content: center;
}

.btn-rdm {
    display: inline-block;
    padding: 12px 35px;
    border: 1.5px solid #1c9022;
    border-radius: 10px;
    color: #1c901c;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-rdm:hover {
    background: #1c9022;
    color: #ffffff;
    transition: 0.3s;
}
/* Responsive Headings */
@media (max-width: 768px) {
    .section-title, .akademik-title, .struktural-title, .berita-title, .ppdb-title {
        font-size: 32px;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-subtitle {
        font-size: 20px;
    }
    .news-main-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .section-title, .akademik-title, .struktural-title, .berita-title, .ppdb-title {
        font-size: 28px;
    }
    .hero-title {
        font-size: 30px;
    }
    .location-title {
        font-size: 28px;
    }
}

/* Password Toggle */
.password-field-container {
    position: relative;
}
.password-toggle-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.password-toggle-btn:hover {
    color: #197A1F;
}

