.serviciiuk-page {
    color: #24342f;
}

.serviciiuk-top-header .top-header-contact-info li {
    margin-right: 28px;
}

.serviciiuk-top-header .top-header-contact-info i,
.serviciiuk-hero .hero-kicker i,
.serviciiuk-check-list i,
.serviciiuk-doc-card i,
.serviciiuk-step-number,
.serviciiuk-cscs-card i,
.serviciiuk-contact-card i {
    color: #17a673;
}

.serviciiuk-brand {
    align-items: center;
    color: #10231c;
    display: inline-flex;
    font-size: 25px;
    font-weight: 800;
    gap: 10px;
}

.serviciiuk-brand:hover {
    color: #17a673;
}

.serviciiuk-brand .custom-logo {
    height: auto;
    max-height: 48px;
    width: auto;
}

.serviciiuk-brand-mark {
    align-items: center;
    background: #17a673;
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.serviciiuk-nav-cta {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-left: 22px;
}

.serviciiuk-outline-btn {
    align-items: center;
    border: 1px solid #17a673;
    border-radius: 6px;
    color: #17a673;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
}

.serviciiuk-outline-btn:hover {
    background: #17a673;
    color: #ffffff;
}

.serviciiuk-hero {
    background-image: linear-gradient(90deg, rgba(9, 24, 20, 0.91) 0%, rgba(9, 24, 20, 0.82) 34%, rgba(9, 24, 20, 0.42) 64%, rgba(9, 24, 20, 0.08) 100%), url("../img/serviciiuk/study-uk-hero.png");
    background-position: center center;
    background-size: cover;
    min-height: 760px;
    overflow: hidden;
    position: relative;
}

.serviciiuk-hero .container {
    position: relative;
    z-index: 2;
}

.serviciiuk-hero-content {
    max-width: 680px;
    padding-bottom: 120px;
    padding-top: 130px;
}

.serviciiuk-hero .hero-kicker {
    align-items: center;
    color: #f4b942;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.serviciiuk-hero h1 {
    color: #ffffff;
    font-size: 64px;
    line-height: 1.08;
    margin-bottom: 24px;
}

.serviciiuk-hero .hero-lead {
    color: #f5f7f6;
    font-size: 21px;
    line-height: 1.65;
    margin-bottom: 18px;
}

.serviciiuk-hero .hero-supporting {
    color: #d9e5e1;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 600px;
}

.serviciiuk-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.serviciiuk-trust-points {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
}

.serviciiuk-trust-points span {
    align-items: center;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    min-height: 48px;
    padding: 11px 14px;
}

.serviciiuk-trust-points i {
    color: #f4b942;
    font-size: 19px;
}

.serviciiuk-section {
    padding-bottom: 100px;
    padding-top: 100px;
}

.serviciiuk-section.bg-soft {
    background: #f5fbf8;
}

.serviciiuk-section.bg-cream {
    background: #fff9ed;
}

.serviciiuk-section-title {
    margin-bottom: 46px;
    text-align: center;
}

.serviciiuk-section-title.text-left {
    text-align: left;
}

.serviciiuk-section-title .sub-title {
    color: #17a673;
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.serviciiuk-section-title h2 {
    color: #10231c;
    font-size: 42px;
    line-height: 1.22;
    margin-bottom: 15px;
}

.serviciiuk-section-title p {
    color: #5d6b66;
    font-size: 16px;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.serviciiuk-feature-card,
.serviciiuk-doc-card,
.serviciiuk-step-card,
.serviciiuk-cscs-card,
.serviciiuk-info-panel,
.serviciiuk-contact-card,
.serviciiuk-seo-copy,
.serviciiuk-form-wrap {
    background: #ffffff;
    border: 1px solid #e5eee9;
    border-radius: 8px;
    height: 100%;
    padding: 30px;
}

.serviciiuk-feature-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.serviciiuk-feature-card:hover {
    box-shadow: 0 18px 45px rgba(25, 42, 36, 0.09);
    transform: translateY(-4px);
}

.serviciiuk-card-icon {
    align-items: center;
    background: #e9f8f2;
    border-radius: 8px;
    color: #17a673;
    display: inline-flex;
    font-size: 34px;
    height: 64px;
    justify-content: center;
    margin-bottom: 22px;
    width: 64px;
}

.serviciiuk-feature-card h3,
.serviciiuk-doc-card h3,
.serviciiuk-step-card h3,
.serviciiuk-info-panel h3,
.serviciiuk-contact-card h3 {
    color: #10231c;
    font-size: 22px;
    margin-bottom: 12px;
}

.serviciiuk-feature-card p,
.serviciiuk-doc-card p,
.serviciiuk-step-card p,
.serviciiuk-info-panel p,
.serviciiuk-contact-card p,
.serviciiuk-seo-copy p {
    color: #5d6b66;
    line-height: 1.75;
    margin-bottom: 0;
}

.serviciiuk-card-action {
    margin-top: 35px;
    text-align: center;
}

.serviciiuk-about-visual {
    background: #10231c;
    border-radius: 8px;
    color: #ffffff;
    min-height: 460px;
    overflow: hidden;
    padding: 38px;
    position: relative;
}

.serviciiuk-about-visual:before {
    background-image: url("../img/serviciiuk/study-uk-hero.png");
    background-position: center right;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.34;
    position: absolute;
}

.serviciiuk-about-visual-inner {
    position: relative;
    z-index: 2;
}

.serviciiuk-about-visual strong {
    color: #ffffff;
    display: block;
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 16px;
}

.serviciiuk-about-visual p {
    color: #edf6f2;
    line-height: 1.75;
}

.serviciiuk-check-list {
    list-style: none;
    margin: 24px 0 30px;
    padding: 0;
}

.serviciiuk-check-list li {
    align-items: center;
    color: #33453f;
    display: flex;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 12px;
}

.serviciiuk-doc-card {
    padding: 28px;
}

.serviciiuk-doc-card i {
    display: block;
    font-size: 34px;
    margin-bottom: 16px;
}

.serviciiuk-steps-grid {
    counter-reset: step;
}

.serviciiuk-step-card {
    position: relative;
}

.serviciiuk-step-number {
    align-items: center;
    background: #e9f8f2;
    border-radius: 8px;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    height: 56px;
    justify-content: center;
    margin-bottom: 22px;
    width: 56px;
}

.serviciiuk-cscs-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serviciiuk-cscs-card {
    align-items: center;
    display: flex;
    font-weight: 800;
    gap: 12px;
    min-height: 88px;
    padding: 20px;
}

.serviciiuk-cscs-card i {
    font-size: 25px;
}

.serviciiuk-accordion .accordion-item {
    background: #ffffff;
    border: 1px solid #e5eee9;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
}

.serviciiuk-accordion .accordion-button {
    box-shadow: none;
    color: #10231c;
    font-size: 18px;
    font-weight: 800;
    padding: 22px 24px;
}

.serviciiuk-accordion .accordion-button:not(.collapsed) {
    background: #e9f8f2;
    color: #10231c;
}

.serviciiuk-accordion .accordion-body {
    color: #5d6b66;
    line-height: 1.75;
    padding: 22px 24px;
}

.serviciiuk-final-cta {
    background: #10231c;
    color: #ffffff;
    padding-bottom: 90px;
    padding-top: 90px;
}

.serviciiuk-final-cta h2 {
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 16px;
}

.serviciiuk-final-cta p {
    color: #d9e5e1;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: 700px;
}

.serviciiuk-final-cta .default-btn {
    margin-top: 8px;
}

.serviciiuk-contact-card {
    margin-bottom: 24px;
}

.serviciiuk-contact-card i {
    font-size: 31px;
    margin-bottom: 14px;
}

.serviciiuk-contact-card a {
    color: #33453f;
    font-weight: 700;
}

.serviciiuk-form-wrap .form-group {
    margin-bottom: 20px;
}

.serviciiuk-form-wrap .form-control {
    border: 1px solid #dce8e3;
    border-radius: 6px;
    color: #10231c;
    min-height: 56px;
}

.serviciiuk-form-wrap textarea.form-control {
    min-height: 140px;
}

.serviciiuk-form-wrap select.form-control {
    appearance: auto;
}

.serviciiuk-form-note {
    color: #66756f;
    font-size: 14px;
    margin-top: 14px;
}

.serviciiuk-footer-about {
    color: #d9e5e1;
    line-height: 1.75;
    margin-bottom: 20px;
}

.serviciiuk-footer-logo {
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 18px;
}

.serviciiuk-footer-logo:hover {
    color: #17a673;
}

.serviciiuk-language-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
}

.serviciiuk-language-list a {
    border: 1px solid #dce8e3;
    border-radius: 5px;
    color: #33453f;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 7px 9px;
    text-transform: uppercase;
}

.serviciiuk-language-list a.active,
.serviciiuk-language-list a:hover {
    background: #17a673;
    border-color: #17a673;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .serviciiuk-nav-cta {
        display: none;
    }

    .serviciiuk-hero h1 {
        font-size: 54px;
    }

    .serviciiuk-cscs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 991px) {
    .serviciiuk-language-list {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .serviciiuk-hero {
        min-height: 690px;
    }

    .serviciiuk-hero-content {
        padding-bottom: 90px;
        padding-top: 105px;
    }

    .serviciiuk-hero h1 {
        font-size: 44px;
    }

    .serviciiuk-section {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .serviciiuk-section-title h2,
    .serviciiuk-final-cta h2 {
        font-size: 34px;
    }

    .serviciiuk-cscs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .serviciiuk-top-header .top-header-contact-info li {
        display: block;
        margin-bottom: 8px;
        margin-right: 0;
    }

    .serviciiuk-brand {
        font-size: 21px;
    }

    .serviciiuk-brand-mark {
        height: 38px;
        width: 38px;
    }

    .serviciiuk-hero {
        background-image: linear-gradient(90deg, rgba(9, 24, 20, 0.94) 0%, rgba(9, 24, 20, 0.82) 100%), url("../img/serviciiuk/study-uk-hero.png");
        min-height: auto;
    }

    .serviciiuk-hero-content {
        padding-bottom: 76px;
        padding-top: 76px;
    }

    .serviciiuk-hero h1 {
        font-size: 36px;
    }

    .serviciiuk-hero .hero-lead {
        font-size: 18px;
    }

    .serviciiuk-trust-points,
    .serviciiuk-cscs-grid {
        grid-template-columns: 1fr;
    }

    .serviciiuk-section-title h2,
    .serviciiuk-final-cta h2 {
        font-size: 30px;
    }

    .serviciiuk-feature-card,
    .serviciiuk-doc-card,
    .serviciiuk-step-card,
    .serviciiuk-info-panel,
    .serviciiuk-contact-card,
    .serviciiuk-seo-copy,
    .serviciiuk-form-wrap {
        padding: 24px;
    }
}
