/* ======================================
School of Education (SoE) CSS
SARD Style Redesign
====================================== */

/* Common Section Subtitle */
.soe-section-subtitle {
color: #2E7D32;
font-size: 14px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}

/* ======================================
Dean Section
====================================== */
.soe-dean-section {
padding: 20px 0;
background: #fff;
}

.soe-dean-wrapper {
background: #fff;
border-radius: 20px;
padding: 35px;
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
border: 1px solid #e5e7eb;
}

.soe-dean-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
}

.soe-dean-title h2 {
font-size: 26px;
font-weight: 700;
color: #233042;
margin: 8px 0 0;
}

.soe-dean-badge {
background: #E8F5E9;
color: #2E7D32;
padding: 12px 24px;
border-radius: 30px;
font-weight: 700;
font-size: 16px;
}

.soe-dean-divider,
.soe-dean-bottom-divider {
border: 0;
height: 1px;
background: #e5e7eb;
}

.soe-dean-divider {
margin-bottom: 35px;
}

.soe-dean-bottom-divider {
margin: 35px 0 25px;
}

.soe-dean-image {
text-align: center;
}

.soe-dean-image img {
width: 100%;
max-width: 260px;
border-radius: 20px;
margin-bottom: 20px;
}

.soe-dean-info h3 {
font-size: 18px;
font-weight: 700;
color: #233042;
margin-bottom: 8px;
}

.soe-dean-info h4 {
font-size: 18px;
font-weight: 700;
color: #2E7D32;
margin-bottom: 10px;
}

.soe-dean-info p {
font-size: 16px;
color: #666;
line-height: 1.6;
margin: 0;
}

.soe-dean-quote {
background: #F4F6F7;
border-left: 5px solid #2E7D32;
border-radius: 0 15px 15px 0;
padding: 25px 30px;
margin-bottom: 30px;
}

.soe-dean-quote p {
font-size: 20px;
font-weight: 700;
color: #233042;
line-height: 1.6;
margin: 0;
}

.soe-dean-content p {
font-size: 17px;
line-height: 1.7;
color: #555;
margin-bottom: 20px;
text-align: justify;
}

.soe-dean-footer {
display: flex;
justify-content: space-between;
align-items: center;
}

.soe-dean-btn {
display: inline-block;
padding: 14px 32px;
background: #2E7D32;
color: #fff !important;
text-decoration: none !important;
border-radius: 30px;
font-size: 17px;
font-weight: 600;
}

.soe-dean-signature {
text-align: right;
}

.soe-dean-signature h3 {
font-size: 18px;
font-weight: 700;
color: #233042;
margin-bottom: 5px;
}

/* ======================================
About Section
====================================== */
.soe-about-section {
padding: 20px 0;
background: #fff;
}

.soe-about-wrapper {
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 8px 25px rgba(0,0,0,0.08);
border: 1px solid #e5e7eb;
}

.soe-about-image img {
width: 100%;
border-radius: 20px;
margin-top:80px;
}

.soe-about-content h2 {
font-size: 24px;
font-weight: 700;
color: #233042;
margin: 10px 0 20px;
}

.soe-about-content p {
font-size: 17px;
line-height: 1.8;
color: #555;
margin-bottom: 20px;
text-align: justify;
}

.soe-about-list {
margin: 25px 0;
padding-left: 0;
list-style: none;
}

.soe-about-list li {
position: relative;
padding-left: 28px;
margin-bottom: 12px;
font-size: 16px;
color: #555;
line-height: 1.7;
}

.soe-about-list li:before {
content: "✓";
position: absolute;
left: 0;
color: #2E7D32;
font-weight: 700;
}

.soe-read-more-btn {
display: inline-block;
padding: 12px 28px;
background: #2E7D32;
color: #fff !important;
text-decoration: none !important;
border-radius: 8px;
font-weight: 600;
}

/* ======================================
Academic Programs
====================================== */
.soe-program-section {
padding: 20px 0;
background: #F4F6F7;
}

.soe-program-header {
margin-bottom: 45px;
}

.soe-program-header h2 {
font-size: 24px;
font-weight: 700;
color: #233042;
margin: 0 0 15px;
}

.soe-program-divider {
display: flex;
justify-content: center;
}

.soe-program-divider span {
width: 220px;
height: 4px;
background: #2E7D32;
border-radius: 2px;
position: relative;
}

.soe-program-divider span:before {
content: "";
position: absolute;
width: 16px;
height: 16px;
background: #2E7D32;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.soe-program-section .col-md-6,
.soe-program-section .col-lg-4 {
display: flex;
margin-bottom: 30px;
}

.soe-program-card {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
background: #fff;
border-radius: 20px;
padding: 28px 22px;
text-decoration: none !important;
border: 1px solid #e5e7eb;
border-top: 5px solid #2E7D32;
box-shadow: 0 6px 20px rgba(0,0,0,0.06);
transition: all 0.3s ease;
width: 100%;
flex: 1;
min-height: 280px;
}

.soe-program-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.soe-program-icon {
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
font-size: 34px;
color: #2E7D32;
margin-bottom: 20px;
}

.soe-program-card h3 {
font-size: 18px;
font-weight: 700;
color: #233042;
line-height: 1.5;
margin: 0 0 18px;
min-height: 72px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.soe-program-badge {
background: #E8F5E9;
color: #2E7D32;
padding: 8px 18px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
}

/* ======================================
Mobile Responsive
====================================== */
@media (max-width: 768px) {

.soe-dean-wrapper,
.soe-about-wrapper {
    padding: 25px;
}

.soe-dean-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.soe-dean-title h2,
.soe-about-content h2,
.soe-program-header h2 {
    font-size: 32px;
}

.soe-dean-footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.soe-dean-btn {
    width: 100%;
    text-align: center;
}

.soe-program-section .col-md-6,
.soe-program-section .col-lg-4 {
    display: block;
    margin-bottom: 25px;
}

.soe-program-card {
    min-height: auto;
    padding: 24px 18px;
}

.soe-program-card h3 {
    min-height: auto;
    font-size: 17px;
}


}



/* ======================================
School of Education - Journal Section
====================================== */

.soe-journal-section { 
padding: 20px 0;
background: #fff;
}

.soe-journal-wrapper {
background: #F4F6F7;
border-radius: 20px;
padding: 45px;
border: 1px solid #e5e7eb;
box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.soe-journal-logo {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
min-height: 300px;
text-align: center;
}

.soe-journal-logo img {
width: 100%;
max-width: 300px;
height: auto;
display: block;
margin: 0 auto;
border-radius: 20px;
}

.soe-journal-content h2 {
font-size: 24px;
font-weight: 700;
color: #233042;
margin: 10px 0 20px;
}

.soe-journal-content p {
font-size: 17px;
line-height: 1.7;
color: #555;
margin-bottom: 25px;
text-align: justify;
}

.soe-journal-features {
margin-bottom: 30px;
}

.soe-journal-feature {
display: flex;
align-items: center;
margin-bottom: 12px;
}

.soe-journal-feature i {
color: #2E7D32;
font-size: 18px;
margin-right: 12px;
}

.soe-journal-feature span {
font-size: 16px;
color: #555;
}

.soe-journal-btn {
display: inline-block;
padding: 14px 32px;
background: #2E7D32;
color: #fff !important;
text-decoration: none !important;
border-radius: 8px;
font-size: 17px;
font-weight: 600;
transition: all 0.3s ease;
}

.soe-journal-btn:hover {
background: #256628;
color: #fff !important;
text-decoration: none !important;
}

/* ======================================
School of Education - Contact Information Section
====================================== */

.soe-contact-section {
padding: 20px 0;
background: #fff;
}

.soe-contact-wrapper {
background: #fff;
border-radius: 20px;
padding: 45px;
border: 1px solid #e5e7eb;
box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.soe-contact-header {
margin-bottom: 45px;
}

.soe-contact-header h2 {
font-size: 24px;
font-weight: 700;
color: #233042;
margin: 10px 0 15px;
}

.soe-contact-divider {
display: flex;
justify-content: center;
}

.soe-contact-divider span {
width: 180px;
height: 4px;
background: #2E7D32;
border-radius: 2px;
position: relative;
}

.soe-contact-divider span:before {
content: "";
position: absolute;
width: 16px;
height: 16px;
background: #2E7D32;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.soe-contact-card {
display: flex;
align-items: flex-start;
gap: 20px;
background: #F4F6F7;
border-radius: 18px;
padding: 28px;
margin-bottom: 25px;
height: 100%;
transition: all 0.3s ease;
}

.soe-contact-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.soe-contact-icon {
width: 60px;
height: 60px;
min-width: 60px;
display: flex;
align-items: center;
justify-content: center;
background: #2E7D32;
border-radius: 50%;
color: #fff;
font-size: 24px;
}

.soe-contact-content h3 {
font-size: 22px;
font-weight: 700;
color: #233042;
margin-bottom: 10px;
}

.soe-contact-content p {
font-size: 16px;
line-height: 1.7;
color: #555;
margin: 0 0 5px;
}

/* Mobile Responsive */

@media (max-width: 768px) {

.soe-journal-wrapper,
.soe-contact-wrapper {
    padding: 25px;
}

.soe-journal-content {
    text-align: center;
    margin-top: 30px;
}

.soe-journal-content h2,
.soe-contact-header h2 {
    font-size: 32px;
}

.soe-journal-content p {
    text-align: left;
    font-size: 16px;
}

.soe-journal-btn {
    width: 100%;
    text-align: center;
}

.soe-contact-card {
    padding: 22px;
    margin-bottom: 20px;
}

.soe-contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 20px;
}

.soe-contact-content h3 {
    font-size: 20px;
}

.soe-contact-content p {
    font-size: 15px;
}


}