
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Montserrat", sans-serif;
}

.ctplqryform h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.ctplqryform .form-group {
    margin-bottom: 3%;
}

.ctplqryform .form-control-sm {
    min-height: calc(2em + .5rem + calc(var(--bs-border-width) * 2)) !important;
}

.ctplqryform .phonewithcountrycode .select2-container--default .select2-selection--single {
    height: calc(2em + 0.53rem + 2px) !important;
}

.ctplqryform .form-control {
    color: #3e5267 !important;
}




input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    accent-color: #007bff;
    /* Bootstrap blue */
}


/* banner section start  */

.bannerSection .navbarSection{
    padding:2% 0%;
}
.bannerSection .navbarSection h2{
    color:#660FF1;
    font-size:20px;
    font-weight:bold;
    text-align:center;
}
.bannerSection .bannerContent{
    background:url('../../assets/images/banner_back.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom center;
    height:auto;

}
.bannerSection .bannerContent .mainHeading{
    background:#000;
    padding:4%;
    margin-top:5%;
}
.bannerSection .bannerContent h3{
    font-weight: 600;   
    font-size: 42px;      
    background: linear-gradient(90deg, #B56BDD, #FD66C5); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;     
    color: transparent;     
    text-transform: uppercase;
}
.bannerSection .bannerContent p{
    color:#fff;
    font-size:25px;
    margin-bottom:0px;
}
.bannerSection .bannerContent span.banner_subcontent{
    background:#fff;
    padding:5px 30px;
    margin-top:4%;
    font-size:18px;
    border-radius:50px;
    font-weight:bold;
    color:#000;
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.8);
}
.bannerSection .form_div{
    background:#fff;
    border-radius:0px;
    height:auto;
    margin:10% 5% 10% 0%;
    padding:4% 2%;
}

@media (min-width:320px) and (max-width:480px){
    .bannerSection .navbarSection h2 {
        font-size: 11px;
    }
    .bannerSection .bannerContent h3 {
        font-size: 25px;
    }
    .bannerSection .bannerContent p {
        font-size: 18px;
    }
    .bannerSection .bannerContent span.banner_subcontent {
        font-size: 14px;
        margin-left:4%;
    }
    .bannerSection .form_div {
        margin: 10% 5% 10% 5%;
    }
}

/* banner section end */

/* campus carousel section start */

.campus_carousel .carousel-inner{
    padding-bottom:5%;
}
.carousel-indicators [data-bs-target] {
  background-color: gray;   
  width: 12px;  
  height: 12px;
  border-radius: 50%;     
}
.carousel-indicators .active {
  background-color: #493D93; 
  width: 14px;         
  height: 14px;
}
@media (min-width:320px) and (max-width:480px){
    .campus_carousel .carousel-inner{
        padding-bottom:15%;
    }
}

/* campus carousel section end */

/* about section start  */

.aboutSection{
    padding:2% 0% 4% 0%;
}
.aboutSection h2{
    text-align:center;
    color:rgba(0, 0, 0, 0.8);
    font-weight:500;
    font-size:25px;
}

/* about section end */

/* future section start  */

.futureSection{
    padding:3% 0%;
}
.futureSection h2{
    font-weight:bold;
    color:#493D93;
    font-size:35px;
}
@media (min-width:320px) and (max-width:480px){
    .futureSection h2 {
        font-size: 20px;
        margin-top:5%;
    }
}

/* future section end */

/* why should section start  */

.whyShould{
    padding:5% 0%;
}
.whyShould h2{
    font-weight:bold;
    color:#000;
    font-size:40px;
}
.whyShould .content-card{
    border:1px solid rgba(0, 0, 0, 0.4);
    border-radius:10px;
    padding:5%;
    height:120px;
}
.whyShould .content-card p{
    font-size:13px;
}
@media (min-width:320px) and (max-width:480px){
    .whyShould {
        padding: 10% 0%;
    }
    .whyShould h2 {
        font-size: 25px;
        margin-bottom:10%;
    }
    .whyShould .content-card {
        height: 150px;
    }
}

/* why should section end */

/* programs section start  */

.programs-section {
  background-color: #f8f0ff; 
}
.programs-section h2{
    font-size:40px;
}
.programs-section p{
    font-size:30px;
    font-weight:bold;
}
.programs-section .nav-pills .nav-link {
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 600;
  color: #000;
}
.programs-section .nav-pills .nav-link.active {
  background-color: #5a3fc0;
  color: #fff;
}
.program-btn {
  border: 1px solid #5a3fc0;
  background:rgba(87, 113, 253, 0.1);
  color: #000;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  transition: 0.3s;
}
@media (min-width:320px) and (max-width:480px){
    .programs-section h2 {
        font-size: 30px;
    }
    .programs-section p {
        font-size: 16px;
    }
}

/* programs section end */

/* languages section start  */

.subjects-section {
  background-color: #0c0b20; /* dark bg */
}

.subjects-section .custom-tabs .nav-link {
  border-radius: 50px;
  padding: 8px 25px;
  margin: 0 5px;
  color: #fff;
  border: 1px solid #ccc;
  background: transparent;
}

.subjects-section .custom-tabs .nav-link.active {
  background: #a84ac9;
  color: #fff;
  border-color: #a84ac9;
}

.subjects-section .subject-btn {
  background: #3a384b;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px;
  margin: 8px 0;
  text-align: center;
  transition: 0.3s;
}

.subjects-section .subject-btn:hover {
  background: #a84ac9;
  color: #fff;
}
@media (min-width:320px) and (max-width:480px){
    .subjects-section h5{
        font-size:17px;
    }
    .subjects-section .custom-tabs .nav-link {
        padding: 8px 13px;
        font-size: 14px;
    }
}

/* languages section end */

/* courses eligibility section start  */

.coursesSection{
    background:#F8F0FC;
}
.coursesSection h5{
    font-size:30px;
    font-weight:300;
}
.coursesSection h5 strong{
    font-weight:600;
}
.coursesSection .custom-tabs .nav-link {
  border-radius: 50px;
  padding: 8px 25px;
  margin: 0 5px;
  color: #000;
  border: 1px solid rgba(0,0,0,0.3);
  font-weight:500;
  background: transparent;

}

.coursesSection .custom-tabs .nav-link.active {
  background: #493D93;
  color: #fff;
  border-color: #493D93;
}

.coursesSection .subject-btn {
  background: #3a384b;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px;
  margin: 8px 0;
  text-align: center;
  transition: 0.3s;
}

.coursesSection .subject-btn:hover {
  background: #a84ac9;
  color: #fff;
}

.coursesSection  .custom-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 0px 30px rgba(0,0,0,0.08);
    transition: transform 0.2s ease-in-out;
}
.coursesSection  .custom-card .card-body h6{
    color:#493D93;
}
.coursesSection  .custom-card .card-body li{
    font-size:12px;
    margin-top:2%;
    font-weight:500;
}
.coursesSection  .custom-card:hover {
    transform: translateY(-5px);
}

.coursesSection  .eligibility-box {
    background: #f3f3f3;
    padding: 12px;
    border-radius: 8px;
}

@media (min-width:320px) and (max-width:480px){
    .coursesSection h5 {
        font-size: 22px;
    }
}

/* courses eligibility section end */

/* still unsure section start  */

.stillUnsure{
    padding:4% 0%;
}
.stillUnsure h2{
    font-size:40px;
    font-weight:bold;
    color:#000;
}
.stillUnsure hr{
    border:2px solid #000;
}
.stillUnsure h3{
    font-weight:400;
}
.stillUnsure a button{
    background:#4c51a3;
}
.stillUnsure a button:hover{
    background:#4c51a3;
}
@media (min-width:320px) and (max-width:480px){
    .stillUnsure h2 {
        font-size: 25px;
    }
}

/* still unsure section end */

/* reasons section start */

.reasons{
    background: #5370FF;
    background: linear-gradient(121deg, rgba(83, 112, 255, 1) 0%, rgba(62, 17, 135, 1) 100%);
    padding:3% 0%;
}
.reasons .contentDiv{
    background:#fff;
    padding:4%;
    border-radius:10px;
    margin-top:4%;
}
.reasons .contentDiv h6{
    font-weight:bold;
}
.reasons .contentDiv p{
    font-size:13px;
    font-weight:500;
    margin-bottom:0px;
}
@media (min-width:320px) and (max-width:480px){
    .reasons {
        padding: 10% 0%;
    }
}

/* reasons section end */

/* top company section start  */

.topCompany{
    padding:3% 0%;
}
.topCompany img{
    box-shadow:0px 4px 10px rgba(0, 0, 0, 0.4);
}
.topCompany h4{
    font-weight:400;
}
@media (min-width:320px) and (max-width:480px){
    .topCompany {
        padding: 11% 0%;
    }
}

/* top company section end */

/* Admission Process Section Start  */

.admissionProcess{
    background:#0D0D24;
    padding:4% 0% 10% 0%;
}
.admissionProcess p.header_text{
    font-size:20px;
    color:rgba(255,255,255,0.6);
    margin-bottom:3%;
}
.admissionProcess .step-box h2 {
    font-size: 3rem;
    color: rgba(255,255,255,0.6);
    line-height: 1;
}
.admissionProcess .step-box h6 {
    color: #fff;
}
p.muted_color{
    color: rgba(255,255,255,0.6);
    font-size:10px;
}
.admissionProcess .step-box p {
    color: #b5b5c3;
    font-size:12px;
}
@media (min-width:320px) and (max-width:480px){
    .admissionProcess {
        padding: 10% 0% 20% 0%;
    }
    .admissionProcess p.header_text {
        font-size: 12px;
    }
}

/* Admission Process Section end */

/* cta section start  */

.cta_section2{
    padding:3% 0% 0% 0%;
    margin-top:-10%;
}
.cta_section2 a button{
    background:#4c51a3;
}
.cta_section2 a button:hover{
    background:#4c51a3;
}
.cta_section2 h2{
    font-size:55px;
    color:#000;
    font-weight:bold;
}
.cta_section2 h4{
    font-size:25px;
    font-weight:bold;
    color:#000;
}
@media (min-width:320px) and (max-width:480px){
    .cta_section2 {
        padding: 10% 0% 0% 0%;
        margin-top:0%;
    }
    .cta_section2 h2 {
        font-size: 35px;
    }
    .cta_section2 h4 {
        font-size: 18px;
    }
}

/* cta section end */

/* footer section start  */

.footerSection{
    background:#0D0D24;
    padding:3% 0% 1% 0%;
}
.footerSection p{
    color:#fff;
    font-weight:400;
}
@media (min-width:320px) and (max-width:480px){
    .footerSection {
        background: #0D0D24;
        padding: 10% 0% 1% 0%;
    }
    .footerSection p {
        font-size: 14px;
    }
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 95px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#4c51a3;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}
.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}

/* call now button end  */

.sticky-footer button {
    width: 50%;
    margin: 0;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


