.top-sec3 {
  background: #ffffff;
  /* padding: 8px 47px 10px 10px; */
  padding: 15px 47px 14px 10px;
  /* padding: 15px 47px 24px 10px; */
  position: absolute;
  right: 0;
  left: 0;
}

.top-sec {
  background: #085296 !important;
  position: relative;
}

.top-sec3::before {
  z-index: 99;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 118px #085296;
  border-left: solid 40px transparent;
  border-right: solid 37px transparent;
  right: -32px;
  top: 0;
}

.top-sec5 {
  background: #9C9D9F;
  position: absolute;
  z-index: 999;
  width: 100%;
  right: 0;
}

.bg-light {
  background: #ffffff !important;
}

.top-sec5 img {
  position: absolute;
  width: 100px;
  top: -1px;
}

.brsss {
  border: 3px white;
  border-radius: 25px 25px 25px 25px;
  background-color: transparent;
  color: white;
  font-size: unset;
  border-style: double;
  margin-left: 10px;
}

.top-sec6 .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 14px;
}

.dropdown-toggle::after {
  display: none;
}

.top-sec7 {
  padding-left: 15px;
  padding-top: 18px;
}

.top-sec7 a {
  color: #ffffff;
}

.p-r {
  position: relative;
}

.top-sec5 .navbar-light .navbar-nav .nav-link {
  color: #085296;
  font-size: 16px;
  font-weight: 700;
}

.top-sec5::before {
  z-index: 99;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 59px #FFFFFF;
  border-left: solid 19px transparent;
  border-right: solid 47px transparent;
  left: -20px;
  top: 0;
}

.top-sec5 .navbar {
  /* padding: 2px; */
  padding: 9px;
}

.ddd2:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #085296 !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.dropdown-item {
  color: #ffffff;
}

.dropdown-item:hover {
  color: #ffffff;
  background: #0EAAE2;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.top-sec7 a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .top-sec3 {
    padding: 20px 47px 20px 10px;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .top-sec3 {
    padding: 0px 47px 4px 10px;
  }
}

@media only screen and (min-width: 1700px) and (max-width: 1920px) {
  .top-sec3 {
    /* padding: 1px 25px 2px 14px; */
    padding: 8px 47px 9px 10px;
  }
}

@media only screen and (min-width: 1150px) and (max-width: 1200px) {
  .top-sec3 {
    padding: 29px 47px 20px 10px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1150px) {
  .top-sec3 {
    padding: 27px 47px 30px 10px;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1100px) {
  .top-sec7 {
    padding-top: 5px;
  }

  .top-sec3 {
    padding: 27px 47px 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .top-sec7 {
    display: none;
  }

  .top-sec3 {
    padding: 5px 5px 5px 10px;
  }

  .top-sec3 img {
    width: 290px;
  }

  .top-sec3::before {
    border-left: none;
    border-right: none;
  }

  .top-sec5::before {
    border-left: none;
    border-top: none;
  }

  .top-sec5 .navbar {
    padding: 0px;
  }

  .hero-layout3 {
    margin-top: 86px;
  }

  .navbar {
    padding: .5rem 0rem;
  }

  .navbar-toggler {
    padding: .25rem 0rem;
  }

  .mob-s .navbar-toggler {
    text-align: right;
    border: 0 !important;
    position: absolute;
    float: right;
    right: 0;
    top: 18px;
  }

  .m-d {
    display: none;
  }

  .msdd {
    background: #0DAAE2;
    text-align: center;
  }
}

.vm-section {
  padding: 40px 0;
  background: #fff;
}

.vm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.vm-card {
  background: #e5f2ff;
  border-radius: 18px;
  padding: 15px 15px;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.vm-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.vm-icon {
  width: 64px;
  height: 64px;
  background: #d41713;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.vm-icon i {
  font-size: 28px;
  color: #fff;
}

.vm-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #085296;
}

.vm-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Badge Images */
.vm-badges {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.vm-badges img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .vm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .vm-grid {
    grid-template-columns: 1fr;
  }
}

.infss {
  padding-top: 30px;
  padding-bottom: 30px;
}

.events-sec {
  background: #085296 !important;
  position: relative;
  padding: 20px;
}

.events-sec h1 {
  color: #ffffff;
}

.events-sec2 {
  position: relative;
  padding-top: 20px;
}

.events-sec3 {
  padding: 10px;
  background: #8F9092;
  float: left;
  margin-right: 20px;
  width: 75px;
  color: #ffffff
}

.events-sec3 p {
  text-align: center;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #ffffff;
}

.events-sec5 p {
  line-height: 21px;
  color: #ffffff;
}

.events-sec marquee {
  height: 415px;
}

.f30 {
  font-size: 30px;
  font-weight: 600;
}

.infsss {
  position: relative;
}

.infsss2 {
  position: absolute;
  bottom: 0;
  background: #085296 !important;
  padding: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}

.news-container {
  height: 530px;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 15px;
  padding: 15px 0;
  background: #085296;
}

.news-container h4 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.news-list {
  display: flex;
  flex-direction: column;
  animation: scroll-up 12s linear infinite;
  padding: 0 10px;
}

.news-wrapper:hover .news-list {
  animation-play-state: paused;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-50%);
  }
}

.news-item {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #939393;
}

.news-title {
  font-size: 16px;
  color: #ffffff;
}

.news-date {
  font-size: 14px;
  color: #ffffff;
}

.bg-blue {
  background: #085296;
}

.blog-style1 .blog-content {
  background-color: blanchedalmond;
  padding: 15px 12px 5px 12px;
}

.blog-style1 .blog-title {
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.placement-img {
  text-align: center;
}

/* Container styling */
.contact-container {
  width: 100%;
  color: #fff;
}

/* Flexbox layout for each row */
.contact-item {
  display: flex;
  align-items: flex-start;
  /* Aligns icon with the top of the text */
  margin-bottom: 5px;
}

/* The circular icon container */
.icon-box {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* Transparent white border */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
  /* Prevents circle from squishing on small screens */
}

/* Icon styling */
.icon-box i {
  color: #fccd05;
  /* The yellow icon color */
  font-size: 15px;
}

/* Text area styling */
.content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  /* Slight adjustment to align with icon center visually */
}

.content-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.content-box p {
  font-size: 16px;
  line-height: 0.5;
  color: #f1f1f1;
}

.content-box a {
  color: #f1f1f1;
  text-decoration: none;
}

.edu-glass-bs {
  padding: 90px 0;
  padding-bottom: 30px;
  background: linear-gradient(135deg, #f6f9f8, #eef3f7);
}

/* Wave */
.wave-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
}

/* Content */
.glass-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f3b57;
  margin-bottom: 18px;
}

.glass-content h2 span {
  color: #c40000;
}

.glass-content p {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  text-align: justify;
}

/* Glass Cards */
.glass-card {
  padding: 30px 20px;
  border-radius: 18px;
  background: rgb(8 82 150);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transition: all 0.35s ease;
}

.glass-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.18);
}

.glass-card i {
  font-size: 30px;
  color: #ffca00;
  margin-bottom: 12px;
}

.glass-card h3 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.glass-card p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .glass-content h2 {
    font-size: 28px;
  }
}

img.footer {
  width: 100px;
  margin-left: 5px;
  border-radius: 5px;
}

/* Lock body scroll */
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

/* Mobile menu scroll only */
@media (max-width: 991px) {
  .dropdown-item {
    text-wrap-mode: wrap;
  }

  .navbar-collapse {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    height: calc(100vh - 86px);
    overflow-y: auto;
    background: #ffffff;
    z-index: 9999;
    padding-left: 10px;
    padding-bottom: 30px;
  }

  .navbar-collapse .dropdown-menu {
    position: static;
    float: none;
    display: none;
  }

  .navbar-collapse .dropdown.show .dropdown-menu {
    display: block;
  }
}

/* Achievement Popup Styles */
.achievement-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.achievement-popup-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #085296;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  animation: popupFadeIn 0.5s ease;
}

.achievement-slider {
  background: transparent;
}

.achievement-slider .slick-list {
  height: auto !important;
}

.achievement-slider .slick-track {
  display: flex !important;
  align-items: flex-start;
}

@keyframes popupFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.achievement-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s;
}

.achievement-popup-close:hover {
  color: #ffca00;
}

.achievement-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.achievement-text-content {
  background: #085296;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
}

.achievement-text-content h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.4;
}

.achievement-text-content p {
  color: #ffca00;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 600;
}

.achievement-text-content span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 576px) {
  .achievement-popup-content {
    width: 95%;
  }

  .achievement-text-content h3 {
    font-size: 16px;
  }

  .achievement-text-content p {
    font-size: 12px;
  }

  .achievement-text-content span {
    font-size: 14px;
  }
}