/* Placement & Career Development - Page-specific styles */
/* Uses site color scheme: #404d8f, #c43a47, #5a5a5a, #646567, #eee, #e5e5e5 */

/* Hero Section */
.placement-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(36, 53, 59, 0.92) 0%, rgba(36, 52, 58, 0.75) 100%),
                url(../images/banners/PLACEMENT.jpg) no-repeat center center / cover;
}
.placement-hero .container { position: relative; z-index: 2; }
.placement-hero h1 {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}
.placement-hero .hero-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    font-weight: 300;
    letter-spacing: 1px;
}

/* Welcome Card */
.placement-welcome-card {
    margin-top: -50px;
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
    padding: 45px 50px;
    border-left: 5px solid #c43a47;
    text-align: center;
}
.placement-welcome-card h2 {
    font-size: 22px;
    color: #24353b;
    margin-bottom: 25px;
    text-transform: none;
    font-weight: 600;
}
.placement-welcome-card .about-text {
    font-size: 15px;
    line-height: 1.9;
    color: #5a5a5a;
    text-align: center;
}

/* Placement Officer Card */
.placement-officer-card {
    background: linear-gradient(145deg, #24353b 0%, #24343a 100%);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(36, 53, 59, 0.25);
    margin: 60px 0;
}
.placement-officer-card .officer-header {
    background: #c43a47;
    padding: 20px 40px 10px 40px;
    text-align: center;
}
.placement-officer-card .officer-header h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.placement-officer-card .officer-body {
    padding: 45px 50px 5px 50px;
    display: flex;
    align-items: center;
    gap: 45px;
    flex-wrap: wrap;
}
.placement-officer-card .officer-photo-wrap {
    flex-shrink: 0;
    text-align: center;
}
.placement-officer-card .officer-photo-caption {
    margin-top: 15px;
	margin-bottom: 10px;
}
.placement-officer-card .officer-photo-caption h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 4px 0;
    text-transform: none;
}
.placement-officer-card .officer-photo-caption .designation {
    color: #c43a47;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.placement-officer-card .officer-photo-wrap img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    border: 4px solid rgba(255,255,255,0.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.placement-officer-card .officer-info {
    flex: 1;
    min-width: 280px;
}
.placement-officer-card .officer-info h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 6px;
    text-transform: none;
}
.placement-officer-card .officer-info .designation {
    color: #c43a47;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.placement-officer-card .officer-info .bio {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
	text-align: justify;
}
.placement-officer-card .officer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 25px 50px 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    margin-top: -10px;
}
.placement-officer-card .contact-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.placement-officer-card .contact-item:hover {
    background: #ff8800;
    color: #fff;
}
.placement-officer-card .contact-item i {
    font-size: 18px;
    color: #c43a47;
}
.placement-officer-card .contact-item:hover i {
    color: #fff;
}

/* Placed Students Section */
.placement-students-section {
    background: #eee;
    padding: 70px 0;
}
.placement-students-section .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.placement-students-section .section-title h2 {
    font-size: 32px;
    color: #24353b;
    margin-bottom: 10px;
}
.placement-students-section .section-title p {
    color: #646567;
    font-size: 16px;
}
.placement-students-section .course-tab {
    border: none;
    justify-content: center;
    margin-bottom: 40px;
}
.placement-students-section .course-tab li .block {
    padding: 14px 28px;
    background: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    color: #24353b;
    font-weight: 600;
    transition: all 0.3s ease;
}
.placement-students-section .course-tab li.active .block,
.placement-students-section .course-tab li.active .block:hover {
    background: #c43a47;
    border-color: #c43a47;
    color: #fff;
}
.placement-students-section .course-tab li .block:hover {
    background: #ff8800;
    border-color: #ff8800;
    color: #fff;
}
.placement-students-section .browse-teacher {
    background: transparent !important;
}
/* 5px margin left/right between items - use calc() so Bootstrap v3 grid doesn't break */
.placement-students-section .browse-teachers-list li {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 25px !important;
    margin-left: 2.5px !important;
    margin-right: 2.5px !important;
    margin-bottom: 25px !important;
    width: calc(50% - 5px) !important;
    height: auto !important;
    min-height: 300px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.placement-students-section .browse-teachers-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.placement-students-section .browse-teachers-list figure {
    border-radius: 8px;
    overflow: hidden;
}
.placement-students-section .browse-teachers-list figure:before {
    background: none !important;
}
@media (min-width: 768px) {
    .placement-students-section .browse-teachers-list li {
        width: calc(25% - 5px) !important;
    }
}
.placement-students-section .btn-view-more {
    display: inline-block;
    padding: 14px 40px;
    background: #24353b;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-top: 20px;
    transition: all 0.3s ease;
}
.placement-students-section .btn-view-more:hover {
    background: #ff8800;
    color: #fff !important;
}

/* Quick Contact Form */
.quick-contact-form {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    padding: 30px;
    border-left: 4px solid #c43a47;
    margin-top: 60px;
}
.quick-contact-form h4 {
    color: #24353b;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.quick-contact-form .form-group {
    margin-bottom: 18px;
}
.quick-contact-form label {
    color: #5a5a5a;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}
.quick-contact-form .form-control {
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    padding: 10px 14px;
}
.quick-contact-form .form-control:focus {
    border-color: #c43a47;
    box-shadow: 0 0 0 2px rgba(196, 58, 71, 0.2);
}
.quick-contact-form .btn-primary {
    background: #c43a47;
    border-color: #c43a47;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-top: 5px;
}
.quick-contact-form .btn-primary:hover {
    background: #24353b;
    border-color: #24353b;
}

@media (max-width: 768px) {
    .placement-hero h1 { font-size: 28px; }
    .placement-hero .hero-subtitle { font-size: 14px; }
    .placement-welcome-card { padding: 30px 25px; margin-top: -30px; }
    .quick-contact-form { margin-top: 30px; }
    .placement-officer-card .officer-body {
        flex-direction: column;
        padding: 35px 25px;
        text-align: center;
    }
    .placement-officer-card .officer-contact {
        justify-content: center;
        padding: 25px;
    }
}
