    @font-face {
    font-family: Montserrat-Light;
    src: url("../fonts/Montserrat-Light.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Regular;
    src: url("../fonts/Montserrat-Regular.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-Medium;
    src: url("../fonts/Montserrat-Medium.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-SemiBold;
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-display: swap;
  }
  @font-face {
    font-family: Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-ExtraBold;
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-display: swap;
  }  
  @font-face {
    font-family: Montserrat-Black;
    src: url("../fonts/Montserrat-Black.ttf");
    font-display: swap;
  }
  


body{
  font-family: Montserrat-Regular !important;
  font-size: 14px !important;
}

#section1{
    scroll-margin-top: 200px;
    overflow: clip;
}
#section2{
    scroll-margin-top: 700px;
    overflow: clip;
}
#section3{
    scroll-margin-top: 750px;
    overflow: clip;
}
#section4{
    scroll-margin-top: 50px;
    overflow: clip;
}
/* Header Wrapper */
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.08);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
}

/* Logo */
.logo img {
  height: 50px;
  object-fit: contain;
}

/* Desktop Nav */
.navbar ul {
  display: flex;
  list-style: none;
  margin: 0;
}

.navbar ul li {
  margin: 0 0 0 15px;
}

.navbar ul li a {
  text-decoration: none;
  color: #02244A;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
}

.navbar ul li a:hover {
  color: #C12125;
}

/* Apply Button */
.apply-now-btn {
  background: #C12125;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.apply-now-btn:hover {
  background: #02244A;
}

/* Mobile Toggle */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* -------------------------
   Mobile Menu
-------------------------- */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 260px;
  height: 100%;
  background: #02244A;
  padding: 20px;
  transition: 0.4s ease-in-out;
  z-index: 9999;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 20px 0;
}

.mobile-menu ul li {
  margin-bottom: 20px;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.close-menu {
  font-size: 35px;
  color: #fff;
  float: right;
  cursor: pointer;
}

/* =========== Banner Section Start ============ */

#banner{
    margin: 0 !important;
  }
  .banner_section{
    padding: 0;
  }
  .banner_box {
    background-image: url(../images/banner-img.webp);     
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #fff;
    /* padding: 25px 0; */
    min-height:637px;
    width: 100%;
  }
  
  .home_banner_slider {
    float: left;
    width: 100%;
    min-height: 630px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #050a10;
  }
  .banner-content h1,
  .banner-content h3 {
    color: #fff;
    font-family: 'Montserrat-Medium';
  } 
  
  .banner-content h1 span {
    color: #9c0b0d;
    font-family: 'Montserrat-Medium';
  }
  .banner4-content{
    margin-left:-30px !important;
  }
  .heading_banner {
    color: #FFF;
    font-size: 26px;
    line-height: 30px;
  }
  
  .heading_banner1 {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
  }
  
  .heading_banner span {
    color: #9c0b0d;
    font-weight: 700;
  }
  
  /* banner section end */
  
  /* <!------------------------form section start--------------------------> */
  .form-mainbox .form-heading {
    color: #000000;
    font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    margin: 0 0 33px 0;
    text-align: center;
    font-weight: 900;
  }
  .form-mainbox {
    /* box-shadow: 0px 5px 28px #0000001A; */
    padding: 30px 45px 10px 45px;
    background-color: #f9f9f9;
    /* border-radius: 41px; */
    margin: 10px 0 0 0;
  }
  
  .form-box {
    position: relative;
    margin: 0 0 30px 0;
  }
  .form-label {
    background-color: #f9f9f9;
    font-family: 'Montserrat-Medium';
    position: absolute;
    top: -12px;
    left: 20px;
    color: #707070;
    padding: 0 2px;
    font-size: 13px;
    margin: 0;
  }
  .form-box textarea{
    background-color: #f9f9f9;
    width: 100%;
    border: 1px solid #e4e4e4;
    line-height: normal;
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    font-size: 12px;
    font-family: 'Montserrat-Medium';    
  }
  .form-control {
    background: #f9f9f9 0% 0% no-repeat padding-box !important;
    border: 0.5px solid #707070;
    border-radius: 7px;
    height: 45px;
  }
  select.form-control {
    background: url("../images/arrow.png") no-repeat 97% #f9f9f9 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #707070;
  }
  .form-mainbox .btn_submit {
    background-color: #c12125;
    color: #FFF;
    border-radius: 25px;
    font-size: 16px;
    border: 1px solid;
    font-family: 'Montserrat-Medium';
    padding: 5px 30px;
    transition-duration: 0.3s;
    font-weight: 800;
  }
  .form-mainbox .btn_submit:hover {
    background-color: #FFF;
    color: #c12125;
    border: 1px solid #c12125;
  }
  input:-internal-autofill-selected {
    background-color: #FFFF;
  }
  .loader { 
    display: none; 
    border: 4px solid rgba(255, 255, 255, 0.3); 
    border-top: 4px solid #c12125; 
    border-radius: 50%; 
    width: 15px; 
    height: 15px; 
    animation: spin 1s linear infinite; 
    margin-left: 10px; 
  } 
  
  @keyframes spin { 
    0% { 
        transform: rotate(0deg); 
    } 
  
    100% { 
        transform: rotate(360deg); 
    } 
  } 
  
  .loading { 
    background-color: #ccc; 
    pointer-events: none; 
  }
  .form{
    border-bottom: 1px solid;
    background: #f9f9f9;
  }
/* =========== form section ends ============ */

/*--------- Why Choose section start ------------------*/
.specilization_section{
    margin-top: 70px;
}
.specilization_section .section-heading {
    margin-bottom: 100px;
  }
.specilization_mainbox {
    display: grid;
    grid-template-columns: 400px 400px;
    gap: 20px;
    justify-content: center;
}
.specilization_mainbox1 {
    margin: 60px 0 0 0;
    justify-content: center;
}
.specilization_listing{
    background-color: #02244a;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    height: 277px;
}
.specilization_listing1 {
    position: relative;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;

    /* Gradient Border */
    border: 2px solid transparent;
    border-radius: 16px;
    background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #c12125, #02244a) border-box;
    color: #000;
}

.specilization_listing2{
    background-color: #c12125;
     color: #ffffff;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    border-radius: 16px;
    /* height: 260px; */
}

.specilization_icon2  {
    width: 100px;
    height: 100px;
    border: 1px solid #E77C2F;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px 0 0 0;
}
.specilization_icon  {
    width: 85px;
    height: 90px;
    border: 1px solid #E77C2F;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px 0 0 0;
}
.specilization_icon1{
    width: 110px;
    height: 110px;
    border: 1px solid #E77C2F;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px 0 0 0;
}
.specilization_mainbox {
    margin: 50px 0 0 0;
}
.specilization_icon img {
    background-color: #c12125;
    padding: 20px;
    width: 70px;
    height: 70px;
    border-radius: 100px;
}
.specilization_icon1 img {
    background-color: #02244a;
    padding: 20px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
}
.specilization_icon2 img {
    background-color: #02244a;
    padding: 20px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
}
.specilization_listing:nth-child(2) .specilization_icon img {
    background-color: #c12125;
}
.specilization_listing:nth-child(2) .specilization_icon {
    border: 1px solid #E77C2F;
}
.specilization_listing:nth-child(2) .specilization_heading {
    color: #fff;
}
.specilization_heading {
    font-family: Montserrat-Bold;
    font-size: 22px;
    line-height: normal;
    color: #fff;
}
.specilization_listing .specilization_para p {
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    padding: 0 22px;
}
.specilization_listing2 .specilization_para p {
    font-family: 'Montserrat-Regular';
    font-size: 17px;
}
.specilization_para ul{
    margin-bottom: 0;
    position: relative;
    list-style: none;
}
.specilization_para ul li{
  text-align: left;
}
.specilization_para ul li::before {
    content: "";
    position: absolute;
    background-image: url(../images/blue-arrow.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: inherit;
    left: 11px;
    top: 5px;
    height: 30px;
    width: 30px;
}
.specilization_para h4{
    font-size: 22px;
    text-align: center;
}
/*------------- Why Choose section ends -------------*/

/*------------- Eligible section starts-------------- */
/* =========================================
   PARALLAX ELIGIBILITY SECTION
   ========================================= */

/* Parallax Section */

.eligibility-parallax {
    position: relative;
    background: url('../images/parallax-bg.webp') center/cover fixed;
    padding: 80px 0;
    color: #fff;
}

.eligibility-parallax .overlay {
    position: absolute;
    inset: 0;
    background: rgba(2, 36, 74, 0.7); /* blue overlay */
     /* background: linear-gradient(135deg, rgba(193, 33, 37, 0.85), rgba(2, 36, 74, 0.85)); */
}


.es-title .section-heading{
    color: #fff;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 10px 0;
    line-height: normal;
    position: relative;
    margin-bottom: 30px;
}
.es-title .section-heading span {
    font-family: Montserrat-Bold;
    color: #c12125;
}
.es-title .section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 21%;
    background-color: #fff;
    margin: 0 auto;
}
.eligibility-cards .es-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 14px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s;
    position: relative;
    z-index: 2;
}

.eligibility-cards .es-card:hover {
    background: rgba(193, 33, 37, 0.9); /* red */
    transform: translateY(-5px);
}
.es-card h3{
    font-size: 18px;
}

/*------------- Eligible section Ends-------------- */

/*---------- Admissions Procedure Starts ---------------*/
.section-heading{
    color: #02244a;
    font-family: Montserrat-Regular;
    font-size: 30px;
    padding: 0 0 10px 0;
    line-height: normal;
    position: relative;
    margin-bottom: 30px;
}
.section-heading span {
    font-family: Montserrat-Bold;
    color: #c12125;
}

.section-heading::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    height: 6px;
    width: 50px;
    background-color: #c12125;
    animation: slide-right 2s linear infinite alternate both;
}
@keyframes slide-right {
    0% { left: 43%; }
    100% {left: 57%;}
}
.section-heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 21%;
    background-color: #02244a;
    margin: 0 auto;
}
.adm-process{
    margin: 50px 0;
}
.adm-process p{
    font-size: 25px;
}
  .int_process_wrapper {
    padding: 20px 0;
  }
  .int_process_wrapper .int_heading {
    margin-bottom: 40px;
  }
  
  .int_heading {
    margin-bottom: 47px;
    z-index: 1;
    text-align: center;
  }
  .int_process_back_change2 .int_heading h4 {
    color: #ff1d4d;
  }
  .int_heading h4 {
    color: #c6a47e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
  }
  .int_heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
  }
  .int_process_wrapper .process_box_wrapper {
    margin-top: 33px;
    position: relative;
  }
  .process_box_wrapper .process_box {
    position: relative;
    margin-bottom: 21px;
    text-align: center;
  }
  .int_process_wrapper .process_circle {
    margin-bottom: 48px;
    position: relative;
  }
  .int_process_wrapper .process_circle h2 {
    position: relative;
    color: #093b6c;
    font-size: 32px;
    font-weight: 500;
    z-index: 2;
  }  
  
  .int_process_wrapper .process_circle h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* background: #21262B; */
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 6px solid rgb(57, 63, 69);
    z-index: -1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
  }
  
  .int_process_back_change2 .process_circle h2:after {
    background: transparent;
    border: 6px solid rgb(194 31 36);
    /* border: 6px solid rgba(57, 63, 69, 0.8); */
  }
  .int_process_back_change2 .process_circle:after {
    background: rgb(27 111 190);
    z-index: 1;
  }
  .process_circle:after { 
    content: "";
    position: absolute;
    top: 18px;
    left: 128px;
    margin: auto;
    background: #33393f;
    width: 58%;
    height: 2px;    
    z-index: -1;
  }
  .int_process_wrapper .process_box h1 {
    font-family: 'VisbyBold';
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .int_process_wrapper .process_box h1{
    color: #fff;
    text-decoration: none;
  }
  
  .int_process_back_change2 .process_box h1:after {
    background: #093b6c;
  }
  
  .int_process_wrapper .process_box h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 46px;
    height: 2px;
    /* background: #c6a47e; */
  }
  .int_process_wrapper .process_box p {
    font-family: Montserrat-SemiBold;
    color: #000;
    margin: 0;
    font-size: 14px;
  }
  .int_process_wrapper .process_box p span a{
    font-family: 'VisbyRegular';
    color: #000;
    margin: 0;
    text-decoration: none;
    background: #093b6c;
    padding: 10px 10px;
    border-radius: 20px;
  }
  .int_process_wrapper .process_box p span:hover a{
    color: #093b6c;
    background: #fff;
    border: 1px solid #093b6c;
  }
  .process_box_wrapper .process_box:after {
    position: absolute;
    right: 0;
    top: 11px;
    margin: auto;
    color: #093b6c;
    z-index: 2;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 600;
    height: 16px;
    line-height: 16px;
    text-rendering: auto;
    width: 16px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
  }
  .int_process_wrapper.int_process_back_change2:after {
    position: absolute;
    content: "";
    /* background: rgba(0, 0, 0, 0.80); */
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .process_box_wrapper .col-12:last-child .process_circle:after, .process_box_wrapper .col-12:last-child .process_box:after {
    display: none;
  }
  .int_process_back_change2 .process_box:hover h2:after {
    border: 6px solid #093b6c;
  }
/*------------ Admissions Procedure End --------------*/


 /* ----------Fee Struture section starts-----------------  */
/* Cost Section */
.cost_section {
    padding: 20px 0 0px 0;
}

.section-heading {
    font-size: 32px;
    font-family: Montserrat-Black;
    margin-bottom: 20px;
    color: #02244a;
}

.section-heading span {
    color: #c12125;
}

.cost_inner {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.scenario-title {
    font-size: 20px;
    font-weight: 700;
    color: #02244a;
    margin-bottom: 15px;
    text-align: center;
}

.cost_inner thead {
    background-color: #02244a;
}

.cost_inner thead th {
    color: #c12125;
    font-family: Montserrat-Black;
    font-size: 16px;
    text-align: center;
    padding: 15px;
}

.cost_inner tbody td {
    color: #0D0B1D;
    font-family: Montserrat-Medium;
    font-size: 14px;
    text-align: center;
}
.table-hover > tbody > tr:hover, .table-striped>tbody>tr:nth-of-type(odd) :hover {
    --bs-table-accent-bg: transparent !important;
    background-color: transparent !important;
    color: inherit !important;
}

.notes {
    font-size: 15px;
    color: #c12125;
    text-align: center;
    /* margin-left: 10px; */
}

.notes a {
    color: #c12125;
    text-decoration: underline;
}
/* ----------Fee Struture section ends----------------- */

/*-------- CTA section ---------*/
.cta_section {
  text-align: center;
  width: 100%;
  background-color: #fff;
}

.cta_section .cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 12px 40px;
  border-radius: 100px;
  background-color: #eebf2d;
  color: #555555;
  font-family: Montserrat-SemiBold;
  font-size: 28px;
  margin: 40px 0 10px 0;
  cursor: pointer;
  position: relative;
  animation: bounce 1.5s infinite ease-in-out;
  text-transform: uppercase;
}

/* Finger icon animation */
.finger-icon {
  font-size: 34px;
  display: inline-block;
  animation: wiggle 1.2s infinite ease-in-out;
}
.cta_btn span img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 4px;
    animation: wiggle 1.2s infinite ease-in-out;
}
/* Button bounce */
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

/* Finger wiggle */
@keyframes wiggle {
  0%   { transform: rotate(0deg); }
  30%  { transform: rotate(18deg); }
  60%  { transform: rotate(-12deg); }
  100% { transform: rotate(0deg); }
}

.cta_section p {
  font-size: 10px;
  margin-bottom: 50px;
}
/*-------- CTA section ---------*/

/*------------ About Us Start --------------*/
.about_us_section{
    padding:30px 0px 30px 0px;
}
.section-text {
    text-align: justify;
}
/*------------ About Us End ---------------*/
/*---------- Highlights Starts --------------*/
.about_us_section .section_text p{
    color: #061820;
    font-family: Montserrat-Medium;
    font-size: 16px;
}
.highlight-list-sec {
  padding: 60px 0;
  background: #fff;
}

.hl-title {
  text-align: center;
  color: #02244a;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
}

.hl-item {
  padding: 16px 20px;
  font-size: 16px;
  border-left: 6px solid #c12125;
  margin-bottom: 15px;
  background: #e8e8e8;
  color: #02244a;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 6px;
  transition: .3s;
}

.hl-item:hover {
  background: #f0f0f0;
}

.hl-item span {
  font-size: 28px;
  color: #c12125;
}
.about_us_section h5{
    color: #c12125;
    font-family: Montserrat-Medium;
}
/*---------- Highlights Ends --------------*/

/*---------- SCMS Bengaluru - Campus Tour Start --------------*/
.campus_tour_section {
    padding: 30px 0 60px 0;
}

/* Wrapper */
.video-frame {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Thumbnail container */
.youtube-facade {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 253px;
}

/* Thumbnail */
.youtube-facade img {
    width: 100%;
    /* border-radius: 10px; */
    display: block;
    box-shadow: -44px -44px 0 -39px #c12125, 44px 44px 0 -39px #02244a;
    border: 6px solid #fff;
}

/* Play button */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 56px;
    background: url(../images/yt-playbtn.png) no-repeat center;
    background-size: contain;
    z-index: 10;
}
/* .frame{
    position: relative;
    z-index: 0;
}
.Shapes__blue {
    top: -15px;
    left: -15px;
    background-color: #0952d9;
    position: absolute;
    width: 250px;
    height: 130px;
     z-index: -1;
}
.Shapes__yellow {
    bottom: -15px;
    right: -15px;
    background-color: #e2a000;
    position: absolute;
    width: 250px;
    height: 130px;
    z-index: -1;
} */
/* Decorative Border (Blue) */
/* .video-frame::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 90px;
    right: -10px;
    bottom: -10px;
    border: 10px solid #02244a;
    border-left: none;
    border-top: none;
    border-radius: 10px;
    z-index: -1;
    pointer-events: none; 
} */

/*------------ SCMS Bengaluru - Campus Tour End --------------------*/


/*-------------- Important Dates Start --------------*/
.important_dates_section{
    padding:0px 0px 30px 0px;
}
.important_dates_inner thead {
    background-color: #02244a;
}
.important_dates_inner thead th{
    color: #c12125;
    font-family: Montserrat-Black;
    font-size:18px;
    text-align: center;
}
.important_dates_inner thead th {
    padding:15px;
}

.important_dates_section tbody tr td:first-child{
    width:60%;
}
.important_dates_section tbody tr td:last-child{
    width:40%;
}
.important_dates_inner tbody tr td{
    color: #0D0B1D;
    font-family: Montserrat-Medium;
    font-size:14px;
    text-align: center;
}
/*----------------- Important Dates End ----------------*/

/*------------ FAQs section start ---------------*/
.faq-section {
    padding: 30px 0 60px 0;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #003366, #cc0033);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* FAQ Item */
.faq-item {
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 0;
    margin-bottom: 18px;
    background: #ffffff;
    transition: 0.3s ease;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.faq-item:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* FAQ Question */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #003366;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Icons */
.faq-icon {
    font-size: 24px;
    color: #cc0033;
    font-weight: bold;
    transition: 0.3s;
}

/* Rotates + into - */
.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* Answer */
.faq-answer {
    display: none;
    padding: 0 20px 18px;
    font-size: 16px;
    color: #333;
}

/*---------------- FAQs section ends ---------------*/

/*-------------------- Footer Start -------------------*/
footer{
    background-color: #061820;
    padding:50px 0px 0px 0px;
    float: left;
    width: 100%;
}
.footer_box .sub_heading{
    color: #fff;
    font-size: 18px;
    font-family: Montserrat-Black;
    margin: 0 0 10px 0;
}
.footer_box ul{
    padding: 0;
}
.footer_box ul li{
    color:#fff;
    list-style: none;
    margin: 0 0 10px 0;
    font-family: Montserrat-Medium;
    line-break: anywhere;
}
.footer_box ul li span{
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
}
.footer_box ul li span img{
    width: 19px;
    margin: 0 3px 0 0;
}
.footer_box ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    opacity: 1 !important;
}
.made_by_text {
    padding: 5px 0;
    display: block;
    font-family: Montserrat-Medium;
    /* border-top: 1px solid #ddd; */
}
/*------------------- Footer ends ---------------------*/


/* Top Button starts */
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #c30005;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.9;
    height: 40px;
    width: 40px;
    opacity: 0.5;
  }
#myBtn:hover {
    /* background-color: #555; */
    opacity: 1;
}
/* Top Button ends */

/****************Thankyou page starts**********/
.thankyoutext {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
  }
  .thankyou_button {
    text-align: center;
  }
  .thankyou_button .banner-btn {
  font-family: Montserrat-Medium;
  font-size: 28px;
  width: 86%;
  padding: 40px;
  color: #9c0b0d;
  text-decoration: none;
  }
  .thankyou_banner_section{
    padding: 50px 0 120px 0;
    color: #000;
    font-family: Montserrat-Medium;
  }
  
  .ty_btn, .btn_tysubmit a{
    font-family: Montserrat-Medium;
    background: #c12125;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: 0.4s;
  }
  
  .ty_btn:hover, .btn_tysubmit a:hover {
    text-decoration: none;
    color: #c12125;
    background: #fff;
    border: 1px solid #c12125;
  }
  .registration-btn a {
    font-family: Montserrat-Medium;
    background: #c12125;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    /* text-transform: 0.4s; */
    text-decoration: none;
  }
  .registration-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #c12125;
    border: 1px solid #c12125;
  }
  /**********Thankyou page end*******************/

  /* Responsive Section Starts */
  @media (min-width:1601px) and (max-width:2000px) {  
    .banner_box{
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        background-color: #fff;
        /* padding: 25px 0; */
        min-height: 841px;
        width: 100%;
    }
    .nav-link.bcta{
        display: block;
    }
    .registration-btn{
        display: none;
    }
    .process_circle:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 145px;
        margin: auto;
        background: #33393f;
        width: 63%;
        height: 2px;
        z-index: -1;
    }
}
@media (min-width:1301px) and (max-width:1600px) {  
   .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #fff;
        /* padding: 25px 0; */
        margin: 50px 0 0 0;
        min-height: 610px;
        width: 100%;
   }
   /* .process_circle:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 145px;
        margin: auto;
        background: #33393f;
        width: 63%;
        height: 2px;
        z-index: -1;
    } */
     /* .process_circle:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 131px;
        margin: auto;
        background: #33393f;
        width: 56%;
        height: 2px;
        z-index: -1;
    } */
     .process_circle:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 142px;
    margin: auto;
    background: #33393f;
    width: 65%;
    height: 2px;
    z-index: -1;
}
    
}
@media only screen and (max-width:1299.98px){
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #fff;
        /* padding: 25px 0; */
        margin: 50px 0 0 0;
        min-height: 574px;
        width: 100%;
    }
    .header_menu .navbar-nav .nav-item .nav-link{
        padding: 0px 15px 0 15px;
    }
    .registration-btn{
        display: block;
        overflow: hidden;
        background-color: #bc0c10;
        color: #fff;
        position: fixed !important;
        bottom: 0;
        z-index: 999999;
        margin-bottom: 0;
        width: 100%;
        min-height: auto;
        border-radius: 0;
        left: 0px;
        padding: 5px;
    }
    .registration-btn a{
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        text-align: center;
        align-items: center;
    }
    .nav-link.bcta{
        display: none;
    }
    .process_circle:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 129px;
        margin: auto;
        background: #33393f;
        width: 57%;
        height: 2px;
        z-index: -1;
    }
     .process_box_wrapper .process_box:after {
        position: absolute;
        right: -15px;
        top: 11px;
    }
    .video-frame::after {
        display: none;   
    }
}
@media (min-width:991px) and (max-width:1200px) {  
   
    .nav-link.bcta{
        display: block;
    }
    .registration-btn{
        display: none;
    }
    .process_circle:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 115px;
        margin: auto;
        background: #33393f;
        width: 47%;
        height: 2px;
        z-index: -1;
    }
}
@media (max-width: 1024px) {
    .banner_box {
        background-image: url(../images/banner-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        background-color: #fff;
        /* padding: 25px 0; */
        min-height: 463px;
        margin: 90px 0 0 0;
        width: 100%;
    }
    /* .form-mainbox {       
        margin: -70px 0 50px 0;
    } */
    .nav-link.bcta{
        display: block;
    }
    .registration-btn{
        display: none;
    }
    .process_circle:after {
        content: "";
        position: absolute;
        top: 18px;
        left: 115px;
        margin: auto;
        background: #33393f;
        width: 45%;
        height: 2px;
        z-index: -1;
    }
    .process_box_wrapper .process_box:after {
        position: absolute;
        right: -17px;
        top: 11px;
    }
}

@media only screen and (max-width:992px){
  
    .heading{
        font-size:25px;
    }
    .about_us_section .tab-content .sub_heading{
        font-size: 16px;
        /* margin-top: 20px; */
    }
    .sub_heading{
        font-size: 16px;
    }
    .navbar-brand img{
        max-height: 50px;
    }
    .navbar .header_menu{
        display: inline;
    }
    .navbar-expand-lg .navbar-nav {
        display: inherit    ;
    }
    .header_menu .navbar-nav .nav-item .nav-link {
        width: 100%;
        text-align: left;
        padding: 8px 0 8px 0;
        border-right: none;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link:last-child {
        border-radius: 100px 100px 0px 100px;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link:first-child {
        border-radius: 100px 100px 100px 0px;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link{
        padding: 10px 10px 10px 10px;
    }
    .about_us_section .tab-content {
        padding: 30px 30px 30px 30px;
    }
    .specializations_main_box {
        margin-top: 20px;
    }
    .highlights_box{
        text-align: center;
    }
    .program_outcomes_box{
        min-height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .specializations_box_inner {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .specializations_box {
        width: 47%;
        margin: 20px 0 0 0;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 50px 0 0 0;
        min-height: 584px !important;
        background-color: #f9f9f9;
    }
    .nav-link.bcta{
        display: none;
    }
    .registration-btn{
        display: block;
    }
    .navbar,
  .apply-btn {
    display: none !important;
  }

  .menu-toggle {
    display: block !important;
  }
  .specilization_section .section-heading {
    margin-bottom: 60px;
  }
  .process_circle:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 115px;
    margin: auto;
    background: #33393f;
    width: 45%;
    height: 2px;
    z-index: -1;
}
.process_box_wrapper .process_box:after{
    right: -16px;
}
.adm-process{
    margin: 50px 0 0px 0;
}
/* .video-frame::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 209px;
    border-radius: 15px;
    border: 15px solid #02244a;
} */
}

@media only screen and (max-width:768px){
    .about_us_section .about_us_inner .nav-tabs .nav-link {
        width: 100%;
        border-radius: 100px !important;
        margin: 0 0 20px 0;
    }
    .about_us_section .about_us_inner .nav-tabs .nav-link:last-child {
        border-radius: 100px 100px 0px 100px;
        margin: 0;
        padding: 10px 10px 10px 10px;
    }
    .about_us_section .tab-content hr {
        width: 100%;
        background: #1AD079;
    }
    .SCMC_Bengaluru_section::before, .process_box_wrapper .process_box:after{
        display:none;
    }
    .SCMC_Bengaluru_section::after{
        display:none;
    }
    .SCMC_Bengaluru_section{
        padding: 0px 0 30px 0;
    }
    .about_us_section {
        padding: 30px 0px 30px 0px;
    }
    .highlights_box_heading{
        min-height: inherit;
    }
    .admissions_procedure_inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        height: auto;
    }
    .admissions_procedure_inner .heading {
        grid-column: 1/-1;
        grid-row: 1/2;
        text-align: center;
    }
    .admissions_list3 {
        grid-column: 1/2;
        grid-row: auto;
        margin: 0;
    }
    .admissions_list4 {
        margin: 0;
        grid-column: 2/3;
        grid-row: auto;
    }
    .admissions_list5 {
        margin: 0;
        grid-column: 1/2;
        grid-row: auto;
    }
    .admissions_list6 {
        margin: 0;
        grid-column: 2/3;
        grid-row: auto;
    }
    .admissions_list2 {
        margin: 0;
    }
    .admissions_list {
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 20px;
    }
    .admissions_box img {
        max-height: 60px;
    }
    .important_dates_section {
        margin: 130px 0px 0px 0px;
    }
    .program_outcomes_section {
        padding: 0px 0 30px 0;
    }
    .committees_box {
        border: 1px solid #1AD079;
        padding: 10px;
        border-radius: 70px;
        margin: 0 0 10px 0;
        min-height: 60px;
    }
    .registration-btn{
        display: block !important;
    }   
    .int_process_back_change2 .process_circle:after {
        display: none !important;
    }
    .process_box_wrapper .process_box {
        position: relative;
        margin: 30px 0;
    }
    .video-frame::after {
        display: none;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        margin: 50px 0 0 0;
        min-height: 455px !important;
        background-color: #f9f9f9;
    }
}
@media only screen and (max-width:580px){
    header .navbar-expand-lg .navbar-toggler {
        padding: 1px 5px;
        font-size: 14px;
        float: right;
    }
    header .navbar-expand-lg .navbar-brand img {
        max-height: 28px;
    }
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        background-color: #f9f9f9;
        padding: 25px 0;
        min-height: 257px !important;
        width: 100%;
    }
    .form-mainbox {
        margin: 20px 0;
    }
    .section-text{
        margin-bottom: 20px;
    }
    footer {
        text-align: center;
    }
    .logo img {
        height:32px;
        object-fit: contain;
    }
    .section-heading::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 50%;
    }
    .section-heading::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
        height: 6px;
        width: 40px;
    }
    .specilization_section{
        margin-top: 30px;
    }
    .specilization_listing2{
        margin: 40px 0;
    }
    .cta_section .cta_btn {
        padding: 12px 24px;
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .about_us_section .section_text p {
        text-align: justify;
    }
     .about_us_section {
        padding: 30px 0px 0px 0px;
    }
    .important_dates_section {
        margin: 0px 0px 0px 0px !important;
        padding: 0 0 !important;
    }
}
@media only screen and (max-width:380px){
    .banner_box {
        background-image: url(../images/banner-mob-img.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-color: #f9f9f9;
        padding: 25px 0;
        min-height: 223px !important;
        width: 100%;
    }
    .header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 10px;
    }
    .youtube-facade {
        position: relative;
        cursor: pointer;
        display: block;
        width: 100%;
        height: 220px;
    }
}


@media only screen and (max-width:320px){
    .logo img {
        height: 28px;
    }
    .youtube-facade {
        position: relative;
        cursor: pointer;
        display: block;
        width: 100%;
        height: 195px;
    }
}


