﻿
/* sharath */
.placement-banner {
    padding: 70px 0 40px;
    background: #fff;
    position: relative;
  /* padding-top: 14%;*/
}

.banner-content h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    color: #222;
}

    .banner-content h2 span {
        color: #8e1f28;
    }

.banner-content p {
    margin-top: 20px;
    font-size: 22px;
    color: #666;
    max-width: 600px;
}

.stat-box {
    background: linear-gradient(90deg,#fff7f6,#fde8e8);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 12px 35px rgba(0,0,0,.08);
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e1f28;
    margin-left: auto;
}

.stat-box h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-box h6 {
    margin-bottom: 8px;
    color: #555;
}

.stat-box small {
    color: #2ca24c;
    font-weight: 600;
}

.recruiter-bar {
    margin-top: 40px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 28px;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    overflow: hidden;
}
.company-grid{display: flex; gap: 30px; align-items: center;}
.place-slide-sec .owl-carousel .owl-nav.disabled{display: block;}
.place-slide-sec .owl-carousel .owl-nav button.owl-next{background: url(../images/place-aroor-2.png) no-repeat; width: 37px; height: 36px; position: absolute;
right: -36px; top: 11px;}
.place-slide-sec .owl-carousel .owl-nav button.owl-next span{display: none;}
.place-slide-sec .owl-carousel .owl-nav button.owl-prev{background: url(../images/place-aroor-1.png) no-repeat; width: 37px; height: 36px; position: absolute;
left: -36px;top: 11px;}
.place-slide-sec .owl-carousel .owl-nav button.owl-prev span{display: none;}
.place-slide-sec{position: relative; padding-right: 30px;}

.top-recruiter {
    min-width: 90px;
}

    .top-recruiter h5 {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #8d1f27;
        letter-spacing: 2px;
        line-height: 25px;
        margin: 0;
        text-align:center;
    }
    .top-recruiter span{font-size: 17px;}

.company-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.place-ment-logo{text-align: center;}

    .company-item img {
       /* width: 34px;
        height: 34px;*/
        object-fit: contain;
    }

    .company-item h6 {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #2c2c2c;
    }

    .company-item p {
        margin: 0;
        font-size: 14px;
        color: #8b8b8b;
        line-height: 18px;
    }

.view-btn {
    background: #991f24;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
}

    .view-btn:hover {
        color: #fff;
        background: #7c171b;
    }

.placement-filter {
    margin: 0 125px;
    margin-top: 35px;
}

.filter-input {
    position: relative;
}

    .filter-input svg {
        position: absolute !important;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #8a8a8a;
        z-index: 2;
    }

    .filter-input input,
    .filter-input select {
        height: 56px;
        border-radius: 14px;
        border: 1px solid #ececec;
        padding-left: 48px;
        font-size: 15px;
        box-shadow: none !important;
    }

    .filter-input select {
        cursor: pointer;
    }

.clear-filter-btn {
    width: 100%;
    height: 56px;
    border: 1px solid #9e1f28;
    border-radius: 14px;
    background: #fff;
    color: #9e1f28;
    font-weight: 600;
    transition: .3s;
}

    .clear-filter-btn i {
        margin-right: 8px;
    }

    .clear-filter-btn:hover {
        background: #9e1f28;
        color: #fff;
    }

.filter-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .filter-bottom p {
        margin: 0;
        color: #777;
        font-size: 16px;
    }

    .filter-bottom strong {
        color: #222;
    }

.sort-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .sort-box span {
        color: #777;
        font-weight: 500;
    }

    .sort-box .form-select {
        width: 140px;
        height: 46px;
        border-radius: 12px;
        box-shadow: none;
    }

.placement-card {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: .3s;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    height: 100%;
}

    .placement-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,.12);
    }

.student-img {
    width: 115px;
    height: 160px;
    object-fit: cover;
}

.student-name {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 8px;
}

.reg-no {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
    text-transform: uppercase;
}

    .reg-no span {
        color: #666;
        font-weight: 600;
    }

.course-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.department {
    color: #888;
    font-size: 15px;
}

.batch-year {
    border: 1px solid #ddd;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    color: #777;
    height: fit-content;
}

.job-section {
    margin-top: 20px;
}

.job-title {
    background: #8b1d2c;
    color: #fff;
    padding: 12px 18px;
    font-size: 26px;
    font-weight: 600;
}

.package {
    position: relative;
    color: #8b1d2c;
    font-weight: 700;
    line-height: 1;
}



.rupee {
    font-size: 56px;
}

.lpa {
    font-size: 30px;
}

.company-section {
    border-top: 1px solid #e5e5e5;
    padding: 20px 25px;
}

.company-logo {
    width: 48px;
}

.company-section h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.company-section span {
    color: #777;
    font-size: 18px;
}

.placement-card {
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.card-head {
    display: flex;
    align-items: flex-start;
    padding: 18px;
}

.student-details {
    margin-left: 16px;
    flex: 1;
    position: relative;
}

.year {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 4px 14px;
    font-size: 12px;
    color: #777;
}

.student-details h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
}

.reg-no {
    font-size: 12px;
    color: #9a9a9a;
    margin-bottom: 10px;
}

.student-details h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 4px;
}

.student-details span {
    color: #888;
    font-size: 14px;
}

.placement-row {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px 18px;
}

.job-title {
    background: #8d1d2d;
    color: #fff;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.package {
    display: flex;
    align-items: end;
    color: #8d1d2d;
    gap: 15px;
    padding-left: 15px;
    text-align: center;
}

.price {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.lpa {
    margin-left: 4px;
    line-height: 1;
}

    .lpa small {
        display: block;
        color: #666;
        font-size: 14px;
        margin-top: 8px;
        color: #8d1d2d;
    }

.student-detal-sec {
    padding: 40px 0;
}

.lpa strong {
    font-size: 20px;
}

.company {
    border-top: 1px solid #ececec;
    display: flex;
    align-items: center;
    padding: 16px 18px;
}

.company-text {
    margin-left: 14px;
}

    .company-text h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .company-text span {
        color: #888;
        font-size: 14px;
    }
/* sharath-end */

@media (max-width: 1367px) {



    .job-title {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .placement-banner {
        padding-top: 20%;
    }

    .banner-content h2 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .placement-filter {
        margin: 0 60px;
        margin-top: 20px;
    }

    .view-btn {
        font-size: 13px;
        white-space: nowrap;
    }

    .placement-row {
        display: block;
    }
}

@media (max-width: 991px) {
    .placement-banner .container {
        max-width: 100%;
    }
    .place-slide-sec .owl-carousel .owl-nav button.owl-next{display: none;}
    .place-slide-sec .owl-carousel .owl-nav button.owl-prev{display: none;}
    .place-slide-sec{padding-right: 0;}

    .placement-banner {
        padding-top: 23%;
        padding-bottom: 20px;
    }

    .banner-content p {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        margin-top: 0;
    }

    .banner-content h2 {
        font-size: 25px;
    }

    .company-grid {
        padding-bottom: 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .recruiter-bar {
        display: block;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .placement-filter {
        margin: 20px 15px;
    }

    .student-detal-sec .container {
        max-width: 100%;
    }

    .filter-bottom {
        display: block;
    }

    .sort-box .form-select {
        width: 100%;
    }

    .sort-box span {
        white-space: nowrap;
    }

    .sort-box {
        padding-top: 10px;
    }

    .filter-input input, .filter-input select {
        height: 45px;
    }

    .clear-filter-btn {
        height: 45px;
    }

    .student-detal-sec {
        padding: 0px 0;
    }

    .price {
        font-size: 30px;
    }

    .stat-box {
        padding: 15px;
    }
}

@media (max-width: 499px) {


    .placement-banner {
        padding-top: 35%;
    }
}
