@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
a {
color: #000;
}
html,
body {
font-family: "Mulish", sans-serif;form-sec
background-color: #fff;
}

/* form css */
.form-sec {
position: fixed;
top: 10%;
right: 0px;
width: 420px;

padding: 11px;
z-index: 9;
transition: .3s all;
z-index: 9999;
border-radius: 0;
}
.form-sec .close {
position: absolute;
top: 10px;
right: 10px;
color: #ffffff;
font-size: 21px;
background: transparent;
border: none;
cursor: pointer;
}
.slide-righta.form-sec {
transform: translatex(120%);
transition: .3s all;
}
.hides.form-sec {
transform: translatex(120%);
transition: .3s all;
}
.adm-txt h3 {
font-size: 27px;
color: #ffffff;
}
.adm-txt h4 {
font-size: 23px;
color: #ffffff;
}
.adm-txt {
color: #ffffff;
text-align: center;
margin-bottom: 12px;
line-height: 30px;
}
.form-group {
margin-bottom: 1rem;
width: 100%;
}
.form-sec .form-group {
position: relative;
padding-left: 20px;
background: #ffffff;
border-radius: 0;
margin-bottom: 21px;
}
.form-sec .form-group::before {
position: absolute;
content: "";
width: 30px;
height: 40px;
background-position: -3px -11px;
top: 7px;
left: 4px;
}
.form-sec .form-group.email::before {
background-position: -3px -57px;
width: 30px;
}
.form-sec .form-group.Mobile::before {
background-position: -4px -103px;
}
.form-sec .form-group.State::before {
background-position: 1px -161px;
top: 5px;
height: 25px;
width: 33px;
background-size: 30px;
}
.form-sec .form-group.City::before {
background-position: -3px -242px;
top: 5px;
height: 21px;
}
/* .checkbox-label input:checked~.checkmark {
background-color: #fff;
} */
.checkmark {
position: absolute;
top: 3px;
left: 0;
height: 14px;
width: 14px;
border: solid 1px #ffffff;
/* background: black;
background-color: black; */
border-radius: 0;
}
.checkbox-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkbox-label .checkmark::after {
left: 4px;
top: 1px;
width: 4px;
height: 8px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.checkbox-label input:checked~.checkmark:after {
display: block;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.checkbox-label {
display: block;
position: relative;
padding-left: 20px;
margin-bottom: -1px;
cursor: pointer;
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: #ffffff;
line-height: 19px;
}
.sbt {
border: solid 1px var(--form-submit-button);
border-radius: 0;
padding: 8px 20px;
color: #000;
font-weight: bold;
/* text-transform: uppercase; */
margin: 14px auto 0;
width: 100%;
display: inherit;
font-size: 20px;
background-color: #fff;
}
.input {
border: none;
padding: 0;
height: 30px;
width: 100%;
border-radius: 0;
font-size: 13px;
color: #000000;
background: rgb(255 255 255);
outline: 0;
font-weight: 600;
}
::placeholder {
color: #000000;
}
.form-sec.show.slide {
right: 40px;
}
.form-sec.show {
position: fixed;
right: -940px;
left: auto;
transition: all 0.5s;
z-index: 99;
top: 48%;
margin-top: -203px;
}
.topenq1.mobile {
display: none;
}
.topenq {
right: 0px;
transform: rotate(90deg) translatey(-39px);
}
.topenq {
position: fixed;
top: 49%;
right: -55px;
transform: rotate(90deg);
overflow: hidden;
z-index: 300;
background-color: #9a245f;
color: #fff;
outline: none;
z-index: 999;
}
.topenq a:hover {
outline: none;
color: #ffffff;
background-color: #9a245f;
border: none;
}
.topenq .btn:first-child:active {
color: #000;
}
.topenq a {
border: none;
color: #ffffff;
background-color: #ed3237;
font-size: 20px;
padding: 13px 21px;
z-index: 999999999;
position: relative;
display: inline-block;
text-decoration: none;
}
.error {
color: #ff0000;
font-size: 12px;
margin-left: 4px;
position: absolute;
bottom: -15px;
left: 0px;
line-height: 11px;
font-family: 'Gothamlight';
}
@media (max-width: 576px) {
.form-sec {
width: 95%;
padding: 20px;
position: static;
transform: none;
transform: initial;
margin: auto;
}
.form-sec .close {
display: none;
}
.slide-righta .form-sec {
right: 0;
display: none;
}
.topenq {
position: fixed;
top: auto;
top: initial;
width: 100%;
right: auto;
right: initial;
transform: none;
transform: initial;
overflow: hidden;
z-index: 300;
bottom: 0;
}
.topenq1.mobile {
display: block;
}
.topenq.desktop {
display: none;
}
.topenq1 {
position: fixed;
top: auto;
top: initial;
width: 100%;
right: auto;
right: initial;
transform: none;
transform: initial;
overflow: hidden;
z-index: 300;
bottom: 0;
z-index: 9999;
background: #6e3173;
}
.special_item:focus-visible {
outline: none;
}
.topenq1.mobile a {
display: block;
text-align: center;
padding: 15px;
transition: all 0.3s ease;
color: #ffffff;
font-size: 18px;
font-weight: 800;
text-decoration: none;
}
.slide-righta.active .side-slide-form-wrap {
display: block;
}
.admission {
margin-top: 0rem;
}
}
/*banner css strt here */
/*banner-sec css strt here */
.banner-sec {
background: url(../img/banner-bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-position:center;
height: 100vh;
position: relative;
}
.logo {
padding: 20px 50px;
}
.logo img {
width: 260px;
}
.logo-img {
width: 100%;
height: auto;
padding: 30px 60px;
}
.banner-sec h1 {
    line-height: 1.2;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    position: relative;
    text-align: left;
}

.banner-sec h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.banner-sec h3 {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
}
.bnr-btn{
    margin-top: 30px;
}
.bnr-btn .red-btn{
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #ed3237;
    padding: 10px 20px;
}
.red-btn{
      text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ed3237;
    padding: 10px 20px;
}

.head-box{
    margin-bottom: 40px;
}
.head-box h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
}
.head-box h2 span{
    font-weight: 800;
    color: #000;
}
.head-box p{
    font-size: 20px;
    line-height: 1.4;
}
/* gloBox css strt here */
.glo-sec {
    background: linear-gradient(to right, #fff, #f3e0f5);
     padding: 60px 0 100px;
}
.gloBox{
    position: relative;
    text-align: center;
}
.gloBox::before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 70px;
    background-color: #000;
    width: 230px;
    height: 3px;
}

.gloBox img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}
.gloBox h2 {
    font-size: 62px;
    color: #6e3173;
    font-weight: 800;
}
.gloBox p{
    font-size: 28px;
    line-height: 1;
    color: #58595b;
    font-weight: 500;
}
.white-stu h2 {
    color: #000;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
}


/* liberal-study css strt here */
.liberal-study{
    padding: 0px 0 60px;
    background: linear-gradient(to right, #fff, #f3e0f5);
}
.stu-box{
    background: url(../img/studyBox-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding:90px 40px 70px;
}
.white-text{
    color: #fff !important;
}
.white-stu{
    padding: 30px;
    background-color: #fff;
    height: 100%;
}
.white-stu h3 {
    font-size: 68px;
    line-height: 53px;
    color: #6e3173;
    font-weight: 800;
    text-align: center;
}
.white-stu p{
    font-size: 22px;
    line-height:1.1;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}
.blu-stu{
    padding: 30px;
    background-color: #5d2c61d9;
    color: #fff;
}
.blu-stu h3{
    color: #fff;
}
.blu-stu p{
    color: #fff;
}
.stu-box .row>div{
    margin-bottom: 20px;
}


/* learning css str here */
.learning{
    padding: 150px 0 60px;
    background: linear-gradient(to right, #fff, #f3e0f5);
}
.learning .row>div{
    margin-bottom: 30px;
}
.ler-box {
    border: 2px solid #6e3173;
    padding: 40px 30px;
    height: 100%;
    transition: all ease-in .2s;
    text-align: center;
}
.ler-box h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #6e3173;
    font-weight: 800;
}
.ler-box h3 {
    font-size: 26px;
    line-height: 1.1;
    color: #000;
    font-weight: 800;
}
.ler-box img {
    width: 120px;
    height: 50px;
    object-fit: contain;
     margin: 10px 0 16px;
}
.ler-box:hover{
    background-color:#f3dcf5 ;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.1);
}


/* highlights section css start */
.highlights{
    padding: 60px 0;
    background-color: #6e3173;
}
.highSwiper figure {
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 100px; */
    object-fit: contain;
    justify-content: center;
    aspect-ratio: 2/1;
}
.highlights .highSwiper{
    background-color: #fff;
    padding: 10px 20px 20px;
    margin: 0;
}
.highSwiper .swiper-slide {
    height: 80px;
}
.catArrow svg{
    width: 40px;
    height: 30px;
    color: #fff;
    fill: #fff;
    background-color: #ed3237;
    transition: all .3s;
    cursor: pointer;
}
.catArrow svg:hover{
    background-color: #000;
}
.experiences .catArrow svg:hover{
    background-color: #fff;
    color: #000;
    fill: #000;
}
.highlights .catArrow {
    position: unset;
    transform: unset;
    justify-content: center;
    margin-top: 30px;
}
.catArrow {
    position: absolute;
    /* left: 200px;
    top: -170px; */
    display: flex;
    transform: translate(0, -50%);
    gap: 5px;
    z-index: 99;
}
.highlights .head-box h2 span{
    color: #fff !important;
}
.highlights .head-box p{
    color: #fff;
}

/* highlights section css end */


/* degree section css start */

.degree {
  padding: 60px 0;
  background: linear-gradient(to right, #fff, #f3e0f5);
}


.degree .heading h2 {
    padding-bottom: 20px;
}

.degree .col-lg-12>ul {
    background: #ed3237;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 30px 100px;
    margin-bottom: 0;
}

.degree .col-lg-12>ul li {
    color: #fff;
    font-size: 22px;
    position: relative;
    line-height: 1;
    width: 28%;
    padding-left: 30px;
}

/* .degree .col-lg-12>ul li::after {
    content: "";
    position: absolute;
    left: -68px;
    top: 50%;
    width: 3px;
    height: 60%;
    background: var(--purple);
    transform: translate(0%, -50%);
} */

.degree .col-lg-12>ul li:nth-child(2) {
    border-left: 2px solid #6e3173;
    border-right: 2px solid #6e3173;
    padding: 0 70px;
}

.degree .col-lg-12>ul li:first-child::after {
    display: none;
}

.deGCon {
    display: flex;
    position: relative;
}

.deGCon .fig {
    position: absolute;
    bottom: -140px;
    left: -50px;
}

.deGCon .fig .shadoww {
    width: 500px;
    height: 60px;
    background: rgb(0 0 0 / 53%);
    filter: blur(27px);
    border-radius: 50%;
}

.deGCon .deg {
    width: 30%;
    position: relative;
    min-height: 580px;
    background-color: #6e3173;
}

.deGCon .deg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #6e3173;
    height: 80%;
    width: 100%;
    z-index: -1;
}

.deGCon .tab-content {
    width: 70%;
}

.deGCon .deg .nav-link {
    text-align: left;
    font-size: 28px;
    background: transparent;
    color: #fff;
    width: 100%;
    position: relative;
    padding: 0px 30px;
    margin: 16px 0;
    line-height: 1;
    transition: all 0.2s;
}

.deg .nav {
    margin-top: 20px;
}

.deGCon .deg .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 0;
    background: #ed3237;
    transition: all 0.5s;
}

.deGCon .deg .nav-link.active::before {
    height: 100%;
}

.deGCon .deg .nav-link.active {
    font-weight: bold;
}

.nUl ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
}

.nUl ul li {
    width: 33.33%;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nUl ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.nUl {
    padding: 50px 50px;
}
.nUl h3{
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 1.1;
}
.nUl p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.deg-img {
    margin-top: 20px;
}
.deg-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* degree section css end */

/* doors section css start */

.doors {
    background: #fff;
    padding-bottom: 280px;
    padding: 60px 0;
}
.doors .dor {
    display: flex;
}

.doors .dor ul {
    width: 33.33%;
    list-style: none;
    padding: 0 20px;
}

.doors .dor figure {
    width: 33.33%;
}

.doors .dor ul li {
    border-bottom: 2px solid #6e3174;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color:#6e3174;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    width: fit-content;
    margin-left: auto;
    /* margin-right: 20px; */
}

.doors .dor ul li:nth-child(even) {
    color: #ed3237;
    width: 100%;
}

.doors .dor ul:last-child li:nth-child(odd) {
    color: #ed3237;
    width: 100%;
    text-align: right;
}

.doors .dor ul:last-child li:nth-child(even) {
    color:#6e3174;
    width: fit-content;
    margin-left: 0;
}
/* doors section css end */


/* expected section css start */

.expected .slider .sliderWrapper {
    display: flex;
    height: 750px;
}

.expected .slider .sliderWrapper .item:nth-child(1) {
    width: 10%;
    padding: 200px 0;
}

.expected .slider .sliderWrapper .item {
    position: relative;
    width: 42%;
}

.expected .slider .sliderWrapper .item figure {
    height: calc(100% - 160px);
    margin: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: unset;
}

.expected .slider .sliderWrapper .item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.expected .slider .sliderWrapper .item h3 {
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
}

.expected .slider .sliderWrapper .item:nth-child(2) {
    width: 13%;
    padding: 150px 0;
}

.expected .slider .sliderWrapper .item:nth-child(3) {
    width: 15%;
    padding: 105px 0;
}

.expected .slider .sliderWrapper .item:nth-child(4) {
    width: 20%;
    padding: 60px 0;
}

.expected .bigSli .container {
    padding: 0 270px 0 0px;
    max-width: 100%;
}

.expected .bigSli {
    height: 100vh;
    place-content: center;
}

.expected .slider .sliderWrapper .item figure:last-child {
    height: 140px;
    margin-top: 25px;
    padding-left: 10px;
}

.expected .slider .sliderWrapper .item figure:last-child img {
    height: auto;
    width: 125px;
}

.expected {
    position: relative;
    background: radial-gradient(circle at bottom left, rgba(233, 203, 255, 0.55) 0%, rgba(233, 203, 255, 0.25) 35%, transparent 60%), radial-gradient(circle at top right, rgb(255 215 220 / 92%) 0%, rgba(255, 215, 220, 0.15) 25%, transparent 50%), linear-gradient(180deg, #ffffff 0%, #fdf7fb 40%, #fcf7ff 100%);
}

.expected .col-lg-12>figure {
    position: absolute;
    z-index: -1;
    left: 50%;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.expected .slider {
    overflow: hidden;
}

.expected .sliderWrapper {
    will-change: transform;
}

.expected .sliderWrapper .item {
    transition: width .8s cubic-bezier(0.77, 0, 0.175, 1), padding .8s cubic-bezier(0.77, 0, 0.175, 1), transform .8s cubic-bezier(0.77, 0, 0.175, 1), opacity .8s ease;
    transform-origin: center center;
    will-change: transform;
}

.expected .sliderWrapper .item figure {
    overflow: hidden;
}

.expected .sliderWrapper .item img {
    transition: transform 1s ease;
}

.expected .sliderWrapper .item.active img {
    transform: scale(1.06);
}

/* .expected .container {
    padding-left: 0;
    padding-right: 250px;
} */

.expected .heading h3 {
    font-size: 35px;
    font-weight: bold;
    width: 30%;
    border-bottom: 5px solid;
    border-image: linear-gradient(90deg, rgba(236, 50, 55, 1), rgba(112, 49, 115, 1) 62%) 1;
    padding-bottom: 20px;
}

.expected .heading p {
    font-size: 25px;
    width: 70%;
}



.expected .head-box p{
    color: #ed3237;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.expected{
    padding: 60px 0;
    background: linear-gradient(to right, #fff, #f4e5f6);
}

.expected .catArrow {
    left: unset;
    right: 0;
    top: -45px;
}

.catArrow {
    position: absolute;
    left: 200px;
    top: -170px;
    display: flex;
    transform: translate(0, -50%);
    gap: 5px;
    z-index: 99;
}

.slwh {
    position: relative;
}

.catArrow svg {
    width: 60px;
    height: 40px;
    padding: 2px;
    background: #ed3237;
    transition: all 0.3s;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}

.catArrow svg:hover {
    background: #6e3173;
}

.expected .heading p {
    padding: 10px 30px 0px;
}

.expec h3 {
    font-size: 50px;
    font-weight: 600;
}

.expec {
    padding: 100px 200px 50px;
}

.excA {
    display: flex;
    padding-left: 200px;
    margin-top: 40px;
    justify-content: end;
    flex-wrap: wrap;
    gap: 40px 0;
}

.excA h4 {
    font-size: 25px;
    border-right: 4px solid #6e3173;
    padding: 0 30px;
    text-align: center;
    font-weight: 600;
    width: 33.33%;
}

.excA h4:last-child,
.excA h4:nth-child(3) {
    border: none;
}


/* expected section css end */





/* opportunity section css start */

.opportunity-sec{
    background: #f3dcf5;
    padding: 60px 0;
}

.opportunity-sec .head-box{
    padding: 10px 15px 14px;
}
.opportunity-sec .row>div{
    margin-bottom: 20px;
}

.opportunity-sec .head-box h2{
    font-size: 38px;
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin-bottom: 2px;
}

.opportunity-sec .head-box p{
    font-size: 34px;
    line-height: 1;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.opportunity-card{
    position: relative;
    overflow: hidden;
}

.opportunity-card img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

/* .opportunity-content{
    background: #f3dcf5;
    text-align: center;
    padding: 14px 18px 18px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.opportunity-content p{
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    margin: 0;
    font-weight: 700;
}

/* responsive */

@media(max-width:991px){

    .opportunity-sec .head-box h2{
        font-size: 30px;
    }

    .opportunity-sec .head-box p{
        font-size: 28px;
    }

    .opportunity-card img{
        height: 240px;
    }

    .opportunity-content p{
        font-size: 16px;
    }
}

@media(max-width:767px){

    .opportunity-sec .head-box{
        padding: 14px 10px;
    }

    .opportunity-sec .head-box h2{
        font-size: 24px;
    }

    .opportunity-sec .head-box p{
        font-size: 22px;
    }

    .opportunity-card img{
        height: 220px;
    }

    .opportunity-content{
        min-height: auto;
        padding: 12px;
    }

    .opportunity-content p{
        font-size: 15px;
    }
}


/* community section css start */

.community-sec{
    background: #f3dcf5;
    padding: 0px 0 100px;
}

.community-box{
    max-width: 950px;
    margin: auto;
    background: #fff;
    padding: 24px 30px 34px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* left */

.community-left h3{
    font-size: 36px;
    line-height: 1;
    color: #6d2d73;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

/* right */

.community-right{
    display: flex;
    align-items: center;
    gap: 48px;
}

.count-box h2{
    font-size: 58px;
    line-height: 1;
    color: #000;
    font-weight: 800;
    margin-bottom: 6px;
}

.count-box h2 span{
    font-size: 38px;
    font-weight: 600;
}

.count-box p{
    font-size: 28px;
    line-height: 1;
    color: #444;
    margin: 0;
    font-weight: 500;
}

.divider{
    width: 1px;
    height: 85px;
    background: #8f8f8f;
}

/* tag */

.community-tag{
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    background: linear-gradient(to right, #ef3d3d, #6f2f75);
    padding: 8px 20px;
    border-radius: 6px;
    white-space: nowrap;
}

.community-tag p{
    font-size: 20px;
    line-height: 1;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

/* responsive */

@media(max-width:767px){

    .community-sec{
        padding: 0px 5px 40px;
    }

    .community-box{
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 24px 20px 45px;
    }

    .community-left h3{
        font-size: 24px;
    }

    .community-right{
        gap: 18px;
    }

    .count-box h2{
        font-size: 38px;
    }

    .count-box h2 span{
        font-size: 24px;
    }

    .count-box p{
        font-size: 18px;
    }

    .divider{
        height: 60px;
    }

    .community-tag{
        width: calc(100% - 30px);
        white-space: normal;
        padding: 10px 14px;
    }

    .community-tag p{
        font-size: 14px;
        line-height: 1.4;
    }
}

/* himalaya section css start */

.himalaya-sec{
   
    background: #ffffff;
}
.himalaya-box {
    background: #6d2d73;
    padding: 26px 20px 30px;
    text-align: center;
    margin-top: -160px;
    z-index: 99;
    position: relative;
}
/* heading */

.himalaya-box h2{
    font-size: 42px;
    line-height: 1.1;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.himalaya-box .head-box p{
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

/* feature list */

.feature-list{
    margin-top: 28px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.feature-list span{
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-right: 12px;
}

.feature-list span::after{
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    color: #ff6b4a;
}

.feature-list span:last-child::after{
    display: none;
}

/* tag */

.location-tag{
    margin: 36px 0 50px;
    position: relative;
}
.location-tag::after{
    content: " ";
    position: absolute;
    top: 15px;
     left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: rgba(255,255,255,0.6);
    z-index: -1;
    margin: 0 auto;
}
.location-tag .red-btn{
    z-index: 99;
}
.location-tag p{
    display: inline-block;
    background: #ff5a3c;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 10px 18px;
    margin: 0;
    font-weight: 600;
}

/* bottom locations */

.location-row{
    margin-top: 28px;

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

.location-box{
    padding: 0 38px;
}

.location-box h3{
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}

.location-box p{
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.divider{
    width: 2px;
    height: 80px;
    background: #fff;
}

/* responsive */

@media(max-width:991px){

    .himalaya-box h2{
        font-size: 32px;
    }

    .feature-list span{
        font-size: 16px;
    }

    .location-box{
        padding: 0 20px;
    }

    .location-box h3{
        font-size: 18px;
    }

    .location-box p{
        font-size: 15px;
    }
}

@media(max-width:767px){

    .himalaya-sec{
        padding: 20px 0 0;
    }

    .himalaya-box{
        padding: 24px 15px;
    }

    .himalaya-box h2{
        font-size: 24px;
    }

    .himalaya-box .head-box p{
        font-size: 14px;
    }

    .feature-list{
        gap: 6px;
    }

    .feature-list span {
        font-size: 12px;
        padding-right: 8px;
    }

    .location-row{
        flex-direction: column;
        gap: 20px;
    }

    .divider{
        width: 70%;
        height: 1px;
    }

    .location-box{
        padding: 0;
    }

    .location-box h3{
        font-size: 17px;
    }

    .location-box p{
        font-size: 14px;
    }
}
.copy-right p{
    font-size: 20px;
    line-height: 1.1;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.copy-right{
    background: #f3dcf5;
    padding: 20px 0;
}










/* experinces section css start  */

.experiences {
    background: #6e3173;
    color: #fff;
    position: relative;
}

.experiences .heading h2 {
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 40px;
}

.experiences .container {
    padding: 0;
}

.experiences .container .row {
    --bs-gutter-x: 0;
    overflow: hidden;
}

.experiences p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.experiences p span {
    color: #ed3237;
}

.experiences .catArrow {
    position: relative;
    transform: unset;
    justify-content: center;
    top: unset;
    left: unset;
    margin: 50px 200px;
}

.experiences .catArrow::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
    height: 2px;
    background: #fff;
    left: 0;
    width: calc(50% - 70px);
}

.experiences .catArrow::after {
    position: absolute;
    content: "";
    transform: translate(0, -50%);
    right: 0;
    width: calc(50% - 70px);
    top: 50%;
    height: 2px;
    background: #fff;
}
.experiences{
    padding: 60px 0;
    overflow: hidden;
}

/* experinces section css end */

.experiences .head-box h2{
    color: #fff;
}
.experiences .container-fluid{
    padding: 0;
    margin: 0;
}

.faq-sec{
    background-color: #f3dcf5;
    padding: 60px 0;
}
.faq-container {
    max-width: 800px;
    flex: 1;
}
.accordion-button {
    background-color: #ffffff;
    color: #333;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    font-size: 22px;
}
.accordion-button:not(.collapsed) {
    background-color: #6e3173;
    color: white;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 34, 138, 0.25);
}
.accordion-body {
    background-color: #f8f9fa;
    border-left: 4px solid #ed3237;
    animation: slideDown 0.3s ease-out;
    font-size: 18px;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.faq-icon {
    margin-right: 10px;
    color: #edbe00;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.build-left img{
    position: relative;
}
.build-left img::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -190px;
    width: 700px;
    height: 700px;
    transform: translate(-50%, 0);
    border-radius: 50%;
    filter: blur(15px);
    background: #ffffff9e;
    z-index: -1;
}










/* left */



/* right */

.community-right {
    display: flex;
    align-items: center;
    gap: 48px;
}



/* tag */



/* eligibility section css end */



 .opportunity-sec .swiper {
      width: 100%;
      height: 100%;
    }

 .opportunity-sec .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .opportunity-sec.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.swiper-button-next, .swiper-button-prev {
    position: static !important;
    width: 25px;
    height: 25px;
    margin: 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 16px;
    height: 16px;
    fill: #000;
}
.opportunity-sec .opportunity-card p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    padding: 10px 10px 0;
}

/*  */
/* scholarship section css start */

.scholarship-sec{
    padding: 70px 0;
    /* background: linear-gradient(to right,#fff, #f3e0f5); */
    background: linear-gradient(to right, #fff, #f4e5f6);
    overflow: hidden;
}

.top-head{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 40px;
}

.top-head .left{
    width: 45%;
}

.top-head .right{
    width: 55%;
    position: relative;
}

.top-head h2{
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    color: #8d2159;
    text-transform: uppercase;
    margin: 0;
    background: linear-gradient(135deg, #703173, #c3324b);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-head p{
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    max-width: 500px;
    margin-bottom: 0;
}

.cap-img {
    position: absolute;
    right: 40px;
    top: 70px;
}

.cap-img img{
    max-width: 300px;
}

/* table css */

.scholarship-table{
    background: #ed3237;
    border-radius: 0;
    overflow: hidden;
    color: #fff;
    padding: 30px 40px;
}

.table-head{
    padding: 0px;
    font-size: 34px;
    font-weight: 700;
    /* border-bottom: 1px solid rgba(255,255,255,0.15); */
}

.table-row{
    display: grid;
    grid-template-columns: 280px 1fr;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
}
.scholarship-table .table-row:last-child{
    border-bottom: none;
}

.heading-row{
    font-weight: 800;
    font-size: 20px;
}
.scholarship-table .heading-row{
    border-bottom:2px solid #fff;
}
.marks-box{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    gap: 10px;
}

.marks-box span{
    font-size: 16px;
    font-weight: 700;
}

/* responsive css */

@media(max-width:991px){

    .top-head {
        flex-direction: row;
    }


    .top-head .left,
    .top-head .right{
        width: 100%;
    }

    .top-head h2{
        font-size: 42px;
    }

    .cap-img{
        position: static;
        margin-top: 20px;
    }

    .table-row{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .marks-box{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:576px){

    .scholarship-sec{
        padding: 30px 0;
    }

    .top-head h2{
        font-size: 30px;
    }

    .top-head p{
        font-size: 14px;
    }

    .table-head {
        font-size: 24px;
        padding: 5px 0px;
    }

    .table-row{
        padding: 10px 0px;
    }

    .marks-box{
        grid-template-columns: 1fr;
        text-align: left;
    }

    .marks-box span{
        padding: 8px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
}


/* criteria section css start */

.criteria-sec{
    padding: 0px 0 60px;
    background: linear-gradient(to right, #fff, #f4e5f6);
}

.criteria-top{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 0px;
}

.criteria-left{
    width: 35%;
}

.criteria-right{
    width: 55%;
}

.criteria-left h2{
    font-size: 48px;
    font-weight: 800;
    color: #111;
    margin-bottom: 12px;
}

.criteria-left .line{
    width: 180px;
    height: 5px;
    background: #6e3174;
    display: block;
}

.criteria-right p{
    font-size: 16px;
    line-height: 1.7;
    color: #111;
    margin: 0;
}

/* fee table css */

.criteria-wrap h5{
    font-size: 26px;
    color: #7b2960;
    font-weight: 800;
    margin-bottom: 14px;
}

.fee-table{
    background: #f53038;
    overflow: hidden;
}

.fee-head,
.fee-body{
    display: flex;
    align-items: center;
}

.fee-head {
    border-bottom: 1px solid #fff;
    font-weight: 800;
    font-size: 16px;
}

.fee-head div,
.fee-body div{
    flex: 1;
    padding: 14px 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.fee-head div:first-child,
.fee-body div:first-child{
    flex: 0 0 90px;
    font-weight: 900;
}

/* responsive css */

@media(max-width:991px){

    .criteria-top{
        flex-direction: column;
        gap: 25px;
    }

    .criteria-left,
    .criteria-right{
        width: 100%;
    }

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

    .fee-table{
        overflow-x: auto;
    }

    .fee-head,
    .fee-body{
        width: 850px;
    }
}

@media(max-width:576px){

    .criteria-sec {
        padding: 0px 0 30px;
    }

    .criteria-left h2{
        font-size: 30px;
    }

    .criteria-right p{
        font-size: 14px;
    }

    .fee-head div,
    .fee-body div{
        font-size: 12px;
        padding: 12px 8px;
    }
}

/* placement section css start */

.placement-sec{
    padding: 90px 0 0;
    background: #6e3173;
    overflow: hidden;
    position: relative;
}

.placement-head{
    text-align: center;
}

.placement-head h2{
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    margin-bottom: 25px;
}

.placement-head p{
    font-size: 18px;
    line-height: 1.7;
    color: #f1dff4;
    max-width: 760px;
    margin: auto;
}

.placement-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* left right */

.placement-left{
    width: 28%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.placement-right{
    width: 28%;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

/* center */

.placement-center{
    width: 60%;
    position: relative;
    text-align: center;
}

.student-img img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.student-img{
    width: 100%;
}
.graph{
    position: absolute;
    top: 10px;
    right: -30px;
    z-index: 1;
}

.graph img{
    width: 300px;
}

/* cards */

.place-card{
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.place-card .icon img{
    width: 60px;
}

.place-card .text span{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}

.place-card .text h3{
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #ebadf2;
    margin-bottom: 0px;
}

.place-card .text h3 span{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.place-card .text p{
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

/* curve lines */

.card-one::after,
.card-two::after,
.card-three::after,
.card-four::after,
.card-five::after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.placement-head .head-box {
    margin-bottom: 0px;
}
/* responsive */

@media(max-width:991px){

    .placement-wrapper {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }
    .placement-left, .placement-right, .placement-center {
        width: 30% !important;
    }

    .placement-left,
    .placement-right,
    .placement-center{
        width: 100%;
    }

    .placement-left,
    .placement-right{
        gap: 14px;
    }

    .placement-head h2{
        font-size: 38px;
    }

    .placement-head p{
        font-size: 16px;
    }

    .placement-center{
        max-width: 400px;
        margin: auto;
    }

    .graph{
        right: 0;
    }
}

@media(max-width:576px){

    .placement-sec{
        padding: 60px 0 0;
    }

    .placement-head{
        padding-bottom: 40px;
    }

    .placement-head h2{
        font-size: 28px;
    }

    .placement-head p{
        font-size: 14px;
    }

    .place-card{
        gap:8px;
    }
  

    .place-card .icon img{
        width: 45px;
    }

    .place-card .text h3{
        font-size: 28px;
    }

    .place-card .text p,
    .place-card .text span{
        font-size: 14px;
    }

    .graph img{
        width: 220px;
    }
}
/* glo-finance css strt here */
.glo-finance {
    padding: 60px 0;
}
.glo-finance .head-box{
    margin-bottom: 0;
}
  .main-container {
            width: 100%;
            max-width: 1100px;
            background-color: #ffffff;
            padding: 14px;
            position: relative;
        }

        /* Header Section */
        .header-section {
            margin-bottom: 50px;
        }

        .main-title {
            font-size: 32px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 8px;
            letter-spacing: -0.5px;
        }

        .subtitle {
            font-size: 16px;
            color: #555555;
            font-weight: 400;
        }

        /* Layout Grid */
        .workspace {
            display: grid;
            grid-template-columns: 180px 1fr 250px;
            gap: 20px;
            align-items: flex-start;
            position: relative;
            min-height: 450px;
        }

        /* Left Tabs Column */
        .tabs-column {
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding-top: 20px;
            z-index: 10;
        }

        .tab-button {
            background: none;
            border: none;
            text-align: left;
            font-size: 22px;
            font-weight: 700;
            color: #000;
            cursor: pointer;
            padding: 10px 0;
            position: relative;
            transition: color 0.3s ease;
            width: fit-content;
        }

        /* Active Tab State */
        .tab-button.active {
            color: #6d3172;
            font-weight: 800;
            font-size: 22px;
        }

        .tab-button.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #ed3237;
        }

        /* Center Image Wrapper (Stays completely fixed & unaffected) */
      .center-image-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 100%;
    width: 100%;
    position: relative;
}

        /* Creative CSS-based mockup representation of the original layout's core graphical vibe */
        .illustration-wrapper {
            position: relative;
            width: 100%;
            height: 380px;
            display: flex;
            justify-content: center;
            align-items: flex-end;
        }

        /* Giant Book Door Base */
        .giant-book {
            width: 180px;
            height: 320px;
            background-color: #3b9cf3;
            border-radius: 4px 16px 16px 4px;
            position: relative;
            box-shadow: 0 15px 35px rgba(59, 156, 243, 0.2);
            display: flex;
            justify-content: flex-end;
        }

        .giant-book::before {
            content: '';
            width: 15px;
            height: 310px;
            background: linear-gradient(90deg, #e0e0e0, #ffffff);
            position: absolute;
            right: -15px;
            top: 5px;
            border-radius: 0 4px 4px 0;
            box-shadow: 2px 5px 10px rgba(0,0,0,0.1);
        }

        /* Open Door inside Book */
        .book-door-frame {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 150px;
            background-color: #ffffff;
            border: 3px solid #2985db;
            border-bottom: none;
            overflow: visible;
        }

        .book-door {
            position: absolute;
            top: -3px;
            left: 100%;
            width: 80px;
            height: 150px;
            background-color: #3b9cf3;
            border: 3px solid #2985db;
            border-bottom: none;
            transform-origin: left center;
            transform: rotateY(-60deg);
            box-shadow: -5px 5px 15px rgba(0,0,0,0.15);
        }

        /* Stylized Walkers */
        .walker {
            position: absolute;
            bottom: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Student 1 (Left side entering) */
        .walker-1 {
            left: -30px;
        }
        /* Student 2 (Middle passing through) */
        .walker-2 {
            left: 45px;
            z-index: 4;
        }
        /* Professional 3 (Right side graduated) */
        .walker-3 {
            right: -50px;
            z-index: 5;
        }

        .avatar {
            width: 50px;
            height: 110px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: bottom center;
        }

        /* Smooth Custom Shadows on ground */
        .ground-shadow {
            position: absolute;
            bottom: -15px;
            left: -40px;
            width: 400px;
            height: 20px;
            background: radial-gradient(ellipse at center, rgba(0,0,0,0.12) 0%, rgba(255,255,255,0) 70%);
            z-index: 1;
        }

        /* Right Content Panel Box */
        .content-column {
            z-index: 10;
            padding-top: 20px;
        }

        .info-card {
            background-color: #f3dcf5;
            border-radius: 4px;
            padding: 30px 25px;
            min-height: 300px;
            box-shadow: 0 4px 15px rgba(244, 180, 214, 0.15);
            display: none;
        }

        .info-card.active {
            display: block;
            animation: fadeIn 0.4s ease forwards;
        }

        .career-list {
            list-style: none;
            padding-left: 0;
        }

        .career-list li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 8px;
            font-size: 16px;
            color: #222222;
            line-height: 1.5;
            font-weight: 500;
        }

        .career-list li::before {
            content: '•';
            position: absolute;
            left: 0;
            top: -2px;
            color: #222222;
            font-size: 16px;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(5px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Responsive */
        @media (max-width: 991px) {
            .workspace {
                gap: 20px;
                grid-template-columns: repeat(3, 1fr);
            }
            .tabs-column {
                flex-direction:column;
                justify-content: space-around;
                border-bottom: 1px solid #eee;
                padding-bottom: 10px;
            }
            .center-image-container {
                justify-content: center;
                margin: 30px 0;
            }
            .info-card {
                min-height: auto;
            }
        }
 


        /* dream section css start */

.dream .heading {
    text-align: center;
    padding-bottom: 60px;
}

.dream .dr {
    display: flex;
    position: relative;
    border: 2px solid;
    border-image: linear-gradient(90deg, rgba(236, 50, 55, 1), rgba(112, 49, 115, 1) 62%) 1;
    padding: 40px 80px 80px;
    justify-content: space-between;
}

.dream .dr .item {
    padding: 20px;
    text-align: center;
    place-content: end;
}

.dream .dr .item h3 {
    font-size: 70px;
    font-weight: bold;
}

.dream .dr .item h3 span {
    font-size: 40px;
}

.dream .dr h4 {
    font-size: 40px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
}

.dream .heading p {
    padding-top: 10px;
    font-size: 25px;
}

.theBig .item h5 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient( 180deg, #ff3131 0%, #d63a67 40%, #7d3b8c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.theBig .item {
    display: flex;
    border-right: 2px solid #9da0a5;
    gap: 20px;
    /* align-items: center; */
}

.theBig {
    margin-top: 80px;
}

.theBig .item .fig img {
    width: 130px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.theBig .item .fig figure {
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.theBig .item .fig figure:last-child {
    border: none;
    margin-bottom: 0;
}

.theBig .swiper-wrapper {
    position: relative;
    left: 5px;
}

.swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    background: #5b5b5b;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #EC3237;
    background: linear-gradient(80deg, rgba(236, 50, 55, 1) 0%, rgba(112, 49, 115, 1) 61%);
    width: 104px;
}

.theBig .swiper-wrapper {
    padding-bottom: 70px;
}

.theBig .swiper-slide {
    height: auto;
}

.theBig .swiper-slide .item {
    height: 100%;
    padding-left: 60px;
}
.column-header {
    border: 1px solid #7d3f98;
    border-radius: 4px;
    color: #7d3f98;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 8px 20px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.fig {
    position: relative;
}
.vertical-text {
    transform: rotate(-90deg);
    white-space: nowrap;
    color: #d1b1da;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.dream{
    position: relative;
}
.side-label-container {
    position: absolute;
    top: 45%;
    left: -70px;
}
.gloBox p br{
    display: none;
}

/* dream section css end */
.blu-stu img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
