.navbar-brand img {
  height: 50px;
}
 * {
            font-family: "Roboto", sans-serif;
      
        }

.ovbutton{
    background: #03185394 !important;
    
}


        .float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #fff;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            animation: heartbeat 1.5s infinite;
        }

        .my-float {
            margin-top: 16px;
        }

        /* Heartbeat Animation */
        @keyframes heartbeat {
            0% {
                transform: scale(1);
            }

            25% {
                transform: scale(1.1);
            }

            40% {
                transform: scale(1);
            }

            60% {
                transform: scale(1.1);
            }

            100% {
                transform: scale(1);
            }
        }

        .float:hover {
            background-color: #128C7E;
            transform: scale(1.1);
        }

        .my-float {
            margin-top: 16px;
        }
.navbar-brand {
  text-decoration: none;
  color: black;
}

.nav-link.active {
  color: #ac0c12 !important;
  font-weight: bold;
}

.nav-link:hover {
  color: #ac0c12 !important;
}

.top-contact {
  font-size: 14px;
}

.top-contact a {
  text-decoration: none !important;
  color: black;
  margin-left: 10px;
  font-size: 16px;
}

.navbar-nav {
  font-size: large;
  color: #4850588e;
}

.nav-item a {
  color: black !important;

}

.cardm {
  margin-top: -100px;
  z-index: 2;
}

@media (min-width: 992px) {
  #carouselExampleIndicators .carousel-item img {
    height: 100vh;
    object-fit: cover;
  }
 
}

@media (max-width: 991px) {
  #carouselExampleIndicators .carousel-item img {
    height: 25vh !important;
  }
 .carousel-inner{
         height: 20vh !important;
  }
  .logom {
    height: 40px !important;
  }

  .txtl {
    font-size: 18px !important;
  }

  .navbar-toggler {
    margin: auto;
  }

  .cardm {
    margin-top: 40px;
    z-index: 2;
  }
}

.logom {
  height: 50px;
}
.course-card {
  background-color: #1a77d1;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.course-card::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 90px;
  height: 90px;
  background: url("../img/bbcp-logo.png") no-repeat center center;
  background-size: contain;
  opacity: 0.1;
  pointer-events: none;
}

.course-card:hover {
  box-shadow: 0px 8px 20px rgba(26, 118, 209, 1) !important;
  transform: translateY(-4px);
}
.calendar-card {
  display: flex;
  align-items: center;
  background: #e7eaec;
  border: 2px solid #e4e4e4;
  padding: 43px 10px;
  margin-bottom: 10px;
  border-radius: 10px;

  border-left: 10px solid #eb092fff;
}

.calendar-details {
  flex: 1;
}

.calendar-details .desc {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2px;
}

.calendar-details .date {
  font-size: 22px;
  color: rgb(0, 0, 0);
}

.gallery-img {
  width: 100%;
  height: 220px;
  background-color: #f5f5f5;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* .gallery-img:hover {
  transform: scale(1.05);
} */

.gallery-caption1 {
  font-size: 16px;
  background: #e7eaec;
  color: black;
}

.gallery-caption {
  text-align: center;
  font-size: 16px;
 background-color: #4b3fa6 !important;
  color: black;
}

.bck {
  background-color: #e7eaec !important;
  border-radius: 10px !important;
}

.btn-custom {
  width: 100%;
  padding: 6px;
  font-weight: 600;
  border-radius: 0 !important;
}

.view-all {
  float: right;
  font-size: 18px;
  color: #3674b5;
  text-decoration: none;
}

.section-titlex {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 40px 0 30px;
}

.section-title {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.section-title strong {
  font-weight: 600;
}
.thought {
  background: linear-gradient(to left, #396afc, #2948ff);
  color: #fff;
  padding: 8px 15px;
  font-weight: bold;
}

.school-section {
  background: #f9f9f9;
  padding: 20px;
}

.school-section img {
  width: 100%;
  border-radius: 6px;
}

.accreditation-card {
  border: none;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  background: #fff;
  height: 100%;
}

.accreditation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.accreditation-card img {
  max-height: 80px;
  margin-bottom: 15px;
  object-fit: contain;
}

.btn-custom {
  background: linear-gradient(to left, #396afc, #2948ff);
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 8px 20px;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #ff4c4c;
  color: #fff;
}
.stats-section {
  background: url("../img/bg.webp") no-repeat center center/cover;
  position: relative;
  padding: 15px 0;
  color: #fff;
}

.stats-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82, 153, 230, 0.85);
  z-index: 1;
}

.stats-content {
  position: relative;
  z-index: 2;
}

.stats-box {
  text-align: center;
}

.stats-icon {
  font-size: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 15px;
  display: inline-block;
}

.stats-number {
  font-size: 32px;
  font-weight: 700;
}

.stats-label {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}



.placements-section {
  padding: 60px 0;
}

.placements-card {
  background: #3d2b8c;
  background: linear-gradient(to left, #396afc, #2948ff);
  color: #fff;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

.placements-card::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 0;
}

.placements-card h5 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.placements-card h3 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.placements-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.btn-placements {
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 20px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
  border: none;
}

.btn-placements:hover {
  background: linear-gradient(to left, #56ccf2, #2f80ed);
  color: #fff;
}

.placement-stats {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.placement-stats h4 {
  color: #ffd633;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.placement-stats p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .placements-card {
    margin-top: 20px;
    padding: 30px 20px;
  }

  .placements-card h2 {
    font-size: 28px;
  }

  .placement-stats h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .placement-stats .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.calendar-card1 {
  display: flex;
  align-items: center;
  background: #fafafa;
  border: 1px solid #e4e4e4;
  padding: 10px 10px;
  margin-bottom: 10px;
  border-left: 5px solid #3674b5;
}

.calendar-date1 {
  font-size: 30px;
  font-weight: 500;
  color: #3674b5;
  text-align: center;

  padding-right: 15px;
  margin-right: 15px;
  min-width: 60px;
}

.calendar-date1 small {
  font-size: 14px;
  color: #666;
}

.calendar-details1 {
  flex: 1;
}

.calendar-details1 .desc1 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2px;
}

.calendar-details1 .date1 {
  font-size: 12px;
  color: #888;
}

.circle-container {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.circle-btn {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .circle-btn {
    width: 50px;
    height: 50px;
    font-size: 8px;
  }
  .circle-container {
    gap: 5px;
  }
}
.circle-btn.active {
  background: #ac0c12;
  color: #ffffffff;
  transform: scale(1.1);
}

.object-fit-cover {
  object-fit: cover;
}
* {
  text-decoration: none !important;
}

#button-addon1 {
  color: #ffffffff;
}

i {
  color: #ffffffff;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #ffffffff;
  font-style: italic;
}

.form-control.shadow-0:focus {
  box-shadow: none;
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1000;
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#ftco-loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

textarea::placeholder {
  color: #6c757d !important;
  opacity: 1;
}
.banner {
  position: relative;
  background: url("../img/banner-bg.webp") center/cover no-repeat;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: yellow;
  background-color: rgba(27, 103, 218, 0.7); 
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: yellow;
  content: var(--bs-breadcrumb-divider, "/");
}
.banner-content {
  position: relative;
  color: white;
  z-index: 1;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  text-decoration: none;
  color: white;
}

.breadcrumb-item.active {
  color: #ffd700; /* yellow for active page */
}
.section-header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Main and sub buttons */
.section-header .sub-heading {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin: 10px 0;
  width: 50%;
}
.section-header .sub-heading1 {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin: 10px 0;
  width: 30%;
}
.section-header .sub-heading {
  background: #ac0c38;
}

.section-header .sub-heading1 {
  background: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
}

.section-header .sub-heading1:hover {
  background: linear-gradient(to right, #64b2cd 0%, #3c70a4 100%);
  transform: translateY(-2px);
}

/* Responsive buttons */
@media (max-width: 768px) {
  .section-header .sub-heading,
  .section-header .sub-heading1 {
    width: 80%;
    font-size: 1rem;
    padding: 10px 20px;
  }
}

.box {
  border-radius: 150px;
  background: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
  position: relative;
  overflow: hidden;
  color: white;
  text-align: center;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
  padding: 30px;
}

.box:hover {
  transform: translateY(-5px);
}

.image-wrapper {
  position: relative;
  max-width: 210px;
  max-height: 210px;
  margin: 0 auto 15px;
  overflow: hidden;
  border-radius: 50%;
  padding: 15px;
  transition: all 0.5s ease;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: all 500ms ease;
}

.box-desc {
  position: relative;
  z-index: 1;
}

/* Make 2 per row on mobile */
@media (max-width: 767.98px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .box {
    border-radius: 60px;
    padding: 25px;
  }

  .image-wrapper {
    max-width: 150px;
    max-height: 150px;
    padding: 10px;
  }

  .box-desc h5 {
    font-size: 1rem;
  }

  .box-desc p {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .box {
    border-radius: 30px;
    padding: 20px;
  }

  .image-wrapper {
    max-width: 120px;
    max-height: 120px;
    padding: 8px;
  }

  .box-desc h5 {
    font-size: 0.95rem;
  }

  .box-desc p {
    font-size: 0.85rem;
  }
}

.sidebar {
  background-color: #f4f4f4;
  min-height: auto;
  border-right: 1px solid #ddd;
}

.sidebar .nav-link {
  color: #333;
  font-weight: bold;
  padding: 10px 15px;
}

.sidebar .nav-link:hover {
  background-color: #e2e2e2;
  border-radius: 5px;
}

.sidebar .active {
  background-color: #a71930;
  color: #fff !important;
  font-weight: 600;
}

.main-content {
  background-color: #eaf2f9;
  padding: 40px;
}

.title-divider {
  border-top: 1px solid #d4a5c0;
  margin: 10px 0 20px;
  position: relative;
}

.title-divider::after {
  content: "❦";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #eaf2f9;
  padding: 0 10px;
  color: #d39ab3;
  font-size: 20px;
}

h2 {
  font-weight: 600;
  color: #333;
}





.container-fluid {
  height: auto;
  overflow: hidden;
  /* prevent body scrolling */
}

.sidebar {
  background-color: #f4f4f4;
  height: auto;
  overflow-y: auto;
  /* Sidebar scrolls if it’s long */
  border-right: 1px solid #ddd;
}

.main-content {
  background-color: #eaf2f9;
  height: auto;
  overflow-y: auto;
  /* ✅ enables scrolling in main section */
  padding: 40px;
}

/* Optional: smooth scrolling */
.main-content::-webkit-scrollbar {
  width: 8px;
}

.main-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.library-section {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}

.library-section img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.info-box {
  background-color: #007bff;
  color: white;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

.info-box table {
  width: 100%;
  color: white;
}

.info-box td {
  padding: 5px 10px;
}

.info-box td:first-child {
  font-weight: 600;
}



.navmenu.active {
  background-color: rgb(24, 71, 224) !important;
  color: #fff !important;
  border-radius: 5px;
}

.navmenu.active i {
  color: #fff !important;
}

.navmenu[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.navmenu .fa-chevron-down {
  transition: transform 0.3s;
}
.library-section {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 40px auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.owl-carousel .item img {
  max-width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
  min-height: 200px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.info-box {
  background-color: #007bff;
  color: white;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.info-box table {
  width: 100%;
  color: white;
}

.info-box td {
  padding: 5px 10px;
}

.info-box td:first-child {
  font-weight: 600;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: none;
}
