@font-face {
    font-family:Montserrat-Bold;
    src: url("../fonts/Montserrat-Bold.ttf");
}
body{
   font-family:Montserrat;
}


.logo img {
    max-width: 150px;
}

.symbi-banner {
    position: relative;
}

.destop-view {
    display: block;
}

.mobile-view {
    display: none;
}

.symbi-banner-box .banner-box {
    position: absolute;
    top: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.tq .banner-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.banner-form-box h5{
    font-weight: 400;
}

.symbi-banner-box .banner-text {
    width: 40%;
}

.symbi-banner-box .banner-form {
    width: 30%;
}

.thank-you {
    width: 35% !important;
}

.symbi-banner-box .banner-form-box {
    background-color: #fff;
    padding: 1rem;
    border-radius: 20px;
}

.thank-you .banner-form-box {
    padding: 2rem 2rem;
    text-align: center;
}

.thank-you h2 {
    font-size: 280%;
    font-weight: 600;
    text-align: center;
}

.footer-boxes {
    display: flex;
    justify-content: space-between;
}

.footer-box {
    width: 50%;
}

.footer-box p {
    font-size: 90%;
    margin-bottom: 0px;
}

.footer-box {
    width: 50%;
}

.footer-box ul {
    margin-bottom: 0px;
}

.footer-box li {
    border-right: 1px solid #fff;
}

.footer-box li:last-child {
    border-right: 0px;
}
footer {
    background-color: #222;
    color: #fff;
    padding: 1.5rem 0;
}
.footer-box a {
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
}
.section-padding{
    padding: 5rem 0;
}

.appy-now{
    background-color: #C00415;
    color: #fff;
    font-family: "Montserrat";
    font-size: 96%;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}

/* BBA Programs Section Styles */
.ae-title {
    color: #C00415;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.bba-intro-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
}

.bba-intro-text p {
    margin-bottom: 1rem;
}

/* Accordion Custom Styles */
.accordion-custom .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background-color: transparent;
}

.accordion-custom .accordion-button {
    background-color: transparent !important;
    color: #333 !important;
    box-shadow: none !important;
    padding: 1rem 0;
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-custom .accordion-button:not(.collapsed) {
    color: #C00415 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-custom .accordion-button::after {
    content: '+';
    font-size: 1.2rem;
    color: #C00415 !important;
    background-image: none !important;
    transform: none !important;
    border: none;
    transition: color 0.3s ease;
}

.accordion-custom .accordion-button:not(.collapsed)::after {
    content: '−';
    color: #C00415 !important;
    background-image: none !important;
    transform: none !important;
}

.accordion-custom .accordion-button:hover {
    color: #C00415 !important;
}

.accordion-custom .accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.accordion-custom .accordion-body {
    padding: 0 0 1.5rem 0;
    font-size: 0.95rem;
    color: #444;
}

.section-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
    color: #C00415;
}

.download-btn-program {
    background-color: #C00415;
    color: #fff;
    border: none;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    font-size: 0.9rem;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
    cursor: pointer;
}

.download-btn-program:hover {
    background-color: #a00310;
    color: #fff;
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Offset for fixed header when scrolling to sections */
#overview,
#programs,
#fee-structure,
#partners {
    scroll-margin-top: 100px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ae-title {
        font-size: 1.25rem;
    }
    
    .accordion-custom .accordion-button {
        font-size: 0.9rem;
        padding: 0.875rem 0;
    }
    
    .section-title {
        font-size: 1rem;
    }
    
    .bba-intro-text {
        font-size: 0.95rem;
    }
}

.form-control{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    color: #2E2E2E;
}

.input-group{
    margin-bottom: 6px !important;
}

#captcha .input-group{
    border: 1px solid #0032AE;
    border-radius: 12px;
}

#specialization{
    border: 1px solid #0032AE;
    border-radius: 12px;
    background: url("../images/down-angle.png") no-repeat;
    background-position: 94%;
    background-size: 4%;
    padding: 12px 20px;
}

.captcha{
    border: 1px solid #0032AE;
    border-radius: 12px;
    background-color: #E1E1E1;
}

.left-captcha{
    color: #2E2E2E;
    background-color: #E1E1E1;
    margin-bottom: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 8px 15px;
}

.right-captcha{
   background-color: #E1E1E1;
   border-top-right-radius: 12px;
   border-bottom-right-radius: 12px;
   padding: 8px 15px;
}

.submit_btn{
    background-color: #C00415;
    border-radius: 25px;
    font-family: "Montserrat";
    color: #fff;
    font-weight: 700;
    border: none;
    width: 100%;
    padding: 8px 30px;
}

.submit_btn:hover{
    background-color: #C00415;
}

/*form-css*/
.error{text-align: left; font-size: 13px; color: #c71407;    padding-left: 3rem;}
.form-group {margin-bottom: 1rem;}
.field, .submit_button{padding: 7px; width: 230px;border: none;}
.submit_button{cursor: pointer; background-color: #C00415; color: #fff; font-weight: 700;
    border-radius: 25px; margin-bottom: 1rem;}
    .formloader{width: 20px;display: inline-block; vertical-align: middle;}
    .hidden{display: none;}
    .form-outer-wrapper{
        position: absolute;
        top: 12%;
        right: 0;
        left: 69%;
        width: 25%;
        text-align: center;
    }

    .form-wrapper{
        border-radius: 12px;
        padding: 10px;
    }
    .field{

        border-bottom: 1px solid #000;
    }
    .banner-section{
        position: relative;
    }
    .desktop-video{
       width: 100%;
       display: block;
       border: none;
   }

   #ans{
    color: #000 !important;
    font-weight: 700;
}

.navbar-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.menu-wrapper ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.menu-wrapper ul li{
    margin-right: 3px;
    padding: 0 7px;
    list-style: none;
    text-align: right;
    font-family: "Montserrat";
    font-size: 90%;
    cursor: pointer;
}

.menu-wrapper ul li a{
    text-decoration: none;
    color: #000;
}

.logo-wrapper{
    width: 13%;
}

.menu-wrapper{
    width: 75%;
    vertical-align: middle;
}

.menu-wrapper ul li:last-child{
    margin-right: 0;
}

*Hamburgur sign*/
#nav-icon3{
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 92%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  float: right;
}

#nav-icon3 span.bar2{
    width: 78%;
}

#nav-icon3 span.bar3{
    width: 68%;
}



/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 10px;
}

.align-end{
    justify-content: end !important;
    display: flex;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 20px;
}

#nav-icon3 span:nth-child(4) {
  top: 30px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.tab-content.active {
  display: block; /* Show active tab content */
}

.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    width: 100%;
    display: flex;
    font-family: "Inter";
    font-weight: 600;
    font-size: 105%;
    border-radius: 7px !important;
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    padding: 1px 82px 1px 15px;
}


.checkbox input[type=checkbox]{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    font-family: "Inter";
    font-weight: 500;
    font-size: 89%;
}

.multiselect-container .input-group {
    margin: -40px 0px;
}

.multiselect-container{
    height: 250px;
    overflow-y: auto;
}

.multiselect-container>li{
    height: 25px;
}

li.multiselect-item.filter{
    padding-top: 4rem;
}

#navbarToggleExternalContent.show {
    display: flex !important;
    width: 20%;
    justify-content: end;
    background-color: #fff;
    position: absolute;
    right: 5%;
    z-index: 9;
    border-radius: 8px;
}

.dropdown-menu.show{
 transform: unset !important;
 margin: -7px 0 !important;
}

.navbar-nav .nav-item{
    list-style: none;
    padding: 8px 0;
}

.navbar-nav .nav-item .nav-link{
    color: #000;
    text-align: left;
    font-family: "Montserrat";
    font-size: 90%;
    text-decoration: none;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item:hover{
    background-color: #CFD6F3;
}

nav.navbar.navbar-expand-sm.nav-bar {
    width: 100%;
}


/*footer*/
footer{
    background-color: #222222;
}

.footer-wrapper{
    display: flex;
    margin: 1rem 0;
    justify-content: space-between;
}

.footer-wrapper .copyright p, .footer-wrapper .disclaimer p{
 font-family: "Montserrat";
 font-size: 80%;
 color: #fff;
 margin-bottom: 0;
 text-transform: uppercase;
}

@media screen and (min-width: 2500px) {
    body {
        max-width: 2500px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2499px) {
 .menu-wrapper ul li {
    font-size: 100%;
}
.form-control {
    font-size: 120%;
}
.form-outer-wrapper {
    width: 24%;
    left: 62%;
}
.footer-wrapper .copyright p, .footer-wrapper .disclaimer p {
    font-size: 96%;
}
}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .menu-wrapper ul li {
        font-size: 100%;
    }
    .form-control {
        font-size: 120%;
    }
    .form-outer-wrapper {
        width: 24%;
        left: 62%;
    }
    .footer-wrapper .copyright p, .footer-wrapper .disclaimer p {
        font-size: 92%;
    }
    .input-group {
        margin-bottom: 1rem !important;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .section-padding {
        padding: 3rem 0;
    }
        /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/



    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .has-children{
    position: relative;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 8px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 19px;
}

#nav-icon3 span:nth-child(4) {
    top: 30px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 17%;
}
.footer-wrapper{
    display: block;
}

/*thank you page*/
.symbi-banner-box .banner-form {
    margin-top: -5%;
}
}

@media screen and (min-width:769px) and (max-width:991px) {
    .section-padding {
        padding: 3rem 0;
    }
        /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/



    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .has-children{
    position: relative;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 5px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 16px;
}

#nav-icon3 span:nth-child(4) {
    top: 27px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 21%;
}
.footer-wrapper{
    display: block;
}

/*thank you page*/
.destop-view {
    display: none;
}
.mobile-view {
    display: block;
}
.tq .banner-box {
    top: 0px;
    transform: none;
}
.thank-you {
    margin: 0 auto;
    margin-top: 10% !important;
    width: 90% !important;
}
.footer-box p {
    font-size: 80%;
}
}

@media screen and (min-width:569px) and (max-width:769px) {
    .section-padding {
        padding: 3rem 0;
    }
        /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/



    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .has-children{
    position: relative;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 5px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 16px;
}

#nav-icon3 span:nth-child(4) {
    top: 27px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 21%;
}
.footer-wrapper{
    display: block;
}

/*thank you page*/
.mobile-view {
    display: block;
}
.destop-view {
    display: none;
}
.tq .banner-box {
    top: 0px;
    transform: none;
}
.symbi-banner-box .banner-box {
    flex-wrap: wrap;
    width: 100%;
    top: 3%;
}
.symbi-banner-box .banner-text {
    width: 100%;
    padding-left: 20px;
}
.thank-you {
    margin: 0 auto;
    margin-top: 10% !important;
    width: 90% !important;
}
.symbi-banner-box .banner-form-box, .symbi-banner-box .banner-form-box .form-control {
    background-color: #efefef;
}
.footer-boxes {
    flex-wrap: wrap;
}
.footer-box {
    width: 100%;
}
.footer-box p {
    margin-bottom: 2rem;
}
.footer-box.text-end {
    text-align: left !important;
}
.footer-box a {
    font-size: 13px;
}
}

@media screen and (min-width:320px) and (max-width:568px) {
     /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/



    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .has-children{
    position: relative;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 5px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 16px;
}

#nav-icon3 span:nth-child(4) {
    top: 27px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 37%;
}
.footer-wrapper{
    display: block;
}
.footer-wrapper .copyright p, .footer-wrapper .disclaimer p{
    font-size: 56%;
}
/*thank youpage*/
.destop-view {
    display: none;
}
.mobile-view {
    display: block;
}
.tq .banner-box {
    top: 0px;
    transform: none;
}
.symbi-banner-box .banner-box {
    flex-wrap: wrap;
    width: 100%;
    top: 3%;
}
.symbi-banner-box .banner-text {
    width: 100%;
    padding-left: 20px;
}
.thank-you {
    margin: 0 auto;
    margin-top: 10% !important;
    width: 90% !important;
}
.symbi-banner-box .banner-form-box, .symbi-banner-box .banner-form-box .form-control {
    background-color: #efefef;
}
.footer-boxes {
    flex-wrap: wrap;
}
.footer-box {
    width: 100%;
}
.footer-box p {
    margin-bottom: 2rem;
}
.footer-box.text-end {
    text-align: left !important;
}
.footer-box {
    width: 100%;
}
.footer-box a {
    font-size: 13px;
}
}

@media screen and (min-width: 279px) and (max-width: 319px) {
/* Galaxy Fold */
}

/*---------------*/

/* ==========================================================================
   LP Hero Banner — reusable across landing pages
   Copy HTML structure + set modifier class (e.g. lp-hero--bba) for images only.
   ========================================================================== */
.lp-hero-section {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #fff;
    --lp-hero-padding-x: 20px;
    --lp-hero-bg-desktop: none;
    --lp-hero-bg-mobile: none;
    --lp-hero-bar-color: #0a5cae;
    --lp-hero-bar-opacity: 0.75;
}

/* Per-LP images: add modifier on <section class="lp-hero-section lp-hero--yourlp"> */
.lp-hero-section.lp-hero--bba {
    --lp-hero-bg-desktop: url("../images/btech-desktop.webp");
    --lp-hero-bg-mobile: url("../images/btech-mbl.webp");
}

.lp-hero-section .lp-hero-media {
    position: relative;
    width: 100%;
    padding-bottom: 50.625%;
    min-height: 420px;
    overflow: hidden;
}

.lp-hero-section .lp-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: var(--lp-hero-bg-desktop);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.lp-hero-section .banner-img,
.lp-hero-section .mob-banner-img,
.lp-hero-section .banner-content-list,
.lp-hero-section .banner-content-p,
.lp-hero-section .banner-content-wrapper,
.lp-hero-section .banner-blue-gradient {
    display: none !important;
}

.lp-hero-section .lp-hero-panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
}

.lp-hero-section .lp-hero-bar {
    position: relative;
    width: 100%;
    padding: 24px 0 18px;
    background: transparent;
}

.lp-hero-section .lp-hero-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--lp-hero-bar-color);
    opacity: var(--lp-hero-bar-opacity);
    mix-blend-mode: multiply;
    z-index: 0;
}

.lp-hero-section .lp-hero-bar .container,
.lp-hero-section .lp-hero-strip .container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--lp-hero-padding-x);
    padding-right: var(--lp-hero-padding-x);
    box-sizing: border-box;
}

.lp-hero-section .lp-hero-bar .container {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.lp-hero-section .lp-hero-text {
    color: #fff;
    margin: 0 0 14px;
    max-width: 62%;
    padding: 0;
}

.lp-hero-section .lp-hero-text h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.32;
    margin: 0;
    color: #fff;
    letter-spacing: 0;
}

.lp-hero-section .lp-hero-text .lp-hero-highlight {
    font-weight: 700;
    display: inline;
}

.lp-hero-section .lp-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.lp-hero-section .lp-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 9px 28px;
    border-radius: 50px;
    background-color: #a41e35;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.lp-hero-section .lp-hero-strip {
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.lp-hero-section .lp-hero-strip .container {
    padding-top: 8px;
    padding-bottom: 8px;
}

.lp-hero-section .lp-hero-strip p {
    margin: 0;
    padding: 0;
    color: #c61d23;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    letter-spacing: 0;
}

.lp-hero-section .form-outer-wrapper {
    position: absolute !important;
    top: 50% !important;
    right: 4.5% !important;
    left: auto !important;
    width: 380px !important;
    max-width: 31% !important;
    margin: 0 !important;
    transform: translateY(-52%);
    z-index: 6;
    text-align: left;
}

.lp-hero-section .form-wrapper {
    border-radius: 14px;
    padding: 0;
}

.lp-hero-section .enquire-form-container {
    background: #fff;
    padding: 28px 26px 24px;
    border-radius: 14px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
    max-width: 100%;
    /* max-height: 560px; */
    overflow-y: auto;
    margin: 0;
}

.lp-hero-section .enquire-form-container h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    margin: 0 0 18px;
    color: #1c4897;
    font-weight: 700;
    line-height: 1.2;
}

.lp-hero-section .enquire-form-container iframe {
    min-height: 460px;
    border: 0;
}

@media screen and (min-width: 1290px) {
    .lp-hero-section .form-outer-wrapper {
        right: 5.5% !important;
        width: 400px !important;
        max-width: 30% !important;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 34px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1289px) {
    .lp-hero-section .lp-hero-text {
        max-width: 56%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 30px;
    }

    .lp-hero-section .form-outer-wrapper {
        right: 3% !important;
        width: 360px !important;
        max-width: 34% !important;
    }

    .lp-hero-section .enquire-form-container {
        max-height: 520px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .lp-hero-section .lp-hero-bar {
        padding: 22px 0 18px;
    }

    .lp-hero-section .lp-hero-text {
        max-width: 52%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 26px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 18px;
    }

    .lp-hero-section .form-outer-wrapper {
        right: 2% !important;
        width: 340px !important;
        max-width: 36% !important;
    }
}

@media screen and (min-width: 1350px) {
    .lp-hero-section {
        --lp-hero-padding-x: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1349px) {
    .lp-hero-section {
        --lp-hero-padding-x: 48px;
    }
}

@media screen and (min-width: 1025px) {
    .lp-hero-section .lp-hero-panel {
        bottom: 100px;
    }

    .lp-hero-section .lp-hero-media {
        min-height: 480px;
    }
}

@media screen and (max-width: 1024px) {
    .lp-hero-section {
        padding-bottom: 50px;
        --lp-hero-padding-x: 24px;
    }

    .lp-hero-section .lp-hero-media {
        padding-bottom: 56%;
        min-height: 380px;
    }

    .lp-hero-section .lp-hero-panel {
        bottom: 0;
    }

    .lp-hero-section .lp-hero-text {
        max-width: 100%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 24px;
    }

    .lp-hero-section .lp-hero-bar {
        padding: 20px 0 16px;
    }

    .lp-hero-section .form-outer-wrapper {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 480px !important;
        margin: 0 auto !important;
        transform: none;
        padding: 24px 15px 0;
        z-index: 6;
    }

    .lp-hero-section .enquire-form-container {
        max-height: none;
    }
}

@media screen and (max-width: 767px) {
    .lp-hero-section {
        padding-bottom: 0;
        --lp-hero-padding-x: 20px;
    }

    .lp-hero-section .lp-hero-media {
        padding-bottom: 143.64%;
        min-height: 0;
        overflow: hidden;
    }

    .lp-hero-section .lp-hero-bg {
        background-image: var(--lp-hero-bg-mobile);
        background-position: center top;
        background-size: cover;
    }

    .lp-hero-section .lp-hero-panel {
        bottom: 20px;
    }

    .lp-hero-section .lp-hero-bar {
        padding: 16px 0 12px;
    }

    .lp-hero-section .lp-hero-text {
        max-width: 100%;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 20px;
        line-height: 1.35;
    }

    .lp-hero-section .lp-hero-pill {
        font-size: 14px;
        padding: 8px 22px;
        min-width: 72px;
    }

    .lp-hero-section .lp-hero-strip .container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 15px;
    }

    .lp-hero-section .form-outer-wrapper {
        max-width: 100%;
        padding: 16px 12px 0;
    }

    .lp-hero-section .enquire-form-container {
        padding: 22px 18px 20px;
    }

    .lp-hero-section .enquire-form-container iframe {
        min-height: 420px;
    }
}

@media screen and (max-width: 575px) {
    .lp-hero-section {
        --lp-hero-padding-x: 16px;
    }

    .lp-hero-section .lp-hero-text h1 {
        font-size: 18px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 399px) {
    .lp-hero-section .lp-hero-text h1 {
        font-size: 16px;
    }

    .lp-hero-section .lp-hero-pill {
        font-size: 13px;
        padding: 7px 18px;
    }

    .lp-hero-section .lp-hero-strip p {
        font-size: 13px;
    }
}

/* BBA header: logo left, Apply button right only */
.bba-header .bba-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.bba-header .logo-wrapper {
    width: auto;
    max-width: 200px;
    flex-shrink: 0;
}

.bba-header .logo-wrapper .logo {
    max-height: 52px;
    width: auto;
}

.bba-header .header-apply-wrap {
    flex-shrink: 0;
}

.bba-header .header-apply-btn {
    display: inline-block;
    background-color: #c00415;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 25px;
    border: none;
    line-height: 1.2;
    transition: background-color 0.2s ease;
}

.bba-header .header-apply-btn:hover {
    background-color: #a00312;
    color: #fff;
}

.bba-header .hamburger-menu,
.bba-header .menu-wrapper,
.bba-header .navbar.navbar-dark,
.bba-header + .collapse,
.bba-header #navbarToggleExternalContent {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .bba-header .logo-wrapper {
        max-width: 140px;
    }

    .bba-header .logo-wrapper .logo {
        max-height: 42px;
    }

    .bba-header .header-apply-btn {
        font-size: 12px;
        padding: 8px 16px;
    }
}
