/*-----Global css start----*/

* {
    padding: 0px;
    margin: 0px;
}

@import url("https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
    margin: 0;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

:root {
    --brand: #cf2027;
    --dark: #000000;
    --muted: #555555;
    --card-border: #e7e7e7;
    --accent: #a80534;
    --box-bg: #ffffff;
    --box-border: #d9d9d9;
    --text-dark: #0b0b0b;
}

h3 {
    font-size: 36px !important;
}

h1,
p {
    position: relative;
}

section {
    padding: 50px 0;
}

.main-hdng {
    color: #000;
    position: relative;
    text-align: center;
    display: table;
    font-weight: 500;
    margin: 0 auto;
    font-size: 50px !important;
    margin-bottom: 60px !important;
    text-transform: capitalize !important;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    padding-right: 15px;
}

.main-hdng span {
    display: inline-block;
    font-weight: 800;
}

.main-hdng:after {
    content: '';
    position: absolute;
}

.container-fluid {
    width: 100%;
    max-width: 95%;
}

.owl-dots {
    display: flex !important;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.owl-dots .owl-dot {
    display: block;
    width: 100%;
    max-width: 12px;
    background-color: #ffffff !important;
    height: 12px;
    transform: rotate(45deg);
    border: 1px dashed #818181 !important;
    transition: all 0.5s;
}

.owl-dots .owl-dot:hover {
    background-color: #d01f27 !important;
    border-color: #d01f27 !important;
    transition: all 0.5s;
}

.owl-dots .owl-dot.active {
    background-color: #d01f27 !important;
    border-color: #d01f27 !important;
    transition: all 0.5s;
}





/*-----Global css end----*/


/*-----Dark Theme----*/
.darktheme-btn {
    position: absolute;
    right: 10px;
    top: 32px;
}

.darktheme-btn button {
    color: #fff;
}

.dark-theme .main-wrapper>section:not(.ignore-bg):nth-of-type(odd) {
    background: #0F172A;
}

.dark-theme .program-section .program-accordion .accordion-button {
    font-weight: 600;
    background: #0F172A;
    color: #fff;
    border: 1px solid #29374f;
}

.dark-theme .accordion-button::after {
    filter: brightness(0) invert(1);
}

.dark-theme .form-cstm .field-group#eligibilityStep .img-open img {
    filter: brightness(0) invert(1);
}

.dark-theme .heding {
    background: #0F172A;
}

.dark-theme .program-list-main .program-list li {
    background: #1E293B;
    box-shadow: 0px 5px 10px -5px #000000;
    border: 1px solid #29374f;
    color: #ffffff;
}

.dark-theme .form-cstm .eligibility-card i {
    color: #fff;

}

.dark-theme .program-list-main .program-list i {
    color: #ffffff;
}

.dark-theme .main-slider {
    box-shadow: 0px 10px 10px -4px #1b1b1b;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
    color: #fff !important;
}

.dark-theme a {
    color: #fff !important;
}

.dark-theme p {
    color: #fff !important;
}

.dark-theme span {
    color: #fff !important;
}

.dark-theme .main-wrapper>section:not(.ignore-bg):nth-of-type(even) {
    background: #1E293B;
}

.dark-theme .main-slider .form-cstm .card-body {
    background: #1E293B;
    border: 1px solid #29374f;
    box-shadow: 0px 10px 10px -8px #000000;
}

.dark-theme .form-cstm .eligibility-card {
    background: #dc3545;
    border: 1px solid #ff7582;
    box-shadow: 0px 15px 10px -12px #000000;
    border-radius: 55px;
}

.dark-theme header {
    background: #0F172A;
}

.dark-theme header .phone-tollfree {
    background-color: #1E293B;
    border: 1px solid #29374f;
    box-shadow: 0px 15px 10px -12px #000000;
}

.dark-theme header .phone-tollfree a {
    color: #fff;
}

.dark-theme header .phone-tollfree i {
    color: #fff;
}

.dark-theme .stats-section .stats-row {
    border: 1px solid #29374f;
    border-radius: 20px;
    overflow: hidden;
}

.dark-theme .stats-section .stat-card {
    border: 1px solid #29374f;
    background: #1E293B;
}

.dark-theme .stats-section .stats-flex {
    box-shadow: 0px 24px 27px -16px #000000;
}

.dark-theme .stats-section .stat-card i {
    color: #ffffff;
    border: 1px dashed #344562;
}

.dark-theme .scholarship-section .scholarship-content {
    background: #0F172A;
    border-radius: 0 75px 500px 0;
}

.dark-theme .scholarship-section .scholarship-list {
    background: transparent;
}

.dark-theme .scholarship-section .scholarship-list li {
    color: #fff;
}

.dark-theme .scholarship-section .scholarship-list li::before {
    color: #fff;
}

.dark-theme .scholarship-section .btn-scholarship {
    border: 1px solid #29374f;
    box-shadow: 0px 20px 10px -15px #0e0e0e;
    background: #1E293B;
}

.dark-theme .scholarship-section .btn-scholarship:hover {
    background: #ffffff;
    color: #000 !important;
}

.dark-theme .ranking-card {
    background: #0F172A;
    border: 1px solid #29374f;
    box-shadow: 0 30px 28px -30px #000;
}

.dark-theme .ranking-card:hover {
    box-shadow: 0 40px 40px -30px #000;
}

.dark-theme .placements-section::after {
    background-color: transparent;
}

.dark-theme .orange-color {
    color: #ffffff;
}

.dark-theme .owl-dots .owl-dot {
    background: #0F172A !important;
}

.dark-theme .owl-dots .owl-dot.active {
    background: #fff !important;
    border-color: #fff !important;
}

.dark-theme .placements-section .stats-list li {
    background-color: #1E293B;
    color: #ffffff;
    box-shadow: 0 20px 19px -10px #0000003d;
    border: 10px solid #f2f2f2;
}

.dark-theme .placements-section .stats-list strong {
    color: #fff;
}

body.dark-theme {
    background: #1E293B;
}

.dark-theme .recruiter-section .content {
    border: 1px solid #29374f;
    background: #0F172A;
    box-shadow: 0 0 30px 18px #0f1a2d;
}

.dark-theme .recruiter-section .content:after {
    box-shadow: 10px -7px 13px -7px #303030;
    background: #0F172A;
}

.dark-theme .recruiter-section .logo-box {
    box-shadow: 0px 15px 10px -10px #000000;
}

.dark-theme .industry-collab-section .logo-box.dark {
    box-shadow: 0px 15px 10px -10px #000000;
}

.dark-theme .intl-collab-white:after {
    opacity: 0.03;
}

.dark-theme .intl-collab-white .intl-card.highlight {
    background-color: #0F172A;
    border: 1px solid #29374f;
}

.dark-theme .intl-collab-white .intl-card {
    box-shadow: 0 21px 15px -12px #000000;
    background: #0F172A;
    border: 1px solid #29374f;
}

.dark-theme .intl-collab-white .intl-logo-slider {
    border-top: 1px dashed #5976a7;
}

.dark-theme .admission-cta-section .cta-image-wrap img {
    filter: drop-shadow(10px 23px 12px rgba(0, 0, 0, 0.5));
}

.dark-theme .intl-collab-white .logo-slide {
    box-shadow: 0 15px 15px -12px #000000;
}

.dark-theme .alumni-section .alumni-card {
    background: #0F172A;
    border-bottom: 6px solid #ffffff;
}

.dark-theme .alumni-section .alumni-info img {
    filter: brightness(0) invert(1);
}

.dark-theme .research-showcase .research-title strong {
    color: #fff;
}

.dark-theme .research-showcase .research-btn {
    border: 1px solid #29374f;
    box-shadow: 0px 20px 10px -15px #0e0e0e;
    background: #1E293B;
    transition: all 0.5s;
}

.dark-theme .research-showcase .research-btn:hover {
    background: #ffffff;
    color: #000 !important;
    transition: all 0.5s;
}

.dark-theme .industry-collab-section .collab-btn {
    background: #ffffff;
    box-shadow: 0px 17px 10px -16px #000;
    color: #000 !important;
    transition: all 0.5s;
}

.dark-theme .ranking-card::before {
    background-color: #fff;
}

.dark-theme .industry-collab-section .collab-btn:hover {
    background: #1E293B;
    color: #fff !important;
    transition: all 0.5s;
}

.dark-theme .infra-gallery-section .infra-title strong {
    color: #fff;
}

.dark-theme .infra-gallery-section .infra-btn {
    border: 1px solid #29374f;
    box-shadow: 0px 20px 10px -15px #0e0e0e;
    background: #1E293B;
    transition: all 0.5s;
}

.dark-theme .infra-gallery-section .infra-btn:hover {
    background: #ffffff;
    color: #000 !important;
    transition: all 0.5s;
}

.dark-theme .program-section .program-tabs .nav-link {
    box-shadow: 0px 15px 10px -10px #000000;
}

.dark-theme .program-section .program-tabs .nav-link.active {
    background: #0F172A;
    border: 1px solid #29374f;
}

.dark-theme .program-section .accordion-button:not(.collapsed) {
    background: #0F172A;
    color: #ffffff;
}

.dark-theme .admission-cta-section address .inner {
    box-shadow: 0px 29px 18px -27px #000000;
    border: 1px solid #29374f;
    background: #0F172A;
}

.dark-theme .admission-cta-section address p strong {
    color: #fff;
}

.dark-theme .admission-cta-section address i {
    background: #1E293B;
    color: #ffffff;
}

.dark-theme .admission-cta-section .btn-outline {
    border: 1px solid #29374f;
    box-shadow: 0px 20px 10px -15px #0e0e0e;
    background: #1E293B;
    transition: all 0.5s;
    width: 85%;
    flex: 1;
}

.dark-theme .accordion-body {
    background: #29374f;
}

.dark-theme .program-section .program-accordion li {
    color: #fff;
}

.dark-theme .admission-cta-section .btn-outline:hover {
    background: #ffffff;
    color: #000 !important;
    transition: all 0.5s;
}

.dark-theme .admission-cta-section .btn-apply {
    border: 1px solid #4e4e4e;
    box-shadow: 0px 20px 10px -15px #0e0e0e;
    background: #fff;
    transition: all 0.5s;
    color: #000 !important;
}

.dark-theme .admission-cta-section .btn-apply:hover {
    background: #ffffff;
    color: #000 !important;
    transition: all 0.5s;
}

.dark-theme .footer-copyright {
    border-top: 1px solid #2e3f5b;
    background: #0F172A;
    color: #ffffff;
}

.dark-theme .program-section .program-accordion li::before {
    color: #fff;
}

.dark-theme .research-showcase .research-card-v3 {
    box-shadow: 0px 29px 10px -20px #000000;
}

.dark-theme .research-showcase .lab-tag {
    background-color: #fff;
    color: #000 !important;
}

.dark-theme .main-slider .form-cstm .mb-3 label {
    color: #fff;
}

.dark-theme .form-cstm .thankyou {
    margin-top: 30px;
}

.dark-theme .form-cstm .thankyou h4 {
    margin-bottom: 10px;
    color: #fff !important;
}

.dark-theme .progress-bar {
    background-color: #0F172A !important;
}

.dark-theme .form-cstm #cardNo i {
    color: #fff;
}

.dark-theme .form-cstm .field-group#eligibilityStep .img-open img {
    width: 48%;
}

.dark-theme .form-cstm #cardNo:has(#eligibleNo:checked) {
    background: #262626;
    border-color: #525252;
}

.dark-theme #notEligibleMsg {
    border-color: #5a5a5a;
    background: #0F172A;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

/*-----Dark Theme css end----*/


/*-----Header Start----*/

header {
    border-radius: 0;
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 3px 0;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0;
    background: #e4232d;
    box-shadow: 0px 17px 25px -20px #000000;
}

header .theme-toggle {
    background: transparent;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}

header .dark-theme {
    background-color: #121212;
    color: #ffffff;
}

header .dark-theme .theme-toggle {
    color: #ffffff;
}

header .logo img {
    max-width: 170px;
}

#headerLogoSlider {
    max-width: 130px;
}

#headerLogoSlider .carousel-item img {
    width: 100%;
    max-width: 100%;
}

header .phone-tollfree {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 20px;
    border-radius: 100px;
    box-shadow: 0px 15px 10px -12px #4f060a;
}

header .phone-tollfree i {
    color: #e4232d;
    font-size: 30px;
}

header .phone-tollfree a {
    color: #e4232d;
    font-size: 18px;
    font-weight: 800;
}

header .phone-tollfree a small {
    font-size: 14px;
    font-weight: 500;
}

/*-----Header Start----*/


/*-----Main Slider Start----*/

.main-slider {
    border-radius: 0;
    border: none;
    background: #f0f3ff;
    padding: 0;
    box-shadow: 0px 10px 10px -4px #ccc;
    position: relative;
    z-index: 99;
}

.main-slider .video-box video {
    border-radius: 0px !important;
}

.main-slider .video-box {
    position: relative;
}

.main-slider .sound-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 18px;
}

.main-slider .sound-btn:hover {
    background: #cf2027;
    /* tumhara brand red 🔥 */
    transform: scale(1.1);
}

.main-slider .container-fluid {
    max-width: 100%;
}

.main-slider .col-lg-8.video-box {
    padding-right: 0px !important;
    position: relative;
}

.main-slider .col-lg-8.video-box .sound-btn {
    position: absolute;
    top: 24px;
    right: 5px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    height: 40px;
    width: 40px;
    border-radius: 100px;
    text-align: center;
    line-height: 42px;
    opacity: 1;
    transition: all 0.5s;
}

.main-slider .col-lg-8.video-box:hover .sound-btn {
    opacity: 1;
    transition: all 0.5s;
    background-color: red;
}

.main-slider .col-lg-4 {
    padding-left: 0px !important;
}

.main-slider .form-cstm {
    border: none;
    border-radius: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-slider .form-cstm .form-label {
    color: #000;
    font-size: 13px;
}

.main-slider .form-select,
.form-control {
    border-radius: 50px;
    font-size: 14px;
}

.main-slider .form-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

#formError {
    font-size: 13px;
    color: #ff0000;
    font-weight: 600;
}

.phone-otp-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.otp-group {
  display: none;
}

.phone-otp-wrapper.active {
  flex-direction: row;
  gap: 15px;
}

.phone-otp-wrapper.active .phone-group,
.phone-otp-wrapper.active .otp-group {
  width: 50%;
  display: block;
}


.phone-otp-wrapper.active + .otp-status{
    width: 50%;
        bottom: 5px;
}

.phone-otp-wrapper .input-with-link{
    position: relative;
}
.phone-otp-wrapper .input-with-link .send-otp-link{
    position: absolute;
    background: transparent;
    border: none;
    font-size: 13px;
    font-weight: 600;
    top: 8px;
    right:27px;
        color: #d02026 !important;
}


.phone-otp-wrapper .otp-input-row{
 position: relative;
}
.phone-otp-wrapper .resend-wrapper button{
    font-size: 13px !important;
    text-decoration: none;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    padding-left: 15px;
}
.otp-status{
       font-size: 12px;
    position: absolute;
    bottom: 5px;
    color: #7eff7e;
    width:100%;
    display: inline;
}
.phone-otp-wrapper + .otp-status.otp-success{
      bottom: 8px;
    left: 0;
    text-align: left;
    font-weight: bold;  
}
.otp-error {
  color:#ff5c6c !important;
}
.otp-verified {
  font-weight: 600;
}

.phone-verified {
  border-color: #198754 !important;
}
.otp-success {
  color:#00c96b !important;
}
.otp-status.otp-error{
    bottom: -16px !important;
    left: 15px;
}
.otp-status.otp-error.otp-invalid{
        bottom: 5px !important; 
}

.otp-status span.text-success{
      position: absolute;
    right: 42px;
    top: -42px;
    color: green !important;
    font-weight: 700;
}

.otp-status.otp-success.otp-verified{
    text-align: right !important;
    padding-right: 10px !important;
}

#otpTimer{
        display: inline;
    font-size: 11px;
}
.phone-otp-wrapper .otp-input-row .verify-link{
      position: absolute;
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    top: 8px;
    right: 15px;
    color: #d02026 !important;
    text-decoration: none !important;
}

.dob-box .phone-box {
    flex: 0 0 60%;
}

.dob-box .dob-field {
    flex: 0 0 49%;
}

.main-slider .form-cstm .card-body {
    max-width: 85%;
    height: 95%;
    flex: none;
    box-shadow: 0px 10px 10px -8px #ccc;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #eeeeee;
    width: 100%;
    background: #fff;
}

.main-slider .form-cstm .card-body form {
    width: 100%;
}

.main-slider .form-cstm .card-body .progress {
    height: 15px;
    width: 100%;
}

.main-slider .form-cstm h5 {
    font-weight: 700;
    color: #000;
}

.main-slider .form-cstm .mb-3 {
    margin-bottom: 5px !important;
    font-size: 22px !important;
}

.main-slider .form-cstm .mb-3.progress {
    font-size: 13px !important;
}

.main-slider .form-cstm h6.mb-3 {
    color: #555;
    text-align: center;
    margin-bottom: 30px !important;
    font-size: 18px !important;
    margin-top: 10px;
}

.main-slider .form-cstm .mb-3 label {
    color: #000;
    font-size: 13px;
}

.eligibility-options {
    width: 100%;
}

.form-cstm .eligibility-card {
    flex: 1;
    padding: 13px;
    color: #555;
    font-weight: 600 !important;
    border: 2px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.25s ease;
    background: #fff;
}

.form-cstm .eligibility-card i {
    font-size: 18px;
}

/* YES SELECTED */
.form-cstm #eligibleYes:checked+i,
#eligibleYes:checked~span {
    color: #198754;
}

.form-cstm #eligibleYes:checked {
    display: none;
}

.form-cstm #eligibleYes:checked+i,
#eligibleYes:checked~span {
    font-weight: 600;
}

.form-cstm #cardYes:has(#eligibleYes:checked) {
    background: #e8f8f0;
    border-color: #198754;
}

/* NO SELECTED */
.form-cstm #cardNo:has(#eligibleNo:checked) {
    background: #fdecec;
    border-color: #dc3545;
}

.form-cstm #cardNo i {
    color: #dc3545;
}


/* group animation */
.form-cstm .form-cstm .field-group {
    display: none;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease;
}

.form-cstm .field-group.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* success animation */
.form-cstm .thankyou {
    display: none;
    text-align: center;
    animation: fadeScale 0.6s ease forwards;
}

.form-cstm .thankyou p {
    color: #000;
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.form-cstm .field-group#eligibilityStep {
    margin-top: 0;
}

.form-cstm .field-group#eligibilityStep .img-open {
    height: auto;
    text-align: center;
    position: relative;
}

.form-cstm .field-group#eligibilityStep .img-open img {
    width: 55%;
    object-fit: contain;
    object-position: 0 -15px;
    transform-origin: top center;
    animation: swing 5s ease-in-out infinite;
}

@keyframes swing {
    0% {
        transform: rotate(-6deg);
    }

    25% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-6deg);
    }
}


.form-cstm .field-group {
    display: none;
}

.form-cstm .field-group.active {
    display: block;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.main-slider .shake {
    border-color: #dc3545 !important;
    animation: shake 0.4s;
}

.top-heading {
    position: absolute;
    z-index: 2;
    left: 4%;
    top: 35%;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.main-slider .top-heading h1 {
    padding: 10px 10px 10px 0px;
    font-size: 30px;
    font-weight: 700 !important;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 10px !important;
    text-shadow: 0px 3px 3px #000;
    color: #ffffff;
    display: block;
    border-radius: 0 5px 30px 0;
    text-align: left;
}

.main-slider .top-heading h1 span {
    display: block;
    font-weight: 800;
    font-size: 60px;
    text-shadow: 0px 5px 5px #000;
    padding-bottom: 10px;
}

.main-slider .form-cstm .card-body .step.active {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 10px 10px -4px #ccc;
}


.heding {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
}

.main-slider .container {
    position: relative;
    z-index: 5;
}

/* background slides */
.bg-slide {
    background-size: cover;
    background-position: center;
}

/* example images */
.slide-1 {
    background-image: url("../images/slider1.webp");

}

/* .slide-2 {
    background-image: url("../images/slider2.jpg");
}

.slide-3 {
    background-image: url("../images/slider3.jpg");
} */


/* form box */
.form-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
}

.form-container {
    width: 350px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px 0 0 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    padding: 20px;
    z-index: 999;
    position: relative;
}

.apply-btn {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
    background: #cf2027;
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.apply-btn span {
    transform: rotate(180deg);
    display: inline-block;
    position: relative;
}

.apply-btn span.arrow {
    transform: rotate(-90deg);
}

.form-wrapper.hide {
    right: -350px;
    transition: right 0.5s ease;
}

.form-wrapper {
    transition: right 0.5s ease;
}

.program-list-main {
    margin-top: 0px;
    padding-left: 0px;
}

.program-list-main .program-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 25px;
    color: #000;
    background: #fff;
    box-shadow: 0px 5px 10px -5px #ccc;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    white-space: wrap;
}

.program-list-main .program-list i {
    font-size: 20px;
    color: #cf2027;
}

.form-container:hover {
    animation-play-state: paused;
}



/*-----Main Slider End----*/


/*-----Facts Start----*/

.infographic-section {
    position: relative;
    top: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #f4f9ff;
    background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 22px 22px;
}


.infographic-section .main-hdng {
    margin-bottom: 10px !important;
    text-align: center;
}

.infographic-section .hdng {
    text-align: center;
}

.infographic-section .hdng h3 span {
    color: #cf2027;
}

.infographic-section .hdng p {
    font-size: 24px;
    margin-bottom: 34px;
}

.infographic-section .left-content {
    padding-right: 5%;
}

.infographic-section .left-content h2 {
    font-size: 110px;
    font-weight: 800;
    color: #cf2027;
    margin-bottom: 0;
    line-height: 110px;
}

.infographic-section .left-content h4 {
    font-size: 60px;
    font-weight: 800;
}

.infographic-section .left-content p {
    font-size: 26px;
    color: #555;
}

.infographic-section .polygon-wrapper img {
    width: 100%;
}

.infographic-section .polygon-wrapper {
    position: relative;
    width: 85%;
    margin: auto;
}

.stats-section {
    padding: 0;
}

.stats-section .stats-flex {
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 24px 27px -16px #cdd8e6;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
    float: right;
    width: 100%;
}

/* EACH ROW */
.stats-section .stats-row {
    display: flex;
    justify-content: center;
    gap: 0;
}

.stats-section .stat-card {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border: 1px solid #f3f3f3;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.stats-section .stat-card h3 {
    font-size: 28px !important;
    font-weight: 800;
    margin: 0;
    color: #000;
}

.stats-section .stat-card p {
    margin: 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #cf2027;
    margin-bottom: 0;
}

.stats-section .stat-card i {
    color: #cf2027;
    margin-bottom: 15px;
    border: 1px dashed #ffaeb2;
    height: 60px;
    width: 60px;
    border-radius: 80px;
    line-height: 57px;
    font-size: 26px;
}

.yt-wrapper {
    max-width: 100%;
    cursor: pointer;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0px 43px 40px -41px #000;
    border: 1px solid #e6e6e6;
}

.yt-thumb {
    position: relative;
}

.yt-thumb img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 500px;
    object-position: right;
}

.yt-play {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    background: rgb(255 0 0 / 60%);
    border-radius: 50%;
    padding: 10px 20px;
    height: 55px;
    transition: all 0.5s;
    transform: scale(1);
    width: 55px;
}

.yt-play:hover {
    transition: all 0.5s;
    transform: scale(1.1);
    background: rgb(188, 6, 6);
}

/*-----Facts End----*/


/*-----Ranking Start----*/
.ranking-card-section {
    background-color: #f4f9ff;
    background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 22px 22px;
}

/* HEADING */
.section-heading h2 {
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 1px;
}

.section-heading p {
    font-size: 30px;
}

.section-heading span {
    color: #cf2027;
}

/* CARD */
.ranking-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

/* ACCENT LINE */
.ranking-card::before {
    content: '';
    position: absolute;
    inset: 0;
    height: 4px;
    background: #cf2027;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s ease;
}

.ranking-card:hover::before {
    transform: scaleX(1);
}

.ranking-card img {
    max-height: 70px;
    margin-bottom: 15px;
}

.ranking-card p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

/* HOVER */
.ranking-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 45px rgb(191 204 220);
}

/*-----Ranking End----*/



/*-----Scholarship Start----*/
.scholarship-section {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: #fff;
    position: relative;
    height: 700px;
}

.scholarship-section .img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.scholarship-section .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scholarship-section .container-fluid {
    padding: 0px;
}

.scholarship-section .scholarship-image {
    position: relative;
    overflow: hidden;
    animation: slideLeft 1s ease forwards;
}

.scholarship-section .scholarship-image img {
    width: 100%;
    object-fit: cover;
}

.scholarship-section .badge-float {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #cf2027;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
}

.scholarship-section .scholarship-content {
    animation: slideRight 1s ease forwards;
    position: absolute;
    top: 0;
    z-index: 2;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 60%;
    flex-direction: column;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 5% !important;
}

.scholarship-section .headline {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.scholarship-section .headline span {
    color: #cf2027;
}

.scholarship-section .sub-head {
    margin: 18px 0;
    font-weight: 600;
    font-size: 20px;
    opacity: 0.85;
    color: #000;
}

.scholarship-section .scholarship-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    border-radius: 0 0 10px 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.scholarship-section .scholarship-list li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    margin-bottom: 12px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
}

.scholarship-section .scholarship-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #cf2027;
    font-weight: bold;
}

.scholarship-section .btn-scholarship {
    margin-top: 15px;
    background: #fff;
    color: #cf2027;
    border: 1px solid #cf2027;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.5s;
    box-shadow: 0px 20px 10px -15px #474747;
}

.scholarship-section .btn-scholarship:hover {
    background: #fff;
    color: #fff;
    transition: all 0.5s;
    background: #cf2027;
}

/* Animations */
@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*-----Scholarship End----*/


/*-----Placements Start----*/
.placements-section.py-5 {
    background: #f6f6f6;
    background-image: url(../images/slider-bg.jpg);
    background-position: center;
    background-size: 100%;
    position: relative;
    padding-bottom: 140px !important;
    margin-bottom: 160px;
    display: inline-block;
    width: 100%;
}

.placements-section::after {
    content: '';
    position: absolute;
    background-color: rgb(45 72 150 / 95%);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.placements-section .container-fluid {
    position: relative;
    z-index: 1;
}

.placements-section .section-title {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.placements-section .section-subtitle {
    color: #fff;
    font-size: 22px;
    max-width: 650px;
}

.placements-section .stats-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    width: 100%;
}

.placements-section .stats-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    list-style: none;
    background-color: #fff;
    color: #000;
    text-align: center;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    border-radius: 100px;
    box-shadow: 0 20px 19px -10px #0000003d;
    border: 10px solid #f2f2f2;
}

.placements-section .stats-list strong {
    color: #cf2027;
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 800;
}

.placements-section .placement-awards h5 {
    font-weight: 700;
    color: #fff;
}

.placements-section .support-line {
    background: #fff;
    padding: 15px 20px;
    border-left: 4px solid #cf2027;
    font-size: 15px;
}

/* Slider */
.placements-section .placement-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 25px 18px -16px #000000;
    margin-bottom: 30px;
}

.placements-section .placement-card img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top;
}

.placements-section .placement-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 15px !important;
}

.placements-section .placement-card h5 {
    font-weight: 700;
}

.placements-section .placement-card p {
    margin: 0px !important;
}

.placements-section .placement-stats .placement-awards div.inner {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
}

.placements-section .placement-stats .placement-awards div.inner p {
    max-width: 123px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.placements-section .placement-stats .placement-awards div {
    color: #fff;
    text-align: center;
}

.placements-section .placement-stats .placement-awards div.inner .img {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
}

.placements-section .placement-stats .placement-awards div.inner .img img {
    filter: invert(1);
    width: 100%;
    max-width: 200px;
    opacity: 0.6;
}

.orange-color {
    color: #ffd15d;
}

.placements-section .placement-stats .placement-awards div.inner p span {
    font-size: 32px;
}

.placements-section .placement-stats .placement-awards .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.placements-section .stats-container {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -110px;
    z-index: 1;
}

/*-----Placements End----*/

/*-----Partner Start----*/
.recruiter-section {
    position: relative;
}

.recruiter-section .owl-dots {
    display: none !important;
}

.recruiter-section .logo-slide {
    padding: 5px;
}

.recruiter-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 380px;
    /* background-image: url(../images/banner-bg2.jpg); */
    background-size: 100%;
    background-position: bottom;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.1;

}

.recruiter-section .content {
    box-shadow: 0 0 30px 18px #cccccc45;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    position: relative;
    background: #fff;
}

.recruiter-section .content:after {
    content: '';
    position: absolute;
    right: -20px;
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
    bottom: 0;
    top: 50%;
    box-shadow: 10px -7px 13px -7px #d9d9d9;
    background: #fff;
}

.recruiter-section .recruiter-slider {
    padding-left: 50px;
}

.recruiter-section .owl-carousel .owl-stage-outer {
    padding-bottom: 15px;
}

.recruiter-section .logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    gap: 18px;
}

/* Logo Card */
.recruiter-section .logo-box {
    height: 100px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-shadow: 0px 10px 10px -10px #b3b3b3;
}

/* Logo Image */
.recruiter-section .logo-box img {
    max-height: 95px;
    max-width: 100%;
    transition: all 0.3s ease;
    object-fit: contain;
}

.recruiter-section .logo-box:hover img {
    opacity: 1;
    transition: all 0.3s ease;
}

.recruiter-section .recruiter-title {
    font-weight: 800;
    font-size: 50px !important;
}

.recruiter-section .recruiter-title span {
    color: #d01f27;
    font-size: 75px;
}

.recruiter-section .recruiter-subtitle {
    font-weight: 500;
    font-size: 24px !important;
}

.recruiter-section .recruiter-section .logo-box:hover img {
    opacity: 1;
}


/*-----Partner End----*/



/*-----Industry Collaborations Start----*/

.industry-collab-section {
    position: relative;
    padding: 50px 0;
    background: url('../images/industry-collaborations-bg.jpg') center/cover no-repeat;
    color: #fff;
}

.industry-collab-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}


.industry-collab-section .section-title {
    font-size: 65px;
    font-weight: 700;
    margin-top: 10px;
    text-shadow: 1px 3px 3px #0000007f;
}

.industry-collab-section .section-subtitle {
    color: #f1f1f1;
    font-size: 25px;
    max-width: 750px;
    margin: 15px auto 0;
}

/* LOGO GRID */
.industry-collab-section .industry-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 80%;
    margin: 0 auto;
    padding: 15px 0;
}

.industry-collab-section .logo-box.dark {
    height: 65px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.industry-collab-section .logo-box.dark img {
    max-height: 60px;
    max-width: 100%;
}

.industry-collab-section .logo-box.dark.ey img {
    max-width: 90%;
}

/* CTA BUTTON */
.industry-collab-section .collab-btn {
    display: inline-block;
    padding: 16px 45px;
    letter-spacing: 0.5px;
    background: #cf2027;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: inset 0 0 10px 3px #78191e;
}

.industry-collab-section .collab-btn:hover {
    background: #b51b20;
    color: #fff;
}

/*-----Industry Collaborations End----*/


/*-----Industry Collaborations Start----*/
.intl-collab-white {
    background: #f4f8ff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.intl-collab-white .img img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0px 21px 26px -18px #001a3c;

}

.intl-collab-white:after {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/shape.png);
    background-size: 70%;
    background-position: left bottom;
    opacity: 0.2;
    z-index: 0;
    background-repeat: no-repeat;

}

.intl-collab-white .container {
    position: relative;
    z-index: 2;
}

.intl-collab-white .section-title {
    font-size: 55px;
    font-weight: 800;
    margin: 10px 0;
}

.intl-collab-white .section-title span {
    color: #d01f27;
}

.intl-collab-white .section-desc {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    color: #555;
}

/* Cards */
.intl-collab-white .intl-card {
    background: #fff;
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    padding: 20px 10px;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 21px 15px -12px #d5deed;
    align-items: center;
    margin-bottom: 30px;
}

.intl-collab-white .intl-card h3 {
    font-size: 42px !important;
    font-weight: 800;
    margin-bottom: 15px;
    color: #cf2027;
}

.intl-collab-white .intl-card p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #555;
    font-weight: 600;
    margin: 0;
}

.intl-collab-white .intl-card.highlight {
    background-color: #ffffff;
}

/* Logo Slider */
.intl-collab-white .intl-logo-slider {
    padding-top: 30px;
    border-top: 1px dashed #bad3ff;
}

.intl-collab-white .logo-slide {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 21px 15px -12px #d5deed;
    margin-bottom: 20px;
}

.intl-collab-white .logo-slide img {
    max-height: 65px;
    max-width: 100%;
    opacity: 0.8;
    transition: 0.3s ease;
}

.intl-collab-white .logo-slide img:hover {
    opacity: 1;
}



/*-----international Collaborations End----*/



/*-----alumni Start----*/
.alumni-section {
    position: relative;
    padding: 50px 0;
    background: url(../images/almuni-img.png) bottom / cover no-repeat;
    height: 673px;
    z-index: 0;
}

.alumni-section .container-fluid {
    position: relative;
    z-index: 2;
}

.alumni-section .alumni-slider {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.alumni-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.alumni-section .alumni-title {
    font-size: 65px;
    font-weight: 800;
    margin: 10px 0;
    color: #fff;
}

.alumni-section .alumni-title span {
    color: #ffe53d;
}

.alumni-section .alumni-subtitle {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    color: #ffffff;
}

/* Card */
.alumni-section .alumni-card {
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 25px 35px -20px #0000005e;
    margin-bottom: 40px;
    border: 6px solid #ffffff;
    border-bottom: none;
    transition: all 0.5s;
    transform: translateY(0px);
    margin-top: 20px;
}

.alumni-section .alumni-card:hover {
    border-radius: 18px;
    transition: all 0.5s;
    transform: translateY(-20px);
}

.alumni-section .alumni-img {
    position: relative;
    height: 310px;
    overflow: hidden;
}

.alumni-section .alumni-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.alumni-section .alumni-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), transparent);
}

.alumni-section .alumni-info {
    padding: 15px 15px 0 15px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-top: none;
    height: 160px;
    border-radius: 5px;
}

.alumni-section .alumni-info h5 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 22px;
}

.alumni-section .alumni-info span {
    font-size: 14px;
    color: #cf2027;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.alumni-section .alumni-info img {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.alumni-section .alumni-info p {
    font-size: 16px;
    margin-top: 8px;
    color: #555;
}

/* CTA */
.alumni-section .alumni-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #cf2027;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 20px 10px -15px #474747;
}

.alumni-section .alumni-btn:hover {
    background: #b81c22;
    color: #fff;
}

/*-----alumni End----*/


/*-----State-of-the-Art Labs & Research Start----*/
.research-showcase {
    background: linear-gradient(135deg, #f5f9ff, #ffffff);
    margin-top: 275px;
}

/* Left content */
.research-showcase .research-content .section-tag {
    color: #cf2027;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.research-showcase .owl-carousel .owl-stage-outer {
    padding-top: 15px;
}

.research-showcase .research-title {
    font-size: 50px;
    font-weight: 700;
    margin: 0px 0 12px 0;
}

.research-showcase .research-title strong {
    color: #d01f27;
}

.research-showcase .research-desc {
    color: #333;
    max-width: 360px;
    font-size: 20px;
}

.research-showcase .research-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 34px;
    background: #cf2027;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 20px 10px -15px #474747;
}

.research-showcase .research-card-v3 {
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease;
    box-shadow: 0px 11px 10px 0px #ccc;
    margin-bottom: 20px;
}

.research-showcase .research-card-v3:hover {
    transform: translateY(-8px);
}

.research-showcase .research-card-v3 .img-wrap {
    position: relative;
    height: 360px;
    overflow: hidden;
}

.research-showcase .research-card-v3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research-showcase .research-card-v3 .img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.25),
            transparent);
}

.research-showcase .overlay-content {
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    color: #fff;
    z-index: 2;
}

.research-showcase .lab-tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(207, 32, 39, 0.85);
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.research-showcase .overlay-content h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}

.research-showcase .overlay-content p {
    font-size: 16px;
    opacity: 0.9;
    max-width: 90%;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* number of lines */
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-----State-of-the-Art Labs & Research End----*/

/*-----Gallery Start----*/
.infra-gallery-section {
    position: relative;
    padding: 50px 0;
    background: url(../images/banner-bg.png) center / cover no-repeat;
    background: #eff6ff;
}

#galleryModal .modal-content {
    background-color: transparent !important;
    border: none !important;
    border-radius: 100px !important;
}

.infra-gallery-section .infra-overlay {
    position: absolute;
    display: none;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.infra-gallery-section .section-tag {
    color: #555;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.infra-gallery-section .infra-title {
    color: #000000;
    font-size: 65px;
    font-weight: 700;
    margin: 15px 0;
}

.infra-gallery-section .infra-title strong {
    font-weight: 800;
    color: #d01f27;
}

.infra-gallery-section .infra-desc {
    color: #333;
    font-size: 20px;
}

.infra-gallery-section .infra-btn {
    padding: 14px 34px;
    background: #cf2027;
    color: #fff;
    border-radius: 30px;
    border: none;
    font-weight: 600;
    box-shadow: 0px 21px 18px -16px #303030;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.infra-gallery-section .infra-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    box-shadow: 0px 70px 38px -61px #000000e8;
}

.infra-gallery-section .gallery-item {
    overflow: hidden;
    cursor: pointer;
    border: 3px solid #fff;
    height: 340px;
    pointer-events: none;
}

.infra-gallery-section .gallery-item.center-height {
    height: 680px;
}

.infra-gallery-section .gallery-item.center-height img {
    object-position: -10px;
}

.infra-gallery-section .gallery-item.tall {
    grid-row: span 2;
}

.infra-gallery-section .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#galleryModal .modal-dialog {
    max-width: 800px;
    border-radius: 30px !important;
    overflow: hidden !important;
}

#galleryModal .owl-carousel .owl-item img {
    height: 570px;
    border-radius: 0px !important;
}

#galleryModal .owl-dots {
    display: none !important;
}

#galleryModal .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    padding: 0 20px;
}

#galleryModal .owl-nav button span {
    display: block;
    font-size: 30px;
    color: #fff;
    border: 1px solid #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    transition: all 0.5s;
    line-height: 35px !important;
    opacity: 0.9;
}

#galleryModal .owl-nav button span:hover {
    transition: all 0.5s;
    opacity: 1;
    background-color: #fff;
    color: #000 !important;
}

#galleryModal .owl-item {
    overflow: hidden;
    border-radius: 30px;
}

#galleryModal .owl-item div {
    overflow: hidden;
    border-radius: 30px;
}

#galleryModal button.btn-close {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    color: #fff;
    border: 1px solid #000000 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50px;
    line-height: 35px !important;
    opacity: 1;
    z-index: 2;
    font-size: 13px;
    transition: all 0.5s;
    transform: scale(1);
}

#galleryModal button.btn-close:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

/*-----Gallery End----*/


/*-----PROGRAMS Start----*/
.program-section {
    padding: 60px 0;
    background:
        radial-gradient(circle at 1px 1px, #eaeaea 1px, transparent 0);
    background-size: 22px 22px;
}

.program-section .program-title {
    font-size: 50px;
    font-weight: 800;
}

.program-section .program-title span {
    color: #cf2027;
}

.program-section .program-subtitle {
    max-width: 780px;
    margin: 12px auto 0;
    color: #555;
    font-size: 20px;
}

/* Tabs */
.program-section .program-tabs .nav-link {
    border-radius: 30px;
    padding: 12px 26px;
    font-weight: 600;
    color: #000;
    box-shadow: 0px 10px 10px -10px #ccc;
    border: 1px solid #efefef;
    font-weight: 500;
    background: #fff;
    cursor: pointer;
}

.program-section .program-tabs .nav-link.active {
    background: #cf2027;
    border: 1px solid #cf2027;
    color: #fff;
    font-weight: 700;
}

/* Accordion */
.program-section .program-accordion .accordion-item {
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.program-section .accordion-button:not(.collapsed) {
    background: #e5ecff;
    color: #000000;
    box-shadow: none;
    outline: none
}

.program-section .program-accordion .accordion-button {
    font-weight: 600;
}

.program-section .program-accordion ul {
    list-style: none;
    padding-left: 0;
}

.program-section .program-accordion li {
    padding: 6px 0;
    position: relative;
    padding-left: 16px;
}

.program-section .program-accordion li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #cf2027;
    font-size: 20px;
}

/*-----PROGRAMS End----*/


/*-----EXPLORE JAIPUR Start----*/
.city-advantage-section {
    position: relative;
    padding: 50px 0 50px 0;
    background: url('../images/bg-blue.jpg') no-repeat;
    background-position: center;
    background-size: 100%;
}

.city-advantage-section h4 {
    color: #cf2027;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
}

.city-advantage-section h4 span {
    color: #000;
    font-weight: 800;
}

.city-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.1); */
}

.city-title {
    font-size: 38px;
    font-weight: 700;
}

.city-subtitle {
    color: #e0e0e0;
    max-width: 650px;
    margin-top: 10px;
}

.city-image-box {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    height: 600px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    border: 7px solid #fff;
    box-shadow: 0px 20px 30px -11px #324a54;
}

.city-image-box img {
    width: 110%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.image-overlay-text {
    position: absolute;
    bottom: 0;
    left: 44%;
    right: 0;
    color: #000000;
    padding: 18px;
    border-radius: 14px;
    font-size: 44px;
    font-weight: 800;
    top: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.image-overlay-text strong {
    color: #cf2027;
}

.city-card-v2 {
    height: 100%;
    background: #fff;
    padding: 0;
    text-align: center;
    position: relative;
    border: 5px solid #fff;
    border-radius: 0;
}

.city-card-v2 img {
    height: 250px;
    margin-bottom: 0px;
    object-fit: cover;
    width: 100%;
}

.city-card-v2 h5 {
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    position: absolute;
    top: auto;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: linear-gradient(180deg, #ffffff00 0%, #262626b8 50%, #000000 100%);
    color: #ffffff;
}

.city-card-grid .col-6:nth-child(odd) .city-card-v2 {
    border-right: none;
}

.city-card-grid .col-6:nth-child(-n+2) .city-card-v2 {
    border-bottom: none;
}


/*-----EXPLORE JAIPUR End----*/

/*-----CTA Start----*/
.admission-cta-section {
    padding: 30px 0;
    background-color: #f9fafb;
    overflow: hidden;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.08) 1px, transparent 0);
    background-size: 22px 22px;
}

.admission-cta-section .container-fluid {
    max-width: 100%;
}

.admission-cta-section .cta-title {
    font-size: 70px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
}

.admission-cta-section .cta-subtitle {
    max-width: 780px;
    margin: 12px auto 0;
    text-align: center;
    color: #555;
    font-size: 30px;
}

.admission-cta-section .cta-title span {
    color: #cf2027;
}

.admission-cta-section .cta-actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.admission-cta-section .btn-apply {
    background: #cf2027;
    color: #fff;
    padding: 16px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0px 21px 18px -16px #303030;
}

.admission-cta-section .btn-apply:hover {
    background: #b81c22;
    color: #fff;
}

.admission-cta-section .btn-outline {
    border: 2px solid #cf2027;
    color: #cf2027;
    padding: 16px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    box-shadow: 0px 21px 18px -16px #303030;
}

.admission-cta-section .btn-outline:hover {
    background: #cf2027;
    color: #fff;
}

.admission-cta-section .cta-image-wrap {
    position: relative;
    right: -45px;
}

.admission-cta-section .cta-image-wrap img {
    max-width: 100%;
    border-radius: 20px;
    width: 100%;
}

.footer-copyright {
    background: #f1f5f9;
    color: #000000;
    text-align: center;
    padding: 14px 10px;
    font-size: 14px;
    border-top: 1px solid #dceaf7;
    letter-spacing: 0.5px;
}

/*-----CTA End----*/

.call-apply {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px -15px 10px -11px #cccc;
    z-index: 999;
    border-top: 1px solid #29374f;
}

.call-apply a {
    text-decoration: none;
    color: #cf2027;
    display: block;
    padding: 18px 0;
    font-weight: 600;
    width: 50%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1px;
}

.call-apply a i {
    margin-right: 5px;
}

.call-apply a:first-child {
    border-right: 1px solid #29374f;
}

.admission-cta-section address {
    display: flex;
    align-items: center;
    margin-top: 25px;
    text-align: center;
    gap: 15px;
}

.admission-cta-section address .inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    padding: 0 10px 0 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 95px;
    margin: 0;
    box-shadow: 0px 29px 18px -27px #adadad;
    border-radius: 100px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    color: #555;
}

.admission-cta-section address p {
    font-size: 14px;
}

.admission-cta-section address p strong {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.admission-cta-section address a {
    width: 100%;
    max-width: 50%;
    color: #555;
    text-decoration: none;
    font-weight: 700;
}

.admission-cta-section address i {
    background: #f1f8ff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px 0 20px;
    font-size: 32px;
    color: #cf2027;
    box-shadow: 0px 0px 23px -14px #393939;
}

/*-----Form custom css start----*/

.step {
    display: none;
}

.step.active {
    display: block;
}

.progress {
    height: 15px;
}

.video-box iframe {
    width: 100%;
    height: 100%;
    min-height: 520px;
    border-radius: 10px;
}

.thankyou {
    display: none;
    /* JS control karega */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.thankyou h4 {
    margin-bottom: 10px;
}

.thankyou p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

/*-----Form custom css end----*/


/*-----Responsive css----*/
@media (max-width:1024px) {
    .main-slider .form-cstm .card-body {
        height: auto;
        margin-bottom: 30px;
    }

    .form-cstm .field-group#eligibilityStep {
        margin-top: 8%;
    }

    .heding {
        display: none;
    }

    .call-apply {
        display: flex;
    }

    .stats-section .stats-flex {
        max-width: 100%;
        float: none;
        width: 100%;
        margin: 0 auto;
    }


    .apply-btn {
        white-space: nowrap;
    }

    .infographic-section .left-content {
        text-align: center;
        margin-bottom: 50px;
        padding: 0 25px;
    }

    .infographic-section .left-content h2 {
        font-size: 80px;
    }

    .infographic-section .left-content h4 {
        font-size: 25px;
    }

    .offset-md-7.d-flex.justify-content-end {
        width: 100% !important;
        justify-content: center !important;
        margin-left: 0px !important;
    }

    .main-slider .slide-1 {
        background-image: url("../images/slider1.webp");
        background-position: -290px 0px;
    }

    .top-heading {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
    }

    .main-slider .top-heading h1 {
        text-align: center;
        margin-bottom: 30px !important;
    }

    .program-list-main {
        display: none;
    }

    .main-slider {
        overflow: visible !important;
    }

    .main-slider h2 {
        display: none;
    }

    .infographic-section {
        padding-top: 50px !important;
    }

    .scholarship-section .headline {
        font-size: 33px;
    }

    .scholarship-section .img img {
        object-position: 63%;
    }

    .infographic-section .facts-owl .owl-nav .owl-prev {
        left: -15px;
    }

    .infographic-section .facts-owl .owl-nav .owl-next {
        right: -15px;
    }

    .section-title {
        font-size: 50px !important;
    }

    .main-slider .top-heading h1 span {
        font-weight: 700;
        font-size: 50px;
        padding-bottom: 15px;
    }

    .main-slider .top-heading h1 {
        font-size: 24px;
    }

    .section-heading h2 {
        font-size: 40px;
    }

    .ranking-card {
        padding: 15px;
    }

    .placements-section .stats-container {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: auto;
        margin-top: 50px;
    }

    .placements-section .stats-list {
        flex-wrap: wrap;
    }

    .placements-section.py-5 {
        padding-bottom: 40px !important;
        margin-bottom: 50px;
        z-index: 1;
    }

    .intl-collab-white .intl-card h3 {
        font-size: 24px !important;
    }

    .recruiter-section .content {
        padding: 25px;
    }

    .research-showcase {
        margin-top: 320px;
    }

    .recruiter-section .recruiter-title span {
        font-size: 60px;
    }

    .recruiter-section .content:after {
        width: 30px;
        height: 30px;
        top: auto;
        bottom: -14px;
        margin: 0 auto;
        right: 0;
        left: 0;
        box-shadow: 8px 5px 13px -9px #d9d9d9;
    }

    .recruiter-section .recruiter-slider {
        padding-left: 0;
    }

    .intl-collab-white .intl-card {
        margin-bottom: 15px;
    }

    .alumni-section .alumni-title {
        font-size: 50px;
    }

    .alumni-section {
        height: 587px;
    }

    .research-content {
        text-align: center;
    }

    .research-showcase .research-desc {
        max-width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .infra-gallery-section .gallery-item.center-height {
        height: 440px;
    }

    .infra-gallery-section .gallery-item {
        height: 212px;
    }

    .infra-gallery-section .gallery-item img {
        object-fit: inherit;
    }

    .infra-gallery-section .infra-title {
        font-size: 45px;
    }

    .infra-gallery-section .right-content {
        text-align: center;
        padding-left: 0px !important;
    }

    .program-section {
        padding: 50px 0;
    }

    .city-advantage-section {
        background-size: cover;
        padding-top: 210px;
    }

    .city-advantage-section h4 {
        position: absolute;
        top: -165px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .city-image-box {
        display: none;
    }





}

@media (max-width: 767px) {

    .main-slider .form-cstm .card-body {
        height: auto;
        max-width: 95%;
        margin-bottom: 25px;
    }

    .dob-box .phone-box {
    flex: 0 0 55%;
}

.dob-box .dob-field {
    flex: 0 0 38%;
}

    .main-slider .form-cstm .mb-3.progress {
        font-size: 9px !important;
    }

    .main-slider .form-cstm .card-body .progress {
        height: 12px;
    }

    .main-slider .col-lg-8.video-box .sound-btn {
        right: 15px;
    }

    .form-cstm .field-group#eligibilityStep .img-open img {
        object-position: 0 -9px;
    }

    .heding {
        display: none;
    }

    .main-slider .col-lg-4 {
        padding-left: 20px !important;
    }

    .main-slider .cube {
        width: 220px;
        height: 220px;
    }

    .scholarship-section .img {
        overflow: hidden;
        height: 260px;
    }

    .scholarship-section .img img {
        object-position: right -20px;
        object-fit: cover;
        width: 100%;
        position: relative;
        height: 285px;
        box-shadow: 0px 25px 25px -18px #000;
    }

    .infographic-section .hdng p {
        margin-bottom: 0;
    }

    .yt-thumb img {
        height: 255px;
        object-position: center;
    }

    .infographic-section .left-content {
        padding: 0 0px;
    }

    .stats-section {
        margin-top: 25px;
    }

    .stats-section .stats-row {
        flex-wrap: wrap;
    }

    .placements-section.py-5 {
        padding-bottom: 15px !important;
        margin-bottom: 50px !important;
    }

    .main-slider.overflow-hidden {
        overflow: visible !important;
    }

    .stats-section .stat-card h3 {
        font-size: 22px !important;
    }

    .stats-section .stat-card i {
        font-size: 26px;
    }

    .stats-section .stat-card p {
        font-size: 16px;
    }

    .stats-section .stat-card {
        height: 170px;
        width: 100%;
        max-width: 50%;
    }

    .stats-section .stats-flex {
        border-radius: 20px;
    }

    .stats-orbit .orbit-card {
        width: 110px;
        padding: 10px;
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0px;
        top: auto;
        bottom: -40px;
    }

    .stats-orbit .orbit-card h3,
    .orbit-center h2 {
        font-size: 25px !important;
    }

    .stats-orbit .orbit-card.card-top {
        bottom: auto;
        top: 10px;
        left: 19%;
    }

    .stats-orbit .orbit-card.card-bottom {
        bottom: auto;
        top: 10px;
        left: auto;
        right: -19%;
    }

    .stats-orbit {
        position: relative;
        width: 100%;
        height: 430px;
        margin: auto;
    }

    .city-advantage-section {
        background-size: cover;
        padding-top: 50px;
    }

    .infographic-section .polygon-wrapper {
        width: 100%;
    }

    .form-wrapper.hide {
        right: 0 !important;
    }

    .form-wrapper {
        position: relative;
        top: auto;
        right: 0;
        transform: none;
        z-index: 999;
        width: 100%;
    }

    .dark-theme .call-apply {
        display: flex;
        box-shadow: 0px -15px 10px -11px #0f172a;
        background: #0f172a;
    }

    .dark-theme .research-showcase {
        margin-top: 265px;
    }

    .apply-btn {
        display: none;
    }

    .industry-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-collab-section .section-title {
        font-size: 28px;
    }

    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns */
    }

    .radial-wrapper {
        transform: scale(0.8);
    }

    .main-slider .slide-text h1 {
        font-size: 30px;
    }

    .main-slider .banner-arrow {
        width: 42px;
        height: 42px;
        font-size: 24px;
    }

    .radial-container {
        transform: scale(0.8);
    }

    .main-slider .banner-arrow.left {
        left: 15px;
    }

    .main-slider .banner-arrow.right {
        right: 15px;
    }

    header .logo img {
        max-width: 130px;
    }

    header .phone-tollfree {
        padding: 5px 10px;
    }

    header .phone-tollfree i {
        font-size: 15px;
    }

    .form-cstm .field-group#eligibilityStep {
        margin-top: 0%;
    }

    header .phone-tollfree a {
        font-size: 12px;
        font-weight: 700;
    }

    header .phone-tollfree a small {
        font-size: 10px;
        font-weight: 100;
    }

    header .d-flex.align-items-center.justify-content-between {
        flex-wrap: nowrap !important;
    }

    .section-title {
        font-size: 30px !important;
    }

    .admission-cta-section .cta-title {
        font-size: 30px;
    }

    .city-advantage-section h4 {
        font-size: 30px;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .city-card-v2 img {
        height: 170px;
    }

    .recruiter-section .content {
        text-align: center;
        padding: 25px 15px;
    }

    .city-card-v2 h5 {
        font-size: 16px;
        padding: 15px 10px;
    }

    .admission-cta-section .btn {
        padding: 10px 10px;
        font-size: 14px;
    }

    .admission-cta-section {
        padding: 40px 0;
        overflow: hidden;
    }

    .recruiter-section .recruiter-title {
        font-size: 30px !important;
    }

    .recruiter-section .recruiter-title span {
        font-size: 29px;
    }

    .recruiter-section .recruiter-subtitle {
        font-weight: 500;
        font-size: 20px !important;
    }

    .recruiter-section .logo-box {
        height: 40px;
        padding: 5px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .container-fluid {
        width: 100%;
        max-width: 100%;
    }

    .main-slider .top-heading h1 span {
        font-weight: 800;
        font-size: 26px;
        padding-bottom: 0px;
        text-transform: uppercase;
        text-shadow: 0px 2px 3px #000;
    }

    .main-slider .slide-1 {
        background-image: url(../images/slider1.webp);
        background-position: -110px -50px;
        background-size: 338%;
        background-repeat: no-repeat;
    }

    .top-heading {
        top: 21%;
    }

    .main-slider .top-heading h1 {
        text-transform: capitalize;
        font-size: 14px;
        padding: 0 !important;
        margin-bottom: 40px !important;
        line-height: 35px !important;
    }

    .form-container {
        position: relative;
        bottom: -220px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 20px !important;
        box-shadow: 0px 30px 25px -26px #000;
        background: #3263b0;
    }

    .main-hdng {
        font-size: 30px !important;
    }

    .infographic-section.py-5 {
        padding-top: 40px !important;
    }

    .main-slider {
        overflow: hidden !important;
    }

    .main-slider .col-lg-8.video-box {
        padding-right: 0 !important;
    }

    .main-hdng {
        padding-right: 0;
    }

    .infographic-section p {
        font-size: 20px;
        text-align: center;
    }

    .infographic-section .left-content h2 {
        font-size: 35px;
    }

    .infographic-section p {
        margin: 0;
    }

    .scholarship-section .headline {
        font-size: 30px;
    }

    .scholarship-section .sub-head {
        margin: 5px 0;
        font-size: 16px;
    }

    .scholarship-section .scholarship-list li {
        padding-left: 20px;
        font-size: 14px;
        margin-bottom: 5px;
        color: #000;
        font-weight: 500;
    }

    .scholarship-section .scholarship-content {
        animation: slideRight 1s ease forwards;
        position: relative;
        bottom: 0;
        z-index: 2;
        top: auto;
        display: block;
        align-items: flex-start;
        height: 100%;
        width: 100%;
        max-width: 100%;
        padding: 25px 15px !important;
    }

    .scholarship-section .headline {
        text-align: left;
    }

    .scholarship-section .headline br {
        display: none;
    }

    .scholarship-section {
        height: auto;
    }

    .scholarship-section .btn-scholarship {
        padding: 8px 10px;
        font-size: 14px;
        border-radius: 50px;
    }

    .section-heading p {
        font-size: 20px;
    }

    .ranking-card-section .section-heading {
        margin-bottom: 10px !important;
    }

    .ranking-card {
        padding: 10px;
    }

    .ranking-card-section {
        padding-bottom: 15px !important;
    }

    .ranking-card-section .row.g-4 {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start !important;
    }

    .ranking-card-section .row.g-4>div {
        flex: 0 0 auto;
        max-width: 85%;
    }

    .placements-section .section-subtitle {
        font-size: 16px;
    }

    .placements-section .placement-awards h5 {
        font-size: 18px !important;
    }

    .placements-section .placement-stats .placement-awards div.inner {
        position: relative;
        font-size: 12px;
        font-weight: 700;
        width: 100%;
        padding: 0;
    }

    .placements-section .placement-stats .placement-awards .box {
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .placements-section .placement-stats .placement-awards div.inner p {
        max-width: 62px;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0px;
        font-size: 9px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .placements-section .placement-card .overlay {
        padding: 10px;
    }

    .placements-section .placement-card img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        object-position: top;
    }

    .owl-nav {
        display: none;
    }

    .placements-section .placement-card h5 {
        margin: 0;
    }

    .placements-section .placement-card p {
        font-size: 14px;
    }

    .placements-section .stats-list li {
        height: 110px;
        width: 110px;
        font-size: 10px;
        line-height: 14px !important;
        border: 5px solid #f2f2f2;
        margin-bottom: 20px !important;
    }

    .placements-section .stats-list strong {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .placements-section .stats-list {
        gap: 0px;
        padding: 0 10px;
        margin-top: 30px;
    }

    .placements-section {
        padding-bottom: 10px !important;
    }

    .industry-collab-section {
        padding: 30px 0;
    }

    .industry-collab-section .section-title {
        font-size: 25px !important;
    }

    .industry-collab-section .section-subtitle {
        font-size: 16px;
    }


    .industry-collab-section .industry-logo-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px 0;
        justify-items: center;
        align-items: center;
        justify-self: center;
    }

    .industry-collab-section .collab-btn {
        padding: 12px 15px;
    }

    .intl-collab-white {
        padding-top: 20px !important;
    }

    .intl-collab-white .section-desc {
        font-size: 16px;
    }

    .intl-collab-white .section-title {
        font-size: 24px !important;
    }

    .intl-collab-white .col-sm-7 .row .col-sm-6.col-md-6.col-lg-3 {
        width: 100%;
        max-width: 50%;
    }

    .intl-collab-white .row.g-4.justify-content-center {
        margin-bottom: 15px !important;

    }

    .intl-collab-white .intl-card p {
        font-size: 13px;
        margin: 0;
    }

    .intl-collab-white .intl-card h3 {
        font-size: 24px !important;
        font-weight: 800;
        color: #cf2027;
        margin-bottom: 10px !important;
    }

    .intl-collab-white .intl-card {
        height: 125px;
    }

    .infographic-section .left-content p {
        font-size: 18px;
    }

    .alumni-section {
        padding: 25px 0 !important;
        height: 470px;
    }

    .alumni-section .alumni-title {
        font-size: 30px;
    }

    .alumni-section .alumni-subtitle {
        font-size: 18px;
    }

    .alumni-section .row {
        margin-bottom: 0px !important;
    }

    .alumni-section .alumni-img {
        height: 220px;
    }

    .alumni-section .alumni-card {
        margin-bottom: 20px;
        border-radius: 30px;
        max-width: 93%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .admission-cta-section address {
        flex-direction: column;
    }

    .admission-cta-section .cta-actions a.btn:last-child {
        display: none !important;
    }

    .admission-cta-section address {
        display: flex;
        margin-top: 25px;
        text-align: left;
        gap: 15px;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .admission-cta-section address a {
        display: flex;
        max-width: 100%;
    }

    .placements-section .placement-slider {
        margin-top: 30px;
    }

    .research-showcase .research-title {
        font-size: 28px;
    }

    .research-showcase .research-desc {
        font-size: 16px;
        margin: 0;
    }

    .infra-gallery-section .infra-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .infra-gallery-section .gallery-item {
        height: 210px;
        border: 2px solid #fff;
    }

    .infra-gallery-section .gallery-item.center-height {
        height: 424px;
    }

    .infra-gallery-section .gallery-item.center-height img {
        object-position: 0px;
    }

    .infra-gallery-section .infra-title {
        font-size: 30px;
    }

    .program-section .program-title {
        font-size: 30px;
        font-weight: 800;
    }

    .program-section {
        padding: 40px 0;
    }

    .program-section .program-subtitle {
        font-size: 18px;
    }

    .program-section .text-center.mb-5 {
        margin-bottom: 20px !important;
    }

    .program-section .program-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .program-section .program-tabs .nav-link {
        white-space: nowrap;
    }

    .program-section ul.nav {
        justify-content: flex-start !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;

    }

    .admission-cta-section .cta-subtitle {
        font-size: 18px;
    }

    .program-section .program-accordion li {
        padding-left: 16px;
        line-height: 16px;
        font-size: 14px;
    }

    .program-section .program-accordion .accordion-button {
        padding: 8px 10px;
        font-size: 14px;
    }

    .infographic-section .left-content h2 {
        line-height: normal;
        margin-top: 20px;
    }

}


@media screen and (max-width:321px) {
    .infographic-section .main-hdng {
        font-size: 28px !important;
        padding-right: 0;
    }

    .admission-cta-section address p strong {
        font-size: 15px;
    }

    .admission-cta-section address p {
        font-size: 12px;
    }

    .admission-cta-section address a {
        font-size: 14px;
    }

    .infographic-section.py-5 {
        padding-top: 540px !important;
    }

    .infographic-section .left-content h2 {
        line-height: normal;
        margin-top: 20px;
    }
}