/* Campus Placement Page Styles */

.apply-page.apply-now-page {
    background: #f8f9fa;
    padding: 0;
}

.apply-page .btn-primary,
.apply-page .btn-success,
.apply-page .main-button-red,
.apply-page .main-button-red a {
    color: #fff !important;
    background-color: #a12c2f !important;
    border-color: #a12c2f !important;
}

.apply-page .btn-primary:hover,
.apply-page .btn-success:hover,
.apply-page .main-button-red:hover,
.apply-page .main-button-red a:hover {
    background-color: #8e2527 !important;
    border-color: #8e2527 !important;
    opacity: 0.95 !important;
}

.apply-page .card .fa {
    color: #a12c2f !important;
}

.apply-page .text-primary,
.apply-page .text-danger {
    color: #a12c2f !important;
}

.apply-page .badge-primary {
    background-color: #a12c2f !important;
}

.apply-page .bg-light h1,
.apply-page .bg-light h2,
.apply-page .bg-light h3,
.apply-page .bg-light h4,
.apply-page .bg-light h5,
.apply-page .bg-light h6,
.apply-page .bg-light .lead,
.apply-page .bg-light p {
    color: #000 !important;
}

.apply-page .main-button-red,
.apply-page .main-button-red a {
    padding: 8px 20px !important;
    font-size: 14px !important;
}

.apply-page .btn-lg {
    padding: 8px 20px !important;
    font-size: 14px !important;
}

.faq-answer {
    margin-top: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

/* Who We Are Section */
.who-we-are {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 60px 0;
}

.who-we-are .aiheading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1.5rem;
}

.who-we-are .lead {
    font-size: 1.1rem;
    color: #5a5f6f;
    max-width: 800px;
    margin: 0 auto;
}

/* Apply Career Section */
.apply-career-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.apply-career-section .aiheading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.apply-career-section .lead {
    font-size: 1rem;
    color: #5a5f6f;
    margin-bottom: 2rem;
}

.highlight-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    border-left: 6px solid #a12c2f;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.highlight-box:hover {
    transform: translateY(-5px);
}

.highlight-box h4 {
    color: #a12c2f;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.highlight-box .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px 16px;
    margin-bottom: 1rem;
    transition: border-color 0.3s ease;
}

.highlight-box .form-control:focus {
    border-color: #a12c2f;
    box-shadow: 0 0 0 0.2rem rgba(161, 44, 47, 0.25);
}

.highlight-box .btn {
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Our Services Section */
.our-services {
    background: #ffffff;
    padding: 60px 0;
}

.our-services h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.our-services .lead {
    font-size: 1rem;
    color: #5a5f6f;
    margin-bottom: 3rem;
}

.our-services .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.our-services .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.our-services .card-body {
    padding: 30px 25px;
}

.our-services .fa {
    color: #a12c2f;
    margin-bottom: 1.5rem;
}

.our-services .card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.our-services .card-text {
    color: #5a5f6f;
    line-height: 1.6;
}

/* Why Choose Us Section */
.why-choose-us {
    background: linear-gradient(135deg, #a12c2f 0%, #cf5b4a 100%);
    color: #ffffff;
    padding: 60px 0;
}

.why-choose-us h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.why-choose-us .lead {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
}

.why-choose-us .fa {
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.why-choose-us h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.why-choose-us p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* For Students Section */
.for-students {
    background: #f8f9fa;
    padding: 60px 0;
}

.for-students h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.for-students .lead {
    color: #5a5f6f;
    margin-bottom: 3rem;
}

.for-students .fa {
    color: #a12c2f;
    margin-bottom: 1.5rem;
}

.for-students h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.for-students p {
    color: #5a5f6f;
    line-height: 1.6;
}

/* For Colleges Section */
.for-colleges {
    background: #ffffff;
    padding: 60px 0;
}

.for-colleges h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.for-colleges .lead {
    color: #5a5f6f;
    margin-bottom: 3rem;
}

.for-colleges .fa {
    color: #a12c2f;
    margin-bottom: 1.5rem;
}

.for-colleges h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.for-colleges p {
    color: #5a5f6f;
    line-height: 1.6;
}

/* Industries We Serve Section */
.industries-we-serve {
    background: #f8f9fa;
    padding: 60px 0;
}

.industries-we-serve h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.industries-we-serve .lead {
    color: #5a5f6f;
    margin-bottom: 3rem;
}

.industries-we-serve .fa {
    color: #a12c2f;
    margin-bottom: 1rem;
}

.industries-we-serve h6 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-top: 0.5rem;
}

/* Locations We Cover Section */
.locations-we-cover {
    background: #ffffff;
    padding: 60px 0;
}

.locations-we-cover h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 2rem;
}

.locations-we-cover .lead {
    color: #5a5f6f;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.location-tags .badge {
    font-size: 0.9rem;
    padding: 8px 16px;
    margin: 0.25rem;
    border-radius: 20px;
}

/* Testimonials Section */
.testimonials {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.testimonials h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 1rem;
}

.testimonials .lead {
    color: #5a5f6f;
    margin-bottom: 3rem;
}

.testimonials .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    background: #ffffff;
}

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

.testimonials .quote-icon {
    color: #a12c2f;
}

.testimonials .stars {
    color: #ffc107;
}

.testimonials p {
    font-style: italic;
    line-height: 1.6;
    color: #5a5f6f;
}

.testimonials h6 {
    font-weight: 700;
    color: #a12c2f;
    margin-bottom: 0.25rem;
}

.testimonials small {
    color: #888;
}

/* Contact Lead Form Section */
.contact-lead-form {
    background: linear-gradient(135deg, #a12c2f 0%, #cf5b4a 100%);
    color: #ffffff;
    padding: 60px 0;
}

.contact-lead-form h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.contact-lead-form .lead {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.contact-lead-form .btn {
    background: #ffffff;
    color: #a12c2f;
    border: 2px solid #ffffff;
    padding: 12px 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact-lead-form .btn:hover {
    background: transparent;
    color: #ffffff;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
    .who-we-are .aiheading,
    .apply-career-section .aiheading,
    .our-services h2,
    .why-choose-us h2,
    .for-students h2,
    .for-colleges h2,
    .industries-we-serve h2,
    .locations-we-cover h2,
    .testimonials h2,
    .contact-lead-form h2 {
        font-size: 1.8rem;
    }

    .highlight-box {
        padding: 30px 25px;
    }

    .our-services .card-body,
    .testimonials .card {
        padding: 25px 20px;
    }
}

@media (max-width: 767.98px) {
    .apply-page.apply-now-page {
        padding: 0;
    }

    .who-we-are,
    .apply-career-section,
    .our-services,
    .why-choose-us,
    .for-students,
    .for-colleges,
    .industries-we-serve,
    .locations-we-cover,
    .testimonials,
    .contact-lead-form {
        padding: 40px 0;
    }

    .highlight-box {
        padding: 25px 20px;
    }

    .location-tags .badge {
        display: inline-block;
        margin: 0.25rem 0.5rem;
    }
}