@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary: #0057ac;
  --secondary: #009fe0;
  --text-1: #363b51;
  --text-2: #292e3ede;
  --light: #fff;
  --transition: all 0.5s linear;
  --transition-2: all 0.5s ease-in-out;
  --primary-font: "Archivo", sans-serif;
  --secondary-font: "Archivo", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a,
a:hover,
a:active {
  text-decoration: none;
}
ul {
  list-style: none;
}
body {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  background-color: var(--light);
  color: var(--text-2);
  overflow-x: clip;
  background-image: url(../img/bg-applyuni.svg);
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: 600;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
p {
  font-size: 18px;
  color: var(--text-2);
  margin: 0 0 6px;
  line-height: 1.6;
  font-family: var(--secondary-font);
}
p:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 700;
}
.content__area p {
  font-size: 18px;
  margin: 16px 0 0;
}
.content__area a {
  color: var(--text-2);
  font-size: 18px;
  text-decoration: underline;
}
.content__area figure {
  width: 100% !important;
}
.content__area ul,
.content__area ol {
  margin: 12px 0;
}
.content__area li {
  font-size: 18px;
}
.content__area li:not(:last-child) {
  margin-bottom: 10px;
}
.wrapper,
.wrapper-large,
.wrapper-medium,
.wrapper-small,
.wrapper-xsmall {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper-large {
  max-width: 1500px;
}
.wrapper-medium {
  max-width: 1300px;
}
.wrapper-small {
  max-width: 1300px;
}
.wrapper-xsmall {
  max-width: 800px;
}
.banner-title h1 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: clamp(32px, 4vw, 60px);
  color: var(--text-1);
  line-height: 1.2;
  margin: 0 0 10px;
}
.banner-title h1 span {
  font-weight: 600;
  color: var(--primary);
  font-family: var(--primary-font);
}
.banner-title p {
  max-width: 460px;
  margin: 12px auto 0;
  text-align: center;
  font-weight: 500;
}
.section-wrap {
  max-width: 890px;
  margin: 0 auto 35px;
  text-align: center;
}
.subtitle {
  color: var(--primary);
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
  margin: 0 0 6px;
}
.section-title,
.content__area h2 {
  font-weight: 700;
  font-size: clamp(26px, 2vw, 38px);
  color: var(--text-1);
  line-height: 1.3;
  margin: 0 0 2px;
  font-family: var(--primary-font);
}
.section-wrap p {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-2);
}
.content__area h2 {
  margin: 0 0 10px;
}
.entry-title,
.entry-title-small,
.entry-title-large,
.content__area h3 {
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--text-1);
  line-height: 1.3;
}
.entry-title-large,
.content__area h3 {
  font-size: clamp(22px, 2vw, 28px);
}
.entry-title-small {
  font-size: clamp(18px, 2vw, 20px);
}
.entry-title a,
.entry-title-small a,
.entry-title-large a {
  color: var(--text-1);
}
.btn {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 18px;
  padding: 10px 23px;
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: var(--transition-2);
  line-height: 1.4;
  text-align: center;
}
.btn:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--light);
}
.btn-outline {
  background-color: transparent;
  color: var(--primary);
}
.btn-outline:hover {
  background-color: var(--primary);
  color: var(--light);
}
.btn-white {
  background-color: var(--light);
  border-color: var(--light);
  color: var(--primary);
}
.btn-white:hover {
  background-color: transparent;
  border-color: var(--light);
  color: var(--light);
}
.section-top {
  margin-top: 80px;
}
.section-top-small {
  margin-top: 60px;
}
.section-top-xsmall {
  margin-top: 40px;
}
.content__area h2 {
  margin: 0 0 12px;
}
.content__area h3 {
  margin: 0 0 12px;
  color: var(--text-1);
}
.content__area img {
  border-radius: 10px;
  margin: 10px 0;
}
button {
  cursor: pointer;
}

/* Header section start  */
.site-header {
  position: sticky;
  top: 0;
  background-color: var(--light);
  z-index: 999;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 24px;
}
.default-header {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 4px 24px;
}
.site-header-wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 15px 0;
}
.site-branding .site-title {
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 600;
  text-decoration: none;
}
.site-branding .custom-logo-link img {
  width: 200px;
}
.nav-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
.search-mobileview {
  display: none;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
.header-button form {
  width: 280px;
}
.header-button input {
  border-radius: 20px;
  padding: 5px 15px;
  position: relative;
  border: none;
  border: 1px solid #777;
  height: 35px;
  outline: none;
  width: 100%;
}

.offcanvas .offcanvas-content .header-button {
  display: none;
  /* margin: 10px 0; */
}
.user-profile {
  cursor: pointer;
  font-size: 17px;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.user-profile img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}
.user-logout {
  position: absolute;
  top: 130%;
  right: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  min-width: 220px;
  width: 100%;
  max-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 20;
}
.user-profile:hover .user-logout {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.user-logout h2 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
  text-align: center;
}
.user-logout .btn {
  padding: 9px 14px;
  font-size: 16px;
  width: 100%;
}

#primary-menu,
#primary-menu1 {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-menu li,
#primary-menu1 li {
  position: relative;
}
#primary-menu li a,
#primary-menu1 li a {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: var(--text-1);
}
#primary-menu > .current-menu-item > a,
#primary-menu > li > a:hover,
#primary-menu > li:hover > a,
#primary-menu li a:hover,
#primary-menu1 li a:hover {
  color: var(--primary);
}
#primary-menu > li > a {
  padding: 4px 4px 8px;
}
#primary-menu > li > a::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
#primary-menu > .current-menu-item > a::before {
  visibility: visible;
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: #fff0;
  cursor: pointer;
  outline: none;
  display: none;
}
.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--text-1);
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.line--middle {
  width: 60%;
}
.line--bottom {
  width: 100%;
}
.hamburger-menu:hover .line {
  width: 100%;
}
#primary-menu li .sub-menu {
  position: absolute;
  min-width: 240px;
  background-color: var(--light);
  border-radius: 6px;
  top: 46px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 6px;
  visibility: hidden;
  transform: translateY(50px);
  transition: var(--transition-2);
  z-index: -1;
}
#primary-menu li .sub-menu li a {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary-menu li .sub-menu > li:nth-child(odd) a {
  background-color: #f8f8f8;
}
#primary-menu li .sub-menu > li:hover,
#primary-menu li .sub-menu > li a:hover {
  background-color: #e0f6ff;
}
#primary-menu > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 10px;
  margin-left: 10px;
}
#primary-menu > li.menu-item-has-children:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > a:hover > .sub-menu,
#primary-menu > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu,
#primary-menu
  > li.menu-item-has-children
  > .sub-menu
  > li
  > a:hover
  > .sub-menu {
  visibility: visible;
  transform: translateY(0);
  z-index: 1;
}
#primary-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}
#primary-menu li.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--text-1);
  display: block;
  margin: 4px 0 0 3px;
}
#primary-menu li.menu-item-has-children:hover > a::after,
#primary-menu li.menu-item-has-children > a:hover::after {
  color: var(--primary);
}

.uk-offcanvas-overlay::before {
  background: rgba(0, 0, 0, 0.8);
}
.uk-offcanvas-bar {
  background-color: #eff4ff;
  padding: 0;
}
.uk-offcanvas-bar .uk-offcanvas-close {
  color: var(--text-1);
}
.uk-offcanvas-bar .uk-offcanvas-close:hover {
  color: var(--primary);
}
.uk-offcanvas-close svg {
  width: 18px;
  height: 18px;
}
.offcanvas-content #primary-menu1 {
  display: block;
}
.offcanvas-content #primary-menu1 > li {
  border-bottom: 1px solid #0000001c;
}
.offcanvas-content #primary-menu1 li a {
  width: 100%;
  padding: 10px 20px;
  display: block;
}
.uk-offcanvas-bar .offcanvas__logo {
  padding: 15px 20px;
  background-color: var(--light);
}
.uk-offcanvas-bar .site-branding .custom-logo-link img {
  width: 150px;
}
.uk-offcanvas-close {
  top: 22px;
  right: 15px;
}
.offcanvas-content #primary-menu1 .sub-menu {
  display: none;
  list-style: none;
  padding-left: 0;
  background-color: white;
}
.offcanvas-content #primary-menu1 .sub-menu li {
  border-top: 1px solid #0000001c;
}
.submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0057ac1a;
  width: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu-toggle i {
  font-size: 15px;
}
/* Footer section start  */
.site-footer-wrapper {
  background-color: #eff4ff;
  border-radius: 35px 35px 0 0;
  padding: 30px 0 clamp(30px, 4vw, 60px);
}
.site-footer-wrapper .wrapper-medium {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 45px;
}
.footer-widget > div:not(:last-child) {
  margin-bottom: 35px;
}
.widget-title {
  font-size: 16px
  color: var(--text-1);
  font-weight: 600;
  margin: 0 0 8px;
  font-family: var(--secondary-font);
}
.site-footer p,
.site-footer a {
  color: var(--text-2);
  font-size: 18px;
  line-height: 1.4;
}
.site-footer a:hover {
  color: var(--primary);
}
.footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.social-media {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0 0;
}
.social-media a {
  font-size: 16px;
}
.site-info {
  padding: 20px 0;
  background-color: #dbe6ff;
}
.site-info__wrapper {
  display: flex;
  gap: 80px;
  row-gap: 8px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.site-info__wrapper p {
  margin: 0;
  font-size: 16px;
}
.site-info__wrapper p a {
  font-size: 16px;
}
.site-info__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.site-info__wrapper ul li a {
  color: var(--primary);
  font-size: 16px;
}
.site-info__wrapper ul li a:hover {
  color: var(--secondary);
}
/* Footer section end  */

form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form select {
  padding: 10px;
  outline: unset;
  width: 100%;
  border-radius: 6px;
  font-family: var(--primary-font);
  border: 1px solid #bdbdbd;
  font-size: 16px;
  color: var(--text-2);
  margin: 4px 0 0;
}
form.wpcf7-form textarea {
  height: 135px;
  resize: none;
}
form.wpcf7-form p {
  margin: 0 0 10px;
  position: relative;
}
form.wpcf7-form p label {
  font-size: 14px;
  font-weight: 600;
}
form.wpcf7-form p:last-of-type {
  margin: 0;
}
form.wpcf7-form p span {
  margin: 0;
}
.wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 12px;
  margin: 0;
}
form.wpcf7-form input.wpcf7-submit {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
  cursor: pointer;
}
form.wpcf7-form input.wpcf7-submit:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

@media (max-width: 1600px) {
  .wrapper-large {
    max-width: 1400px;
  }
}
@media (max-width: 1200px) {
  .section-top {
    margin-top: 60px;
  }
  .site-footer-wrapper .wrapper-medium {
    gap: 35px;
  }
}

@media (max-width: 1150px) {
  .hamburger-toggle {
    display: block;
  }
  .site-header #site-navigation {
    display: none;
  }
  .site-branding .custom-logo-link img {
    width: 180px;
  }
  .site-header-wrapper .header-button form {
    display: none;
  }
  .search-mobileview {
    display: block;
    color: black;
  }
}

@media (max-width: 989px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-top {
    margin-top: 45px;
  }
  .section-top-small {
    margin-top: 35px;
  }
  .section-top-xsmall {
    margin-top: 20px;
  }
  .section-wrap {
    margin-bottom: 20px;
  }
  .site-info p {
    margin: 0;
  }
  .site-info {
    flex-direction: column;
    gap: 10px;
  }
  .site-footer > .wrapper {
    padding: 0;
  }
  .site-header #site-navigation .header-button {
    display: none;
  }
  .site-branding .custom-logo-link img {
    width: 150px;
  }
}
@media (max-width: 567px) {
  .site-footer-wrapper .wrapper-medium {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-footer-wrapper {
    border-radius: 0;
  }
  .site-header-wrapper .header-button {
    display: none;
  }
  .offcanvas .offcanvas-content .header-button {
    display: block;
    margin-top: auto;
  }

  .btn.login-btn {
    padding: 7px 20px;
    width: 100%;
    border-radius: 0;
  }

  .login-content li a {
    width: 100%;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: var(--text-1);
  }

  .login-content li {
    border-bottom: 1px solid #0000001c;
    background-color: #d7e4f7;
  }

  .login-content {
    padding-left: 0;
    margin: 0;
  }

  .offcanvas-content {
    height: calc(100% - 59px);
    display: flex;
    flex-direction: column;
  }
  .login-content li:hover {
    background-color: #0057ac;
  }
  .login-content li a:hover {
    color: white;
  }
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.not-found .section-title {
  margin: 0;
  text-align: center;
}

.loader {
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
.filterBy {
  display: flex;
  align-items: center;
  gap: 15px;
}

.filterBy h5 {
  margin: 0;
}
.filterStatus span {
  font-size: 14px;
  border: 1px solid #0000002e;
  border-radius: 4px;
  margin-right: 12px;
  padding: 5px 15px;
}

.filterStatus strong {
  font-size: 14px;
  margin-right: 8px;
}

.error-404 .page-header h1,
.search-no-results .page-header h1 {
  margin: 30px 0;
  text-align: center;
}
.error404 .page-content,
.search-no-results .page-content {
  text-align: center;
}

.search-no-results .page-content {
  max-width: 500px;
  margin: auto;
}

.search-no-results .page-content p {
  margin: 0 0 10px;
}

.error404 .page-content a,
.search-no-results .page-content a {
  margin: 26px auto;
}

.search-no-results .course-filter__section form {
  justify-content: center;
}

.search-no-results form label input {
  outline: none;
  border-radius: 18px;
  padding: 5px 15px;
  border: 1px solid #777;
}

.search-no-results .search-submit {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: var(--transition-2);
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
}
