/* --------------------------------------------------------------------------
BASE STYLES: CSS RESET AND NORMALIZATION
-------------------------------------------------------------------------- */
/* 1. Box Model Reset  */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* 2. Element Margin Reset */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
}

/* 3. List Reset  */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 4. Text & Rendering Defaults */
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

/* 5. Media Responsiveness */
img {
  max-width: 100%;
  height: auto;
}

/* 6. Form Element Reset */
input, button, textarea, select {
  font: inherit;
  margin: 0;
}

/* 7. Focus Reset */
button:focus, a:focus {
  outline: none;
}

/* 8. Button Reset */
button {
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
}

/* 9. Link Reset */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.block {
  display: block;
}
.fontBold{
  font-weight: 650;
}



/* Fonts CSS */


@font-face {
    font-family: 'HalyardMicro-Regular';
    src: url('../fonts/halyard_micro/HalyardMicro-Regular.woff2') format('woff2'),
        url('../fonts/halyard_micro/HalyardMicro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Micro Medium';
    src: url('../fonts/halyard_micro/HalyardMicroMedium-Regular.woff2') format('woff2'),
        url('../fonts/halyard_micro/HalyardMicroMedium-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Micro Bold';
    src: url('../fonts/halyard_micro/HalyardMicro-Bold.woff2') format('woff2'),
        url('../fonts/halyard_micro/HalyardMicro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Allumi_Std';
    src: url('../fonts/Allumi/fonnts.com-Allumi_Std.woff2') format('woff2'),
        url('../fonts/Allumi/fonnts.com-Allumi_Std.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Allumi_Std Light';
    src: url('../fonts/Allumi/fonnts.com-Allumi_Std_Light.woff2') format('woff2'),
        url('../fonts/Allumi/fonnts.com-Allumi_Std_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Allumi_Std Bold';
    src: url('../fonts/Allumi/fonnts.com-Allumi_Std_Bold.woff2') format('woff2'),
        url('../fonts/Allumi/fonnts.com-Allumi_Std_Bold.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* --------------------------------------------------------------------------
BASE STYLES: TYPOGRAPHY
This file sets global styles for standard text elements (h1, p, a, etc.)
using variables defined in _variables.scss.
-------------------------------------------------------------------------- */
/* 1. Body & Global Text Defaults */
body {
    font-family: 'Allumi_Std';
  font-optical-sizing: auto;
  font-size: 20px;
  line-height: 180%;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF8EE;
}

/* 2. Headings (H1 to H6) /
/ Define the hierarchy of headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 11.1rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
  text-transform: uppercase;
}



/* 3. Paragraphs */
p {
  margin-bottom: 1.5rem;
}

.italic{
    font-style: italic;
}
.btnPrimary{
    position: relative;
    background: linear-gradient(180deg, rgba(242, 100, 34, 0.3) 0%, rgba(196, 65, 0, 0.3) 100%);
    padding: 15px;
    border-radius: 9999px;
    display: inline-block;
    align-self: center;
}
.btnPrimary span{
    background-image: url(../images/promises/arrowWhite.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
    background-size: 39px 39px, cover;
    background-repeat: no-repeat;
    background-position: right 41px center, center center;
    display: inline-block;
    border-radius: 9999px;
    border: 1px solid #D2B6B1;
    opacity: 1;
    padding: 12px 113px 12px 36px;
    font-family: 'Halyard Micro Bold';
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -4%;
    text-align: center;
    color: #FFFFFF;
}

html {
  touch-action: manipulation;
  overscroll-behavior: contain;
}
.text-center{
  text-align: center;
}
.block{
    display: block;
}
.container{
    max-width: 1800px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.textGreen{
    color: #005B44;
     -webkit-text-stroke: 0.5px #5F020D;
}
.textBlue{
    color: #055262;
}
.textRed{
    color: #5F020D;
    -webkit-text-stroke: 0.5px #5F020D;
}
.textWhite{
    color: #FFFFFF;
}
.sectionHeading{
    font-family: 'Halyard Micro Medium';
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -6%;
}
.gradient{
   background: linear-gradient(180deg, #9E0313 0%, #FC8054 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;  
}
.sectionHeadingMd{
    font-family: 'Halyard Micro Medium';
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -6%;
}
.sectionHeadingSm{
    font-family: 'Halyard Micro Medium';
    font-weight: 500;
    font-style: Medium;
    font-size: 36px;
    line-height: 135%;
    letter-spacing: -6%;
}
.subTitle{
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
}

header{
    background: #FFFFFF;
    box-shadow: 0px 4px 5px 0px #00000017;
    padding: 8px 0;
    width: 100%;
    transition: all ease 0.4s;
}
header .container{
    display: flex;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown .8s forwards;
}
@keyframes slideDown {
    0% {
        top: -100px;
    }
    100% {
        top: 0;
    }
}
.logo{
    margin-right: auto;
}
.logo img{
    height: 85px;
    max-width: 100%;
}

/* ============================= */
/* Floating Action Buttons */
/* ============================= */

.nxFloatWrap {
    position: fixed;
    right: 20px;
    bottom: 5%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 9999;
}

.nxFloatBtn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    animation: nxFloatMove 3s ease-in-out infinite;
}

.nxFloatCall {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.6);
}

.nxFloatWhatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.6);
}
.nxFloatWhatsapp .fab{
    font-size: 40px;
}

.nxFloatBtn:hover {
    transform: scale(1.1);
}

@keyframes nxFloatMove {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
}

.nxFloatBtn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: nxPulse 2s infinite;
}

.nxFloatCall::after {
    background: rgba(37, 99, 235, 0.4);
}

.nxFloatWhatsapp::after {
    background: rgba(37, 211, 102, 0.4);
}

@keyframes nxPulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .nxFloatBtn {
        width: 45px;
        height: 45px;
       
        font-size: 18px;
    }
    .nxFloatWrap {
        right: 12px;
        gap: 14px;
         top: 50%;
    }
}


/* =============================== */
/* Strict Mobile Only Bottom Bar  */
/* =============================== */

/* Hide by default everywhere */
.nxMobileOnlyBar {
    display: none;
}

/* Show ONLY on mobile */
@media (max-width: 760px) {

    .nxMobileOnlyBar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 9999;
        box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    }

    .nxMobileOnlyBtn {
        width: 50%;
        padding: 15px 10px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .nxMobWhatsapp {
        /* background: #25D366; */
        background: #220607;
    }

    .nxMobCall {
        background: #E86523;
    }

}
/* heroBannerSection css */

.heroBannerSection{
    background: url('../images/heroBanner/bg.webp') no-repeat left bottom;
    background-size: cover;
}
.heroBannerSection .container{
    background: url('../images/heroBanner/object.webp') no-repeat left bottom;
    background-size: auto 100%;
}
.contentBlock{
    padding: 150px 0 190px;
    max-width: 936px;
    width: 52%;
    margin: 0 auto;
}
.contentBlock h1{
    font-family: 'Halyard Micro Medium';
    font-size: 64px;
    line-height: 135%;
    letter-spacing: -6%;
    color: #5F020D;
    margin-bottom: 86px;
    text-align: center;
}
.contentBlock h1 .spanOne{
     font-family: 'Allumi_Std Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    display: block;
    margin-top: 16px;
     -webkit-text-stroke: 0.5px #5F020D;
}
.contentBlock h1 .spanSecond{
    font-family: 'Allumi_Std Light';
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    display: block;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #220607;
    max-width: 752px;
    margin: 16px auto 0;
}
.quoateBlock{
    position: relative;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    color: #220607;
}
.quoateBlock .inner{
    font-family: 'Halyard Micro Bold';
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: -4%;
    text-align: center;
    color: #ffffff;
    background-color: #5F020D;
    padding: 17px 21px;
    z-index: 9;
    position: relative;
}
.quoateBlock::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(12px, 12px);
    background-color: #E86523;
    top: 0;
    left: 0;
    z-index: 0;
}

/* FormController CSS */
.formContainer{
    max-width: 416px;
    width: 23%;
    margin: 0 auto;
    position: absolute;
    background: linear-gradient(180deg, #5D000F 0%, #F26522 100%);
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    top: 20%;
    right: 2%;
    min-height: 450px;
    overflow: hidden;
    transition: all ease 0.4s;
}
.formContainer.top{
    top: 0%;
}

.ttlForm{
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 10px ;
}

.thankyouBanner{
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thankyouBanner p{
    max-width: 500px;
    margin: 20px auto 0;
}
/* transformationSection Section */

.transformationSection{
   background-color: #ffffff;
    background-size: auto calc(100% - 40px);
}
.transformationSection .sectionHeading{
    max-width: 1270px;
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
}
.transformationSection .container{
    padding: 60px 0 31px;
    background: url('../images/university/object2.webp') no-repeat center center;
    background-size: auto calc(100% - 270px);
}
.transformationRow{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.transformationCol{
    box-shadow: 4px 4px 10px 0px #00000026;
    border-radius: 20px;
    padding: 30px 37px;
    max-width: 588px;
    position: relative;
}
.transformationCol::after{
    content: "";
    position: absolute;
    background: url('../images/university/line.webp') no-repeat center center;
    background-size: contain;
    z-index: 99;
    width: 95px;
    height: 211px;
}
.transformationCol1::after{
    left: 100%;
    top: 55px;
}
.transformationCol2::after{
    right: 100%;
    bottom: 55px;
}
.transformationCol .heading{
    background-color: #005B44;
    border-radius: 16px;
    padding: 17px 32px;
}
.transformationCol .heading span{
    font-family: 'Halyard Micro Medium';
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -4%;
    background: linear-gradient(180deg, #FFFFFF 0%, #CDFFF2 100%);
    
    /* 2. Clip the background to the shape of the text */
    -webkit-background-clip: text;
    background-clip: text;
    
    /* 3. Make the text transparent so the background shows through */
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}
.transformationCol2 .heading span{
    font-size: 28px;
}
.bottomBlock{
    margin: 45px auto 0;
}
.transformationCol1 .bottomBlock{
    max-width: 397px;
}
.bottomBlock p{
    color: #220607;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    margin-top: 20px;
}
.growUl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.growUl li{
    background-size: 72px 72px;
    background-position: top center;
    padding-top: 82px;
    background-repeat: no-repeat;
    width: 50%;
    text-align: center;
}
.growUl li:nth-child(1){
    background-image: url('../images/university/grow-1.webp');
}
.growUl li:nth-child(2){
    background-image: url('../images/university/grow-2.webp');
}
.growUl li:nth-child(3){
    background-image: url('../images/university/grow-3.webp');
}
.growUl li:nth-child(4){
    background-image: url('../images/university/grow-4.webp');
}


.valueUl li{
    background-size: auto 100%;
    background-position: left center;
    padding-left: 82px;
    background-repeat: no-repeat;
    width: 100%;
    line-height: 65px;
    margin-bottom: 25px;
}
.valueUl li:nth-child(1){
    background-image: url('../images/university/value-1.webp');
}
.valueUl li:nth-child(2){
    background-image: url('../images/university/value-2.webp');
}
.valueUl li:nth-child(3){
    background-image: url('../images/university/value-3.webp');
}
.bottomNote{
    max-width: 889px;
    margin: 0 auto;
    box-shadow: 4px 4px 10px 0px #00000026;
    padding: 28px;
    font-size: 24px;
    border-radius: 20px;
    font-weight: 700;
    text-align: center;
}


.programSectionMain{
    background: url('../images/programs/bg.webp') no-repeat top center;
    background-size: cover;
    padding-top: 82px;
}

/* Program CSS */



.vissionMission {
    padding: 84px 51px 84px;
    max-width: 1433px;
    margin: 0 auto;
    position: relative;
}
.vissionMission::before{
    content: "";
    position: absolute;
    background: url('../images/programs/inverted-1.webp') no-repeat center left;
    background-size: contain;
    width: 256px;
    height: 256px;
    top: 0;
    left: 0;
}
.vissionMission::after{
    content: "";
    position: absolute;
    background: url('../images/programs/inverted-2.webp') no-repeat center left;
    background-size: contain;
    width: 256px;
    height: 256px;
    bottom: 0;
    right: 0;
}
.vissionMission span{
    font-weight: 400;
    font-style: Italic;
    font-size: 40px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #220607;
    display: block;
    position: relative;
}
.mitContainer{
    max-width: 1496px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.mitHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
    gap: 20px;
}
.mitHeader h2{
    margin-bottom: 15px;
    text-align: left;
}

.mitHeaderText p {
    font-family: 'Allumi_Std Light';
    font-style: Light;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    color: #220607;
    max-width: 501px;
}

/* Level 1 Tabs (UG/PG) */
.mit-level-1-tabs {
    display: flex;
    gap: 15px;
}

.mit-l1-btn {
    padding: 15px 25px;
    border: 1px solid #B2B2B2;
    background: white;
    border-radius: 8px;
    color: #661B20;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    white-space: nowrap;
    font-size: 20px;
    line-height: 125%;
    transition: all ease 0.4s;
}

.mit-l1-btn.active {
    background: linear-gradient(180deg, #9E0313 0%, #FC8054 100%);
    color: white;
    border-color:#B2B2B2;
}

/* Main Wrapper */
.mit-main-wrapper {
    background: #661B200D;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e0d0cc;
}

/* Level 2 Tabs (Schools) */
.mit-level-2-tabs {
    background: linear-gradient(180deg, #9E0313 0%, #FC8054 100%);
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    border-radius: 20px;
}

.mit-l2-btn {
    padding: 15px 21px 15px 65.5px;
    border-radius: 50px;
    border: none;
    color: #220607;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.3s;
    background-position: left 21.5px center, center bottom;
    background-repeat: no-repeat;
    background-size: 34px 34px, cover;
}

.mit-l2-btn i {
    color: var(--mit-primary);
}

.mit-l2-btn.active {
    color: #ffffff;
}

/* Level 3 Tabs (Degrees) */
.mit-level-3-container {
    border-bottom: 1px solid #800000;
    padding: 8px 0;
}

.mit-level-3-tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.mit-l3-btn {
    padding: 4px 20px;
    max-width: 272px;
    width: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Halyard Micro Medium'; 
    font-weight: 500;
    font-size: 28px;
    line-height: 125%;
    letter-spacing: -4%;
    text-align: center;
    color: #661B20;
}

.mit-l3-btn.active {
   background-color: #ffffff;
   border-width: 0 1px;
   border-color: #661B20;
   border-style: solid;
}

.mit-l2-btn.btn-computing {
    background-image: url('../images/programs/school_Computing.webp'), linear-gradient(180deg, #FFF8EE 15.68%, #A5F0FF 100%);
}
.mit-l2-btn.btn-management {
    background-image: url('../images/programs/business.webp'), linear-gradient(180deg, #FFF8EE 15.68%, #9CD3FF 100%);
;
}
.mit-l2-btn.btn-design {
    background-image: url('../images/programs/design.webp'), linear-gradient(180deg, #FFF8EE 15.68%, #FFBAED 100%);
;
}
.mit-l2-btn.btn-pharmacy {
    background-image: url('../images/programs/Pharmacy.webp'), linear-gradient(180deg, #FFF8EE 15.68%, #AFFFEA 100%);
;
}


.mit-l2-btn.btn-computing.active {
    background-image: url('../images/programs/school_Computing-act.webp'), linear-gradient(180deg, #0096B2 15.68%, #0096B2 100%);
}
.mit-l2-btn.btn-management.active {
   background-image: url('../images/programs/business-act.webp'), linear-gradient(180deg, #005BA3 15.68%, #005BA3 100%);
}
.mit-l2-btn.btn-design.active {
     background-image: url('../images/programs/design-act.webp'), linear-gradient(180deg, #B43092 15.68%, #B43092 100%);
}
.mit-l2-btn.btn-pharmacy.active {
     background-image: url('../images/programs/Pharmacy-act.webp'), linear-gradient(180deg, #00523D 15.68%, #00523D 100%);
}

.mit-l2-btn.btn-management {}
.mit-l2-btn.btn-design {}
.mit-l2-btn.btn-pharmacy {}

/* Level 4 Wrapper */
.mit-level-4-wrapper {
    display: flex;
    padding: 30px;
    gap: 40px;
    min-height: 400px;
    background: #661B200D;
}

/* Sidebar Program List */
.mit-program-list {
    width: 100%;
    max-width: 415px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mit-l4-btn {
    text-align: left;
    padding: 15px 19.5px;
    border: 1px solid #B2B2B2;
    background: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    color:#661B20;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    line-height: 125%;
}

.mit-l4-btn:hover {
    border-color: var(--mit-primary);
    color: var(--mit-primary);
}

.mit-l4-btn.active {
    background: var(--mit-primary); /* Fallback gradient handled in logic or simpler css */
    background: linear-gradient(to right, #c0392b, #d35400);
    color: white;
    border: none;
}

/* Details Area */
.mit-program-details {
    max-width: 860px;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 227, 221, 0.6) 100%);
    border-radius: 20px;
    padding: 25px;
    margin-left: auto;
}

.details-title {
     font-family: 'Halyard Micro Medium'; 
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    margin-top: 0;
    color: #000000;
    margin-bottom: 25px;
}
.details-title span {
    color: #5F020D;
    font-weight: 700;
}

.details-grid {
     display: grid;
    /* Create an underlying grid of 4 equal columns */
    grid-template-columns: repeat(12, 1fr); 
    gap: 20px;
    width: 100%;
}
.detail-card:nth-child(4n + 1) {
    grid-column: span 4; 
}

/* 2nd, 6th, 10th item... (The "Large" card on the right) */
.detail-card:nth-child(4n + 2) {
    grid-column: span 8;
}

/* --- Row 2 Logic (2:2 Ratio - Equal Split) --- */

/* 3rd, 7th, 11th item... */
.detail-card:nth-child(4n + 3) {
    grid-column: span 5;
}

/* 4th, 8th, 12th item... */
.detail-card:nth-child(4n + 4) {
    grid-column: span 7;
}



.detail-card {
    background: #FFFFFF80;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-top: 0.5px solid #ff44337e;
    border-left: 0.5px solid #B2B2B2;
    border-bottom: 0.5px solid #b2b2b28c;
    border-right: 0.5px solid #ff443360;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    background-repeat: no-repeat;
    padding-left: 36px;
    line-height: 135%;
    color: #FFFFFF;
}
.detail-card:nth-child(1) .card-header{
    background-image: url('../images/programs/course.webp');
}
.detail-card:nth-child(2) .card-header{
    background-image: url('../images/programs/Curriculum.webp');
}
.detail-card:nth-child(3) .card-header{
    background-image: url('../images/programs/Focus.webp');
}
.detail-card:nth-child(4) .card-header{
    background-image: url('../images/programs/Program.webp');
}
/* Specific Card Colors from image concept */
.card-courses .card-header { color: #c0392b; }
.card-focus .card-header { color: #d35400; }
.card-curriculum .card-header { color: #222; }
.card-outcome .card-header { color: #222; }

/* The Courses Card has a red background in image */
.card-courses.highlight-style {
   background: linear-gradient(270deg, #9E0313 0%, #FC8054 100%);
    color: white;
}
.card-courses.highlight-style .card-header {
    color: white;
}
.card-courses.highlight-style ul li {
    color: white;
}

.detail-card ul {
    padding-left: 20px;
    margin: 0;
    list-style: disc;
}

.detail-card li {
    margin-bottom: 2px;
    line-height: 1.4;
    color: #000000;
    font-size: 16px;
}


/* recruiterSection Section */
.recruiterSection{
    padding: 80px 0 100px;
}
.recruiterSection .sectionHeading{
    margin-bottom: 50px;
}
.recruitersLeftSwiper .swiper-wrapper,
.recruitersRightSwiper .swiper-wrapper , .collaborationLeftSwiper .swiper-wrapper{
  transition-timing-function: linear !important;
  align-items: center;
}
.recruitersLeftSwiper .swiper-slide,
.recruitersRightSwiper .swiper-slide, .collaborationLeftSwiper .swiper-slide{
  border-radius: 15px;
  padding: 10px 15px;
}
.recruitersLeftSwiper .swiper-slide img,
.recruitersRightSwiper .swiper-slide img, .collaborationLeftSwiper .swiper-slide img    {
  width: 100%;
  height: auto;
  object-fit: contain;
  box-shadow: 0px 0px 12.2px 0px #5151511A inset;
  box-shadow: 0px 0px 13.8px 0px #00000014;
  border-radius: 15px;
}

/* collaborationsSection css */
.collaborationsSection{
    padding: 0 0 100px;
}
.collaborationsSection .sectionHeading{
    margin-bottom: 40px;
}
/* Program End */


/* experienceSection CSS */

.experienceSection{
    padding: 100px 0 100px;
    background-color: #FFF8EE;
}
.legacyRow{
    margin: 40px 0 50px;
    display: flex;
    gap: 20px;
}
.legacyColumn{
    max-width: 283px;
    width: 100%;
    padding: 148.5px 28px 31.5px;
    background: #661B201A;
    font-weight: 650;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #220607;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center top 32.5px;
}
.legacyColumn:nth-child(1) {
    background-image: url(../images/promises/icon-1.webp);
}

.legacyColumn:nth-child(2) {
    background-image: url(../images/promises/icon-2.webp);
}

.legacyColumn:nth-child(3) {
    background-image: url(../images/promises/icon-3.webp);
}

.legacyColumn:nth-child(4) {
    background-image: url(../images/promises/icon-4.webp);
}

.legacyColumn:nth-child(5) {
    background-image: url(../images/promises/icon-5.webp);
}

.legacyColumn:nth-child(6) {
    background-image: url(../images/promises/icon-6.webp);
}

.experienceSection .note{
    font-family: 'Halyard Micro Medium';
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -2%;
    text-align: center;
    color: #220607;
}
/* Container Layout */

.promisesContainer{
    max-width: 1496px;
    margin: 100px auto 0;
    display: flex;
    gap: 20px;
}
.leftPromisesColumn {
    max-width: 587px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.leftPromisesColumn h3.sectionHeadingSm{
    text-align: left;
    margin-bottom: auto;
}
.RightPromisesColumn {
    max-width: 890px;
    position: relative;
}
/* Tabs Styling */
.tabPromises {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 702px;
    position: relative;
    z-index: 999;
}
.promise-tab {
    padding: 20px;
    border: 1px solid #B2B2B2;
    backdrop-filter: blur(35.29999923706055px);
    cursor: pointer;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: -2%;
    border-radius: 23px;
    transition: all 0.3s ease;
    color: #661B20;
    padding: 28px 79px 28px 117px;
    background-size:59px 59px ,78px 78px, cover;
    background-position:right 42px center,  left 20px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.promise-tab:nth-child(1) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-1.webp), #FFF8EEB0; 
    background-size:59px 35.5px ,78px 78px, cover;
    background-position:right 42px center,  left 20px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(2) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-2.webp), #FFF8EEB0; 
    background-size:59px 35.5px ,78px 78px, cover;
    background-position:right 42px center,  left 20px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(3) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-3.webp), #FFF8EEB0; 
    background-size:59px 35.5px ,78px 78px, cover;
    background-position:right 42px center,  left 20px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(4) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-4.webp), #FFF8EEB0; 
    background-size:59px 35.5px ,78px 78px, cover;
    background-position:right 42px center,  left 20px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.promise-tab.active{
    color: #ffffff;
}
.promise-tab:nth-child(1).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-1.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
 background-size:59px 59px ,78px 78px, cover;}
.promise-tab:nth-child(2).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-2.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:59px 59px ,78px 78px, cover;}
.promise-tab:nth-child(3).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-3.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:59px 59px ,78px 78px, cover;}
.promise-tab:nth-child(4).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-4.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:59px 59px ,78px 78px, cover;}
/* Image Column Styling */
.promise-img {
    display: none; /* Hide all by default */
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.promise-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
/* Show Active Image with Animation */
.promise-img.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.curriculumSection{
    padding: 60px 0 65px;
    background: url(../images/curriculum/bg.webp) no-repeat top center;
    background-size: cover;
    text-align: center;
}
.curriculumSection h2{
    margin-bottom: 20px;
}
.weBuild{
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
}
.weBuild span{
    background: #055262;
    font-family: 'Halyard Micro Bold';
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -4%;
    color: #FFFFFF;
    padding: 17px 32px;
    font-size: 40px;
    display: inline-block;
    z-index: 99;
}
.weBuild::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #01B787;
    transform: translate(11px , 11px);
}
.curriculumRow{
    display: flex;
    justify-content: center;
    margin: 40px 0 60px;
    gap: 20px;
}
.curriculumColumn{
    max-width: 282px;
    width: 100%;
    border-radius: 30px;
    padding: 139px 30px 48px;
    font-weight: 650;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: top 49px center;
    background-color: #00523D1A;
}
.curriculumColumn:nth-child(1){
    background-image: url(../images/curriculum/icon-1.webp);
}
.curriculumColumn:nth-child(2){
    background-image: url(../images/curriculum/icon-2.webp);
}
.curriculumColumn:nth-child(3){
    background-image: url(../images/curriculum/icon-3.webp);
}
.curriculumColumn:nth-child(4){
    background-image: url(../images/curriculum/icon-4.webp);
}

.curriculumSection .note{
    width: 100%;
    max-width: 886px;
    padding: 25px;
    background: #0552621A;
    border-radius: 20px;
    margin: 0 auto;
}
.curriculumSection .note p{
    max-width: 80%;
    margin: 0 auto;
}
/* 
Testimonails CSS */

/* --- Container --- */
.testimonial-section {
    padding: 60px 0;
    background-color: #FFF9F2;
    overflow: hidden;
    text-align: center;
    width: 100%;
}



/* --- Swiper Styles --- */
.testimonialSwiper {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 60px;
}

/* 
   1. INACTIVE SLIDES 
   Set to 20% width. 
*/
.testimonial-section .swiper-slide {
    height: 450px; 
    width: 20%; /* Percentage ensures they fit on screen */
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1; 
    position: relative;
    z-index: 1;
}

/* 
   2. ACTIVE SLIDE (Middle)
   Set to 36% width. 
   This expands the middle while pushing neighbors to the side.
*/
.testimonial-section .swiper-slide-active {
    width: 36%;
    z-index: 10;
}



/* historySection CSS */

.historySection{
    background: url(../images/history/bg.webp) no-repeat center center;
    background-size: cover;
    padding: 61px 0 61px;
}
.historySection .container{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.infoHistory{
    background: #22060782;
    backdrop-filter: blur(35.29999923706055px);
    padding: 30px 40px;
    border-radius: 23px;
    max-width: 587px;
    width: 100%;
}
.historySection .sectionHeading{
    font-weight: 800;
}
.infoHistory p{
    font-family: 'Allumi_Std';
    font-weight: 400;
    font-style: Demi;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #ffffff;
}
.infoHistory p.fontBold{
    font-weight: 600px;
    font-family: 'Allumi_Std Bold';
}
.infoHistoryRow{
    max-width: 587px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.infoHistoryCol{
    width: 50%;
    color: #ffffff;
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 82px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;

}
.infoHistoryCol:nth-child(1){
    background-image: url(../images/history/icon-1.webp);
}
.infoHistoryCol:nth-child(2){
    background-image: url(../images/history/icon-2.webp);
}
.infoHistoryCol:nth-child(3){
    background-image: url(../images/history/icon-3.webp);
}


/* --- Responsive Adjustments --- */
@media (max-width: 1200px) {
    /* Slightly Adjust for smaller laptops to keep text readable */
    .testimonial-section .swiper-slide { width: 25%; }
    .testimonial-section .swiper-slide-active { width: 40%; }
}

@media (max-width: 768px) {
    /* Tablet: Show 1 full, 2 partials */
    .testimonial-section .swiper-slide { width: 28%; height: 400px; }
    .testimonial-section .swiper-slide-active { width: 50%; }
}

@media (max-width: 500px) {
    /* Mobile: Show 1 focused slide */
    .testimonial-section .swiper-slide { width: 85%; height: 380px; }
    .testimonial-section .swiper-slide-active { width: 85%; }
}

/* --- Card Design (Unchanged) --- */
.testimonial-card {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: url(../images/testimonails/testimonail_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

/* Content Layout */
.testimonial-info {
    text-align: center;
    padding-top: 25px;
    color: white;
    z-index: 2;
    min-width: 150px; /* Prevents text squashing */
    margin: 0 auto;
}
.testimonial-info h4 { 
    margin: 0;
    font-family: 'Halyard Micro Medium';
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -6%;
    text-align: center;
    color: #ffffff;
}
.testimonial-info span { 
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;
}

/* Image Area */
.testimonial-image-area {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.testimonial-image-area img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    object-position: top center;
}

/* Play Button */
.testimonial-play-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: url(../images/testimonails/play.webp) no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 5;
    transition: transform 0.2s;
}
.testimonial-play-btn i { color: #cc0000; font-size: 18px; margin-left: 3px; }
.testimonial-play-btn:hover { transform: scale(1.1); }

/* Navigation */
.testimonial-nav-controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.testimonial-prev, .testimonial-next {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: contain;
}
.testimonial-prev{
   background-image: url(../images/testimonails/leftArrow.webp);
}
.testimonial-next{
    background-image: url(../images/testimonails/rightArrow.webp);
}
.eductaionSection{
    padding: 100px 0;
}
.eductaionSection .container{
    max-width: 1496px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}
.eductaionSection .leftSide{
    max-width: 557px;
    width: 100%;
}
.eductaionSection .leftSide p{
    margin-bottom: 0;
}
.eductaionSection .btnPrimary{
    margin-top: 40px;
}

.rightSideEduRow{
    display: flex;
    gap: 20px;
}
.rightSideEduCol{
    max-width: 435px;
    width: 100%;
    background: url(../images/education/bg.webp) no-repeat center center, #FFF8EE;
    background-size: cover;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #B2B2B2;
    border-radius: 20px;
}
.rightSideEduCol .cardHeading{
    font-weight: 650;
    font-style: Demi;
    font-size: 27px;
    line-height: 135%;
    letter-spacing: -2%;
    color: #220607;
}
.rightSideEduCol p{
    font-weight: 650;
    font-style: Demi;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -2%;
    color: #220607;
}
.rippleCircle{
    margin: auto 0;
    text-align: center;
}
.featureList{
    list-style: disc;
    padding-left: 20px;
}
.featureList li{
    font-weight: 400;
    font-style: Book;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -2%;
    color: #220607;
}

.bottomSection{
    background: url(../images/bottom/bottom.webp) no-repeat center center;
    background-size: cover;
}
.bottomContainer{
    background-image: url(../images/bottom/girl.webp), url(../images/bottom/boys.webp), url(../images/bottom/circle-1.webp), url(../images/bottom/circle-2.webp);
    background-repeat: no-repeat;
    background-size: auto calc(100% - 20px), auto 100%, 25% auto, 25% auto;
    background-position: left bottom, right bottom, left bottom, right bottom;
    padding: 100px 0 139px;
}

.middleBlock{
    max-width: 1030px;
    width: calc(100% - 60px);
    margin: 0 auto;
}
.middleBlock p{
    font-family: 'HalyardMicro-Regular';
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: -6%;
    text-align: center;
    color: #220607;
    -webkit-text-stroke: 0.5px #5F020D;
    margin-bottom: 10px;
}
.middleBlock h2{
    text-align: center;
    margin-bottom: 45px;
}
.bottomSection .quoateBlock{
    max-width: 750px;
    width: 100%;
    margin-bottom: 50px;
}
.bottomSection .coursesBlock{
    max-width: 809px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.bottomSection .coursesBlock .spanOne{
    display: block;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    margin-bottom: 20px;
}
.bottomSection .coursesBlock .spanSecond{
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Main Wrapper */
.campus-section-wrapper {
    background: linear-gradient(180deg, #590000 0%, #a02316 60%, #e65c2e 100%);
    min-height: 100vh;
    padding: 60px 0; /* Removing side padding to allow full width 1650px */
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

/* 
   UPDATED: Width set to 1650px 
   max-width: 100% ensures it doesn't break on smaller laptops
*/
.campus-container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; /* Safe area for edges */
    box-sizing: border-box;
}

/* Header styling */
.campus-header-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 30px;
}

.campus-title-area {
    flex: 0 0 30%;
    min-width: 300px;
}

.campus-main-title {
    font-size: 3.5rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.1;
}

.campus-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 400px;
}

.campus-tabs-container {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.campus-tab-btn {
    padding: 15px 15px;
    border-radius: 8px;
    background-color: #fff;
    color: #8b1e15;
    cursor: pointer;
    transition: all 0.3s ease;
     font-family: 'Halyard Micro Medium';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -4%;
    text-align: center;
}

.campus-tab-btn.active {
    background: linear-gradient(90deg, #c0392b, #e74c3c);
    color: white;
}

/* Slider Section */
.campus-slider-display-area {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

.campus-tab-pane {
    display: none;
    animation: campusFade 0.6s ease;
}
.campus-tab-pane.active { display: block; }

@keyframes campusFade {
    from { opacity: 0; } to { opacity: 1; }
}

/* Slider Section */
.campus-slider-display-area { width: 100%; position: relative; padding-bottom: 60px; }
.campus-tab-pane { display: none; animation: campusFade 0.6s ease; }
.campus-tab-pane.active { display: block; }
@keyframes campusFade { from { opacity: 0; } to { opacity: 1; } }

/* Swiper Styling */
.campus-gallery-slider {
   padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.campus-gallery-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    /* Fixed width is better for this specific look than percentages */
    width: 500px; 
    height: 350px; /* Adjust height as needed */
    border-radius: 15px;
    /* Optional: Fade side slides */
    opacity: 1; 
    transition: all 0.3s;
}

/* Specific styling for the Active (Middle) Slide */
.campus-gallery-slider .swiper-slide-active {
    opacity: 1;
    /* The 3D effect comes from JS, but you can add shadow here */
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* 
   EXACT DIMENSIONS FOR SLIDES 
   Base size = Middle Image Size (576 x 453)
*/
.swiper-slide.campus-slide {
    width: 576px;  /* Matches Middle Image Width */
    height: 453px; /* Matches Middle Image Height */
    position: relative;
    transition: all 0.3s ease;
}

/* 
    The Card Design 
*/
.campus-card-inner {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    /* Default State (Side Slides): Transparent bg, image fills height */
    background: transparent;
    transition: all 0.3s ease;
}

.campus-img-wrapper {
    width: 100%;
    /* Default: Image fills height (for side slides) */
    height: 100%; 
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.campus-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* Darken side images slightly */
    filter: brightness(0.7); 
    transition: filter 0.3s ease;
}

/* Side Slide Text: Overlay */
.campus-slide-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.campus-slide-info span {
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

/* 
   ACTIVE SLIDE STYLING (The Center Card) 
   Swiper keeps dimensions 576x453, but we style the inside.
*/
.swiper-slide-active .campus-card-inner {
    background: #fff; /* White background */
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    padding: 12px; /* Creates the white border effect */
    box-sizing: border-box;
}

.swiper-slide-active .campus-img-wrapper {
    /* Reduce image height to make room for text block below */
    height: 82%; 
    border-radius: 10px;
}
.swiper-slide-active .campus-img-wrapper img {
    filter: brightness(1); /* Full brightness */
}

/* Active Slide Text: Block below image */
.swiper-slide-active .campus-slide-info {
    position: relative;
    bottom: auto;
    left: auto;
    height: 18%; /* Remaining height */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffeae6; /* Light pink background */
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
    color: #c0392b; /* Red Text */
}
.swiper-slide-active .campus-slide-info span {
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: none;
}

/* Navigation */
.campus-nav-container { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
.campus-nav-prev, .campus-nav-next , .industry-nav-next, .industry-nav-prev{ width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.2); border: 2px solid #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; transition: 0.3s; }
.campus-nav-prev:hover, .campus-nav-next:hover { background: #fff; color: #c0392b; }

.industry-nav-next:hover, .industry-nav-prev:hover {
    background: #fff;
    color: #c0392b;
}

/* Industry CSS */
/* --- Base Styles --- */
        .industrySection{
            padding: 100px 0 0px;
        }
        .industrySection .sectionHeading{
            font-size: 64px;
        }
        .industry-section-wrapper {
          
            background-color: inherit;
            width: 100%;
            padding: 40px 0 0;
            overflow: hidden;
            box-sizing: border-box;
        }

        .industry-slider-container {
            width: 100%;
            padding: 60px 0 20px 20px;
        }

        /* Target specific swiper instance */
        .industry-swiper {
            width: 100%;
            height: 497px;
            padding-bottom: 20px;
        }

        .industry-swiper .swiper-wrapper {
            align-items: stretch;
           padding-left: 50px;
        }

        /* --- SLIDE BASE --- */
        .industry-slide {
            /* Collapsed State Dimensions */
            width: 435px;
            height: 100%;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
            background: #fff;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            margin-right: 20px; 
        }

        /* --- EXPANDED STATE --- */
        .industry-slide.industry-is-expanded {
            width: 1044px; /* Expanded Width */
            max-width: 90vw;
            background: #fffbf5;
            border: 1px solid #e6dec5;
        }

        /* --- 1. COLLAPSED VIEW --- */
        .industry-collapsed-view {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 25px;
            box-sizing: border-box;
            opacity: 1;
            transition: opacity 0.3s ease;
            z-index: 5;
        }

        .industry-slide.industry-is-expanded .industry-collapsed-view {
            opacity: 0;
            pointer-events: none;
            z-index: 0;
        }

        .industry-bg-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -2;
            transition: transform 0.5s;
        }
        
        .industry-slide:hover .industry-bg-img {
            transform: scale(1.05);
        }

        .industry-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(58, 10, 10, 0.9) 10%, transparent 60%);
            z-index: -1;
        }

        .industry-collapsed-title {
            color: white;
            font-size: 1.4rem;
            font-weight: 600;
            margin: 0;
            line-height: 1.3;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .industry-plus-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 89px;
            height: 89px;
            border-radius: 50%;
            background: url('../images/industry/plus.svg') no-repeat center center;
            background-size: contain;
            border: 1px solid rgba(255,255,255,0.6);
            color: white;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(4px);
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            z-index: 10;
        }

        .industry-plus-btn:hover {
            transform: scale(1.1) rotate(90deg);
        }

        /* --- 2. EXPANDED VIEW --- */
        .industry-expanded-view {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            opacity: 0;
            transition: opacity 0.4s ease 0.3s; 
            z-index: 0;
            overflow: hidden;
            background: url(../images/industry/bg.webp) no-repeat ;
        }

        .industry-slide.industry-is-expanded .industry-expanded-view {
            opacity: 1;
            z-index: 10;
        }

        .industry-content-col {
            width: 55%;
            padding: 40px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            overflow-y: auto;
        }

        .industry-content-title {
            color: #5c1818;
            font-size: 2rem;
            margin-top: 0;
            margin-bottom: 20px;
            border-bottom: 2px solid rgba(92, 24, 24, 0.1);
            padding-bottom: 15px;
        }

        .industry-image-col {
            width: 45%;
            padding: 44px;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .industry-image-col img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: -5px 0 20px rgba(0,0,0,0.1);
        }

        /* --- INTERNAL ACCORDION --- */
        .industry-accordion-list {
            flex-grow: 1;
        }

        .industry-acc-item {
            border-bottom: 1px solid #e0d8c0;
            margin-bottom: 0;
        }

        .industry-acc-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 5px;
            cursor: pointer;
            font-weight: 600;
            color: #333;
            transition: color 0.2s;
            font-size: 20px;
        }
        
        .industry-acc-header:hover {
            color: #8a1c1c;
        }

        .industry-acc-body {
            max-height: 0;
            overflow: hidden;
            font-size: 0.95rem;
            color: #555;
            transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            line-height: 1.6;
            padding: 0 5px;
        }

        .industry-acc-item.industry-active .industry-acc-body {
            max-height: 200px;
            padding-bottom: 15px;
        }
        
        .industry-acc-item.industry-active .industry-acc-header {
            color: #8a1c1c;
        }



/* Footer CSS */
footer{
    background-color: #661B20;
    padding: 15px 0;
}
footer p{
    font-weight: 400;
    font-style: Bold;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: -2%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

.dc-none
{
    display: none;
}




.sticky-apply-btn {
  position: fixed;
  top: 35%;
  right: 0;
  /* Adjust the offset to center vertically */
  transform: translateY(-50%) rotate(-90deg); 
  /* Sets the rotation pivot point to the right edge */
  transform-origin: bottom right; 
  
  /* Styling */
  background: linear-gradient(180deg, #F26522 0%, #C44000 100%);

  color: white;
  padding: 12px 24px;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px 4px 0 0; /* Rounds the top corners (which become left corners when rotated) */
  box-shadow: -2px 0 8px rgba(0,0,0,0.2);
  z-index: 9999; /* Ensures it stays on top of other content */
  transition: right 0.3s ease;
  font-family: 'Halyard Micro Bold';
}



/* --- Responsive --- */



@media screen and (max-width: 1800px){
    .contentBlock h1{
        font-size: 54px;
    }
    .quoateBlock .inner{
        font-size: 36px;
    }
}
@media screen and (max-width: 1600px){
    .contentBlock h1{
        font-size: 40px;
    }
    .quoateBlock{
        max-width: 588px;
    }
    .quoateBlock .inner{
        font-size: 32px;
    }
    .contentBlock{
        padding: 120px 0 120px;
        width: 45%;
    }
    .testimonial-image-area img
    {
        object-position: bottom center;
    }
    .infoHistoryCol
    {
        font-size: 16px;
    }
    .infoHistory p
    {
        font-size: 20px;
    }
    .eductaionSection .container
    {
        max-width:95%;
    }
      .transformationCol
    {
        width:35%;
        padding: 15px;
    }
    .transformationSection .container{
        background-size: auto 500px;
    }
}
@media screen and (max-width: 1440px){
    .contentBlock h1{
        font-size: 36px;
    }
     .contentBlock{
        width: 40%;
     }
     .formContainer{
        width: 27%;
     }
     .contentBlock h1 .spanSecond{
        font-size: 20px;
     }
     .transformationCol{
        width: 32%;
     }
     .transformationSection .container{
        background-size: auto 450px;
     }
     .transformationCol .heading span{
        font-size: 28px;
     }
     .growUl li{
        background-size: 60px 60px;
     }
     .valueUl li{
        line-height: 55px;
     }
    .quoateBlock .inner{
        font-size: 24px;
    }
    .transformationCol {
      background: rgba(255,255,255,0.9);
    }
    .transformationCol1 .bottomBlock {
        max-width: 100%;
    }
    .collaborationsSection {
        padding: 0 0 0px;
    }
    .recruiterSection {
    padding: 80px 0 30px;
    }
    .experienceSection
    {
        padding: 30px 0 100px;
    }
    .legacyColumn
    {
        font-size: 18px;
    }
    .legacyColumn
    {
        padding: 148.5px 10px 31.5px;
    }
    .rightSideEduCol .cardHeading
    {
        font-size: 20px;
    }
    .eductaionSection .leftSide {
      max-width: 30%;
    }
    .bottomContainer
    {
        padding: 100px 0 160px;
        background-size: auto calc(60% - 20px), auto 60%, 15% auto, 15% auto;
    }
    .promisesContainer
    {
        max-width: 95%;
    }
    .vissionMission span{
        font-size: 32px;
    }
    .sectionHeadingMd{
        font-size: 32px;
    }
    .industrySection .sectionHeading{
        font-size: 40px;
    }
    .industry-content-title{
        font-size: 21px;
    }
    .sectionHeadingSm{
        font-size: 30px;
    }
    .mit-l2-btn{
        padding: 8px 21px 8px 60.5px;
        background-size: 25px 25px, cover;
        font-size: 16px;
    }
    .industry-collapsed-title{
        font-size: 1rem;
    }
    .industry-plus-btn{
        width: 50px;
        height: 50px;
    }
    .curriculumColumn{
        font-size: 24px;
    }
    .weBuild span{
        font-size: 32px;
    }
    .sectionHeading{
        font-size: 32px;
    }
    .transformationSection .sectionHeading{
        max-width: 1080px;
    }
    .infoHistoryCol{
        background-size: 60px 60px;
    }
    .mit-l3-btn{
        font-size: 24px;
    }
    .programSectionMain{
        padding-top: 42px;
    }
    .ttlForm{
        font-size: 28px;
    }
    footer p{
        font-size: 16px;
    }
    .promise-tab{
        font-size: 24px;
    }
}
@media screen and (max-width: 1280px){
    .contentBlock {
        width: 34%;
    }
    .contentBlock h1{
        font-size: 28px;
    }
    .contentBlock h1 .spanSecond{
        font-size: 16px;
    }
    .quoateBlock .inner{
        font-size: 18px;
    }
    .contentBlock{
        padding: 100px 0 100px;
    }
    .transformationSection .container{
        background-size: auto 400px;
    }
    .formContainer{
        width: 26%;
    }
  
    .valueUl li{
        padding-left: 60px;
        line-height: 40px;
    }
    .industrySection .sectionHeading{
        font-size: 48px;
    }
    .growUl li{
        padding-top: 70px;
        background-size: 60px 60px;
    }
    .transformationCol .heading span
    {
        font-size: 24px;
    }
    .mit-program-section
    {
      padding: 0 20px;
    }
    .mitHeader
    {
        display: block;
    }
    .mit-l2-btn
    {
        font-size: 15px;
    }
    .mit-program-list
    {
        max-width: 300px;
    }
    .card-courses.highlight-style {
        min-width: 250px;
    }
    .mit-l4-btn
    {
        padding: 15px 12px;
    }
    .infoHistory
    {
        max-width: 400px;
    }
    .bottomContainer
    {
        padding: 100px 0 160px;
    }
    .bottomSection .coursesBlock {
     max-width: 100%;
     margin-bottom: 50px;
    }
    .bottomContainer {
      background-size: auto calc(400px - 20px), auto 400px, 25% auto, 25% auto;
    }
    .tabPromises
    {
        width: 115%;
    }
    .promise-tab
    {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .industrySwiper { height: auto; }
   
    .industry-slide-inner { flex-direction: column-reverse; }
    .industry-slide.swiper-slide-active .industry-text-panel { width: 100%; height: 60%; padding: 20px; }
    .industry-slide.swiper-slide-active .industry-image-panel { width: 100%; height: 40%; padding: 0; }
    .industry-slide.swiper-slide-active .industry-image-panel img { border-radius: 0; }



    .mit-level-4-wrapper
    {
        flex-wrap: wrap;
        min-height: auto;
    }
    .mit-program-list {
        max-width: 100%;
        flex-direction: inherit;
        font-size: 16px;
    }
    .mit-program-list .mit-l4-btn
    {
        font-size: 16px;
        width: 100%;
    }
    .mit-level-2-tabs
    {
        width: 100%;
        flex-wrap: inherit;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .mit-level-2-tabs .mit-l2-btn
    {
      min-width: 300px;
    }
    .vissionMission span
    {
        font-size: 32px;
    }
    .legacyRow
    {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .legacyColumn {
     max-width: 30%;
    }
    .curriculumColumn
    {
        font-size: 20px;
        padding: 139px 10px 48px;
    }
    .historySection .container
    {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .infoHistory
    {
        max-width: 100%;
    }
    .historySection .sectionHeading {
      width: 100%;
    }
    .infoHistoryRow
    {
        margin: 0px auto 30px;
    }
    .historySection
    {
        padding: 300px 0 30px;
        background:#220607 url(../images/history/bg.webp) no-repeat top center;
        background-size: 100%;
    }
    .sectionHeadingMd
    {
        font-size: 32px;
    }
    .eductaionSection .leftSide {
        max-width: 100%;
    }
    .eductaionSection .container
    {
        flex-wrap: wrap;
    }
    .rightSideEduCol .cardHeading {
        min-height: 100px;
    }
    .rightSideEduCol
    {
        padding: 30px 10px;
    }
    .leftPromisesColumn h3.sectionHeadingSm
    {
        display: none;
    }
    .dc-none
    {
        display: block;
        text-align: center;
    }
    .promisesContainer
    {
        margin: 30px auto 0;
    }
    .RightPromisesColumn {
      position: relative;
      height: 400px;
      width: 75%;
    }
    .tabPromises {
        width: 110%;
        margin: 100px 0 0 0;
    }

.promise-tab:nth-child(1) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-1.webp), #FFF8EEB0; 
    background-size:35px auto ,50px 50px, cover;
    background-position:right 22px center,  left 10px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(2) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-2.webp), #FFF8EEB0; 
     background-size:35px auto ,50px 50px, cover;
    background-position:right 22px center,  left 10px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(3) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-3.webp), #FFF8EEB0; 
     background-size:35px auto ,50px 50px, cover;
    background-position:right 22px center,  left 10px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(4) { 
    background: url(../images/promises/brownWhite.webp), url(../images/promises/tab-4.webp), #FFF8EEB0; 
     background-size:35px auto ,50px 50px, cover;
    background-position:right 22px center,  left 10px center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

.promise-tab:nth-child(1).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-1.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:35px auto ,50px 50px, cover;}
.promise-tab:nth-child(2).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-2.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:35px auto ,50px 50px, cover;}
.promise-tab:nth-child(3).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-3.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:35px auto ,50px 50px, cover;}
.promise-tab:nth-child(4).active{ background-image: url(../images/promises/arrowWhite.webp),url(../images/promises/tab-active-4.webp),linear-gradient(180deg, #F26522 0%, #C44000 100%);
background-size:35px auto ,50px 50px, cover;}

.promise-tab
{
    padding: 28px 79px 28px 71px;
}



} 
@media screen and (min-width: 769px) and (max-width: 1080px) {
    .contentBlock{
        margin-left: auto;
        margin-right: unset;
    }
    .contentBlock h1 {
        font-size: 36px;
    }
    .quoateBlock .inner {
        font-size: 24px;
    }
    .contentBlock {
        padding: 80px 0 100px;
        width: 60%;
    }
    .formContainer {
        position: unset;
        margin: 30px auto 30px;
        width: calc(100% - 60px);
    }
    .valueUl li
    {
        background-size: 70px auto;
    }
    .transformationCol .heading
    {
        padding: 17px 10px;
    }
}

@media screen and (max-width: 768px){
    .heroBannerSection{
        background: url('../images/heroBanner/bgMb.webp') no-repeat center bottom;
        background-size: cover;
    }
    .heroBannerSection .container{
        background-size: auto 354px;
        background-position: center bottom;
    }
    .contentBlock{
        padding: 50px 0 380px;
    }
    .contentBlock{
        width: 100%;
        max-width: 100%;
    }
    .formContainer {
        position: unset;
        margin: 30px auto 30px;
        width: calc(100% - 60px);
    }
  
    .RightPromisesColumn {
        min-height: auto; /* Allow auto height on mobile */
        width: 100%;
    }
     .bottomContainer
        {
            padding: 100px 0 339px;
        }
}
@media screen and (max-width: 767px)
{
    .transformationRow
    {
        flex-wrap: wrap;
    }
    .transformationSection .container{
        background-size: auto 300px;
    }
    .transformationCol
    {
        width:100%;
        padding: 15px;
    }
    .valueUl li
    {
        line-height: 37px;
    }
    .sectionHeading
    {
        font-size: 32px;
    }
    .transformationCol
    {
        margin: 0px auto 20px;
    }
    .vissionMission span
    {
        font-size: 24px;
    }
    .vissionMission::before
    {
        width: 156px;
        background-position: 0 0;
    }
    .vissionMission::after
    {
        width: 156px;
        background-position:100% 100%;
    }
    .vissionMission
    {
       padding: 84px 0px 84px;
    }
    .mit-program-list .mit-l4-btn {
       min-width: 240px;
    }
    .mit-program-list
    {
        overflow-x: auto;
    }
    .details-grid {
     display: block;
    }
    .detail-card
    {
       margin: 0 0 20px 0;
    }
    .recruiterSection {
        padding: 50px 0 40px;
    }
    .collaborationsSection {
        padding: 0 0 0px;
    }
    .experienceSection {
      padding: 40px 0 50px;
    }
    .mit-l3-btn
    {
        font-size: 20px;
    }
    .details-title
    {
        font-size: 24px;
    }
    .mit-l1-btn
    {
        padding: 15px 7px;
        font-size: 16px;
    }
     .historySection
    {
        padding: 200px 0 30px;
        background:#220607 url(../images/history/mob-bg.webp) no-repeat top center;
        background-size: 100%;
    }
     .promise-tab {
         padding: 18px 79px 18px 71px;
    } 
    .RightPromisesColumn {
        min-width: 64%;
    }
    .tabPromises {
        width: 132%;
    }
    .sectionHeadingSm
    {
        font-size: 26px;
    }
    .experienceSection .note
    {
        font-size: 18px;
    }

    /* Industry CSS */
    .industrySection .sectionHeading{
        font-size: 32px;
    }
    .industrySection .sectionHeadingMd{
        font-size: 20px;
    }
    .industry-collapsed-view{
        display: none;
    }
    .industry-expanded-view{
        position: unset;
        flex-direction: column;
        opacity: 1;
        visibility: visible;
    }
    .industry-image-col{
        width: 100%;
       
    }
    .industry-slide.industry-is-expanded, .industry-slide{
        width: 289px;
    }
    .industry-content-col{
        width: 100%;
        order: 2;
        padding: 3px;
    }
    .industry-swiper{
        height: unset;
    }
    .industry-content-title{
        font-size: 18px;
        margin-bottom: 0;
    }
    .industry-acc-header{
        padding: 10px 5px;
        font-size: 14px;
    }
     .mit-level-2-tabs {
        overflow-x: unset;
        flex-direction: column;
    }
    .mit-l2-btn{
        padding: 10px 10px 10px 60px;
        background-size: 30px 30px, cover;
    }
    /* .sticky-apply-btn{
        width: 100%;
        top: auto;
        bottom: 0;
        transform: unset;
        left: 0;
        z-index: 999;
        text-align: center;
    } */
     .sticky-apply-btn {
        font-size: 14px;
        padding: 10px;
        line-height: 1;
     }
     .nxFloatBtn{
        display: none;
     }
    .transformationSection{
        background-size: auto 413px;
        background-position: right bottom;
    }
    .valueUl li {
        font-size: 18px;
        padding-left: 50px;
    }
        .transformationCol::after{
            content: "";
            position: absolute;
            z-index: 99;
            width: 43px;
            height: 114px;
        }
        .transformationCol1::after{
            left: 30px;
            top: 100%;
            background: url('../images/university/line-mb-1.webp') no-repeat center center;
            background-size: contain;
        }
        .transformationCol2::after{
            right: 30px;
            bottom: 100%;
            background: url('../images/university/line-mb-2.webp') no-repeat center center;
            background-size: contain;
        }
        .industry-image-col{
            padding: 10px;
        }
        .industry-content-col{
            height: 300px;
        }
         .promise-tab:nth-child(1), .promise-tab:nth-child(2), .promise-tab:nth-child(3), .promise-tab:nth-child(4){ 
            background: url(../images/promises/brownWhite.webp), #FFF8EEB0;
            background-repeat: no-repeat;
            background-size:35px 20px, cover;
            background-position: right 20px center,left center ;
            padding: 15px 50px 15px 10px;
        }
        .promise-tab:nth-child(1).active, .promise-tab:nth-child(2).active, .promise-tab:nth-child(3).active, .promise-tab:nth-child(4).active{ 
            background-image: url(../images/promises/arrowWhite.webp), linear-gradient(180deg, #F26522 0%, #C44000 100%);
            background-size:30px 30px, cover;
            background-position: right 20px center,left center ;
            padding: 15px 50px 15px 10px;
        }
        
         .leftPromisesColumn {
        display: none;
    }

    /* Make Right Column full width */
    .RightPromisesColumn {
        width: 100%;
        padding-bottom: 40px; /* Space for pagination dots */
        position: relative;
    }

    /* Ensure all images are visible for the slider (override display:none) */
    .promise-img {
        display: block !important; 
        position: relative;
    }
    .RightPromisesColumn{
        min-width: 100%;
    }
    .promise-caption{
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        background-color: #e65c2e;
        text-align: center;
        color: #ffffff;
        padding: 5px 10px;
    }
    .swiper-pagination-bullet-active{
        background-color: #e65c2e;
    }
}





@media screen and (max-width: 560px){
    .contentBlock h1{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .contentBlock h1 .spanOne{
        margin-top: 10px;
        font-size: 16px;
    }
    .contentBlock h1 .spanSecond{
        margin-top: 10px;
        font-size: 16px;
    }
    .quoateBlock .inner{
        font-size:16px;
    }
    .mit-l1-btn {
        padding: 10px 7px;
        font-size: 14px;
        font-weight: 500;
    }

    /* header .btnPrimary{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        z-index: 999;
    }
    header .btnPrimary span{
         width: 100%;
         border-radius: 0;
    } */
       
    

    .sectionHeadingMd
    {
        font-size: 26px;
    }
    .mit-level-4-wrapper
    {
        padding: 20px 10px;
    }
    .recruiterSection .sectionHeading, .collaborationsSection .sectionHeading {
        margin-bottom: 24px;
    }
    .legacyColumn {
     max-width: 47%;
    }
    .experienceSection .note
    {
        font-size: 20px;
    }
    .transformationSection .container
    {
        padding: 30px 0 20px;
    }
    .curriculumRow {
       flex-wrap: wrap;
       justify-content: space-between;
    }
    .curriculumColumn
    {
        max-width: 47%;
    }
    .weBuild span
    {
        font-size: 28px;
    }
    .curriculumSection .note p {
      max-width: 100%;
    }
    .infoHistory p {
      font-size: 15px;
    }
    .rightSideEduRow
    {
        flex-wrap: wrap;
    }
    .rightSideEduCol
    {
        max-width: 100%;
    }
    .eductaionSection {
     padding: 30px 0;
    }
    footer p
    {
        font-size: 15px;
    }
    .bottomContainer {
      background-size: auto calc(260px - 20px), auto 260px, 40% auto, 40% auto;
      padding: 40px 0 265px;
    }
    .bottomSection .coursesBlock .spanSecond
    {
        font-size: 16px;
    }
     .bottomSection .coursesBlock {
        margin-bottom: 16px;
    }
    .middleBlock {
      max-width: 100%;
      width: calc(100% - 30px);
      margin: 0 auto;
    }
    .logo img {
      height: auto;
      max-width: 100%;
    }
    .btnPrimary span
    {
        background: linear-gradient(180deg, #F26522 0%, #C44000 100%);
        padding: 15px 27px;
       font-size: 14px;
    }
    .btnPrimary
    {
        padding: 0;
    }
    .leftPromisesColumn
    {
        position: absolute;
        width: 45%;
        left: 10px;

    }
    .promisesContainer {
        flex-direction: row-reverse;
    }
    .RightPromisesColumn
    {
        width: 70%;
    }
    .promise-tab {
        font-size: 14px;
        font-weight: 500;
    }
    .transformationRow
    {
        gap:300px;
    }
    .transformationSection .container
    {
        background-size: auto 250px;
    }

     .sectionHeading {
        font-size: 28px;
    }
    .transformationSection .sectionHeading
    {
        margin-bottom: 35px;
    }
    .transformationCol .heading span {
        font-size: 22px;
    }
    .bottomSection .quoateBlock {
      max-width: 89%;
      margin-bottom: 50px;
    }
    .mit-level-1-tabs {
      display: flex;
      gap: 1px;
    }
    .campus-header-row{
        flex-direction: column;
        align-items: center;
    }
    .campus-tabs-container{
        justify-content: center;
    }
    .campus-tab-btn{
        font-size: 13px;
        padding: 10px 5px;
        max-width: 50%;
    }
    .campus-title-area{
        text-align: center;
    }
    .campus-section-wrapper{
        min-height: unset;
        padding: 60px 0 20px;
    }
    .campus-slider-display-area{
        padding-bottom: 0;
    }
    .swiper-slide.campus-slide{
        max-width: 100%;
    }
     .swiper-slide-active .campus-slide-info span{
        font-size: 1rem;
        white-space: wrap;
     }       
}

@media screen and (max-width: 430px){
    .contentBlock h1{
        font-size: 30px;
    }
    .logo img{
        height: 43px;
    }
    .transformationSection .sectionHeading{
        font-size: 24px;
    }
    .growUl li{
        background-size: 45.93px 45.93px;
        padding-top: 50px;
        margin-bottom: 20px;
    }
    .bottomBlock p{
        font-size: 16px;
    }
    .legacyColumn {
        max-width: 46%;
        border-radius: 10px;
    }
    .sectionHeading {
        font-size: 26px;
    }
    .curriculumColumn
    {
     max-width: 46%;
     border-radius: 10px;
    }
    .promise-tab {
        padding: 18px 53px 18px 65px;
    }
    .RightPromisesColumn {
      width: 80%;
    }
    .mit-program-section {
        padding: 0 10px;
     }
     .mit-l1-btn {
        font-size: 13px;
   }
    .transformationCol .heading span {
    font-size: 16px;
  }
  .transformationCol
  {
    padding: 20px 20px;
  }
  .bottomNote{
    font-size: 18px;
    padding: 0;
    box-shadow: unset;
    line-height: 135%;
  }
  .programSectionMain{
    padding-top: 0;
  }
  .valueUl li {
    line-height: 37px;
    font-size: 15px;
    padding-left: 55px;
  }
  .btnPrimary span
  {
    padding: 15px 17px;
  }
  footer{
    margin-bottom: 60px;
  }
  .industrySection{
    padding: 40px 0 0;
  }
  .legacyColumn{
    background-size: 60px 60px;
    padding-top: 105px;
  }
  .experienceSection .note{
    font-size: 16px;
  }
  .sectionHeadingSm{
    font-size: 24px;
  }
}


