@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;
    background:#f3f3f3;
}



a{
    text-decoration: none;
}




.color-red {
    color: #BF0015;
}

.red_back{
    background:#BF0015;
}

.btn-style-two {
    font-size: 16px;
    padding: 10px 70px;
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    font-weight: 700;
    transition: all ease .3s;
}

.btn-style-two:hover {
    background: #000;
    color: #fff;
    transition: all ease .3s;
}

.sticky-footer button {
    width: 50%;
    margin: 0;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    /* background: transparent linear-gradient(270deg, #FF6600 0%, #EE3024 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(270deg, #FFBC09 0%, #4c51a3 100%) 0% 0% no-repeat padding-box;
    /* background-color: #FFBC09; */
}


input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    accent-color: #007bff; /* Bootstrap blue */
}

/*header section starts*/
header.main-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 60px 0 20px;
}

header.main-header .btn.btn-style-one {
    display: block;
    padding: 10px;
    background: lch(0 0 0 / 0.40);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid lch(100 0 0 / 0.5);
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    header.main-header .logo {
        padding: 0 20px;
    }


}

/*header section ends*/

/*hero section starts*/


section.banner-section .container-fluid {
    background-image: url('../../assets/images/banner-bg.png');
    background-size: cover;
    background-position: center;
    padding: 110px 30px 30px;
}

section.banner-section .banner-cont h1 {
    color: #fff;
    margin-left: 25px;
    margin-bottom: 20px;
    margin-top: 50px;
}

section.banner-section .banner-cont h1 .fz-one {
    display: block;
    font-size: 30px;
}

section.banner-section .banner-cont h1 .fz-two {
    font-size: 48px;
    position: relative;
}

section.banner-section .banner-cont h1 .fz-two:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: #F3E030;
    transform: translate(0px, -50%);
}

section.banner-section .banner-cont h1 .fz-three {
    margin-top: 25px;
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    position: relative;
    display: block;
}

section.banner-section .banner-cont h1 .fz-three span {
    font-weight: 900;
    position: relative;
}


section.banner-section .banner-cont h1 .fz-three:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 90%;
    background: #F3E030;
    transform: translate(0px, -50%);
}

section.banner-section .text-one h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

section.banner-section .text-one span.fz-two span {
    display: block;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    section.banner-section .banner-cont h1 {
        margin-top: 0;
        margin-left: 10px;
        font-size: 26px;
    }

    section.banner-section .banner-cont h1 .fz-one {
        font-size: 24px;
    }

    section.banner-section .banner-cont h1 .fz-two {
        font-size: 30px;
        position: relative;
        line-height: normal;
        display: block;
    }

    section.banner-section .banner-cont h1 .fz-two br {
        display: none;
    }

    section.banner-section .banner-cont h1 .fz-three {
        font-size: 18px;
    }

    section.banner-section .container-fluid {
        padding: 110px 20px 30px;
        background-position: left;
    }


}


/*hero section ends*/


/*nav list section starts*/
section.nav-list-section {
    position: sticky;
    padding: 15px 25px 15px;
    background: #D9D9D9;
    top: 0;
    z-index: 99;
}

section.nav-list-section .container-fluid {
    background: #000;
    padding: 20px;
    border-radius: 15px;
}

section.nav-list-section ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.nav-list-section ul li {
    padding: 0 15px;
    border-right: 1px solid #ffffff96;
}

section.nav-list-section ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;

}

section.nav-list-section ul li a:hover {
    opacity: 0.7;
    text-decoration: none !important;

}

section.nav-list-section ul li:last-child {
    border: 0;
}

@media screen and (max-width: 767px) {

    section.nav-list-section {
        padding: 10px 5px 10px;
    }

    section.nav-list-section ul li a {
        color: #fff;
        font-size: 13px;
    }

    section.nav-list-section ul li {
        /*width: 25%;*/
        padding: 0px 5px;
        /*border: 1px solid #ffffff96;*/
        border-top: 0px;
        border-left: 0;
    }

    section.nav-list-section ul {
        /*flex-wrap: wrap;*/
    }

    /*section.nav-list-section ul li:nth-child(2) {
    border-right: 0px;
}
section.nav-list-section ul li:nth-child(3) {
    border-bottom: 0px;
}
*/
    section.nav-list-section .container-fluid {
        padding: 10px 10px;
    }


}

/*nav list section ends*/

/* hightlight section start  */

/* 7 equal columns on desktop */
  @media (min-width: 768px) {
    .highlights-section{
        padding-top:5%;
        padding-bottom:3%;
    }
    .custom-col {
      flex: 0 0 calc(100% / 7);
      max-width: calc(100% / 7);
      border-right: 1px solid rgba(0,0,0,0.4);
    }
    .custom-col:last-child {
      border-right: none;
    }
  }

  /* Mobile styling */
  @media (max-width: 767.98px) {
    .custom-col {
              border-right: none;
        border: 1px solid #eee !important;
        padding: 10px;
    }
    .custom-col:nth-child(even) {
      border-bottom: none;
    }
  }

/* hightlight section end */

/* payment box section start  */

    .payment-banner{
        background:#D9D9D9;
    }
    .payment-box {
        background: #811812;
        background: linear-gradient(90deg, rgba(129, 24, 18, 1) 0%, rgba(191, 0, 21, 1) 47%, rgba(129, 24, 18, 1) 100%);
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.5);
    }
    .payment-box p {
        color: rgba(255,255,255,0.7); /* lighter text for subheading */
        letter-spacing: 0.5px;
        font-size:25px;
        font-weight:bold;
    }
    .payment-box h4 {
        font-size: 35px;
        font-weight: 700;
    }
    @media (max-width: 576px) {
        .payment-box h4 {
            font-size: 1.3rem;
        }
        .payment-box p {
            font-size: 0.85rem;
        }
    }

/* payment box section end */

/* courses section start  */

    .course-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow:0px 0px 20px rgba(0,0,0,0.4) !important;
}

.course-card:hover {
  background: #111 !important;
  color: #fff !important;
}

.course-card:hover p,
.course-card:hover h5,
.course-card:hover a {
  color: #fff !important;
}

.course-card:hover .course-footer {
  background: #222 !important;
}

.course-card:hover .btn-dark {
  background: #BF0015 !important;
  /* border-color: #dc3545 !important; */
  color: #000 !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.course-card:hover .btn-dark i{
    color:#fff !important;
}

/* Tabs styling */
.nav-link {
  background: none !important;
  color: #000 !important;
  border: none !important;
  transition: all 0.3s ease;
}

.nav-link.active {
  background-color: #d32f2f !important;
  color: #fff !important;
  border-radius: 50px !important;
}

.nav-link:hover:not(.active) {
  color: #d32f2f !important;
}

/* courses section end */

/* main div section start  */

.main_div{
    background:#000;
    padding-bottom:5%;
    padding-right:4%;
    padding-left:4%;
}
.main_div .whyChooseSection{
    background:url('../../assets/images/red_back.png');
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding:4% 1%;
}
.main_div .whyChooseSection .card{
    padding:3%;
    background:#BBBBBB;
}
.main_div .whyChooseSection .card:hover{
    padding:3%;
    background:#fff;
}
.main_div .whyChooseSection .card h6{
    color:#BF0015;
    font-weight:bold;
    font-size:13px;
}
.main_div .whyChooseSection .main_heading_card{
    background:#000;
    border:3px solid #fff;
    padding:3%;
}
.main_div .whyChooseSection .main_heading_card h2{
    color:rgba(255,255,255,0.6);
    font-size:40px;
}
.main_div .whyChooseSection .main_heading_card p{
    color:#fff;
}
.main_div .whyChooseSection .main_heading_card h2 span{
    color:rgba(255,255,255,1);
}
.main_div .whyChooseSection .card p{
    color:#000;
    font-weight:bold;
    font-size:11px;
}
.main_div .certificate{
    padding:10% 0% 0% 0%;
}
.main_div .certificate h2{
    color:#fff;
    font-size:40px;
    margin-bottom:5%;
}
.main_div .certificate h6{
    color:#fff;
    font-size:20px;
    font-weight:bold;
}
.main_div .certificate p{
    color:#fff;
    font-weight:14px;
    margin-bottom:10%;
}
.main_div .certificate h4{
    text-align:center;
    color:rgba(255,255,255,0.6);
}
.main_div .certificate hr{
    border:1px solid #fff;
}
@media (min-width: 768px) {
    .main_div .award_div{
        padding-top:5%;
        padding-bottom:3%;
    }
    .main_div .award_div .custom-col {
      flex: 0 0 calc(100% / 7);
      max-width: calc(100% / 7);
      border-right: 1px solid rgba(0,0,0,0.4);
    }
    .main_div .award_div .custom-col:last-child {
      border-right: none;
    }

    .main_div .learning-section .custom-col {
      flex: 0 0 calc(100% / 5);
      max-width: calc(100% / 5);
    }
    .main_div .learning-section .custom-col:last-child {
      border-right: none;
    }
}

/* Mobile styling */
@media (max-width: 767.98px) {
    .main_div .award_div .custom-col {
        border-right: none;
        border-bottom: none;
        margin-bottom:10%;
    }
    .main_div .award_div .custom-col:nth-child(even) {
        border-bottom: none;
    }

    .main_div .learning-section .custom-col {
        border-right: none;
        border-bottom: none;
        margin-bottom:10%;
    }
    .main_div .learning-section .custom-col:nth-child(even) {
        border-bottom: none;
    }
}


/* main div section end  */

/* learning Experience section start  */

.learning-section{
    background:#f3f3f3;
}
.feature-card {
  background: #DCC9CB;
  border-radius: 12px;
  transition: all 0.3s ease;
  min-height: 160px;
  height:200px;
  margin-right:10%
}
.feature-card h6{
    font-size:16px;
}
.feature-card p{
    font-size:14px;
}
.feature-card:hover {
  background: #b71c1c;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.feature-card .dot {
  width: 20px;
  height: 20px;
  background: #b71c1c;
  border-radius: 50%;
}
.feature-card:hover .dot {
  background: #fff;
}
.feature-card.active .dot {
  background: #fff;
}
@media (min-width: 768px) {
    .main_div .learning-section .custom-col2 {
      flex: 0 0 calc(100% / 5);
      max-width: calc(100% / 5);
      border-right:none;
    }
    .main_div .learning-section .custom-col2:last-child {
      border-right: none;
    }
}

/* Mobile styling */
@media (max-width: 767.98px) {
    .main_div .learning-section .custom-col2 {
        border-right: none;
        border-bottom: none;
        margin-bottom:10%;
    }
    .main_div .learning-section .custom-col2:nth-child(even) {
        border-bottom: none;
    }
}


/* learning Experience section end */

/* empowering section start  */

.empowering h2{
    font-size:50px;
}
.empowering p{
    font-size:30px;
    font-weight:600;
}

/* empowering section end */


/* admission  process section start */

.admission-process {
  background: #f3f3f3;
}

.step {
  text-align: left;
  position: relative;
}

.step-title {
  font-weight: bold;
  color: #ccc;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.step-title::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  width: 6px;
  height: 12px;
  background: #d32f2f;
  transform: translateY(-50%) rotate(-15deg);
  border-radius: 2px;
}

.step h6 {
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}

.step p {
  color: #333;
  font-size: 14px;
  margin-bottom: 0;
}

.btn-dark {
  background: #000 !important;
  border: none;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-dark:hover {
  background: #d32f2f !important;
}


/* admission  process section end */


/* cta and footer section start  */

.cta_footer .gradient_box{
    background: #811812;background: linear-gradient(90deg, rgba(129, 24, 18, 1) 0%, rgba(191, 0, 21, 1) 47%, rgba(129, 24, 18, 1) 100%);border-radius:25px;color:#fff;
    height:190px;
}
.cta_footer .gradient_box h2{
    font-size:45px;
}
.cta_footer .gradient_box h5{
    font-size:30px;
    opacity:0.8; 
    font-weight:600;
}
.cta_footer .gradient_box a{
    border-radius:10px; 
    font-weight:600;
    color:#000;
    box-shadow:0px 0px 20px rgba(0,0,0,0.4);
}
.cta_footer .gradient_box hr{
    border:1px solid rgba(0,0,0,0.8);
}

/* cta and 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:#ED1C24;
    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  */










section.banner-section .banner-form {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 40px;
}
section.banner-section .register-panel h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
section.banner-section .ctplqryformbtn {
    display: block;
    padding: 10px;
    width: 100%;
    background: #000;
    border-color: #000;
    color: #fff;
    font-weight: 700;
}




@media (max-width: 767.98px) {


header.main-header {
    padding: 20px 0 20px;
}

section.banner-section .banner-form {
    margin-top: 0;
}
section.banner-section .text-one h3 {
    font-size: 20px;
}



section.highlights-section {
    padding: 30px 0 0;
}


section.main_div {
    padding: 40px 0;
}
.main_div .certificate h2 {
    font-size: 22px;
}


section.learning-section p {
    text-align: left !important;
}
.feature-card {
    background: #DCC9CB;
    border-radius: 12px;
    transition: all 0.3s 
ease;
    min-height: 160px;
    height: 100%;
    margin-right: 0;
}

section.nav-list-section {
    display: none;
}

.empowering h2 {
    font-size: 24px;
}

.empowering p {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
section.testimonial-section.py-5 {
    display: none;
}
.cta_footer .gradient_box h2 {
    font-size: 30px;
}
.cta_footer .gradient_box {
    height: auto;
}
.cta_footer .gradient_box h5 {
    font-size: 20px;
    opacity: 0.8;
    font-weight: 600;
}
section.learning-section h2 {
    font-size: 24px;
}






}
