:root {
    --textColor : #414042;
    --primaryColor : #E1252A;
    --secondaryColor : #FAB834;
    --lightBGColor_1 : #DBDBDB;
    --lightBGColor_2 : #FFFBF4;
}

body, 
html {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    padding: 0 !important;
}

section {
    max-width: 100vw;
    overflow-x: hidden;
}

* {
    position: relative;
    z-index: 1;
}

.sectionTitle,
.sectionTitle_secondary {
    color: var(--primaryColor);
    font-size: 2.27rem;
    line-height: 1.2;
    font-weight: 500;
}

.sectionTitle_secondary {
    font-size: 1.8rem;
}

.siteHeader {
    background: transparent;
    padding: 1.2rem 0 !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

.thank-header {
    position: absolute;
}

.siteHeader.is-sticky {
    background: var(--lightBGColor_1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .siteLogo {
    width: 9.1rem;
} */

.headerBtn {
    font-size: 0.8rem;
    line-height: 1;
    color: var(--primaryColor);
    font-weight: 500;
    background: white;
    padding: 0.8rem 1rem;
    border-radius: 0.5rem;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.headerBtn:hover,
.headerBtn:focus,
.headerBtn:active {
    color: white;
    background: var(--primaryColor);
    border: none;
    box-shadow: none;
}

.siteHeader_nav a {
    display: inline-block;
    text-decoration: none !important;
    color: #000000 !important;
    font-size: 0.9rem;
}

.siteHeader_nav a::before,
.siteHeader_nav a span {
    transition: all 0.3s ease-in-out;
}

.siteHeader_nav a::before {
    position: absolute;
    z-index: 1;
    content: attr(data-text);
    left: 50%;
    top: 50%;
    width: 110%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
    opacity: 0;
}

.siteHeader_nav a.active span,
.siteHeader_nav a:hover span {
    opacity: 0;
}

.siteHeader_nav a.active::before,
.siteHeader_nav a:hover::before {
    opacity: 1;
}

.siteBanner {
    padding-top: 60px;
    background: var(--lightBGColor_1);
}

.siteBanner::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 11.75rem;
    background: white;
    content: "";
}

.siteBanner-Outer,
.immersion-Outer {
    min-height: 27.27rem;
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    z-index: 2;
}

.bs_item {
    overflow: hidden;
    border-radius: 4rem;
    display: flex;
    align-items: flex-end;
}

.bs_item > div {
    z-index: 2;
}

.bs_item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 4rem;
    content: "";
    background-color: var(--primaryColor);
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-radius: 3rem;
}

.bs_item_1::before {
    background-image: url(../assets/images/bannerSlide01-image02.png);
}

.bs_item_2::before {
    background-image: url(../assets/images/bannerSlide02-image02.png);
}

.bs_item_3::before {
    background-image: url(../assets/images/bannerSlide03-image02.png);
}

.bs_item_4::before {
    background-image: url(../assets/images/bannerSlide04-image02.png);
}

.bs_image {
    transform: translateX(26%);
    width: auto !important;
    height: 30rem;
}

.bs_content {
    position: absolute;
    left: 4rem;
    bottom: 5.68rem;
    z-index: 2;
}

.bs_content h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 0.8rem;
}

.bs_content h5 {
    font-size: 1.09rem;
    line-height: 1.18;
    font-weight: 500;
    margin: 0 0 3.5rem;
}

.bannerBtn {
    font-size: 1.18rem;
    font-weight: 500;
    line-height: 1;
    background: white;
    border: 2px solid white;
    color: var(--primaryColor);
    padding: 0.9rem 1.81rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.bannerBtn:hover,
.bannerBtn:focus,
.bannerBtn:active {
    background: var(--primaryColor);
    border: 2px solid white;
    box-shadow: none;
    color: white;
}

.siteBanner .owl-theme .owl-dots {
    text-align: left;
    padding-left: 11.75rem;
    padding-top: 1rem;
}

.siteBanner .owl-theme .owl-dots .owl-dot span {
    width: 0.8rem;
    height: 0.4rem;
    background: #cccdce;
}

.siteBanner .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primaryColor);
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 4rem;
}

.owl-carousel .owl-stage { 
    display: flex; 
}

.form-wrap {
    width: 23rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 2rem 2rem;
    border-radius: 1.5rem;
    background: white;
}

.form-wrap h3 {
    font-size: 1.18rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-group {
    margin-bottom: 0.75rem;
}

.form-control {
    color: #808080;
    font-size: 0.7rem;
    height: 2.2rem;
    background: white;
    appearance: none;
    border: 1px solid #cacccd;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.form-control::placeholder {
    color: #808080;
    opacity: 1;
}
  
.form-control::-ms-input-placeholder {
    color: #808080;
}

.form-control:focus,
.form-control:active {
    border-color: black;
    box-shadow: none;
}

.verify-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    right: 0.4rem;
    font-size: 0.5rem;
    color: #808080;
    border: 1px solid #808080 !important;
    background: white !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0.2rem;
    padding: 0.5em 1em;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid #808080;
    border-radius: 0.2rem;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background: var(--primaryColor);
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

select.form-control {
    appearance: none;
    background-image: url(../assets/icons/down.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-wrap p,
.form-wrap p a {
    font-size: 0.6rem;
    line-height: 1.3;
    color: #808080 !important;
}

.submitBtn,
.applyBtn {
    background: var(--primaryColor) !important;
    color: white !important;
    font-size: 0.77rem;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.75em 2em;
    border-radius: 0.3rem;
}

.ranking-logo-1 {
    width: 4rem;
}

.ranking-logo-2 {
    width: 5.4rem;
}

.ranking-text {
    width: 7rem;
}

.ranking p {
    font-size: 0.75rem;
    line-height: 1.3;
}

.ranking {
    margin-bottom: 3.2rem;
    margin-top: 2rem;
}

.campus::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondaryColor);
    height: 14.5rem;
}

.campus-img {
    position: absolute;
    bottom: 0;
    right: 3rem;
    width: 51rem;
}

.campus-text {
    width: 23rem;
}

.campus-text .sectionTitle {
    font-size: 1.9rem;
}

.campus-text p {
    padding-bottom: 7rem;
    padding-top: 2.5rem;
    color: black !important;
}

.accreditations::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--lightBGColor_2);
    height: 20%;
}

.why-gitam {
    background: var(--lightBGColor_2);
}

.iconBox {
    padding: 0 1.7rem 2.5rem;
    height: 100%;
}

.iconBox h3 {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5em 0 0.7em;
    margin: 0;
}

.iconBox p {
    font-size: 0.82rem;
    line-height: 1.4;
    margin: 0;
}

.iconBox::after {
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 3.5rem;
    background: white;
    border-radius: 2rem;
    border: 2px solid var(--primaryColor);
}

.mba_at_gitam {
    background: var(--secondaryColor);
}

.numberBox {
    background: white;
    border-radius: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.numberBox_item {
    border-right: 1px solid #FFDAB7;
    text-align: center;
    flex-grow: 1;
}

.numberBox_item:last-child {
    border: none;
}

.numberBox p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.2;
}

.numberBox h4 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--primaryColor);
}

.numberBox h4 sup {
    font-size: 0.5em;
    vertical-align: middle;
}

.campus_card::after {
    position: absolute;
    left: 50%;
    bottom: -2.5rem;
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 5px solid var(--primaryColor);
    border-right: 5px solid var(--primaryColor);
    transform-origin: center center;
    transform: translateX(-50%) translateY(-5rem) rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.campus_card.active::after {
    transform: translateX(-50%) translateY(0) rotate(45deg);
}

.campus_card_inner {
    background: black;
    border-radius: 2rem;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
    box-shadow: #E1252A20 0px 0px 0px;
    transition: all 0.4s ease-in-out;
}

.campus_card:hover .campus_card_inner,
.campus_card.active .campus_card_inner {
    background: var(--primaryColor);
    box-shadow: #E1252A20 25px 25px 15px;
}

.campus_card_inner h3 {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 2rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}

.tab_area {
    background: var(--lightBGColor_2);
}

.alumni {
    background: #EBECEC;
}

.alumni > div {
    z-index: 2;
}

.alumni::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 14.5rem;
    background: black;
}

.alumniBox img {
    border-radius: 1.7rem;
    cursor: pointer;
}

.alumniBox h4 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 1.5em 0 0.7em;
}

.alumniBox p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
}

.modal-dialog {
    width: auto;
    max-width: 100%;
}

.modal-content {
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
}

.videoWrap {
    height: 80vmin;
    aspect-ratio: 16/9;
}

.closeModal {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background: black;
    width: 2rem;
    height: 2rem;
}

.closeModal::after,
.closeModal::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    z-index: 1;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 3rem;
    background: white;
    width: 2px;
    height: 50%;
}

.closeModal::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.facultyBox h4 {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 1.09rem;
    line-height: 1.3;
}

.facultyBox p {
    font-size: 0.8rem;
    line-height: 1.2;
}

.facultySlider_nav_prev,
.facultySlider_nav_next {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform-origin: center center;
    width: 1.5rem;
    height: 1.5rem;
    border-left: 4px solid #11568E;
    border-bottom: 4px solid #11568E;
    cursor: pointer;
}

.facultySlider_nav_prev {
    transform: translateX(-100%) translateY(-50%) rotate(45deg);
    left: 0;
}

.facultySlider_nav_next {
    transform: translateX(100%) translateY(-50%) rotate(-135deg);
    right: 0;
}

.immersion-Outer {
    border-radius: 1.5rem;
    overflow: hidden;
    min-height: unset;
    overflow: hidden;
    background: var(--primaryColor);
}

.immersion-Outer .sectionTitle {
    font-size: 1.75rem;
}

.imm_logo_wrap {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20rem;
    z-index: 2;
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    padding: 1.5rem;
}

.immersion-Outer .imm_layer_01,
.immersion-Outer .imm_layer_02 {
    padding-right: 23rem;
    z-index: 1;
}

.immersion-Outer .imm_layer_02::after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    bottom: -10rem;
    transform: translateX(-50%);
    content: "";
    background: black;
}

.career {
    background: #FFF2DA;
}

.career_points {
    width: 9rem;
    aspect-ratio: 1;
    background: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.career_points h3 {
    color: var(--primaryColor);
    font-size: 1.95rem;
    line-height: 1;
    font-weight: 700;
}

.career_points h3 sup {
    font-size: 0.5em;
    vertical-align: middle;
}

.career_points p {
    font-size: 0.9rem;
    line-height: 1.2;
}

.company-group {
    background: white;
    border-radius: 0.75rem;
    border: 2px solid white;
    min-height: 202px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.company-group:hover {
    border-color: var(--primaryColor);
}

.company-group img {
    height: 2.4rem;
    width: auto;
    max-width: 100%;
    object-position: center center;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.company-group.alt img  {
    height: 1.7rem;
}

.company-group.single img  {
    height: 3rem;
}

.company-group h5 {
    font-size: 0.9rem;
    font-weight: 500;
    padding-bottom: 0.7em;
}

.scholarship-wrap {
    display: flex;
    gap: 1rem;
}

.scholarship {
    width: 5.5rem;
    height: 24rem;
    background-color: var(--lightBGColor_1);
    background-position: center bottom;
    background-size: cover;
    border-radius: 1.2rem;
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.scholarship.s-01 {
    background-image: url(../assets/images/scholarship-01.jpg);
}

.scholarship.s-02 {
    background-image: url(../assets/images/scholarship-02.jpg);
}

.scholarship.s-03 {
    background-image: url(../assets/images/scholarship-03.jpg);
}

.scholarship.s-04 {
    background-image: url(../assets/images/scholarship-04.jpg);
}

.scholarship.active {
    width: 16.25rem;
}

.scholarship h4 {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
}

.scholarship-content {
    opacity: 0;
    width: 12.25rem;
    transform: translateX(50%);
    transition: all 0.4s ease-in-out;
}

.scholarship-content a {
    color: white !important;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease-in-out;
}

.scholarship-content a:hover {
    color: var(--primaryColor) !important;
}

.scholarship-content a::after {
    position: absolute;
    content: "";
    bottom: -0.1rem;
    left: 0;
    right: 0;
    border-bottom: 1px solid white;
    transition: all 0.2s ease-in-out;
}

.scholarship-content a:hover::after {
    border-color: var(--primaryColor);
}

.scholarship.active .scholarship-content {
    transform: translateX(0);
    opacity: 1;
}

.scholarship h4.title {
    position: absolute;
    left: 3.4rem;
    bottom: 1.7rem;
    margin: 0;
    line-height: 1.5rem;
    transform-origin: left bottom;
    transform: rotate(-90deg) translateY(0);
    width: 10rem;
    transition: all 0.3s ease-in-out;
}

.scholarship.s-04 h4.title {
    transform: rotate(-90deg) translateY(0.75rem);
}

.scholarship.active h4.title {
    transform: rotate(-90deg) translateY(-4rem);
    opacity: 0;
}

.divider {
    background: var(--secondaryColor);
    padding: 0.6rem;
}

.process p {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 1em;
    transition: all 0.3s ease-in-out;
}

.process:hover p {
    color: black;
}

.process img {
    filter: grayscale(1);
    width: 6.1rem;
    transition: all 0.3s ease-in-out;
}

.process:hover img {
    filter: grayscale(0);
}

.applyBtn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.7em 1.2em;
    border-radius: 0.7rem;
    text-transform: capitalize;
    border: 2px solid var(--primaryColor) !important;
    transition: all 0.3s ease-in-out;
}

.applyBtn.alt {
    background: white !important;
    color: black !important;
    border: 2px solid white !important;
}

.applyBtn:hover,
.applyBtn:focus,
.applyBtn:active {
    background: white !important;
    color: var(--primaryColor) !important;
}

.applyBtn.alt:hover,
.applyBtn.alt:focus,
.applyBtn.alt:active {
    background: black !important;
    color: white !important;
}

.aminities {
    max-width: 1920px;
    margin: 0 auto;
    height: 25rem;
    border-radius: 2rem;
    overflow: hidden;
}

.aminities .container {
    z-index: 2;
}

.aminities-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
}

.aminities-slider img {
    object-fit: cover;
    object-position: center center;
    height: 25rem;
}

.aminities-list {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
    margin: 0;
    left: 1rem;
    padding: 0;
}

.aminities-list li {
    padding: 0.2rem 0;
}

.aminities-list .aminities-list-item {
    color: white;
    padding: 0.4em 0;
    cursor: pointer;
    font-size: 1.6rem;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
} 

.aminities-list-item.level-0 {
    opacity: 1;
}

.aminities-list-item.level-1 {
    opacity: 0.8;
}

.aminities-list-item.level-2 {
    opacity: 0.6;
}

.aminities-list-item.level-3 {
    opacity: 0.4;
}

.aminities-list-item.level-4 {
    opacity: 0.2;
}

.faq-head {
    padding: 1rem 40px 0.2rem 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-height: 84px;
    display: flex;
    align-items: center;
}

.faq-head p {
    margin: 0.4rem 0;
    font-size: 0.9rem;
}

.faq-head::after,
.faq-head::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 16px;
    height: 2px;
    background: black;
    transition: all 0.3s ease-in-out;
}

.faq-head::before {
    transform: rotate(90deg);
}

.faq-head.active::after,
.faq-head.active::before {
    transform: rotate(180deg);
}

.faq-content {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid black;
    transition: all 0.4s ease-in-out;
}

.faq-content.show {
    height: auto
}

.faq-content p span {
    font-weight: 500;
    font-size: 1.05em;
}

.faq-content p {
    font-size: 0.8em;
    padding: 0 0 20px;
    margin: 0;
}

.footer-layer1 {
    background: var(--secondaryColor);
    padding: 2rem 0px;
}

.footer-layer1 h1 {
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0px;
}

footer p {
    font-size: 1rem;
}

.footer-layer1 a {
    color: black !important;
    text-decoration: none;
}

.footer-layer2 {
    padding: 1rem 0;
    background: var(--lightBGColor_1);
}

.footer-layer2 .col-12 * {
    display: inline;
}

.footer-layer2 li {
    display: inline-block;
}

.footer-layer2 li img {
    width: 2.3rem;
}

.footer-layer2 h6 {
    font-size: 1.17rem;
    margin-bottom: 0;
}

.footer-layer3 {
    padding: 1rem 0;
}

.footer-layer3::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 50%;
    height: 1px;
    width: 30rem;
    background: var(--white);
    transform: translate(-50%, -50%);
}

.footer-layer3 p {
    font-size: 0.85rem;
    margin: 0;
}

.footer-layer3 p,
.footer-layer3 p a {
    color: black;
    text-decoration: none;
}

/*---------------- THANK YOU ----------------*/

.thankyou {
    background: var(--lightBGColor_1);
}

.thankyou .siteBanner-Outer {
    width: calc( 100vw - 2rem );
    border-radius: 2rem;
    overflow: hidden;
}

.thankyou .siteBanner-Outer::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 4rem;
    background-color: var(--primaryColor);
    content: "";
    border-radius: 2rem;
    background-image: url(../assets/images/bannerSlide01-image02.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.thankyou .siteBanner-Outer > div {
    z-index: 2;
}

.thankyou h1 {
    font-weight: 800;
    font-size: 4rem;
    line-height: 1;
}

.thankyou h5 {
    font-size: 1.4rem;
}

.thankyou .bs_image {
    height: 30rem;
    transform-origin: center top;
    transform: scale(1) translateY(2px) translateX(26%);
}

.thankyou .bannerBtn {
    width: 15rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.7rem 1rem;
}

.immersion-section {
    background: #EDEEEE;
}

/*--------------------------- tab area content -------------*/

.campus_data {
    display: none;
}

.campus_data_close {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform-origin: center center;
    transform: translate(-50%, 0) rotate(45deg);
    width: 1.5rem;
    height: 1.5rem;
    border-top: 4px solid var(--primaryColor);
    border-left: 4px solid var(--primaryColor);
    cursor: pointer;
}

.campus_data > * {
    z-index: 2;
}

.campus_data::after ,
.campus_data::before {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 3rem;
    content: "";
    opacity: 0.3;
    background: linear-gradient(#E1252A00, #E1252AFF);
}

.campus_data::after {
    bottom: 0;
}

.campus_data::before  {
    top: 0;
    background: linear-gradient(to top, #E1252A00, #E1252AFF);
}
