﻿/* ===================================
   PAGE BANNER
=================================== */

.page-banner {
    position: relative;
    background: linear-gradient( rgba(0,0,0,.65), rgba(0,0,0,.65) ), url('../images/banner/placement-banner.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    overflow: hidden;
}

    .page-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 135deg, rgba(25,155,67,.20), rgba(246,139,31,.15) );
    }

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

    .page-banner-content h1 {
        font-size: 54px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2;
    }

        .page-banner-content h1::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #F68B1F;
            margin: 15px auto 0;
            border-radius: 10px;
        }

    .page-banner-content p {
        max-width: 800px;
        margin: auto;
        font-size: 18px;
        line-height: 1.8;
        color: rgba(255,255,255,.95);
    }



/* ===================================
   PLACEMENT INTRO
=================================== */

.placement-intro {
    background: #fff;
}

.placement-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.placement-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,.10);
}

.section-tag {
    display: inline-block;
    background: #F68B1F;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.placement-content h2 {
    color: #199B43;
    font-size: 42px;
    margin-bottom: 20px;
}

.placement-content p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
}

/* ===================================
   PLACEMENT STATS
=================================== */

.placement-stats {
    background: linear-gradient(135deg,#199B43,#10692E);
    padding: 90px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.stat-box {
    text-align: center;
    color: #fff;
}

    .stat-box h3 {
        font-size: 55px;
        margin-bottom: 10px;
    }

    .stat-box p {
        font-size: 16px;
    }

/* ===================================
   CAREER SERVICES
=================================== */

.career-services {
    background: #f8faf9;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.service-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
}

    .service-card:hover {
        transform: translateY(-8px);
    }

    .service-card i {
        font-size: 50px;
        color: #F68B1F;
        margin-bottom: 20px;
    }

    .service-card h3 {
        color: #199B43;
        margin-bottom: 15px;
    }

    .service-card p {
        color: #666;
        line-height: 1.8;
    }

/* ===================================
   PLACEMENT PROCESS
=================================== */

.placement-process {
    background: #fff;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}

.process-step {
    background: #f8faf9;
    text-align: center;
    padding: 30px 20px;
    border-radius: 18px;
    position: relative;
}

    .process-step span {
        width: 70px;
        height: 70px;
        background: #199B43;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 24px;
        font-weight: 700;
    }

    .process-step h3 {
        color: #333;
        font-size: 18px;
    }

/* ===================================
   INDUSTRY SECTORS
=================================== */

.industry-sectors {
    background: #f8faf9;
}

.sector-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.sector-box {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
    font-weight: 600;
    color: #199B43;
    transition: .3s;
}

    .sector-box:hover {
        background: #199B43;
        color: #fff;
    }
/* ===================================
   INDUSTRY CONNECTIONS
=================================== */

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.partner-card {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
}

    .partner-card:hover {
        transform: translateY(-8px);
    }

    .partner-card i {
        font-size: 50px;
        color: #F68B1F;
        margin-bottom: 20px;
    }

    .partner-card h3 {
        color: #199B43;
        margin-bottom: 15px;
    }

    .partner-card p {
        color: #666;
        line-height: 1.8;
    }

/* ===================================
   STUDENT OPPORTUNITIES
=================================== */

.student-opportunities {
    background: #fff;
}

.opportunity-logo-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.logo-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 30px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
    transition: .3s;
}

    .logo-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,.10);
    }

    .logo-card img {
        max-width: 160px;
        max-height: 80px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: .3s;
    }

    .logo-card:hover img {
        filter: grayscale(0);
    }
/* ===================================
   PLACEMENT SUCCESS COUNTER
=================================== */

.placement-success {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.success-item {
    background: linear-gradient(135deg,#199B43,#10692E);
    color: #fff;
    text-align: center;
    padding: 35px 25px;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.10);
    transition: .3s;
    position: relative;
    overflow: hidden;
}

    .success-item::before {
        content: '';
        position: absolute;
        top: -40px;
        right: -40px;
        width: 100px;
        height: 100px;
        background: rgba(255,255,255,.08);
        border-radius: 50%;
    }

    .success-item:hover {
        transform: translateY(-8px);
    }

    .success-item h3 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #fff;
    }

    .success-item p {
        font-size: 16px;
        margin: 0;
        color: rgba(255,255,255,.90);
    }


/* ===================================
   SUCCESS STORIES CAROUSEL
=================================== */

.success-stories {
    background: #fff;
}

.stories-wrapper {
    position: relative;
}

.stories-carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

    .stories-carousel::-webkit-scrollbar {
        display: none;
    }

.story-card {
    min-width: 350px;
   
    flex: 0 0 350px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .3s;
}

    .story-card:hover {
        transform: translateY(-8px);
    }

    .story-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

.story-content {
    padding: 25px;
}

    .story-content h3 {
        color: #199B43;
        margin-bottom: 10px;
    }

    .story-content span {
        color: #F68B1F;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
    }

    .story-content p {
        color: #666;
        line-height: 1.8;
    }

.story-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #199B43;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    transition: .3s;
}

    .story-nav:hover {
        background: #F68B1F;
    }

.prev-story {
    left: -25px;
}

.next-story {
    right: -25px;
}

/* ===================================
   PLACEMENT PARTNERS
=================================== */

.placement-partners {
    background: #f8faf9;
}

.partner-logo-slider {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 25px;
}

    .partner-logo-slider img {
        width: 100%;
        max-height: 80px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: .3s;
    }

        .partner-logo-slider img:hover {
            filter: grayscale(0);
        }

/* ===================================
   FAQ
=================================== */

.placement-faq {
    background: #fff;
}

.faq-list {
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #f8faf9;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
}

    .faq-item h3 {
        color: #199B43;
        margin-bottom: 10px;
    }

    .faq-item p {
        color: #666;
        line-height: 1.8;
    }

/* ===================================
   PLACEMENT CTA
=================================== */

.placement-cta {
    background: linear-gradient(135deg,#199B43,#12692D);
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

    .placement-cta h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .placement-cta p {
        max-width: 750px;
        margin: auto;
        margin-bottom: 30px;
        font-size: 18px;
    }

    .placement-cta .btn-primary {
        display: inline-block;
        background: #F68B1F;
        color: #fff;
        padding: 15px 35px;
        border-radius: 50px;
        transition: .3s;
    }

        .placement-cta .btn-primary:hover {
            background: #fff;
            color: #199B43;
        }

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:991px) {

    .placement-wrapper {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .sector-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .partner-logo-slider {
        grid-template-columns: repeat(3,1fr);
    }

  /*  .placement-success {
        grid-template-columns: repeat(2,1fr);
    }*/
}

@media(max-width:768px) {
    .page-banner {
        padding: 80px 0;
    }

    .page-banner-content h1 {
        font-size: 34px;
    }

    .page-banner-content p {
        font-size: 15px;
        line-height: 1.7;
        padding: 0 10px;
    }

    .placement-content h2 {
        font-size: 32px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .sector-grid {
        grid-template-columns: 1fr;
    }

    /*.stories-grid {
        grid-template-columns: 1fr;
    }*/

    .partner-logo-slider {
        grid-template-columns: repeat(2,1fr);
    }

    .placement-cta h2 {
        font-size: 30px;
    }

    .placement-success {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .success-item h3 {
        font-size: 40px;
    }
}
