/*
Theme Name: Czech Degree
Author: mojzis
Description: Style
Version: 0.0.1
*/
@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Light.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-LightItalic.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Regular.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Italic.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Medium.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-MediumItalic.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-SemiBold.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-Bold.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}


@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/open-sans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/open-sans/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

:root {
    --blue: #0029E7;
    --sky-blue: #B2D1FF;
    --light-blue: #717DF1;
    --dark-blue: #202C97;
    --red: #EA3235;
    --black: #2B2B2B;
    --gray: #858383;
    --white: #FFFFFF;
    --error-red: #E65116;
    --green: #16C37B;
    --yellow: #F6D813;
    --button-hover: #FC2A69;
    --button-click: #FF0004;
    --border-radius: 15px;
    --size-bezel: 0.5rem;
    --size-radius: 4px;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;

}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

/* Typography */
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 76px;
    letter-spacing: 0px;
    color: var(--black);
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0px;
    color: var(--black);
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 0px;
    color: var(--black);
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: var(--black);
}


h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
    color: var(--black);
}

.body-large {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.body-medium {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.body-small, p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}


button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
}

.nav-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
}

.big-button {
    font-family: 'Open Sans', sans-serif;
    background-color: var(--red);
    border-radius: var(--border-radius);
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    line-height: 48px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 14px 24px;
    width: fit-content;
    text-align: center;
	border: 1.5px solid var(--red);
}

.cta-button-2 p input, .cta-button p input {
	border: 1.5px solid var(--red);
}

.big-button-outline {
    background-color: transparent;
    border: 1.5px solid var(--red);
    color: var(--red);
}

.big-button-outline:hover {
    border: 1.5px solid var(--button-hover);
}

.big-button-outline:focus, .big-button-outline:activer {
    border: 1.5px solid var(--button-click);
}


.big-button-secondary {
    background-color: var(--white);
    color: var(--blue);
	border: 1.5px solid var(--white);
}

.big-button:hover {
    background-color: var(--button-hover);
    color: var(--white);
	border: 1.5px solid var(--button-hover);
}

.big-button:focus, .big-button:active {
    background-color: var(--button-click);
    color: var(--white);
	border: 1.5px solid var(--button-click);
}

.caption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}
.link {
	color: var(--blue);
}

.link:hover {
	color: var(--blue);
	background-color: var(--sky-blue);
}

.link:active {
	color: var(--dark-blue);
	background-color: var(--sky-blue);
}

.universities-page-header p, .requirement-page-post .post-excerpt p, .faq-text p, .lic-page-header p, .services-header p, .about-us-section-text p, .about-us-section-card p, .container-single-page-content p, .container-single-page-content li {
    text-align: justify;
}

/* Grid */
.section-space {
    width: 100%;
    height: 156px;
}

.section-space-medium {
    width: 100%;
    height: 80px;
}

.section-space-small {
    width: 100%;
    height: 44px;
}

.section-space-skyblue {
    background-color: var(--sky-blue);
}

.section-space-front-page {
    width: 100%;
    height: 180px;
}

.container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin: 0 126px;
    max-width: 1440px;
    width: 100%;
}

/* Spacing */

/* Margin Utilities */
.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-64 {
    margin-top: 64px;
}

/* Padding Utilities */
.pt-8 {
    padding-top: 8px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-56 {
    padding-top: 56px;
}

.pt-64 {
    padding-top: 64px;
}

/* Header */

header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 28px auto;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
}

.navigation {
    display: flex;
    gap: 37px;
    width: 100%;
}

.navigation a {
    color: #3498db;
    text-decoration: none;


}

.navigation li {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    color: var(--black);
}

.navigation li a {
    color: var(--black);
    transition-duration: 0.3s;
}

.navigation li a:hover, .navigation .current-menu-item a {
    color: var(--blue);
}

.navigation li a:active {
    color: var(--dark-blue);
}

.navigation .current-menu-item {
    border-bottom: 5px solid var(--blue);
}

/* landing hero */

.ladning-hero-text h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 76px;
    letter-spacing: 0px;
    color: var(--black);
}

.ladning-hero-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0px;
    color: var(--black);
}

.landing-hero {
    background-image: url("../img/Home_Page/Prague_background_hero_section.webp");
    background-color: #cccccc;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: right 35% bottom 45%;
    ;
    height: 577px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.landing-hero-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-landing-hero-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.ladning-hero-text {
    position: relative;
    /* Establish stacking context and relative positioning */
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
}

.ladning-hero-text h2 {
    color: var(--blue)
}

.ladning-hero-text h3 {
    color: var(--black)
}

.ladning-hero-text button {
    margin-top: 44px;
}

.title-page {
	display:none;
}

/* Parent container */
.container-student {
    position: relative;
    /* Establish stacking context and relative positioning */
    width: fit-content;
    /* Ensure the container wraps the content */
    left: 30px;
    height: 577px;
}

/* Ellipse */
.ellipse {
    position: absolute;
    /* Position relative to the .container */
    /* Adjust for the element's own size */
    background: var(--dark-blue);
    border-radius: 50%;
    width: 548px;
    height: 548px;
    top: 100px;
    background: var(--dark-blue);
    z-index: 1;
    /* Place behind student-hero */
}

/* Student Image */
.student-hero {
    position: relative;
    /* Position within the .container */
    background-image: url("../img/Home_Page/student_hero_section.webp");
    background-repeat: no-repeat;
    background-size: cover;
    height: 654px;
    width: 529px;
    z-index: 2;
    /* Place above the ellipse */
}

/* landing hero */
.benefits-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-benefits {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.container-benefits .card {
    width: 100%;
    height: auto;
    border-top-left-radius: 70px;
    background-color: var(--sky-blue);
    padding: 43px 11px;
    padding-left: 40px;
}

.container-benefits .card .content {
    height: auto;
    display: flex;
    align-items: center;
    gap: 31px;
    justify-content: end;
}

.container-benefits .card .icon {
    min-width: 135px;
    min-height: 135px;
}

.container-benefits .card p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    max-width: 220px;
    color: var(--black);
    text-wrap-style: balance;
}

.button-main:hover {
    background-color: #FC2A69;
    /* Hover color */
}

.button-main:active {
    background-color: #FF0004;
    /* Active color */
}

.button-main:disabled {
    background-color: #B8B7B7;
    /* Disabled color */
    cursor: not-allowed;
}

/* Secondary Button */
.button-secondary {
    background-color: var(--blue);
    color: var(--white);
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* why study in czech */
.why-study-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.container-why-study {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 64px;
}

.why-study h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
    margin-bottom: 64px;
}

.why-study h2.mobile {
    display: none;
}

.why-study h2 span {
    color: var(--blue);
}

.why-study .why-study-content img {
    height: 450px;
    width: auto;
}

.why-study-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 51px;
}

.why-study-content-table-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.why-study-content-table-row-ellipse {
    min-width: 30px;
    min-height: 30px;
    background-color: var(--red);
    border-radius: 100%;
}

.why-study-content-table-row-text h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
    margin-bottom: 16px;
}

.why-study-content-table-row-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
}


.why-study-content-table {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.container-why-study .statistics {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.container-why-study .statistics .statistics-container {
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    text-align: center;
}

.container-why-study .statistics .statistics-date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 45.5px;
    letter-spacing: 0.11px;
    color: var(--blue);
}

.container-why-study .statistics .statistics-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 45.5px;
    letter-spacing: 0.11px;
    color: var(--black);
}

/* why study in czech */
.review-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 64px;
}

.container-review {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.why-study-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.container-why-study {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 64px;
}

.container-review h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.review-container-slider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
}

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

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: var(--sky-blue);
    margin: 0 3px !important;
}

.swiper-pagination-bullet:hover {
    background: var(--light-blue);
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet-active:hover {
    background: var(--blue);
}

.swiper-slide {
    height: auto;
    border-radius: 50px;
    padding: 48px;
    height: 400px;
    width: 100%;
    min-width: 450px;
}

.review {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 11px
}


.swiper-slide:nth-child(even) {

    background-color: var(--light-blue);
}

.swiper-slide:nth-child(odd) {

    background-color: var(--blue);
}

.review-creditals {
    display: flex;
    align-items: center;
    gap: 45px;
    width: 100%;
}

.review-creditals-content {
    display: flex;
    flex-direction: column;
    gap: 23px;
    text-align: left;
    width: 100%;
}

.review-photo {
    min-width: 142px;
    height: 142px;
    border-radius: 50%;
    object-fit: cover;

}


.review-stars {
    display: flex;
    gap: 4px;
}

.review-stars .icon {
    height: 30px;
    width: 30px;
    color: #F6D813;
}

.review-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.swiper-slide:nth-child(even) .review-name {
    color: var(--black);
}

.swiper-slide:nth-child(odd) .review-name {
    color: var(--white);
}


.review-text p {
    font-size: 16px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 24px;
}

.swiper-slide:nth-child(even) .review-text {
    color: var(--black);
}

.swiper-slide:nth-child(odd) .review-text {
    color: var(--white);
}

/* universities */
.universities-container {
    background-color: var(--sky-blue);
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 97px 0;
}

.container-universities {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 90px;
    z-index: 2;
}

.universities-silhouette {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 1;
    max-height: 500px;
}

.universities-text {
    display: flex;
    flex-direction: column;
    gap: 44px;
    width: 100%;
    max-width: 510px;
}

.universities-text h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.universities-links {
    display: flex;
    /* Enable flexbox */
    flex-wrap: wrap;
    /* Allow items to wrap to the next line */
    gap: 44px 77px;
    /* Vertical (row) and horizontal (column) gaps */
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Align items vertically */
    width: 100%;
}

.universities-links .logo {
    height: 74px;
    /* Fixed height */
    width: auto;
    /* Width adjusts proportionally */
    object-fit: contain;
    /* Ensure the logos maintain aspect ratio */
}

/* must read */
.must-read-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.container-must-read {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 64px;
    text-align: left;
}

.container-must-read h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.must-read-cards {
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.must-read-card {
    display: flex;
    flex-direction: column;
    background-color: var(--light-blue);
    border-radius: 15px;
    gap: 15px;
    padding: 35px 25px;
    flex: 1;
}

.must-read-card .icon {
    height: 135px;
    width: 135px;
    margin: auto;
}

.must-read-card-text {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    gap: 16px;
}

.must-read-card-text h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.must-read-card-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--black);
}

/* FAQ */
.faq-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
}

.container-faq {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 64px;
    text-align: left;
}

.container-faq h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.faq-section {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.faq-card {
    border: 1.5px solid var(--blue);
    border-radius: 15px;
    padding: 16px;
    overflow: hidden;
    background-color: #ffffff;
}

.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.faq-title h4 {
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
    margin-right: 45px;
}


.faq-toggle {
    margin: 12px 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    height: 30px;
    color: var(--black);
    width: auto;
}

/* Rotated Arrow for Open FAQ */
.faq-card.open .faq-toggle {
    transform: rotate(0deg);
}

/* FAQ Text (Hidden by Default) */
.faq-text {
    display: none;
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
    max-width: 90%;
}

.faq-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.faq-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-card.open .faq-text {
    max-height: 500px;
    /* Adjust based on content length */
    margin-right: 120px;
}

/* first-step */
.first-step-container {

    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sky-blue);
    overflow: hidden;
    width: 100%;
    min-height: 583px;
}

.container-first-step {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 157px;
    padding: 84px 0;
}

.container-first-step h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--white);
    width: 437px;
}

.first-step-ellipse {
    position: absolute;
    /* Position relative to the .container */
    /* Adjust for the element's own size */
    background: var(--blue);
    border-radius: 50%;
    width: 684px;
    height: 684px;
    top: -110px;
    left: -110px;
    z-index: 1;
    /* Place behind student-hero */
}


.first-step-photo {
    position: absolute;
    /* Position within the .container */
    background-image: url("../img/Home_Page/student_CTA_section_1.webp");
    background-repeat: no-repeat;
    background-size: cover;
    left: 117px;
    top: -230px;
    height: 747px;
    width: 458px;
    z-index: 2;
    /* Place above the ellipse */
}
.first-step-heading-tablet {
	display:none;
}

.container-first-step-2 h4 {
    width: 528px;
}

.first-step-ellipse-2 {
    left: -70px;
    top: -150px;
}

.first-step-photo-2 {
    background-image: url("../img/Universities/student CTA section 2.webp");
    left: 15px;
    top: 30px;
    height: 498px;
    width: 598px;
    transform: rotateY(180deg);
}

.first-step-photo-3 {
    background-image: url("../img/Requirements/students CTA section 3.webp");
    left: -125px;
    top: 90px;
    height: 392px;
    width: 732px;
}

.first-step-photo-4 {
    background-image: url("../img/Living_in_czech/student CTA section 4.webp");
    left: 200px;
    top: -260px;
    height: 871px;
    width: 467px;
}

.first-step-content-left {
    position: relative;
    z-index: 3;
}

.first-step-content-left h4 {
    z-index: 3;
    position: relative;
}


.first-step-content {
    z-index: 3;

}

.contact-form-container {
    width: 50%;
}

/* footer */
footer {
    background: var(--sky-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

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

.footer-first-col {
    display: flex;
    gap: 80px;
}

.footer-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--black);
    max-width: 261px;
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    gap: 80px;
}

.footer-menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-menu-list a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 48px;
    color: var(--black);
    text-transform: uppercase;
    text-decoration: none;
}

.footer-menu-list a:hover {
    color: var(--blue);
}

.footer-menu-list a:active {
    color: var(--dark-blue);
}

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

.footer-contact p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 48px;
    color: var(--black);
}

.footer-contact p span {
    font-weight: 700;
}

/* 
Input
*/
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.inputGroup {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    width: 100%;
    position: relative;
}

/* Input field styles */
.inputGroup input, .inputGroup select {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 68px;
    padding: 8px 32px;
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 0.1px;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    background: #FFFFFF;
    outline: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;

}

/* Label styles: Initially centered in the input */


.inputGroup .user-label {
    position: absolute;
    top: 9px;
    left: 32px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: #858383;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 2;
}

.inputGroup .user-label span {
    color: #EA3235;
}

/* When the input is focused or has a value, move the label up */
.inputGroup input:focus~.user-label,
.inputGroup .user-label.input-filled,
.inputGroup:focus-within .user-label {
    top: -40px;
    /* Moves the label above the input */
    margin-left: 10px;
    transform: translateY(0);
    /* Resets the translation */
    font-size: 12px;
    /* Shrinks the label */
    color: var(--black);
    /* Change color when focused */
    padding: 0.2em;
    left: 0.8em;
    /* Adjusts label's position */
    z-index: 9;
}

/* Input border on focus */
.inputGroup input:focus {
    border-color: var(--blue);
    /* Blue border on focus */
}

.inputGroup input:-internal-autofill-selected {
    border-color: rgb(232, 240, 254);
    /* Blue border on focus */
}

/* Invalid input border color */
.inputGroup input:invalid {
    border-color: var(--error-red);
    /* Red border on invalid input */
}

/* Show error message below input */
.wpcf7-not-valid-tip {
    display: contents;
    color: var(--error-red);
    font-size: 0.8rem;
    margin-top: 0.5em;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-spinner {
    display: inline-block;
}

.wpcf7-response-output {
    margin: 0px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.checkbox-input input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--sky-blue);
    margin: 0;
    font: inherit;
    color: var(--black);
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 2px solid var(--black);
    border-radius: 8px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

.checkbox-input input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--black);
    /* Windows High Contrast Mode */
    background-color: CanvasText;
}

.checkbox-input input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.wpcf7-list-item {
    margin: 0px;
}

.wpcf7-list-item label {
    display: flex;
    gap: 24px;
    align-items: center;
}

.wpcf7-list-item label span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.checkboxInput span {
    display: flex;
    flex-direction: column;
}

.checkboxInput {
    margin: 16px 0px;
}

.wpcf7-submit {
    border: 0px solid transparent;
    cursor: pointer;
}

.openCTA {
    cursor: pointer;
}

/* universities-page */
.universities-mobile {
    display: none;
}

.universities-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--sky-blue);
    overflow: hidden;
    width: 100%;
}

.container-universities-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.universities-page-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.universities-page-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.universities-page-header h2 span {
    color: var(--blue);
}

.universities-page-header p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.universities-page-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.universities-page-table-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
}

.universities-page-table-header h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.universities-page-table-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    transition-duration: 300ms;
}

.universities-page-table-content a {
    text-decoration: none;
}

.universities-page-table-content-card {
    gap: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: var(--white);
    border-radius: var(--border-radius);
    transition-duration: 300ms;
}

.universities-page-table-content {
    gap: 24px;
}

.universities-page-table-content-card-right {
    text-align: right;
}

.universities-page-table-content-card p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.universities-page-table-content .universities-page-table-content-card {
    opacity: 1;
}

.universities-page-table-content.loading .universities-page-table-content-card {
    opacity: 0.7;
}

/* requirements-page */
.requirements-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-requirements-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.container-requirements-page h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.container-requirements-page h2 span {
    color: var(--blue);
}

.requirement-page-post-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.requirement-page-post {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.requirement-page-post .post-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
    /* margin-left: 10px; */
}

.requirement-page-post .post-excerpt p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.read-more {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--blue);
}

.read-more:hover {
    background-color: var(--sky-blue);
}

.read-more:active {
    color: var(--dark-blue);
    background-color: var(--sky-blue);
}

/* Living in czech */
.lic-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-lic-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.lic-page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 12px;
}

.lic-page-post-container.loading .lic-page-post {
    opacity: 0.7;
}

.lic-page-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.lic-page-header p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.lic-page-post-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Creates 3 equal-width columns */
    gap: 18px;
    /* Sets the gap between the grid items */
    justify-content: center;
    /* Centers the grid container horizontally */
    align-content: center;
    /* Centers the grid container vertically */
}

.lic-page-post {
    background: var(--sky-blue);
    /* Light background for visibility */
    text-align: left;
    border-radius: var(--border-radius);
    /* Optional rounded corners */
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    height: 100%;
    /* Ensures equal height for all items */
    text-decoration: none;

}

.lic-page-post-image {
    height: 193px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.lic-img-wrapper {
    position: absolute;
    height: auto;
    min-width: 376px;
    width: 100%;
    right: 0px;
}

.circle-wrapper {
    min-width: 376px;
    /* Diameter of the circle */
    height: 376px;
    /* Diameter of the circle */
    border-radius: 50%;
    /* Makes it a perfect circle */
    overflow: hidden;
    /* Ensures the image stays inside the circle */
    margin-top: -188px;
    /* Adjust to position the circle over the grid item */
    background: var(--sky-blue);
    /* Fallback background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.circle-wrapper img {
    min-width: 440px;
    /* Minimum width of the image */
    min-height: 440px;
    /* Minimum height of the image */
    width: auto;
    /* Maintain aspect ratio */
    height: auto;
    /* Maintain aspect ratio */
    object-fit: contain;
    /* Fit the image within the defined dimensions */
    object-position: center;
    /* Center the image */
    z-index: 2;
    margin-top: 188px;
}

.circle-shadow {
    position: absolute;
    min-width: 376px;
    /* Diameter of the circle */
    min-height: 376px;
    /* Diameter of the circle */
    width: 100%;
    border-radius: 50%;
    /* Makes it a perfect circle */
    overflow: hidden;
    /* Ensures the image stays inside the circle */
    top: -179px;
    /* Adjust to position the circle over the grid item */
    left: 18px;
    background: #ccc;
    /* Fallback background color */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional shadow for effect */
    background-color: var(--blue);
    z-index: 1;
}

.lic-page-post:nth-child(even) .circle-shadow {
    background-color: var(--red);
}

.lic-post-content {
    padding: 16px;
    padding-bottom: 24px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    height: 100%;
    margin-top: 200px;
}

.lic-post-content .post-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--black);
}

.lic-post-content .post-title span {
    color: var(--blue);
}

.lic-post-content .post-excerpt p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
}

/* cta */
.cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    overflow: hidden;
    width: 100%;
    padding: 44px 0px;
}

.container-cta {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 157px;
}

.container-cta h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    color: var(--white);
    max-width: 370px;
}

/* Live & Study */
.las-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-las-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.las-category-filter {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 12px;
}

.las-page-post-container.loading .las-page-post {
    opacity: 0.7;
}

.las-page-header {
    width: 100%;
    margin-bottom: 32px;
}

.las-page-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.las-page-header p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.las-page-post-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Creates 3 equal-width columns */
    gap: 18px;
    /* Sets the gap between the grid items */
    justify-content: center;
    /* Centers the grid container horizontally */
    align-content: center;
    /* Centers the grid container vertically */
}

.las-page-post {
    background: var(--sky-blue);
    /* Light background for visibility */
    text-align: left;
    border-radius: var(--border-radius);
    /* Optional rounded corners */
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    height: 100%;
    /* Ensures equal height for all items */
    text-decoration: none;
}

.v-page-post-image {
    height: 193px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.las-img-wrapper {
    position: absolute;
    height: auto;
    min-width: 376px;
    width: 100%;
    right: 0px;
}

.las-page-post:nth-child(even) .circle-shadow {
    background-color: var(--red);
}

.las-post-content {
    padding: 16px;
    padding-bottom: 24px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    height: 100%;
    margin-top: 200px;
}

.las-post-content .post-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--black);
}

.las-post-content .post-title span {
    color: var(--blue);
}

.las-post-content .post-excerpt p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
}

.las-category-filter {
    margin-bottom: 64px;
}

.las-category-filter-header {
    display: none;
}

.las-category-filter .category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.las-category-filter .category-btn {
    padding: 6.5px 12px;
    border: 0px solid transparent;
    background-color: var(--sky-blue);
    color: var(--black);
    cursor: pointer;
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    min-width: 210px;
    line-height: 38.5px;
    letter-spacing: 0px;
    color: var(--black);
    transition: background-color 0.3s ease, color 0.3s ease;
    text-transform: capitalize;
}

.las-category-filter .category-btn:hover {
    background-color: var(--dark-blue);
    color: white;
}

.las-category-filter .category-btn[aria-selected="true"] {
    background-color: var(--blue);
    color: white;
}

.las-category-filter .category-btn[aria-selected="true"]:hover {
    background-color: var(--blue);
}


/* FAQ */
.add-topic-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-add-topic {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    text-align: left;
}

.add-topic {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    background-color: var(--white);
    border-radius: var(--border-radius);
    border: 1.5px solid var(--blue);
}

.container-add-topic a {
    text-decoration: none;
}

.add-topic .icon {
    max-width: 135px;
    max-height: 135px;
    width: 100%;
    height: 100%;
}

.add-topic-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.add-topic-text h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--black);
}

.add-topic-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
}

/* services */
.services-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-services-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: center;
    align-items: center;
}

.services-header {
    display: flex;
    flex-direction: column;
    gap: 64px
}

.services-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.services-header p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.services-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.services-card {
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: var(--white);
    border-radius: var(--border-radius);
    border: 1.5px solid var(--blue);
    position: relative;
    width: 100%;
}

.services-card-header {
    display: flex;
    flex-direction: row;
    gap: 27px;
    align-items: end;
}

.services-card-header h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--black);
}

.services-card-badge {
    width: 98px;
    height: 98px;
}

.services-card-description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
    margin-bottom: 5px;
}

.services-card-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.services-card-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.services-card-list-item {
    display: flex;
    flex-direction: row;
    gap: 22px;
    align-items: center;
}

.services-card-list-item-icon {
    width: 28px;
    height: 28px;
    color: var(--red)
}

.services-card-list-item-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
}

.services-card-price {
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--blue);
}

.services-card-price span {
    font-weight: 700;
}

.services-card-button {
    display: flex;
    justify-content: center;
}

.services-card-list-item-link {
    margin-left: 50px;
}

.services-card-list-item-link a:hover {
    color: var(--blue);
    background-color: var(--sky-blue);
}

.services-card-list-item-link a:active {
    color: var(--dark-blue);
    background-color: var(--sky-blue);
}

.services-card-blue {
    background-color: var(--blue);
    color: var(--white);
}

.services-card-blue .services-card-description, .services-card-blue .services-card-list-item-text, .services-card-blue .services-card-price, .services-card-blue h3 {
    color: var(--white);
}

.services-card-blue .services-card-list-item-icon {
    color: var(--sky-blue);
}

/* about */
.about-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-about-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

.about-us-section {
    display: flex;
    flex-direction: row;
    gap: 97px;
    justify-content: space-between;
    align-items: center;
}

.about-us-section img {
    height: 435px;
    width: 460px;
}

.about-us-section-text {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.about-us-section-text h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 76px;
    letter-spacing: 0px;
    color: var(--black);
}

.about-us-section-text h2 span {
    color: var(--blue);
}

.about-us-section-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.about-us-section-2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-us-section-card {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.about-us-section-card-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-us-section-card-content ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.1px;
    color: var(--black);
    margin-left: 32px;
}

.about-us-section-card-content ul li::marker {
    color: var(--blue);
}

.about-us-section-card h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.about-us-section-card h3 span {
    color: var(--blue);
}

.about-us-section-card p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

/* why choose us */
.choose-us-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container-choose-us {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 64px;
    text-align: left;
}

.container-choose-us h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.container-choose-us h4 span {
    color: var(--blue);
}

.why-choose-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}

.why-choose-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
    text-align: center;
    align-items: center;
    width: 100%;
}

.why-choose-card img {
    width: 264px;
    height: auto;
}

.why-choose-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-choose-card-text h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--blue);
}

.why-choose-card-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
}

/* single */
.single-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-single-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 66px;
    justify-content: center;
    align-items: center;
}

.container-single-page img {
    width: 100%;
    max-height: 680px;
    height: auto;
    object-fit: cover;

}

.container-single-page h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
    width: 100%;
}

.container-single-page h2 span {
    color: var(--blue);
}

.container-single-page-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.container-single-page-content p, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.container-single-page-content a {
    color: var(--blue);
}

.container-single-page-content a:hover {
    color: var(--blue);
    background-color: var(--sky-blue);
}

.container-single-page-content a:active {
    color: var(--dark-blue);
    background-color: var(--sky-blue);
}

.container-single-page-content ul, .container-single-page-content ol {
    margin-left: 32px;
}

.container-single-page-content li::marker {
    color: var(--blue);
}

.container-single-page-content p strong {
    font-weight: 700;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 8px
}

.breadcrumbs a, .breadcrumbs span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--gray);
    text-decoration: none;
}

.breadcrumbs p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--blue);
    text-decoration: none;
}


.breadcrumbs a:hover {
    color: var(--blue);
    text-decoration: underline;
}

.breadcrumbs a:active {
    color: var(--dark-blue);
}

/* Most popular posts */
.mpp-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.container-mpp-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.container-mpp-page h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.mpp-page-post-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 21px;
}

.mpp-page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin-bottom: 12px;
}


.mpp-page-header h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.mpp-page-header p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0px;
    color: var(--black);
}

.mpp-page-post {
    background: var(--sky-blue);
    /* Light background for visibility */
    text-align: left;
    border-radius: var(--border-radius);
    /* Optional rounded corners */
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    height: auto;
    /* Ensures equal height for all items */
    text-decoration: none;
    width: 100%;
}

.mpp-page-post-image {
    height: 193px;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.mpp-img-wrapper {
    position: absolute;
    height: auto;
    min-width: 376px;
    width: 100%;
    right: 0px;
}


.mpp-page-post:nth-child(even) .circle-shadow {
    background-color: var(--red);
}

.mpp-post-content {
    padding: 16px;
    padding-bottom: 24px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    height: 100%;
    margin-top: 200px;
}

.mpp-post-content .post-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0px;
    color: var(--black);
}

.mpp-post-content .post-title span {
    color: var(--blue);
}

.mpp-post-content .post-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--black);
}

/* 404 page */
.error404 {}

.not-found-page-container {
    display: flex;
    justify-content: center;
    align-items: end;
    overflow: hidden;
    width: 100%;
    background-image: url("../img/Home_Page/Prague_background_hero_section.png");
    background-color: #cccccc;
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: right 35% bottom 45%;
    ;
    overflow: hidden;
    min-height: calc(100vh - 389px);

}

.container-not-found-page {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.not-found-page-content {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.not-found-page-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 124px;
    line-height: 59px;
    letter-spacing: 0px;
    color: var(--blue);
}

.not-found-page-content-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.not-found-page-content-text h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 59px;
    letter-spacing: 0px;
    color: var(--black);
}

.not-found-page-content-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 59px;
    letter-spacing: 0px;
    color: var(--black);
}

.not-found-page-content-buttons {
    display: flex;
    gap: 44px;
    height: 100%;
}

.not-found-page-image {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-top: 107px;
}

.not-found-page-image img {
    max-height: 630px;
    width: auto;
}

/* modal */

/* Modal Background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    /* Above other content */
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with opacity */
    box-sizing: content-box;
    pointer-events: auto;
    touch-action: auto;
}

/* Modal Content */
.modal-content {
    background-color: var(--white);
    padding: 44px 80px;
    gap: 44px;
    border-radius: var(--border-radius);
    width: 80%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    margin: 100px 0;
    max-width: max-content;
}

.modal-content-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 24px;
    padding: 50px 0px;
	padding-top: 25px;
    text-align: center;
}

.modal-content-inner h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--blue);
}

.modal-content-inner p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.modal-content-inner p span {
    color: var(--blue);
}

.modal-content-inner a {
    width: 100%;
    margin-top: 32px;
    display: none;
}

.stop-scrolling {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-left {
    width: 450px;
    z-index: 6;
}

.modal-left h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.modal-left h4 span strong {
    color: var(--blue);
}

.modal-left p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.modal-contact-form-container {
    padding: 15px 0px;
    padding-bottom: 0px;
    gap: 24px;
}

.modal-contact-form-container .inputGroup input, .inputGroup select {
    border: 2px solid var(--blue);
}

.modal-contact-form-container .inputGroup input:focus~.user-label,
.modal-contact-form-container .inputGroup .user-label.input-filled,
.modal-contact-form-container .inputGroup:focus-within .user-label {
    top: -30px;
    /* Moves the label above the input */
    background-color: var(--white);
    margin-left: 7px;
    transform: translateY(0);
    /* Resets the translation */
    font-size: 20px;
    /* Shrinks the label */
    color: var(--black);
    /* Change color when focused */
    padding: 0px 5px;
    left: 20px;
    /* Adjusts label's position */
    z-index: 9;
}

.modal-contact-form-container .wpcf7-list-item label span {
    color: var(--blue);
    position: relative;
}

.wpcf7-list-item label span {
    position: relative;
}

.modal-contact-form-container .wpcf7-list-item label span::after, .wpcf7-list-item label span::after {
    content: "*";
    position: absolute;
    right: -12px;
    color: var(--red);
}

.modal-contact-form-container .checkbox-input input[type="checkbox"] {
    background-color: var(--white);
    color: var(--blue);
    border: 2px solid var(--blue);
}

.checkboxInput .wpcf7-not-valid input[type="checkbox"] {
    border-color: var(--error-red);
}

.modal-contact-form-container .checkbox-input input[type="checkbox"]::before {
    box-shadow: inset 1em 1em var(--blue);
}

.modal-contact-form-container .inputGroup input:invalid {
    border-color: var(--error-red);
}

.modal-contact-form-container .wpcf7-select {
    width: 100%;
    /* Full width of container */
    padding: 8px 32px;
    /* Padding inside the select */
    appearance: none;
    /* Removes native arrow in most browsers */
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    position: relative;
    cursor: pointer;
}

.modal-contact-form-container input:-internal-autofill-selected {
    background-color: var(--white) !important;
}

.modal-contact-form-container .inputGroupSelect .wpcf7-form-control-wrap::after {
    content: '';
    /* Arrow icon */
    background-image: url("../icons/svg/iconamoon_arrow-up-2.svg");
    height: 24px;
    width: 24px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ignore pointer events for this pseudo-element */
    z-index: 9;
}

.modal-contact-form-container .wpcf7-select option {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--black);
}

.modal-image {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.inputGroupPhone .user-label {
    left: 190px;
    display: none;
}

.modal-contact-form-container .inputGroupPhone input:focus~.user-label,
.modal-contact-form-container .inputGroupPhone .user-label.input-filled,
.modal-contact-form-container .inputGroupPhone:focus-within .user-label {
    display: block;
}

.modal-contact-form-container .inputGroupPhone input:focus~.wpcf7-phonetext::placeholder,
.modal-contact-form-container .inputGroupPhone:focus-within .wpcf7-phonetext::placeholder {
    color: var(--white);
}

.intl-tel-input .selected-flag, .country-select.inside .selected-flag {
    width: 100% !important;
    margin-right: 40px;
}

.country-select.inside .selected-flag {
    margin-right: 55px;
}

.selected-dial-code {
    color: var(--blue);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 0.1px;
}

.intl-tel-input .selected-flag .iti-arrow, .country-select .selected-flag .arrow {
    background-image: url("../icons/svg/iconamoon_arrow-up-2.svg");
    height: 20px;
    width: 20px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow, .country-select .selected-flag .arrow {

    transform: translateY(-50%);
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container, .country-select.inside .flag-dropdown {
    margin-left: 25px;
}

.inputGroupPhone {
    height: 68px;
}

.country-select.inside input, .country-select.inside input[type=text] {
    padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-1 input {
    padding-left: 172px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
    padding-left: 150px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    padding-left: 160px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
    padding-left: 170px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
    padding-left: 183px !important;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-1>.user-label {
    left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2~.user-label {
    left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3>.user-label {
    left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4>.user-label {
    left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5>.user-label {
    left: 100px;
}


.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    text-align: center;
    padding-right: 20px;
}

.country-select .selected-flag .arrow.up {
    border-bottom: 0px solid #555;
}

.intl-tel-input.separate-dial-code .selected-flag, .intl-tel-input.separate-dial-code .selected-flag:hover, .intl-tel-input.separate-dial-code .selected-flag:focus, .intl-tel-input.separate-dial-code .selected-flag:active, .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag, .country-select.inside .flag-dropdown:hover, .country-select.inside .flag-dropdown:focus, .country-select.inside .flag-dropdown:hover .selected-flag {
    background-color: unset;
}

.inputGroup-2 label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: var(--blue);
}

.inputGroup-2 input::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 0.1px;
    color: #858383;
}


/* Close Button */
.close {
    color: var(--blue);
    float: right;
    font-size: 45px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    text-align: center;
    right: -38px;
    top: -38px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: var(--white);
    opacity: 0.9;
    font-weight: 400;
}

.close:hover,
.close:focus {
    background-color: var(--button-hover);
    color: var(--white);
    text-decoration: none;
}

.close:hover:active {
    background-color: var(--button-click);
    color: var(--white);
    text-decoration: none;
}

.cta-button {
    width: 100%;
    text-align: center;
}

.cta-button p {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.cta-button input {
    margin: auto;
    width: 80%;
}

.modal-header img {
    display: none;
}

/* pagination */
.pagination.empty
{
  display: none;
}

@media (min-width: 768px) {
	#university-pagination.empty {
		display: block;
	}
}


.pagination svg, .pagination svg {
    height: 30px;
    width: auto;
    color: var(--blue);

}

.pagination span:hover svg {
    color: var(--dark-blue);
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.pagination-center {
    justify-content: center;
    margin-bottom: 0px;
}

.pagination .next, .pagination .prev {
    display: flex;
    align-items: center;
}

.pagination svg {
    pointer-events: none;
}

.pagination a,
.pagination span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: #858383;
    text-decoration: none;
    height: 100%;
}

.pagination a {
    pointer-events: none;
}

.pagination a span {
    pointer-events: all;
}

.pagination a:hover span {
    color: var(--dark-blue);
}

.pagination .current span {
    color: var(--blue);
}

.posts-not-found {
    position: absolute;
    left: 0px;
}

.posts-not-found p, .posts-not-found-p {
    font-size: 20px;
}

.cmplz-cookiebanner {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 32px;
    color: var(--black);
    transition-duration: 0.3s;
}

.cmplz-cookiebanner .cmplz-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 48px !important;
    color: var(--black);
}

.cmplz-cookiebanner .cmplz-message {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 32px;
    color: var(--black);
}

.cmplz-cookiebanner .cmplz-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: var(--black);
    transition-duration: 0.2s;
}

.cmplz-cookiebanner .cmplz-link:hover {
    background-color: var(--sky-blue);
}

.cmplz-cookiebanner .cmplz-link:active {
    color: var(--dark-blue);
    background-color: var(--sky-blue);
}

.cmplz-cookiebanner .cmplz-btn:hover {
    color: var(--white) !important;
    background-color: var(--button-hover) !important;
    border-color: var(--button-hover) !important;
}

.cmplz-cookiebanner .cmplz-btn:active {
    color: var(--white) !important;
    background-color: var(--button-click) !important;
    border-color: var(--button-click) !important;
}

.footer-menu-list.mobile {
    display: none;
}

/* responsive menu */
.menu-toggle {
    display: none;
}

#menu-links .openCTA {
    display: none;
}
@media (max-width: 1400px) {
	.container {
		margin: 0 70px;
	}
}
@media (max-width: 1300px) {
    .container {
        margin: 0 80px;
    }

    #menu-links {
        display: none;
    }

    .menu-toggle {
        display: block;
        width: 40px;
        height: 29px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        background: transparent;
        border: 0px solid transparent;
        padding: 10px;
    }

    .menu-toggle span {
        display: block;
        position: absolute;
        height: 5px;
        width: 40px;
        background: var(--black);
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .menu-toggle:hover span {
        background-color: var(--blue);
    }

    .menu-toggle:active span {
        background-color: var(--dark-blue);
    }


    .menu-toggle span:nth-child(1) {
        top: 0px;
    }

    .menu-toggle span:nth-child(2) {
        top: 12px;
    }

    .menu-toggle span:nth-child(3) {
        top: 24px;
    }

    .menu-toggle.active span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
        left: -20px;
    }

    .menu-toggle.active span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    header {
        margin: 24px auto;
    }

    .container.header {
        margin: 0px;
    }

    .nav-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        z-index: 7;
        background-color: var(--white);
        padding: 24px 50px;
    }

    #menu-links {
        transition-duration: 0.5s;
        top: 80px;
        /* margin-top: -300%; */
        transition: all 0.5s ease;
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 44px;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: var(--white);
        left: 0px;
        z-index: 6;
        padding: 60px 0px;
        padding-top: 40px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        transform: translateY(-101%);
        transition: transform 0.5s ease;
    }

    #menu-links.active {
        /* margin-top: 0px; */
        transform: translateY(0);
    }

    #menu-links .navigation {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        width: 100%;
    }

    #menu-links .openCTA {
        display: block;
        margin: 0px 16px;
    }

    .must-read-cards {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    .must-read-card {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }
	
    .must-read-card .icon {
        min-height: 110px;
        min-width: 110px;
        height: 110px;
        width: auto;
        margin: 0 10px;
    }
}
@media (min-width: 1001px) and (max-width: 1450px) {
	
	.why-choose-cards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		justify-content: center;
		align-content: center;
	}
	
}


@media (min-width: 768px) and (max-width: 1300px) {
	h1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 48px;
        line-height: 76px;
    }

    h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
    }
	
	h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 46px;
    }
	
	h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }
	
    h5 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 36px;
    }

    .body-medium, .body-large {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
    }

    .body-small {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 36px;
    }

    .nav-button {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 36px;
    }

    caption {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .container {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        margin: 0 50px;
    }
	
	 .big-button {
        font-size: 16px;
    }
	.section-space-medium {
		height: 50px;
	}
    .section-space, .section-space-front-page {
        height: 100px;
    }
	.section-space-small {
		height: 36px;
	}
	
	.ladning-hero-text h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 48px;
        line-height: 76px;
    }
	
	 .ladning-hero-text h3  {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
    }
	
	.container-benefits .card p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.container-benefits .card .icon {
        min-width: 85px;
        min-height: 85px;
    }
	
	.container-benefits .card {
		padding: 27px 11px;
		padding-left: 20px;
	}
	.container-benefits {
		gap: 11px;
	}
	.container-why-study {
		gap: 36px;
	}
	.why-study-content {
			gap: 36px;
			flex-direction: column;
		}
	.why-study .why-study-content img {
			height: 326px;
			width: auto;
		}
	.why-study h2 {
    	font-size: 36px;
	}
	.container-why-study .statistics .statistics-date {
		font-size: 32px;
		line-height: 34px;
	}
	.container-why-study .statistics .statistics-text {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 34px;
		letter-spacing: 0.11px;
		color: var(--black);
	}
	.container-review h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.universities-text h2 {
		font-size: 32px;
		line-height: 52px;
		min-width: 400px;
	}
	.universities-links .logo {
		height: 64px;
	}
	.container-universities {
		gap: 32px;
	}
	.container-must-read {
		gap: 48px;
	}
	.container-must-read h2 {
		font-size: 36px;
	}
	.container-faq h2 {
		font-size: 36px;
	}
	.container-faq {
		gap: 48px;
	}
	.faq-title h4 {
		line-height: 48px;
	}
	.faq-text p {
		font-size: 16px;
		line-height: 36px;
	}
	.first-step-content-left {
		right: 0px;
		width: 100%;
	}
	.first-step-content-left h4 {
		display: none;
	}
	.first-step-photo {
		right: 0px;
		left: unset;
	}
	.first-step-ellipse {
		right: 0px;
		left: unset;
	}
	.contact-form-container {
		min-width: 60%;
	}
	.container-first-step {
		gap: 48px;
	}
	.first-step-heading-tablet {
		display:block;
		font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 52px;
		margin-bottom: 36px;
	}
	.footer-menu {
		display: none;
	}
	.cta-button-2 p {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 32px;
	}
	.modal-content {
        background-color: var(--white);
        padding: 44px 50px;
        gap: 32px;
        border-radius: unset;
        width: 100%;
        height: auto;
        box-shadow: unset;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        box-sizing: border-box;
        margin: 0px;
        max-width: max-content;
        padding-top: 24px;
		min-width: 100%;

    }

    .modal-image {
        display: none;
    }

    .modal-left {
        width: fit-content;
        margin: auto;
    }	

    .modal-left h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        letter-spacing: 0.1px;
        color: var(--black);
        margin-bottom: 32px;
    }

    .modal-left p {
        font-size: 16px;
        /* pixels edites*/
    }

    .modal-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }

    .modal-header img {
        display: block;
    }

    .close {
        color: var(--blue);
        float: right;
        font-size: 55px;
        line-height: 60px;
        cursor: pointer;
        position: relative;
        text-align: center;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        background-color: var(--white);
        opacity: 1;
        font-weight: 500;
    }
	.modal {
		background-color: var(--white);
	}
	 .contact-form-container {
        width: fit-content;
		 margin: auto;
    }
	
	.modal-content-inner a {
        display: block;
    }
	.universities-page-header {
		gap: 48px;
	}
	
	.universities-page-header h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.universities-page-header p {
		font-size: 18px;
	}
	.container-universities-page {
		gap: 36px;
	}
	.universities-page-table-content-card p {
		font-size: 20px;
	}
	.container-cta  {
		 gap: 32px;
	}
	.container-cta  button{
		 min-width: fit-content;
	}
	.container-requirements-page h2 {
		font-size: 36px;
	}
	.container-requirements-page {
		gap:48px;
	}
	.requirement-page-post .post-title {
		font-size: 24px;
	}
	.requirement-page-post .post-excerpt p {
		font-size: 18px;
	}
	
	.lic-page-header h2 {
		font-size: 36px;
	}
	.lic-page-header {
		gap: 48px;
	}
	.container-lic-page {
		gap: 36px;
	}
	.lic-page-post-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}
	.las-page-header h2 {
    	font-size: 36px;
	}
    
	.las-page-post-container {
    	grid-template-columns: repeat(2, 1fr);
		gap: 18px;
	}
	
	  .las-category-filter {
        gap: 24px;
        width: 100%;
    }

    .las-category-filter .category-btn {
        flex: auto;
        width: 100%;
        height: 100%;
        min-width: max-content;
        padding: 6.5px 32px;
    }

    .las-category-filter .category-btn:first-child {
        margin-left: 50px;
    }

    .las-category-filter .category-btn:last-child {
        margin-right: 50px;
    }
	
	.las-category-filter {
		margin-bottom: 48px;
	}

    .las-category-filter .category-buttons {
        flex: unset;
        flex-wrap: unset;
        justify-content: left;
        align-items: center;
        gap: 14px;
        flex-direction: row;
        overflow-x: scroll;
    }
	.services-header {
		gap: 48px;
	}
	.services-header h2 {
		font-size: 36px;
	}
	.services-header p {
		font-size: 18px;
	}
	.services-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
	    .about-us-section img {
        max-height: 435px;
        max-width: 400px;
        height: auto;
        width: 100%;
    }
	.container-services-page {
		gap: 36px;
	}
	    .about-us-section {
        flex-direction: column;
        gap: 36px;
        justify-content: space-between;
        align-items: center;
    }
	.about-us-section-text h2 {
		font-family: 'Open Sans';
		font-size: 36px;
		line-height: 68px;
	}
	.about-us-section-text p {
		font-size: 18px;
	}
	.about-us-section-card h3 {
		font-size: 32px;
	}
	.about-us-section-card p {
		font-size: 18px;
	}
	.about-us-section-card {
		gap: 24px;
	}
	.about-us-section-card-content ul li {
		font-size: 18px;
	}
	.container-choose-us h4 {
		font-size: 36px;
	}
	.container-choose-us {
		gap: 48px;
	}
	.container-single-page img {
		max-height: 430px;
	}
	.container-single-page {
		gap: 48px;
	}
	.container-single-page h2 {
		font-size: 36px;
	}
	.container-single-page-content p, li {
		font-size: 18px;
	}
	.container-first-step {
		padding: 48px 0;
	}  
	.not-found-page-content-text h3 {
		font-size: 36px;
	}
	.not-found-page-content-text p {
		font-size: 18px;
	}
}


@media (min-width: 768px) and (max-width: 1100px) {
	.landing-hero-mobile {
        display: flex;
        margin-top: 50px;
    }

    .ladning-hero-text button {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .ladning-hero-text {
        width: 100%;
        gap: 8px
    }

    .landing-hero {
        height: 500px;
        box-shadow: unset;
    }
	.not-found-page-content.desktop {
		display:none;
	}
	.not-found-page-content.desktop {
        display: none;
    }

    .not-found-page-container {
        min-height: 100%;
    }

    .container-not-found-page {
        flex-direction: column;
        align-items: center;
    }

    .not-found-page-image {
        padding-top: 30px;
    }

    .not-found-page-image img {
        max-height: 100%;
        width: 100%;
    }
	.not-found-page-content h2 {
		margin-bottom: 40px;
	}
    .not-found-page-content.mobile {
        gap: 8px;
    }

    .not-found-page-content.mobile .not-found-page-content-buttons {
        margin-top: 32px;
        gap: 22px;
    }

    .not-found-page-content.mobile {
        margin-top: 32px;
        margin-bottom: 84px;
    }

    .not-found-page-content {
        align-items: center;
    }

    .container-landing-hero-mobile.not-found-page {
        justify-content: center;
        align-items: center;
    }

    .not-found-page-content-buttons {
        display: flex;
        /* Enable flexbox */
        justify-content: center;
        /* Align buttons horizontally */
        gap: 20px;
        /* Add spacing between buttons */
    }

    .not-found-page-content-buttons a {
        display: flex;
        /* Make the button a flex container */
        align-items: center;
        /* Vertically align text in the middle */
        justify-content: center;
        /* Center the text horizontally */
        text-align: center;
        /* Ensure multi-line text is centered */
        min-height: 50px;
        /* Set a consistent height for the buttons */
        padding: 16px 32px;
        /* Add horizontal padding for a consistent look */
        box-sizing: border-box;
        /* Include padding and border in the height calculation */
    }
    .ladning-hero-text.desktop {
        display: none;
        /* Hide on mobile */
    }

    .container-hero {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .container-student .ellipse {
        width: 437px;
        height: 437px;
    }

    .container-student {
        height: 500px;
        left: 0px;
    }

    .container-student .student-hero {
        height: 521px;
        width: 421px;
        top: 20px;
    }
	.container-mpp-page {
		gap: 48px;
	}
	 .mpp-page-post-container .mpp-page-post:last-child {
        display:none;
    }
}

@media (max-width: 900px) { 
	 .container-benefits .card {
        padding: 40px 10px;
        padding-left: 30px;
        display: flex;
        justify-content: start;
    }

    .container-benefits .card .icon {
        min-width: 125px;
        min-height: 125px;
    }

    .container-benefits .card p {
        font-size: 16px;
        /* pixels edites*/
        line-height: 23px;
        max-width: unset;
    }

    .container-benefits .card .content {
        gap: 29px
    }

    .container-benefits {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }
	.add-topic-text p {
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 1000px) {
	.container-choose-us {
		margin: 0px;
		
	}
	.container-choose-us h4 {
		margin-left: 50px;
	}
	.why-choose-cards {
		overflow-x: scroll;
	}
	.why-choose-cards .why-choose-card:first-child {
		margin-left: 50px;
	}
	.why-choose-cards .why-choose-card:last-child {
		margin-right: 50px;
	}
}

@media (max-width: 767px) {
	header {
        margin: 16px auto;
    }
	.nav-header {
        padding: 16px 24px;
    }
    h1{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 54px;
    }

    h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }

    h5 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 36px;
    }

    .body-medium {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        /* pixels edites*/
        line-height: 36px;
    }

    .body-small {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 36px;
    }

    .nav-button {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 36px;
    }

    caption {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
    }

    .container {
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
        margin: 0 24px;
    }

    .section-space-small {
        height: 80px;
    }

    .section-space, .section-space-front-page {
        height: 80px;
    }
	
	 .ladning-hero-text h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 54px;
    }

    .ladning-hero-text h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
    }

    .big-button {
        font-size: 14px;
        line-height: 40px;
		padding: 10px 24px;
    }

    .landing-hero-mobile {
        display: flex;
        margin-top: 14px;
    }

    .ladning-hero-text button {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
    }

    .ladning-hero-text {
        width: 100%;
        gap: 8px
    }

    .landing-hero {
        height: 330px;
        box-shadow: unset;
    }

    .ladning-hero-text.desktop {
        display: none;
        /* Hide on mobile */
    }

    .container-hero {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .container-student .ellipse {
        width: 313px;
        height: 313px;
    }

    .container-student {
        height: 374px;
        left: 0px;
    }

    .container-student .student-hero {
        height: 374px;
        width: 303px;
        top: 40px;

    }

    .container-benefits .card {
        padding: 40px 10px;
        padding-left: 30px;
        display: flex;
        justify-content: start;
    }

    .container-benefits .card .icon {
        min-width: 125px;
        min-height: 125px;
    }

    .container-benefits .card p {
        font-size: 16px;
        /* pixels edites*/
        line-height: 23px;
        max-width: unset;
    }

    .container-benefits .card .content {
        gap: 29px
    }

    .container-benefits {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    .statistics {
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        margin-bottom: 80px;
    }

    .container-why-study .statistics {
        order: 1;
    }

    .container-why-study .why-study {
        order: 2;
    }

    .why-study .why-study-content img {
        max-height: 350px;
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .why-study-content {
        flex-direction: column;
    }

    .why-study-content-table-row-ellipse {
        display: none;
    }

    .why-study-content-table-row-text h4 {
        font-size: 20px;
    }

    .why-study-content-table-row-text p {
        font-size: 16px;
    }

    .why-study h2.mobile {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0.1px;
        color: var(--black);
        margin-bottom: unset;
        width: 100%;
    }

    .why-study h2.desktop {
        display: none;
    }

    .why-study h2 span {
        color: var(--black);
    }

    .container-review h2 {
        font-size: 24px;
    }

    .review-container {
        margin-bottom: 44px;
    }

    .swiper-slide {
        height: 290px;
        padding: 24px 36px;
    }

    .review {
        gap: 8px;
    }

    .review-photo {
        height: 104px;
        min-width: 104px;
    }

    .review-text p {
        font-size: 12px;
        line-height: normal;
    }

    .review-creditals {
        gap: 24px;
    }

    .swiper-slide {
        min-width: 320px;
    }

    .review-stars .icon {
        height: 22px;
        width: 22px;
    }

    .review-name {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: normal;
    }

    .container-universities {
        flex-direction: column;
        gap: 40px
    }

    .universities-text h2 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0px;
		min-width: unset;
    }

    .universities-text {
        gap: 32px;
        width: 100%;
        max-width: unset;
    }

    .universities-text button {
        margin: auto;
    }

    .universities-links {
        gap: 44px 46px;
    }

    .universities-links .logo {
        height: 55px;
    }

    .universities-container {
        padding: 24px 0px;
    }

    .container-must-read h2 {
        font-size: 24px;
        line-height: 52px;
        letter-spacing: 0.1px;
    }

    .container-must-read {
        gap: 44px
    }

    .must-read-cards {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
    }

    .must-read-card {
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 24px;
        padding: 25px 25px;
    }

    .must-read-card .icon {
        min-height: 70px;
        min-width: 70px;
        margin: 16px;
        height: 70px;
        width: auto;
    }

    .must-read-card-text h5 {
        font-size: 20px;
        line-height: 27px;
        letter-spacing: 0.1px;
    }

    .must-read-card-text p {
        display: none;
    }

    .faq-title h4 {
        font-size: 18px;
        line-height: 36px;
    }

    .faq-text p {
        font-size: 16px;
        line-height: 40px;
    }

    .faq-title h4 {
        margin-right: 10px;
    }

    .faq-card.open .faq-text {
        max-height: 1000px;
        /* Adjust based on content length */
        margin-right: 0px;
    }

    .container-faq h2 {
        font-size: 24px;
    }

    .container-faq {
        display: flex;
        gap: 44px;
    }

    .container-first-step {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 44px;
        padding: 24px 0;
    }

    .first-step-ellipse {
        display: none;
    }

    .first-step-photo {
        display: none;
    }

    .container-first-step h4 {
        font-size: 24px;
        color: var(--black);
        width: 100%;
    }

    .contact-form-container {
        width: 100%;
    }

    .checkboxInput {
        margin: 16px 0px;
    }

    .wpcf7-form-control.wpcf7-submit {
        white-space: normal;
        /* Allow text to wrap */
        word-wrap: break-word;
        /* Ensure long words break correctly */
        text-align: center;
        /* Optional: center-align the text */
        padding: 10px;
        /* Adjust padding as needed for better appearance */
        width: 100%;
        /* Optional: make the button span full width on small screens */
        box-sizing: border-box;
        /* Include padding in width calculation */
    }

    .cta-button-2 p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }

    .footer-container {
        flex-direction: column;
        gap: 24px;
    }

    .footer-menu {
        display: none;
    }

    .footer-text p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.1px;
        color: var(--black);
        max-width: 261px;
    }

    footer {
        padding: 24px 0;
    }

    .modal-content {
        background-color: var(--white);
        padding: 44px 24px;
        gap: 32px;
        border-radius: unset;
        width: 100%;
        height: auto;
        box-shadow: unset;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        box-sizing: border-box;
        margin: 0px;
        max-width: max-content;
        padding-top: 24px;
    }

    .modal-image {
        display: none;
    }

    .modal-left {
        width: 100%;
    }

    .modal-left h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 52px;
        letter-spacing: 0.1px;
        color: var(--black);
        margin-bottom: 32px;
    }

    .modal-left p {
        font-size: 16px;
        /* pixels edites*/
    }

    .modal-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }

    .modal-header img {
        display: block;
    }

    .close {
        color: var(--blue);
        float: right;
        font-size: 55px;
        line-height: 60px;
        cursor: pointer;
        position: relative;
        text-align: center;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        background-color: var(--white);
        opacity: 1;
        font-weight: 500;
    }

    .universities-page-header h2 {
        font-size: 24px;
    }

    .universities-page-header h2 span {
        color: var(--black);
    }

    .universities-page-header p {
        font-size: 16px;
        /* pixels edites*/
    }

    .universities-page-header {
        gap: 44px;
    }

    .container-universities-page {
        gap: 56px;
    }

    .universities-page-table-header {
        padding: 0px;
    }

    .universities-page-table-header h4 {
        font-size: 20px;
    }

    .universities-page-table {
        gap: 16px;
    }

    .universities-page-table-content-card p {
        font-size: 14px;
        line-height: 24px;
    }

    .pagination {
        justify-content: center;
    }

    .universities-desktop {
        display: none;
    }

    .universities-mobile {
        display: block;
    }

    .container-cta {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }

    .container-cta h4 {
        line-height: 52px;
        letter-spacing: 0.1px;
        width: 100%;
        max-width: unset;
    }

    .cta-container {
        padding: 24px 0;
    }

    .container-requirements-page {
        gap: 44px;
    }

    .container-requirements-page h2 {
        font-size: 24px;
    }

    .container-requirements-page h2 span {
        color: var(--black);
    }

    .requirement-page-post {
        gap: 16px;
    }

    .requirement-page-post .post-title {
        font-size: 20px;
        /* margin-left: 8px; */
    }

    .requirement-page-post .post-excerpt p {
        font-size: 16px;
        /* pixels edites*/
    }

    .post-excerpt {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .read-more {
        font-family: 'Open Sans', sans-serif;
        border-radius: var(--border-radius);
        font-weight: 600;
        font-size: 18px;
        line-height: 48px;
        text-transform: capitalize;
        text-decoration: none;
        transition: all 0.3s ease;
        padding: 11px 18px;
        width: 100%;
        text-align: center;
        background-color: transparent;
        border: 1.5px solid var(--blue);
        color: var(--blue);
    }

    .read-more:hover {
        color: var(--white);
        background-color: var(--button-hover);
        border: 1.5px solid var(--button-hover);
    }

    .read-more:active {
        color: var(--white);
        background-color: var(--button-click);
        border: 1.5px solid var(--button-click);
    }

    .container-lic-page {
        gap: 32px;
    }

    .lic-page-header {
        gap: 44px;
    }

    .lic-page-header h2 {
        font-size: 24px;
        line-height: 48px;
    }

    .lic-page-header p {
        font-size: 16px;
        /* pixels edites*/
    }

    .lic-page-header {
        margin-bottom: 0px;
    }

    .lic-page-post-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
        justify-content: center;
    }

    /*
    .circle-wrapper img {
        min-width: 300px;
        min-height: 300px;
    }

    .circle-wrapper {
        min-width: 300px;
        height: 300px;
    }

    .circle-shadow {
        min-width: 300px;
        min-height: 300px;
        left: 11px;
        top: -183px;
    }
    */
    .pagination-center {
        margin: 32px 0;
        margin-bottom: 0px;
    }

    .container-las-page {
        gap: 44px;
    }


    .las-category-filter-header {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 48px;
        letter-spacing: 0px;
        color: var(--black);
        padding: 0 24px;
    }

    .las-category-filter {
        gap: 24px;
        width: 100%;
    }

    .las-category-filter .category-btn {
        flex: auto;
        width: 100%;
        height: 100%;
        min-width: max-content;
        padding: 6.5px 32px;
    }

    .las-category-filter .category-btn:first-child {
        margin-left: 24px;
    }

    .las-category-filter .category-btn:last-child {
        margin-right: 24px;
    }

    .las-category-filter .category-buttons {
        flex: unset;
        flex-wrap: unset;
        justify-content: left;
        align-items: center;
        gap: 14px;
        flex-direction: row;
        overflow-x: scroll;
    }

    .las-page-post-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
        justify-content: center;
    }

    .las-page-header {
        margin-bottom: 0px;
    }

    .las-category-filter {
        margin-bottom: 44px;
    }

    .las-page-header h2 {
        font-size: 24px;
    }

    .add-topic {
        gap: 24px;
        padding: 24px;
    }

    .add-topic-text h5 {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0.1px;
    }

    .add-topic .icon {
        max-width: 70px;
        max-height: 70px;
        min-width: 70px;

    }

    .add-topic-text p {
        display: none;
    }

    .services-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .container-services-page {
        gap: 80px;
    }

    .services-header {
        order: 2;
    }

    .services-content {
        order: 1;
    }

    .services-header {
        gap: 32px;
    }

    .services-header h2 {
        font-size: 24px;
    }

    .services-header p {
        font-size: 16px;
    }

    .services-card-header h3 {
        font-size: 32px;
        ;
    }

    .container-services-page {
        margin: 0 10px;
    }

    .services-header {
        margin: 0 14px;
    }

    .about-us-section {
        flex-direction: column;
        gap: 16px;
        justify-content: space-between;
        align-items: center;
    }

    .about-us-section img {
        max-height: 435px;
        max-width: 400px;
        height: auto;
        width: 100%;
    }

    .about-us-section-text h2 {
        font-size: 40px;
        line-height: 54px;
        letter-spacing: 0px;
    }

    .about-us-section-text p {
        font-size: 16px;
        /* pixels edites*/
        line-height: 30px;
    }

    .about-us-section-card {
        gap: 24px;
    }

    .about-us-section-card p {
        font-size: 16px;
        /* pixels edites*/
        line-height: 36px;
    }

    .container-choose-us {
        gap: 64px;
    }

    .container-choose-us h4 {
        text-align: center;
        font-size: 36px;
        line-height: 44px;
    }

    .why-choose-cards {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 32px;
    }

    .why-choose-card img {
        max-width: 264px;
        width: 100%;
        height: auto;
    }

    .universities-links a:nth-child(n+12) {
        display: none;
        /* Hide all links from the 4th onward */
    }

    .breadcrumbs {
        display: none;
    }

    .container-single-page {
        gap: 44px;
    }

    .container-single-page h2 {
        font-size: 24px;
    }

    .container-single-page-content p {
        font-size: 16px;
        /* pixels edites*/
    }

    .container-single-page img {
        max-height: 250px;
    }

    .container-mpp-page {
        gap: 44px;
    }

    .mpp-page-post-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }

    .not-found-page-content.desktop {
        display: none;
    }

    .not-found-page-container {
        min-height: 100%;
    }

    .container-not-found-page {
        flex-direction: column;
        align-items: center;
    }

    .not-found-page-image {
        padding-top: 30px;
    }

    .not-found-page-image img {
        max-height: 100%;
        width: 100%;
    }

    .not-found-page-content h2 {
        font-size: 40px;
        line-height: 54px;
    }

    .not-found-page-content-text h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .not-found-page-content.mobile {
        gap: 8px;
    }

    .not-found-page-content.mobile .not-found-page-content-buttons {
        margin-top: 32px;
        gap: 22px;
    }

    .not-found-page-content.mobile {
        margin-top: 12px;
        margin-bottom: 84px;
    }

    .not-found-page-content {
        align-items: center;
    }

    .container-landing-hero-mobile.not-found-page {
        justify-content: center;
        align-items: center;
    }

    .not-found-page-content-buttons {
        display: flex;
        /* Enable flexbox */
        justify-content: center;
        /* Align buttons horizontally */
        gap: 20px;
        /* Add spacing between buttons */
    }

    .not-found-page-content-buttons a {
        display: flex;
        /* Make the button a flex container */
        align-items: center;
        /* Vertically align text in the middle */
        justify-content: center;
        /* Center the text horizontally */
        text-align: center;
        /* Ensure multi-line text is centered */
        min-height: 50px;
        /* Set a consistent height for the buttons */
        padding: 16px 32px;
        /* Add horizontal padding for a consistent look */
        box-sizing: border-box;
        /* Include padding and border in the height calculation */
    }
	.modal {
		background-color: var(--white);
	}
    .modal-content-inner p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 16px;
        /* pixels edites*/
        line-height: 42px;
        letter-spacing: 0.1px;
        color: var(--black);
    }

    #submittedModal .modal-content {
        height: 100%;
		min-height: 100vh;
        justify-content: flex-start;
    }

    .modal-content-inner a {
        display: block;
    }

    .footer-menu-list.mobile {
        display: block;
    }

    .footer-menu-list.mobile {
        text-decoration: underline;
        display: block;
    }

    .container-single-page-content p, li {
        font-size: 16px;
        /* pixels edites*/
    }

    .container-single-page-content ul, .container-single-page-content ol {
        margin-left: 24px;
    }

    .about-us-section-card-content ul li {
        font-size: 16px;
        /* pixels edites*/
    }
	.why-study-content-table-row-text p {
		text-align: justify;
	}
}


@media (max-width: 450px) {
    .swiper-container {
        width: 95%;
        margin: auto;
    }
}

@media (max-width: 410px) {
	.big-button {
		padding: 10px;
	}
	.services-card-button button {
		padding: 10px 24px;
	}
}

.openCTA-single {
    text-align: center;
    min-height: 70px;
}

.openCTA-single a {
    color: white;
    padding: 24px 24px;
}

.openCTA-single a:hover {
    background-color: var(--button-hover);
    color: var(--white);
}

.openCTA-single a:active {
    background-color: var(--button-click);
    color: var(--white);
}

.grecaptcha-badge {
	display:none;
}

.logo-lg {
	height: auto !important; 
	width: 240px !important;
}