/* Banner */
body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
.banner-image {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #fafafa 0,
    rgba(21, 11, 151, 0.733) 42%,
    #ededed 100%
  );
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Typography */
h1 span,
.highlight-title span {
  color: #d60000;
}
.text-wisdom {
  color: #15179b;
}
.text-blue {
  color: #212ff3;
}

/*Banner Bottom*/
.banner-bottom{
    background-color: #ccbfff;
    height: auto;
    padding: 30px 0px;
}


/* Grid and Cards */
.grid-container,
.course-section .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.card,
.course-section .card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.card h2 {
  color: #000;
  margin-bottom: 10px;
}
.card p {
  margin: 5px 0;
}
.card .button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #d60000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}
.card .button:hover {
  background-color: #b80000;
}

/* Highlights */
.highlight-title {
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
}
.highlights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.highlight-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.highlight-item i {
  font-size: 30px;
  color: #d60000;
  margin-bottom: 15px;
}
.highlight-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.highlight-item p {
  color: #666;
}

.bg-dark-blue {
  background-color: #022d5c;
}

.hero-banner .bg-dark-blue {
  margin-top: 200px;
  border-radius: 20px;
  background-color: #022d5c;
}

/* Modal */
.modal-content {
  background-color: #003087;
  color: #fff;
  border-radius: 20px;
}
.modal-header {
  border-bottom: none;
  justify-content: flex-end;
}
.modal-title {
  margin: 0 auto;
  font-weight: 700;
}
.btn-close-custom {
  background-color: #ff0;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 1;
  font-weight: 700;
}
.form-control {
  border-radius: 12px;
  margin-bottom: 15px;
}
.btn-submit,
.btn-submit:hover {
  background-color: #fc0;
  color: #000;
  border-radius: 20px;
  padding: 5px 20px;
}

/* Sections */
.bba-section .button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #d60000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}
.admission-section p:first-child {
  color: #f36c21;
}
.admission-section > .row > div > .p-3 > p + p {
  margin-bottom: 0.25rem;
}

/* Job Roles */
.job-roles-section > .row > div {
  font-weight: 600;
  color: #001f4d;
  padding: 10px 0;
  font-size: 1rem;
}
.job-roles-section .icon {
  font-size: 1em;
  margin-right: 6px;
  vertical-align: middle;
}

/* Benefits */
.benefits-section > .row > div > .bg-light > .icon {
  display: inline-block;
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* Apply Section */
.apply-section {
  background: linear-gradient(to bottom right, #97a4cf, #022d5c);
  color: #fff;
  padding: 3rem 0;
}
.apply-section h2 {
  font-weight: 700;
  color: #fff;
}
.apply-section h2 em {
  font-style: italic;
}
.apply-section p {
  margin-top: 1rem;
  color: #fff;
}
.apply-section .form-box {
  background: #fff;
  border-radius: 0.375rem;
  padding: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.apply-section input::placeholder,
.apply-section select {
  font-size: 0.95rem;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  background-color: #f8f9fa;
}
.form-check label {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #666;
}
.apply-section button {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.6rem 1.25rem;
}
.apply-btn {
  background-color: #212ff3;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}
.apply-btn:hover {
  background-color: #0915b9;
}

/* Course Section */
.course-section {
  background-image: url("./bg-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  position: relative;
  z-index: 1;
}
.course-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 2, 77, 0.733);
  z-index: -1;
}

/* Navbar */
.navbar {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.nav-link:hover,
.dropdown-item:hover {
  color: #0d6efd !important;
}
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
  pointer-events: none;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .banner-section {
    flex-direction: column;
    text-align: center;
  }
  .banner-image {
    margin-top: 20px;
    width: 350px;
    height: 350px;
    background: linear-gradient(
      90deg,
      #fafafa 0,
      rgba(34, 6, 133, 0.733) 80%,
      #ededed 100%
    );
  }
  .hero-banner {
    background-size: cover !important;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
  .hero-banner .bg-dark-blue{
    margin-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu,
  .dropdown:hover .dropdown-menu {
    transform: none;
  }
  .dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
  }
}

/* Floating Buttons */
.float,
.float-call {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 8px;
  border-radius: 50px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.float {
  bottom: 18px;
  background-color: #25d366;
}
.float-call {
  bottom: 90px;
  background-color: #00f;
}
.my-float {
  margin-top: 13px;
  margin-left: 5px;
  font-size: 40px;
}


 .carousel-container {
          
                max-width: 1400px;
            margin: 0 auto;
        }

        .carousel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
          
        }

        .carousel-header h2 {
            margin: 0;
            color: #333;
            font-weight: 700;
        }

        .carousel-controls {
            display: flex;
            gap: 10px;
        }

        .carousel-controls button {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            border: none;
            background: #667eea;
            color: white;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .carousel-controls button:hover:not(:disabled) {
            background: #764ba2;
            transform: scale(1.1);
        }

        .carousel-controls button:disabled {
            background: #ccc;
            cursor: not-allowed;
            opacity: 0.5;
        }

        .carousel-wrapper {
            overflow: hidden;
            position: relative;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.4s ease-in-out;
            gap: 20px;
        }

        .card {
            min-width: calc((100% - 100px) / 6);
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .card-img-top {
            height: 180px;
            object-fit: cover;
        }

        .card-body {
            padding: 20px;
        }

        .card-title {
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .card-text {
            color: #666;
            font-size: 14px;
        }

        .card-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #667eea;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }

        @media (max-width: 1200px) {
            .card {
                min-width: calc((100% - 80px) / 5);
            }
        }

        @media (max-width: 992px) {
            .card {
                min-width: calc((100% - 60px) / 4);
            }
        }

        @media (max-width: 768px) {
            .card {
                min-width: calc((100% - 40px) / 3);
            }
        }

        @media (max-width: 576px) {
            .card {
                min-width: calc((100% - 20px) / 2);
            }
        }