/* HEADER BAR */
.fiitjee-header {
       padding: 11px 55px 15px 95px;
       background: #ffcc01;
       width: 100%;
       justify-content: center;
       box-shadow: -2px 8px 15px -9px #000000;
}
header{
 box-shadow: 0px 10px 20px -8px rgb(0 0 0);
 position:relative;
}
/* LOGO WRAPPER */
.header-container {
    width: 86%;
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

/* LOGO */
.fiitjee-logo {
    /* height: 30px; */
    width: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .fiitjee-header {
        padding: 10px 0;
    }

    .fiitjee-logo {
        height: 38px;
    }
}

@media (max-width: 480px) {
    .fiitjee-logo {
        height: 32px;
    }
}

.mainbox { position: relative; }
.formWrapper {
  position: absolute;
  top: 20px;
  right: 0;
  width: 405px;
  transition: top 0.15s ease;
  z-index: 999;
}

.formContainer {
  width: 100%;
  box-sizing: border-box;
}


.form-is-fixed {
  position: fixed !important;
  top: 20px !important;
  right: 3%!important;
  width: 450px !important;
}

.form-is-pinned {
  position: absolute !important;
  right: 0 !important;
  width: 480px !important;
}

@media (max-width: 991px) {
  .formWrapper,
  .form-is-fixed,
  .form-is-pinned {
    position: static !important;
    width: 100% !important;
    right: auto !important;
    top: auto !important;
  }
}


.fiitjee-heading h1 {
        font-family: "Roboto", sans-serif;
        font-size: 56px;
        line-height: 100%;
        letter-spacing: 0px;
        display: flex;
        align-items: center;
        color: #c70000;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .about-fitjee {
        background: linear-gradient(to bottom, #FEF2F2 0%, #FEFCE8 100%);
        flex-direction: column;
        gap: 20px;
        padding: 20px 30px;
        border-radius: 30px;
    }

    h2.about-title {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 24px;
        display: flex;
        align-items: center;
        color: #C4171B;
    }

    .about-fitjee p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        /* Bold */
        font-size: 20px;
        /* Size */
        line-height: 150%;
        color: #222222;
    }

    .about-fitjee strong {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        /* Bold */
        font-size: 20px;
        /* Size */
        line-height: 150%;
        color: #222222;
    }

    /* Subtitle */
    .fiitjee-heading-p {
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        color: #222222;
        line-height: 1.2;
        font-weight: 400;
    }

    .top-banner {
        /* height: 932px; */
        margin-top: 1.5px;
        padding: 10px 95px 80px 95px;
        /* T R B L */
        background: #ffcc01;
    }

    .fiitjee-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .fiitjee-list li {
        font-family: "Roboto", sans-serif;
        position: relative;
        padding-left: 32px;
        /* space for icon */
        margin-bottom: 12px;
        font-size: 20px;
        color: #333;
        line-height: 1.5;
    }

    /* Icon styling */
    .fiitjee-list li::before {
        content: "✔";
        position: absolute;
        left: 0;
        /* border-radius: 35%; */
        top: 2px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background: #d71919 !important;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 18px;
    }

    .fiitjee-list li:first-child::before {
        /* border: 3px solid #f6c400; */
        padding: 5px;
        border-radius: 11px;
        width: 25px;
        height: 25px;
    }


    .rank-slider {
        position: relative;
        width: 100%;
        padding: 20px 0px;
        overflow: hidden;
    }

    .slider-track {
        display: flex;
        gap: 23px;
        padding: 7px;
        transition: transform 0.4s ease;
    }

    .rank-card {
        min-width: 48%;
        background: white;
        border-top-left-radius: 20px;
        position: relative;
        overflow: hidden;
    }

    .badge {
        font-family: "Roboto", sans-serif;
        background: #d31c29;
        color: #ffffff;
        font-weight: 700;
        line-height: 20px;
        padding: 6px 14px;
        border-radius: 0px;
        display: inline-block;
        font-size: 14px;
    }

    .slider-student-name {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #141414;
    }

    .program {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #141414;
    }

    .rank-label {
     color: #C4171B;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 20px;
    vertical-align: middle;
    }

    .rank-number {
    font-family: "Roboto", sans-serif;
    line-height: 90px;
    font-weight: 500;
    font-size: 100px;
    font-weight: 700;
    color: #d31c29;
    vertical-align: middle;
    }

    .student-img {
        position: absolute;
        bottom: 0;
        right: 10px;
        width: 38%;
    }

    .student-img img {
        width: 100%;
        height: auto;
    }

    .studentsliderbox {
        padding: 5px;
        width: 58%;
        height: 48%;
        padding-left: 12px;
    }
.studentsliderbox-sub{
        width: 58%;
        padding-left: 12px;
}
    .nav-btn {
           position: absolute;
    top: 52%;
    transform: translateY(-50%);
    background: #C4171B;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 99999;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    }

    .prev {
    z-index: 999999;
    left: 3px;
    }

    .next {
        right: 6px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .rank-card {
            min-width: 90%;
        }
    }


    /* Container */
.scholarship-box {
    margin: 0px auto;
    background: white;
    border-radius: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}


.scholarship-header {
   background: #ffcc0129;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px 15px;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.scholarship-header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #142489;
    line-height: 100%;
    font-weight: 500;
}

.scholarship-header p {
   font-size: 14px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    line-height: 100%;
    font-weight: 400;
}

/* Table Wrapper */
.table-responsive {
    overflow-x: auto;
}

/* Table Styling */
.scholarship-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.scholarship-table thead th {
     font-family: "Roboto", sans-serif;
     background: linear-gradient(to bottom, #ffffff, #ffefef, #ffd6d6);
    color: #000;
    padding: 12px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #E6E6E6;
    font-weight: 600;
}

.scholarship-table td {
    font-family: "Roboto", sans-serif;
    padding: 14px 10px;
    border: 1px solid #eee;
    /* vertical-align: top; */
    line-height: 150%;
    line-height: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

/* Mode Highlight */
.mode {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 30px!important;
    letter-spacing: 0;
    /* display: flex; */               /* enables vertical + horizontal centering */
    justify-content: center;     /* horizontal center */
    align-items: center;         /* vertical middle */
    text-align: center!important;
    color: red;
    font-weight: 400!important;
    text-align: center!important;
}

/* Class Cell */
.class-cell {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 30px !important;
    letter-spacing: 0;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center !important;
    color: #000;
    font-weight: 400 !important;
    text-align: center !important;
    text-align: center;
    font-weight: 500;
    /* background: #fafafa; */
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .scholarship-header h2 {
        font-size: 18px;
    }
    .scholarship-table td,
    .scholarship-table th {
        font-size: 14px;
        padding: 10px;
    }
}
.container{
width: 88%;
}

.fiitjee-footer {
    padding: 20px 55px 15px 95px;
    background: #141414;
    color: #ddd;
    /* padding: 50px 20px 20px; */
    font-family: "Roboto", sans-serif;
    margin-top:1%;
}

.footer-container {
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    border-bottom: 1px solid #808080;
    padding-bottom: 40px;
}

/* Logo */
.footer-logo {
    margin-bottom: 20px;
}

/* Left Section Text */
.footer-text {
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
}

/* Social Icons */
.social-icons a {

       color: #141414;
    margin-right: 12px;
    gap: 20px;
    font-size: 25px;
    background: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #ffcc00;
    color: #000;
}

/* Headings */
.footer-heading {
     font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 30px 0 10px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}
.footer-heading1 {
     font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 30px 0 10px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
        border-bottom: 1px solid #808080;
        width: 50%;
}

/* Address */
.footer-address {
     font-family: "Roboto", sans-serif;
    font-size: 14px;
     line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.footer-address a {
    color: #fff;
     font-family: "Roboto", sans-serif;
    font-size: 14px;
     line-height: 24px;
    font-weight: 400;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.footer-links li {
    margin-bottom: 10px;
     color: #fff;
     font-family: "Roboto", sans-serif;
    font-size: 14px;
     line-height: 20px;
    font-weight: 400;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffcc00;
}

/* Bottom strip */
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #aaa;
}
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        text-align: left;
    }

    .footer-right {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .social-icons a {
        font-size: 16px;
        padding: 8px;
    }

    .footer-text {
        font-size: 13px;
    }

    .footer-bottom {
        font-size: 13px;
    }
}