
/* ======================================
SCHOOL OF SOCIAL SCIENCES, HUMANITIES & LANGUAGES (SSHL)
====================================== */

/* SSHL About Section */

.sshl-about-section{
padding:10px 0;
background:#f7f9fc;
}

.sshl-about-wrapper{
background:#fff;
border-radius:20px;
padding:40px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
border:1px solid #e5e7eb;
}

.sshl-about-image{
overflow:hidden;
border-radius:18px;
height:100%;
margin-top:80px;
}

.sshl-about-image img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:transform 0.4s ease;

}

.sshl-about-image img:hover{
transform:scale(1.05);
}

.sshl-about-content{
padding-left:25px;
}

.sshl-section-title{
margin-bottom:25px;
}

.sshl-section-subtitle{
display:inline-block;
color:#2E7D32;
font-size:14px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:10px;
}

.sshl-section-title h2{
font-size:24px;
font-weight:700;
color:#233042;
line-height:1.3;
margin:0;
}

.sshl-about-content p{
font-size:17px;
line-height:1.8;
color:#555;
margin-bottom:20px;
text-align:justify;
}

.sshl-read-more-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:12px 28px;
background:#1E4FA1;
color:#fff !important;
text-decoration:none !important;
border-radius:10px;
font-weight:600;
transition:all 0.3s ease;
}

.sshl-read-more-btn:hover{
background:#163d7a;
color:#fff !important;
text-decoration:none !important;
transform:translateY(-2px);
}

@media(max-width:991px){

.sshl-about-content{
padding-left:0;
padding-top:30px;
}

.sshl-section-title h2{
font-size:32px;
}

}

@media(max-width:768px){

.sshl-about-wrapper{
padding:25px;
}

.sshl-section-title h2{
font-size:28px;
}

.sshl-about-content p{
font-size:16px;
}

}


/* ======================================
SSHL Academic Programs Section
Perfect 4×2 Grid Alignment
====================================== */



.sshl-program-section{
padding:30px 0;
background:#f7f9fc;
}

.sshl-program-header{
margin-bottom:45px;
}

.sshl-program-header h2{
font-size:28px;
font-weight:700;
color:#233042;
margin:0 0 15px;
}

.sshl-program-divider{
display:flex;
justify-content:center;
}

.sshl-program-divider span{
width:220px;
height:4px;
background:#2E7D32;
border-radius:2px;
position:relative;
}

.sshl-program-divider span:before{
content:"";
position:absolute;
width:16px;
height:16px;
background:#2E7D32;
border-radius:50%;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}

/* Make Bootstrap columns equal height */
.sshl-program-section .col-md-6,
.sshl-program-section .col-lg-3{
display:flex;
margin-bottom:30px;
}

/* Program Card */
.sshl-program-card{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
background:#fff;
border-radius:20px;
padding:35px 25px;
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;


/* Fill full column height */
width:100%;
flex:1;
height:330px;   /* Fixed height for all cards */

}

/* Mobile responsive fix */

@media(max-width:768px){

.sshl-program-card{
    height:auto;       /* Remove fixed height on mobile */
    min-height:auto;   /* Let card adjust to content */
    padding:25px 20px;
}

.sshl-program-card h3{
    min-height:auto;   /* Remove fixed title height on mobile */
    font-size:18px;
}

}


.sshl-program-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
text-decoration:none !important;
}

.sshl-program-icon{
width:80px;
height:80px;
display:flex;
align-items:center;
justify-content:center;
font-size:46px;
color:#2E7D32;
margin-bottom:25px;
}

/* Program Title */
.sshl-program-card h3{
font-size:18px;
font-weight:700;
color:#233042;
line-height:1.5;
margin:0 0 20px;
min-height:90px;   /* Same height for program titles */
/* Same title area for all cards */
min-height:90px;

display:flex;
align-items:center;
justify-content:center;
text-align:center;


}

/* Program Badge */
.sshl-program-badge{
background:#E8F5E9;
color:#2E7D32;
padding:10px 22px;
border-radius:30px;
font-size:16px;
font-weight:700;
margin-bottom:20px;
}

/* Program Type */
.sshl-program-card p{
font-size:17px;
color:#666;
margin-top:auto;
line-height:1.5;
text-align:center;
margin-top:auto;   /* Push program type to bottom */
}

/* Responsive */
@media(max-width:991px){

.sshl-program-header h2{
font-size:40px;
}

}

@media(max-width:768px){

.sshl-program-section{
padding:50px 0;
}

.sshl-program-header h2{
font-size:34px;
}

.sshl-program-divider span{
width:180px;
}

.sshl-program-section .col-md-6,
.sshl-program-section .col-lg-3{
display:block;
margin-bottom:25px;
}

.sshl-program-card{
padding:30px 20px;
}

.sshl-program-card h3{
font-size:18px;
min-height:auto;
}

.sshl-program-icon{
width:70px;
height:70px;
font-size:40px;
}

}


/* ======================================
SSHL Journal Section
Redesigned Same as SARD Style
====================================== */

.sshl-journal-section{
padding:20px 0;
background:#f7f9fc;
}

.sshl-journal-card{
background:#fff;
border-radius:20px;
padding:35px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
border:1px solid #e5e7eb;
}

.sshl-journal-cover{
background:#f8f9fa;
border-radius:18px;
padding:20px;
display:flex;
align-items:center;
justify-content:center;
height:100%;
min-height:320px;
}

.sshl-journal-cover img{
max-width:100%;
max-height:280px;
object-fit:contain;
border-radius:10px;
}

.sshl-journal-content{
padding-left:20px;
}

.sshl-journal-subtitle{
display:inline-block;
color:#2E7D32;
font-size:14px;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
margin-bottom:12px;
}

.sshl-journal-content h2{
font-size:26px;
font-weight:700;
color:#233042;
line-height:1.3;
margin-bottom:18px;
}

.sshl-journal-content p{
font-size:17px;
line-height:1.8;
color:#555;
margin-bottom:22px;
}

.sshl-journal-features{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:28px;
}

.sshl-journal-features span{
background:#E8F5E9;
color:#2E7D32;
padding:8px 16px;
border-radius:20px;
font-size:14px;
font-weight:600;
}

.sshl-journal-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:14px 30px;
background:#1E4FA1;
color:#fff !important;
text-decoration:none !important;
border-radius:10px;
font-weight:600;
transition:all 0.3s ease;
}

.sshl-journal-btn:hover{
background:#163d7a;
color:#fff !important;
text-decoration:none !important;
transform:translateY(-2px);
}

@media(max-width:768px){

.sshl-journal-card{
padding:25px;
}

.sshl-journal-cover{
min-height:250px;
margin-bottom:25px;
}

.sshl-journal-content{
padding-left:0;
text-align:center;
}

.sshl-journal-content h2{
font-size:28px;
}

.sshl-journal-features{
justify-content:center;
}

}


/* ======================================
SSHL Why Study Section
Equal Height + Mobile Responsive
====================================== */

.sshl-why-section{
padding:20px 0;
background:#fff;
}

.sshl-why-wrapper{
background:#F4F6F7;
border-radius:20px;
padding:40px;
}

.sshl-why-header{
margin-bottom:40px;
}

.sshl-why-header h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:0 0 15px;
}

.sshl-why-header p{
font-size:17px;
color:#666;
max-width:700px;
margin:0 auto;
}

/* Make all columns equal height */
.sshl-why-section .col-md-6,
.sshl-why-section .col-lg-3{
display:flex;
margin-bottom:25px;
}

/* Card Design */
.sshl-why-card{
background:#fff;
border-radius:18px;
padding:30px 25px;
text-align:center;
box-shadow:0 6px 20px rgba(0,0,0,0.06);
transition:all 0.3s ease;
border:1px solid #e5e7eb;


/* Equal height */
width:100%;
display:flex;
flex-direction:column;
justify-content:flex-start;
min-height:280px;


}

.sshl-why-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.10);
}

/* Icon */
.sshl-why-icon{
width:70px;
height:70px;
background:#E8F5E9;
color:#2E7D32;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
margin:0 auto 20px;
}

/* Title */
.sshl-why-card h3{
font-size:20px;
font-weight:700;
color:#233042;
margin-bottom:15px;
min-height:55px;
}

/* Description */
.sshl-why-card p{
font-size:16px;
line-height:1.7;
color:#555;
margin:0;
flex-grow:1;
}

/* Mobile Responsive */
@media(max-width:768px){


.sshl-why-wrapper{
    padding:25px;
}

.sshl-why-header h2{
    font-size:34px;
}

.sshl-why-section .col-md-6,
.sshl-why-section .col-lg-3{
    display:block;
    margin-bottom:20px;
}

.sshl-why-card{
    min-height:auto;
    padding:25px 20px;
}

.sshl-why-card h3{
    min-height:auto;
    font-size:20px;
}


}


/* ======================================
SSHL Contact Information Section
====================================== */

.sshl-contact-section{
padding:20px 0;
background:#f7f9fc;
}

.sshl-contact-wrapper{
background:#fff;
border-radius:20px;
padding:40px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
border:1px solid #e5e7eb;
}

.sshl-contact-header{
margin-bottom:40px;
}

.sshl-contact-header h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:0 0 15px;
}

.sshl-contact-header p{
font-size:17px;
color:#666;
max-width:700px;
margin:0 auto;
}

.sshl-contact-item{
display:flex;
align-items:flex-start;
gap:20px;
padding:25px;
background:#F4F6F7;
border-radius:18px;
margin-bottom:25px;
height:100%;
}

.sshl-contact-icon{
width:60px;
height:60px;
background:#E8F5E9;
color:#2E7D32;
border-radius:15px;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
flex-shrink:0;
}

.sshl-contact-content h3{
font-size:24px;
font-weight:700;
color:#233042;
margin:0 0 10px;
}

.sshl-contact-content p{
font-size:17px;
line-height:1.8;
color:#555;
margin:0;
}

.sshl-contact-buttons{
margin-top:20px;
}

.sshl-contact-btn{
display:inline-flex;
align-items:center;
gap:10px;
padding:14px 30px;
border-radius:10px;
font-weight:600;
text-decoration:none !important;
transition:all 0.3s ease;
margin:0 10px;
}

.sshl-contact-btn.primary{
background:#1E4FA1;
color:#fff !important;
}

.sshl-contact-btn.primary:hover{
background:#163d7a;
color:#fff !important;
transform:translateY(-2px);
}

.sshl-contact-btn.secondary{
background:#fff;
color:#1E4FA1 !important;
border:2px solid #1E4FA1;
}

.sshl-contact-btn.secondary:hover{
background:#1E4FA1;
color:#fff !important;
transform:translateY(-2px);
}

@media(max-width:768px){

.sshl-contact-wrapper{
padding:25px;
}

.sshl-contact-header h2{
font-size:34px;
}

.sshl-contact-item{
padding:20px;
margin-bottom:20px;
}

.sshl-contact-content h3{
font-size:20px;
}

.sshl-contact-content p{
font-size:16px;
}

.sshl-contact-btn{
display:flex;
justify-content:center;
margin:10px 0;
width:100%;
}

}

/* ======================================
SSHL Message from the Dean Section
Exact SARD Design
====================================== */

.sshl-dean-section{
padding:70px 0;
background:#fff;
}

.sshl-dean-wrapper{
background:#fff;
border-radius:20px;
padding:35px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
border:1px solid #e5e7eb;
}

/* Top Header */

.sshl-dean-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
}

.sshl-dean-title span{
color:#2E7D32;
font-size:14px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
}

.sshl-dean-title h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:8px 0 0;
}

.sshl-dean-badge{
background:#E8F5E9;
color:#2E7D32;
padding:12px 24px;
border-radius:30px;
font-weight:700;
font-size:16px;
}

.sshl-dean-divider{
border:0;
height:1px;
background:#e5e7eb;
margin-bottom:35px;
}

/* Dean Image */

.sshl-dean-image{
text-align:center;
}

.sshl-dean-image img{
width:100%;
max-width:260px;
border-radius:20px;
margin-bottom:20px;
}

.sshl-dean-info h3{
font-size:20px;
font-weight:700;
color:#233042;
margin-bottom:8px;
}

.sshl-dean-info h4{
font-size:24px;
font-weight:700;
color:#2E7D32;
margin-bottom:10px;
}

.sshl-dean-info p{
font-size:14px;
color:#666;
line-height:1.4;
margin:0;
}

/* Dean Content */

.sshl-dean-quote{
background:#F4F6F7;
border-left:5px solid #2E7D32;
border-radius:0 15px 15px 0;
padding:25px 30px;
margin-bottom:30px;
}

.sshl-dean-quote p{
font-size:20px;
font-weight:700;
color:#233042;
line-height:1.6;
margin:0;
}

.sshl-dean-content p{
font-size:17px;
line-height:1.6;
color:#555;
margin-bottom:20px;
text-align:justify;
}

.sshl-dean-bottom-divider{
border:0;
height:1px;
background:#e5e7eb;
margin:35px 0 25px;
}

/* Footer */

.sshl-dean-footer{
display:flex;
justify-content:space-between;
align-items:center;
}

.sshl-dean-btn{
display:inline-block;
padding:16px 38px;
background:#2E7D32;
color:#fff !important;
text-decoration:none !important;
border-radius:30px;
font-size:18px;
font-weight:600;
transition:all 0.3s ease;
}

.sshl-dean-btn:hover{
background:#256628;
color:#fff !important;
text-decoration:none !important;
}

.sshl-dean-signature{
text-align:right;
}

.sshl-dean-signature h3{
font-size:20px;
font-weight:700;
color:#233042;
margin-bottom:5px;
}

.sshl-dean-signature p{
font-size:16px;
color:#666;
margin:0;
}

/* Mobile Responsive */

@media(max-width:768px){

.sshl-dean-wrapper{
padding:25px;
}

.sshl-dean-top{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.sshl-dean-title h2{
font-size:32px;
}

.sshl-dean-image{
margin-bottom:30px;
}

.sshl-dean-image img{
max-width:220px;
}

.sshl-dean-quote{
padding:20px;
}

.sshl-dean-quote p{
font-size:18px;
}

.sshl-dean-content p{
font-size:16px;
}

.sshl-dean-footer{
flex-direction:column;
gap:20px;
align-items:flex-start;
}

.sshl-dean-btn{
width:100%;
text-align:center;
}

.sshl-dean-signature{
text-align:left;
}

}
