@media (max-width: 767px) {
    /* Section 1 */

    .course-badge {
        padding: 0px 6px;
        font-size: 14px;
    }

    .course-title {
        font-size: 1.6rem;
    }

    .course-subtitle {
        padding: 0px 13px;
    }


    .course-media img {
        /*height: 500px;*/
        /*width: 100%;*/
    }

    .overlay-content {
        left: 0%;
        width: 100%;
    }

    .overlay-police {
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
        bottom: 45%;
        width: 100%;

    }.stat-box{
        width: 160px;
        height: 150px;
    }
    .label{
        width: 100%;
    }
    .Stats-section-box{
        width:100%;
        /*background-color: white !important;*/
    }
    .headingText{
        font-size: 30px; 
    }
    .mainHeading{
        font-size: 26px;
    }
    .paraColor{
        font-size: 14px;
    }
    .stude-number{
        text-align: center;
        font-size: 40px;
        /*color: #014339;*/
    }
    .stat-headline{
        font-size: 26px;
        text-align: center;
        color: black !important;
    }
    .vector_img{
        height: 100%;
    }
    .Icon-texts{
        font-size:14px !important ;
        color: #014339 !important;

    }
    .Student-number{
        font-size: 40px !important;
    }


    /* Section 2 */

    .title {
        font-size: 1.5rem;
        font-weight: 500;
    }

    /* <section-3 */

    .trusted-title {

        font-size: 1.4rem;
    }

    .impact {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .instructor-card {
        height: fit-content;
    }

    .ankur-image-container {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 0px;
        flex-direction: row;
    }

    .ankur-image {
        bottom: -195px;
        right: -125px;
    }

    .bottom-banner {
        font-size: 14px;
        padding: 0.5rem;
    }

    .title-text {
        font-size: 2.1rem;
        font-weight: 700;

    }

    .video-wrapper {
        height: auto;
    }

    .btntube {
        display: flex;
        gap: 15px;
        padding-top: 20px;
    }

    .btntube button {
        padding: 5px 15px;
    }

    /* section 10 */
    .mobile-bar-content {
        display: none;
    }

    .footer-bar marquee {
        padding: 0px !important;
    }


    .titletext {
        font-size: 1.8rem;
        padding: 10px 25px;

    }

    /* section 11 */

    .faq-heading-container {
        text-align: center;
        font-size: 2rem;
    }

    .accordion {
        text-align: center;
    }

    .faq-heading-container h2::after {
        left: 25%;
        width: 50%;
    }

    .accordion-button:not(.collapsed) {
        background-color: #014339 !important;
        color: white !important;
    }

    .carousel-control-next {
        right: -25px !important;
    }

    .carousel-control-prev {
        left: -25px !important;
    }
}

.accordion-button:not(.collapsed) {
    background-color: #014339 !important;
    color: white !important;
}

/*  */

/* <section 14 */
/* .bottomNav {
    /* position: fixed; */

.headingColor {
    color: #014339 !important;
}



.nav-item-custom {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    transition: opacity 0.3s;
}

.nav-item-custom:hover {
    opacity: 0.8;
    color: #fff;
}

.btn-enroll {
    background-color: #fff;
    color: #071a34;
    font-weight: 600;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
}

.btn-enroll:hover {
    background-color: #f1f1f1;
}

/* Optional: For better mobile spacing */
@media (max-width: 768px) {
    .nav-item-custom{
        font-size: 14px;
        flex-direction: column;

    }

}

.bottomNav {
  position: fixed;
  bottom: 0px;
  left: calc(50% - 300px);
  max-width: 600px;
  width: 100%;
  height: 60px;
  z-index: 999;
  background: #014339;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 30px;  
}

.bottomNav .bottom-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.6rem 1rem;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.bottomNav .nav-item-custom {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  gap: 4px;
  transition: all 0.2s ease-in-out;
}

.bottomNav .nav-item-custom svg {
  width: 22px;
  height: 22px;
}

.bottomNav .nav-item-custom:hover {
  color: #ffd700; /* optional hover color */
}

.bottomNav .btn-enroll {
  background: #fff;
  color: #014339;
  font-weight: 600;
  border: none;
  border-radius: 2rem;
  padding: 8px 25px;
  transition: all 0.2s ease-in-out;
}

.bottomNav .btn-enroll:hover {
  background: #fff;
}

/* 📱 Mobile Optimization */
@media (max-width: 768px) {
  .bottomNav {
    border-radius: 0px;
    left: 0;
    bottom: 0;
  }

  .bottom-nav {
    justify-content: space-evenly;
    padding: 0.5rem 0.8rem;
    width: 100%;
  }

  .nav-item-custom {
    font-size: 12px;
  }

  .btn-enroll {
    font-size: 13px;
    padding: 0.4rem 0.8rem;
  }
}
