@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src:url('../fonts/GeneralSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GeneralSans';
    src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
    font-weight:600;
    font-style: normal;
}

:root {
    --body-font: 'GeneralSans';
    --body-font-size: 16px;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --base-font-weight: 400;
    --base-line-height: 1.4;
    --heading-color: #25326C;
    --body-font-color: #383838;
    --text-color-grey: #7F7F7F;
    --bg-white: #ffffff;
    --bg-grey: #ECECEC;
    --dark-grey: #333333;
    --active-bg: #5F0074;
    --active-hover-bg: #4a005c;
    --light-active-bg: #5F00740D;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: var(--body-font);
    margin: 0;
    padding: 0;
    background-color: var(--bg-white);
    color: var(--body-font-color);
    font-weight: var(--font-weight-regular);
    font-size: var(--body-font-size);
    line-height: var(--base-line-height);
}

/* common styles */
.p-80{
    padding: 80px 0;
}
.nav-p{
    padding-top: 82px;
}
.btn-active{
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 60px;
    line-height: 1.2;
    border:none;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    background-color: var(--active-bg);
    color: var(--bg-white);
}
.btn-active:hover{
    border:none;
    text-decoration: none;
    background-color: var(--active-hover-bg);
    color: var(--bg-white);
}

/* Navbar */
.navbar{
    background-color: var(--bg-white);
}
.navbar-brand img{
    max-height: 72px;
}
.navbar-nav .nav-item{
    margin: 0px 10px;
}
.navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: var(--font-weight-medium);
    color: var(--heading-color);
    line-height: 1;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active, 
.navbar-nav .nav-link.show {
    color: var(--active-bg);
}
.navbar-nav .nav-link.btn-active{
    font-size: 18px;
    color: var(--bg-white);
    line-height: 1;
    padding: 15px 25px !important;
}

/* headings */
.heading-1{
    font-size: 72px;
    font-weight: var(--font-weight-semibold);
    line-height: 120%;
}
.heading-2{
    font-size: 48px;
    color: var(--heading-color);
    font-weight: var(--font-weight-semibold);
    line-height: 120%;
}
.heading-3{
    font-size: 20px;
    font-weight: var(--font-weight-medium);
    color: var(--heading-color);
    line-height: 120%;
}
.heading-4{
    font-size: 18px;
    color: var(--heading-color);
    font-weight: var(--font-weight-medium);
}

/* header strip */
.contact_strip{
    padding:22px 0 5px 0;
    background-color: var(--bg-grey);
    color: var(--heading-color);
    font-size: 16px;
}
.contact_strip a{
    color: var(--heading-color);
    text-decoration: none;
}
.contact_strip a:hover{
    color: var(--active-bg);
}
.ph_mail_links > div{
    margin: 0px 10px;
}
.ph_mail_links > div img{
    max-height: 26px;
    margin-right: 4px;
}

/* main */
.apply-banner_section{
    background: url(../images/Marathahalli.jpg)no-repeat center center / cover;
    position: relative;
    color: var(--bg-white);
}
.apply-banner_section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.apply-banner__inner{
    position: relative;
    z-index: 2;
}
.apply-form__iframe{
    position: absolute;
    right: 80px;
    width: 100%;
    max-width: 32%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.apply-form__iframe iframe{
    min-height: calc(100vh - 160px);
    max-height: calc(100vh - 160px);
}
.apply_banner_slider .item img{
    min-height: 100vh;
    object-fit: cover;
    object-position: left center;
}
.apply-banner__inner p{
    max-width: 750px;
    margin:30px 0px 0px;
    font-size: 19px;
}
#applyBannerSlider .owl-dots{
    position: absolute;
    left: 80px;
    bottom: 30px;
}
.applying-step__section .heading-3{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--bg-grey);
}
.applying-step__section .card ul{
    padding: 0;
    margin: 0;
    list-style: outside none;
}
.applying-step__section .card li{
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}
.applying-step__section .card li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url(../images/tick.png)no-repeat center center / contain;
}
.bg-grey{
    background-color: var(--bg-grey);
}
.inner_need_help{
    padding: 80px;
    border-radius: 60px;
}
.gethelp_steps > div{
    flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0px 15px;
}
.nh_icon{
    margin-bottom: 50px;
    position: relative;
}
.nh_heading{
    font-size: 20px;
    font-weight: var(--font-weight-medium);
    color: var(--dark-grey);
    max-width: 430px;
}
.nh_icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 140px;
    transform: translateY(-50%);
    width: calc(100% - 128px);
    height: 10px;
    border-radius: 10px;
    background-color: var(--bg-grey);
    opacity: 0.5;
    background-color: #A36DAF;
}
.gethelp_steps > div:last-child .nh_icon::before{
    content: none;
}
.sticky_top{
    position: sticky;
    top: 100px;
    left: 0;
}
#faqAccordion .accordion{
    border-radius: 16px;
}
#faqAccordion .accordion-item{
    margin-bottom: 15px;
}
#faqAccordion .accordion-button{
    font-size: 20px;
    font-weight: var(--font-weight-medium);
    color: var(--heading-color);
    background-color: var(--bg-white);
    padding: 20px;
    outline: none;
    box-shadow: none;
    border-radius: 16px;
}
#faqAccordion .accordion-body{
    padding: 20px;
    border-top: 1px solid var(--bg-grey);
}
#faqAccordion .accordion-button::after{
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--active-bg);
    background-size: 14px;
    background-image: url(../images/faqarrow1.png) !important;
    background-position: center center;
    background-color: var(--active-bg);
    transform: rotate(180deg) !important;
}
#faqAccordion .accordion-button.collapsed::after{
    background-color: var(--bg-white);
    background-image: url(../images/faqarrow.png) !important;
}
#faqAccordion .accordion-item{
    border-radius: 16px;
}
.bg-active{
    background-color: var(--active-hover-bg);
    color: var(--bg-white);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: calc(100% - 2px);
    margin:0 auto
}
#faqAccordion table.table{
    overflow: hidden;
    border-spacing: 0; 
    border-collapse: separate;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#faqAccordion table tr th,
#faqAccordion table tr td{
    padding: 15px 25px;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#faqAccordion table tr th{
    background-color: var(--active-bg);
    color: var(--bg-white);
    font-size: 20px;
    font-weight: var(--font-weight-regular);
}
#faqAccordion ul li{
    margin-bottom: 10px;
}
#faqAccordion table.shoes_table{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
}
td.bg-light-active{
    background-color: var(--light-active-bg);
}
#faqAccordion table td > table{
    border: none;
}
#faqAccordion table td > table tr th{
    text-align: center;
    text-transform: uppercase;
    background-color: #E7DAEA;
    color:var(--active-bg)
}
#faqAccordion table td > table tr th,
#faqAccordion table td > table tr td{
    border: none;
    padding: 0px;
}
#faqAccordion table td ul{
    padding: 0 0 0 10px;
}
.text-sm{
    font-size: 14px;
}
.registraion_strip{
    padding: 20px 0px;
    background-color: var(--active-bg);
    color: var(--bg-white);
}
.registraion_strip .title{
    font-size: 36px;
    font-weight: var(--font-weight-medium);
    flex: 0 0 calc(100% - 180px);
}
.registraion_strip .btn-active.bg-white{
    background-color: var(--bg-white);
    color: var(--active-bg);
    text-transform: uppercase;
    margin-left: 10px;
}
.owl-carousel .owl-item .icon_col img{
    width: auto;
}
.media_flex_column div img,
.icon_col img{
    max-width: 56px;
}
/* main ends */

/* footer */
footer{
    padding: 80px 0;
    background: #fff;
    line-height: 1.2;
    color: var(--heading-color);
}
footer a{
    color: var(--heading-color);
    text-decoration: none;
}
.ft_ph,.ft_mail,.ft_name{
    position: relative;
    color: var(--heading-color);
    padding-left: 30px;
    margin-bottom: 30px;
}
.ft_ph img,.ft_mail img,.ft_name img{
    position: absolute;
    left: 0;
    top: 0px;
    max-width: 24px;
}
.social_links{
    margin-top: 30px;
}
.social_links a{
    margin-right: 15px;
}
.footer_right h4{
    margin-bottom: 50px;
}
.copyfooter{
    border-top: 2px solid var(--light-active-bg);
    color: var(--heading-color);
}
.copyfooter a{
    color: var(--heading-color);
    text-decoration: none;
}

.heading-5 {
    font-size: 26px;
    color: var(--heading-color);
    font-weight: 500;
    line-height: 120%;
}
p.trailblazingtext-block{
    color: #383838;
    text-align: center;
    font-size: 15px;
}
.trailblazingblock {
    padding: 10px 25px;
    position: relative;
}

.trailblazingblock:after {
    position: absolute;
    content: '';
    border-right: 1px solid #c1c1c1;
    height: 130px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.trailblazingblock.afternone::after{
    content: none;
}



.nps-super4-section {background:#F7F7F8;}
.nps-super4-section .super4-logo {  max-width: 130px;}

.nps-super4-section p { color:#60626D; font-size: 15px;}

.nps-super4-section .super4-slider {  gap: 1rem;}

.nps-super4-section .super4-card {  position: relative;  min-width:110px;  height: 420px;  border-radius: 12px;  overflow: hidden;  transition: all 0.3s ease;  flex-shrink: 0;
  background-color: #000;  color: white;  cursor: pointer;}

.nps-super4-section .super4-card .card-img {  width: 100%;  height: 100%;  background-size: cover;  background-position: center;  filter: brightness(0.7);  position: absolute;
  top: 0;  left: 0;  z-index: 1;}

.nps-super4-section .super4-card .card-content { position: absolute;  z-index: 2;  bottom: 20px;  left: 20px;  right: 20px;  display: none;}

.nps-super4-section .super4-card .card-content h5 { font-size:18px; font-family: 'GeneralSans'; }
.nps-super4-section .super4-card .card-content ul { padding-left:0px;}
.nps-super4-section .super4-card .card-content ul li { list-style:none; font-size:13px; margin:5px 0px;}
.nps-super4-section .super4-card .card-content a.btn.btn-light { color:#5F0074; font-size:14px; padding:11px 25px !important; border-radius:30px !important; text-transform:uppercase; font-family:'GeneralSans'; font-weight:normal;}
.nps-super4-section .super4-card .card-content a.btn.btn-light:hover { background:#5F0074; color:#fff; border:solid 1px #5F0074; }

.nps-super4-section .super4-card .rotated-label { position:absolute;  z-index:2;  bottom:20px;  left:10px;  writing-mode: vertical-rl;  transform:rotate(180deg);  font-size:18px; font-family: 'GeneralSans'; text-align:center;}

.nps-super4-section .super4-card.active { min-width:300px;  flex-grow: 1;}

.nps-super4-section .super4-card.active .card-content { display: block;}

.nps-super4-section .super4-card.active .rotated-label { display: none;}
.nps-super4-section .super4-card .card-content ul li:before {
    content: "✓";
    left: -3px;
    position: relative;
}


.core-philosophy video {  object-fit: cover;  width: 100%;  height: 100%;  display: block;  border-radius: 6px; border:0px;}
.core-philosophy .video-wrapper {  border-radius: 6px;  overflow: hidden;}
.core-philosophy .video-play-button {  position: absolute;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  background-color: rgba(255, 255, 255, 0);  border: none;
  border-radius: 0%;  padding: 20px;  cursor: pointer;  transition: background 0.3s ease;}
.core-philosophy .video-play-button img {  width: 110px;  height:110px;}
.core-philosophy .core-philosophy-text {order:2;}


#Guid-experience{
    background-image: url(../images/guidbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
#Guid-experience img{
    width: 90px;
}
.p-30{
    padding: 30px;
}
.pb-80{
    padding-bottom: 80px;
}
#leadersCarousel .item .card{
    border: none;
    border-radius: 16px;
    background-color: #fff;
}
.bg-gray{
    background-color: #f7f7f8;
}
.learder_carousel_row{
    max-width: calc(100% - 120px);
    margin: 0 auto;
}
#leadersCarousel .card-title{
    color: var(--heading-color);
}
#leadersCarousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
#leadersCarousel .owl-nav button{
    border: 1px solid var(--active-bg);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    pointer-events: all;
}
#leadersCarousel .owl-nav button span{
    opacity: 0;
}
#leadersCarousel .owl-nav button.owl-prev{
    background: url(../images/owl_prev.png)no-repeat center center / cover;
    margin-left: -55px;
}
#leadersCarousel .owl-nav button.owl-next{
    background: url(../images/owl_next.png)no-repeat center center / cover;
    margin-right: -55px;
}
 
#leaders_who_guide .card-body{
    height: 150px;
}
.guid-InnerBlock {
    height: 300px;
}
span.reg-type,
span.reg-type a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
  position: relative;
  text-decoration: none;
  color:#333;
}
.reg-heading{
    margin-bottom: 15px;
}
span.reg-type:first-child::after {
content: '';
    position: absolute;
    width: 40px;
    border-bottom: 4px solid #5f0074;
    left: 10px;
    bottom: 0;
}