@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/*@font-face {*/
/*    font-family: "hkgrotesk";*/
/*    src: url("./fonts/hkgrotesk-light.eot");*/
/*    src: local("hkgrotesk light"), url("./fonts/hkgrotesk-light.woff") format("woff");*/
/*    font-weight: 300;*/
/*}*/
/*@font-face {*/
/*    font-family: "hkgrotesk";*/
/*    src: url("./fonts/hkgrotesk-regular.eot");*/
/*    src: local("hkgrotesk regular"), url("./fonts/hkgrotesk-regular.woff") format("woff");*/
/*    font-weight: 400;*/
/*}*/
/*@font-face {*/
/*    font-family: "hkgrotesk";*/
/*    src: url("./fonts/hkgrotesk-medium.eot");*/
/*    src: local("hkgrotesk medium"), url("./fonts/hkgrotesk-medium.woff") format("woff");*/
/*    font-weight: 500;*/
/*}*/
/*@font-face {*/
/*    font-family: "hkgrotesk";*/
/*    src: url("./fonts/hkgrotesk-semibold.eot");*/
/*    src: local("hkgrotesk semibold"), url("./fonts/hkgrotesk-semibold.woff") format("woff");*/
/*    font-weight: 600;*/
/*}*/
/*@font-face {*/
/*    font-family: "hkgrotesk";*/
/*    src: url("./fonts/hkgrotesk-bold.eot");*/
/*    src: local("hkgrotesk bold"), url("./fonts/hkgrotesk-bold.woff") format("woff");*/
/*    font-weight: 700;*/
/*}*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #177455;
  --secondary-color: #ffbc3b;
  --info: #2e5aac;
  --info-light: #eef2fa;
  --success: #287d3c;
  --success-light: #edf9f0;
  --error: #da1414;
  --error-light: #feefef;
  --warning: #e8ae4b;
  --warning-light: #fff0d4;
  --white: #ffffff;
  --neutral: #efefe;
}

body {
  font-family: Poppins, sans-serif;
  background-color: #f8f9fa;
}

/* Navbar Styling */
.navbar {
  background-color: rgba(0, 0, 0, 0.85); /* Semi-transparent dark */
  padding: 10px 0;
}

/* Navbar Brand */
.navbar-brand {
  font-size: 20px;
  font-weight: bold;
}

/* Navbar Links */
.navbar-nav .nav-link {
  color: white;
  font-size: 16px;
  margin-right: 15px;
  transition: 0.3s;
}

/* .navbar-nav .nav-link.active {
    color: #17cfcf;
} */

/* Buttons */

.app {
  background-color: var(--primary-color);
  border-radius: 10px;
  color: var(--white);
}

.log {
  background-color: white;
  border-radius: 10px;
}
/* Sidebar Styling */
.offcanvas {
  width: 250px;
  transition: 0.3s;
}

.offcanvas-body .nav-link {
  color: white;
  font-size: 18px;
  padding: 10px 0;
}

/* .offcanvas-body .nav-link.active {
    color: #17cfcf;
} */

.btn-primary {
  background-color: #177455 !important;
  color: white !important;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
}
.text-primary {
  color: var(--primary-color) !important;
}

.text-neutral {
  color: var(--neutral) !important;
}

.hero-section {
  background: url("img/hero-bg.jpg") no-repeat center center/cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* background-position-x: 90%; */
  background-position: 10% 0;
  /* background-position-y: center; */
}

.to-apply {
  margin-top: -12rem !important;
}

@media (max-width: 889px) {
  .hero-section {
    background-position: 82%;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .hero-section .container {
    margin-top: -15rem !important;
  }

  .to-apply {
    margin-top: -16rem !important;
  }
}
.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.hero-content {
  position: relative;
  text-align: center;
  color: white;
  /* border: 2px solid red; */
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px); /* Glass effect */
  border-radius: 1.5rem;
  padding: 2rem;
  top: 0;
  left: 0;
  width: 40%;
  z-index: 50;
}

.hero-content h1 {
  color: #a6f4e7; /* Light teal text */
}
.info-section,
.orientation-section {
  background: #e0f7f5;
  padding: 40px 0;
}
.announcement-section {
  background: #ffffff;
  padding: 40px 0;
}
.announcement-card {
  background: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px 0;
}
/*.programmes-section {*/
/*    background: url('img/programmes-bg.jpg') no-repeat center center/cover;*/
/*    padding: 50px 0;*/
/*}*/

.contact-us-modal .modal-content {
  margin: auto;
  max-width: 97% !important;
  position: relative;
  z-index: 999;
}
.btn-group {
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .contact-us-modal .modal-content {
    margin: auto;
    max-width: 70% !important;
    position: relative;
  }
}

@media (max-width: 768px) {
  .btn-group {
    flex-wrap: wrap;
  }
  .btn-group .login {
    border-radius: 10px !important;
  }
  .btn-group .apply {
    border-radius: 10px !important;
  }
}
.btn-group .btn {
  /* margin: 15px; */
  padding: 0.6rem 0.7rem;
  border-radius: 10px;
}

.btn-group .apply {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  font-weight: 500 !important;
}

.btn-group .login {
  background-color: white;
  color: black;
  border: none;
  margin-left: 10px;
  font-weight: 500 !important;
}

/* how to apply */
.to-apply {
  position: relative;
  margin-top: -50px;
}

.admissions-card {
  background-color: #d9fbf3; /* Light teal */
  padding: 4rem;
  /* margin: 0 -15px 0 -15px; */
}

.bi {
  height: 50px;
  width: 50px;
  background-color: transparent;
  /*background-color: #2DD4BF;*/
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
}

.icon-container {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  /* display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #2DD4BF; 
    color: white;
    font-size: 24px;
    border-radius: 50%; */
}

/* VIDEO-TEXT SECTION */
.video-box {
  background-color: rgba(3, 27, 27, 0.9); /* Dark with transparency */
  border-radius: 15px;
  padding: 20px;
  color: white;
  position: relative;
  width: 100%;
  height: 320px;
  max-width: 100%;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*margin-left: 6rem; */
}

.vit {
  margin: 4rem 0;
}

/* Play Button */
.play-button {
  font-size: 40px;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* Progress Bar */
.progress-bar {
  background: rgba(255, 255, 255, 0.2);
  width: 90%;
  height: 5px;
  border-radius: 5px;
  margin-top: 5px;
}

.progress {
  background: white;
  width: 50%;
  height: 100%;
  border-radius: 5px;
}

/* Video Text */
.video-text {
  font-size: 14px;
  margin-top: 10px;
}

/* Time Display */
.time {
  font-size: 12px;
  margin-top: 5px;
  color: #ccc;
}

/* Watch More Button */
.watch-btn {
  background-color: #16d3c0;
  border: none;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 10px;
}

hr {
  width: 20%;
  font-size: 3rem;
}

.watch-btn:hover {
  background-color: #12b5a3;
}

/* ANNOUNCEMENT */

.announcement-line {
  width: 50px;
  height: 3px;
  background-color: black;
  margin-bottom: 20px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  gap: 1rem;
}
.contact-grid .column {
  width: 100%;
  height: 100%;
}
.contact-grid .column .card {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    gap: 1rem;
  }
}

/* Card Styling */
.custom-card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  /* border-radius: 10px; */
  margin-bottom: 20px; /* Adds space for stacked view */
  height: 400px;
}

.custom-card:hover {
  /* transform: translateY(-5px); */
}

/* PDF Preview Box */
.pdf-preview {
  background-color: #d3d3d3;
  color: rgba(255, 255, 255);
  text-align: center;
  padding: 50px;
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  border-radius: 15px 15px 0 0;
}

.card-body {
  text-align: left;
  padding: 1.5rem;
  line-height: 1.7;
}

/* Card Title */
.card-title {
  font-weight: bold;
  color: #1a374d;
}

/* Watch More Button */
.watch-btn {
  background-color: #16d3c0;
  border: none;
  color: black;
  font-weight: bold;
  padding: 10px 15px;
  width: 35%;
  border-radius: 5px;
}

.watch-btn:hover {
  background-color: #12b5a3;
}

/* Program-section */
/* Background Section */
.background-wrapper {
  /* margin-top: -6.4rem; */
  position: relative;
  background: url("img/available-programmes-banner.jpg") no-repeat center
    center/cover; /* Set background image */
  min-height: 100vh; /* Covers both sections */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0 0 15px 15px;
}

/* Overlay */
.overlay {
  /*background: url("landing/img/hero-img.jpg"); !* Dark green transparent overlay *!*/
  /*background: rgba(0, 51, 51, 0.85); !* Dark green transparent overlay *!*/
  padding: 40px;
  width: 100%;
}

/* Title & Underline */
.underline {
  width: 60px;
  height: 4px;
  background: gold;
  border: none;
  margin-top: -10px;
}

/* Button Container */
.buttons-container {
  background: rgba(255, 255, 255, 1); /* Slightly transparent white */
  padding: 15px 0;
  border-radius: 0 0 15px 15px;
}

/* Buttons */
.btn {
  padding: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn span {
  margin-left: 5px;
}

/* LASS */
.carou {
  /*padding: 40px 0;*/
}
.carou h2 {
  font-size: 2rem;
}

.carou p {
  font-size: 1rem;
  line-height: 1.6;
}

.carou .carousel-item img {
  height: 250px; /* Adjust height as needed */
  object-fit: cover;
}

.buttons-container {
  margin-top: -2rem !important;
}

.levels {
  border-radius: 0 !important;
  padding: 1rem;
}

/* .p-0{
    padding: 0 !important;
} */

.programmes-card {
  background: rgba(6, 41, 41, 0.94);
}

.icon-effect {
  position: relative;
}
.icon-effect::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: rgba(10, 179, 156, 0.2);
  border-radius: 50%;
  bottom: 0;
  left: 0;
}

.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}
.avatar-xs {
  height: 2rem;
  width: 2rem;
}
.avatar-sm {
  height: 3rem;
  width: 3rem;
}
.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}
.avatar-lg {
  height: 8rem;
  width: 8rem;
}
.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.custom-footer {
  color: #9ba7b3;
}
.footer-list li a {
  color: #9ba7b3;
  padding: 7px 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
.footer-list li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.footer-social-link .avatar-title {
  height: 2rem;
  width: 2rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #778089;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social-link a {
  text-decoration: none;
}
.footer-social-link .avatar-title:hover {
  color: #fff;
  background-color: #177445;
}
#back-to-top.landing-back-top {
  bottom: 35px;
}

.custom-card {
  max-height: 250px !important;
}

/* Responsive */
@media (max-width: 991px) {
  /* .background-wrapper {
    margin-top: 3rem !important;
  } */
  .navbar-toggler {
    border: none;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .offcanvas-body .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .virtual-tour-container {
    /*background-color:rgba(6, 41, 41, 0.94);*/
    height: auto !important;
  }
  .tour-content {
    flex-direction: column;
    gap: 1rem;
  }

  /* .bg-light {
        background-color: #E0F8E0 !important; 
    }
    .shadow-sm {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    } */
}

@media (max-width: 768px) {
  .hero-section {
    /*height: 70vh;*/
  }
  .hero-content {
    width: 100%;
    left: 0;
  }
  .info-section,
  .orientation-section,
  .announcement-section,
  .programmes-section {
    padding: 20px 0;
  }
}
