.top-bar {
  background-color: rgb(2, 7, 85);
  padding: 4px 0;
  font-size: 0.9rem;
}

.top-bar-2 {
  margin-right: 5px;
}

.top-bar a {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  font-weight: 500;
}

.top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-btn {
  color: black !important;
  border: 1px solid #0d0d0e;
  padding: 2px 8px !important;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  background: #facc01;
  margin-left: 10px;
}
.top-btn:hover{
  background: #facc01 !important;
  color: black !important;
  border: 1px solid #0d0d0e !important;
}

.login-nav {
  width: 185px;
  height: 37px;
  border: 1px solid black;
  border-radius: 26px;
  align-items: center;
  text-align: center;
  padding: 6px 0px !important;
  font-size: 14px !important;
  background: #facc01;
}

.nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.navbar {
  height: 70px;
  top: 45.5px;
  transition: top 0.3s ease-in-out; /* Smooth transition */
  border-bottom: 1px solid #ebebeb;
}
.navbar.xyz{
  top:0px;
}


.carousel-item img {
  width: 100%;

}
.carousel-inner{
  margin-top: 70px;
}



.text-dark-purple {
  color: #1E1B3B;
}

.bg-dark-purple {
  background-color: #1E1B3B;
}

.text-gold {
  color: #FFB800;
}

.about-card {
  width: 190px;
  align-items: center;
  text-align: center;
  font-size: 13px;
  gap: 20px;
}

.text-muted {
  font-size: 15px;
  font-weight: 500;
}

.form {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}




.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none; 
}


.popup-content {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


.success-icon {
  font-size: 50px;
  color: rgb(255, 176, 5);
  margin-bottom: 10px;
}


.carousel-control-next{
  width:4.8%;
  height: 100%;
  background-color: transparent;
}
.carousel-control-prev{
  width:6.1%;
  height: 100%;
  background-color: transparent;
}
.submit-btn:hover {
  background-color: #ffffff;
  color: #1E1B3B !important;
  border: 1px solid #1E1B3B!important;
  
}
/* course css */


.card {
  border-radius: 10px;
}


.card-img-top {
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-img-overlay-custom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.overlay-primary {
  bottom: 1px;
  left: 0;
  background: #1e1b3a;
  color: white;
  padding: 5px 12px;
  font-weight: 700;
  font-size: 16px;
  width: 40%;
  text-align: center;
}

.overlay-yellow {
  bottom: 0px;
  left: 32%;
  background: #ffc107;
  color: black;
  padding: 7px 8px;
  font-weight: 700;
  font-size: 14px;
  width: 72%;
}

.overlay-yellow-3 {
  width: 100% !important;
  line-height: 15px !important;
  padding: 4px 12px !important;
}

.lateral {
  line-height: 13px;
  padding: 5px 12px;
}

.btn-warning {
  padding: 4px 10px;
  font-size: 12px;
}

.card-body {
  padding: 14px;
}

.Eligibility {
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #1E1B3B;
}

.Eligibility .bi {
  font-size: 20px;
  color: #1E1B3B;
}

.Duration {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #1E1B3B;
}

.text-muted-2 {
  font-size: 13px;
  font-weight: 500;
  color: #272729;
}

/* Explore Compus */
.Explore {
  font-size: 30px!important;
  font-weight: 700!important;
  color: #100952  !important;
  display: flex;
  justify-content: center!important;
}

.Explore-2 {
  font-size: 16px;
  font-weight: 500;
  color: #1E1B3B;
  width: 75%;

}

.card-2 {
  background-color: #eafde3;

  border: 1px solid #233035;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border-radius: 30px !important;
}

.card-2:hover {
  transform: translateY(-5px);
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1d184b;

}

.card-text {
  font-size: 14px;
  font-weight: 500;
  color: #13131a;
  margin-top: 10px;
}

.underline {
  width: 64px;
  height: 4px;
  background-color: #facc15;
  border-radius: 2px;
}

.description {
  max-width: 480px;
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon-img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.notification-dot {
  width: 6px;
  height: 6px;
  background-color: #dc2626;
  /* Red */
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 16px;
}

/* Frequently Asked Questions start ------------------------------------------------------------------------------------- */

.frequently-question {
  padding: 30px 0;
  scroll-margin-top: 80px;
}

.first-container h3 {
  color: #150041;
  font-weight: bold;
  font-size: 36px;
  display: flex;
  justify-content: center;
}

.sec-container {
  padding: 10px 80px;
}

.sec-container .card {
  width: 100%;
  border: none;
  border-radius: 0px;
  border-bottom: 1.5px solid var(--secondary-color);
  margin-bottom: 2px;
}

.frequently-question .sec-container .card .card-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e77102;
  border-radius: 0;
  padding: 0px;

}

.frequently-question .sec-container .card .card-header a {
  display: block;
  color: #5a5a5a;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 25px;
}

.frequently-question .sec-container .card .card-header:active a,
.frequently-question .sec-container .card .card-header a:active,
.frequently-question .sec-container .card .card-header a:focus {
  border: transparent;
}

.frequently-question .sec-container .card .card-body {
  padding: 10px 76px;
  font-weight: 600;
  font-size: 14px;
  color: #150041e8;
}

.frequently-question .sec-container .collapsible-link {
  position: relative;
}

.frequently-question .sec-container .collapsible-link::before {
  content: "";
  width: 14px;
  height: 3px;
  background: #150041;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  display: block;
  transition: all 0.3s;
}

.frequently-question .sec-container .collapsible-link::after {
  content: "";
  width: 3px;
  height: 14px;
  background: #150041;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(0rem + 6px);
  display: block;
  transition: all 0.3s;
}

.frequently-question .sec-container .collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.frequently-question .sec-container .collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.frequently-question .third-container .btn {
  margin-top: 20px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 22px;
  background: #150041;
  border-radius: 25px;
}



.card-body-2 {
  margin-left: -50px;
}

/*Responsive Media query  css */

@media screen and (max-width: 412px) {
  .frequently-question {
    margin-top: 95%;
  }
}

@media (min-width: 375px) {
  .first-container h3 {
    color: #150041;
    font-weight: bold;
    font-size: 36px;
  }
}

@media (min-width: 320px) {
  .frequently-question {
    margin-top: -50px;
  }
}



/* what people why start */

.people {
  background-color: #eeecfc;
}

.people-card {
  /* border: 1px solid #9c9c9c; */
  border-radius: 2px !important;
}

.top-card {
  margin-left: 40px;
  background-color: #080049 !important;
}

.top-card i {
  font-size: 35px;
  color: white;

}

.text-warning {
  margin-top: -10px;
}

.text-warning .bi {
  font-size: 13px;
  color: #ffc107;

}

.circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.circle-left {
  left: 0;
  transform: translate(-50%, -50%);
}

.circle-right {
  right: 0;
  transform: translate(50%, -50%);
}

.section-title {
  font-weight: 800;
  font-size: 42px;
  color: #1e1e3f;
}

.subtitle {
  font-weight: 600;
  font-size: 20px;
  color: #ffc107;
  position: relative;
  display: inline-block;
}

.subtitle::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50%;
  width: 6rem;
  height: 2px;
  background-color: #1e1e3f;
  transform: translateX(-50%);
}


.subtitle::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 2.75rem;
  height: 6px;
  background-color: #ffc107;
  transform: translateX(-50%);
}

.Explore-2 {
  font-weight: 600;
  font-size: 20px;
  color: #ffc107;
  position: relative;
  display: flex;
  
}

.Explore-2::before {
  content: "";
  position: absolute;
  top: -11px;
  bottom: 0;
  left: 50%;
  width:24rem;
  height: 2px;
  background-color: #16165f;
  transform: translateX(-50%);
 
}

.Explore-2::after {
  content: "";
  position: absolute;
  bottom: 67px;
  left: 50%;
  width: 7.75rem;
  height: 6px;
  background-color: #ffc107;
  transform: translateX(-50%);
}

.course{
 display: flex;
 justify-content: center;
 color: #09093b;
 font-weight: bold;
 font-size: 30px;
 margin-bottom: 22px;
}

.course::before {
  content: "";
  position: absolute;
  top: 96px;
  bottom: 0;
  left: 50%;
  width: 13rem;
  height: 2px;
  background-color: #16165f;
  transform: translateX(-50%);
}

.course::after {
  content: "";
  position: absolute;
  top: 94px;
  left: 50%;
  width: 3.75rem;
  height: 5px;
  background-color: #ffc107;
  transform: translateX(-50%);
}
/* what people why end */


/* our recruiters start */

.carousel-wrapper-2 {
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
}



.carousel-wrapper {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  animation: carousel-animation 25s linear infinite;
}

.carousel-wrapper:hover .carousel-track {
  animation-play-state: paused;
}

.our-card img {
  width: 170px;
  height: auto;
}

@keyframes carousel-animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


/* our recruiters end*/

/* Main Footer section start ---------------------------------------------------------------------------------------------------------------- */

.footer {
  background: #150041;
  padding: 30px 0;
  color: white;
}

.footer .box h5 {
  font-size: 30px;
  font-weight: bold;
  font-family: math;
}

.footer .box h6 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin: 16px 0 25px;
  border-bottom: 1px solid white;
  color: white;
  padding-bottom: 10px;
}

.footer .box .btn {
  color: #150041;
  background: var(--secondary-color);
  font-size: 22px;
  font-weight: bold;
  font-family: math;
  padding: 4px 20px;
  border-radius: 20px;
}

.footer .box .btn a {
  color: #150041;
  text-decoration: none;
}

.footer .footer-logo {
  text-align: center;
}

.footer .footer-logo img {
  width: 198px;
  height: 122px;
  margin-left: -20px;
}

.footer .footer-icon {
  display: flex;
  margin-top: 15px;

}

#footer-icon-1 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-icon ul {
  margin-top: 29px;
  padding-left: 0px;

}


.footer .footer-icon ul li {
  display: inline;
}

.footer .footer-icon ul li i {
  color: rgb(8, 8, 8);
  background: #ffda00;
  padding: 6px 8px;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 18px;

}

.usefull-links-3 ul li {
  margin-bottom: 8px;
}

.usefull-links ul li {
  color: #ffda00;
  font-size: 20px;
}

.usefull-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 10px;
  margin-left: -10px;
}

.usefull-links-1 {
  margin-top: -8px;
}

.usefull-links-2 {
  margin-top: 76px;
}

.get-touch {
  padding-left: 0px;
}

.get-touch li {
  list-style: none;
}

.get-touch li a {
  display: flex;
  gap: 10px;
}
.copyright-2{
  margin-left: -28px;
}
.get-touch li a i {
  margin-top: 3px;
  padding: 8px 4px;
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  display: grid;
  place-content: center;
  background-color: #ffda00;
  color: black;

}


.footer .box p {
  font-size: 14px;
  font-weight: 400;
}

.footer .box p>i {
  font-size: 14px;
  color: white;
  background: #ffda00;
  padding: 3px 5px;
  border-radius: 5px;
}

.footer .box .footer-link a {
  text-decoration: none;
  color: white;
}

.sec-bottom .footer-link {
  background-color: #ffda00;
  margin-top: -20px;
}

.sec-bottom .footer-link p {
  position: relative;
  text-align: center;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0;
}


.sec-bottom .footer-link .breadcrumb a {
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
.footer .footer-icon{
  display: flex;
  margin-top: 5px;
}
.sec-bottom .breadcrumb{
  display: flex;
  justify-content: end;
}
.sec-bottom .copyright{
 display: flex;
 justify-content: left;
}


@media (max-width: 320px) {
  .footer .box .footer-link li {
    float: left;
    width: 50%;
    line-height: 2.2;
    font-size: 14px;
    font-weight: 600;
    margin-left: 0px;
  }
}

/* Main Footer end -------------------------------------------------------------------------------------------------------------------- */