* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope", sans-serif;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}

header {
  background: #fff;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5);
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 10px 30px #0c043f14;
}
header .topbar {
  background: #2df8c5;
  display: flex;
  justify-content: space-between;
  color: #013437;
  align-items: center;
}
header .topbar img {
  max-height: 50px;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  max-width: 1320px;
  margin-inline: auto;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
header nav ul li a {
  color: #212529;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 12px;
}
header nav ul li a svg {
  height: 16px;
  width: 16px;
}
header nav ul li a.call__now__btn {
  padding: 8px 16px;
  border-radius: 12px;
  border: 2px solid #000;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  align-items: center;
}
header nav ul li a.call__now__btn svg {
  width: 16px;
}
header nav ul li a.call__now__btn:hover {
  border: 1px solid #7bba8c;
  color: #7bba8c;
  background-color: #07634c;
}
header nav ul li a.call__now__btn:hover svg path {
  fill: #7bba8c;
}
header .submenu__item {
  position: relative;
}
header .submenu__ul {
  left: 50%;
  transform: translate(-50%);
  max-width: 1187px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 40px);
  right: 0;
  width: 100%;
  height: auto;
  transition: 0.4s ease;
  background-color: #fff;
  margin-right: 8px;
  border-radius: 20px;
  max-width: 1280px;
  width: 100%;
  padding: 40px;
  box-shadow: 0 10px 30px #0c043f14;
}
header .submenu__item.active ~ .submenu__ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  top: calc(100% + 7.5px);
}
header .submenu__ul .grid__row {
  display: grid;
  grid-template-columns: 40% 50%;
  gap: 30px;
}
header .submenu__ul .grid__row .image img {
  width: 100%;
  border-radius: 20px;
}
header .submenu__ul .grid__row ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
header .submenu__ul .grid__row ul a {
  font-size: 18px;
  color: #0c043f;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
header .submenu__ul .grid__row ul li div.short__des {
  color: #8682a0;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blur-mob-bg {
  position: fixed;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  inset: 0;
  width: 100vw;
  height: 100%;
  opacity: 0;
  z-index: -10;
}
.blur-mob-bg.show {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
header .submenu__item:hover .submenu__ul li a {
  font-size: 13px;
  margin-bottom: 12px;
  padding-block: 0;
  color: #08726a;
}
.enroll__now__header {
  background: #ffd500;
  color: #000;
  padding: 12px 16px;
  border-radius: 12px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  gap: 6px;
  position: relative;
  overflow: hidden;
}
.enroll__now__header::after {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: moveAfter;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: linear-gradient(
    180deg,
    hsla(21, 63%, 73%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(21, 63%, 73%, 0)
  );
  bottom: -50%;
  content: "";
  left: -50%;
  position: absolute;
  right: -50%;
  top: -50%;
  -webkit-transform: rotate(60deg) translate(-5em, 7.5em);
  transform: rotate(60deg) translate(-5em, 7.5em);
}
.enroll__now__header svg {
  height: 16px;
}

/* container styles */
section {
  padding-block: 60px;
}
.container {
  max-width: 1320px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

/* breadcrumbs section starts */
.breadcrumbs__section {
  position: relative;
  padding-block: 100px 32px;
  min-height: 350px;
  display: flex;
  align-items: end;
}
.breadcrumbs__section .breadcrumb__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: center;
}
.breadcrumb {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  width: max-content;
  overflow: hidden;
}
.breadcrumb li {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -1px;
}
.breadcrumb li svg {
  width: 20px;
  height: 20px;
}
.breadcrumb li:last-child {
  background: #ffd500;
}
.mobile__open__menu {
  display: none;
}
/* breadcrumbs section ends */

@keyframes moveAfter {
  100% {
    transform: rotate(60deg) translate(1em, -9em);
  }
}

/* media queries */
@media (max-width: 1024px) {
  header nav {
    padding-inline: 20px;
  }
  .mobile__open__menu {
    display: block;
    background-color: transparent;
    border: none;
  }
  .mobile__open__menu img {
    width: 32px;
  }
  header nav ul.navigation__ul {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    z-index: 200;
    opacity: 0;
    z-index: -10;
    transform: translateX(-100%);
    transition: all 0s ease-out;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    gap: 12px;
    overflow: auto;
  }
  header nav ul.navigation__ul.show {
    transform: translateX(0%);
    animation: bottomsheet__slideUp 0.5s ease-in-out forwards;
    opacity: 1;
    z-index: 20;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    border-bottom: 1px solid #e9e7f3;
    width: 100%;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header .submenu__ul.show {
    padding: 20px 0;
    position: static;
    transform: none;
  }
  header .submenu__ul .grid__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  header .submenu__ul .grid__row ul {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  header .submenu__ul .grid__row ul li a {
    border-bottom: none;
  }
  header .submenu__ul .grid__row ul a {
    margin-bottom: 0;
  }
  header .submenu__ul .grid__row ul a {
    font-size: 14px;
  }
  header .submenu__ul .grid__row .image img {
    border-radius: 10px;
  }
  header nav ul li a.call__now__btn,
  .enroll__now__header {
    width: max-content;
    min-width: 148px;
  }
}

@media (max-width: 600px) {
  section {
    padding-block: 30px;
  }
  body {
    overflow-x: hidden;
  }
  .container {
    padding-inline: 20px;
  }
  header .topbar img {
    display: none;
  }
  header .topbar div {
    text-align: center;
    width: 100%;
    padding-block: 12px;
  }
  .breadcrumbs__section {
    min-height: 200px;
  }
  .breadcrumb li {
    padding: 8px 16px;
  }
}

@media (max-width: 450px) {
  header .topbar div {
    font-size: 11px;
  }
}

@keyframes bottomsheet__slideUp {
  100% {
    transform: translateY(0);
  }
}
