/* dropdowns languages*/
#source-language, #target-language, #quality-level {
    color: #000000; /* text colour */
    width: 384px; /* dropdown width */
    padding: 10px;
}

/* Upload file button */
#upload-file {
    width: 100%;
    color: #4DD2FF;
}

/* Whole languages form style */
#cb76151 .wpcf7-form {
    max-width: 600px;
    margin: 0 auto; /* center */
}

/* Styles for Submit button */
.wpcf7-form input[type="submit"] {
    background-color: #4DD2FF; /* Background color */
    color: white; /* Text color */
    border: none; /* Remove border */
    padding: 10px 20px; /* Padding inside the button */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline from text */
    display: inline-block; /* Make the button inline */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Change cursor to pointer on hover */
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
}

@font-face {
  font-family: 'Element Pack';
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* =========================================
   GLOBAL BACKGROUND
========================================= */

:is(.single-post, .single-job-vacancies) {
    background: linear-gradient(180deg, #F8FAFC 0%, #EEF2F7 100%);
    min-height: 100vh;
}

/* =========================================
   BLOG POSTS
========================================= */

.single-post .site-main {
    max-width: 1000px;
    margin: 48px auto;
    padding: 64px 72px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 6px 60px 0 rgba(15, 23, 42, 0.08);
}

/* =========================================
   JOB VACANCIES
========================================= */

.single-job-vacancies .site-main {
    padding: 48px 24px;
}

.single-job-vacancies .site-main .page-header,
.single-job-vacancies .site-main .page-content {
    max-width: 1000px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 6px 20px 0 rgba(15, 23, 42, 0.08);
}

.single-job-vacancies .site-main .page-header {
    padding: 64px 72px 24px;
    border-radius: 10px 10px 0 0;
}

.single-job-vacancies .site-main .page-content {
    padding: 0 72px 64px;
    border-radius: 0 0 10px 10px;
}

/* =========================================
   TYPOGRAPHY
========================================= */

:is(.single-post, .single-job-vacancies) .site-main,
:is(.single-post, .single-job-vacancies) .site-main * {
    font-family: "Inter", sans-serif;
}

/* Main title */

:is(.single-post, .single-job-vacancies) .site-main h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    letter-spacing: -0.035em;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 28px;
}

/* Section headings */

:is(.single-post, .single-job-vacancies) .site-main h2 {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    color: #0F172A;
    margin-top: 44px;
    margin-bottom: 18px;
}

:is(.single-post, .single-job-vacancies) .site-main h3 {
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 700;
    color: #0F172A;
    margin-top: 32px;
    margin-bottom: 14px;
}

/* Body text */

:is(.single-post, .single-job-vacancies) .site-main p,
:is(.single-post, .single-job-vacancies) .site-main li {
    font-size: 1.125rem;
    line-height: 1.9;
    font-weight: 400;
    color: #475569;
}

/* Emphasized text */

:is(.single-post, .single-job-vacancies) .site-main strong {
    font-weight: 600;
    color: #0F172A;
}

/* Lists */

:is(.single-post, .single-job-vacancies) .site-main ul,
:is(.single-post, .single-job-vacancies) .site-main ol {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

/* Links */

:is(.single-post, .single-job-vacancies) .site-main a {
    color: #2563EB;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Images */

:is(.single-post, .single-job-vacancies) .site-main img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}