* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.top-header span,
a {
  color: navy;
  text-decoration: none;
}

.bi {
  color: yellowgreen;
}

nav {
  background-color: rgb(5 81 172 / var(--tw-bg-opacity, 1));
  display: flex;
  justify-content: center;
  align-items: center;
}
nav img {
  width: 80px;
  margin-left: 70px;
}

.navbar-collapse {
  justify-content: center;
}
.navber-nav {
  font-size: 15px;
  font-weight: 100px;
}
.nav-item {
  margin-right: 10px;
}

.nav-link {
  color: white !important;
}

.nav-item a:hover {
  /* text-shadow: 0 0 5px greenyellow; */
  border-top: 2px solid greenyellow;
  transition: all 0.2s ease-out;
  border-radius: 8px;

  transform: translateY(-2px) scale(1.03);

  background-color: rgba(23, 97, 255, 0.763);
  box-shadow: 0 0 25px rgba(124, 92, 255, 0.6),
    0 0 50px rgba(250, 255, 92, 0.35), 0 0 80px rgba(124, 92, 255, 0.2);
  border-color: rgba(222, 255, 92, 0.986);
}

.slider {
  position: relative;
}

.slider-content {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: white;
  z-index: 10;
}

.slider-content h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.search-box {
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0px 6px;
  width: 420px;
}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 16px;
}

.search-box button {
  background: #005bbb;
  border: none;
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .slider-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .slider-content h2 {
    font-size: 26px;
  }

  .search-box {
    width: 90%;
    margin: auto;
  }
}

.slider img {
  width: 100%;
  height: 90vh; /* Desktop height */
  object-fit: cover; /* Image zoom without stretch */
}

@media (max-width: 768px) {
  .slider img {
    height: 50vh; /* Mobile height */
  }
}

@media (max-width: 480px) {
  .slider img {
    height: 40vh; /* Small phone height */
  }
}

.paraghrap {
  color: rgb(108 193 24 / var(--tw-text-opacity, 1));
}

.courses {
  background-color: rgb(238, 235, 235);
  display: flex;
}

.section-item {
  background-color: #fff;
  border-radius: 8px;
  border: dotted 1px gray;
  margin-top: 34px;
}

.section-header p,
span {
  color: rgb(60, 207, 60);
}
.radio {
  width: 100%;
  height: 35px;

  justify-content: center;
  align-items: center;
  display: flex;
}

.card-5:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid greenyellow;
  background-color: aliceblue;
  transition: all 0.4s;
}

.card-title {
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-text {
  font-size: 12px;
  text-transform: capitalize;
  color: #545863;
}

.card-button {
  background-color: #f1eeee;

  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  width: 100%;
}

.card-button span {
  color: rgb(5 81 172 / var(--tw-bg-opacity, 1));

  font-weight: bold;
}

.card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid greenyellow;
  background-color: aliceblue;
  cursor: pointer;
  transition: 0.3s;
  scale: 1.05;
}

.about-bitm {
  background-color: #ddead5;
  padding-bottom: 20px;
}
.left-part p {
  text-align: justify;
  text-transform: capitalize;
  line-height: normal;
  font-weight: 500;
}
.left-part button {
  margin-left: 38%;
  font-size: 12px;
}

.right-side img {
  transition: 0.3s;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.right-side img:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  scale: 1.04;
  border-top: 3px solid greenyellow;
}

.card-4 {
  display: flex;
  gap: 10px;
  padding: 8px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #4c4e4a21;
  align-items: center;
  height: 108px;
  border-right: 5px solid green;
  justify-content: center;
  box-shadow: 5px 5px 5px gray;
}

.card-4-icone span {
  width: 60px;
  height: 60px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 155, 235, 0.15);
  font-size: 30px;
  color: orange;
  border-radius: 50%;
}

.card-4-content p {
  margin: 0;
  opacity: 0.5;
}

.card-4:hover {
  cursor: pointer;
  transition: 0.5s;
  scale: 1.05;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);

  border-left: 5px solid green;
  border-right: none;
  color: rgb(11, 13, 13);
  transform: translateY(-12px) scale(1.03);
}

.card-4-icone span:hover {
  color: #000;
  background-color: #353535;
}

.partner-card {
  border: 1px solid #dfe6e9;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #fff;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.partner-card img {
  max-width: 120px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.carousel-inner {
  overflow: hidden; /* overflow problem fixed */
}

/* Carousel item spacing fix */
.carousel-item .row > div {
  display: flex;
  justify-content: center;
}

.partner-card:hover {
  scale: 1;
  box-shadow: 5px 5px 5px grey;
  border-left: 2px solid greenyellow;
  border-top: 2px solid greenyellow;
}

.footer-bottom {
  background-color: #0551ac;
}
.footer-logo a i {
  color: ghostwhite;
  font-size: 15px;

  padding: 5px;
}

.footer-link a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 2;
}

.footer-bottom h4 {
  color: white;
}
.footer-logo a i:hover {
  background-color: #ffffff;
  color: black;
  transition: 0.5s;
  border-radius: 20px;
  box-shadow: 0 0 10px yellowgreen;
}
.footer-link a:hover {
  opacity: 0.5;
  color: yellowgreen;
}

.card {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

header .bi {
  color: #3ccf3c;
  font-size: 18px;
}

.card i {
  font-size: 15px;
  margin-right: 5px;
}

.top-header {
  background: #f8f9fa;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.no-break {
  white-space: nowrap;
}
.top-info {
  font-size: 15px;
  color: #008b39;
  font-weight: 500;
}
.top-icon {
  color: #008b39;
}

.header-text {
  cursor: pointer;
}

.card-5 {
  display: inline-flex;
  height: auto;
  padding: 7px;
  margin-bottom: 0px;
  border-radius: 10px;
  background-color: #4c4e4a21;
  align-items: center;
  /* height: 108px; */
  border-right: 3px solid yellowgreen;
  justify-content: center;
  box-shadow: 5px 5px 5px gray;
  width: 100%;
  gap: 8px;
  cursor: pointer;
}

.card-5-icone span {
  width: 43px;
  height: 43px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(94, 155, 235, 0.15);
  font-size: 25px;

  border-radius: 50%;
  text-align: start;
}
.card-5-content p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  text-align: start;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  color: navy;
}

/* Hover dropdown open */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

/* Smooth fade effect */
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: translateY(10px);
}

.nav-item.dropdown:hover .dropdown-menu {
  transform: translateY(0);
}

.about-us img {
  width: 45%;
}

.top-heading {
  background-image: url(/imgs/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top-section{
    text-align: center;
    font-weight: 600;
    font-size: 25px;
}

.career-heading{
    text-align: center;
    margin-top: 20px;
    
    align-items: center;
    justify-content: center;
}

.career-heading span{
    color: #000;
}
.career .container{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.career-heading h2{
    color: navy;
}

.career-inner{
    text-transform: capitalize;
    text-align: justify;
    font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  
  line-height: 1.6;


}