@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* Container */

body,
html {
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 999999;
}

.dropdown-menu {
  display: block; /* keep it block for transition to work */
  opacity: 0; /* start hidden */
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  min-width: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px); /* start slightly up */
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* slide down smoothly */
}

/* Style each option */
.dropdown-menu a {
  display: block;
  padding: 10px;
  color: #6d1346;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: #f5f5f5;
}

/* Show menu on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.top-bar {
  background-color: #b6215f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5rem;
  padding-right: 5rem;
  height: 3rem;
  color: white;
  width: 100%;
  box-sizing: border-box;
}

.top-bar a,
header a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  margin: 0 0.5rem 0rem 0.1rem;
  transition: 0.3s ease;
}

.top-bar a:hover,
header a:hover,
footer a:hover {
  color: #bb9a54;
}

.quick-button {
  background-color: #6d1346;
  padding: 0.3rem 1rem;
}

.one {
  background-color: #6d1346;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

.two {
  background-color: #bb9a54;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

.two:hover {
  background-color: #6d1346;
}

header {
  background-color: #6d1346;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 6rem;
  color: white;
}

header img {
  position: absolute;
  left: 5rem;
  height: 70%;
}

.hero {
  background-image: url(/src/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 82vh;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.hero-content {
  height: 30rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.hero-txt {
  color: white;
  max-width: 30rem;
}

.hero-txt h1 {
  font-size: 2rem;
}

.hero-txt p {
  font-size: 1.5rem;
  font-weight: 300;
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.international {
  background-color: #6d1346;
  height: 25rem;
  width: 17rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: white;
}

.prospective {
  background-color: #bb9a54;
  height: 25rem;
  width: 17rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: white;
}

.cta-page {
  height: fit-content;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cta {
  width: 100%;
  height: 12rem;
  background-color: #6d1346;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.cta img {
  height: auto;
  width: 190px;
}

.seperator {
  background-color: white;
  height: 90%;
  width: 0.1rem;
}

.cont {
  height: 100%;
  width: 80%;
  color: white;
}

.sep {
  height: 0.2rem;
  width: 100%;
  background-color: white;
}

.status {
  height: 6rem;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.deadline {
  height: 100%;
  width: 40%;
  background-color: #bb9a54;
  padding-right: 1rem;
  padding-left: 1rem;
}

.contacts {
  height: 100%;
  width: 40%;
  background-color: #6d1346;
  padding-right: 1rem;
  padding-left: 1rem;
}

.apply-cta {
  height: 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  gap: 0.6rem;
}

.status h2 {
  border-bottom: 0.1rem solid white;
  width: 100%;
  font-size: 0.9rem;
  color: white;
}

.apply-cta a {
  text-decoration: none;
  height: 3rem;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.btn1 {
  background-color: #bb9a54;
}

.btn2 {
  background-color: #bb9a54;
}

.btn1:hover {
  background-color: #bb9a54;
}

.btn2:hover {
  background-color: #6d1346;
}

.info {
  height: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.info img {
  height: auto;
  width: 300px;
}

.desc {
  height: 100%;
  color: #6d1346;
  max-width: 60%;
}

.desc h2 {
  font-size: 2rem;
}
.desc p {
  font-size: 1rem;
}

.info .seperator {
  background-color: #6d1346;
  height: 100%;
  width: 0.1rem;
}
.high {
  color: white;
  display: flex;
  flex-direction: column;
}
.high h2 {
  width: 100%;
  border-bottom: 2px solid white;
}

.keys {
  gap: 2rem;
  display: flex;
}

.highlights {
  max-width: 25%;
}

.why-us {
  height: 100vh;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.6rem;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: #6d1346;
}
.why-us h2 {
  border-bottom: 4px solid #6d1346;
  width: fit-content;
}

.points {
  height: 80vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.box1 {
  height: 15rem;
  width: 20rem;
  border: 2px solid #6d1346;
  padding: 1rem;
}

.services {
  background-image: url(/src/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 80vh;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening-hours {
  height: 50vh;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.working-days {
  height: 30%;
  width: 100%;
  border: 1px solid #b6215f;
}

footer {
  height: 60vh;
  width: 100%;
  background-color: #6d1346;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 5rem;
  padding-right: 5rem;
  box-sizing: border-box;
  color: white;
  position: relative;
}

footer img {
  position: absolute;
  opacity: 0.2;
}

footer .links {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.seperate {
  height: 0.1rem;
  width: 100%;
  background-color: white;
  margin-top: 4rem;
}

.bottom {
  width: 100%;
  margin-top: 4rem;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

footer a {
  color: white;
  text-decoration: none;
}

.courses {
  padding-left: 5rem;
  padding-right: 5rem;
  color: #b6215f;
}

.courses table {
  width: 100%;
  border: 0.1px solid;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #6d1346;
}

thead {
  background-color: rgb(224, 221, 221);
}

th {
  color: #bb9a54;
}

.courses h1 {
  text-align: center;
}
