html,
body {
  min-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  background: #FFF8F8;
}

.heroSection {
  background: url("assets/images/backgroung.webp") no-repeat center right;
  background-size: cover;
padding: 30px 15px 0px 15px;

}
.d-mob {
  display: none;
}
.mtop20 { 
  margin-top: 20px;
}

.container {
  max-width: 1720px; 
   width: 100%;
  margin: 0 auto;
}

header {
    background-color: #FFFFFF33;
    border-radius: 50px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
}

.primaryBtn {
  padding:10px 40px 10px 25px;
  background: #C4161C url(assets/images/arrowRight.svg) no-repeat right 24px center;
  border-radius: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
}
.primaryBtn1 {
  padding: 10px 40px 10px 25px;
  background: #fff url(assets/images/arrowRightred.svg) no-repeat right 24px center;
  border-radius: 60px;
  color: #C4161C;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
}
.paddib70{
  margin-top: 70px;
}
.heroContent {
    margin-top: 26px;
    padding-top: 57px;
    background: url(assets/images/herocontent.webp) no-repeat center center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 201px;
}
.width100 {
  width: 100%;
}
.heroLeftContent h1 {
font-weight: 600;
font-style: "SemiBold";
font-size: 64px;
leading-trim: NONE;
line-height: 125%;
letter-spacing: -2%;
text-transform: capitalize;

color: #A80203;


}

.infoText {
  font-size: 24px;
  font-family: "Jost";
}

.textRed {
  color: #E30D00;
  display: inline-block;
}

.block {
  display: block;
}

.heroLeftContent {
  max-width: 684px;
}

.bannerDescriptionList {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  margin-bottom: 45px;

}
.d-block {
    display: block;
}
.heroTextf {
font-weight: 400;
font-style: "Regular";
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
color:  #A80203;
display: block;
margin-bottom: 15px;

}
.bannerDescriptionList span {
  background: linear-gradient(90.08deg, rgba(255, 226, 57, 0.42) 0.08%, rgba(255, 226, 57, 0) 99.96%);
  padding: 16px;
  border-radius: 12px;
  width: calc(50% - 44px);
  color: #fff;
  font-weight: 700;
}

/* .heroContent .heroLeftContent a {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 24px;
  line-height: 1.047;
  color: #ffffff;
  text-decoration: none;
  background-color: #003162;
  max-width: 493px;
  padding-left: 30px;
  border-radius: 30px;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
} */
.pTop {
    margin-top: 58px;
}
.heroContent a span {
  width: 50%;
  padding: 11px 0;
  font-weight: bold;
}

.heroContent a .date {
  background-color: #ffffff;
  color: #003162;
  font-weight: 500;
  padding-left: 12px;
}

.enquiryForm {
  border: 1px solid #FFCD27;
  background: #fff;
  box-shadow: 0px 6.322px 12.644px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(9.87804889678955px);
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
  width: 435px;
  height: 100%;

}

.formTitle {
  font-family: Helvetica;
  font-size: 28px;
  color: #A80203;
  line-height: 1.2;
  background-color: #fff;
  text-align: center;
  padding: 7px 0;
  font-weight: 400;
  
}

.enquiryForm form {
  display: flex;
  gap: 15px;
  padding: 20px 15px;
  flex-wrap: wrap;
  color: #fff;
}

.enquiryForm form input,
.enquiryForm form label {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}

.enquiryForm form input {
  height: 35px;
}

.enquiryForm form input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.enquiryForm form a {
  color: #ffffff;
  font-size: 15px;
}

.enquiryForm input[type="submit"] {
  display: block;
  background-color: #E30D00;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  padding: 6px 0;
}



/* gpt css */
.admission-box {
  border-radius: 8px;
  padding: 1px;
  position: relative;
  margin-bottom: 10px;
  max-width: 500px;
}

.admission-header {
  color: white;
  padding: 6px 10px;
  font-weight: bold;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.headingbanner {
  border: 2px solid red;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding: 11px 39px 19px 17px;

}



.admission-header .icon {
  width: 0;
  height: 0;
  border-left: 12px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 8px;
  position: relative;
}

.horntext {
  color: #fff;
  background-color: #e60000;
}

.icon1 {
  position: absolute;
  height: 79px;
  width: 114px;
  padding: 0rem 0rem 0rem 0rem;
  margin: -37px 0rem 0rem 10px;
}

.icon2 {
  position: absolute;
  padding: 0px 0px 0px 0px;
  margin: -45px 0rem 0rem 6px;
  width: 25.2px;
  height: 35.04px;
}

.borederLeft {
  border-left: 3px solid #A80203;
  margin-bottom: 0px;
margin-top: 24px;
  border-radius: 10px;
margin-right: -7px;
z-index: 999;
}

.course {
  background-color: red;
  color: white;
  padding: 15px 9px 10px 19px;
  font-weight: bold;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  /* max-width: 499px; */
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
  display: inline-block;


}

.customFlex {
  display: flex;
}

.collegeName {
  background-color: white;
  color: #A80203;
    padding: 9px 20px 9px 25px;
  display: inline-block;
  margin-top: 25px;
    line-height: 1;
        border-radius: 0px 40px 40px 0px;


font-weight: 500;
font-style: Medium;
font-size: 28px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;


}

.imgSection {
  background: url("./images/banner/bgimg.webp") no-repeat center right;
  background-size: cover;
}
.containerAlign {
  display: flex;
    justify-content: flex-end;
    padding-bottom: 520px;
}
.imgLeftContent h1 {
  color: var(--a-9241-c, #E30D00);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 1;

  /* 57.6px */
  letter-spacing: 0.48px;
  padding-top: 32px;
}

.imgLeftContent {
max-width: 850px;
padding: 0px 15px;
}

.rankings {
  display: flex;
  gap: 40px;
  padding-top: 30px;
}

.imgLeftContent p {
  color: #000;
  padding-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  padding-right: 63px;
      padding-bottom: 30px;

}

.buttonRed {
  padding-top: 30px;
}


.apply-section{
  padding:120px 0;
  background: linear-gradient(105.88deg, #F7CFCD 0%, #FDEECD 100%);
}

.apply-container{
  position:relative;
  width:900px;
  height:420px;
  margin:auto;
}

/* center circle */

.center-circle{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:756px;
  height:   756px;
  border-radius:50%;
  background:#f2e7e2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.center-circle h2{
  color:#b11818;
  font-size:28px;
  margin-top:10px;
}

.badge{
  background:#fff;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
}

/* step circles */

.step{
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  background:#f3d8d3;
  text-align:center;
  padding:35px 18px;
}

.step h3{
  color:#b11818;
  margin-bottom:10px;
}

/* exact radial positions */

.step1{
  top:20px;
  left:70px;
}

.step2{
  bottom:20px;
  left:260px;
}

.step3{
  bottom:20px;
  right:260px;
}

.step4{
  top:20px;
  right:70px;
}



.cardsSection{
    
    display:flex;
    gap:25px;
    padding:30px 0px;
    justify-content: center;
}

/* card */

.infoCard {
    width: 100%;
    height: 289px;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all .35s ease;
    cursor: pointer;
}

/* icon container */
/* REMOVE THIS */

.infoCard:hover{
    background:#c00000;
}

.infoCard:hover p{
    color:white;
}

.infoCard:hover .cardIcon{
    transform:translateY(-12px);
}

.infoCard:hover .defaultIcon{
    opacity:0;
}

.infoCard:hover .hoverIcon{
    opacity:1;
}

.cardIcon {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    transition: .35s;
    margin-top: 37%;
}

.cardIcon img{
    width: 100%;
    position:absolute;
    left:0;
    top:0;
    transition:.35s;
}

/* hide hover icon */

.hoverIcon{
    opacity:0;
    top: -110px!important;
}


/* text */

.infoCard p{


font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 150%;
letter-spacing: 0%;

}

/* hover */
.cardsSection .infoCard:first-child{
    background:#c00000;
}

.cardsSection .infoCard:first-child p{
    color:white;
}

.cardsSection .infoCard:first-child .defaultIcon{
    opacity:0;
}

.cardsSection .infoCard:first-child .hoverIcon{
    opacity:1;
}
/* active card */

.activeCard{
    background:#c00000;
}

.activeCard p{
    color:white;
}
/* .excRight {
  background: url(assets/images/semiCircle.webp) no-repeat center center;
  background-size: cover;
} */

.aboutSection {
    background: url(assets/images/aboutBackg.webp) no-repeat center right;
  background-size: cover;
padding: 30px 15px 0px 15px;
background-color: #FFF8F8;
}
.aboutCTA {
    display: inline-block; /* makes button only as big as its content */
    padding: 24px 24px;   /* reduce padding to make it smaller */
    background: #fff url(assets/images/institute.svg) no-repeat left 15px center;
    border-radius: 60px;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    padding-left: 80px; /* space for the image */
}
.d-flex {
  display: flex;
  justify-content: center;
}
.d-block1 {
    display: block;
}
.aboutHeading h2 {
  color: #A80203;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: center;
  padding-bottom: 20px;
  /* padding-top: 30px; */
}
.aboutHeading p {
  color: #A80203;
font-weight: 400;
font-size: 20px;
line-height: 165%;
letter-spacing: -2%;
text-align: center;

}
.aboutHeading {
    padding: 30px 0px 60px 0px;
    max-width: 1195px;
    justify-content: start;
    margin: 0 auto;
}

.aboutHeading1 h2 {
  color: #A80203;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 1%;
  text-align: start;
  padding-bottom: 20px;
  padding-top: 30px;
}
.aboutHeading1 p {
  color: #A80203;
font-weight: 400;
font-size: 20px;
line-height: 165%;
letter-spacing: -2%;
text-align: start;
    width: 1031px;
}
.aboutHeading1 {
    padding: 30px 0px 60px 0px;
    justify-content: start;
    /* margi 0 auto; */
}
.excSection {
    background: #FFF8F8;
    position: relative;
    z-index: 9;
}
.excLetf{
    max-width: 891px;
}
.excImage {
    width: 100%;
    margin-top: 374px;
}
.customFlex1{
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
}

.borederLeft1 {
    display: inline-block;
    width: 3px;
    height: 54px;
    background: #c00000;
    margin-top: 25px;
    z-index: 9;
    margin-right: -9px;
}
.customContainer{
  display:flex;
  flex-wrap:wrap;
  /* gap:20px; */
}
.aHref {
    text-decoration: none;
color: #000;
font-weight: 600;
font-size: 18px;
line-height: 120%;
letter-spacing: 0%;
text-transform: capitalize;

}



.apply-section {
    width: 98%;
    /* max-width: 1800px; */
    /* height: 600px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 auto; */
        height: 614px;
            margin: 0 auto;
    border-radius: 20px;
    border: 6px solid #fff;
    margin-bottom: 30px;
}
.blackText {
    color: #000000;
font-weight: 600;
font-size: 16px;
line-height: 120%;
letter-spacing: 0%;
text-transform: capitalize;
text-align: left;
}
.redtext {
    color: #A80203;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
text-align: left;
}
.paddingb50   {
    margin-bottom: 50px;
}
/* The Large Relative Circle */
.big-circle {
    position: relative;
    width: 755px;
    height: 755px;
    background-color: #FDF0EF;
;
    border-radius: 50%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
    margin-top: -12%;
    z-index: 1;
}
.howToApp {
font-weight: 600;
font-size: 48px;
line-height: 135%;
letter-spacing: -2%;
text-align: center;
text-transform: capitalize;
color: #A80203;
}
/* Center Content inside Big Circle */
.center-content {
    z-index: 10;
    padding-top: 202px;
    justify-content: center;
    /* margin: 0 auto; */
    text-align: center;
}

.badge {
    background: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    display: inline-block;
}

.badge .icon { color: var(--maroon); margin-right: 5px; }

h1 {
    color: var(--maroon);
    font-size: 42px;
    margin: 0;
}

/* Small Step Circles - Absolute Positioned */
.step-card {
    position: absolute;
    
    background-color: var(--peach-bg);
    border-radius: 50%;
    display: flex; /* Using flex to center content inside circles */
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.step-card .content {
    padding: 25px;
    text-align: center;
}

.step-icon { font-size: 24px; color: var(--maroon); display: block; margin-bottom: 5px; }

.step-card h3 {
font-weight: 600;
font-size: 40px;
line-height: 135%;
letter-spacing: -2%;
text-align: center;
text-transform: capitalize;
color: #A80203;

}
.d-blocmb {
  display: none;
}
.step-card p {
    color: #000000;
;
    margin: 0;


font-weight: 400;
font-size: 20px;
line-height: 135%;
letter-spacing: 0%;
text-align: center;

}

/* Precise Positioning to mimic the Image arc */

/* Step 1: Top Left */
.step-1 {
    top: 17%;
    left: -47%;
    background-color: #FBE5E3;
    width: 400px;
    height: 400px;
}

/* Step 2: Bottom Left */
.step-2 {
    bottom: -16%;
    left: -15%;
    width: 345px;
    height: 345px;
    background-color: #F7D1CD;
}
.leftImage{
  width: 100%;
}
/* Step 3: Bottom Right */

.step-3 {
    bottom: -10%;
    right: 0%;
    width: 289px;
    height: 289px;
    background-color: #F7D1CD;
}

/* Step 4: Top Right */
.step-4 {
    top: 18%;
    right: -36%;
    height: 352px;
    width: 352px;
    background-color: #FBE5E3;
}
/* Responsive fix for smaller screens */
@media (max-width: 900px) {
    .big-circle { transform: scale(0.8); }
}
.endSection {
    background: #A80203;

}
.rightEnd {
    padding: 131px 0px 131px 159px;
}
.rightEnd h2 {
    color: #FDEECD;
font-weight: 600;
font-size: 64px;
line-height: 135%;
letter-spacing: -2%;
text-transform: capitalize;
margin-bottom: 25px;

}

.rightEnd p {
    color: #FDEECD;
font-weight: 400;
font-size: 32px;
line-height: 100%;
letter-spacing: 0%;

}
.footerSection {
    background: linear-gradient(105.88deg, #F7CFCD 0%, #FDEECD 100%);


}
.copyRighttext {
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: #A80203;
padding: 20px 0;
}
.paddingeTop {
    margin-top: 60px;
}


.applyHeader{
text-align:center;
margin-bottom:30px;
}

.badge{
display:inline-flex;
align-items:center;
gap:10px;
background:#fff;
padding:10px 20px;
border-radius:30px;
font-weight:600;
box-shadow:0 3px 8px rgba(0,0,0,0.1);
}

.applyHeader h2{
margin-top:15px;
font-size:34px;
color:#a60000;
}

.steps{
display:flex;
flex-direction:column;
gap:20px;
}

.stepCard{
display:flex;
align-items:flex-start;
gap:15px;
background:#f0dedd;
padding:18px;
border-radius:20px;
}

.stepIcon{
background:#a60000;
color:#fff;
width:40px;
height:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:8px;
font-size:18px;
}

.stepContent h3{
color:#b30000;
margin:0;
font-size:18px;
font-weight:700;
}

.stepContent p{
margin:5px 0 0;
font-size:15px;
line-height:1.4;
}

/* MOBILE DESIGN */
@media(max-width:786px){

.applyHeader h2{
font-size:28px;
}

.stepCard{
padding:15px;
}

.stepContent p{
font-size:14px;
}

}


.applySection{
position:relative;
padding:60px 20px 40px;
background: linear-gradient(105.88deg, #F7CFCD 0%, #FDEECD 100%);
    border: 6px solid #fff;
border-radius:30px;
overflow:hidden;
}

/* Semi Circle */
.applySection::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    background: #FDF0EF;
;
    border-radius:  250px;
    z-index: 0;
}

/* Keep content above shape */
.applyHeader,
.steps{
position:relative;
z-index:2;
}
.dflexm {
display: flex;
}
.hTextt{
font-weight: 600;
font-size: 20px;
line-height: 135%;
letter-spacing: -2%;
text-align: center;
text-transform: capitalize;
color: #A80203;
}
.sticky-apply{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #d71920;
  text-align: center;
  padding: 14px 0;
  z-index: 9999;
}

.apply-btn{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width:768px){
  .sticky-apply{
    display:none;
  }
}