body,
html {
    margin: 0;
    padding: 0;
    font-size: inherit;
    overflow-x: hidden;
    scroll-behavior: smooth;

}

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

body {
    font-family: "Roboto", sans-serif;
    color: #494949;
}
header {
    background-color: white;
}
header .header__block{
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}
header .logo {
    width: fit-content;
    text-wrap: nowrap;
}
header .logo  a{
    display: flex;
}
.hero__logo{
    text-align: center;
} 
.hero__logo img{
    border-radius: 5px;
}
.hero__logo p{
    margin-top: 20px;
    border: 1px solid white;
    background: #ffffffa6;
    color: black;
    padding: 5px;
    border-radius: 6px;

}
.hero__logo .lg{
    position: relative;
}
.hero__logo .lg span{
    background-color: #f4887d;
    color: white;
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 5px 10px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.hero__logo p.prog{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-wrap: nowrap;
}
.navigator .navigator__each{
    font-size: 13px;
    padding-bottom: 16px;
    display: inline-block;

}
.navigator a.navigator__each{
    text-decoration: underline;
    
}
.container {
    max-width: 960px;
    margin: 0 auto;
    height: 100%;
}
.container_lg{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.programs {
    display: flex;
    width: 100%;
    margin-top: 4rem;
    gap: 10px;
}
.programs .filters {
    width: 25%;
    flex: 0 0 1;
    padding: 0.75rem;

    height: fit-content;
}
.programs .filters form {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    padding: 10px;
    margin-top: 30px;
    border-radius: 20px;
}
.programs .filters form select {
    border-radius: 20px;
    margin-bottom: 20px;
}
.programs .filters form button {
    border-radius: 20px;
}
.programs .filters form input {
    border-radius: 20px;
}
.programs .uni {
    width: 75%;
    padding: 0.75rem;
}
.programs .uni .uni__each {
    display: flex;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
    text-align: left;
    color: #8f8f8f;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
    gap: 20px;
    margin: 0.75rem 0;
}
.programs .uni .uni__each:hover {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
}
.programs .uni .uni__each:hover a {
    color: #f4887d;
}
.uni__info {
    flex: 1;
    padding: 0px 30px 0 0;
}
.uni__info-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: #494949;
    margin-right: 0.5rem;
}
.uni__info-badge {
    color: #85acee;
    font-size: 16px;
    width: fit-content;
    font-weight: 600;
}
.uni__info-badge.grant {
    color: #f4887d;
}

.uni__info-block {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    color: #494949;
}
.uni__info-block svg {
    margin-right: 7px;
    opacity: 0.64;
}
.uni__info-loc,
.uni__info-lang {
    display: flex;
    align-items: center;
    margin-right: 10%;
}
.uni__each .title {
    color: #494949;
    margin: 3px 0;
    font-weight: 400;
    font-size: 11px;
}
.uni__each .value {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
}
.uni__each .value1 {
    margin-left: 13px;
    margin-top: 2px;
    color: #494949;
    font-size: 15px;
}
.uni__info-title h2 a,
.uni__info-title h2 span {
    display: block;
}
.uni__info-edu {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #c0c0c073;
    padding-bottom: 5px;
    align-items: center;
}
.uni__reserve {
    text-align: center;
    position: relative;
    width: 115px;
}
.uni__reserve img {
    width: 100%;
    height: auto;
}
.uni__reserve .progs a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    margin-top: 5px;
}
.uni__reserve .rank {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 0.25em 0.4em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #212529;
    background-color: #ffc107;
}
.deadline .date {
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.deadline {
    padding: 5px 0;
}
.but a {
    background-color: #d71f27;
    margin: 0 8px 0 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 13px 21px;
    border: none;
    color: white;
    letter-spacing: 0.04em;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
}
.but a:hover {
    filter: saturate(0.5);
}
.site__title {
    color: #3a3a3a;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site__title small{
    display: none;
    cursor: pointer;
    font-weight: normal;
    margin-right: 15px;
}
.site__title small:first-child{
    text-decoration: underline;
}
.site__title small span{
    display: none;
}
.site__title small span.active{
    display: block;
}
.filter {
    padding: 5px 0;
}
.filter span {
    text-align: left;
    color: #585858;
    font-size: 16px;
    user-select: none;
    font-weight: 500;
}
.filter select {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filter input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    margin-top: 5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.filters form {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5em;
}
.filters .button {
    color: #fff;
    margin-top: 10px;
    width: 100%;
    background-color: #dc3545;
    border-color: #dc3545;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.filters .button:hover {
    filter: saturate(0.5);
}
a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}
h2 span {
    font-size: 0.7rem;
}
.uni__info-edu_each .value {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
}
.hero {
    min-height: 55vh;
    background-color: #00000099;
    color: white;
    background-size: cover;
    background-position: center center;
}
/* .hero__overlay {
    background: linear-gradient(130deg, rgba(0, 0, 0, 0.674), transparent);
    min-height: 55vh;
} */
.hero__overlay {
    background: linear-gradient(0, rgb(0 0 0 / 82%), #00000063);
    min-height: 55vh;
}
.hero__content {
    display: flex;
    padding-top: 20vh;
    justify-content: space-between;
    gap: 15px;
}
.hero__content.prog{
    padding-top: 10vh;
}
.hero__content h1 {
    font-size: 38px;
    margin-bottom: 20px;
}
.hero__content h2 {
    font-size: 30px;
}
.bottom {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    margin-top: 50px;
}
.bottom .location img {
    margin-right: 10px;
}
.bottom .ranking {
    display: flex;
    align-items: center;
}
.bottom .ranking svg {
    width: 30px;
    margin-right: 10px;
}
.hero__tab {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}
.hero__tab a {
    display: block;
    border-bottom: 1px dotted;
    border-color: #ffc107;
    width: fit-content;
    font-size: 20px;
}
.hero__tab a:hover {
    color: #ffc107;
}

.slider {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    transition: all 0.5s ease;
}

.univer__slider-content{
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .univer__slider-content .arrows{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
  }
  .univer__slider-content .arrows .arrow{
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .8;
    background: white;
  
  }
  .univer__slider-content .arrows .arrow:hover{
    cursor: pointer;
      opacity: 1;
  }
  
  .univer__slider-content .arrows .arrow.left{
    padding-right: 11px;
    margin-left: 15px;
  }
  .univer__slider-content .arrows .arrow.right{
    padding-left: 11px;
    margin-right: 15px;
  }

.slider__inside {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}
.slider__inside img {
    height: 691px;
}
.info_university p{
    font-size: 18px;
    margin: 20px 0;
}
.university__programs{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.university__program{
    text-align: center;
    margin: 15px 0;
}
.university__program--type p{
    background-color: #ffc107;
    color: white;
    font-size: 18px;
    width: fit-content;
    margin: 10px auto 10px auto;
    padding: 5px 10px;
    border-radius: 7px;
}
.university__program h2{
    color: #d32311;
    margin-top: 3rem;
}
.university__program--type{
    margin-bottom: 3rem;
}
.university__programs h4{
    flex: 0 0 100%;
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
}
.university__programs--each{
    border: 1px solid #d32311;
    padding: 11px;
    border-radius: 14px;
    max-width: 360px;
    width: 100%;
    display: block;
}
.university__programs--each:hover{
    box-shadow: 0 0 10px #d323113d;
}
.university__programs--each h2{
    color: #d3230f;
    font-size: 18px;
    text-align: center;
}
.university__programs--each table{
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
.university__programs--each table thead th{
    background-color: #a8afb9;
    color: white;
    font-size: 14px;
}
.university__programs--each table thead th:first-child{
    padding-left: 4px;
}
.university__programs--each table tbody tr{
    border-bottom: 1px solid #ffc107;
}
.row{
    display: flex;
    gap: 20px;
}
.row .col-1{
    flex: 1;
}
.row .col-2{
    max-width: 320px;
    width: 100%;
}
.enquiry{
    margin: 25px 0;
}
.enquiry h2{
    font-size: 18px;
}
.enquiry p{
    padding: 8px 0;
}
.enquiry h3{
    margin-bottom: 20px;
}
.enquiry ul{
    margin-top: 20px;
    list-style: none;
}
.enquiry ul li{
    padding-left: 10px;
    padding-bottom: 7px;

}
.enquiry ul li span{
    color: #d32311;
}
.mySlides {display: none; text-align: center;}
.mySlides img {vertical-align: middle; max-height: 500px; max-width: 800px; width: 100%;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 40px;
}

/* Caption text */
.slideshow-container .text {
  font-size: 18px;
  color: #d3230f;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.slideshow-container .numbertext {
    color: #d3230f;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right: 0;
}

/* The dots/bullets/indicators */
 .dot {
  height: 15px;
  width: 15px;
  margin:30px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.6s ease;
  position: relative;
  top: 0;
}

.dot.active {
  background-color: #d32311;
  top: -5px;
}

/* Fading animation */
.slideshow-container .fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
 .slideshow-container .text {font-size: 11px}
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0; /* Adjust margin as needed */
  }
  
  .page-item {
    margin: 0 0.5rem;
  }
  
  .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  
  .page-link:hover {
    background-color: #f5f5f5;
  }
  
  .page-item.active .page-link {
    background-color: #d32311;
    border-color: #d32311;
    color: #fff;
  }
  
  /* Optional: Add a hover effect for disabled items */
  .page-item.disabled .page-link {
    color: #ccc;
    pointer-events: none;
  }
  .pagination__block .pagination{
    list-style: none;
  }
  .pagination__counter{
    text-align: right;
  }

  /* Base styles for the #info section */
#info.section {
    
    margin: 20px auto;
    border-radius: 10px;
}

/* Header styles */
#info h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2c3e50;
}

#info h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #34495e;
    border-bottom: 2px solid #d32311;
    display: inline-block;
    padding-bottom: 5px;
}

/* Table styles */
#info .info-table,
#info .info-conditions {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#info .info-table td,
#info .info-conditions td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 1rem;
    color: #555;
}

#info .info-table tr:nth-child(odd),
#info .info-conditions tr:nth-child(odd) {
    background-color: #f9f9f9;
}

#info .info-table tr:nth-child(even),
#info .info-conditions tr:nth-child(even) {
    background-color: #ffffff;
}

#info .info-table td:first-child,
#info .info-conditions td:first-child {
    font-weight: bold;
    color: #333;
}

/* Paragraph styles */
#info p, #uni p, #city p, #accommodation p {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #555;
}
#city p{
    margin-top: 20px;
}
#accommodation p{
    margin-bottom: 20px;
}
/* Show-more button */
#info .show-more-btn {
    background-color: #d32311;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#info .show-more-btn:hover {
    background-color: #2980b9;
}
#fee {

    border-radius: 8px;
    margin: 4rem 0;
}

#fee h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2c3e50;
}

#fee .rows {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

#fee .rows:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#fee .title {
    flex: 1;
    font-weight: bold;
    color: #555;
    text-transform: uppercase;
    margin-right: 20px;
}

#fee .value {
    flex: 2;
    color: #666;
}

#fee .value p {
    margin: 5px 0;
}

#fee .comments {
    margin-top: 15px;
    font-style: italic;
    color: #888;
    font-size: 0.95rem;
}

#fee .show-more-btn {
    display: block;
    text-align: center;
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

#fee .show-more-btn:hover {
    background-color: #0056b3;
}
#expenses h2{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 4rem;
    color: #2c3e50;
}
#expenses .expense__block{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#expenses .title_second{
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #34495e;
    border-bottom: 2px solid #d32311;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}
#expenses .expense-item{
    padding: 20px;
   
    
    
    font-size: 18px;
    width: calc(50% - 12px);
    line-height: 24px;
}
#expenses .expense-item .value{
    font-size: 20px;
    margin-bottom: 15px;
}
/* Responsive design */


#docs h2, #spec h2 ,#uni h2, #city h2, #accommodation h2{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 4rem;
    color: #2c3e50;
}

#docs ul,#spec ul {
    list-style: none; /* Remove default list dots */
    padding-left: 20px;
    margin-bottom: 15px;
}

#docs ul li, #spec ul li {
    font-size: 1rem;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

#docs ul li:last-child, #spec ul li:last-child{
    border-bottom: none;
}

#docs ul li:before, #spec ul li::before {
    content: "•"; /* Custom bullet character */
    font-size: 1.5rem; /* Adjust the size of the bullet */
    color: #d32311; /* Blue color for bullet */
    position: absolute;
    left: -20px; /* Position the bullet to the left */
    top: 50%;
    transform: translateY(-50%);
}


#spec p{
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #34495e;
    border-bottom: 2px solid #d32311;
    display: inline-block;
    padding-bottom: 5px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1; 
    
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
  }
  .modal-content {
    margin: auto;
    display: block;
    /*width: 80%;*/
    max-width: 1000px;
  }
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  .container-form {
    max-width: 1000px;
    margin: 50px auto;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#uniSearch {
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container-form hr{
    margin-bottom: 10px;
}
.container-form.lg{
    max-width: 1300px;
}

.container-form h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    color: #333;
}

.container-form .form-group label {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    display: block;
}

.container-form .form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
}

.container-form .form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.container-form .form-group input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.container-form .btn {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.container-form .btn:hover {
    background-color: #0056b3;
}

.container-form .form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.container-form .form-section .form-group {
    flex: 1;
    min-width: 280px;
}

.city-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.city-card {
    flex: 1 1 calc(33.333% - 20px); /* 3 cards per row */
    min-width: 250px;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.city-name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.city-details {
    color: #555;
    line-height: 1.5;
}
.universities-container {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.universities-heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.universities-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.university-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
}

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

.university-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
}
.university-ru_name{
    font-size: 16px;
    margin-bottom: 3px;
}
.university-cn_name{
    font-size: 14px;
}
.university-rank{
    color: #d32311;
    margin-top: 10px;
}
.university-description {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.view-details {
    font-size: 14px;
    color: #3498db;
    text-decoration: none;
}

.view-details:hover {
    text-decoration: underline;
}

.actions {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
}

.edit-button, .delete-button {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
}

.edit-button {
    background-color: #f39c12;
    color: white;
}

.edit-button:hover {
    background-color: #e67e22;
}

.delete-button {
    background-color: #e74c3c;
    color: white;
    border: none;
}

.delete-button:hover {
    background-color: #c0392b;
}

.no-universities {
    text-align: center;
    color: #888;
}
.btn-add{
    margin: 10px 0;
    background-color: #d52111; 
    color: white; 
    border: none; 
    padding: 10px 15px; 
    border-radius: 5px; 
    display: block;
    cursor: pointer;
    width: fit-content;
}
.btn-edit{
    text-align: center;
    margin-top: 10px;
    background-color: #17a2b8; color: white; border: none; padding: 10px 15px; border-radius: 5px; cursor: pointer;
}
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  } 
@media (max-width: 1100px) {
    .mySlides img{
        width: 100%;
        max-width: 600px;
    }
    .col-1{
        flex: 0 0 100%;
    }
    .row .col-2{
        margin: 0 auto;
    }
}  
@media (max-width: 900px) {
    .row .col-1{
        flex: 0 0 100%!important;
    }
}  
@media (max-width: 768px) {
    #info.section {
        padding: 15px 20px;
    }
    .hero__content{
        padding-top: 2vh;
        flex-direction: column-reverse;
    }
    #info h2 {
        font-size: 1.5rem;
    }
    .hero__content h1{
        font-size: 20px;
    }
    .hero__content h2{
        font-size: 18px;
    }
    .hero__content .bottom .location{
        font-size: 18px;
    }
    .bottom .location img{
        position: relative;
        top: 3px;
    }
    .hero__tab a{
        font-size: 16px;
    }
    #info h4 {
        font-size: 1.2rem;
    }
    .info_university p{
        font-size: 16px;
    }

    #info p {
        font-size: 0.95rem;
    }

    #info .show-more-btn {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
}
@media (max-width: 767px) {
    .site__title small{
        display: block;
    }
    .programs .filters form{
        display: none;
    }
    .programs .filters form.active{
        display: block;
    }
    .programs {
        display: block;
        width: 100%;
        margin-top: 4rem;
    }
    .programs .filters {
        width: 100%;
    }
    .programs .uni {
        width: 100%;
    }
    .programs .uni .uni__each{
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 550px){
    .uni__info{
        padding: 0;
        flex: 0 0 100%;
    }
    .uni__info-badge,.uni__each .value1{
        font-size: 13px;
    }
    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}
