/* General Styles */

:root {
  --primary-color: #002e60;
  --secondary-color: #ff0158;
  --text-color: #fff;
  --btn-background: #ff0158;
  --btn-hover: rgb(234 34 34);
  --border-color: rgba(232, 232, 232, 1);
  --border-radius: 0px;
  --background-text-color: #ff818142;
  --border-btn-radius: 0px;
}

html {
  scroll-behavior: smooth;
}

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

a:visited {
  color: inherit;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  height: 48px;
  outline: none;
}

.page-template-home-page .primary-menu-nav li a:hover {
  color: #fff !important;
}

.page-template-home-page .scrolled .primary-menu-nav li a:hover {
  color: var(--secondary-color) !important;
}

.primary-menu-nav li a:hover {
  color: var(--secondary-color) !important;
}

.page-template-home-page .menu-item {
  color: #fff;
}

.page-template-home-page .scrolled .menu-item {
  color: var(--secondary-color);
}

.site-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  font-family: "Lora", serif;
}

.menu-item {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: var(--secondary-color);
}

.custom-html-widget {
  font-size: 18px;
  line-height: 28px;
}

.topbar-menu .menu-item a::after {
  background-color: #fff;
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.topbar-menu .menu-item a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: all 0.25s ease-out;
}

.page-template-home-page .scrolled .desktop-menu .menu-item a::after {
  background-color: var(--secondary-color);
}

.page-template-home-page .desktop-menu .menu-item a::after {
  background-color: #fff;
}

.desktop-menu .menu-item a::after {
  background-color: var(--secondary-color);
  height: 2px;
  width: 100%;
  content: "";
  display: block;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.desktop-menu .menu-item a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: all 0.25s ease-out;
}
.topbar-menu .current-menu-item > a {
  color: #fff;
}

.current-menu-item > a {
  color: var(--primary-color);
}

.footer-section .current-menu-item > a {
  color: var(--secondary-color);
}

.current-menu-item a::after {
  color: #fff !important;
}

.top-bar {
  background: var(--secondary-color);
  height: 50px;
  display: flex;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

.top-bar-left img {
  max-width: 160px;
}

.top-bar-right {
  display: flex;
  align-items: center;
}

.top-bar-right .menu-item {
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.scrolled .top-bar-right .menu-item a:hover {
  background-color: #820000;
}

.topbar-menu {
  display: flex;
  gap: 15px;
  margin: 0;
}

.topbar-menu .menu-item {
  font-weight: 400;
}

.topbar-menu a:hover {
  color: #fff;
}

#lang_choice_1 {
  padding: 6px !important;
}

.scrolled .search-btn:hover {
  background-color: #820000;
}

.search-btn {
  background: none;
  border: none !important;
  font-size: 18px;
  color: #fff;
  padding: 12px;
  border: 1px solid #b9b9b9;
  height: 50px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.page-template-home-page .search-btn {
  color: #fff;
}

.page-template-home-page .top-bar {
  background: transparent;
}

.page-template-home-page .primary-menu {
  background: transparent;
  box-shadow: none;
}

.page-template-home-page .scrolled .top-bar {
  background: var(--secondary-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-template-home-page header.scrolled {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background: none;
  padding-bottom: 0;
}

.page-template-home-page .scrolled .primary-menu {
  background: #fff;
  color: var(--secondary-color);
}

.scrolled .top-bar .menu-item a::after {
  background-color: transparent;
}

.scrolled .menu-item a::after {
  background-color: var(--secondary-color);
}

.page-template-home-page #menu-topbar-menu li a {
  color: #fff;
  padding: 12px 4px;
}

.page-template-home-page #menu-topbar-menu-ru li a {
  color: #fff;
  padding: 12px 4px;
}

.page-template-home-page #menu-topbar-menu-en li a {
  color: #fff;
  padding: 12px 4px;
}

.page-template-home-page #menu-topbar-menu li a:hover {
  background-color: transparent;
}

.page-template-home-page #menu-topbar-menu-ru li a:hover {
  background-color: transparent;
}

.page-template-home-page #menu-topbar-menu-en li a:hover {
  background-color: transparent;
}

.page-template-home-page .scrolled #menu-topbar-menu li a:hover {
  background-color: #820000;
}

.page-template-home-page .scrolled #menu-topbar-menu-ru li a:hover {
  background-color: #820000;
}

.page-template-home-page .scrolled #menu-topbar-menu-en li a:hover {
  background-color: #820000;
}

#menu-topbar-menu li a {
  padding: 12px 8px;
}

#menu-topbar-menu-ru li a {
  padding: 12px 8px;
}

#menu-topbar-menu-en li a {
  padding: 12px 8px;
}

#menu-topbar-menu li a:hover {
  background-color: #820000;
}

#menu-topbar-menu-ru li a:hover {
  background-color: #820000;
}
#menu-topbar-menu-en li a:hover {
  background-color: #820000;
}

.search-btn:hover {
  color: var(--text-color);
  background-color: var(--secondary-color);
}

.dropdown-menu {
  min-width: 120px;
  padding: 4px !important;
  border-radius: 0;
}

.dropdown-toggle {
  border: 1px solid #fff;
  border-radius: 0;
  background: none;
  padding: 4px 12px;
  color: #fff;
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 18px;
}

.dropdown-toggle:hover {
  background-color: #fff;
  color: var(--secondary-color);
}

.dropdown-toggle.show {
  background-color: #fff;
  color: var(--secondary-color);
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  font-size: 18px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

/* Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.search-overlay-content {
  width: 100%;
  max-width: 600px;
}

/* Input styling */
.search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.search-form .search-field {
  border-radius: 0 !important;
  padding: 0 12px !important;
  width: 500px;
}

.search-form .search-submit {
  border-radius: 0 !important;
  background-color: var(--primary-color) !important;
  color: #fff;
  padding: 0 20px !important;
}

.search-form .search-submit:hover {
  background-color: #033c79 !important;
}

.search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.primary-menu {
  background: #fff;
  padding: 16px 0;
}

.desktop-menu {
  width: 100%;
}

.primary-menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.primary-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
}

.close-mobile-menu {
  background: none;
  border: none;
  font-size: 26px;
  padding: 0 0;
  line-height: normal;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.close-mobile-menu-text {
  color: #fff;
  font-size: 14px;
}

.close-mobile-menu-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

.wp-block-search__button {
  border-radius: 0 !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  padding: 0 20px !important;
  border-color: #fff !important;
}

.wp-block-search__input {
  border-radius: 0 !important;
  border-color: var(--primary-color);
}

.primary-menu-overlay.show {
  transform: translateY(0);
}

#closeMenu {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Mobile Menu */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: #fff;
  z-index: 1050;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  padding: 0px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu-footer {
  display: flex;
  align-items: center;
  padding: 0 10px !important;
  background-color: #f4f4f4;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid var(--secondary-color);
}

.mobile-menu-footer .menu-item {
  color: #000 !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.mobile-menu-overlay.active {
  transform: translateX(0);
}

.mobile-menu-nav {
  list-style: none;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px !important;
}

.mobile-menu-nav li {
  padding: 12px 0;
  font-size: 14px;
  width: 50%;
  border: 1px solid #ccc;
  border-bottom: 1px solid transparent;
}

.mobile-menu-nav li:last-child {
  border-bottom: 1px solid #ccc;
}
.mobile-menu-nav li:nth-last-child(2) {
  border-bottom: 1px solid #ccc;
}

.mobile-menu-nav li a {
  text-decoration: none;
  color: #000;
}

.mobile-logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background-color: var(--secondary-color);
}

.mobile-menu-logo {
  width: 160px;
}

.mobile-menu-search {
  width: 100%;
  padding: 8px;
}

.cstinput {
  padding: 0 16px !important;
  border-radius: none !important;
}

.input-group-mobile {
  position: absolute !important;
  right: 0px;
  top: 5px;
  color: #333;
  font-size: 18px;
}

.mobile-menu-nav li:nth-of-type(2n) {
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}

.mobile-menu-nav li:nth-of-type(odd) {
  border-right: 1px solid #ccc;
  border-left: 1px solid transparent;
}

/* Hamburger Icon */
.navbar-toggler {
  display: none;
  font-size: 14px;
  margin-left: auto;
  padding: 6px;
  border: none !important;
  filter: invert(1) brightness(3);
}
.navbar-toggler svg {
  font-size: 14px;
  width: 14px;
}

.primary-menu .navbar-toggler {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  filter: none !important;
}

.primary-menu .navbar-toggler svg {
  width: 14px !important;
  fill: #fff !important;
  stroke: #fff !important;
  color: #fff !important;
  filter: none !important;
  opacity: 1 !important;
}

.primary-menu .navbar-toggler svg path {
  fill: #fff !important;
  stroke: #fff !important;
  color: #fff !important;
  filter: none !important;
}

.primary-menu .navbar-toggler .navbar-text {
  color: #fff !important;
}

/* Home page styles */
.hero-section {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-bg {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}

.about-hero img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  margin-top: 24px;
}

/* Marquee page styles */
.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 8px 0;
  bottom: 0;
  width: 100%;
  font-size: 24px;
}

.marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.marquee__inner span {
  padding-right: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

#category-checkboxes,
#education-form-checkboxes {
  padding-left: 64px;
}
.hero-bg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100vh;
  /* transform: scale(1);
  animation: zoomIn 10s ease-in-out infinite alternate; */
}

/* @keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1); 
  }
}  */

.hero-line {
  display: none;
}

.new-line {
  width: 80px;
  height: 4px;
  background-color: var(--btn-background);
  margin: 8px 0;
  border-radius: 2px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 24px;
}

.hero-subtitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--secondary-color);
}

.hero-title {
  font-size: 36px;
  font-weight: bold;
  margin: 24px 0 0px 0;
}

.hero-about-title {
  font-size: 58px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
  font-family: "Source Sans Pro";
}

.hero-double-image,
.hero-right-content {
  width: 50%;
}

.hero-left-text,
.hero-right-content {
  width: 50%;
}

.hero-left-text {
  display: flex;
  gap: 16px;
}

.hero-left-line {
  width: 20px;
  height: 100%;
  background: linear-gradient(to bottom, #ff0158, #f5f5f5);
}

.hero-text {
  width: calc(100% - 36px);
}

.hero-right-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
}

.hero-double-images {
  display: flex;
  gap: 24px;
}

.hero-double-images img {
  width: calc(50% - 12px);
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-right-content img {
  width: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 400px;
  object-fit: cover;
}

.countder-wrapper {
  display: flex;
  gap: 24px;
  padding: 8px 0;
  border: 1px solid #000;
  border-left-color: #fff;
  border-right-color: #fff;
  margin-top: 64px;
}

.countder-wrapper-item {
  background-color: #fff;
  padding: 16px;
  width: calc(33% - 8px);
  text-align: center;
  font-size: 64px;
  font-weight: bold;
}

.countder-wrapper-title {
  font-size: 24px;
  line-height: 20px;
  margin: 8px 0;
  font-weight: 500;
  text-align: center;
}

.educate-box .about-content-box {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  margin-bottom: 32px;
}

.page-template-single-education .course-bread {
  padding: 32px 0;
}

.page-template-single-education .theme-title {
  padding: 12px 0;
}

.page-template-single-education .swiper-pagination {
  display: none;
}

.border-box .theme-title {
  padding: 12px 0;
}

.page-template-single-education .course-item .category-archive-card {
  min-height: auto;
}

.educate-box .about-image-box {
  height: 100%;
}

.educate-box .about-image-box img {
  height: 100%;
}

.hero-description {
  font-size: 16px;
  margin-top: 32px;
}

/* Video popup container */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Popup content */
.video-popup-content {
  position: relative;
  background: #fff;
  max-width: 100%;
  width: 640px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 315px;
}

.video-popup-content iframe {
  width: 100%;
  height: 315px;
  max-height: 100%;
  border-radius: var(--border-radius);
}

.video-popup-close {
  position: absolute;
  top: -44px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}

.video-popup-close:hover {
  color: #ccc;
}

.video-popup-button {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.video-popup-button:hover {
  transform: translateY(-4px);
}

.video-popup-button i {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Button styles */
.theme-button-box {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.theme-button-group {
  display: flex;
  gap: 16px;
}

.button-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

.page-template-home-page .about-section {
  background: #f4f4f4;
  position: relative;
  z-index: 3;
  padding: 40px 0;
}

.theme-button {
  background-color: var(--btn-background);
  color: #fff !important;
  padding: 14px 40px;
  border: none;
  border-radius: var(--border-btn-radius);
  font-size: 24px;
  line-height: 36px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 4px 8px 8px rgb(255 0 0 / 40%);
  transition: all 0.5s ease;
  font-weight: 600;
}

.theme-button:hover {
  background-color: var(--btn-hover);
  color: #fff;
  transform: translateY(-4px);
}

.post,
.page {
  margin: 0 !important;
}

/* About page styles */
.theme-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  padding: 48px 0 12px 0;
  text-align: center;
  font-family: "Source Sans Pro";
}

.theme-description {
  font-size: 30px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 24px;
  margin: 24px auto;
  max-width: 960px;
  font-weight: 400;
}

.other-description {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
  margin: 24px auto;
  font-weight: 400;
}

.hero_description {
  font-size: 37px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 24px;
  margin: 24px auto;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  border-radius: var(--border-radius);
  transition: transform 0.5s ease;
}

.card-img-wrapper {
  position: relative;
  overflow: hidden;
}

.card-imagebox {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.card-imagebox img {
  transition: transform 0.5s ease;
}

.card-imagebox img:hover {
  transform: scale(1.02);
}

.small-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius, 12px);
  transition: box-shadow 0.4s ease;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.small-box .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  height: 200px;
}

.small-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: var(--border-radius, 12px);
  transform: scale(1); /* boshlang'ich holat */
}

.small-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 7px 10px rgba(0, 0, 0, 0.2);
}

.small-box:hover img {
  transform: scale(1.02);
}

.small-box .overlay-title {
  padding: 16px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
}
.mobile {
  display: none;
}

.about-news .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: var(--border-radius);
}

.big-box .image-wrapper:hover img {
  transform: scale(1.02);
}

.big-box img {
  height: 400px;
}

.cstnew-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius, 12px);
  transition: box-shadow 0.4s ease;
  height: 100%;
}
.cstnew-box .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  height: 280px;
}

.cstnew-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: var(--border-radius, 12px);
  transform: scale(1); /* boshlang'ich holat */
}

.cstnew-box:hover img {
  transform: scale(1.02);
}

.cstnew-box .overlay-title {
  padding: 16px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  color: #fff;
  display: flex;
  align-items: end;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
  padding: 16px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.overlay-title {
  font-size: 28px;
  line-height: 31px;
  font-weight: 700;
}

.overlay-description {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.cst-content {
  text-align: justify;
}
#secondary.widget-area {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.wp-block-heading {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 8px !important;
  font-weight: 500;
}

.widget-area a {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.widget-area a:hover {
  color: var(--primary-color);
}

.wp-block-latest-posts__list li {
  margin: 8px 0;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
}

#secondary .widget-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin-bottom: 16px !important;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

/* Archive subcategory styles */
.subcategory-card-box {
  border: 1px solid var(--border-color);
  padding: 16px;
  text-align: center;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
}

.subcategory-card-box:hover {
  transform: translateY(-4px);
}

.subcategory-image {
  width: 30%;
}

.subcategory-content {
  width: 70%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subcategory-image img {
  height: 240px;
  object-fit: cover;
  border-radius: var(--border-radius);
  width: 100%;
  object-position: top;
}

.subcategory-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 8px 0 !important;
}

.subcategory-description {
  font-size: 18px;
  line-height: 28px;
}

.subcategory-button-box {
  display: flex;
  justify-content: end;
}

.subcategory-button {
  margin-top: 8px;
  font-size: 18px;
  cursor: pointer;
  padding: 6px 24px;
  background-color: var(--btn-background);
  border-radius: var(--border-btn-radius);
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
}

.subcategory-button:hover {
  color: #f5f5f5;
  gap: 12px;
}

/* Single post styles */

.page-template-about-page .card-image-bottom {
  height: 400px;
}
.post .entry-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.tags-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags-links a {
  padding: 4px 8px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  color: var(--text-color);
  background-color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.entry-footer {
  margin-top: 24px;
  padding: 16px 0 8px 0;
  border-top: 1px solid var(--border-color);
  display: flex;
  gap: 24px;
  align-items: center;
}

.advantgeges-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.author-avatar img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  padding: 4px;
}
.share_telegram a {
  background: var(--secondary-color);
  border-color: var(--primary-color);
  padding: 8px 16px;
  border-radius: 0;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}

.share_telegram a:hover {
  background: #de1212;
  border-color: var(--primary-color);
}

.share-btn {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  transition: 0.3s ease;
  background: #f5f5f5;
}

.post-share a {
  border-radius: 50%;
  border: 1px solid var(--border-color);
  text-align: center;
  margin: 0 auto;
}

.post-share a i {
  color: var(--primary-color);
  font-size: 16px;
}

.share-btn:hover {
  opacity: 0.8;
}

.page-template-university-life .card-image-bottom {
  height: 400px;
}

.home .card-image-bottom {
  height: 320px;
}

.page-template-university-life .prebox .card-image-bottom {
  height: 280px;
}

.advantgeges-box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.advantgeges-item {
  width: calc(50% - 12px);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 16px;
  background-color: #f5f5f5;
}

.advantgeges-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.card-image-bottom {
  min-height: 280px;
  object-fit: cover;
  height: auto;
  display: block;
  border-radius: var(--border-radius);
}

.post.type-post {
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 16px 24px;
  border-radius: var(--border-radius);
}

.post.type-post .post-views {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}

.post .entry-title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 8px !important;
}

.post .post-thumbnail img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  margin-top: 16px;
}

.post-box,
.news-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
}

.course-card-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--secondary-color) !important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin-top: 8px;
}

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

.read-more-link span {
  transition: text-decoration 0.3s ease;
}

.read-more-link:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.read-more-link:hover i {
  transform: translateX(4px);
}

.course-card-img img {
  object-fit: cover;
  height: 280px;
  width: 100%;
  border-radius: var(--border-radius);
  transition: transform 0.5s ease;
}

.course-card-img:hover img {
  transform: scale(1.02);
}

.course-card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 12px 0 6px 0;
}

.course-card-text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.author-avatar img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  padding: 4px;
}

.related-posts {
  margin-top: 24px;
  padding: 24px 16px;
  border: 1px solid var(--border-color);
  margin-bottom: 48px;
  border-radius: var(--border-radius);
}

.swiper-slide {
  margin-right: 20px !important;
}

.wp-block-latest-posts li a:hover {
  color: var(--secondary-color);
}

.wp-block-categories li {
  margin: 12px 0;
}

.wp-block-categories li a {
  padding: 6px 0;
  border-bottom: 1px solid var(--border-color);
  display: block;
  color: #fff;
}

/* Admission page */

.admission-section {
  position: relative;
  background: linear-gradient(135deg, #002e60 0%, #001c39 100%);
  color: white;
  padding: 64px 0;
  overflow: hidden;
}

.admission-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      600px circle at 20% 20%,
      rgba(255, 2, 89, 0.2),
      transparent 40%
    ),
    radial-gradient(
      500px circle at 80% 30%,
      rgba(255, 2, 89, 0.2),
      transparent 35%
    );
  pointer-events: none;
}

.adm-hero-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: "Source Sans Pro";
}
.adm-hero-title span {
  color: #ff0259;
}

.adm-hero-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  margin-bottom: 32px;
}

.adm-button-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.adm-button-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.adm-button {
  background: #ff0259;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.adm-button:hover {
  opacity: 0.85;
  color: white;
}

.adm-call {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.adm-call:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.quick-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.adm-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  color: white;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.adm-card a:hover {
  text-decoration: underline;
  color: #fff;
}

.adm-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
  font-weight: 600;
}

.adm-icon svg {
  width: 24px;
  height: 24px;
  color: #ff0259;
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.info-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: white;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.info-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-title {
  font-size: 14px;
  color: #94a3b8;
}

.info-description {
  color: #002e60;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
  font-size: 18px;
  font-weight: 600;
}

.info-icon {
  width: 48px;
  height: 48px;
  background: rgba(0, 46, 96, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon svg {
  width: 24px;
  height: 24px;
  color: #002e60;
}

.info-body {
  flex: 1;
  min-width: 0;
}

.absection {
  background-color: #f8fafc;
  padding: 48px 0;
  border-top: 1px solid rgb(228, 228, 228);
  margin-top: 48px;
}

.adm-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.adm-wrapper .theme-title {
  padding: 0;
}

.adm-wrapper a {
  color: var(--secondary-color);
  display: flex;
  font-size: 18px;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.adm-wrapper a:hover {
  text-decoration: underline;
  margin-right: 4px;

}

.links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.link-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: white;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 16px;
}

.link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.link-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 2, 89, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.link-icon svg {
  width: 24px;
  height: 24px;
  color: #ff0259;
}

.link-content {
  flex: 1;
  min-width: 0;
}

.link-title {
  font-weight: 600;
  color: #002e60;
  margin-bottom: 4px;
}

.link-description {
  font-size: 14px;
  color: #64748b;
}

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

.program-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: white;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.program-card::before {
  content: "";
  position: absolute;
  width: 192px;
  height: 192px;
  border-radius: 50%;
  opacity: 0.1;
}

.program-card:nth-child(1)::before {
  background: #ff0259;
  right: -64px;
  top: -64px;
}

.program-card:nth-child(2)::before {
  background: #002e60;
  left: -64px;
  bottom: -64px;
}

.program-content {
  position: relative;
  z-index: 1;
}

.program-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 46, 96, 0.1);
  color: #002e60;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.program-card:nth-child(2) .program-badge {
  background: rgba(255, 2, 89, 0.1);
  color: #ff0259;
}

.program-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #002e60;
  margin-bottom: 12px;
}

.program-card p {
  color: #64748b;
  margin-bottom: 20px;
}

.program-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #002e60;
  color: #002e60;
  padding: 8px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.program-card:nth-child(2) .program-link {
  border-color: #ff0259;
  color: #ff0259;
}

.program-link:hover {
  background: #002e60;
  color: white;
}

.program-card:nth-child(2) .program-link:hover {
  background: #ff0259;
  color: white;
}

.bachelor-wrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.apply-section {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.apply-banner {
  background: linear-gradient(to right, #002e60, #003b7f);
  color: white;
  padding: 40px 0;
  margin-top: 48px;
}

.apply-section h3 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.apply-section p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin-bottom: 0;
}

.btn-apply {
  background: white;
  color: #002e60;
  font-weight: 600;
  padding: 12px 24px;
  white-space: nowrap;
  border-radius: 8px;
}

.btn-apply:hover {
  opacity: 0.9;
}

.master-wrapper {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.bachelor-item {
  width: calc(50% - 12px);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 16px;
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bachelor-item:nth-child(3n + 1) {
  background-color: #5fd1fd17;
}

.master-wrapper .bachelor-item:nth-child(1),
.master-wrapper .bachelor-item:nth-child(4),
.master-wrapper .bachelor-item:nth-child(5) {
  background-color: #5fd1fd17;
}

.bachelor-item ul {
  margin-left: 24px !important;
}

.bachelor-item ul li {
  list-style: disc;
  line-height: 26px;
  font-size: 16px;
}

.bachelor-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px !important;
}

.bachelor-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.wp-block-categories li a:hover {
  color: var(--primary-color);
}

.related-posts .swiper-wrapper {
  padding: 8px;
}

.related-card-link img {
  height: 200px;
  object-fit: cover;
}

.related-card {
  border-radius: var(--border-radius);
  padding: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.related-card:hover {
  transform: scale(1.03);
}

.related-card img {
  border-radius: var(--border-radius);
}

.related-card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin: 0 0 24px 0px !important;
}

.related-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 16px 0 0 0 !important;
}

.related-card-title a {
  color: #000;
}

.related-card-title a:visited {
  color: #000;
}

.partner-card {
  border-radius: var(--border-radius);
  padding: 16px;
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.card-swiper .swiper-slide {
  margin-right: 20px;
}

.partner-card-link img {
  height: 88px;
  object-fit: contain;
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
}

.partner-card:hover img {
  transform: scale(1.08);
}

.entry-title-search {
  color: #000;
  font-size: 32px;
  line-height: 38px;
}

.related-card-meta {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: var(--text-color);
  margin: 8px 0 24px 0;
}

.page-title {
  margin: 24px auto;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.archive-description {
  border-radius: var(--border-radius);
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 16px;
  text-align: center;
  margin-bottom: 40px;
}

.category-card {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.seventh-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0;
}

.category-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0;
}

.category-card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin: 12px 0 0 0 !important;
  min-height: 44px;
}

.category-filter .bg-secondary {
  background-color: #f5f5f5 !important;
  color: var(--secondary-color);
}

.category-filter a:hover .bg-secondary {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.list-group-item.active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.list-group-item.active a span {
  color: var(--secondary-color) !important;
}

.category-card-title a {
  color: #000;
}

.seventh-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 16px !important;
}

.seventh-card-title a {
  color: #000;
}

.category-card-img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.category-card-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-color);
  margin: 8px 0;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.archive-card-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}

.load-more {
  background-color: var(--btn-background);
  color: #fff !important;
  padding: 14px 40px;
  border: none;
  border-radius: var(--border-btn-radius);
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 4px 8px 8px rgb(255 0 0 / 40%);
  transition: all 0.5s ease;
  font-weight: 600;
}

.load-more:hover {
  background-color: var(--btn-hover);
  color: #fff;
  transform: translateY(-4px);
}

.post-card-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius);
}
#block-6 {
  padding: 12px;
  background-color: var(--secondary-color);
  color: #fff;
}

.side-card .input-group input {
  background-color: #f5f5f5;
}

.post-card-link img {
  transition: transform 0.5s ease, border-radius 0.5s ease;
  border-radius: var(--border-radius);
}

.post-card-link:hover img {
  transform: scale(1.1);
}

.post-card-link:hover .overlay-content {
  padding: 20px 16px;
}

.myfont {
  font-size: 14px;
  margin: 20px 0 0 0;
}

.first-post-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #fff;
  margin: 0 0 8px 0;
}

.post-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  margin: 0 0 8px 0px !important;
}

.post-date {
  font-size: 12px;
  color: #000;
  text-align: end;
}

.category-archive-card {
  border: 1px solid var(--border-color);
  padding: 16px;
  transition: transform 0.5s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius);
  min-height: 246px;
}

.category-archive-card img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

/* Sidebar styles  */
.sidebar .card-header {
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 16px;
  padding: 12px 16px;
}

.error404 header {
  box-shadow: none;
}

.sidebar .card-header h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}

.sidebar .btn-primary {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.sidebar .bg-primary {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color);
}

/* About page styles  */
.about-content {
  padding: 24px;
  margin: 32px 0;
  border: 1px solid var(--border-color);
  text-align: justify;
  border-radius: var(--border-radius);
}

.custom-column-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.custom-column-left {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 2;
}

.custom-column-right {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #f4f4f4;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  height: 540px;
}

.about-image-box {
  position: relative;
  width: calc(100% + 60px);
  max-width: none;
}

.about-image-box img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  left: 0;
  height: 440px;
  object-fit: cover;
}

.about-content-box {
  padding-left: 72px;
}
.custom-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.custom-wrapper-left {
  flex: 0 0 50%;
  max-width: 50%;
  background-color: #f4f4f4;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  height: 520px;
}
.custom-wrapper-right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 2;
}
.about-wrapper-image-box {
  position: relative;
  width: calc(100% + 60px);
  max-width: none;
  margin-left: -60px;
}

.about-wrapper-image-box img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  height: 460px;
  right: 0;
  object-fit: cover;
  object-position: top;
}

.about-wrapper-content-box {
  padding-right: 80px;
}

.about-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.about-description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .custom-column-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .adm-hero-title {
    font-size: 24px;
  }
  .quick-cards {
    grid-template-columns: 1fr;
  }
  .custom-column-left .about-image-box img {
    width: 90%;
    margin: 0 auto;
  }
  .custom-column-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: -50px;
    height: auto;
    padding: 40px 10px;
  }
  .about-image-box {
    width: 100%;
  }
  .about-content-box {
    padding-left: 20px;
  }
  .custom-wrapper-left {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    padding: 40px 10px 80px 10px;
  }
  .custom-wrapper-right .about-wrapper-image-box img {
    width: 90%;
    margin: 0 auto;
    margin-top: -50px;
    height: 240px;
  }
  .custom-wrapper-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-wrapper-image-box {
    width: 100%;
    margin-left: 0;
  }
  .about-wrapper-content-box {
    padding-right: 20px;
  }
  .page-template-home-page .top-bar {
    background-color: var(--secondary-color);
  }
}

.entry-header {
  box-shadow: none;
  position: static;
}
.cat-links {
  color: var(--secondary-color);
}

.border-box {
  border: 1px solid var(--border-color);
  margin: 24px 0;
  padding: 24px;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* department page styles */
.term-aifu-bolimlari-va-markazlari-uz .ut-sub-departments-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

.term-aifu-bolimlari-va-markazlari-uz .subcategory-card-box {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
}

.term-aifu-bolimlari-va-markazlari-uz .subcategory-image,
.term-aifu-bolimlari-va-markazlari-uz .subcategory-content {
  width: 100%;
}

.term-aifc-branches-and-centers .ut-sub-departments-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

.term-aifc-branches-and-centers .subcategory-card-box {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
}

.term-aifc-branches-and-centers .subcategory-image,
.term-aifc-branches-and-centers .subcategory-content {
  width: 100%;
}

.term-filialy-i-czentry-aifu .ut-sub-departments-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 24px;
}

.term-filialy-i-czentry-aifu .subcategory-card-box {
  width: calc(33.33% - 16px);
  display: flex;
  flex-direction: column;
}

.term-filialy-i-czentry-aifu .subcategory-image,
.term-filialy-i-czentry-aifu .subcategory-content {
  width: 100%;
}

/* Contact page styles */
.icon-box-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.icon-box-item {
  width: calc(33.33% - 16px);
  text-align: center;
  background-color: #f5f5f5;
  padding: 16px 8px;
  color: #000;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
}

.icon-box-item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 16px;
}

.icon-box-title {
  font-size: 16px;
  margin-bottom: 4px;
}

.icon-box-subtitle {
  font-size: 14px;
  line-height: 22px;
}

.map-box iframe {
  width: 100%;
}

/* Graduators page styles */
.gradutors-box {
  margin: 56px 0;
}

.graduators-item-box {
  border: 1px solid var(--border-color);
  padding: 16px;
  text-align: center;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gradutors-image img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  border-radius: var(--border-radius);
  margin-bottom: 16px;
}

.gradutors-name,
.gradutors-faculty,
.gradutors-work {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}

/*  News styles */
.page-title {
  text-align: center;
}

.news-section {
  margin-bottom: 60px;
  padding: 30px;
  border: 1px solid var(--border-color);
}
.news-page-content .theme-title {
  padding-bottom: 24px;
}

.news-section .theme-title {
  padding: 0;
}

.news-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.news-section .subcategory-card-box {
  margin-top: 24px;
}

.latest-courses-swiper-wrapper {
  margin: 24px 0;
}

.course-thumb img {
  border-radius: var(--border-radius);
}

.single-course-title {
  font-size: 16px;
  line-height: 22px;
  margin: 8px 0;
}

.course-item .category-archive-card {
  min-height: 268px;
}

.countder-box {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin: 32px auto;
  max-width: 800px;
}

.countder-box-item {
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
  padding: 32px 16px;
  background-color: #fff;
  width: calc(50% - 16px);
  text-align: center;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.countder-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
  font-weight: 500;
}

.photo-item {
  padding: 12px;
}

.photo-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.photo-item img:hover {
  transform: scale(1.01);
}

.video-title {
  font-size: 16px;
  line-height: 22px;
  margin: 4px 0 8px 0;
}

.search-title {
  margin-bottom: 20px !important;
  background-color: #f5f5f5;
  padding: 16px 8px;
  color: #000;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-color);
}

.related-swiper .swiper-pagination {
  margin-top: 16px;
  position: relative;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pagination .nav-links {
  display: flex;
  gap: 16px;
}
.pagination .page-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 16px;
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #f8f9fa;
  border-color: var(--secondary-color);
}
.pagination .page-numbers.current {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
  border-radius: 50%;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-weight: bold;
}
.pagination .page-numbers.disabled {
  color: #ccc;
  border-color: #ddd;
  cursor: not-allowed;
}

/* Footer Styles  */

.site-footer {
  padding: 80px 0 40px 0;
  background: var(--primary-color);
  margin-top: 40px;
}

.site-footer .menu-item {
  color: #fff;
}

.footer-widgets {
  display: flex;
  gap: 20px;
}

.footer-widgets .menu-item a:hover {
  text-decoration: underline;
  color: var(--secondary-color);
}

.footer-column {
  flex: 1;
}
.footer-widget {
  margin-bottom: 20px;
  color: #fff;
}
.footer-title {
  font-size: 24px;
  margin-bottom: 24px;
  color: #fff;
}
.footer-section:nth-child(1) {
  width: 28%;
}
.footer-section:nth-child(2) {
  width: 18%;
}
.footer-section:nth-child(3) {
  width: 18%;
}
.footer-section:nth-child(4) {
  width: 21%;
}
.footer-section:nth-child(5) {
  width: 17%;
}

.footer-last-menu li {
  display: flex;
  margin-bottom: 12px;
}

.footer-last-menu li a {
  width: 100%;
  border: 1px solid #fff;
  padding: 8px 16px;
  text-align: center;
}

/* Hero-section pinned holatda */
.page-template-home-page .hero-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}

.page-template-home-page .hero-about {
  position: relative;
  background: #ffffff;
  z-index: 2;
  margin-top: 100vh;
}

.page-template-home-page .courses-section,
.page-template-home-page .newsection {
  position: relative;
  background: #ffffff;
  z-index: 3;
}

.page-template-home-page .site-footer {
  background: var(--primary-color);
  position: relative;
  z-index: 3;
  margin-top: 0px;
}

.page-template-home-page header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.99)),
    linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.6));
  transition: all 0.3s ease;
  padding-bottom: 20px;
  box-shadow: none;
}

header {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease;
}

.page-template-home-page header.sticky {
  position: fixed;
  top: 0;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ONLINE SUBMIT FORM */
.form-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.form-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: white;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
}
.form-group.full {
  grid-column: 1 / -1;
}
.form-container label {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 6px;
  font-weight: 500;
}
.form-container input,
.form-container select,
.form-container textarea {
  padding: 10px 11px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 12px !important;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.3s;
  outline: none;
}
.form-container input:focus,
.form-container select:focus,
.form-container textarea:focus {
  border-color: #002e60;
}
input[type="file"] {
  padding: 12px;
  border: 2px dashed #cbd5e1;
}
.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.form-terms {
  font-size: 0.75rem;
  color: #94a3b8;
}
.form-terms a {
  text-decoration: underline;
  color: #94a3b8;
}

input[type="file"] {
  display: block;
  border: 2px dashed #cbd5e1 !important;
  border-radius: 12px;
  width: 100%;
}

input[type="file"]::file-selector-button {
  background: #ff0259;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.3s;
}

input[type="file"]::file-selector-button:hover {
  opacity: 0.9;
}

.form-footer .btn-primary {
  background: #ff0259;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none !important;
  padding: 12px 24px !important;
}

.form-footer .btn-primary:hover {
  opacity: 0.8;
}

.ftsection {
  background: #f8fafc;
  padding: 40px 0px;
}

.sidebar-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: white;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sidebar-card:first-child {
  margin-bottom: 16px;
}

.sidebar-card ul {
  list-style: disc;
  padding-left: 20px !important;
  margin-top: 8px !important;
}

.send-title {
  font-size: 32px;
  color: #002e60;
  font-weight: 600;
}

.send-description {
  color: #64748b;
  margin-bottom: 32px;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .hero-about-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-description {
    margin: 0;
  }
  .hero-right-content {
    gap: 4px;
  }
  .course-card-img img {
    height: 240px;
  }
}

.eror-page-title {
  font-size: 240px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .topbar-menu {
    display: none;
  }
  .about-image-box img {
    height: 300px;
  }
  .primary-menu .desktop-menu {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .primary-menu .desktop-menu .primary-menu-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .primary-menu .desktop-menu .primary-menu-nav::-webkit-scrollbar {
    display: none;
  }

  .primary-menu .desktop-menu .primary-menu-nav li {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .primary-menu .desktop-menu .primary-menu-nav a {
    font-size: 14px;
    padding-right: 16px;
    transition: all 0.3s ease;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
  .course-card-img {
    height: 180px;
  }
  .topbar-menu {
    display: flex;
    font-size: 12px;
    gap: 8px;
  }
  .hero-about-title {
    font-size: 40px;
    line-height: 48px;
  }
  .hero-description {
    margin: 0;
  }
  .hero-right-content {
    gap: 4px;
  }
  .countder-wrapper {
    margin: 24px 0;
  }
  .other-description {
    font-size: 16px;
    line-height: 24px;
  }
  .theme-description {
    font-size: 16px;
    line-height: 24px;
  }
  .hero_description {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
  }
  .home .card-image-bottom {
    height: 280px;
  }
  .footer-title {
    font-size: 16px;
  }
  .post .entry-title {
    font-size: 20px;
    line-height: 28px;
  }
  .widget-area a {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  #category-checkboxes,
  #education-form-checkboxes {
    padding-left: 0;
  }
  .contact-grid,
  .links-grid,
  .programs-grid,
  .form-container {
    grid-template-columns: 1fr;
  }

  .big-box {
    display: none;
  }
  .subcategory-title {
    font-size: 20px;
    line-height: 28px;
  }
  .desktop {
    display: none !important;
  }
  .language-switcher {
    display: none;
  }
  .primary-menu.navbar {
    display: block;
    background-color: transparent;
  }
  .site-title {
    font-size: 20px;
    line-height: 26px;
  }
  .search-btn {
    padding: 4px !important;
    font-size: 16px;
  }
  .eror-page-title {
    font-size: 120px;
  }
  .side-filter-card {
    display: flex;
    gap: 40px;
    margin-bottom: 24px;
  }
  .topbar-menu {
    display: none;
  }
  .photo-item {
    width: 50%;
    padding: 8px;
  }
  .adm-wrapper a {
    font-size: 14px;
  }
  .page-template-home-page .scrolled .primary-menu {
    padding: 0;
  }
  .page-template-home-page .scrolled .primary-menu {
    background: transparent;
  }
  .photo-item img {
    height: 140px;
  }
  .search-form .search-field {
    max-width: 260px;
  }
  .search-form .search-submit {
    padding: 0 12px !important;
  }
  .desktop-menu {
    display: none;
  }
  .navbar-toggler {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .primary-menu {
    padding: 10px 0;
  }
  .primary-menu.navbar .container {
    padding: 0;
  }
  .top-bar .container {
    padding: 6px 10px;
  }
  #menu-mobile-menu .menu-item {
    justify-content: center;
  }
  .footer-widgets {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-left-text,
  .hero-right-content,
  .hero-double-image,
  .hero-right-content {
    width: 100%;
  }
  .hero-left-line {
    height: 100px;
  }
  .hero-content {
    padding: 32px 12px;
  }
  .hero-about-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .hero-right-content img {
    height: 200px;
  }
  .hero-description {
    margin: 0;
  }
  .video-popup-button {
    font-size: 14px;
  }
  .marquee {
    font-size: 18px;
  }
  .countder-wrapper {
    margin: 0;
    gap: 12px;
    flex-wrap: wrap;
  }
  .button-container {
    gap: 12px;
  }
  .send-title {
    font-size: 24px;
  }
  .adm-wrapper .theme-title {
    font-size: 20px;
    line-height: 24px;
  }
  .countder-wrapper-item {
    font-size: 24px;
    line-height: 32px;
    padding: 8px;
  }
  .countder-wrapper-title {
    margin-top: 6px;
    font-size: 16px;
  }
  .theme-button {
    font-size: 18px;
    padding: 8px 24px;
    line-height: 26px;
    text-align: center;
  }
  .post-title {
    font-size: 14px;
    line-height: 20px;
  }
  .theme-button-box {
    padding: 16px 0;
  }
  .video-popup-button i {
    width: 32px;
    height: 32px;
  }
  .course-card-img img {
    height: 240px;
  }
  .course-card {
    margin-bottom: 24px;
  }
  .read-more-link {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .overlay-title {
    font-size: 18px;
    line-height: 24px;
  }
  .overlay {
    padding: 10px;
  }
  .right-side .image-wrapper img {
    height: 160px;
  }
  .left-side .image-wrapper img {
    height: 250px;
  }
  .hero-title {
    font-size: 20px;
    line-height: 26px;
  }
  .page-template-contact-page .hero-title {
    margin-bottom: 24px;
  }
  .page-template-about-page .card-image-bottom {
    height: 280px;
  }
  .mt-5 {
    margin-top: 24px !important;
  }
  .about-content {
    padding: 12px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 20px;
  }
  .theme-title {
    font-size: 26px;
    line-height: 32px;
    padding: 32px 0 8px 0;
  }
  .site-footer .menu-item {
    font-size: 16px;
    line-height: 26px;
  }
  .partner-card-link img {
    height: 64px;
  }
  .partner-card {
    padding: 8px 12px;
  }
  .course-card-text {
    margin-bottom: 12px;
  }
  .footer-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .post .entry-title {
    font-size: 20px;
    line-height: 26px;
  }
  .post .post-thumbnail img {
    height: 240px;
  }
  #secondary {
    margin-top: 24px;
  }
  .widget-area a {
    font-size: 14px;
    line-height: 22px;
  }
  .wp-block-categories .cat-item {
    padding-bottom: 6px;
    margin-bottom: 0;
  }
  .wp-block-categories li {
    margin: 4px 0;
  }
  .related-posts .swiper-wrapper {
    padding: 0px;
  }
  .course-details {
    flex-direction: column;
  }
  .single-course-image,
  .course-info {
    width: 100%;
  }
  .single-course-image img {
    height: 240px;
  }
  .course-info-list li {
    font-size: 14px;
    line-height: 20px;
  }
  .course-row {
    gap: 10px;
  }
  .course-block {
    padding: 10px;
  }
  .course-title {
    font-size: 20px;
    line-height: 26px;
  }
  .sem-toggle-morning,
  .sem-toggle-evening {
    font-size: 14px;
    line-height: 20px;
  }
  .course-col {
    padding: 16px !important;
  }
  .single-course-title {
    font-size: 16px;
  }
  .about-image-box {
    margin: 16px 0;
  }
  .about-image-box img {
    height: 240px;
    border: 1px solid var(--border-color);
  }
  .about-description {
    font-size: 14px;
    line-height: 22px;
  }
  .about-content-box {
    padding: 16px;
  }
  .admission-content {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .row.border-box {
    padding: 20px 8px;
  }
  .countder-box-item {
    padding: 16px 8px;
    font-size: 32px;
    line-height: 36px;
  }
  .advantgeges-item {
    width: 100%;
  }
  .advantgeges-description {
    font-size: 14px;
    line-height: 22px;
  }
  .advantgeges-title {
    font-size: 16px;
    line-height: 24px;
  }
  .countder-title {
    font-size: 20px;
    line-height: 28px;
  }
  .page-template-university-life .card-image-bottom {
    height: 240px;
  }
  .page-template-university-life iframe {
    height: 180px;
  }
  .border-box {
    padding: 16px;
  }

  .lead {
    font-size: 14px;
    line-height: 22px;
  }
  .page-title {
    font-size: 18px;
    line-height: 26px;
    margin: 16px auto;
  }
  .news-section {
    padding: 16px;
    margin-bottom: 24px;
  }
  .archive-description {
    font-size: 14px;
    line-height: 22px;
  }
  .archive-description {
    text-align: justify;
  }
  .subcategory-card-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .subcategory-image,
  .subcategory-content {
    width: 100%;
  }
  .subcategory-description {
    font-size: 14px;
    line-height: 22px;
  }
  .video-popup-content {
    width: 90%;
    height: 200px;
  }
  .video-popup-content iframe {
    height: 200px;
  }
  .right-side {
    gap: 16px;
  }
  .theme-description,
  .hero_description {
    font-size: 20px;
    line-height: 28px;
    margin: 12px 0;
  }
  .other-description {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
  }
  .about-hero img {
    height: 280px;
  }
  .countder-wrapper-item {
    width: calc(50% - 8px);
    background-color: #f4f4f4;
  }
  .hero-content {
    padding: 24px 0;
  }
  /* Contact pages styles */
  .icon-box-item {
    width: calc(50% - 16px);
    text-align: center;
    background-color: #ddd;
    padding: 16px 8px;
    color: #000;
  }
  .related-swiper .swiper-slide {
    padding: 8px;
  }
  .post.type-post {
    padding: 16px;
  }
  .small-box .overlay-title {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: block;
  }
  .big-box img {
    height: 280px;
  }

  .icon-box-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 8px;
  }

  .icon-box-title {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .subcategory-button {
    margin-top: 16px;
  }
  .icon-box-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  /* Footer Styles */
  .footer-section {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-section:nth-child(1) {
    width: 100%;
  }
  .footer-section:nth-child(2) {
    width: 47%;
  }
  .footer-section:nth-child(3) {
    width: 47%;
  }
  .footer-section:nth-child(4) {
    width: 100%;
  }
  .footer-section:nth-child(5) {
    width: 100%;
  }
  .footer-widget {
    margin-bottom: 0;
  }
  .footer-widget {
    margin-top: 8px;
  }
  .dropdown-toggle {
    padding: 4px 12px;
    font-size: 14px;
  }
  .dropdown-menu .dropdown-item {
    padding: 4px 8px;
    font-size: 14px;
  }
  .top-bar-left img {
    max-width: 140px;
  }
  .bachelor-item {
    width: 100%;
  }
  .bachelor-title {
    font-size: 16px;
    line-height: 24px;
  }
  .page-template-home-page .hero-section {
    height: 440px;
  }

  .page-template-home-page .hero-about,
  .page-template-home-page .courses-section,
  .page-template-home-page .newsection {
    background: #ffffff;
  }
  .term-aifu-bolimlari-va-markazlari-uz .subcategory-card-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .term-aifc-branches-and-centers .subcategory-card-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .term-filialy-i-czentry-aifu .subcategory-card-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .site-footer {
    padding: 40px 0;
  }
}
