* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

body {
 font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5{
  font-family: "Bebas Neue", sans-serif;
}

p {
  font-family: "DM Sans", sans-serif;
}

img {
  max-width: 100%;
}
.container-fluid
{
  width: 100%;
  margin: 0px auto;
  max-width: 1750px;
}

/*** Header — in document flow; sticks on scroll without covering banner ***/

header {
  padding: 20px 0;
  transition: background 0.4s, box-shadow 0.4s;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #000;
}
.top-flex {
  display: flex;
  justify-content: space-between;
}
.header-inner {
  align-items: center;
  gap: 16px;
  position: relative;
}
.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
  flex: 1;
  min-width: 0;
}
.top-left img {
  display: block;
  max-height: 56px;
  width: auto;
}
.header-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 10px 18px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s ease, color 0.3s ease;
}
.header-call-btn:hover,
.header-call-btn:focus {
  background: #fff;
  color: #0a2a6e;
  outline: none;
}
.header-call-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.header-call-num {
  font-weight: 500;
}

.headerCountdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cdLabel {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
}

.cdBoxes {
  display: flex;
  align-items: center;
  gap: 4px;
}

.cdItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  min-width: 80px;
}

.cdNum {
  font-size: 20px;
  font-weight: 700;
  color: #0a2a6e;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
}

.cdUnit {
  font-size: 16px;
  font-weight: 600;
  color: #ff3c00;
  text-transform: uppercase;
  margin-top: 2px;
  font-family: "DM Sans", sans-serif;
}

.cdColon {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.cdStartsSoon {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  font-family: "DM Sans", sans-serif;
}

.cdExpired {
  font-size: 14px;
  font-weight: 700;
  color: #ffb3b3;
  font-family: "DM Sans", sans-serif;
}

header.fixed {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.banner-hero {
  position: relative;
  width: 100%;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0 0 0;
}
.bannerPic
{
  width: 100%;
  height: auto;
  position: relative;
}

.bannerPic::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 33.44%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 61.72%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(90.06deg, rgba(0, 0, 0, 0.3) 26.4%, rgba(0, 0, 0, 0) 56.96%);
  z-index: 1;
  pointer-events: none;
}

.bannerPic.cnt::after {
  display: none;
}

.bannerText.hide {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.banner .owl-carousel .owl-item img {
  height: 800px;
  object-fit: cover;
}
.bannerText
{
  width: 100%;
  height: auto;
  max-width:1750px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 99;
  margin: 0px auto;
}
.bannerText h1 
{
  font-size: 28px;
  line-height: 100%;
  font-weight:600;
  color: #fff;
  margin: 0 0 20px 0;
  font-family: "DM Sans", sans-serif;
}
.bannerText h2 
{
  font-size: 100px;
  line-height: 100%;
  font-weight:400;
  color: #fff;
  margin: 0 0 20px 0;
}
.bannerText h3 
{
  font-size: 40px;
  line-height: 100%;
  font-weight:200;
  color: #fff;
  margin: 0 0 20px 0;
}
.bannerText p 
{
  font-size: 20px;
  line-height: 100%;
  font-weight:600;
  color: #fff;
  margin: 0 0 20px 0;
}
.bannerText .applyBtn a
{
  padding: 15px 80px 15px 30px;
}
.banner .owl-dots
{ 
  position: absolute;
  left: 80px;
  bottom: 40px;
  width: auto;
  z-index: 9;
}
.banner .owl-theme .owl-dots .owl-dot span
{
  margin: 0px 7px 0 0;
  background: #E3E3E380;
}

.banner .owl-theme .owl-dots .owl-dot.active span
{
  width: 20px;
  background: #FC6C54;
}


.path-section {
  background: url(../images/bg-5.webp) no-repeat;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}

.path-section h2 {
  font-size: 90px;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 84%;
  text-align: center;
  color: #3D0417;
}

/* Layout */
.path-container {
  display: flex;
  gap: 30px;
}

/* Tabs */
.tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.tab {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(254, 249, 244, 0.7) 100%);
  box-shadow: 0px 3px 4px 0px #FFFFFF40 inset;
  padding: 14px 50px 14px 30px;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  position: relative;
}

.tab span {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 67px;
  color: #D8C6B0;
}
.tab p
{
  color: #3D0417;
  font-weight: 600;
  font-size:20px;
}

.tab.active {
  background: linear-gradient(180deg, #FC6C54 0%, #E4452A 100%);
  color: #fff;
}
.tab.active:before
{
  content: "";
  position: absolute;
  right: 20px;
  top: 45px;
  background: url(../images/act.webp) no-repeat;
  width: 27px;
  height: 27px;
}

.tab.active span, .tab.active p {
  color: #fff;
}

/* Content */
.tab-content {
  display: none;
  width: 67%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.tab-content.active {
  display: block;
}

.content-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.content-box img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* Overlay */
.overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 30px 30px 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: #fff;
}

.overlay h3 {
  font-size: 51px;
  margin-bottom: 15px;
  font-family: "DM Sans", sans-serif;
  line-height: 100%;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.courses {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.courses span {
  background: #891400B5 url(../images/cir.webp) no-repeat;
  padding: 10px 20px 10px 30px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  line-height: 100%;
  font-weight: 400;
  text-transform: uppercase;
  background-position: 10px 13px;
}

.flx 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab
{
  width: 30%;
  height: 120px;
}


.key-outcomes {
  background: url(../images/bg-6.webp) no-repeat;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}

.key-outcomes h2 {
  font-size: 90px;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 84%;
  text-align: center;
}

.outcomes-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.card {
  background: linear-gradient(180deg, rgba(249, 139, 121, 0.32) 10.1%, rgba(255, 255, 255, 0.2912) 50%, rgba(255, 141, 121, 0.32) 100%);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: 90px 30px;
  width: 20%;
  transition: 0.3s;
  box-shadow: 2px 5px 30px 0px #0000001A;
}

.card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.18);
}

.icon {
  margin-bottom: 15px;
  min-height: 40px;
}

.card h3 {
  font-size: 90px;
  margin: 0px 0;
  font-weight: 400;
  line-height: 100px;
  text-shadow: 0px 4px #00000026;
}

.card p {
  font-size: 28px;
  line-height: 100%;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.block
{
  display: block;
}

/* Section Background */
.admission-process {
  background: url(../images/bg-8.webp) no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

/* Title */
.admission-process h2 {
  font-size: 90px;
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 84%;
  color: #3D0417;
}

/* Layout */
.steps {
  display: flex;
  justify-content: left;
  gap: 40px;
}

/* Each Step */
.step {
  width: 100%;
}

/* Icon */
.icon-1 {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

/* Text */
.step p {
  font-size: 28px;
  color: #171717;
  line-height: 100%;
  font-weight: 600;
  padding: 0 40px 0 0;
  margin: 0;
  margin-bottom: 10px;
}

.join {
  background:#fff;
  padding: 100px 0px;
}
.joinFlx
{
  display: flex;
  gap:100px;
}
.joinPic
{
  width: 100%;
  height: auto;
}
.joinPic img 
{
  width: 100%;
}
.joinText
{
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
.joinText p
{
  font-size: 28px;
  color: #171717;
  line-height: 120%;
  font-weight: 600;
  padding: 0 0px 0 0;
  margin: 20px 0 0 0;
}
.joinText h6
{
  font-size: 20px;
  color: #484848;
  line-height: 120%;
  font-weight: 600;
  padding: 0 0px 0 0;
  margin: 10px 0 0 0;
}
.joinText h6 span
{
  color: #FC6C54;
}




.applyBtn {
  width: auto;
  height: auto;
  margin: 40px 0 20px 0;
}
.applyBtn a 
{
  background: linear-gradient(180deg, #FC6C54 0%, #E4452A 100%);
  color: #fff;
  padding: 15px 60px 15px 30px;
  text-decoration: none;
  font-size:16px;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.applyBtn a:before
{
  content: "";
  position: absolute;
  right: 14px;
  top: 9px;
  background: url(../images/apl.webp) no-repeat;
  width: 34px;
  height: 34px;
}
.applyBtn a:hover
{
  background: linear-gradient(180deg, #E4452A 0%, #FC6C54 100%);
}
/* =========================
  Recruter SECTION
========================= */
.recruiter {
  background: url(../images/bg-7.webp) no-repeat;
  background-size: cover;
  padding: 100px 0;
  overflow: hidden;
}

.recFlex {
  display: flex;
  gap: 70px;
}

.recHeading {
  min-width: 380px;
}

.recruiter h2 {
  font-size: 90px;
  font-weight: 400;
  line-height: 84%;
  color: #fff;
}


.recLogo {
  width: 100%;
}

.marq {
  overflow: hidden;
  margin-bottom: 20px;
}

.track {
  display: flex;
  gap: 20px;
  width: max-content;
}

.marq .track {
  animation: scrollLeft 40s linear infinite;
}

.marq-2 .track {
  animation: scrollRight 40s linear infinite;
}

.mLogo {
  background: #fff;
  height: 100px;
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mLogo img {
  max-height: 100%;
  width: auto;
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}



.legaciesFlx
{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.legacies-section
{
  padding: 100px 0;
}
.legaciesLeft
{
  width: 100%;
  padding: 50px 205px 0 0;
}
.legaciesRight
{
  width: 100%;
}

.legaciesLeft h3
{
  font-size: 90px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 84%;
  color: #3D0417;
}
.legaciesLeft h3 span
{
  display: block;
}
.legaciesLeft p 
{
  color: #484848;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.legaciesLeft p span
{
  color: #FC6C54;
  font-size: 20px;
  font-weight: 600;
}

.line
{
  width: 100%;
  height: auto;
  text-align: center;
}
.line img  
{
  width: 100%;
  max-width: 92%;
}
.prof-section {
  background: url(../images/bg-5.webp) no-repeat;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}
.prof-title h3{
  /* text-align: center; */
 font-size: 90px;
    margin-bottom: 50px;
    font-weight: 400;
    line-height: 84%;
    color: #3D0417;
}
.profFlx
{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
}
.profFull
{
  width: 100%;
  height: auto;
}
.profFull p span{

    color: #3D0417;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;

}
.profIcon
{
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  /* box-shadow: 2px 5px 40px 0px #FFA59580; */
  margin: 0px auto 20px;
  /* background: #fff; */
  border-radius: 32px;
}
.profFull p 
{
  color: #3D0417;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
}
.profFull p span 
{
  display: block;
}
.future-section
{
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.future-section h3 
{
  font-size: 90px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 84%;
  color: #3D0417;
}
.futureSl
{
  width: 100%;
  height: auto;
  padding: 0 0 0 80px;
}
.futurePic
{
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.futurePic img 
{
  width: 100%;
  height: auto;
}
.futurePic p 
{
  line-height: 100%;
  font-size: 28px;
  position: absolute;
  left: 0;
  padding: 0 20px 0px;
  margin: 0;
  color: #fff;
  bottom: 40px;
  z-index: 9;
  font-weight: 600;
}
.banner .owl-carousel .owl-item img.mb
{
  display: none;
}
.frm
{
  position: absolute;
  right: 70px;
  top: 40px;
  width: 100%;
  max-width: 450px;
  z-index: 99;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.frm h4 
{
  color: #000;
  text-align: center;
  font-size: 30px;
  font-family: "DM Sans", sans-serif;
}


.btn2top
{
  width: auto;
  height: auto;
  position: fixed;
  top: 400px;
  right: -40px;
  z-index: 9;
  rotate: 270deg;
}
.btn2top a 
{
  background: linear-gradient(180deg, #FC6C54 0%, #E4452A 100%);
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 15px;
  text-align: center;
  text-transform: uppercase;
}
.btn2top a:hover
{
   background: linear-gradient(180deg, #E4452A 0%, #FC6C54 100%);
}


.thankyouSec
{
  width: 100%;
  height: 100vh;
  background: url(../images/thankyou-bg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.ladyBg
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.ladyBg img  
{
  max-width: 100%;
}
.thankFlx
{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.thankPic
{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 10vh 0 0 0;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: end;
  align-content: end;
  padding: 0 0 0 100px;
}

.thankPic img 
{
  height: 90vh;
}
.thankText
{
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.thankTextInner
{
  width: 100%;
}
.thankText h2
{
  color: #fff;
  font-size: 130px;
  font-weight: 400;
  margin: 0 0 0px 0;
  line-height: 100%;
}
.thankText h2 span 
{
  color: #FC6C54;
}
.thankText h5
{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 20px 0;
}
.thankText p
{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.thankRedirect-msg {
  margin-top: 24px;
  font-weight: 500;
}
.thankCountdown-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.thankCountdown {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.thankCountdown #countdown {
  color: #000;
  font-size: 42px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
}
.last-footer.no-margin
{
  margin-bottom: 0;
}
.thmb
{
  display: none;
}
.thk .container-fluid
{
  max-width: 1600px;
}



/* NES CSS START */



/* ========================= CAREER SECTION ========================= */

.careerSection {
  width: 100%;
  background-image: url("../images/career-bg.webp"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: 1000px;
}


.careerWrap {
  display: flex;
  align-items: center;
}

.careerContent {
  max-width: 615px;
  color: #fff;
}


.careerTitle {
  font-size: 90px;
  font-weight: 400;
  line-height: 84%;
  margin-bottom: 30px;
  text-transform: uppercase;
}


.careerTabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tabItem {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tabHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px ;
  cursor: pointer;
}

.tabHeader span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.tabIcon {
  width: 22px;
  height: 22px;
  border: 1px solid #ff3c00;
  border-radius: 50%;
  position: relative;
}

.tabIcon::before,
.tabIcon::after {
  content: "";
  position: absolute;
  background: #ff3c00;
}

.tabIcon::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabIcon::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tabItem.active .tabIcon::after {
  display: none;
}

.tabBody {
  padding: 0 16px 16px;
}

.tabBody p {
  font-size: 16px;
  color: #cfcfcf;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.tabGrid {
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
}

.tabGrid ul {
  list-style: none;
}

.tabGrid li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}

.tabGrid li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ff3c00;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.smallText {
  font-size: 12px;
  color: #aaa;
}

.tabItem:not(.active) .tabBody {
  display: none;
}



/* =========================
   COLLAB SECTION
========================= */


.collabSection {
  padding: 100px 0;
}

.collabTitle {
  font-size: 90px;
  font-weight: 400;
  color: #3D0417;
  margin-bottom: 55px;
}

.collabSliderWrap {
  padding-left: 90px;
  padding-right: 0; 
}

.collabItem {
  background: transparent;
  padding-right: 35px;
}

.collabLogo {
  height: 100px;
  margin-bottom: 16px;
}

.collabLogo img {
  max-height: 100%;
  width: auto !important;
}

.collabItem h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #111;
  font-family: sans-serif;
}

.collabItem p {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  
  line-height: 1.5;
}


.collabSlider .owl-stage {
  display: flex;
}

.collabSlider .owl-item {
  display: flex;
}



/* =========================
   SUCCESS SECTION
========================= */

.successSection {
  background: #f5f5f5;
  padding: 100px 0 80px;
  position: relative;
}

.successTitle {
  font-size: 90px;
  font-weight: 400;
  color: #3D0417;
  margin-bottom: 50px;
}

.successSliderWrap {
  padding-left: 90px;
  padding-right: 0;
}

.successItem {
  padding-right: 30px;
}

.successCard {
  background: transparent;
}

.successImage {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 14px;
}

.successImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.successCard h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
      font-family: sans-serif;

}

.successCard p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
}

.successSlider .owl-stage {
  display: flex;
}

.successSlider .owl-item {
  display: flex;
}



/* =========================
   FOOTER
========================= */

.footerSection {
  width: 100%;
  padding: 25px 0;
}


.footerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}


.footerLeft {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footerBrand img {
  height: 56px;
}

.footerDivider {
  width: 1px;
  height: 40px;
  background: #ccc;
}

.footerInfo h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3D0417;
  margin-bottom: 6px;
  font-family: "DM Sans", sans-serif;
}

.footerAddress {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footerAddress img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.footerAddress p {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  line-height: 1.5;
}


.footerRight {
  text-align: right;
}

.last-footer {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
}

@media (max-width: 1750px) {
  .collabSliderWrap {
    padding-left: 40px;
  }
}

@media (max-width: 1550px) {
  .careerTitle {
    font-size: 70px;
  }

  .collabTitle {
    font-size: 70px;
  }

  .collabItem h3 {
    font-size: 20px;
  }

  .successTitle {
    font-size: 70px;
  }

  .recruiter h2 {
    font-size: 70px;
  }
}

@media (max-width: 1450px) {
  .careerContent {
    max-width: 580px;
  }

  .collabTitle {
    font-size: 60px;
  }

  .successTitle {
    font-size: 60px;
  }

  .successCard h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .successSection {
    padding: 50px 0;
  }
}

@media (max-width: 1350px) {
  .careerTitle {
    font-size: 60px;
  }

  .tabHeader span {
    font-size: 18px;
  }

  .tabBody p,
  .tabGrid li {
    font-size: 15px;
  }

  .successTitle {
    font-size: 50px;
  }

  .footerBrand img {
    height: 48px;
  }

  .footerInfo h4 {
    font-size: 18px;
  }

  .footerAddress p,
  .last-footer {
    font-size: 15px;
  }

  .recruiter h2 {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  .careerSection {
    padding: 70px 0;
  }

  .careerTitle {
    font-size: 56px;
  }

  .careerContent {
    max-width: 520px;
  }

  .collabSliderWrap {
    padding-left: 56px;
  }

  .successSliderWrap {
    padding-left: 56px;
  }

  .footerWrap {
    gap: 30px;
  }

  .footerLeft {
    gap: 24px;
  }

  .footerBrand img {
    height: 44px;
  }

  .recFlex {
    gap: 40px;
  }

  .recHeading {
    min-width: 300px;
  }
}

@media (max-width: 1024px) {
  .careerTitle {
    font-size: 50px;
  }

  .tabHeader {
    padding: 14px;
  }

  .tabHeader span {
    font-size: 17px;
  }

  .tabBody p,
  .tabGrid li {
    font-size: 14px;
  }

  .footerInfo h4 {
    font-size: 17px;
  }

  .footerAddress p,
  .last-footer {
    font-size: 14px;
  }

  .footerAddress img {
    width: 18px;
    height: 18px;
  }

  .recruiter h2 {
    font-size: 50px;
  }
}

@media (max-width: 980px) {
  .careerTitle {
    font-size: 46px;
  }

  .careerContent {
    max-width: 100%;
  }

  .careerSection {
    min-height: 850px;
  }

  .collabItem {
    padding-right: 46px;
  }

  .successItem {
    padding-right: 40px;
  }

  .footerWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footerRight {
    text-align: left;
  }

  .recFlex {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .careerSection {
    padding: 60px 0;
  }

  .careerWrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .careerContent {
    width: 100%;
  }

  .careerTitle {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 25px;
  }

  .tabGrid {
    flex-direction: column;
    gap: 0px;
  }

  .collabSection {
    padding: 30px 0;
  }

  .collabTitle {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .collabSliderWrap {
    padding-left: 20px;
  }

  .collabItem {
    padding-right: 20px;
  }

  .successSection {
    padding: 40px 0;
  }

  .successTitle {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .successSliderWrap {
    padding-left: 20px;
  }

  .successItem {
    padding-right: 20px;
  }

  .successCard h3 {
    font-size: 18px;
  }

  .successCard p {
    font-size: 13px;
  }

  .footerSection {
    padding: 30px 0;
  }

  .footerLeft {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footerDivider {
    display: none;
  }

  .footerBrand img {
    height: 42px;
  }

  .footerInfo h4 {
    font-size: 18px;
  }

  .footerAddress {
    gap: 10px;
  }

  .footerAddress p {
    font-size: 14px;
  }

  .last-footer {
    margin-top: 6px;
  }

  .recruiter {
    padding: 60px 0;
  }

  .recruiter h2 {
    font-size: 38px;
    line-height: 1.1;
  }

  .mLogo {
    height: 80px;
    padding: 10px 16px;
  }
}

@media (max-width: 580px) {
  .careerTitle {
    font-size: 38px;
  }

  .tabHeader span {
    font-size: 15px;
  }

  .tabBody p,
  .tabGrid li {
    font-size: 13px;
  }

  .footerBrand img {
    height: 38px;
  }

  .footerInfo h4 {
    font-size: 16px;
  }

  .footerAddress p {
    font-size: 13px;
  }

  .recruiter h2 {
    font-size: 32px;
  }

  .mLogo {
    height: 70px;
  }
}

@media (max-width: 450px) {
  .careerSection {
    padding: 50px 0;
  }

  .tabHeader {
    padding: 12px;
  }

  .tabIcon {
    width: 18px;
    height: 18px;
  }

  .tabIcon::before {
    width: 8px;
  }

  .tabIcon::after {
    height: 8px;
  }

  .footerInfo h4 {
    font-size: 15px;
  }

  .footerAddress img {
    width: 16px;
    height: 16px;
  }

  .footerAddress p {
    font-size: 12px;
    line-height: 1.4;
  }

  .last-footer {
    font-size: 12px;
  }

  .recruiter h2 {
    font-size: 26px;
  }

  .mLogo {
    height: 60px;
    border-radius: 10px;
  }
}


/* NES CSS END */