body,
* {
  font-family: "Ubuntu", sans-serif;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

section h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-x {
  padding-top: 20px;
  padding-bottom: 20px;
}

section h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 20px;
}

#alumni h5 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

#alumni p {
  font-size: 1rem;
  color: #555;
}

section p,
li {
  font-size: 18px;
}

ul {
  padding-left: 0;
  list-style: none;
}

.banner {
  background: url("./images/rg4.jpg") no-repeat center center/cover;
  height: 100vh;
  position: relative;
  color: white;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.articles-banner {
  background: url("./images/article-background.jpg") no-repeat center center/cover;
  height: 60vh;
  position: relative;
  color: white;
}

.articles-banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.articles-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.awards-banner {
  background: url("./images/awards.jpg") no-repeat center center/cover;
  height: 60vh;
  position: relative;
  color: white;
}

.awards-banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.awards-banner-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.owl-item {
  height: 240px !important;
  overflow: hidden;
}

.button-bg {
  background-color: #f34e3a;
}

.nav-link {
  color: #fff !important;
}

.nav-link.active {
  color: tomato !important;
}


img.framed {
  box-shadow:
    -50px -50px 0 -40px tomato,
    50px 50px 0 -40px bisque;
}

.navbar {
  z-index: 3;
}

/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");*/

#career-timeline .accordion-button {
  font-size: 1.4rem;
  font-family: "Teko", sans-serif;
}

#career-timeline ul li {
  border-left: 3px solid #f34e3a;
  padding-left: 1rem;
  position: relative;
}

#skills {
  background-color: #fff !important;
  padding: 60px 0 !important;
}

.skill-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.skill-card i {
  color: #000;
  transition: color 0.3s ease;
}

.skill-card h5 {
  font-size: 1.5rem;
  color: #333;
  font-family: "Teko", sans-serif;
}

.skill-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.skill-card:hover i {
  color: #000;
}

.skill-card:hover h5 {
  color: #000;
}
.award-card p{
  font-size: 16px;
}

/* Mobile view */
@media (max-width: 576px) {
  #skills h2 {
    font-size: 1.5rem;
  }
  .border-right {
    display: none;
  }
 


  #navbarNav {
    position: absolute;
    background-color: #0000009c;
    top: 10vh;
    bottom: 0;
    height: 30vh;
    padding-left: 5vw;
    left: 0;
    right: 0;
  }

  .award-card img {
    height: 150px !important;
  }
}

h4.small-heading {
  font-family: "Teko", sans-serif;
  color: #000;
}

#leadership h4.small-heading {
  font-size: 30px;
}

.navbar-nav a.nav-link {
  font-family: "Teko", sans-serif;
  font-size: 21px;
}

#leadership {
  background: url("https://images.unsplash.com/photo-1521790945508-bf2a36314e85?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80") no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}

.leadership-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  /* dark overlay */
  z-index: 1;
}

#leadership .container {
  position: relative;
  z-index: 2;
}

#leadership h2 {
  font-weight: 700;
  color: #ffffff;
}

.leadership-card {
  background: rgba(255, 255, 255, 0.95);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leadership-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
}

.leadership-card h4 {
  font-weight: 500;
  text-align: center;
}

.leadership-card p,
.leadership-card ul li {
  font-size: 1rem;
  color: #333;
}

.leadership-card i {
  font-size: 1.2rem;
}

h2.heading-main {
  text-align: center;
  margin: auto;
  font-weight: 500;
  color: #000;
  font-family: "Teko", sans-serif;
  font-size: 55px;
  border-style: solid;
  border-width: 0 0 4px 0;
  width: fit-content;
  border-image: linear-gradient(45deg, #f34e3a, rgb(255 255 255)) 1;
}

#about img {
  width: 65%;
}

#about {
  position: relative;
  /* background: linear-gradient(135deg, #e0f7fa 0%, #ffffff 100%); */
  overflow: hidden;
}

.about-overlay {
  position: absolute;
  inset: 0;
  /* background: rgba(0, 123, 255, 0.05); */
  z-index: 1;
}

#about .container {
  position: relative;
  z-index: 2;
}

.about-img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 1rem;
}

.about-img:hover {
  transform: scale(1.05);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}

#about h5 {
  font-weight: 600;
}

#about p,
#about ul li {
  font-size: 1rem;
  color: #555;
}

#about ul li {
  margin-bottom: 0.5rem;
}

#about ul li i {
  font-size: 1.1rem;
}

#recognitions,
#strengths {
  position: relative;
}

.recognitions-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
  opacity: 0.6;
  z-index: 1;
}

#recognitions .container,
#strengths .container {
  position: relative;
  z-index: 2;
}

.strength-card {
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-card {
  text-align: center;
  padding: 12px;
}

.award-bg{
  display: flex;
  justify-content: center;
  align-items: center;
}

.strength-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#strengths .hobbies h4 {
  color: #007bff;
}

.text-pink {
  color: #e83e8c;
}

.media-card {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.media-card img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.media-card:hover img {
  transform: scale(1.05);
}

.video-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.award-card {
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.position-relative {
  position: relative;
}

.border-bottom {
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 20px;
  height: 2px;
  background: rgb(43, 42, 42);
}

.border-right {
  width: 1px;
    position: absolute;
    bottom: 0;
    /* left: 185px; */
    right: 2px;
    top: 20px;
    bottom: 20px;
    background: rgb(43, 42, 42);
}


.award-card img {
  width: auto;
  height: 150px;
  object-fit: contain;
  border-radius: 8px;
}

.footer a:hover {
  color: #0dcaf0;
  text-decoration: none;
}

.footer i {
  transition: color 0.3s ease;
}

.banner h1 {
  text-align: left;
  /* width: 100%; */
  position: absolute;
  bottom: 10%;
  font-weight: bold;
  font-family: "Teko";
  left: 5%;
}

#contact label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-family: "Teko", sans-serif;
  display: block;
  color: #333;
}

#contact .form-control {
  border-radius: 0.5rem;
  padding: 0.75rem;
  box-shadow: none;
}

#contact .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#contact button.btn {
  font-weight: 600;
  font-family: "Teko", sans-serif;
  border-radius: 50px;
  font-size: 25px;
}

section#contact {
  background: rgba(245, 245, 245);
}

.mb-3.social-links {
  text-align: left;
  /* width: 100%; */
  position: absolute;
  bottom: 3%;
  font-weight: bold;
  font-family: "Teko";
  left: 5%;
}

.navbar-nav li.nav-item {
  padding: 0px 3px;
}

/* Loader Overlay */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
}

/* Spinner */
.loader {
  border: 6px solid #ccc;
  border-top: 6px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

/* Spin Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}