header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(5px);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

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

ul {
  display: flex;
  align-items: center;
  gap: 42px;
}

a {
  color: #636060;
  font-size: 17px;
  font-weight: 400;
  font-family: "BPG Arial Caps", sans-serif;
}

img {
  width: 120px;
  height: 120px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

img:hover {
  opacity: 0.8;
}

.active {
  color: #4e6fae;
}

nav ul li a {
  display: inline-block;
  color: #2c3e50;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

nav ul li a:hover {
  color: #00a3e0;
  transform: scale(1.1);
}

nav ul li a.active {
  color: #00a3e0;
}

.flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }

  nav ul {
    gap: 15px;
    padding: 10px 0;
  }

  img {
    width: 120px;
    height: auto;
  }
}

html,
body {
  height: 100%;
  margin: 0;
  padding-top: 80px;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

.main-footer {
  background-color: #2c3e50;
  width: 100%;
  padding: 60px 0;
}

.main-footer {
  background-color: #2c3e50;
  color: white;
  padding: 50px 0;
  font-family: "bpg-arial-caps", sans-serif;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-col {
  flex: 1;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "BPG Glaho WEB", sans-serif;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 5px;
  font-family: "BPG Glaho WEB", sans-serif;
}

.footer-col .phone {
  margin-top: 15px;
  font-weight: bold;
}

.footer-col .email {
  color: #00d2ff;
  text-decoration: none;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
}

.footer-links li a:hover {
  color: #00d2ff;
  padding-left: 5px;
}

@media (max-width: 600px) {
  .footer-grid {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .social-icons {
    justify-content: center;
  }
}

.page-title {
  font-family: "bpg-arial-caps", sans-serif;
  color: #2c3e50;
  font-size: 32px;
  margin-bottom: 50px;
  font-family: "BPG Arial Caps", sans-serif;
}

.unique-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
}

.unique-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 0;
}

.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-body h3 {
  font-family: "bpg-arial-caps", sans-serif;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-family: "BPG Ingiri", sans-serif;
}

.card-body p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  flex-grow: 1;
  font-family: "BPG Ingiri", sans-serif;
}

.read-more {
  color: #00a3e0;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.2s;
  font-family: "BPG Arial Caps", sans-serif;
}

.read-more:hover {
  color: #00a4e096;
  text-decoration: underline;
}

.row > div {
  margin-bottom: 40px;
}

.social-icons {
  margin-top: 15px;
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #00d2ff;
  font-size: 22px;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: white;
  transform: scale(1.1);
}

.online-info h2 {
  color: #2c3e50;
  font-family: "BPG Ingiri", sans-serif;
}

.online-info .border {
  transition: all 0.3s ease;
}

.online-info .border:hover {
  background-color: #f0faff;
  border-color: #00acee !important;
}

.social-links-large a {
  color: #2c3e50;
  transition: 0.3s;
}

.social-links-large a:hover {
  color: #00bf63;
  transform: scale(1.2);
}

.text-info {
  color: #2c3e50 !important;
}

p {
  font-family: "BPG Ingiri", sans-serif;
  line-height: 20px;
}

h5 {
  font-family: "BPG Ingiri", sans-serif;
}

p {
  font-family: "BPG Ingiri", sans-serif;
}

strong {
  font-family: "BPG Ingiri", sans-serif;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}

.breadcrumb-item a {
  color: #00acee;
  text-decoration: none;
}

.course-description {
  line-height: 1.8;
  color: #444;
  font-family: "BPG Ingiri", sans-serif;
}

.course-description h3,
.course-description h4 {
  color: #67509e;
  font-family: "BPG Ingiri", sans-serif;
  margin-top: 20px;
  font-style: italic;
  font-weight: bolder;
}

.teacher-card img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.teacher-card h4 {
  font-family: "BPG Ingiri", sans-serif;
  margin-bottom: 5px;
}

.btn-info {
  background-color: #67509e;
  border: none;
  padding: 12px;
  color: white;
  border-radius: 20px;
}

.btn-info:hover {
  background-color: #67509ebe;
  color: white;
}

h4 {
  font-family: "BPG Ingiri", sans-serif;
}

.contact-section {
  padding: 80px 0;
  background-color: white;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}

.contact-info {
  flex: 1;
}

.section-title {
  font-family: "BPG Arial Caps", sans-serif;
  color: #2c3e50;
  font-size: 32px;
  margin-bottom: 60px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.info-item i {
  font-size: 24px;
  color: #00a3e0;
}

.info-item h5 {
  margin: 0;
  font-family: "BPG Glaho WEB", sans-serif;
  color: #2c3e50;
}

.contact-form-container {
  flex: 1;
  background: #bdd99e;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "BPG Glaho WEB", sans-serif;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #00bf63;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background-color: #67509e;
  color: white;
  border: none;
  border-radius: 8px;
  font-family: "BPG Arial Caps", sans-serif;
  cursor: pointer;
  transition:
    background 0.3s,
    transform 0.2s;
}

.submit-btn:hover {
  background-color: #67509eb7;
  transform: translateY(-2px);
}

.section-subtitle {
  color: #67509e;
  font-weight: bold;
  font-size: larger;
}

span {
  color: #2c3e50;
  font-weight: lighter;
}

.pfp {
  border-radius: 50%;
}

@media (max-width: 992px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .contact-info {
    text-align: center;
  }

  .info-item {
    justify-content: center;
  }

  .contact-form-container {
    width: 100%;
  }
}

.my-5.pt-5 {
  padding-top: 70px !important;
}

h5 {
  font-size: 40px;
  font-weight: 550;
  font-family: "Share Tech", sans-serif;
  color: #67509e;
}

.cont {
  color: #2c3e50;
}

.hero-section {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background-image: url("../images/hero-photo.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -40px;
}

.hero-overlay {
  background-color: rgba(44, 62, 80, 0.6);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 700px;
  color: white;
}

.hero-content h1 {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-content p {
  font-family: "BPG Ingiri", sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
}

.btn-hero {
  display: inline-block;
  padding: 15px 35px;
  background-color: #67509e;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-family: "BPG Arial Caps", sans-serif;
  transition: 0.3s;
}

.btn-hero:hover {
  background-color: #67509eec;
  transform: translateY(-3px);
  text-align: center;
}

@media (max-width: 780px) {
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 16px;
  }
}

.text {
  font-family: "BPG Glaho WEB", sans-serif;
  color: white;
  font-weight: bold;
  font-size: larger;
  line-height: 25px;
}

.openlab {
  font-family: "Share Tech", sans-serif;
  color: white;
  font-weight: bolder;
}

.why-study {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.section-titleee {
  font-family: "BPG Arial Caps", sans-serif;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}

.feature-card {
  background-color: #ffffff;
  padding: 40px 20px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: #bdd99e;
  box-shadow: 0 10px 30px rgba(0, 163, 224, 0.1);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: #bdd99e55;
  color: #bdd99e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
  transition: all 0.3s ease;
}

.feature-card:hover .icon-wrapper {
  background-color: #2c3e50;
  color: #ffffff;
}

.feature-card h3 {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.feature-card p {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .why-study {
    padding: 50px 0;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.image {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background-image: url("../images/teacher.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -60px;
}

.teaching {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background-image: url("../images/teacher.jpg");
  background-size: cover;
  background-position: center;
  margin-top: -40px;
}

.about-section {
  background-color: #ffffff;
  overflow: hidden;
  margin-top: 60px;
}

.about-img-container {
  position: relative;
  padding: 10px;
}

.about-img-container img {
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.about-img-container:hover img {
  transform: scale(1.02);
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: 10px;
  background-color: #bdd99e;
  color: white;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: rgba(189, 217, 158, 0.821);
  min-width: 140px;
}

.experience-badge span {
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 50px;
  color: #58614d;
}

.experience-badge p {
  margin: 0;
  font-size: 14px;
  font-family: "BPG Arial Caps", sans-serif;
}

.about-text {
  font-family: "BPG Ingiri", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5d6d7e;
  margin-bottom: 20px;
}

.about-features span {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 15px;
  color: #2c3e50;
}

.img1 {
  height: 400px;
  width: 1000px;
}

.fa-check-circle {
  color: #bdd99e;
}

.staff-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.staff-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

.staff-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.staff-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.staff-card:hover .staff-overlay {
  opacity: 1;
}

.staff-card:hover img {
  transform: scale(1.08);
}

.staff-details {
  padding: 20px 10px;
  text-align: center;
}

.staff-details h3 {
  font-family: "BPG Arial Caps", sans-serif;
  font-size: 17px;
  color: #333;
  margin-bottom: 5px;
  letter-spacing: 0.5px;
}

.staff-details p {
  font-family: "BPG Ingiri", sans-serif;
  font-size: 14px;
  color: #777;
  margin: 0;
}

.row1 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-evenly;
  margin-bottom: 200px;
  margin-top: 20px;
}

.col-lg-4 {
  flex: 0 0 auto !important;
  width: 20% !important;
}

.texttt {
  display: inline;
}

.about-features {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}

.about-features :hover {
  color: #777;
  padding-left: 10px;
}
