@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

:root {
  --navy-color: #273b79;
  --primary-color: #f06627;
  --gray-color: #f7f7f7;
  --cream-color: #fff5f1;
  --text-color: #4b4b4b;
  --breadcrumb-background: #f9f9f9;
  --blue-color: #00b3ee;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
}

body {
  scroll-behavior: smooth;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 15px;
  transition: all 0.3s ease;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

section {
  padding: 60px 0;
}

.logo {
  max-width: 200px;
}

img {
  max-width: 100%;
}

.orange-bg {
  background-color: var(--primary-color);
}

.blue-bg {
  background-color: var(--navy-color);
}

.title {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .title {
    text-align: center;
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  .title {
    font-size: 20px;
  }
}

.link {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 992px) {
  .link {
    margin-top: 15px;
  }
}

.link a {
  padding: 10px 30px;
  border-radius: 8px;
  background-color: var(--primary-color);
  color: #fff;
}

form .title {
  font-size: 27px;
  margin-bottom: 20px;
  text-align: center;
}

form img {
  width: 70%;
}

#educationContactForm .contact-form-item {
  flex-direction: row;
}

.wrapper {
  margin-bottom: 40px;
}

.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.content-wrapper {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.content-wrapper ul,
.content-wrapper ol {
  margin-left: 40px;
  margin-bottom: 20px;
}

.content-wrapper ul li {
  list-style: disc;
}

.content-wrapper ol li {
  list-style: decimal;
}

.content-wrapper p+h2,
.contnet-wrapper p+h3,
.content-wrapper p+h4,
.content-wrapper p+h5,
.content-wrapper p+h6 {
  margin-bottom: 10px;
}

.content-wrapper img {
  max-width: 100%;
  margin: 20px 0;
  max-height: 100%;
}

.content-wrapper .content-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}

.content-wrapper-header .title {
  margin-bottom: 10px;
}

header {
  position: sticky;
  top: 0;
  z-index: 11;
}

@media (max-width: 992px) {
  header {
    position: relative;
  }
}

.header-top {
  background-color: var(--primary-color);
  padding: 5px 0;
}

.header-top-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .header-top-left {
    justify-content: center;
  }
}

.header-top-left li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}

@media (max-width: 768px) {
  .header-top-left li a {
    font-size: 14px;
  }
}

.header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 992px) {
  .header-top-right {
    justify-content: space-between;
  }

  li#infoModal,
  li.infoModal {
    padding: 3px;
    text-align: center;
    cursor: pointer;
  }
}

.header-top-right li a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 1399px) {
  .header-top-left li {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .header-top-left li {
    font-size: 10px;
  }
}

@media (max-width: 1399px) {
  .header-top-right li {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .header-top-right li {
    font-size: 10px;
  }
}

.header-top-right li:nth-child(1) a {
  padding: 3px 16px;
  border-radius: 8px;
}

.header-top-right li:last-child {
  background-color: var(--navy-color);
  padding: 3px 8px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

@media (max-width: 450px) {
  .header-top-right li:nth-child(3) {
    font-size: 10px;
  }
}

.header-top-right li:first-child a {
  background-color: #fff;
  padding: 3px 16px;
  border-radius: 8px;
  color: red;
}

@media (max-width: 450px) {
  .header-top-right li a {
    font-size: 10px;
  }

  .header-top-right li:nth-child(1) a {
    padding: 3px;
  }

  .header-top-right li:nth-child(2) a {
    padding: 3px;
  }

  .header-top-right li:nth-child(3) a {
    padding: 3px;
    font-size: 10px !important;
  }

  .header-top-right li:nth-child(4) a {
    padding: 3px;
  }
}

.header-bottom {
  padding: 15px 0;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
}

nav {
  display: flex;
  justify-content: flex-end;
}

nav ul {
  gap: 10px;
}

nav ul li a {
  font-size: 14px;
}

@media (max-width: 1399px) {
  nav ul li a {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  nav ul li a {
    font-size: 10px;
  }
}

.dropdown {
  position: relative;
  transition: all 0.3s ease;
}

.dropdown a {
  display: inline-block;
}

.dropdown a i {
  transition: all 0.3s ease;
}

.dropdown:hover a i {
  transform: rotate(180deg);
}

.dropdown-content {
  position: absolute;
  background: #fff;
  z-index: 5;
  padding: 0;
  pointer-events: none;
  top: 100%;
  transform: scaleY(0);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform-origin: top;
  opacity: 0;
}

.dropdown:hover .dropdown-content {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
  width: auto;
}

@media (max-width: 992px) {
  .dropdown-content .dropdown-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dropdown-content .dropdown-items li {
  padding: 5px 0;
}

.dropdown-content .dropdown-items li:hover {
  color: var(--blue-color);
}

.left-align-dropdown .dropdown-content {
  left: -235px;
}

.left-align-dropdown:last-child .dropdown-content {
  left: -350px;
}

.mobile-header {
  display: none;
}

@media (max-width: 992px) {
  .desktop-header {
    display: none;
  }
}

.hamburger {
  display: none;
  position: relative;
}

.hamburger .bar {
  display: block;
  border-radius: 30px;
  margin: 5px 0;
  height: 3px;
  width: 30px;
  background-color: var(--navy-color);
  transition: 0.3s ease;
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media (max-width: 992px) {
  .header-top {
    position: relative;
    display: none;
  }

  .mobile-header {
    display: block;
    padding: 15px;
    background-color: #fff;
    z-index: 1111111111111;
    box-shadow: 0 0 5px;
    position: sticky;
    top: 0;
  }

  .mobile-header-top {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 111111111111111111111111;
  }

  .hamburger {
    position: absolute;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 5;
  }

  .hamburger::after {
    content: "MENÜ";
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--navy-color);
    font-weight: 700;
  }

  .overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 93vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 0;
    display: none;
    pointer-events: none;
    bottom: -20px;
  }

  .overlay.active {
    display: block;
    pointer-events: all;
  }

  body.active-menu .header-wrapper {
    pointer-events: all;
  }

  .mobile-logo img {
    max-width: 165px;
  }

  .header-wrapper {
    background-color: #fff;
    width: 40%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 5;
    padding: 30px 30px 0;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .header-wrapper.active {
    left: 0;
  }

  .mobile-nav {
    justify-content: flex-start;
  }

  .mobile-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
    top: 30%;
  }

  .mobile-nav ul li a {
    font-size: 16px;
  }

  .dropdown-content {
    top: 0;
    display: block;
    transform: scaleY(0);
    opacity: 0;
    min-width: 100%;
    transform-origin: top;
    visibility: hidden;
    transition:
      transform 0.3s ease-out,
      opacity 0.3s ease-out,
      visibility 0s 0.3s;
  }

  .dropdown:hover .dropdown-content {
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
    background: 0 0;
    box-shadow: none;
    border: none;
    width: 100%;
    position: static;
  }

  .dropdown.active .dropdown-content {
    visibility: visible;
    transform: scaleY(1);
    opacity: 1;
    background: 0 0;
    box-shadow: none;
    border: none;
    width: 100%;
    position: static;
    max-height: 375px;
    overflow-y: auto;
  }

  .dropdown-items li a {
    font-weight: 700;
    color: var(--blue-color);
  }
}

@media (max-width: 768px) {
  .mobile-header-top .logo {
    max-width: 150px;
  }

  .header-wrapper {
    width: 60%;
  }
}

@media (max-width: 450px) {
  .mobile-header {
    padding: 20px;
  }

  .header-wrapper {
    width: 80%;
  }
}

@media (max-width: 340px) {
  .header-wrapper {
    top: 155px;
  }

  .overlay {
    height: 77.4vh;
  }
}

.hero {
  padding: 0;
  position: relative;
}

.mobile-hero {
  display: none;
}

@media (max-width: 450px) {
  .desktop-hero {
    display: none;
  }

  .mobile-hero {
    display: block;
  }
}

.blue-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(38, 38, 201, 0.8),
      rgba(99, 99, 146, 0.4));
  z-index: 1;
}

.orange-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(245, 116, 31, 0.8),
      rgba(99, 99, 146, 0.4));
  z-index: 1;
}

.hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  font-size: 52px;
  line-height: 1.2;
}

.hero-title span:nth-child(1) {
  font-weight: 400;
}

.hero-title span:nth-child(2) {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 32px;
  }
}

.hero-desc {
  font-size: 22px;
}

@media (max-width: 1200px) {
  .hero-desc {
    font-size: 16px;
  }
}

.hero-link {
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
}

@media (max-width: 1200px) {
  .hero-link {
    font-size: 16px;
  }
}

.heroSlider .swiper-button-next {
  right: 20px;
}

.heroSlider .swiper-button-prev {
  left: 20px;
}

.heroSlider .swiper-button-next,
.swiper-rtl .swiper-button-prev i {
  border: 3px solid #fff;
  padding: 22px;
  font-size: 18px;
  color: #fff;
}

.heroSlider .swiper-button-prev,
.swiper-rtl .swiper-button-next i {
  border: 3px solid #fff;
  padding: 22px;
  font-size: 18px;
  color: #fff;
}

.why-us {
  background-color: var(--gray-color);
}

.why-us-content {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .why-us-content {
    flex-direction: column;
    text-align: center;
  }
}

.border-center {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.why-us-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-us-content img {
  max-width: 170px;
  max-height: 140px;
  border-radius: 30px;
}

.why-us-link {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: var(--primary-color);
}

.why-us-link .toggle-more-text {
  color: var(--primary-color);
  cursor: pointer;
}

@media (max-width: 768px) {
  .why-us-link {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.why-us-desc {
  position: relative;
  max-height: 65px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.why-us-desc.expanded {
  max-height: 2e3px;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-us-desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #f7f7f759, #f7f7f7);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.why-us-desc.expanded::after {
  opacity: 0;
}

.toggle-more-text {
  cursor: pointer;
  color: var(--primary-color);
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}

.toggle-more-text:hover {
  opacity: 0.8;
  transform: translateX(5px);
}

.toggle-more-text::after {
  content: "\f078";
  position: relative;
  opacity: 0;
  margin-left: -10px;
  transition: all 0.3s ease;
  font-family: fontawesome;
}

.toggle-more-text:hover::after {
  opacity: 1;
  margin-left: 5px;
}

.search {
  position: relative;
  padding: 60px 0;
}

.search .title {
  position: absolute;
  color: #fff;
  z-index: 2;
  top: 35%;
}

@media (max-width: 992px) {
  .search .title {
    position: relative;
    top: 0;
    color: #000;
    margin-bottom: 30px;
  }
}

.search-img {
  position: relative;
}

.search .blue-overlay {
  background: linear-gradient(to bottom,
      rgba(38, 38, 201, 0.6),
      rgba(55, 55, 179, 0.4));
}

.search-box {
  position: relative;
  top: -85px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 5px 0 var(--navy-color);
  padding: 50px 25px;
  border-radius: 30px;
}

@media (max-width: 1512px) {
  .search-box {
    top: -55px;
  }
}

@media (max-width: 992px) {
  .search-box {
    position: relative;
    top: -100px;
    margin-bottom: -110px;
  }
}

.search-box select {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid var(--navy-color);
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}

select:disabled {
  background-color: #efefef;
  color: #495057;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .search-box select {
    margin-bottom: 20px;
  }
}

.search-box label {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 700;
}

.search-box-bottom {
  text-align: center;
  margin-top: 50px;
}

.search-box-bottom button {
  padding: 10px 30px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid;
}

.statistics {
  padding: 60px 0 30px;
}

.statistics-container {
  background-color: #fff;
  box-shadow: 0 0 5px 0 var(--primary-color);
  padding: 50px 25px;
  border-radius: 30px;
}

.statistics-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 992px) {
  .statistics-content {
    margin-bottom: 20px;
  }
}

.statistics-content img {
  max-width: 70px;
  height: 70px;
}

.statistics-number {
  font-size: 32px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.statistics-name {
  font-size: 22px;
  font-weight: 400;
}

.programs {}

@media (max-width: 992px) {
  .programs ul {
    margin-bottom: 40px;
  }
}

.programs ul {
  margin-top: 30px;
}

.programs ul li {
  font-size: 18px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .programs ul li {
    font-size: 16px;
  }
}

.programs ul li:hover {
  color: var(--primary-color);
}

.programs ul li.active {
  color: var(--primary-color);
}

.programs-content {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
  padding: 60px 30px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  position: relative;
}

@media (max-width: 992px) {
  .programs-content {
    padding: 15px 20px;
  }
}

.programs-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid var(--primary-color);
  z-index: 1;
}

.programs-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #fff;
  filter: drop-shadow(-3px 0 3px rgba(99, 99, 99, 0.2));
  z-index: 2;
}

@media (max-width: 992px) {
  .programs-content::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid var(--primary-color);
    z-index: 1;
  }

  .programs-content::after {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 18px solid #fff;
    z-index: 2;
  }
}

.programs-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  padding: 8px;
  border-radius: 8px;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 1250px) {
  .programs-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .programs-box {
    margin-bottom: 10px;
    height: auto;
  }
}

.programs-box img {
  border-radius: 50%;
}

.programs-box span {
  color: #fff;
}

@media (max-width: 992px) {
  .programs-box span {
    padding: 10px;
  }
}

.programs-university {
  font-weight: 500;
  font-size: 14px;
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

#dynamic-text {
  animation: slideInFromLeft 0.5s ease-out;
  line-height: 26px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  #dynamic-text {
    font-size: 12px;
  }
}

.dynamic-text-container {
  position: relative;
}

.contact {
  background-image: url(../images/iletisim-formu.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 180px;
}

@media (max-width: 992px) {
  .contact {
    background-position: 50%;
  }
}

.contact .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.contact .title p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.contact .title span:nth-child(1) {
  font-weight: 400;
}

.contact .title span:nth-child(2) {
  font-weight: 700;
}

.form-wrapper {
  border: 2px solid #dcdcdc;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .form-info-wrapper {
    padding: 0;
  }
}

.form-info {
  background-color: var(--primary-color);
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 100px 0;
}

@media (max-width: 992px) {
  .form-info {
    padding: 100px 15px;
  }
}

.form-info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.form-info-box i {
  font-size: 52px;
}

.form-info-box span {
  text-align: center;
}

.contact-form {
  width: 104%;
  height: 100%;
  background-color: #fff;
  margin-left: -24px;
  position: relative;
}

@media (max-width: 992px) {
  .contact-form {
    width: 100%;
    margin-left: 0;
  }
}

.contact-form form {
  width: 100%;
  padding: 0 50px;
  position: relative;
  top: 25px;
}

@media (max-width: 992px) {
  .contact-form form {
    padding: 50px;
  }
}

@media (max-width: 450px) {
  .contact-form form {
    padding: 50px 15px;
  }
}

.form-group {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 17px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid;
  outline: none;
}

.form-group i {
  position: relative;
  font-size: 22px;
  left: -25px;
  color: var(--primary-color);
}

.accordion-container {
  width: 97%;
}

@media (max-width: 768px) {
  .accordion-container {
    width: 93%;
  }
}

.accordion-item {
  border-bottom: 1px solid;
}

.accordion-header {
  width: 100%;
  padding: 19px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  color: #8b8b82;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.accordion-header i {
  left: 0;
}

.accordion-header:hover {
  color: #ff5722;
}

.accordion-header i {
  color: #ff5722;
  transition: transform 0.3s ease;
}

.accordion-header.active i {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
  z-index: 3;
}

.accordion-content ul {
  padding-bottom: 20px;
  background-color: #fff;
}

.accordion-content li {
  padding: 10px 0;
  color: #666;
  cursor: pointer;
}

.accordion-content li:hover {
  color: #ff5722;
}

.contact-form button {
  position: relative;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  width: 50%;
  text-align: center;
  padding: 10px;
  background-color: var(--primary-color);
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 992px) {
  .contact-form button {
    position: relative;
    left: 0;
    right: 0;
    bottom: 10px;
    transform: translateX(0);
    width: 100%;
    margin-top: 20px;
  }
}

.form-list li a {
  text-decoration: underline;
}

.partners {
  background-image: url(../images/dunya-background.png);
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 280px 0;
}

.partners .title {
  text-align: center;
}

.partners-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.partners-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  border-left: none;
  margin-bottom: 20px;
}

.partners-box:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.partners-box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translateX(-10px);
  position: relative;
  z-index: 2;
  background-color: #fff;
  object-fit: contain;
}

.partners-university {
  font-size: 16px;
  transform: translateX(5px);
}

@media (max-width: 1200px) {
  .partners-university {
    font-size: 16px;
  }
}

.commnets {
  padding: 60px 0 120px;
}

.commnets .title {
  text-align: center;
  margin-bottom: 40px;
}

.commnets .link {
  margin-top: 0 !important;
}

.testimonilSlider {
  margin-bottom: 40px;
}

.comment-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0;
}

.comment-box-desc {
  position: relative;
  padding: 30px 30px 60px;
  background-color: var(--gray-color);
  border-radius: 10px;
  cursor: pointer;
}

.comment-box-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.comment-box-desc.expanded .comment-box-text {
  -webkit-line-clamp: unset;
}

@keyframes fadeInScale {
  from {
    opacity: 0.5;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOutScale {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0.5;
    transform: scale(0.95);
  }
}

.comment-box-desc i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.comment-box-bottom img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.comment-box-name {
  font-weight: 700;
}

.testimonilSlider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.testimonilSlider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.testimonilSlider .swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.testimonilSlider .swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.commnets .swiper-button-next,
.swiper-rtl .swiper-button-prev i {
  background-color: var(--primary-color);
  padding: 22px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

.commnets .swiper-button-prev,
.swiper-rtl .swiper-button-next i {
  background-color: var(--primary-color);
  padding: 22px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

.commnets .container {
  position: relative;
}

@media (max-width: 992px) {
  .btn-wrapper {
    position: relative;
    top: 90px;
  }
}

.swiper-button-prev {
  left: -100px;
}

@media (max-width: 1512px) {
  .swiper-button-prev {
    left: -55px;
  }
}

@media (max-width: 992px) {
  .swiper-button-prev {
    left: 180px;
  }
}

@media (max-width: 500px) {
  .swiper-button-prev {
    left: 140px;
  }
}

@media (max-width: 375px) {
  .swiper-button-prev {
    left: 110px;
  }
}

.swiper-button-next {
  right: -100px;
}

@media (max-width: 1512px) {
  .swiper-button-next {
    right: -55px;
  }
}

@media (max-width: 992px) {
  .swiper-button-next {
    right: 180px;
  }
}

@media (max-width: 500px) {
  .swiper-button-next {
    right: 140px;
  }
}

@media (max-width: 375px) {
  .swiper-button-next {
    right: 110px;
  }
}

.commnets .swiper-slide {
  transition:
    transform 0.3s ease,
    z-index 0.3s ease,
    opacity 0.3s ease;
  transform: scale(0.8);
  z-index: 1;
}

.commnets .swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}

.article {
  padding: 60px 0;
  background-color: var(--gray-color);
}

.article .title {
  text-align: center;
  margin-bottom: 40px;
}

.article-box {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  height: calc(100% - 20px);
}

@media (max-width: 500px) {
  .article-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .article-box img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }

  .article-box-text {
    padding: 0 20px 20px;
  }
}

.article-box-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 1550px) {
  .article-box-title {
    font-size: 16px;
  }
}

.article-box i {
  position: absolute;
  bottom: 10px;
  left: 41%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.article-box:hover i {
  left: 42%;
}

@media (max-width: 992px) {
  .article-box:hover i {
    left: 41%;
  }
}

@media (max-width: 500px) {
  .article-box i {
    position: relative;
    bottom: -10px;
    left: 50%;
  }
}

.article-box-text {
  flex: 1;
}

.article-box-desc {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 20px;
}

.news .title {
  text-align: center;
  margin-bottom: 40px;
}

.questions {
  background-color: var(--gray-color);
}

.questions .title {
  text-align: center;
  margin-bottom: 40px;
}

.faq {
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 15px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.faq-header {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: 0 0;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.faq-header-title {
  font-size: 16px;
}

@media (max-width: 992px) {
  .faq-header-title {
    font-size: 14px;
  }
}

.plus {
  position: relative;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq .bar {
  position: absolute;
  background-color: #000;
  width: 20px;
  height: 2px;
  transition: all 0.3s ease;
}

.faq .bar.vertical {
  transform: rotate(90deg);
}

.faq.active .plus {
  transform: rotate(180deg);
}

.faq.active .vertical {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
  z-index: 3;
}

.faq-content ul {
  padding: 0 20px 20px;
  background-color: #fff;
}

.faq-content li {
  padding: 10px 0;
}

@media (max-width: 992px) {
  .accreditation {
    padding: 60px 0 90px;
  }
}

.accreditation .container {
  position: relative;
}

.accreditation .title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.accreditation .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 350px;
  height: 2px;
  background-color: var(--primary-color);
}

.accreditation-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.accreditation-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary-color);
  width: 1px;
  height: 120px;
}

.accreditation .swiper-button-next,
.swiper-rtl .swiper-button-prev i {
  background-color: var(--primary-color);
  padding: 22px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
}

.accreditation .swiper-button-prev,
.swiper-rtl .swiper-button-next i {
  background-color: var(--primary-color);
  padding: 22px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
}

.accreditation .swiper-button-next {
  top: 70%;
}

.accreditation .swiper-button-prev {
  top: 70%;
}

@media (max-width: 992px) {
  .accreditation .btn-wrapper {
    position: relative;
    top: 40px;
  }

  .accreditation .swiper-button-next {
    top: 120%;
  }

  .accreditation .swiper-button-prev {
    top: 120%;
  }
}

.cta {
  background-color: var(--primary-color);
}

.cta-left {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.cta-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cta-right a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

footer {
  background-image: url(../images/footer-background.png);
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 100px 0 50px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 992px) {

  footer {
    padding: 100px 0;
  }


  .footer-left {
    margin: 40px 0;
  }
}

footer .logo img {
  width: 180px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.social-links-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.social-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links ul li a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.footer-right ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .footer-right ul {
    flex-wrap: wrap;
  }
}

.footer-right ul li {
  font-size: 22px;
  cursor: pointer;
  display: flex;
}

.footer-content {
  display: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
  padding: 40px 15px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  position: relative;
}

.footer-content.active {
  display: flex;
  justify-content: left;
}

.footer-tab {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.3s ease;
  position: relative;
}

.footer-tab.active {
  color: #f06627;
}

.footer-tab::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f06627;
  transition: width 0.3s ease;
}

.footer-tab.active::after {
  width: 100%;
}

.footer-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}

.footer-content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 4.8%;
  left: var(--triangle-left, 50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  z-index: 1;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .footer-content::before {
    left: 9.8%;
  }
}

.footer-content::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 5%;
  left: var(--triangle-left, 50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 2;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .footer-content::after {
    left: 10%;
  }
}

.footer-menu li.active {
  font-weight: 700;
}

.footer-right .footer-content ul li a {
  font-size: 14px;
}

.footer-right .footer-content ul li a:hover {
  color: var(--primary-color);
}

.footer-bottom-left {
  position: relative;
}

@media (max-width: 992px) {
  .footer-bottom-left {
    margin-bottom: 20px;
  }
}

.footer-bottom-left a {
  font-weight: 700;
}

.footer-bottom-left::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  left: -15px;
}

@media (max-width: 768px) {
  .footer-bottom-left::before {
    display: none;
  }
}

.footer-bottom-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

@media (max-width: 992px) {
  .footer-bottom-right ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.footer-bottom-right ul li {
  position: relative;
}

.footer-bottom-right ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  left: -20px;
}

@media (max-width: 768px) {
  .footer-bottom-right ul li:nth-child(2)::before {
    display: none;
  }
}

.footer-bottom-right ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  right: -20px;
}

@media (max-width: 768px) {
  .footer-bottom-right ul li:nth-child(2)::after {
    display: none;
  }
}

.masters-degree {
  padding: 0;
}

.masters-degree .container-fluid {
  padding: 0;
}

.masters-degree .row {
  margin: 0;
}

.masters-hero {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.masters-hero .row>* {
  padding-left: 0;
}

@media (max-width: 992px) {
  .masters-hero .row>* {
    padding-left: 12px;
  }
}

.masters-hero-text-wrapper {
  background-color: #f06627c7;
  color: #fff;
  padding: 30px 150px;
  font-size: 32px;
}

@media (max-width: 992px) {
  .masters-hero-text-wrapper {
    padding: 30px;
  }
}

.masters-hero-text {
  transform: translateX(150px);
}

@media (max-width: 1512px) {
  .masters-hero-text {
    transform: translateX(-40px);
  }
}

@media (max-width: 992px) {
  .masters-hero-text {
    transform: translateX(0);
  }
}

.form-container {
  background-color: #fff;
  margin-left: -12px;
  padding: 19px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .form-container {
    margin-left: 0;
  }
}

.form-title {
  font-size: 22px;
  font-weight: 700;
}

.form-desc a {
  color: var(--primary-color);
  font-weight: 500;
}

.form-item {
  margin-top: 15px;
}

.form-item input {
  width: 100%;
  padding: 10px;
  background-color: var(--cream-color);
  border: none;
  outline: none;
}

.form-item select {
  width: 100%;
  padding: 10px;
  background-color: var(--cream-color);
  border: none;
  outline: none;
  color: var(--text-color);
  cursor: pointer;
}

.form-item label {
  font-size: 14px;
}

.form-item label input {
  width: auto;
  padding: 0;
}

.form-item button {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  color: #fff;
  padding: 10px 30px;
  border: none;
  transition: all 0.3s ease;
}

.form-item button:hover {
  background-color: #fff;
  color: var(--primary-color);
}

aside {
  background-color: #f8f8fa;
  padding: 10px 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  border-radius: 30px;
  position: sticky;
  top: 140px;
  margin-top: 30px;
  margin-bottom: 40px;
}

aside .title {
  font-size: 22px;
  margin-bottom: 7px;
  font-weight: 700;
}

aside ul li {
  font-size: 14px;
  font-weight: 300;
}

.aside-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  margin: 0;
}

.aside-contact img {
  width: 30px;
}

.aside-contact span {
  font-size: 14px;
  font-weight: 700;
}

.info-box {
  background: linear-gradient(to right, #e4beac36, #f2f4fd3d);
  padding: 30px;
  border-radius: 30px;
  color: var(--text-color);
  margin-bottom: 20px;
  box-shadow: #f066276e 0 3px 8px;
  height: calc(100% - 30px);
  transition: all 0.3s ease-in-out;
}

.info-box-list-wrapper {
  padding: 30px 0;
}

.info-box .flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .info-box .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}

.info-box .flex img {
  width: 50%;
}

@media (max-width: 768px) {
  .info-box .flex img {
    width: 100%;
  }
}

.info-box-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.1s ease-in-out;
  color: #000;
  font-weight: 500;
}

.info-box-img img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.info-box-desc {
  font-size: 14px;
}

.country-university .col-lg-12 {}

.info-box-list {
  padding: 30px 0;
}

.info-box-list ul {
  margin-left: 0;
  column-count: 2;
  column-gap: 20px;
}

.info-box-list ul li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.info-box-list ul li a {
  font-weight: 700;
  text-decoration: underline;
}

.info-box-flex {
  display: flex;
  flex-direction: column;
}

.info-box-bottom a {
  font-weight: 700;
}

.info-box-wrapper {
  padding: 30px 0;
}

.banner {
  max-width: 100%;
  margin-bottom: 80px;
}

.table-section {
  padding: 0 0 90px;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

th,
td {
  text-align: center;
  padding: 15px;
  border: 1px solid var(--primary-color);
}

th {
  background-color: #ff8c42;
  color: #fff;
  font-weight: 700;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:nth-child(odd) {
  background-color: #fff;
}

td {
  font-size: 14px;
}

.table-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.top-table {
  margin-bottom: 50px;
}

.mastersSlider {
  padding: 60px 10px;
}

.masters-slider .container {
  position: relative;
}

.masters-slider .swiper-button-next-university i {
  font-size: 32px;
  color: var(--primary-color);
}

.masters-slider .swiper-button-prev-university i {
  font-size: 32px;
  color: var(--primary-color);
}

.masters-slider .swiper-button-next-university {
  right: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.masters-slider .swiper-button-prev-university {
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.master-slider-box {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: rgba(243, 131, 3, 0.24) 0 3px 8px;
}

.master-slider-box img {
  border-radius: 20px;
}

.master-slider-text {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .masters-slider .btn-wrapper {
    position: relative;
    top: -30px;
  }
}

.masters-slider .swiper-slide {
  transition:
    transform 0.3s ease,
    z-index 0.3s ease,
    opacity 0.3s ease;
  transform: scale(0.8);
  z-index: 1;
}

.masters-slider .swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}

.breadcrumb-wrapper {
  background-color: var(--breadcrumb-background);
  padding: 0;
  text-align: center;
}

.breadcrumb-top {
  background-color: var(--primary-color);
  padding: 30px 0;
  color: #fff;
}

.breadcrumb-link {
  padding: 15px;
}

.breadcrumb-link ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-link ul {
  color: #797979;
}

.breadcrumb-link ul li:last-child {
  font-weight: 700;
}

.breadcrumb-link ul li a:hover {
  color: var(--blue-color);
}

.contact-page .faq {
  border-radius: 10px;
}

.contact-page .faq-header-title {
  font-size: 16px;
}

.contact-page .faq-header {
  align-items: flex-start;
}

.contact-page .faq .bar {
  width: 15px;
}

.address-wrapper {
  padding: 50px 0;
}

.contact-detail .address-wrapper .title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.address-box {
  padding: 10px;
  background-color: var(--navy-color);
  margin-bottom: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.address-box:hover {
  background-color: var(--primary-color);
}

.address-box a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-box a span {
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px 10px;
}

.address-box a span {
  margin-right: 15px;
  transition: all 0.3s ease;
}

.address-box:hover a span {
  margin-right: 0;
}

.contact-page .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-form-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.selected-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.country-tag {
  background-color: #ff5722;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  margin: 2px;
}

.country-tag span {
  margin-left: 5px;
  cursor: pointer;
}

#multiSelect {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}

.contact-form-item input,
.contact-form-item textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.contact-form-item select {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

.contact-form-checkbox {
  margin-bottom: 20px;
}

.contact-form-checkbox label {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

@media (max-width: 578px) {
  .contact-form-checkbox label {
    font-size: 11px;
  }

  .contact-form-checkbox label a {
    font-size: 11px;
  }
}

.contact-form-checkbox label a {
  font-weight: 700;
}

@media (max-width: 992px) {
  .recaptcha {
    margin-bottom: 20px;
  }
}

.contact-form-item {
  display: flex;
  justify-content: flex-end;
}

.contact-form-item button {
  width: 60%;
  min-height: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background-color: var(--primary-color);
  color: #fff;
  border: 3px solid var(--primary-color);
  transition: all 0.3s ease;
}

.contact-form-item button:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 992px) {
  .contact-form-item button {
    width: 100%;
  }
}

.contact-page .content-wrapper {
  margin-top: 40px;
}

.font-control button {
  background: 0 0;
  border: none;
}

.blog-detail .content-wrapper {
  padding: 0 30px;
}

.blog-detail-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.blog-detail-top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.font-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-detail-top-right {
  display: flex;
  gap: 15px;
}

.blog-detail-top-right a {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 50%;
}

.blog-detail-top-right a:hover {
  background-color: var(--navy-color);
  color: #fff;
}

.blog-detail-left img {
  max-width: 100%;
  margin-bottom: 30px;
  width: 100%;
}

.blog-detail-left aside {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateY(0);
  opacity: 1;
}

.blog-detail-left aside.sticky {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.blog-detail-left aside img {
  width: 30px;
  margin-bottom: 0;
}

.table-content {
  padding: 30px;
  background-color: var(--navy-color);
  color: #fff;
  position: sticky;
  top: 10px;
}

.table-content-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.table-content ul li {
  margin-bottom: 10px;
}

.blog-detail .content-wrapper a {
  color: var(--primary-color);
  font-weight: 700;
}

.blog-detail .content-wrapper p {
  line-height: 2;
}

.content-wrapper-section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content-wrapper-list-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.content-wrapper-section ul {
  margin-left: 15px;
}

.content-wrapper-section ul li {
  margin-bottom: 10px;
}

.content-wrapper-section ul li span {
  font-weight: 700;
}

.content-wrapper .university-list {
  list-style-type: none;
}

.blog-detail form {
  margin-bottom: 40px;
}

.author {
  padding: 30px;
  background-color: var(--breadcrumb-background);
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}

@media (max-width: 568px) {
  .author {
    flex-direction: column;
  }
}

.author img {
  max-width: 100%;
}

@media (max-width: 568px) {
  .author img {
    width: auto;
  }
}

.author-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.author-title .author-name {
  font-weight: 700;
}

.author-title .author-name:hover {
  color: var(--blue-color);
}

.author-text p {
  font-size: 14px;
}

.blog-detail-title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.blog .article-box i {
  left: 37%;
}

.blog-detail .article-box i {
  left: 40%;
}

.blog-detail .contact-form-item {
  flex-direction: row;
}

.maps {
  margin: 40px 0;
}

.contact-detail-wrapper {
  margin-bottom: 40px;
}

.contact-detail .title {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-item {
  margin-bottom: 40px;
}

.contact-item li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.contact-item li:not(:last-child) {
  color: var(--navy-color);
}

.contact-item i {
  margin-right: 8px;
  font-size: 18px;
  color: var(--navy-color);
}

.working-hours ul li {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px;
}

.footer-sticky {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #000;
  position: fixed;
  z-index: 8;
  width: 100%;
  bottom: 0;
  padding: 0 0.5rem 1.15rem;
  border-top-left-radius: 2.15rem;
  border-top-right-radius: 2.15rem;
  border-top: 6px solid var(--primary-color);
}

@media (max-width: 992px) {
  .footer-sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-sticky .sticky-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.footer-sticky .sticky-box .icon {
  height: 48px;
  width: 48px;
  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;
}

.footer-sticky .sticky-box .text {
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media (max-width: 568px) {
  .footer-sticky .sticky-box .text {
    font-size: 13px;
  }
}

.footer-sticky .top-box .icon::before {
  content: "";
  position: absolute;
  height: 66px;
  width: 66px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
}

.footer-sticky .top-box .icon::after {
  content: "";
  position: absolute;
  height: 56px;
  width: 56px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.75;
}

.footer-sticky .sticky-box .icon i {
  font-size: 22px;
  color: #fff;
}

.footer-sticky .top-box .icon i {
  font-size: 22px;
  color: #fff;
}

.footer-sticky .top-box {
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}

.footer-sticky .top-box .text {
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  text-align: center;
}

.footer-sticky .top-box .icon {
  background: var(--primary-color);
  border-radius: 50%;
  position: relative;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  transform: translateY(-50px);
  transition:
    transform 0.5s ease-out,
    opacity 0.5s ease-out;
  opacity: 0;
  border-radius: 0;
  border: none;
  border-radius: 8px;
}

.modal-content form {
  padding: 15px;
}

.modal-content-header {
  padding: 20px 40px 15px 31px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.modal-content-header span {
  padding-inline: 15px;
  font-weight: 700;
}

.modal.show {
  display: block;
}

.modal.show .modal-content {
  transform: translateY(15px);
  opacity: 1;
}

@media (max-width: 992px) {
  .modal.show .modal-content {
    transform: translateY(25px);
  }
}

@media (max-width: 425px) {
  .modal-content {
    width: 90%;
  }
}

#close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
  cursor: pointer;
  font-size: 22px;
}

.modal .contact-form-checkbox label {
  font-size: 12px;
}

@media (max-width: 768px) {
  .modal .contact-form-checkbox label {
    font-size: 10px;
  }
}

.modal .contact-form-item button {
  padding: 15px;
}

.modal .contact-form-item input {
  padding: 10px;
}

.modal .contact-form-item select {
  padding: 10px;
}

.modal .recaptcha img {
  margin-bottom: 20px;
  width: 50%;
}

.modal .contact-form-item button {
  font-size: 14px;
  width: 100%;
}

.modal .contact-form-checkbox label a {
  font-size: 12px;
}

.fixed-btn {
  display: block;
  position: fixed;
  bottom: 50%;
  right: -50px;
  padding: 5px 30px 1px;
  margin: 0;
  background-color: var(--primary-color);
  border-radius: 5px 5px 0 0;
  z-index: 10;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  border-bottom: 4px solid var(--primary-color);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
}

@media (max-width: 992px) {
  .fixed-btn {
    display: none;
  }
}

.university-programs {
  padding: 0;
}

.university-programs .container-fluid {
  padding: 0;
}

.university-programs .row {
  margin: 0;
}

.university-programs .masters-hero-desc {
  font-size: 16px;
}

.university-programs-right {
  padding: 30px 0;
}

.university-programs-right .title {
  font-size: 27px;
}

.university-programs .content-wrapper {
  padding-left: 40px;
}

.university-programs-right .content-wrapper ul {
  margin-left: 20px;
}

.university-programs-right .content-wrapper ul li {
  margin-bottom: 10px;
}

.university-programs-right .content-wrapper ul li a {
  font-weight: 700;
}

.university-programs-right .content-wrapper ul li a:hover {
  color: var(--blue-color);
}

.university-programs-right .content-wrapper p a {
  font-weight: 700;
}

.university-programs-right .content-wrapper p a:hover {
  color: var(--blue-color);
}

.arrow-list {
  margin-left: 0 !important;
}

.arrow-list li {
  list-style-type: none !important;
}

.arrow-list li i {
  color: var(--navy-color);
  font-weight: 700;
}

.content-wrapper thead tr {
  background-color: var(--navy-color);
  color: #fff;
  font-weight: 700;
}

.university-programs table {
  margin: 20px 0;
}

.university-programs th,
td {
  border: 1px solid #dcdcdc;
}

.content-wrapper .title {
  margin: 10px 0;
}

.university-wrapper {
  padding: 60px 0;
}

.university-box {
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
}

.university-box-title {
  padding-top: 10px;
  font-weight: 700;
}

.university-box:hover .university-box-title {
  color: var(--blue-color);
}

.university-programs form {
  margin-top: 80px;
}

.university-programs .form-container form {
  margin-top: 0;
}

.university-programs .contact-form-item {
  flex-direction: row;
  justify-content: flex-end;
}

.country-university {
  padding: 0;
}

.country-university .container-fluid {
  padding: 0;
}

.country-university .row {
  margin: 0;
}

.country-university .title {
  font-size: 20px;
  font-weight: 600;
}

.country-university .recaptcha img {
  width: 50%;
}

.country-university form {
  margin-top: 80px;
}

.country-university .form-container form {
  margin-top: 0;
}

.country-university table {
  margin: 20px 0;
}

.country-university .content-wrapper p a {
  font-weight: 700;
}

.country-university .content-wrapper p a:hover {
  color: var(--blue-color);
}

.blog-title {
  text-align: center;
  margin-bottom: 40px;
}

.accordion-section {
  margin-top: 80px;
}

.country-university .contact-form-item {
  flex-direction: row;
}

.university-detail {
  padding: 0;
}

.university-detail aside {
  margin-bottom: 30px;
}

.university-detail .container-fluid {
  padding: 0;
}

.university-detail .row {
  margin: 0;
}

.university-detail .title {
  font-size: 27px;
}

.university-detail form {
  margin-top: 80px;
}

.university-detail .form-container form {
  margin-top: 0;
}

.university-detail table {
  margin: 50px 0;
}

.university-detail th,
td {
  border: 1px solid #dcdcdc;
}

.university-detail .content-wrapper p a {
  font-weight: 700;
}

.university-detail .content-wrapper p a:hover {
  color: var(--blue-color);
}

.gallery-item img {
  border-radius: 30px;
  margin-bottom: 30px;
}

.gallery .title {
  margin-bottom: 30px;
}

.video-box {
  position: relative;
}

.video-box img {
  width: 70%;
}

.play {
  width: 80px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play #play-youtube {
  opacity: 0.3;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.video-box:hover .play #play-youtube {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

.about-us .content-wrapper p a {
  font-weight: 700;
}

.about-us .content-wrapper p a:hover {
  color: var(--blue-color);
}

.about-us .banner {
  margin-top: 80px;
}

.job-opportunity p {
  font-weight: 700;
  text-align: center;
}

.job-opportunity tbody tr td a {
  background-color: var(--navy-color);
  min-width: 100%;
  padding: 8px 36px;
  color: #fff;
}

.job-opportunity-detail .content-wrapper p span {
  font-weight: 700;
}

.job-opportunity-detail .content-wrapper ul li {
  margin-bottom: 10px;
}

.job-opportunity-detail .content-wrapper ul li span {
  font-weight: 700;
}

.job-opportunity-detail .recaptcha img {
  width: 50%;
}

.comments .comment-box {
  margin-bottom: 40px;
}

.filter-wrapper {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .filter-btn {
    display: none;
  }

  #filter-select {
    display: block;
  }
}

@media (min-width: 992px) {
  #filter-select {
    display: none;
  }

  .filter-btn {
    display: block;
  }
}

.filter-btn button {
  width: 100%;
  padding: 15px;
  border: 1px solid gray;
  background-color: initial;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.filter-btn button:hover {
  border: 2px solid var(--blue-color);
  color: var(--blue-color);
}

.filter-btn button.active {
  background-color: var(--blue-color);
  color: #fff;
}

@media (max-width: 992px) {
  .filter-btn button {
    margin-bottom: 15px;
  }
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.comments .col-lg-4 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition:
    opacity 300ms ease-in-out,
    transform 300ms ease-in-out;
}

.comments .col-lg-4.hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  order: 999;
}

.flex-wrap .col-lg-4.hidden[style*="display: none"] {
  order: 999;
}

.header-event {
  padding: 15px 0;
  box-shadow: 0 0 5px;
  background-color: #fff;
}

.header-event-center {
  display: flex;
  justify-content: center;
}

.header-event-center img {
  max-width: 200px;
}

@media (max-width: 992px) {
  .header-event-center {
    margin: 20px 0;
  }
}

@media (max-width: 992px) {
  .header-event-left {
    display: flex;
    justify-content: center;
  }
}

.header-event-left a {
  font-size: 27px;
  font-weight: 500;
  color: var(--navy-color);
}

@media (max-width: 1050px) {
  .header-event-left a {
    font-size: 22px;
  }
}

.header-event-right {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .header-event-right {
    justify-content: center;
  }
}

.header-event-right a {
  font-size: 27px;
  font-weight: 500;
  color: var(--navy-color);
}

@media (max-width: 1050px) {
  .header-event-right a {
    font-size: 22px;
  }
}

.events .event-box {
  filter: grayscale(0%);
}

.event-box.disabled {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
}

.event-box {
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  cursor: pointer;
  margin-bottom: 40px;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.event-box:hover {
  filter: grayscale(0%);
}

.event-box-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--primary-color);
}

@media (max-width: 768px) {
  .event-box-wrapper {
    flex-direction: column;
  }
}

.events-page .title {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  text-align: left;
}

.events-page .accreditation .title::after {
  display: none;
}

.event-box-title {
  font-size: 27px;
  padding: 5px;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

@media (max-width: 768px) {
  .event-box-title {
    text-align: center;
  }
}

.event-box-center {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .event-box-center {
    padding: 10px 15px;
  }
}

.event-text-wrapper {
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

@media (max-width: 768px) {
  .event-text-wrapper {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}

.event-box-location {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: right;
}

@media (max-width: 768px) {
  .event-box-location {
    text-align: center;
  }
}

.event-box-right {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 10px;
  position: relative;
  z-index: 2;
}

.event-box-right i {
  color: #fff;
  font-size: 27px;
}

.event-box-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  padding: 0;
  position: relative;
}

.event-box-content-header {
  background: #3498db;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 8px;
  display: inline-block;
  margin-top: -25px;
}

.event-box-content.active {
  height: auto;
  padding: 0 0 30px;
}

.event-box-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 28px 0;
  border-color: #eee transparent transparent transparent;
  border-top-color: var(--primary-color);
}

@media (max-width: 768px) {
  .event-box-content::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.events-info {
  padding: 90px 0;
  background-color: #f5f5f5;
}

.events-info-list li img {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.events-info-list li:nth-child(odd) {
  border-bottom: 1px solid #dcdcdc;
  padding: 30px 0;
}

.events-info-list li:nth-child(even) .row {
  display: flex;
  padding-top: 30px;
}

.events-info-list li:nth-child(even) .col-lg-6:first-child {
  order: 2;
}

.events-info-list li:nth-child(even) .col-lg-6:last-child {
  order: 1;
}

.footer-event {
  background-color: #262626;
  background-image: none;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 35px;
}

.footer-event .social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
}

.footer-event .social-links a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-event .social-links a i:hover {
  background-color: var(--blue-color);
  color: #fff;
}

.footer-event-desc {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

.author-detail .title {
  text-align: center;
  margin-bottom: 30px;
}

.author-detail .author img {
  max-width: 100%;
  width: auto;
}

.author-detail .author-title .author-name:hover {
  color: inherit;
}

.job-opportunity-detail .cv-upload {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #767676;
  margin-bottom: 20px;
}

.job-opportunity-detail .cv-upload input {
  position: relative;
  left: 200px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .job-opportunity-detail .cv-upload input {
    left: 0;
  }
}

.job-opportunity-detail .cv-upload span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .job-opportunity-detail .cv-upload span {
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(0);
  }
}

.job-opportunity-detail .contact-form-item textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  resize: none;
}

.universitys-wrapper {
  padding: 60px 0;
}

.universitys-box {
  display: block;
  margin-bottom: 30px;
  box-shadow: #f066276e 0 3px 8px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .universitys-box img {
    width: 100%;
  }
}

.universitys-box-bottom {
  padding: 20px;
}

.universitys-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.univetsitys-box-desc {
  font-size: 14px;
}

.category-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.category-box img {
  width: auto;
  height: 50px;
}

.category-box-title {
  width: 100%;
  padding: 10px 0;
  background-color: #fffcfb;
  box-shadow: #f066276e 0 3px 8px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.university-col {
  margin-bottom: 60px;
}

.university-col-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.university-col-content {
  display: flex;
  box-shadow: #f066276e 0 3px 8px;
  border-radius: 30px;
  overflow: hidden;
}

.university-col-content img {
  max-width: 30%;
  border-top-right-radius: 30px;
  object-fit: cover;
}

.university-col-list {
  padding: 40px;
}

.university-col-list ul li {
  margin: 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contracted-universities-bottom .university-col-content img {
  max-width: 60%;
}

.error-page-right {
  text-align: center;
}

.error-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.home-link {
  font-weight: 700;
  font-size: 22px;
}

.whatsapp-wrapper {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 99;
}

@media (max-width: 992px) {
  .whatsapp-wrapper {
    display: none;
  }
}

.whatsapp-container {
  position: relative;
  right: 30px;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.whatsapp-wrapper .close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  background-color: #29a71a;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  color: #fff;
}

.modal-header {
  background-color: #29a71a;
  text-align: center;
  padding: 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.modal-header .modal-title {
  color: #fff;
}

.whatsapp-modal {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
  border-radius: 10px;
  display: none;
  transform: scaleY(0);
  transform-origin: bottom right;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
  background-color: #fff;
}

.whatsapp-modal.active {
  display: block;
  opacity: 1;
  transform: scaleY(1);
  margin-bottom: 15px;
}

.team-list li a {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.team-list li a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.team-list li a i {
  color: #29a71a;
  font-size: 22px;
}

.info {
  display: flex;
  gap: 10px;
}

.info-name {
  font-weight: 900;
}

.whatsapp-container .info-title {
  font-size: 14px;
}

.whatsapp-icon {
  border: none;
  background: 0 0;
}

.whatsapp-icon img {
  width: 65px;
}

.hero-desc {
  max-width: 1200px;
}

.masters-hero-desc {
  font-size: 16px;
}

.info-box-title i {
  padding-right: 5px;
}

iframe {
  max-width: 100%;
}

.program-content {
  display: none;
}

.program-content.active {
  display: block;
}

@media (max-width: 992px) {
  .programs-content:not(:has(.program-content.active)) {
    display: none;
  }
}

.program-item {
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease;
}

.program-item.active {
  font-weight: 700;
  color: var(--primary-color);
}

.program-item i {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

@media (max-width:992px) {
  .program-item i {
    color: #ff6b00;
  }
}

.program-item.active i {
  transform: rotate(90deg);
}

.programs-box:hover {
  box-shadow: 0 0 10px #ff6b00;
  background: 0 0;
}

.programs-university {
  font-size: 15px;
  color: #333;
}

.orange-bg {
  background: #ff6b00;
}

.orange-bg .programs-university {
  color: #fff;
  transition: all 0.3s ease;
}

.programs-box:hover .programs-university {
  color: tomato;
}

.programs-university {
  transition: all 0.3s ease;
}

.comment-box-bottom {
  margin-top: -50px;
  z-index: 1;
}

.content-box {
  margin-top: 30px;
}

li.working-hours-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.home-modal-content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.home-close {
  position: absolute;
  top: -15px;
  right: 5px;
  cursor: pointer;
  font-size: 40px;
}

.recaptcha-container {
  margin: 20px 0;
}

#confirmSubmit {
  padding: 10px 20px;
  border: none;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

#confirmSubmit:disabled {
  background: var(--primary-color);
  transition: all 0.3s ease;
}

#confirmSubmit:hover {
  background: #0056b3;
  transition: all 0.3s ease;
}

.filter-btn {
  flex: 1;
  min-width: 200px;
}

.filter-btn button {
  width: 100%;
  padding: 10px 20px;
  border: 2px solid #eee;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-btn button.active {
  background: #0056b3;
  color: #fff;
  border-color: #0056b3;
}

.filter-btn button:hover {
  background: #f8f9fa;
  border-color: #0056b3;
}

.filter-btn button.active:hover {
  background: #004494;
}

.comment-box-desc.expanded .comment-box-text {
  -webkit-line-clamp: unset;
}

.comment-box-desc.expandable {
  cursor: pointer;
}

@keyframes fadeOutScale {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  #filter-buttons {
    display: none;
  }

  #filter-select {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #eee;
  }
}

@media (min-width: 769px) {
  #filter-select {
    display: none;
  }
}

.modal-dialog {
  max-width: 500px;
}

.modal-content {
  border-radius: 8px;
}

.modal-header {
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
}

.recaptcha {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

.program-info {
  color: #666;
  font-size: 0.9em;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

div#commentModal .modal-header {
  background-color: var(--primary-color);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.add-comment-section button.btn.btn-primary.w-100 {
  padding: 10px 20px;
}

.hr-form {
  padding: 50px 0;
}

.position-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: -25px;
}

.position-info {
  display: flex;
  gap: 30px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
}

.info-item i {
  color: #ff5722;
}

.apply-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ff5722;
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ff5722;
}

.apply-button:hover {
  background: #fff;
  color: #ff5722;
  border: 1px solid #ff5722;
}

.apply-button i {
  transition: transform 0.3s ease;
}

.apply-button:hover i {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .position-info-wrapper {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .position-info {
    flex-direction: column;
    gap: 15px;
  }
}

.hr-form .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
}

.hr-form .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: #ff5722;
}

.hr-form .col-lg-12 {
  margin-bottom: 25px;
}

.contact-form-item input[type="text"],
.contact-form-item input[type="email"],
.contact-form-item textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  transition: all 0.3s ease;
}

.contact-form-item input[type="text"]:focus,
.contact-form-item input[type="email"]:focus,
.contact-form-item textarea:focus {
  border-color: #ff5722;
  box-shadow: 0 0 0 2px rgba(255, 87, 34, 0.1);
  outline: none;
}

.contact-form-item textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form-checkbox {
  margin: 5px 0;
}

.contact-form-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.contact-form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #ff5722;
  border-radius: 3px;
  cursor: pointer;
}

.contact-form-checkbox a {
  color: #ff5722;
  text-decoration: none;
  font-weight: 500;
}

.contact-form-checkbox a:hover {
  text-decoration: underline;
}

.contact-form-item button[type="submit"] {
  background-color: #ff5722;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  border: 1px solid #ff5722;
}

.contact-form-item button[type="submit"]:hover {
  background-color: #fff;
  color: #ff5722;
  border: 1px solid #ff5722;
}

.recaptcha {
  margin-bottom: 15px;
}

.align-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

::placeholder {
  color: #999;
  opacity: 1;
}

.cv-upload-wrapper {
  width: 100%;
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  background-color: #f8f9fa;
  position: relative;
}

.cv-upload-wrapper:hover {
  border-color: #ff5722;
  background-color: #fff5f2;
}

.cv-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  color: #666;
  font-size: 15px;
}

.cv-upload-label i {
  font-size: 24px;
  color: #ff5722;
  transition: all 0.3s ease;
}

.cv-upload-wrapper:hover .cv-upload-label i {
  transform: translateY(-3px);
}

.cv-upload-label.file-selected {
  color: #28a745;
}

.cv-upload-label.file-selected i {
  color: #28a745;
}

.cv-upload-wrapper::after {
  content: "DosyayÃ„Â± buraya sÃƒÂ¼rÃƒÂ¼kleyebilir veya tÃ„Â±klayarak seÃƒÂ§ebilirsiniz";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #999;
}

.form-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.form-bottom-wrapper .contact-form-item {
  margin: 0;
  flex: 0 0 200px;
}

.form-bottom-wrapper .recaptcha {
  margin: 0;
}

@media (max-width: 768px) {
  .contact-form-checkbox label {
    font-size: 13px;
  }

  .hr-form .title {
    font-size: 20px;
  }

  .cv-upload-wrapper {
    padding: 20px 15px;
  }

  .cv-upload-label {
    font-size: 14px;
  }

  .cv-upload-wrapper::after {
    font-size: 11px;
  }

  .form-bottom-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .form-bottom-wrapper .contact-form-item {
    flex: 0 0 100%;
    width: 100%;
  }
}

.ik-list-section {
  padding: 10px 0;
  background-color: #f8f9fa;
}

.section-title h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #333;
}

.section-title p {
  font-size: 18px;
  color: #666;
}

.position-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 5%);
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
}

.position-card:hover {
  box-shadow: 0 5px 20px rgba(255, 87, 34, 0.2);
}

.position-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.position-header h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
}

.status-badge {
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #dc3545;
  color: #fff;
}

.status-badge.active {
  background-color: #28a745;
  color: #fff;
}

.position-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.meta-item i {
  color: #ff5722;
  font-size: 16px;
}

.position-content {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.position-footer {
  margin-top: auto;
}

.position-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff5722;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.position-link:hover {
  color: #f4511e;
}

.position-link i {
  transition: transform 0.3s ease;
}

.position-link:hover i {
  transform: translateX(5px);
}

.filter-wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.filter-group {
  flex: 1;
  min-width: 200px;
}

.form-select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}

.form-select:focus {
  border-color: #ff5722;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 87, 34, 0.2);
}

.position-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
  padding: 15px 0;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.detail-item i {
  color: #ff5722;
  font-size: 14px;
}

.header-top-right li a {
  border-radius: 8px;
}

ul.header-top-right .menu-link:hover {
  color: #fff;
}

.no-positions-wrapper {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 5%);
  padding: 60px 30px;
  text-align: center;
  margin: 40px 0;
}

.no-positions-content {
  max-width: 600px;
  margin: 0 auto;
}

.no-positions-content i {
  font-size: 60px;
  color: #ff5722;
  margin-bottom: 20px;
  display: block;
}

.no-positions-content h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.no-positions-content p {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.no-positions-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.no-positions-actions a {
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
}

.no-positions-actions .home-link {
  background: #ff5722;
  color: #fff;
  border: 1px solid #ff5722;
}

.no-positions-actions .home-link:hover {
  background: #fff;
  color: #ff5722;
}

.no-positions-actions .contact-link {
  background: #fff;
  color: #ff5722;
  border: 1px solid #ff5722;
}

.no-positions-actions .contact-link:hover {
  background: #ff5722;
  color: #fff;
}

@media (max-width: 768px) {
  .no-positions-wrapper {
    padding: 40px 20px;
    margin: 20px 0;
  }

  .no-positions-content h3 {
    font-size: 24px;
  }

  .no-positions-content p {
    font-size: 15px;
  }

  .no-positions-actions {
    flex-direction: column;
  }

  .no-positions-actions a {
    width: 100%;
  }
}

.footer-links-wrapper {
  margin-top: 30px;
  padding: 30px 0;
}

@media (max-width:992px) {
  .footer-links-wrapper {
    margin-top: 0;
    padding: 0;
  }
}

.footer-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.footer-tab {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 0;
  transition: all 0.3s ease;
  position: relative;
}

.footer-tab.active {
  color: #f06627;
}

.footer-content {
  display: none;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
  padding: 40px 15px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.footer-content.active {
  display: flex;
}

.footer-content::before {
  content: "";
  position: absolute;
  top: -20px;
  left: var(--triangle-left, 10%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid var(--primary-color);
  z-index: 1;
  transition: left 0.3s ease-out;
  transform: translateX(-15px);
}

.footer-content::after {
  content: "";
  position: absolute;
  top: -18px;
  left: var(--triangle-left, 10%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 18px solid #fff;
  z-index: 2;
  transition: left 0.3s ease-out;
  transform: translateX(-13px);
}

.footer-menu-links-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
}

.footer-menu-links-column {
  flex: 1;
}

.footer-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-menu-links li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
  padding-left: 25px;
}

.footer-menu-links li a::before {
  content: "\f00c";
  font-family: "font awesome 6 free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #f06526;
  font-size: 12px;
}

.footer-menu-links li a:hover {
  color: #f06627;
}

@media (max-width: 991px) {
  .footer-tabs {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }

  .footer-menu-links-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .footer-menu-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }

  .footer-content::before {
    left: 9.8%;
  }

  .footer-content::after {
    left: 10%;
  }
}

.event-box-register .register-btn {
  padding: 19px 25px;
  background: #3498db;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 200px;
}

#eventApplicationModal .modal-content {
  border-radius: 15px;
  border: none;
}

#eventApplicationModal .modal-header {
  background: #3498db;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 20px;
}

#eventApplicationModal .modal-title {
  font-weight: 600;
  font-size: 20px;
}

#eventApplicationModal .btn-close {
  filter: brightness(0) invert(1);
}

#eventApplicationModal .modal-body {
  padding: 25px;
}

#eventApplicationModal .contact-form-item {
  margin-bottom: 20px;
}

#eventApplicationModal .contact-form-item input,
#eventApplicationModal .contact-form-item textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

#eventApplicationModal .contact-form-item input:focus,
#eventApplicationModal .contact-form-item textarea:focus {
  border-color: #3498db;
  outline: none;
}

#eventApplicationModal .contact-form-checkbox {
  margin: 20px 0;
}

#eventApplicationModal .contact-form-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

#eventApplicationModal .contact-form-checkbox a {
  color: #3498db;
  text-decoration: none;
}

#eventApplicationModal .contact-form-checkbox a:hover {
  text-decoration: underline;
}

#eventApplicationModal .recaptcha {
  margin-bottom: 20px;
}

#eventApplicationModal button[type="submit"] {
  width: 100%;
  padding: 14px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

#eventApplicationModal button[type="submit"]:hover {
  background: #2980b9;
}

@media (max-width: 768px) {
  #eventApplicationModal .modal-dialog {
    margin: 10px;
  }
}

.events-page .event-box {
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.events-page .event-box:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.events-page .event-box-wrapper {
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: stretch;
}

.events-page .event-box-image {
  width: 300px;
  flex-shrink: 0;
}

.events-page .event-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events-page .event-box-center {
  padding: 20px;
  flex-grow: 1;
}

.events-page .event-box-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c3e50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.events-page .event-box-title h3 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

.events-page .event-box-desc {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.events-page .event-box-location {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #555;
  font-size: 14px;
}

.events-page .event-box-location span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.events-page .event-box-location i {
  width: 16px;
  color: #3498db;
}

.events-page .event-box-location span strong {
  color: #666;
  font-weight: 500;
  margin-right: 5px;
}

.events-page .event-box-right {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #eee;
}

.events-page .event-box-right i {
  color: #fff;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 20px;
}

.events-page .event-box-right i.fa-angle-up {
  transform: rotate(-180deg);
}

.events-page .event-box-content {
  background: #f8f9fa;
  border-top: 1px solid #eee;
  color: #444;
  line-height: 1.7;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition:
    height 0.35s ease-in-out,
    opacity 0.25s ease-in-out,
    visibility 0s linear 0.35s,
    padding 0.35s ease-in-out;
  padding: 0;
  opacity: 0;
  will-change: height, opacity, padding;
}

.events-page .event-box-content.active {
  height: auto;
  visibility: visible;
  padding: 30px;
  opacity: 1;
  transition:
    height 0.35s ease-in-out,
    opacity 0.25s ease-in-out,
    visibility 0s linear 0s,
    padding 0.35s ease-in-out;
}

.events-page .event-box.disabled {
  opacity: 0.8;
}

.events-page .event-box.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 3%);
  pointer-events: none;
}

.events-page .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2c3e50;
  position: relative;
  padding-left: 15px;
}

.events-page .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 25px;
  background: #3498db;
  border-radius: 3px;
}

.event-box-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
  align-items: center;
}

.event-box-meta .location-full {
  margin-left: auto;
  color: #666;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-basis: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #eee;
}

.event-box-meta .location-full i {
  margin-top: 3px;
}

.event-box-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
}

.event-box-meta i {
  color: #3498db;
}

.event-box-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.event-box-badge.active {
  background: #2ecc71;
  color: #fff;
}

.event-box-badge.upcoming {
  background: #3498db;
  color: #fff;
}

.event-box-badge.full {
  background: #e74c3c;
  color: #fff;
}

.event-box-badge.past {
  background: #95a5a6;
  color: #fff;
}

.event-box-badge i {
  font-size: 11px;
}

.event-box-image {
  position: relative;
  overflow: hidden;
}

.event-box-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      transparent 100%);
}

.event-box-register {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.event-box-register .seats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #555;
  font-size: 14px;
}

.event-box-register .seats span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-box-register .seats i {
  width: 16px;
  color: #3498db;
}

.event-box-register .register-btn:hover {
  background: #2980b9;
}

.event-box-register .register-btn.disabled {
  background: #95a5a6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .events-page .event-box-wrapper {
    flex-direction: column;
  }

  .events-page .event-box-image {
    width: 100%;
    height: 200px;
  }

  .events-page .event-box-right {
    border-left: none;
    border-top: 1px solid #eee;
  }

  .events-page .event-box-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .event-box-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
}

.location-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.location-link:hover {
  color: #3498db;
  text-decoration: underline;
}

.eventsModal .modal-dialog.modal-dialog-centered.modal-lg {
  width: 100%;
  max-width: 950px;
}

.eventsModal .modal-content {
  width: 100%;
  max-width: 950px;
}

#eventApplicationModal .modal-content {
  border: none;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#eventApplicationModal .modal-header {
  background: #2196f3;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 20px 30px;
}

#eventApplicationModal .modal-title {
  font-size: 1.5rem;
  font-weight: 600;
}

#eventApplicationModal .btn-close {
  color: #fff;
  opacity: 1;
}

#eventApplicationModal .modal-body {
  padding: 5px;
}

#eventApplicationModal .contact-form-item {
  margin-bottom: 20px;
}

#eventApplicationModal .contact-form-item input,
#eventApplicationModal .contact-form-item textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

#eventApplicationModal .contact-form-item input:focus,
#eventApplicationModal .contact-form-item textarea:focus {
  border-color: #2196f3;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.1);
  outline: none;
}

#eventApplicationModal .date-group {
  margin-bottom: 15px;
}

#eventApplicationModal .date-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

#eventApplicationModal .date-group input {
  background-color: #f8f9fa;
  cursor: default;
}

#eventApplicationModal .contact-form-checkbox {
  margin: 20px 0;
}

#eventApplicationModal .contact-form-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

#eventApplicationModal .contact-form-checkbox a {
  color: #2196f3;
  text-decoration: none;
}

#eventApplicationModal .contact-form-checkbox a:hover {
  text-decoration: underline;
}

#eventApplicationModal button[type="submit"] {
  background: #2196f3;
  color: #fff;
  padding: 12px 40px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 20px;
}

#eventApplicationModal button[type="submit"]:hover {
  background: #1976d2;
}

#eventApplicationModal .recaptcha {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

@media (max-width: 768px) {
  #eventApplicationModal .modal-dialog {
    margin: 0;
  }

  #eventApplicationModal .modal-body {
    padding: 20px;
  }
}

select.form-select.custom-select {
  margin: 0;
}

#eventApplicationModal .contact-form-item input,
#eventApplicationModal .contact-form-item textarea {
  margin: 0;
}

.form-actions.d-flex.align-items-center.justify-content-between {
  margin: 0;
}

#eventApplicationModal .contact-form-checkbox {
  margin: 0;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select {
  width: 100%;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.custom-select option {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.selected-seans {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  width: calc(100% - 40px);
}

.seans-info {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  padding: 8px 0;
}

.seans-info i {
  margin-right: 5px;
  color: #666;
}

.seans-time {
  color: #2c3e50;
  font-weight: 500;
  white-space: nowrap;
}

.seans-date {
  color: #34495e;
  white-space: nowrap;
}

.seans-quota {
  color: #27ae60;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .seans-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .form-actions {
    flex-direction: column;
    align-items: center;
  }

  .form-actions .recaptcha {
    margin-bottom: 20px;
  }
}

.form-actions {
  margin-top: 20px;
  gap: 20px;
}

.form-actions .contact-form-item {
  margin: 0;
}

@media (max-width: 992px) {
  .header-top-right li:nth-child(1) a {
    display: none;
  }
}

nav.mobile-nav ul {
  box-shadow: unset;
}

.split-dropdown {
  width: 100%;
}

.split-dropdown .dropdown-items {
  flex: 1;
  min-width: 250px;
  padding: 10px 15px;
}

.dropdown-wrapper {
  background: #fff;
  border-radius: 4px;
}

.events-page div#swiper-wrapper-3c3d94856810ea5a8 {
  height: auto;
}

.header-top-right li:first-child a:hover {
  color: #f06526;
}

.header-top-right li:last-child a:hover {
  color: #f06526;
}

.header-bottom .dropdown.has-dropdown.active:first-child>a {
  color: #f06526;
}

.header-bottom .dropdown-wrapper.split-dropdown li.menu-item.dropdown.active a,
.header-bottom .dropdown-wrapper li.menu-item.dropdown.active a {
  color: #f06526;
}

.header-bottom .dropdown-wrapper.split-dropdown {
  background: #fff;
  width: 500px;
  display: flex;
}

.dropdown-wrapper.split-dropdown ul {
  padding: 0;
}

.masters-hero .row.align-center {
  justify-content: left;
}

div#countryContainer {
  margin-top: -40px;
}

.recapFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .recapFlex {
    flex-direction: column;
    align-items: center;
  }
}

button#confirmSubmit {
  margin-bottom: -19px;
}

.comment-box-desc {
  position: relative;
  cursor: pointer;
}

.read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  color: var(--primary-color);
  font-weight: 500;
  transition: all 0.3s ease;
  display: none;
}

.comment-box-desc.expanded .read-more {
  display: none !important;
}

.comment-box-desc.expanded .comment-box-text {
  -webkit-line-clamp: unset;
}

.events-page .swiper-wrapper {
  height: auto;
}

.footer-menu-column {
  flex: 1;
}

.footer-menu-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}

.footer-menu-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 2px;
  background-color: #f06627;
}

.footer-menu-links-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
}

.breadcrumb-top {
  padding: 15px;
}

.breadcrumb-top h1 {
  font-size: 23px;
  margin: 0;
}

@media (max-width: 992px) {
  .footer-menu-links-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .footer-bottom-right {
    text-align: left !important;
  }

  .masters-slider .swiper-button-next-university {
    right: 30%;
    z-index: 1;
  }

  .breadcrumb-top h1 {
    font-size: 15px;
  }

  .masters-slider .swiper-button-prev-university {
    left: 30%;
    z-index: 1;
  }

  .content-wrapper {
    padding: 20px 15px;
  }

  .content-wrapper table {
    max-width: 100%;
    margin: 0;
    left: 0;
    overflow: hidden;
  }

  .footer-menu-column {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .form-info {
    padding: 20px 15px;
  }

  .form-info {
    gap: 15px;
  }

  .form-info-box {
    flex-direction: row;
  }

  .form-info-box i {
    font-size: 28px;
  }
}

section.partners {
  padding: 30px 0;
}

section.contact {
  padding-bottom: 30px;
}

@media (max-width: 992px) {
  .statistics-content {
    margin-bottom: 20px;
    justify-content: inherit;
    gap: 10px;
  }

  .statistics-container {
    padding: 20px;
  }

  .statistics-number {
    font-size: 16px;
  }

  .statistics-name {
    font-size: 18px;
  }

  .statistics-content img {
    width: 50px;
    height: 50px;
  }

  .statistics {
    padding: 30px 0;
  }

  li.program-item {
    margin-bottom: 0 !important;
  }

  .search-box {
    padding: 15px;
  }

  .search-box-bottom {
    margin: 0;
  }

  .search-box select {
    padding: 5px;
  }

  .search-box label {
    margin-bottom: 9px;
    font-size: 15px;
  }

  section.search {
    padding-top: 0;
  }

  .masters-hero-text-wrapper {
    display: none;
  }

  .form-container {
    display: none;
  }

  .masters-hero {
    height: 100px;
  }

  .breadcrumb-top {
    display: block;
    padding: 6px;
  }

  .contact-form-checkbox label {
    display: block;
  }

  .contact-form-checkbox input[type="checkbox"] {
    position: relative;
    top: 6px;
    margin-right: 3px;
  }

  form .title {
    font-size: 17px;
    margin-top: -70px;
    padding-top: 85px;
  }

  aside {
    display: none;
  }

  .breadcrumb-link ul {
    gap: 6px;
  }

  .breadcrumb-link ul {
    flex-wrap: wrap;
  }

  .breadcrumb-link ul li a,
  .breadcrumb-link ul li {
    font-size: 13px;
  }

  .breadcrumb-link {
    padding: 5px;
    margin-bottom: 20px;
  }

  .country-university .col-lg-9 {
    padding: 0;
  }

  .header-wrapper {
    padding: 18px;
  }

  #infoModal,
  .infoModal {
    display: block;
  }
}

ul.team-list {
  max-height: 285px;
  overflow: hidden;
  overflow: scroll;
}

.modal-header {
  padding: 8px;
}

button#closeButton {
  bottom: 7px;
  top: -19px;
  width: 40px;
  border-radius: 10px 10px 0 0;
}

div#whatsappModal {
  margin-bottom: 7px;
}

.form-container {
  max-width: 528px;
}

.form-item input {
  padding: 6px;
}

.form-item {
  margin-bottom: 11px;
  margin-top: 0;
}

.mobile-header {
  z-index: 9 !important;
}

input[type="phone"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select#officeSelect {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select#programSelecteds {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.country-select-title {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form select {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="#333" d="M2 0L0 2h4z"/></svg>') no-repeat right 10px center;
  background-size: 10px;
  background: #fff5f1;
}

@media (max-width: 992px) {
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .university-col-list {
    padding: 5px 0;
  }
}

section.university-category .row.align-center {
  justify-content: normal;
}

.blogTitle h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.blog-detail-left {
  width: 100%;
  position: relative;
}

.image-container {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}

.blog-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.blog-image[loading="lazy"]:not([src=""]) {
  opacity: 1;
}

.content-wrapper {
  line-height: 1.6;
  word-wrap: break-word;
}

.content-wrapper::before,
.content-wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.content-wrapper iframe {
  max-width: 100%;
}

.content-wrapper img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0;
}

.content-wrapper h1,
.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5,
.content-wrapper h6 {
  color: #222;
  margin-bottom: 12px;
}

.content-wrapper p {
  margin-bottom: 10px;
}

.content-wrapper ul,
.content-wrapper ol {
  display: block;
  list-style: inherit;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px;
}

.content-wrapper ol {
  list-style-type: decimal;
}

.content-wrapper table {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .content-wrapper table {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .content-wrapper table {
    border: none;
    max-width: 350px !important;
    height: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
    display: block;
    box-shadow: none;
    scrollbar-color: orange #f1f1f1;
    scrollbar-width: thin;

    &::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }

    &::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    &::-webkit-scrollbar-thumb {
      background: orange;
      border-radius: 4px;
    }

    &::-webkit-scrollbar-thumb:hover {
      background: #ff4500;
    }
  }
}

.content-wrapper h2 {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.content-wrapper h3 {
  font-size: 19px;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .content-wrapper h2 {
    font-size: 22px;
  }

  .footer-popular-wrapper {
    width: 100% !important;
  }

  .footer-menu-column {
    width: 100% !important;
  }

  section.blog-detail {
    padding-top: 0;
  }
}

b,
strong {
  font-weight: inherit !important;
}

aside ul a {
  transition: all 0.3s ease;
  display: block;
  padding: 8px 0;
  color: #333;
  text-decoration: none;
}

aside ul a.active {
  color: #ff6634;
  padding-left: 10px;
}

.info-box-title.active {
  color: #ff6634 !important;
  transition: color 0.3s ease;
}

.recaptcha-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#initialForm .popup {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#initialForm .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 400px;
  text-align: center;
  top: 0 !important;
}

#initialForm .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

nav.mobile-nav ul {
  margin-bottom: 40px;
}

.contact-form-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 30px;
}

.contact-form-title i {
  font-size: 27px;
  background: #f06526;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25%;
  color: #fff;
}

.contact-form-title a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.mobileButtonsArea a {
  display: block;
  gap: 10px;
  background: #f06526;
  color: #fff;
  padding: 4px;
  margin-bottom: 19px;
  text-align: center;
  border-radius: 5px;
}

.content-wrapper b,
.content-wrapper strong {
  font-weight: 600 !important;
}

.securityTitle {
  font-size: 22px;
}

.form-wrapper .row .col-lg-4 {
  background: #f06627;
}

@media (max-width: 991px) {
  a.menu-link i {
    display: none;
  }

  li.menu-item.dropdown.has-dropdown .dropdown-content {
    display: none;
  }

  .universitys-wrapper {
    padding: 0;
  }

  nav.mobile-nav ul {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) {

  .heroSlider .swiper-button-next,
  .heroSlider .swiper-button-prev {
    top: 85% !important;
  }

  .heroSlider .swiper-button-next {
    right: 25%;
  }

  .heroSlider .swiper-button-prev {
    left: 33%;
  }
}

.country-multiselect {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 5%);
  transition: all 0.3s ease;
}

.country-multiselect:hover {
  border-color: #f06627;
  box-shadow: 0 4px 8px rgba(240, 102, 39, 0.1);
}

.country-select-title {
  padding: 10px 15px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.country-select-title::after {
  content: "\f107";
  font-family: "font awesome 6 free";
  font-weight: 900;
  transition: transform 0.3s;
  color: #f06627;
}

.country-multiselect.active .country-select-title::after {
  transform: rotate(180deg);
}

.country-options {
  max-height: 250px;
  overflow-y: auto;
  display: none;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.country-multiselect.active .country-options {
  display: block;
}

.country-option {
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s;
  color: #555;
}

.country-option:hover {
  background-color: #fff5f0;
  color: #f06627;
}

.country-option.selected {
  background-color: #fff5f0;
  color: #f06627;
  font-weight: 500;
}

.selected-countries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.selected-country-tag {
  background-color: #fff5f0;
  color: #f06627;
  padding: 6px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border: 1px solid #ffd5c2;
  transition: all 0.2s;
  margin-top: 25px;
  margin-bottom: -10px;
}

.selected-country-tag:hover {
  background-color: #ffe8dd;
}

.remove-country {
  cursor: pointer;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f06627;
  color: #fff;
}

.remove-country:hover {
  background-color: #d14e15;
}

.no-country-message {
  padding: 10px 20px;
  text-align: center;
  color: #666;
  background-color: #fff5f0;
  border-radius: 0;
  border: 1px dashed #ffd5c2;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.no-country-message::before {
  content: "\f06a";
  font-family: "font awesome 6 free";
  font-weight: 900;
  color: #f06627;
  font-style: normal;
  font-size: 18px;
}

.country-options::-webkit-scrollbar {
  width: 8px;
}

.country-options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.country-options::-webkit-scrollbar-thumb {
  background: #ffd5c2;
  border-radius: 8px;
}

.country-options::-webkit-scrollbar-thumb:hover {
  background: #f06627;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

nav>ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
  margin: 0 5px;
}

.menu-link {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.menu-link i {
  margin-left: 5px;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  transform-origin: top;
  padding: 15px;
}

.has-dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}

.dropdown-items .dropdown-content {
  top: 0;
  left: 100%;
  width: 500px;
}

.menu-item:nth-last-child(-n + 2) .dropdown-content {
  right: 0;
  left: auto;
}

.menu-item:nth-last-child(-n + 2) .dropdown-items .dropdown-content {
  right: 100%;
  left: auto;
}

.dropdown-items {
  width: 100%;
}

.dropdown-items .menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.dropdown-items .menu-link {
  padding: 3px 15px;
  display: block;
  width: 230px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.dropdown-items .menu-link:hover {
  color: #f06526;
}

.menu-link:hover {
  color: #f06526;
}

@media (max-width: 992px) {
  nav>ul {
    flex-direction: column;
    width: 100%;
  }

  .menu-item {
    margin: 0;
  }

  .menu-link {
    padding: 12px 15px;
    width: 100%;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none !important;
    width: 100%;
    left: 0;
  }

  .menu-item:nth-last-child(-n + 3) .dropdown-content {
    left: 0;
    right: auto;
    width: 100%;
  }

  .dropdown-items .menu-link {
    padding-left: 30px;
  }

  h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }
}

.form-desc {
  margin-bottom: 10px;
}

.form-checkbox label,
.form-checkbox label a {
  font-size: 13px !important;
}

.form-checkbox {
  margin-top: -13px;
}

.form-checkbox label input {
  margin-right: 5px;
}

.form-container .form-item select#officeSelect {
  font-size: 13px;
  padding: 4px 6px !important;
  color: #8c8c8c;
}

.form-item input {
  padding: 4px 6px !important;
  font-size: 13px;
}

section.seo-text .content-wrapper.info-box {
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  overflow-y: scroll;
}

.blog-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.blog-section-top .left {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.blog-section-top .left .date {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
  font-weight: 600;
}

.blog-section-top .left .date svg {
  height: 23px;
  width: 20px;
}

.blog-section-top .left .font-size button {
  background: 0 0;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
}

.blog-section-top .left .clock {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #222;
  font-size: 14px;
}

.blog-section-top .left .clock svg {
  height: 23px;
  width: 20px;
}

.blog-section-top .share {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.blog-section-top .share a i {
  color: #1f356f;
}

.mb20 {
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}

.pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 8px 15px;
  color: #ff6b00;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination li a:hover {
  background-color: #f06526;
  color: #fff;
  border-color: #00c1de;
}

.pagination {
  flex-wrap: wrap;
}

li.page-item.active {
  background: #f06526;
  border-radius: 5px;
  padding: 1px;
  margin: 0;
  height: 100%;
  border: 1px solid #ddd;
}

li.page-item.active a {
  color: #fff;
}

.wrapper .content-wrapper {
  padding: 0;
}

@media (min-width: 992px) {
  span.contactDetailinfo {
    display: none;
  }
}

.contactDetailinfo button {
  position: relative;
  top: -19px;
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background: #ef6324;
}

.search-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .search-img img {
    height: 150px !important;
  }

  .title.searchTitle {
    bottom: 80px;
    left: 0 !important;
    color: #fff;
  }

  .contactDetailinfo button {
    position: relative;
    top: -19px;
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    background: #ef6324;
  }
}

.landing-cta .row .col-lg-12 {
  padding: 0 !important;
}

.landing-cta .masters-hero-text {
  transform: translateX(0);
  text-align: center;
}

.landing-cta .masters-hero-desc {
  width: auto !important;
  padding-bottom: 10px;
}

div#breadcrumbCountryWrapper {
  margin-bottom: 15px;
}

.selected-countries {
  margin-bottom: 12px;
  margin: 9px 0;
}

.breadcrumb-country-title {
  background: #fff5f1 !important;
}

form#homeForm .breadcrumb-country-title {
  margin: 0 !important;
  padding: 0;
  background: 0 0 !important;
  font-weight: 500;
}

section.blog {
  padding-top: 0;
}

.accreditation-box img {
  width: 170px;
  height: 100px;
  object-fit: scale-down;
}

.contracted-universities .university-col-list ul li a.category-box {
  align-items: flex-start;
}

.popup {
  position: fixed;
  inset: 0;
  display: none;
  /* JS açınca flex yapacak */
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  width: min(90vw, 800px);
  /* 400px sabitliği kaldırıldı */
  max-height: 90vh;
  margin: 0 auto;
}

.popup-content img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(90vh - 32px);
  object-fit: contain;
}

.popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  font-size: 20px;
}

.exam-application-page .extra-message {
  font-size: 14px;
  text-align: center;
  background: #80808030;
  padding: 10px;
}


.header-top-right li:first-child a {
  background-color: var(--navy-color);
  padding: 3px 16px;
  border-radius: 8px;
  color: white;
}


.header-top-right li:first-child:hover a {
  color: white;
}


/* CUSTOM BREADCRUMB START */

.breadcrumb-top-wrapper {
  background-color: transparent;
  padding: 30px 0;
}

.breadcrumb-top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}



/* CUSTOM BREADCRUMB END */