/* styles.css */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: 0 auto;
}

header {
  background-color: #2a3d6e;
  padding: 20px 0;
  color: white;
}

header .logo {
  font-size: 24px;
  font-weight: bold;
}

nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

nav ul li {
  display: inline;
  margin-left: 20px;
}

nav ul li a {
  color: white;
  text-decoration: none;
}

nav ul li .login-btn {
  background-color: #f58634;
  padding: 10px 20px;
  border-radius: 5px;
}

/* .intro {
  background-color: #f4f4f4;
  padding: 50px 0;
  text-align: center;
} */

.intro h1 {
  font-size: 50px;
  color: #000;
  font-family: cursive;
}

button {
  padding: 10px 50px;
  background-color: #2a3d6e;
  color: white;
  border: none;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-family: jost;
  text-transform: uppercase;
}

button:hover {
  background-color: #f58634;
}

.videos {
  padding: 50px 0;
  background-color: #fff;
}

.video-card {
  display: inline-block;
  margin: 20px 1%;
  padding: 20px;
  background-color: #eee;
  text-align: center;
}

footer {
  background-color: #2a3d6e;
  color: white;
  padding: 20px 0;
}

footer .accreditation ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

footer .accreditation ul li {
  margin: 0 15px;
}

footer .contact-info {
  text-align: center;
}
.intro {
  background: url('../images/banner.jpg') no-repeat center center;
  padding: 100px 0;
  text-align: center;
  background-size: cover;

}
.intro h1 b {
    color: #2a3d6e;
}
p {
    font-size: 15px;
    font-family: jost;
}
.streams {
    padding-top: 20px;
    padding-bottom: 21px;
}

    .home_bg {
        padding: 50px 0;
        background: #f8f9fa;
        border-radius: 10px;
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .section-title {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 35px;
        color: #111;
        position: relative;
        display: inline-block;
    }

    .section-title::after {
        content: "";
        width: 60px;
        height: 4px;
        background: #007bff;
        display: block;
        margin: 8px auto 0;
        border-radius: 5px;
    }

    .career-card {
        padding: 25px 15px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        transition: 0.3s;
        height: 100%;
    }

    .career-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

    .career-card i {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .career-card p {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #333;
    }
    h2.section-title {
    padding-bottom: 0px  !important;
    margin-bottom: 0px !important;
}
section.section-box.national_exam {
    margin-top: 50px;
    margin-bottom: 50px;
}
.navbar .nav-link {
    color: #333;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #0d6efd;
}

.navbar-brand {
    letter-spacing: 1px;
}

header {
    z-index: 1050;
}
.sticky-top img {
    position: relative;
    width: 60% !important;
   
}
.sticky-top.right {
    float: right;
}
.sticky-top.left {
    float: right;
}
.container.login_page {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #dfd8d8;
    padding: 20px;
    background: #e9e9e924;
}

