html{scroll-behavior:smooth;scroll-padding-top: 100px;-webkit-text-size-adjust:100%;}
body{font-family: Graphik, Arial, Helvetica, sans-serif;;-webkit-font-smoothing:antialiased;-webkit-animation:fix 1s 1;animation:fix 1s 1;overflow-x:hidden;line-height:1.3em;font-weight:400;color:#000}
h1,h2,h3,h4,h5{color:#000;font-weight:600;margin-bottom:20px}
a{color:#b5121b}
a:hover{color:#b5121b}
/* a,a:hover{text-decoration:none} */
a:focus{outline:0}
p{margin:0 0 10px;font-size:17px;line-height:1.5em;}
p:last-child{margin-bottom:0}
h1{font-size:3em;line-height:1.4em}
h2{font-size:2.667em;line-height:1.4em}
h3{font-size:2.056em;line-height:1.4em}
h4{font-size:1.611em;line-height:1.4em}
h5{font-size:1.222em;line-height:1.4em}
.dtr-pt-100, .dtr-py-100{padding-top:100px;}
.dtr-pt-80, .dtr-py-80{padding-top:80px;}
.dtr-pt-50, .dtr-py-50{padding-top:50px;}
.dtr-pt-30, .dtr-py-30{padding-top:30px;}
.dtr-pb-100, .dtr-py-100{padding-bottom:100px}
.dtr-pb-80, .dtr-py-80{padding-bottom:80px}
.dtr-pb-50, .dtr-py-50{padding-bottom:50px}
.dtr-pb-30, .dtr-py-30{padding-bottom:30px}
ol,ul{margin:0 0 10px;padding:0;list-style-position:outside;display:block}
ol li,ul li{margin-bottom:8px;display:inline-block}
.accordion{--bs-accordion-btn-focus-border-color:unset;--bs-accordion-btn-focus-box-shadow:unset}
::-webkit-input-placeholder{color:rgba(5,24,43,.3)}
:-moz-placeholder{color:rgba(5,24,43,.3)}
::-moz-placeholder{color:rgba(5,24,43,.3)}
:-ms-input-placeholder{color:rgba(5,24,43,.3)}
input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover{border-color:#c21734;transition:background-color 5000s ease-in-out 0}

.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:15px 30px;
  border-radius:6px;
  font-weight:700;
  font-size:15.5px;
  cursor:pointer;
  border:1.5px solid transparent;
  transition:transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, background .3s ease, color .3s ease;
  white-space:nowrap;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.btn::before{
  content:'';position:absolute;top:0;left:-60%;width:40%;height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.55), transparent);
  transform:skewX(-20deg);z-index:1;transition:left .6s ease;
}
.btn:hover::before{left:130%;}
.btn-primary{background:#284C77;color:#fff;box-shadow:0 16px 34px -12px rgba(40,76,119,.55);}
.btn-primary:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 20px 38px -10px rgba(40,76,119,.65);}
.btn-outline{background:transparent;border-color:#284C77;color:#284C77;}
.btn-outline:hover{background:#284C77;color:#fff;transform:translateY(-3px) scale(1.03);}

section.sticky-nav{background:#fff;padding:0; display:none} 
section.sticky-nav.sticky{position:fixed;top:0;width:100%;z-index:999;  display:block;border-bottom: 1px solid #e7e7e7;}
ul.navbar-nav li.nav-item { font-size: 14px; font-weight: 400; padding-right: 4px; padding-top: 0; display: inline-block;text-align: center;}
nav.navbar.navbar-expand-lg a.navbar-brand img { height:56px; margin: 6px 0; }
nav.navbar.navbar-expand-lg { width: 100%; padding: 5px; z-index: 999; margin-top: 0px;border-bottom:1px solid #D6D3C8;background: #fff;} 
nav.navbar.navbar-expand-lg.show {background: #fff;}
ul.navbar-nav.ms-auto {margin-top: 20px;}
ul.navbar-nav li.nav-item a { color: #0a1517; font-size: 16px; text-decoration: none; text-align: center;font-weight: 500; }
/* ul li.nav-item.apply-link a { color: #fff; padding: 10px 20px !important; margin-left: 11px; margin-top: -4px; }  */
ul li.nav-item.apply-link a { display: inline-block; padding: 15px 30px; border-radius: 6px; font-weight: 500; font-size: 17px; cursor: pointer; border: 1.5px solid transparent; transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, background .3s ease, color .3s ease; white-space: nowrap; position: relative; overflow: hidden; isolation: isolate; background: #b5121b; color: #fff; box-shadow: 0 16px 34px -12px rgba(40, 76, 119, .55); text-decoration: none; margin-left: 10px; position: relative; top: -8px; }
ul li.nav-item.apply-link a:before { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), transparent); transform: skewX(-20deg); z-index: 1; transition: left .6s ease; }
ul li.nav-item.apply-link:hover a:before { left: 130%; }  
ul li.nav-item.apply-link:hover{color:#fff}
/* Apply Now CTA */

.button {line-height: 1;text-decoration: none;display: inline-flex;border: none;cursor: pointer;align-items: center;gap: .75rem;background-color: #000;color: #fff;border-radius: 10rem;font-weight: 500;padding: .75rem 1.5rem;padding-left: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: background-color .3s;padding: 15px 30px 15px 30px;}
.button{line-height:1;text-decoration:none;display:inline-flex;border:none;cursor:pointer;align-items:center;gap:.75rem;background-color:#000000;color:#fff;border-radius:10rem;font-weight:600;padding:1rem 1.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .3s;}
.button__icon-wrapper{flex-shrink:0;width:25px;height:25px;position:relative;color:var(--clr);background-color:#fff;border-radius:50%;display:grid;place-items:center;overflow:hidden}
.button:hover{background-color:#a204fe}
.button:hover .button__icon-wrapper, .button__icon-wrapper{color:#000 !important}
.button__icon-svg--copy{position:absolute;transform:translate(-150%,150%)}
.button:hover .button__icon-svg:first-child{transition:transform .3s ease-in-out;transform:translate(150%,-150%)}
.button:hover .button__icon-svg--copy{transition:transform .3s ease-in-out .1s;transform:translate(0)}
a.button.text-center:hover{color:#fff}

/* Download brochure CTA  */
/*
button.cssbuttons-io-button.brochure-cta.download-link.ctawhite{color: #fff;border: 1px solid #ffffff;}
button.cssbuttons-io-button.brochure-cta.download-link.ctawhite .svgIcon {fill: #ffffff;}
button.cssbuttons-io-button.brochure-cta.download-link.ctawhite .icon2 {border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; border-right: 2px solid #ffffff; }
*/
/*button.cssbuttons-io-button.brochure-cta.download-link{padding:15px 25px}*/
.cssbuttons-io-button { font-family: inherit; font-weight: 500; font-size: 17px; padding: 14px 22px; letter-spacing: .05em; border-radius: 15px; display: inline-block; background: #2B2A29; border: 1px solid #2B2A29; color: #fff; }
.cssbuttons-io-button:hover{color:#fff;background:#A917FE;border:1px solid #A917FE!important}
.cssbuttons-io-button span{font-weight:400}
.cssbuttons-io-button{position:relative;transition-duration:.3s;box-shadow:2px 2px 10px #0000001c}
.svgIcon { fill: #fff; width: auto; height: 16px;}
.cssbuttons-io-button .icon2{width:16px;height:5px;border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #fff}
.cssbuttons-io-button span.dbtext{padding-left:5px;padding-right: 20px;}
.cssbuttons-io-button:hover{background-color:#A917FE;transition-duration:.3s}
.cssbuttons-io-button:hover .icon2{border-bottom:2px solid #ebebeb;border-left:2px solid #ebebeb;border-right:2px solid #ebebeb}
.cssbuttons-io-button:hover .svgIcon{fill:#fff;animation:slide-in-top .6s cubic-bezier(0.250,0.460,0.450,0.940) both}
.cssbuttons-io-button span.download-icon{font-weight:600;display:inline-flex;flex-direction:column}
@keyframes slide-in-top {
0%{transform:translateY(-10px);opacity:0}
100%{transform:translateY(0px);opacity:1}
}


/* Base button style */
.playbutton { font-size: 17px; border-radius:15px; padding: 2px; font-weight: 500; cursor: pointer; position: relative; overflow: hidden; transition: all 0.3s ease; transform-origin: center; display: inline-block;border: 2px solid #2c2c2c;}

/* Content styling */
.playbutton span { border-radius: 10px; padding: 0.7em 1.3em; padding-right: 1.2em; width: 100%; display: flex; align-items: center; gap: 12px; color: rgb(0 0 0); transition: all 0.3s ease; background-color: rgb(255 255 255); }
/* .playbutton:hover span {background-color: rgb(26, 25, 25);} */
.button-overlay { position: absolute; inset: 0; pointer-events: none; background: repeating-conic-gradient( rgb(48, 47, 47) 0.0000001%, rgb(51, 51, 51) 0.000104% ) 60% 60%/600% 600%; filter: opacity(10%) contrast(105%); -webkit-filter: opacity(10%) contrast(105%); }
.playbutton svg {width: 15px;height: 15px;margin-left: 10px;}
.playbutton::after { content: ""; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: radial-gradient( circle, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70% ); transform: translate(-50%, -50%) scale(0); transition: transform 0.6s ease, opacity 0.8s ease; opacity: 0; pointer-events: none; }
.playbutton:hover::after { width: 200%; height: 200%; transform: translate(-50%, -50%) scale(1); opacity: 1; }
.playbutton:active::before { content: ""; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); transform: translate(-50%, -50%) scale(0); animation: ripple-click 0.5s ease-out forwards; pointer-events: none; }
.playbutton:active {transform: scale(0.97);filter: brightness(1.1);}
/* .playbutton:hover {box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);} */

.modal-dialog { width: 65%; max-width: 800px; margin-top: 130px; }
button.close { background: #000; color: #fff; font-size: 24px; font-weight: 600; line-height: 0; right: -8px; top: -8px; position: absolute; padding: 16px 8px; box-shadow: 0 0 11px 0 #00000057; opacity: 1; z-index: 1; border-radius: 50px; border: unset; }
.download-curriculum-form iframe { width: 100%; height: 420px; }
div#talk iframe { width: 100%; height: 420px; }
.corporate-form iframe { width: 100%; height: 650px; }

#downloadDetailedCurriculum .modal-dialog, #talk .modal-dialog {width: 75%;}
#downloadDetailedCurriculum .modal-body, #talk .modal-body{padding: 0px;margin-top: 0px;}

/* Take to Top */
#take-to-top { background-color: #000000; color: #fff; width: 40px; height: 40px; z-index: 999; text-align: center; text-decoration: none; border-radius: 50%; -webkit-transition: all .3sease; transition: all .3sease; display: block; }
#take-to-top.dtr-fade-scroll { position: fixed; right: 36px; bottom: 150px; display: none; } 
#take-to-top.dtr-fade-scroll svg { padding: 10px; position: relative; left: -2px; top: -2px; }
#take-to-top.dtr-fade-scroll svg path { fill: #fff; }

ol.breadcrumb{margin-bottom:10px}
ol.breadcrumb li.breadcrumb-item{font-size:13px;color:#000;margin-bottom:0}
ol.breadcrumb li.breadcrumb-item a{font-size:13px;color:#000;text-decoration:underline}
.breadcrumb-item+.breadcrumb-item::before{color:#000}

h2.heading { font-size:40px; font-weight: 500; line-height: 1.2em;color:#000 }
/* h2.heading span{
  background: linear-gradient(90deg, #14498b 0%, #14498b 50%, #3d288f 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;
} */
p.byline {font-size: 18px;line-height: 1.5em;color: #152E4C;}


/* ---------- scroll progress ---------- */
.progress{position:fixed;top:0;left:0;height:4px;width:0%;background:linear-gradient(90deg,#284C77,#FFC107,#EB442B);z-index:1031;transition:width .1s ease-out;}




header {border-bottom: 1px solid #E6E6E6;}
img.iimm-logo {height:72px;}




section.banner-section { padding: 150px 0 100px; background: #fefefe; min-height: 530px; position: relative; background: #fff url(../images/banner-bg-new.webp) no-repeat; background-size: contain; background-position: 100% 100%; padding-bottom: 120px; }
img.banner-img { height:490px; margin-left: auto; display: block; position: relative; border-radius: 22px;z-index: 9;    animation: bob 7s ease-in-out infinite; }
p.program-tagline {color: #b5121b; font-size: 28px; font-weight: 500; line-height: 1.3em; margin-bottom: 35px; }
p.program-tagline span {color: #2f2f2f; font-weight: 600; background: #FFC107; padding: 2px 10px; border-radius: 6px; padding-right: 5px;}
p.program-tagline:after { content: ""; display: block; width:46px; height: 4px; position: relative; top:20px; background: #b5121b; margin: 0px 0px 20px; }
p.program-title { font-size: 26px; display: block; margin-top: 8px; line-height: 1.2em; margin-top: 22px;font-weight:500;    color: #000000;}
p.program-title span { font-size: 46px; display: block; margin-top: 8px; line-height: 1.1em; font-weight: 600; color: #000; }
p small{display: block; font-size: 14px;font-style: italic;color: #565656;}
p.program-byline { font-size: 18px; line-height: 1.5em; font-weight: 400; color: #000000; width: 80%;  display: inline;}
/* p.program-byline br{display: none;} */
img.programme-partner { height: 100px; border-radius: 10px; display: inline-block; background: #ffffff; border: 1px solid #e5e5e5; padding: 10px; margin-left: 20px; margin-top: -30px; }
h1{font-size: 18px; line-height: 1.5em; font-weight: 400; color: #000000; display: inline;}
/* img.program-partner { display: block; height: 110px; margin-top: 20px; padding: 10px; border-radius: 10px; border: 1px solid #e3e3e3; } */


p.apply-now a { display: inline-block; padding: 15px 30px; border-radius:8px; font-weight: 500; font-size: 17px; cursor: pointer; border: 1.5px solid transparent; transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, background .3s ease, color .3s ease; white-space: nowrap; position: relative; overflow: hidden; isolation: isolate; background:#b5121b; color: #fff; box-shadow: 0 16px 34px -12px rgba(40, 76, 119, .55); text-decoration: none;position: relative; top:5px;line-height: 1.3em; }


p.download-brochure a { display: inline-block; padding: 15px 30px; border-radius:8px; font-weight: 500; font-size: 17px; cursor: pointer; border: 1.5px solid transparent; transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, background .3s ease, color .3s ease; white-space: nowrap; position: relative; overflow: hidden; isolation: isolate; background:#b5121b; color: #fff; box-shadow: 0 16px 34px -12px rgba(40, 76, 119, .55); text-decoration: none;position: relative; top:5px;line-height: 1.3em; }
p.download-brochure a:before, .apply-now a:before { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), transparent); transform: skewX(-20deg); z-index: 1; transition: left .6s ease; }
p.download-brochure:hover a:before, .apply-now:hover a:before { left: 130%; }  
p.apply-now a svg{width: 20px; height: 20px; stroke: #fff; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round;}
p.download-brochure a svg { margin-left: 10px; fill: #fff; }
p.download-brochure a svg path{fill:#fff;}

.stikcers{display: flex; align-items: center; justify-content: flex-start; gap: 30px; margin-top: 30px;}

ul.course-highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; z-index: 2; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; margin-top:-215px; margin-bottom: 25px; background: #fff; padding: 22px 20px; border-radius: 10px; }
ul.course-highlights li { padding:0px 60px; text-align: center; border-right: 1px solid #A9A9A9; transition: transform .3s ease;margin: 0; }
ul.course-highlights li:hover{transform:translateY(-5px);}
ul.course-highlights li:last-child{border-right:none;}
ul.course-highlights li strong { font-size: 20px; font-weight: 500; display: block; margin-bottom: 5px; }
ul.course-highlights li svg { display: block;margin:auto; margin-bottom: 2px; margin-top: -5px; }
.stats-card { background: #fff; padding: 25px; border-radius: 10px; min-height:200px; }
.stats-card p.card-text { font-size: 17px; }   
.stats-card p.card-text small { display: block;color:#b5121b;font-weight:500 }
.stats-card p.card-text strong { display: block; font-size: 24px; margin: 8px 0; }
p.reference-text {font-size: 14px;}

p.industry-functions {font-size: 20px;font-weight: 500;}
ul.industry-roles li { background: #ffebeb; padding: 10px 20px; border-radius: 50px; font-weight: 500; margin: 5px; }

.prg-form { background: #fff; padding: 0; border-radius: 10px; min-height: auto; margin-top:-90px; box-shadow: 0 24px 60px -28px rgba(21, 46, 76, 0.38); border: 1px solid #D6D3C8; transition: transform .4s ease; top: 100px; position: sticky; }
.prg-form h3 span { font-size: 14px; border-radius: 50px; color: #000; font-weight: 500; position: absolute; top: -20px; background: #fff; left: 0; padding: 0px 20px; right: 0; text-align: center; max-width: max-content; margin-left: auto; margin-right: auto; /* display: none; */ }
.prg-form h4 { font-size: 22px; margin-bottom: 60px; text-align: center; font-weight: 600;color: #b5121b; }
p span.trigger-bottom{position:absolute;top:60px;background:#fff;font-size:13px;font-weight:500;padding:3px 12px;border-radius:20px;left:9%;right:10%;text-align:center}
p span.trigger-bottom svg{height:16px;width:16px;margin-right:6px}
p span.trigger-bottom a{color:#000}

.prg-form form{padding:10px 20px 20px}
form#TalentSprintEPCS .with-icon{width:100%;display:inline-block;padding:2px 5px;vertical-align:top;position:relative;padding-left:0}
form#TalentSprintEPCS .with-icon input,form#TalentSprintEPCS .with-icon select{padding:5px 9px;transition:all .3s ease;font-size:14px;color:#000;margin-bottom:2px;border-radius:4px;background-color:#fff;width:100%;outline:0;display:block;border:1px solid #c1c1c1;height:45px}
input#Phone { padding-left: 55px !important; }
p.terms-condition-label {margin-top: 10px;}
p.terms-condition-label input[type=checkbox]{float:left;margin-right:6px;margin-top:2px;margin-bottom:28px}
p.terms-condition-label label{position:relative;top:-2px;font-size:12px;display:inherit;line-height: 1.4em;}
input#checkmeTwo {margin-bottom: 50px;}
button#form-submit-button { padding: 13px 45px; text-transform: uppercase; font-size: 16px; margin-top: 0; background-color: #000000; border-color: #000000; color: #fff; width: 100%; text-align: center !important; display: inline-block; font-weight: 600; }


/* -----------Form Section---------------- */

/* Highlight Strip */
.batch-badge{ display:inline-flex; align-items:center; gap:12px; padding:10px 20px; background:#fff7f7; border:1px solid #e6b8b8; border-radius:999px; color:#b42318; font-size:15px; font-weight:600; letter-spacing:.5px; margin-bottom:15px; box-shadow: 0 4px 12px rgba(180,35,24,.05); } 
.badge-icon{ width:24px; height:24px; display:flex; align-items:center; justify-content:center; } 
.badge-icon svg{ width:20px; height:20px; stroke:#b42318; stroke-width:1.8; fill:none; stroke-linecap:round; stroke-linejoin:round; } 
.badge-text{ white-space:nowrap; }
.smff-hero-highlights { position: absolute; bottom: unset; min-height: 112px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255, 255, 255, 0.96); border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 9px; box-shadow: 0 20px 46px rgba(0, 0, 0, 0.12); overflow: hidden; z-index: 5; width: calc(100% - 250px); max-width: 1300px; top: -60px; }

.smff-highlight-item { display: grid; grid-template-columns: 58px 1fr; gap: 8px; align-items: start; padding: 24px 24px; position: relative; }
.smff-highlight-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 24px; bottom: 24px; width: 1px; background: rgba(0, 0, 0, 0.18); } 
.smff-highlight-icon { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; } 
.smff-highlight-icon svg { width:40px; height:40px; fill: #b5121b; }
.smff-highlight-item h3 { margin: 0 0 6px; color: #000000; font-size: 20px; line-height: 1.15; font-weight: 500;}
.smff-highlight-item p { margin: 0; color: #111111; font-size: 16px; line-height: 1.35; font-weight: 400; }

.smff-overview-section { width: 100%; background: radial-gradient(circle at left top, rgba(181, 18, 27, 0.045), transparent 26%), radial-gradient(circle at right top, rgba(181, 18, 27, 0.055), transparent 24%), linear-gradient(180deg, #ffffff 0%, #fffaf7 100%); color: #111111; position: relative;padding-top: 150px;} 
.smff-overview-section::before { content: ""; position: absolute; left: -130px; top: 170px; width: 300px; height: 300px; background-image: radial-gradient(rgba(181, 18, 27, 0.18) 1px, transparent 1px); background-size: 14px 14px; opacity: 0.45; pointer-events: none; } 
.smff-overview-section::after { content: ""; position: absolute; right: -90px; top: 0; width: 240px; height: 240px; background-image: radial-gradient(rgba(181, 18, 27, 0.14) 1px, transparent 1px); background-size: 12px 12px; opacity: 0.5; pointer-events: none; }

/* Heading */
.smff-section-heading { max-width: 780px; } 
.smff-section-heading h2 { margin: 0; color: #111111; font-size: clamp(34px, 3.6vw,46px); line-height: 1.08; font-weight: 600; letter-spacing: -1.2px; } 
.smff-section-heading h2 span { display: block; color: #b5121b; font-weight: 600; } 
.smff-title-line, .smff-small-line { display: block; width: 52px; height: 3px; background: #b5121b; margin-top: 18px; margin-bottom: 22px; } 
.smff-section-heading p { margin: 0 0 28px; max-width: 760px; color: #222222; font-size: 18px; line-height: 1.55; font-weight: 400; }

/* Stats */
.smff-stats-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(181, 18, 27, 0.14); border-radius: 8px; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055); overflow: hidden; margin-bottom: 12px; } 
.smff-stat-item { display: grid; grid-template-columns: 50px 1fr; gap: 10px; padding:20px 16px 90px; position: relative; min-height: 145px; }
.smff-stat-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 28px; bottom: 28px; width: 1px; background: rgba(0, 0, 0, 0.11); } 
.smff-stat-icon { width: 50px; height: 50px; border-radius: 50%; background: #fff0ed; border: 1px solid rgba(181, 18, 27, 0.14); display: flex; align-items: center; justify-content: center; } 
.smff-svg-icon { width: 30px; height: 30px; stroke: #b5121b; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; transition: transform 0.25s ease; } 
.smff-stat-icon .smff-svg-icon { width: 34px; height: 34px; } 
.smff-stat-item h3 { margin: 8px 0 10px; color: #b5121b; font-size: 25px; line-height: 1; font-weight: 600; }
.smff-stat-item h4 { margin: 0 0 4px; color: #111111; font-size: 17px; line-height: 1.2; font-weight: 600; } 
.smff-stat-item p { margin: 0; color: #222222; font-size: 15px; line-height: 1.3; font-weight: 400; }
.smff-stat-item p span { display: block; margin-top: 20px; position: absolute; bottom: 40px; font-size: 12px; font-weight: 500; left: 30px; }
img.stats-source { height: 44px; position: absolute; bottom: 28px; }
.smff-source-note { margin: 0 0 24px; color: #111111; font-size: 12px; font-weight: 400; }

/* Info Blocks */
p.subHeading { font-size: 30px; font-weight: 500; margin-bottom: 15px; line-height: 1.2em; }
.smff-info-block { margin-bottom: 25px; padding-left: 30px; margin-top: 20px; }
.smff-info-block h3 { margin: 0; color: #111111; font-size: 21px; line-height: 1.2; font-weight: 500; } 
.smff-info-block .smff-small-line { width: 26px; height: 2px; margin-top: 10px; margin-bottom: 10px; } 
/* .smff-card-grid { display: grid; gap: 10px; }  */
/* .smff-industries-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } 
.smff-functions-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }  */
.smff-mini-card {padding: 8px 12px; background: rgb(181 18 27); border: 1px solid rgba(0, 0, 0, 0.09); border-radius: 50px; display: inline-block; color: #ffffff; font-size: 14px; font-weight: 500; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.025); transition: all 0.25s ease; margin: 2px 0; }
/* .smff-mini-card:hover { border-color: rgba(181, 18, 27, 0.35); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(181, 18, 27, 0.09); } 
.smff-mini-card:hover .smff-svg-icon { transform: scale(1.08); } */
/* --------------------------- */

/* -------------About IIT Delhi-------------- */
.iit-advantage-section { width: 100%; position: relative; overflow: hidden; color: #111111; background: radial-gradient(circle at left top, rgba(181, 18, 27, 0.08), transparent 24%), linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);} 
.iit-advantage-section::before { content: ""; position: absolute; left: -90px; top: 40px; width: 250px; height: 720px; background-image: radial-gradient(rgba(181, 18, 27, 0.22) 1.3px, transparent 1.3px); background-size: 14px 14px; opacity: 0.42; pointer-events: none; z-index: 1; } 
.iit-advantage-layout { min-height: 690px; display: grid; grid-template-columns:54% 46%; position: relative; z-index: 2; }
.iit-advantage-left { padding: 70px 20px 0px 0; position: relative; z-index: 6; }
.iit-advantage-badge { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding: 9px 18px; border: 1px solid rgba(181, 18, 27, 0.45); border-radius: 100px; color: #b5121b; background: rgba(255, 255, 255, 0.94); text-transform: uppercase; letter-spacing: 0.35px; font-size: 15px; line-height: 1; font-weight: 600; margin-bottom: 34px; } 
.iit-badge-icon { width: 28px; height: 28px; border-radius: 50%; background: #fff0ed; display: flex; align-items: center; justify-content: center; } 
.iit-badge-icon svg { width: 19px; height: 19px; stroke: #b5121b; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; } 
.iit-advantage-left h2 { margin: 0; color: #111111; font-size: clamp(46px, 4.7vw, 46px); line-height: 1.02; letter-spacing: -1.8px; font-weight: 600; } 
.iit-advantage-left h2 span { display: block; color: #d20f18; font-weight: 600; } 
.iit-title-line { display: block; width: 58px; height: 4px; background: #b5121b; margin: 28px 0 28px; } 
.iit-main-text { max-width: 550px; margin: 0 0 20px; color: #151515; font-size: 16px; line-height: 1.4em; font-weight: 400; } 
.iit-advantage-right { position: relative; margin-right: calc((60vw - 40%) / -2); } 
.iit-campus-img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; } 
.iit-rankings {  max-width: 700px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; align-items: end; z-index: 5; }
.iit-ranking-card { min-height: 290px; background: rgba(255, 255, 255, 0.98); border-radius: 10px; padding: 30px 22px 26px; text-align: center; border-top: 7px solid #b5121b; box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16); position: relative; }
/* .ranking-card-one { transform: translateY(14px); } 
.ranking-card-two { transform: translateY(-16px); } 
.ranking-card-three { transform: translateY(-76px); }  */
.iit-ranking-icon { width: 74px; height: 74px; margin: 0 auto 20px; border-radius: 50%; background: #fff0ed; display: flex; align-items: center; justify-content: center; } 
.iit-ranking-icon svg { width: 38px; height: 38px; stroke: #b5121b; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; } 
.iit-ranking-card h3 { margin: 0; color: #d20f18; font-size: 45px; line-height: 1; font-weight: 600; } 
.iit-ranking-card p { margin: 8px 0 10px; color: #111111; font-size: 17px; line-height: 1.2; font-weight: 400; } 
.iit-card-line { display: block; width: 58px; height: 2px; background: rgba(181, 18, 27, 0.45); margin: 0 auto 14px; } 
.iit-ranking-card h4 { min-height: 58px; margin: 0 0 10px; color: #111111; font-size: 16px; line-height: 1.35; font-weight: 400; } 

.iit-rank-logo { width: fit-content; min-width: 86px; min-height: 34px; margin: 0 auto; padding: 7px 12px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; font-weight: 600; border-radius: 4px; } 
.qs-logo { color: #ffffff; font-size: 18px; gap: 8px; } 
.qs-logo small { max-width: 90px; color: #111111; background: #ffffff; text-align: left; font-size: 9px; line-height: 1.1; font-weight: 600; text-transform: uppercase; } 
.nirf-logo { color: #25266d; font-size: 25px; text-transform: lowercase; border-bottom: 3px solid #b5121b; } 

ul.university-rankings li { border-radius: 10px; padding: 28px 15px 26px; text-align: center; border-top: 4px solid #b5121b; box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16); position: relative; width: 31%; min-height: 240px; vertical-align: top; margin-right: 6px; }
ul.university-rankings li strong { font-size: 46px; font-weight: 600; color: #d20f18; display: block; margin-bottom: 26px; }
ul.university-rankings li img { height: 32px; display: block; margin: auto; margin-top: 15px; }



/* --------------------------- */

/* ------------Curriculum Section--------------- */
#curriculumSec.curriculum-smart-section { position: relative; overflow: hidden; padding: 80px 0 90px; color: #111111; background: url(../images/smff-curriculum-bg.webp) no-repeat; background-size:cover; background-attachment: fixed; background-position: 100% 10%; }
/* #curriculumSec.curriculum-smart-section::before { content: ""; position: absolute; left: -70px; top: 0; width: 180px; height: 100%; background-image: radial-gradient(rgba(181, 18, 27, 0.22) 1.4px, transparent 1.4px); background-size: 14px 14px; opacity: 0.42; pointer-events: none; } 
#curriculumSec.curriculum-smart-section::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 74% 46%, rgba(0, 119, 255, 0.08), transparent 30%), linear-gradient(180deg, rgba(255, 255, 255, 0) 68%, rgba(255, 255, 255, 0.84) 100%); pointer-events: none; }  */
#curriculumSec .container { position: relative; z-index: 2; } 
#curriculumSec .curriculum-kicker { display: inline-flex; align-items: center; gap: 10px; color: #b5121b; font-size: 15px; line-height: 1; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 18px; } 
#curriculumSec .curriculum-kicker::before { content: ""; width: 30px; height: 2px; background: #b5121b; display: inline-block; } 
#curriculumSec .heading { margin: 0 0 22px; color: #111111; font-size: clamp(42px, 4vw, 46px); line-height: 1.05; font-weight: 600; letter-spacing: -1.5px; } 
#curriculumSec .heading span { color: #b5121b; font-weight: 600; }
#curriculumSec .heading::after { content: ""; display: block; width: 58px; height: 4px; background: #b5121b; margin-top: 22px; } 
#curriculumSec .byline { max-width: 690px; color: #111111; font-size: 18px; line-height: 1.55; font-weight: 400; margin-bottom: 28px; } 
#curriculumSec .curriculum-accordion { max-width: 760px; } 
#curriculumSec .accordion-item { border: 1px solid rgba(181, 18, 27, 0.12); border-radius: 9px; overflow: hidden; background: rgba(255, 255, 255, 0.94); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07); margin-bottom: 10px; } 
#curriculumSec .accordion-header { margin: 0; } 
#curriculumSec .accordion-button { min-height: 58px; padding: 14px 24px 14px 24px; background: rgba(255, 255, 255, 0.96); color: #111111; border: 0; box-shadow: none; font-size: 18px; line-height: 1.35; font-weight: 600; display: flex; align-items: center; gap: 18px; }
 #curriculumSec .accordion-button span { min-width: 44px; color: #b5121b; font-size: 24px; line-height: 1; font-weight: 600; border-right: 1px solid rgba(181, 18, 27, 0.15); padding-right: 16px; } 
 /* #curriculumSec .accordion-button:not(.collapsed) { color: #b5121b; background: rgba(255, 247, 247, 0.96); }  */
 #curriculumSec .accordion-button:not(.collapsed) span { color: #b5121b; } 
 #curriculumSec .accordion-button:focus { box-shadow: none; border-color: transparent; } 
 #curriculumSec .accordion-button::after { width: 15px; height: 15px; margin-left: auto; background-size: 15px; filter: none; } #curriculumSec .accordion-body { padding: 18px 28px 22px 84px; background: rgba(255, 247, 247, 0.78); border-top: 1px solid rgba(181, 18, 27, 0.12); } 
 #curriculumSec .accordion-body ul { margin: 0; padding-left: 18px; } 
 #curriculumSec .accordion-body li { color: #111111; font-size: 16px; line-height: 1.6; font-weight: 400; margin-bottom: 6px; display: list-item; } 
 #curriculumSec .accordion-body li::marker { color: #b5121b; } 
 .curriculum-tools-wrap { margin-top: 60px; display: grid; grid-template-columns: 1fr; gap: 24px; } 
 .curriculum-tools-card { background: rgba(255, 255, 255, 0.94); border: 1px solid rgba(181, 18, 27, 0.12); border-radius: 16px; padding: 28px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06); backdrop-filter: blur(8px); } 
 .curriculum-tools-card h3 { margin: 0 0 24px; color: #b5121b; font-size: 28px; line-height: 1.2; font-weight: 600; position: relative; padding-bottom: 14px; } 
.curriculum-tools-card h3::after { content: ""; width: 48px; height: 3px; background: #b5121b; position: absolute; left: 0; bottom: 0; } 
.curriculum-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } 
.tool-item { display: flex; align-items: flex-start; gap: 12px; padding: 14px; border: 1px solid rgba(181, 18, 27, 0.08); border-radius: 12px; background: #ffffff; transition: all 0.3s ease; } 
.tool-item:hover { transform: translateY(-3px); border-color: rgba(181, 18, 27, 0.25); box-shadow: 0 10px 20px rgba(181, 18, 27, 0.08); } 
.tool-icon { width: 46px; min-width: 46px; height: 46px; border-radius: 12px; background: #fff5f5; color: #b5121b; display: flex; align-items: center; justify-content: center; } 
.tool-icon svg { width: 25px; height: 25px; stroke: #b5121b; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.tool-item span:last-child { font-size: 15px; line-height: 1.45; color: #111111; font-weight: 500; }
/* #curriculumSec .accordion-button::after{display: none;} */
 p.module-disclaimers { font-size: 12px;padding-left:10px;color: #737373;margin-top: 12px;}
p.learning-outcomes {
    font-size: 16px;
    margin-top: 20px;
}
/*------------- Faculty----------------- */

.faculty-section { position: relative; padding: 90px 0; overflow: hidden; background:#faf6f5  url(../images/faculty-section-bg.webp) no-repeat; background-size: contain; background-position: 100% 100%; }

.faculty-section:before{ content:""; position:absolute; left:-40px; top:0; width:180px; height:100%; background-image: radial-gradient( rgba(181,18,27,.18) 1px, transparent 1px ); background-size:14px 14px; } 
.faculty-heading{ margin-bottom:50px; } 
.faculty-heading > span{ color:#b5121b; font-size:15px; font-weight:600; letter-spacing:1px; display:block; margin-bottom:12px; } 
.faculty-heading h2 { font-size: 46px; line-height: 1.05; margin: 0 0 25px; font-weight: 600; } 
.faculty-heading h2 span{ color:#b5121b; } 
p.heading-eye { font-size: 16px; font-weight: 500; background: #b5121b; color: #fff; position: absolute; top: -10px; padding: 1px 12px 5px; border-radius: 5px; display: inline-block; }
.faculty-heading p{ max-width:720px; font-size:20px; line-height:1.7; margin:0; }
.faculty-card { display: grid; grid-template-columns: 260px 1fr; gap: 40px; background: #fff; border-radius: 24px; padding: 28px; box-shadow: 0 15px 45px rgba(0, 0, 0, .08); width: 60%;position: relative; }
.faculty-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 18px; display: block; }
.faculty-content{display:flex;flex-direction:column;justify-content:center;}
.faculty-content h3 { font-size: 26px; margin: 0; line-height: 1.1; font-weight: 600; }
.faculty-line { width: 48px; height: 3px; background: #b5121b; margin: 10px 0; }
.faculty-department { font-size: 15px; line-height: 1.5; margin-bottom: 20px; font-weight: 400; }
.faculty-content h5 { font-size: 20px; color: #b5121b; margin-bottom: 16px; font-weight: 600; }
.faculty-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.faculty-tags span { padding: 8px 15px; background: #fff5f5; border: 1px solid rgba(181, 18, 27, .12); border-radius: 50px; color: #b5121b; font-size: 14px; font-weight: 500; }
.faculty-btn{ margin-top:35px; width:max-content; background:#b5121b; color:#fff; text-decoration:none; padding:14px 28px; border-radius:10px; display:flex; align-items:center; gap:12px; font-size:16px; font-weight:600; } 
.faculty-btn svg{ width:20px; height:20px; stroke:#fff; stroke-width:2; fill:none; stroke-linecap:round; stroke-linejoin:round; }
a.linkedin-icon { position: absolute; top: 6%; right: 5%; }
/* Modal */

.faculty-modal .modal-content{ border:none; border-radius:20px; } 
.faculty-modal .modal-body{ padding:30px; } 
.faculty-modal-top{ display:grid; grid-template-columns:180px 1fr; gap:25px; } 
.faculty-modal-top img{ width:100%; border-radius:12px; } 
.faculty-modal .dept{ font-size:18px; line-height:1.6; } 
.faculty-modal h6{ color:#b5121b; margin-bottom:15px; font-size:20px; font-weight:600; } 
.faculty-highlights{ margin:20px 0 0; padding-left:20px; }
.faculty-highlights li { margin-bottom: 5px; line-height: 1.75; font-size: 16px; display: list-item; }
.faculty-btn:hover{color: #fff;}
/* ---------------------------------- */

/* ------------Immersive Learning------------- */

.certificate-section { position: relative; overflow: hidden; padding: 90px 0; color: #111111; background: radial-gradient(circle at 69% 48%, rgb(181 18 27 / 0%), transparent 34%), radial-gradient(circle at 84% 20%, rgb(181 18 27 / 0%), transparent 26%), linear-gradient(180deg, #ffffff 0%, #fffafa 100%)}
.certificate-section::before { content: ""; position: absolute; left: -70px; top: 0; width: 180px; height: 100%; background-image: radial-gradient(rgb(181 18 27 / 12%) 1.4px, transparent 1.4px); background-size: 14px 14px; opacity: 0.42; pointer-events: none; }
.certificate-section::after { content: ""; position: absolute; right: 0; bottom: 0; width: 240px; height: 260px; background-image: radial-gradient(rgb(181 18 27 / 6%) 2px, transparent 2px); background-size: 18px 18px; opacity: 0.45; pointer-events: none; }
.certificate-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 38% 62%; gap: 42px; align-items: flex-start; } 
.certificate-layout::before { content: ""; position: absolute; right: -80px; top: -80px; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(181, 18, 27, 0.15); pointer-events: none; } 
.certificate-layout::after { content: ""; position: absolute; right: -20px; top: -20px; width: 500px; height: 500px; border-radius: 50%; background: rgb(181 18 27 / 2%); pointer-events: none; } 
.certificate-left { position: relative; z-index: 4; } 
.cert-kicker { display: flex; align-items: center; gap: 14px; color: #b5121b; font-size: 15px; line-height: 1; font-weight: 600; text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 22px; } 
.cert-kicker span { width: 38px; height: 2px; background: #b5121b; display: inline-block; } 
.certificate-left h2 { margin: 0 0 38px; color: #111111; font-size: clamp(46px, 4.6vw, 46px); line-height: 1.05; font-weight: 600; letter-spacing: -1.6px; } 
.certificate-left h2 span {color: #b5121b;font-weight: 600;} 
.learning-list { position: relative; display: grid; gap: 12px; padding-left: 0; }
.learning-item { min-height: 72px; margin-left:0px; padding: 10px 20px; background: rgba(255, 255, 255, 0.86); border: 1px solid rgba(181, 18, 27, 0.10); border-radius: 10px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.045); }
.learning-icon { width: 48px; height: 48px; border-radius: 50%; background: #fff0ed; display: flex; align-items: center; justify-content: center; } 
.learning-icon svg { width: 27px; height: 27px; stroke: #b5121b; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; } 
.learning-item p { margin: 0; color: #111111; font-size: 18px; line-height: 1.4; font-weight: 500; } 
.credential-text { margin-top: 48px; } 
.credential-text span { display: block; width: 52px; height: 3px; background: #d20f18; margin-bottom: 18px; } 
.credential-text span:last-child { margin-top: 18px; margin-bottom: 0; } 
.credential-text h3 { margin: 0; color: #111111; font-size: clamp(32px, 3vw, 44px); line-height: 1.18; font-weight: 600; letter-spacing: -0.8px; } 
.credential-text h3 strong { display: block; color: #b5121b; font-weight: 600; } 
.certificate-right { position: relative; z-index: 4; } 
.certificate-stage { position: relative; min-height: 600px; display: flex; align-items: flex-start; justify-content: center; padding-top:20px; }
.certificate-card { position: relative; z-index: 3; width: 88%; max-width: 760px; padding: 0; } 
.certificate-card img { width: 60%; height: auto; display: block; margin: auto; } 
p.certificate-note { text-align: center; margin-top:10px; font-weight: 400; font-size: 12px; color: #737373; }
.certificate-podium { position: absolute; left: 50%; bottom: -42px; transform: translateX(-50%); width: 100%; max-width: 910px; height: 100px; border-radius: 50%; background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 230, 225, 0.96) 58%, rgba(181, 18, 27, 0.95) 59%, rgba(120, 10, 16, 1) 100%); box-shadow: 0 22px 36px rgba(0, 0, 0, 0.16); z-index: 2; } 
.certificate-podium::before { content: ""; position: absolute; left: 8%; right: 8%; top: 12px; height: 34px; border-radius: 50%; background: rgba(255, 255, 255, 0.72); }
p.outcomes-note { text-align: center; font-weight: 400; font-size: 12px; color: #737373; }
/* .module-disclaimers {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
} */
/* ------------------------------------------- */


/* ---------------Eligibility-------------- */

section#outcomes { position: relative; overflow: hidden; background: #f3eff5 url(../images/capabilities-bg.webp) no-repeat; background-size:cover; background-position: right; }

.capability-section { position: relative; overflow: hidden; background: #f5f4f6 url(../images/eligibility-bg.webp) no-repeat; background-size: cover; background-position: 0% 40%; }
.capability-layout{ display:grid; grid-template-columns:50% 50%; min-height:850px; }

/* RIGHT CONTENT */
/* .capability-content { position: relative; background: #f3e8e7; padding: 30px; border-radius: 10px; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.045); } */
/* .capability-content:before { content: ""; position: absolute; left: 0; top: 0; height: 5px; width: 100%; background: linear-gradient(90deg, #d20f18 0%, #b5121b 100%); opacity: 0.55; }  */
.capability-section::before { content: ""; position: absolute; top: 0; right: 0; width: 220px; height: 220px; background-image: radial-gradient(rgb(181 18 27 / 13%) 2px, transparent 2px); background-size: 18px 18px; opacity: .5; } *, ::after, ::before { box-sizing: border-box; }
.capability-section::after{content: ""; position: absolute; bottom: 0; right: 0; width: 220px; height: 220px; background-image: radial-gradient(rgb(181 18 27 / 13%) 2px, transparent 2px); background-size: 18px 18px; opacity: .5; } *, ::after, ::before { box-sizing: border-box; }
.section-icon { width: 60px; height: 60px; border-radius: 50%; background: #fdf0f0; display: flex; align-items: center; justify-content: center; }
.section-icon svg { width: 32px; height: 32px; stroke: #b5121b; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.section-body h2 { margin: 0; color: #111; font-size: 35px; line-height: 1.05; font-weight: 600; }
.section-body h2 span{color:#b5121b;}
.section-line{ display:block; width:82px; height:4px; background:#b5121b; margin:20px 0 30px; } 
.section-body ul{ margin:0; padding:0; list-style:none; }
.section-body ul li { position: relative; padding-left: 36px; margin-bottom: 10px; font-size: 18px; line-height: 1.3em; color: #000000; font-weight: 400; }
.section-body ul li:before { content: "✓"; position: absolute; left: 0; top: 4px; width: 22px; height: 22px; border-radius: 50%; background: #b5121b; color: #fff; font-size: 10px; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.content-divider { height: 1px; margin:30px 0; background: linear-gradient(90deg, transparent, rgba(181, 18, 27, .25), transparent); }
.eligibility-text { font-size: 20px; color: #111; margin-bottom: 25px; font-weight: 500; }
.eligibility-note { margin-top: 25px; font-size: 14px; line-height: 1.5em; color: #5f5f5f; font-weight: 400; }

/* ---------------------------------------- */


/* fee section */
ul.learning-format li { display: inline-block; font-size: 18px; margin-bottom: 15px; width: 31%; margin-right: 10px; background: #fff5f5; padding: 15px; border-radius: 6px; }
ul.learning-format li svg { float: left; margin-right: 12px; }
section#programOutcomes {background: #f9fbfd;}
ul.program-outcomes li { display: inline-block; font-size: 18px; margin-bottom: 15px;  }
ul.program-outcomes li svg { float: left; margin-right: 12px; }

section#programFee { background: #fff;}
section#programFee h2 {font-size: 46px;}
section#programFee h2 span{color: #d20f18;font-weight: 600;}
.program-fee-details { background: #fff; padding: 50px; border-radius: 20px; box-shadow: 0 15px 45px rgb(244 67 54 / 8%); text-align: center; border: 1px solid rgb(202, 202, 202); min-height: 480px; }
ul.program-fee-plans li { width: 48%; vertical-align: top; font-weight:500; }
ul.program-fee-plans li span { display: block; margin-top: 15px; font-size: 36px; color: #d20f18; font-weight: 600; }
ul.program-fee-plans li span.one { font-size: 26px; }
ul.program-fee-plans li a { background: #b5121b; color: #fff; padding: 8px 20px 12px; border-radius: 10px; display: inline-block; margin-top: 25px; font-size: 15px;text-decoration: none; } 
ul.program-fee-plans li small { text-align: center; margin-top: 10px; font-weight: 400; font-size: 12px; color: #737373; display: block; }
p.app-fee-details { font-weight: 500; font-size: 18px; border-top: 2px solid #f443365c; border-bottom: 2px solid #f443365c; padding: 30px 0px; }
p.app-fee-details strong { font-weight: 600; font-size: 22px; color: #d20f18; }

.instalment-table-wrap{ margin-top:30px; } 
.fee-table-heading { font-size: 24px; color: #111; font-weight: 500; margin-bottom: 16px; text-align: center; }
.instalment-table{ width:100%; border-collapse:separate; border-spacing:0; background:#fff; border:1px solid rgba(181,18,27,.12); border-radius:12px; overflow:hidden; } 
.instalment-table thead{ background:#b5121b; } 
.instalment-table thead th{ color:#fff; font-size:16px; font-weight:600; padding:16px 20px; } 
.instalment-table thead th:nth-child(2){ text-align:center; } 
.instalment-table tbody tr{ border-bottom:1px solid rgba(181,18,27,.08); } 
.instalment-table tbody tr:last-child{ border-bottom:none; } 
.instalment-table tbody td{ padding:17px 20px; font-size:16px; color:#111; border-bottom:1px solid rgba(181,18,27,.08); vertical-align:middle; } 
.instalment-table tbody tr:last-child td{ border-bottom:none; } 
.instalment-table tbody td:first-child{ font-weight:600; } 
.instalment-table tbody td:nth-child(2){ color:#b5121b; font-size:22px; font-weight:600; text-align:center; white-space:nowrap; } 
.instalment-table tbody td:nth-child(3){ color:#111; font-weight:400; } 
.instalment-table tbody tr:nth-child(even){ background:#fffafa; }


p.payment-heading {font-weight: 500;font-size:20px;}
ul.payment-modes { display: inline-grid; grid-auto-flow: column; gap:0px; grid-template-columns: repeat(3, 1fr); width: 100%; }
ul.payment-modes li { display: inline-flex; text-align: center; font-weight: 400; padding: 10px 0px 10px 0px; font-size: 15px; border-right: 2px solid #f4433630; flex-direction: column; }
ul.payment-modes li:last-child{border: unset;}
/* .feesvgIcon { background: #fff0f1; padding: 10px; border-radius: 90px; height: 60px; width: 60px; margin: auto; } */
ul.payment-modes li svg, ul.payment-modes li img { display: block; margin: auto; margin-bottom: 5px;} 
ul.payment-modes li svg path { fill: #b5121b; } 
ul.payment-modes li img {height:22px;}
ul.fee-disclaimers li { display: block; font-size:13px; margin-bottom: 5px; }
.special-pricing { min-height: 560px; background: radial-gradient(circle at left top, rgba(181, 18, 27, 0.08), transparent 24%), url(../images/corporate-building-new.webp) no-repeat; border-radius: 20px; position: relative; padding: 30px; background-size: 104%; background-position: -3px 100% ; border-bottom-left-radius: 20px; border: 1px solid rgb(202, 202, 202); position: sticky; top: 100px; }
.special-pricing::before { content: ""; position: absolute; left: 0px; top: 40px; width: 100%; height: 720px; background-image: radial-gradient(rgb(181 18 27 / 9%) 1.3px, transparent 1.3px); background-size: 14px 14px; opacity: 0.42; pointer-events: none; z-index: 1; }
img.corporate-building { position: absolute; bottom: 0; width: 100%;left:0; }
p.transform-talent {color: #000000;font-weight: 400;font-size: 16px;}
p.special-pricing-text { font-size: 22px; color: #000000; font-weight: 400; line-height: 1.2em; }
p.connect-with-us {margin-top: 28px;}
p.connect-with-us a { display: inline-block; background: #b5121b; color: #fff; padding: 7px 20px 8px; border-radius: 10px; font-weight: 400; font-size: 16px;text-decoration: none;}
.program-dates-wrap { padding: 20px 0 30px;
    border-top:1px solid #f0dada;
    border-bottom:1px solid #f0dada;
    margin:40px 0;
}

.program-date-title{
    text-align:center;
    font-size:32px;
    font-weight:600;
    color:#111;
    margin-bottom:30px;
}

.program-date-grid{
    display:flex;
    gap:20px;
}

.date-card{
    flex:1;
    background:#fff;
    border:1px solid #f3dede;
    border-radius:16px;
    padding: 15px 15px;
    display:flex;
    align-items:center;
    gap:18px;

    transition:.3s ease;
}

.date-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,.05);
}

.date-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#fff3f3;

    display:flex;
    align-items:center;
    justify-content:center;
}

.date-icon svg{
    width:26px;
    height:26px;

    stroke:#c8102e;
    stroke-width:1.8;
    fill:none;
}

.date-content span{
    display:block;
    font-size:14px;
    color:#666;
    margin-bottom:6px;
    font-weight: 500;
}

.date-content h4{
    font-size:24px;
    font-weight:600;
    color:#111;
    margin:0;
}

.date-content small{
    color:#888;
    font-size:12px;
}

.alert{
    background:#fff1ef;
}

@media(max-width:768px){

    .program-date-grid{
        flex-direction:column;
    }

}





h3.sub-heading { font-size: 24px; font-weight: 400; }
.enrolment-process ul {position: relative;}
.enrolment-process ul:after { content: ""; background: url(../images/line-bg.webp) no-repeat; position: absolute; width: 74%; top: 53px; height: 16px; background-size: 100%; text-align: center; left: 0; }
.enrolment-process ul li{display: inline-block; width: 24%;font-size:17px; font-weight:300; line-height: 1.3; vertical-align: top;color:#fff;}
.enrolment-process ul li svg { background:#ffffff; display: block; border-radius: 50%; padding: 15px; margin-bottom: 25px; z-index: 9; position: relative; }
.enrolment-process ul li svg path{fill:#703193;}
p.star-label {font-size: 14px;color:#fff;}
p.star-label strong { background: #7E4C9B; color: #fff; font-weight: 400; padding:2px 6.5px; border-radius: 40px; font-size: 13px; }


section#programEnrolment{background:#F9F9F6;position:relative;}
section#programEnrolment h2 { font-size: 46px; }
#programEnrolment h2 span{color: #d20f18;font-weight: 600;}
section#programEnrolment ul{position:relative}
section#programEnrolment ul li{display:inline-block;width:19%;text-align:center;font-size:16px;font-weight:500;line-height:1.3;vertical-align: top;}
section#programEnrolment ul li div { display: flex; margin: auto; background: #b5121b; border-radius: 50%; padding: 22px; margin-bottom: 25px; z-index: 9; position: relative; width: 90px; height: 90px; align-items: center; justify-content: center; }
section#programEnrolment ul li svg { height: 50px; width: 50px; fill: #fff; }
section#programEnrolment ul li img{background:#b5121b;display:block;border-radius:50%;padding:5px;margin:auto;margin-bottom:25px;z-index:9;position:relative}
section#programEnrolment ul:after{content:"";background:url(../images/line-bg.webp) no-repeat;position:absolute;width:72%;top:53px;height:16px;background-size:100%;text-align:center;left:155px}
p.enrolment-disclaimer { background: #fff5f5; border-radius: 16px; padding: 24px 28px; font-size: 15px; color: #000; font-weight: 500; display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; width: max-content; }




.career-accelerator-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px;
  background:
    radial-gradient(circle at left top, rgba(181, 18, 27, 0.07), transparent 26%),
    radial-gradient(circle at right bottom, rgba(181, 18, 27, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  color: #111111;
}

.career-accelerator-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 220px;
  height: 230px;
  background-image: radial-gradient(rgba(181, 18, 27, 0.18) 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: 0.45;
  pointer-events: none;
}

.career-accelerator-section::after {
  content: "";
  position: absolute;
  right: -130px;
  top: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(181, 18, 27, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.career-accelerator-section .container {
  position: relative;
  z-index: 2;
}

.career-heading {
  text-align: center;
  margin-bottom: 58px;
}

.career-heading h2 {
  margin: 0;
  color: #111111;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.career-heading h2 span {
  display: inline-block;
  color: #b5121b;
  font-weight: 600;
}

.career-heading-line {
  display: block;
  width: 70px;
  height: 4px;
  background: #b5121b;
  margin: 22px auto 20px;
  border-radius: 10px;
}

.career-heading p {
  margin: 0;
  color: #111111;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

.career-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.career-card { position: relative; min-height: 270px; padding: 42px 11px 22px; background: rgba(255, 255, 255, 0.96); border: 1px solid rgba(181, 18, 27, 0.10); border-radius: 18px; text-align: center; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); overflow: hidden; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; }

.career-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #d20f18 0%, #b5121b 100%);
  opacity: 0.55;
}

.career-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(181, 18, 27, 0.045);
  pointer-events: none;
}

.career-card:hover {
  transform: translateY(-6px);
  border-color: rgba(181, 18, 27, 0.25);
  box-shadow: 0 20px 44px rgba(181, 18, 27, 0.12);
}

.career-icon { width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; background: #fff0ed; display: flex; align-items: center; justify-content: center; }

.career-icon svg { width: 38px; height: 38px; stroke: #b5121b; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }

.career-card-line { display: block; width: 44px; height: 3px; background: #b5121b; margin: 0 auto 24px; border-radius: 10px; }

.career-card h3 {
  margin: 0;
  color: #111111;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 500;
}



section#careerAcceleratorNew {background: #fff;}
p.byline-tsca {font-size: 22px;}
ul.career-accelerator-list li { display: inline-block; width: 17%; vertical-align: top; text-align: center; border: 1px solid #e5e5e5; border-radius: 10px; min-height: 170px; padding: 20px 10px; box-shadow: #f7f7f7 1px 1px 15px; margin: 7px; font-size: 16px; }
ul.career-accelerator-list li small { display: block; font-size: 12px; }
ul.career-accelerator-list li svg { display: block; margin: auto; margin-bottom: 10px; fill: #b5121b; width: 40px; height: 40px; }


section#faq{position:relative;background:#f9fbfd}
section#faq .accordion-item{background-color:transparent;border:1px solid #000;margin-bottom:10px;border-radius:0}
section#faq .accordion-button:not(.collapsed){box-shadow:none}
section#faq .accordion-button{background:transparent!important;padding:2px 20px 2px 30px;font-weight:500;color:#434343;border-radius:5px;font-size:17px}
section#faq .accordion-body{background-color:transparent;padding:0 20px 20px 40px}
section#faq .accordion-body p{font-size:17px}
section#faq .accordion-body li{font-size:17px;font-weight:300}
section#faq .accordion-button:before{content:"";border-color:transparent #ccc;border-style:solid;border-width:5px 0 5px 8px;display:block;height:0;width:0;left:-10px;top:0;position:relative}
section#faq .accordion-body ul{padding-left:20px}
section#faq .accordion-item { background-color: transparent; border: none; border-bottom: 1px solid #D6D3C8; }
section#faq .accordion-button { background: #fff; padding: 20px 30px 20px 10px; font-weight: 500; color: #152E4C; margin-bottom: 0; border-bottom: 1px solid #ffffff00; line-height: 1.5; font-size: 20px; }
section#faq .accordion-button:before{content:"";border-color:transparent #ccc;border-style:solid;border-width:5px 0 5px 8px;display:block;height:0;width:0;left:-10px;top:0;position:relative}
section#faq .accordion-body{}
section#faq .accordion-body ul{padding-left:20px}
section#faq .accordion-body li{font-size:17px;position:relative;display:block;margin-bottom: 10px;}
#faq .accordion-body ul li:before { content: ""; border-color: transparent #c2585e; border-style: solid; border-width: 7px 0 7px 9px; left: -20px; top: 4px; position: absolute; padding: 0; }
section#aboutTS iframe {
    width: 100%;
    height: 800px;
}

section#overviewSec { background: #fff; }
section#whyARVR {position: relative;}
section#whyARVR::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    width: 220px;
    height: 230px;
    background-image: radial-gradient(rgba(181, 18, 27, 0.18) 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.45;
    pointer-events: none;
}
section#whyARVR::after{
    content: "";
    position: absolute;
    right: -130px;
    top: 30px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(181, 18, 27, 0.13);
    border-radius: 50%;
    pointer-events: none;
}
section#whyARVR::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 220px;
    height: 230px;
    background-image: radial-gradient(rgba(181, 18, 27, 0.18) 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.45;
    pointer-events: none;
}
section#whyARVR::before{
    content: "";
    position: absolute;
    left: -130px;
    bottom: 100px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(181, 18, 27, 0.13);
    border-radius: 50%;
    pointer-events: none;
}
section#whyARVR h2.heading{color:#000}
section#whyARVR h2.heading:after{background:#000!important}
section#faq h2.heading:after{background:#fff!important;margin:auto}
.whyARVR-para{color:#000!important}
section#whyARVR p{color:#fff}

section#whyARVR h3.sub-heading{color:#000;font-weight:500;font-size:26px;margin-bottom:20px}
section#whyARVR h3.sub-heading span{color:#7b27be}
.swiper.mySwiper{position:relative}
.mySwiper .card{background:#b5121b;min-height:220px;padding:30px;position:relative;border-radius:15px;margin-bottom:30px}
.mySwiper .card h3{color:#fff;font-size:21px}
.mySwiper .card.one h3{color:#000;font-size:21px}
section#whyARVR .mySwiper .card.one p{color:#000}
.mySwiper .card.one{background:#f1e3e3 }
.mySwiper .card.two{background:#c21717}

.mySwiper .swiper-button-next:after,.mySwiper .swiper-button-prev:after{font-size:18px;text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1;font-weight:700}
.mySwiper .swiper-button-next{right:auto;top:232px;left:56px;background:#b5121b;border-radius:30px;width:35px;height:35px;color:#fff}
.mySwiper .swiper-button-prev{top:232px;left:8px;background:#b5121b;border-radius:30px;width:35px;height:35px;color:#fff}












footer#footer {background: #fff;border-top: 1px solid #B7B7B7;}
p.copyright {color: #000;font-weight: 300;font-size: 15px;}
p.policy {color: #000;}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {color: #000 !important; text-decoration: underline; font-weight:300 !important; background-color: transparent !important; height: auto; font-size: 14px !important; border: none; padding: 0px !important;margin-right: 8px;}
a.cookie-policy{color: #000; text-decoration: underline; font-weight: 300 !important; background-color: transparent !important; height: auto; font-size: 14px; border: none; padding: 0px !important;font-weight: 300 !important;}

section#aboutTS {
    background: #F9F9F6;
}
p.about-iitd {
    color: #151515;
    font-size: 18px;
}






.programme-section{
    padding:100px 0;
    background:#f8f8f8;
    overflow:hidden;
}


.section-head { display: flex; justify-content: center; align-items: flex-start; /* gap: 50px; */ }

.left-content{
    max-width:900px;
}

.eyebrow{
    display:block;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    color:#be5f5f;
    text-transform:uppercase;
    margin-bottom:18px;
}

.left-content h2{
    font-size:40px;
    line-height:1.05;
    font-weight:600;
    color:#111;
    margin:0 0 20px;
}

/* .left-content p{
    font-size:20px;
    line-height:1.8;
    font-weight:400;
    color:#555;
    margin:0;
} */

.right-controls { display: flex; align-items: center; gap: 22px; justify-content: flex-end; }

/* .pagination-dots{
    display:flex;
    gap:10px;
}

.dot{
    width:42px;
    height:4px;
    border-radius:50px;
    background:#d8d8d8;
    transition:all .3s ease;
}

.dot.active{
    background:#111;
} */

.slider-nav{
    display:flex;
    gap:12px;
}

.slider-btn {
    width: 58px;
    height: 58px;
    border:none;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    cursor:pointer;
    transition:.3s ease;
    font-size:24px;
}

.slider-btn:hover{
    background:#111;
    color:#fff;
}

.slider-btn:disabled { opacity: .25; cursor: not-allowed; background: #c0c0c0; color: #000; }

.cards-wrapper{
    overflow:hidden;
}

.cards-track{
    display:flex;
    gap:28px;
    transition:transform .5s ease;
}

.feature-card{
    flex:0 0 calc((100% - 56px)/3);
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.05);
    transition:.35s ease;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card img { width: 100%; height: auto; object-fit: cover; display: block; }

.card-content{
    padding:32px;
}

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:24px;
}

.card-number { font-size: 22px; font-weight: 600; color: #c15d5d; line-height: 1; }
.number-line { width: 26px; height: 3px; background: #c15d5d; margin-top: 12px; border-radius: 10px; }

.card-icon { width: 60px; height: 60px; min-width: 60px; border-radius: 50%; background: #fdf1f1; display: flex; justify-content: center; align-items: center; }

.card-icon svg{
    width:30px;
    height:30px;
    stroke: #b5121b;
    stroke-width: 2.6px;
    fill:none;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.feature-card h3{
    font-size:24px;
    font-weight:600;
    line-height:1.3;
    color:#111;
    margin:0 0 16px;
}

.feature-card p { font-size: 18px; font-weight: 400; line-height: 1.3em; color: #5f5f5f; margin: 0; }

/* Tablet */

@media(max-width:991px){

    .section-head{
        flex-direction:column;
    }

    .feature-card{
        flex:0 0 calc((100% - 28px)/2);
    }

}

/* Mobile */

@media(max-width:767px){

    .left-content h2{
        font-size:38px;
    }

    .feature-card{
        flex:0 0 100%;
    }

    .cards-track{
        gap:20px;
    }

}