/* ======================================
SCHOOL OF BUSINESS (SOB) REDESIGN CSS
Sections: Dean, About, Academic Programs
Exact SARD Style
====================================== */

/* Common */
.sob-section-subtitle{
color:#2E7D32;
font-size:14px;
font-weight:700;
letter-spacing:2px;
text-transform:uppercase;
}

/* Dean Section */
.sob-dean-section{
padding:20px 0;
background:#fff;
}

.sob-dean-wrapper{
background:#fff;
border-radius:20px;
padding:35px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
border:1px solid #e5e7eb;
}

.sob-dean-top{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
}

.sob-dean-title h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:8px 0 0;
}

.sob-dean-badge{
background:#E8F5E9;
color:#2E7D32;
padding:12px 24px;
border-radius:30px;
font-weight:700;
font-size:16px;
}

.sob-dean-divider{
border:0;
height:1px;
background:#e5e7eb;
margin-bottom:35px;
}

.sob-dean-image{
text-align:center;
}

.sob-dean-image img{
width:100%;
max-width:260px;
border-radius:20px;
margin-bottom:20px;
}

.sob-dean-info h3{
font-size:17px;
font-weight:700;
color:#233042;
margin-bottom:8px;
}

.sob-dean-info h4{
font-size:24px;
font-weight:700;
color:#2E7D32;
margin-bottom:10px;
}

.sob-dean-info p{
font-size:16px;
color:#666;
line-height:1.6;
margin:0;
}

.sob-dean-quote{
background:#F4F6F7;
border-left:5px solid #2E7D32;
border-radius:0 15px 15px 0;
padding:25px 30px;
margin-bottom:30px;
}

.sob-dean-quote p{
font-size:20px;
font-weight:700;
color:#233042;
line-height:1.6;
margin:0;
}

.sob-dean-content p{
font-size:17px;
line-height:1.7;
color:#555;
margin-bottom:20px;
text-align:justify;
}

.sob-dean-bottom-divider{
border:0;
height:1px;
background:#e5e7eb;
margin:35px 0 25px;
}

.sob-dean-footer{
display:flex;
justify-content:space-between;
align-items:center;
}

.sob-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;
}

.sob-dean-signature{
text-align:right;
}

.sob-dean-signature h3{
font-size:20px;
font-weight:700;
color:#233042;
margin-bottom:5px;
}

/* About Section */
.sob-about-section{
padding:20px 0;
background:#fff;
}

.sob-about-wrapper{
background:#fff;
border-radius:20px;
padding:40px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
border:1px solid #e5e7eb;

}

.sob-about-image img{
width:100%;
border-radius:20px;
margin-top:100px;
}

.sob-about-content h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:10px 0 20px;
}

.sob-about-content p{
font-size:16px;
line-height:1.7;
color:#555;
margin-bottom:20px;
text-align:justify;
}

.sob-about-list{
margin:25px 0;
padding-left:0;
list-style:none;
}

.sob-about-list li{
position:relative;
padding-left:28px;
margin-bottom:12px;
font-size:16px;
color:#555;
line-height:1.7;
}

.sob-about-list li:before{
content:'✓';
position:absolute;
left:0;
color:#2E7D32;
font-weight:700;
}

.sob-read-more-btn{
display:inline-block;
padding:12px 28px;
background:#1E4FA1;
color:#fff !important;
text-decoration:none !important;
border-radius:8px;
font-weight:600;
}

/* Academic Programs */
.sob-program-section{
padding:20px 0;
background:#f7f9fc;
}

.sob-program-header{
margin-bottom:45px;
}

.sob-program-header h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:0 0 15px;
}

.sob-program-divider{
display:flex;
justify-content:center;
}

.sob-program-divider span{
width:220px;
height:4px;
background:#2E7D32;
border-radius:2px;
position:relative;
}

.sob-program-divider span:before{
content:'';
position:absolute;
width:16px;
height:16px;
background:#2E7D32;
border-radius:50%;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}

.sob-program-section .col-md-6,
.sob-program-section .col-lg-3{
display:flex;
margin-bottom:30px;
}

.sob-program-card{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    background:#fff;
    border-radius:20px;
    padding:25px 20px;   /* reduced from 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;
    width:100%;
    flex:1;
    min-height:320px;    /* reduced from 380px */
}

.sob-program-icon{
width:80px;
height:80px;
display:flex;
align-items:center;
justify-content:center;
font-size:40px;
color:#2E7D32;
margin-bottom:25px;
}

.sob-program-card h3{
    font-size:20px;
    font-weight:700;
    color:#233042;
    line-height:1.4;
    margin:0 0 15px;
    min-height:65px;     /* reduced from 90px */
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

@media(max-width:768px){

    .sob-program-card{
        min-height:auto;
        padding:22px 18px;   /* reduced from 30px 20px */
    }

    .sob-program-card h3{
        min-height:auto;
        font-size:18px;
    }

}

.sob-program-badge{
background:#E8F5E9;
color:#2E7D32;
padding:10px 22px;
border-radius:30px;
font-size:14px;
font-weight:700;
margin-bottom:20px;
}

.sob-program-card p{
font-size:15px;
color:#666;
line-height:1.6;
margin-top:auto;
}

/* Mobile Responsive */
@media(max-width:768px){

.sob-dean-wrapper,
.sob-about-wrapper{
padding:25px;
}

.sob-dean-top{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.sob-dean-title h2,
.sob-about-content h2,
.sob-program-header h2{
font-size:32px;
}

.sob-dean-footer{
flex-direction:column;
gap:20px;
align-items:flex-start;
}

.sob-dean-btn{
width:100%;
text-align:center;
}

.sob-program-section .col-md-6,
.sob-program-section .col-lg-3{
display:block;
}

.sob-program-card{
min-height:auto;
margin-bottom:20px;
}

.sob-program-card h3{
min-height:auto;
}

}



/* ======================================
School of Business - JBS Journal Section
Exact SARD Style
====================================== */

.sob-journal-section{ 
padding:20px 0;
background:#fff;
}

.sob-journal-wrapper{
background:#F4F6F7;
border-radius:20px;
padding:45px;
border:1px solid #e5e7eb;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.sob-journal-wrapper .row{
    display:flex;
    align-items:center;
}

.sob-journal-wrapper .col-md-4{
    display:flex;
    justify-content:center;
    align-items:center;
}

.sob-journal-logo{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    text-align:center;
}

.sob-journal-logo img{
    max-width:300px;
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
    border-radius:20px;
}

.sob-journal-content h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:10px 0 20px;
}

.sob-journal-content p{
font-size:17px;
line-height:1.8;
color:#555;
margin-bottom:25px;
text-align:justify;
}

.sob-journal-features{
margin-bottom:30px;
}

.sob-journal-feature{
display:flex;
align-items:center;
margin-bottom:12px;
}

.sob-journal-feature i{
color:#2E7D32;
font-size:18px;
margin-right:12px;
}

.sob-journal-feature span{
font-size:16px;
color:#555;
}

.sob-journal-btn{
display:inline-block;
padding:14px 32px;
background:#1E4FA1;
color:#fff !important;
text-decoration:none !important;
border-radius:8px;
font-size:17px;
font-weight:600;
transition:all 0.3s ease;
}

.sob-journal-btn:hover{
background:#163d7a;
color:#fff !important;
text-decoration:none !important;
}

/* Mobile Responsive */

@media(max-width:768px){


.sob-journal-wrapper{
    padding:25px;
}

.sob-journal-content{
    text-align:center;
    margin-top:30px;
}

.sob-journal-content h2{
    font-size:32px;
}

.sob-journal-content p{
    text-align:left;
    font-size:16px;
}

.sob-journal-feature{
    justify-content:flex-start;
}

.sob-journal-btn{
    width:100%;
    text-align:center;
}

}


/* ======================================
School of Business - Contact Information
Same SARD Style
====================================== */

.sob-contact-section{
padding:20px 0;
background:#fff;
}

.sob-contact-wrapper{
background:#fff;
border-radius:20px;
padding:45px;
border:1px solid #e5e7eb;
box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.sob-contact-header{
margin-bottom:45px;
}

.sob-contact-header h2{
font-size:26px;
font-weight:700;
color:#233042;
margin:10px 0 15px;
}

.sob-contact-divider{
display:flex;
justify-content:center;
}

.sob-contact-divider span{
width:180px;
height:4px;
background:#2E7D32;
border-radius:2px;
position:relative;
}

.sob-contact-divider span:before{
content:"";
position:absolute;
width:16px;
height:16px;
background:#2E7D32;
border-radius:50%;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}

.sob-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;
}

.sob-contact-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.sob-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;
}

.sob-contact-content h3{
font-size:22px;
font-weight:700;
color:#233042;
margin-bottom:10px;
}

.sob-contact-content p{
font-size:16px;
line-height:1.7;
color:#555;
margin:0 0 5px;
}

/* Mobile Responsive */

@media(max-width:768px){

.sob-contact-wrapper{
    padding:25px;
}

.sob-contact-header h2{
    font-size:32px;
}

.sob-contact-card{
    padding:22px;
    margin-bottom:20px;
}

.sob-contact-icon{
    width:50px;
    height:50px;
    min-width:50px;
    font-size:20px;
}

.sob-contact-content h3{
    font-size:20px;
}

.sob-contact-content p{
    font-size:15px;
}

}
