﻿/* =========================================================
   ITELGE HOME - FULL SCREEN HERO
   ========================================================= */

.itelge-home {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    background-color: #020d1d;
    isolation: isolate;
}

.itelge-home-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../images/home/hero-central-asia.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.itelge-home-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 90deg, rgba(1, 11, 25, 0.99) 0%, rgba(1, 11, 25, 0.98) 24%, rgba(1, 11, 25, 0.80) 38%, rgba(1, 11, 25, 0.25) 61%, rgba(1, 11, 25, 0.06) 82%, rgba(1, 11, 25, 0.18) 100% ), linear-gradient( 180deg, rgba(1, 10, 23, 0.18) 0%, rgba(1, 10, 23, 0.03) 62%, rgba(1, 10, 23, 0.78) 100% );
}

.itelge-home-rings {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.ring {
    position: absolute;
    top: 50%;
    left: 34%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ring-one {
    width: 760px;
    height: 760px;
    border: 1px solid rgba(0, 168, 181, 0.23);
}

.ring-two {
    width: 900px;
    height: 900px;
    border: 1px solid rgba(243, 154, 47, 0.35);
}

.ring-three {
    width: 1040px;
    height: 1040px;
    border: 1px solid rgba(0, 168, 181, 0.11);
}

.itelge-home-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: clamp(100px, 11vh, 132px) clamp(36px, 5vw, 96px) clamp(24px, 4vh, 42px);
}

.itelge-home-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 34%;
    max-width: 560px;
    height: calc(100% - 135px);
}



.itelge-home-slogan {
    margin-bottom: 13px;
    color: #ffffff;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    line-height: 1.45;
}

    .itelge-home-slogan span,
    .itelge-home-slogan strong {
        display: block;
    }

    .itelge-home-slogan strong {
        color: #16b8c5;
        font-weight: 400;
    }

.itelge-home-accent {
    display: block;
    width: 48px;
    height: 2px;
    margin-bottom: clamp(13px, 2vh, 21px);
    background-color: #f39a2f;
}

.itelge-home-title {
    max-width: 555px;
    margin: 0 0 clamp(13px, 2vh, 23px);
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(39px, 4.1vw, 72px);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.8px;
    text-transform: uppercase;
}

    .itelge-home-title strong {
        display: block;
        color: #f5ae55;
        font-weight: 600;
    }

.itelge-home-description {
    max-width: 530px;
    margin: 0 0 clamp(17px, 2.5vh, 29px);
    color: rgba(230, 238, 245, 0.75);
    font-size: clamp(12px, 0.85vw, 15px);
    font-weight: 400;
    line-height: 1.65;
}

.itelge-home-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    align-items: center;
}

.itelge-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 220px;
    min-height: 51px;
    padding: 12px 17px 12px 20px;
    color: #ffffff;
    background-color: rgba(243, 154, 47, 0.04);
    border: 1px solid rgba(243, 154, 47, 0.85);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .itelge-home-button svg {
        width: 21px;
        height: 21px;
        margin-left: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.25s ease;
    }

    .itelge-home-button:hover,
    .itelge-home-button:focus {
        color: #06101c;
        text-decoration: none;
        background-color: #f39a2f;
        transform: translateY(-2px);
    }

        .itelge-home-button:hover svg {
            transform: translateX(4px);
        }

.itelge-home-secondary {
    position: relative;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

    .itelge-home-secondary::after {
        position: absolute;
        right: 0;
        bottom: -6px;
        left: 0;
        height: 1px;
        content: "";
        background-color: #00a8b5;
        transform: scaleX(0.25);
        transform-origin: left;
        transition: transform 0.25s ease;
    }

    .itelge-home-secondary:hover,
    .itelge-home-secondary:focus {
        color: #ffffff;
        text-decoration: none;
    }

        .itelge-home-secondary:hover::after {
            transform: scaleX(1);
        }

.itelge-home-caption {
    position: absolute;
    right: clamp(42px, 7vw, 130px);
    bottom: clamp(145px, 18vh, 195px);
    text-align: right;
}

    .itelge-home-caption span,
    .itelge-home-caption strong {
        display: block;
    }

    .itelge-home-caption span {
        color: rgba(255, 255, 255, 0.9);
        font-size: clamp(13px, 1vw, 17px);
        font-weight: 400;
    }

    .itelge-home-caption strong {
        color: #14b5c1;
        font-size: clamp(16px, 1.2vw, 21px);
        font-weight: 400;
    }

    .itelge-home-caption i {
        display: inline-block;
        width: 46px;
        height: 2px;
        margin-top: 12px;
        background-color: #f39a2f;
    }

.itelge-home-features {
    position: absolute;
    right: clamp(36px, 5vw, 96px);
    bottom: clamp(22px, 3.2vh, 38px);
    left: clamp(36px, 5vw, 96px);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 90px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.itelge-feature {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    padding: 0 clamp(14px, 1.5vw, 28px);
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

    .itelge-feature:first-child {
        padding-left: 0;
    }

    .itelge-feature:last-child {
        padding-right: 0;
        border-right: 0;
    }

.itelge-feature-icon {
    width: 40px;
    height: 40px;
}

    .itelge-feature-icon.cyan {
        color: #17b8c4;
    }

    .itelge-feature-icon.orange {
        color: #f39a2f;
    }

    .itelge-feature-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.itelge-feature h2 {
    margin: 0 0 4px;
    color: #ffffff;
    font-family: "Barlow", "Segoe UI", Arial, sans-serif;
    font-size: clamp(10px, 0.75vw, 13px);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.itelge-feature p {
    margin: 0;
    color: rgba(203, 215, 224, 0.61);
    font-size: clamp(9px, 0.65vw, 11px);
    font-weight: 400;
    line-height: 1.4;
}

/* =========================================================
   SHORT LAPTOP HEIGHTS
   ========================================================= */

@media (max-width: 1599.98px), (max-height: 899.98px) {

    .itelge-home-inner {
        padding-top: 94px;
        padding-bottom: 22px;
    }

    .itelge-home-content {
        width: 35%;
        max-width: 510px;
        height: calc(100% - 108px);
    }



    .itelge-home-slogan {
        margin-bottom: 9px;
        font-size: 13px;
    }

    .itelge-home-accent {
        margin-bottom: 12px;
    }

    .itelge-home-title {
        margin-bottom: 12px;
        font-size: clamp(36px, 3.55vw, 59px);
    }

    .itelge-home-description {
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 1.5;
    }

    .itelge-home-button {
        min-height: 46px;
    }

    .itelge-home-caption {
        bottom: 126px;
    }

    .itelge-home-features {
        bottom: 18px;
        min-height: 76px;
        padding-top: 14px;
    }

    .itelge-feature-icon {
        width: 34px;
        height: 34px;
    }

    .itelge-feature p {
        display: none;
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991.98px) {

    .itelge-home {
        height: auto;
        min-height: 100svh;
        overflow: visible;
    }

    .itelge-home-bg {
        background-position: 63% center;
    }

    .itelge-home-shade {
        background: linear-gradient( 90deg, rgba(1, 11, 25, 0.97) 0%, rgba(1, 11, 25, 0.90) 55%, rgba(1, 11, 25, 0.40) 100% ), linear-gradient( 180deg, rgba(1, 11, 25, 0.06) 0%, rgba(1, 11, 25, 0.90) 100% );
    }

    .itelge-home-inner {
        min-height: 100svh;
        padding: 115px 30px 35px;
    }

    .itelge-home-content {
        width: 68%;
        max-width: 620px;
        height: auto;
        min-height: 620px;
    }



    .itelge-home-title {
        font-size: clamp(48px, 7vw, 68px);
    }

    .itelge-home-description {
        font-size: 14px;
    }

    .itelge-home-caption {
        display: none;
    }

    .itelge-home-features {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 32px;
    }

    .itelge-feature {
        min-height: 84px;
        padding: 14px 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .itelge-feature:nth-child(2) {
            border-right: 0;
        }

        .itelge-feature:nth-child(3),
        .itelge-feature:nth-child(4) {
            border-bottom: 0;
        }

        .itelge-feature:first-child {
            padding-left: 18px;
        }

        .itelge-feature:last-child {
            padding-right: 18px;
        }

        .itelge-feature p {
            display: block;
        }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767.98px) {

    .itelge-home-bg {
        background-position: 69% center;
    }

    .itelge-home-shade {
        background: linear-gradient( 180deg, rgba(1, 11, 25, 0.68) 0%, rgba(1, 11, 25, 0.82) 52%, rgba(1, 11, 25, 0.99) 100% ), linear-gradient( 90deg, rgba(1, 11, 25, 0.92), rgba(1, 11, 25, 0.38) );
    }

    .itelge-home-inner {
        padding: 100px 18px 28px;
    }

    .itelge-home-content {

        width: 100%;
        min-height: 0;
    }



    .itelge-home-slogan {
        font-size: 14px;
    }

    .itelge-home-title {
        font-size: clamp(44px, 13vw, 62px);
        line-height: 0.97;
    }

    .itelge-home-description {
        max-width: 520px;
        font-size: 13px;
    }

    .itelge-home-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 38px;
    }

    .itelge-feature {
        display: block;
        min-height: 119px;
        padding: 15px 12px;
    }

        .itelge-feature:first-child {
            padding-left: 12px;
        }

        .itelge-feature:last-child {
            padding-right: 12px;
        }

    .itelge-feature-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 10px;
    }

    .itelge-feature h2 {
        font-size: 10px;
    }

    .itelge-feature p {
        font-size: 9px;
    }
}

@media (max-width: 479.98px) {

    .itelge-home-buttons {
        display: block;
    }

    .itelge-home-button {
        width: 100%;
        min-width: 0;
        margin-bottom: 18px;
    }

    .itelge-home-secondary {
        display: inline-block;
    }

    .itelge-feature p {
        display: none;
    }
}

/* =========================================================
   HOME ABOUT
   ========================================================= */

.home-about {
    position: relative;
    padding: 120px 0 95px;
    overflow: hidden;
    background: radial-gradient( circle at 82% 20%, rgba(0, 168, 181, 0.08), transparent 34% ), linear-gradient( 135deg, #031426 0%, #020b18 100% );
    border-top: 1px solid rgba(0, 168, 181, 0.18);
}

    .home-about::before {
        position: absolute;
        top: -280px;
        right: -210px;
        width: 620px;
        height: 620px;
        content: "";
        border: 1px solid rgba(243, 154, 47, 0.12);
        border-radius: 50%;
    }

    .home-about::after {
        position: absolute;
        right: 7%;
        bottom: -280px;
        width: 520px;
        height: 520px;
        content: "";
        border: 1px solid rgba(0, 168, 181, 0.10);
        border-radius: 50%;
    }

    .home-about .container {
        position: relative;
        z-index: 2;
    }

.home-section-label {
    display: block;
    margin-bottom: 18px;
    color: #f39a2f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
}

.home-about-heading h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 500;
    line-height: 1;
}

    .home-about-heading h2 strong {
        display: block;
        color: #19b8c4;
        font-weight: 500;
    }

.home-section-line {
    display: block;
    width: 52px;
    height: 2px;
    margin-top: 26px;
    background-color: #f39a2f;
}

.home-about-content {
    max-width: 720px;
    padding-left: 30px;
}

.home-about-lead {
    margin-bottom: 24px;
    color: rgba(239, 244, 248, 0.90);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
}

.home-about-content p:not(.home-about-lead) {
    margin-bottom: 30px;
    color: rgba(203, 215, 224, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.home-section-link {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .home-section-link svg {
        width: 22px;
        height: 22px;
        margin-left: 12px;
        fill: none;
        stroke: #f39a2f;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.25s ease;
    }

    .home-section-link:hover,
    .home-section-link:focus {
        color: #f39a2f;
        text-decoration: none;
    }

        .home-section-link:hover svg,
        .home-section-link:focus svg {
            transform: translateX(5px);
        }

.home-about-values {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 85px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    .home-about-values article {
        min-height: 150px;
        padding: 32px 28px;
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

        .home-about-values article:last-child {
            border-right: 0;
        }

    .home-about-values span {
        display: block;
        margin-bottom: 10px;
        color: #f5ae55;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 1;
    }

    .home-about-values strong {
        display: block;
        max-width: 190px;
        color: rgba(232, 239, 244, 0.78);
        font-size: 12px;
        font-weight: 500;
        line-height: 1.55;
        letter-spacing: 0.7px;
        text-transform: uppercase;
    }

@media (max-width: 991.98px) {

    .home-about {
        padding: 90px 0 75px;
    }

    .home-about-heading {
        margin-bottom: 42px;
    }

    .home-about-content {
        padding-left: 0;
    }

    .home-about-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 65px;
    }

        .home-about-values article:nth-child(2) {
            border-right: 0;
        }

        .home-about-values article:nth-child(1),
        .home-about-values article:nth-child(2) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }
}

@media (max-width: 767.98px) {

    .home-about {
        padding: 72px 0 60px;
    }

    .home-about-heading h2 {
        font-size: 48px;
    }

    .home-about-lead {
        font-size: 18px;
    }

    .home-about-content p:not(.home-about-lead) {
        font-size: 15px;
    }

    .home-about-values {
        grid-template-columns: 1fr;
        margin-top: 52px;
    }

        .home-about-values article {
            min-height: auto;
            padding: 25px 20px;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

            .home-about-values article:last-child {
                border-bottom: 0;
            }

        .home-about-values span {
            font-size: 34px;
        }
}

/* =========================================================
   HOME SERVICES
   ========================================================= */

.home-services {
    position: relative;
    padding: 115px 0 105px;
    overflow: hidden;
    background: radial-gradient( circle at 14% 12%, rgba(0, 168, 181, 0.09), transparent 28% ), radial-gradient( circle at 92% 84%, rgba(243, 154, 47, 0.07), transparent 31% ), #020b18;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

    .home-services::before {
        position: absolute;
        top: 80px;
        right: -270px;
        width: 680px;
        height: 680px;
        content: "";
        border: 1px solid rgba(0, 168, 181, 0.10);
        border-radius: 50%;
    }

    .home-services::after {
        position: absolute;
        bottom: -340px;
        left: -230px;
        width: 640px;
        height: 640px;
        content: "";
        border: 1px solid rgba(243, 154, 47, 0.10);
        border-radius: 50%;
    }

    .home-services .container {
        position: relative;
        z-index: 2;
    }

.home-services-header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 90px;
    align-items: end;
    margin-bottom: 62px;
}

    .home-services-header h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(50px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .home-services-header h2 strong {
            display: block;
            color: #18b8c4;
            font-weight: 500;
        }

.home-services-intro {
    padding-bottom: 5px;
}

    .home-services-intro p {
        margin: 0 0 23px;
        color: rgba(207, 219, 228, 0.72);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
    }

.home-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.home-service-card {
    position: relative;
    min-height: 405px;
    padding: 37px 34px 32px;
    overflow: hidden;
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.006) );
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .home-service-card::before {
        position: absolute;
        top: 0;
        right: 100%;
        left: 0;
        height: 2px;
        content: "";
        background: linear-gradient( 90deg, #00a8b5, #f39a2f );
        transition: right 0.35s ease;
    }

    .home-service-card::after {
        position: absolute;
        right: -120px;
        bottom: -120px;
        width: 240px;
        height: 240px;
        content: "";
        background: radial-gradient( circle, rgba(0, 168, 181, 0.11), transparent 67% );
        opacity: 0;
        transition: opacity 0.35s ease;
    }

    .home-service-card:hover {
        background-color: rgba(6, 31, 52, 0.72);
        transform: translateY(-4px);
    }

        .home-service-card:hover::before {
            right: 0;
        }

        .home-service-card:hover::after {
            opacity: 1;
        }

.home-service-number {
    position: absolute;
    top: 25px;
    right: 27px;
    color: rgba(255, 255, 255, 0.13);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.home-service-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 30px;
    color: #19b8c4;
}

    .home-service-icon.orange {
        color: #f39a2f;
    }

    .home-service-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.35;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.home-service-card h3 {
    max-width: 300px;
    min-height: 64px;
    margin: 0 0 18px;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.08;
}

.home-service-card p {
    max-width: 330px;
    margin: 0 0 25px;
    color: rgba(198, 212, 222, 0.67);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.68;
}

.home-service-link {
    position: absolute;
    right: 34px;
    bottom: 29px;
    left: 34px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    color: rgba(255, 255, 255, 0.83);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .home-service-link svg {
        width: 19px;
        height: 19px;
        margin-left: 10px;
        fill: none;
        stroke: #f39a2f;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.25s ease;
    }

    .home-service-link:hover,
    .home-service-link:focus {
        color: #f39a2f;
        text-decoration: none;
    }

        .home-service-link:hover svg,
        .home-service-link:focus svg {
            transform: translateX(5px);
        }

/* =========================================================
   HOME SERVICES RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {

    .home-services-header {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
        gap: 60px;
    }

    .home-service-card {
        min-height: 425px;
        padding-right: 27px;
        padding-left: 27px;
    }

    .home-service-link {
        right: 27px;
        left: 27px;
    }
}

@media (max-width: 991.98px) {

    .home-services {
        padding: 90px 0 80px;
    }

    .home-services-header {
        grid-template-columns: 1fr;
        gap: 33px;
        margin-bottom: 48px;
    }

    .home-services-intro {
        max-width: 690px;
    }

    .home-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-service-card {
        min-height: 410px;
    }
}

@media (max-width: 767.98px) {

    .home-services {
        padding: 72px 0 65px;
    }

    .home-services-header h2 {
        font-size: 49px;
    }

    .home-services-intro p {
        font-size: 15px;
    }

    .home-services-grid {
        grid-template-columns: 1fr;
    }

    .home-service-card {
        min-height: 360px;
        padding: 30px 25px;
    }

        .home-service-card h3 {
            min-height: auto;
            font-size: 28px;
        }

        .home-service-card p {
            max-width: none;
            font-size: 14px;
        }

    .home-service-link {
        right: 25px;
        bottom: 25px;
        left: 25px;
    }
}

@media (max-width: 479.98px) {

    .home-service-card {
        min-height: 380px;
    }

    .home-service-number {
        top: 21px;
        right: 21px;
        font-size: 35px;
    }

    .home-service-icon {
        width: 51px;
        height: 51px;
        margin-bottom: 24px;
    }
}
/* =========================================================
   HOME CENTRAL ASIA
   ========================================================= */

.home-central-asia {
    position: relative;
    padding: 120px 0 95px;
    overflow: hidden;
    background-color: #03101f;
    border-top: 1px solid rgba(0, 168, 181, 0.14);
}

.home-central-asia-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 75% 42%, rgba(0, 168, 181, 0.17), transparent 30% ), radial-gradient( circle at 86% 70%, rgba(243, 154, 47, 0.11), transparent 27% ), linear-gradient( 135deg, #031426 0%, #020b17 100% );
}

.home-central-asia-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(2, 12, 25, 0.95) 0%, rgba(2, 12, 25, 0.80) 42%, rgba(2, 12, 25, 0.20) 72%, rgba(2, 12, 25, 0.48) 100% );
}

.home-central-asia .container {
    position: relative;
    z-index: 2;
}

.home-central-asia-content {
    max-width: 620px;
    padding-right: 35px;
}

    .home-central-asia-content h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(50px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .home-central-asia-content h2 strong {
            display: block;
            color: #17b8c4;
            font-weight: 500;
        }

.home-central-asia-lead {
    margin: 28px 0 18px;
    color: rgba(239, 244, 248, 0.92);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
}

.home-central-asia-content p:not(.home-central-asia-lead) {
    margin: 0 0 28px;
    color: rgba(201, 214, 224, 0.71);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

/* MAP VISUAL */

.home-central-asia-map {
    position: relative;
    width: min(100%, 580px);
    aspect-ratio: 1 / 0.82;
    margin-left: auto;
}

    .home-central-asia-map::before {
        position: absolute;
        inset: 8%;
        content: "";
        border: 1px solid rgba(0, 168, 181, 0.23);
        border-radius: 50%;
    }

    .home-central-asia-map::after {
        position: absolute;
        inset: 18%;
        content: "";
        background: radial-gradient( circle, rgba(0, 168, 181, 0.10), transparent 63% );
        border-radius: 50%;
    }

.home-central-asia-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(243, 154, 47, 0.26);
}

    .home-central-asia-orbit.orbit-a {
        inset: 2%;
    }

    .home-central-asia-orbit.orbit-b {
        inset: 22%;
        border-color: rgba(0, 168, 181, 0.28);
    }

.home-central-asia-core {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 86px;
    height: 86px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient( circle, rgba(255, 255, 255, 0.95) 0%, rgba(243, 154, 47, 0.92) 12%, rgba(243, 154, 47, 0.24) 45%, transparent 72% );
    box-shadow: 0 0 45px rgba(243, 154, 47, 0.42);
}

    .home-central-asia-core span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 11px;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: #ffffff;
    }

.home-central-asia-route {
    position: absolute;
    left: 50%;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient( 90deg, rgba(243, 154, 47, 0.94), rgba(0, 168, 181, 0.40) );
}

    .home-central-asia-route.route-a {
        top: 48%;
        width: 37%;
        transform: rotate(-25deg);
    }

    .home-central-asia-route.route-b {
        top: 48%;
        width: 34%;
        transform: rotate(22deg);
    }

    .home-central-asia-route.route-c {
        top: 48%;
        width: 31%;
        transform: rotate(145deg);
    }

.home-central-asia-point {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f39a2f;
    box-shadow: 0 0 18px rgba(243, 154, 47, 0.8);
}

    .home-central-asia-point.point-a {
        top: 24%;
        right: 18%;
    }

    .home-central-asia-point.point-b {
        right: 14%;
        bottom: 24%;
    }

    .home-central-asia-point.point-c {
        bottom: 19%;
        left: 21%;
    }

    .home-central-asia-point.point-d {
        top: 21%;
        left: 23%;
    }

/* ADVANTAGES */

.home-central-asia-advantages {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 92px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

    .home-central-asia-advantages article {
        min-height: 205px;
        padding: 32px 24px;
        border-right: 1px solid rgba(255, 255, 255, 0.10);
    }

        .home-central-asia-advantages article:last-child {
            border-right: 0;
        }

.home-central-asia-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    color: #17b8c4;
}

    .home-central-asia-icon.orange {
        color: #f39a2f;
    }

    .home-central-asia-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.45;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.home-central-asia-advantages h3 {
    min-height: 43px;
    margin: 0 0 11px;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.08;
}

.home-central-asia-advantages p {
    margin: 0;
    color: rgba(196, 210, 221, 0.64);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}
/* =========================================================
   HOME CENTRAL ASIA RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {

    .home-central-asia-advantages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .home-central-asia-advantages article:nth-child(3) {
            border-right: 0;
        }

        .home-central-asia-advantages article:nth-child(1),
        .home-central-asia-advantages article:nth-child(2),
        .home-central-asia-advantages article:nth-child(3) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

        .home-central-asia-advantages article:nth-child(5) {
            border-right: 0;
        }
}

@media (max-width: 991.98px) {

    .home-central-asia {
        padding: 90px 0 75px;
    }

    .home-central-asia-content {
        max-width: 690px;
        padding-right: 0;
        margin-bottom: 55px;
    }

    .home-central-asia-map {
        width: min(100%, 520px);
        margin-right: auto;
    }

    .home-central-asia-advantages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 70px;
    }

        .home-central-asia-advantages article {
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

            .home-central-asia-advantages article:nth-child(2n) {
                border-right: 0;
            }

            .home-central-asia-advantages article:last-child {
                grid-column: 1 / -1;
                border-bottom: 0;
            }
}

@media (max-width: 767.98px) {

    .home-central-asia {
        padding: 72px 0 60px;
    }

    .home-central-asia-content h2 {
        font-size: 49px;
    }

    .home-central-asia-lead {
        font-size: 18px;
    }

    .home-central-asia-content p:not(.home-central-asia-lead) {
        font-size: 15px;
    }

    .home-central-asia-map {
        width: 100%;
    }

    .home-central-asia-advantages {
        grid-template-columns: 1fr;
        margin-top: 54px;
    }

        .home-central-asia-advantages article {
            min-height: auto;
            padding: 25px 20px;
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

            .home-central-asia-advantages article:last-child {
                grid-column: auto;
            }

        .home-central-asia-advantages h3 {
            min-height: auto;
        }
}

/* =========================================================
   HOME INDUSTRIES
   ========================================================= */

.home-industries {
    position: relative;
    padding: 115px 0 90px;
    overflow: hidden;
    background: radial-gradient( circle at 8% 15%, rgba(243, 154, 47, 0.07), transparent 27% ), radial-gradient( circle at 92% 76%, rgba(0, 168, 181, 0.08), transparent 30% ), #020b18;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

    .home-industries::before {
        position: absolute;
        top: -350px;
        right: -260px;
        width: 720px;
        height: 720px;
        content: "";
        border: 1px solid rgba(0, 168, 181, 0.09);
        border-radius: 50%;
    }

    .home-industries .container {
        position: relative;
        z-index: 2;
    }

.home-industries-header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 90px;
    align-items: end;
    margin-bottom: 60px;
}

    .home-industries-header h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(50px, 5vw, 80px);
        font-weight: 500;
        line-height: 0.98;
    }

        .home-industries-header h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

.home-industries-intro p {
    margin: 0 0 23px;
    color: rgba(205, 217, 226, 0.72);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
}

.home-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-industry-card {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    color: #ffffff;
    background-color: #061528;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

    .home-industry-card:hover,
    .home-industry-card:focus {
        color: #ffffff;
        text-decoration: none;
    }

.home-industry-image {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.65s ease, filter 0.65s ease;
}

    .home-industry-image.agriculture {
        background-image: url("../images/industries/agriculture.webp");
    }

    .home-industry-image.consumer {
        background-image: url("../images/industries/consumer-goods.webp");
    }

    .home-industry-image.logistics {
        background-image: url("../images/industries/logistics.webp");
    }

    .home-industry-image.industrial {
        background-image: url("../images/industries/industrial.webp");
    }

    .home-industry-image.leather {
        background-image: url("../images/industries/leather.webp");
    }

    .home-industry-image.animal {
        background-image: url("../images/industries/animal-products.webp");
    }

.home-industry-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(2, 12, 25, 0.12) 0%, rgba(2, 12, 25, 0.38) 46%, rgba(2, 12, 25, 0.97) 100% );
    transition: background-color 0.35s ease;
}

.home-industry-card::before {
    position: absolute;
    top: 0;
    right: 100%;
    left: 0;
    z-index: 4;
    height: 3px;
    content: "";
    background: linear-gradient( 90deg, #f39a2f, #00a8b5 );
    transition: right 0.4s ease;
}

.home-industry-card:hover::before,
.home-industry-card:focus::before {
    right: 0;
}

.home-industry-card:hover .home-industry-image,
.home-industry-card:focus .home-industry-image {
    transform: scale(1.07);
    filter: saturate(1.1);
}

.home-industry-number {
    position: absolute;
    top: 22px;
    right: 23px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.44);
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 27px;
    font-weight: 500;
}

.home-industry-content {
    position: absolute;
    right: 27px;
    bottom: 28px;
    left: 27px;
    z-index: 3;
}

.home-industry-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    color: #1bc0cb;
}

    .home-industry-icon.orange {
        color: #f39a2f;
    }

    .home-industry-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.45;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.home-industry-content h3 {
    max-width: 290px;
    margin: 0;
    color: #ffffff;
    font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.05;
}

.home-industry-arrow {
    position: absolute;
    right: 0;
    bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    color: #ffffff;
    border: 1px solid rgba(243, 154, 47, 0.78);
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .home-industry-arrow svg {
        width: 19px;
        height: 19px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.home-industry-card:hover .home-industry-arrow,
.home-industry-card:focus .home-industry-arrow {
    color: #05101d;
    background-color: #f39a2f;
    transform: translateX(3px);
}

.home-industries-values {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 52px;
    padding: 25px 10px;
    border: 1px solid rgba(0, 168, 181, 0.23);
    border-radius: 18px;
    background-color: rgba(1, 16, 31, 0.42);
}

    .home-industries-values article {
        display: flex;
        gap: 16px;
        align-items: center;
        min-height: 65px;
        padding: 0 23px;
        border-right: 1px solid rgba(243, 154, 47, 0.22);
    }

        .home-industries-values article:last-child {
            border-right: 0;
        }

.home-industries-value-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #18b8c4;
}

    .home-industries-value-icon.orange {
        color: #f39a2f;
    }

    .home-industries-value-icon svg {
        width: 100%;
        height: 100%;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.45;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.home-industries-values span {
    color: rgba(239, 244, 248, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
}
/* =========================================================
   HOME INDUSTRIES RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {

    .home-industries-header {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
        gap: 60px;
    }

    .home-industry-card {
        min-height: 430px;
    }

    .home-industries-values {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .home-industries-values article:nth-child(3) {
            border-right: 0;
        }

        .home-industries-values article:nth-child(1),
        .home-industries-values article:nth-child(2),
        .home-industries-values article:nth-child(3) {
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(243, 154, 47, 0.18);
        }

        .home-industries-values article:nth-child(4),
        .home-industries-values article:nth-child(5) {
            padding-top: 20px;
        }

        .home-industries-values article:nth-child(5) {
            border-right: 0;
        }
}

@media (max-width: 991.98px) {

    .home-industries {
        padding: 90px 0 75px;
    }

    .home-industries-header {
        grid-template-columns: 1fr;
        gap: 33px;
        margin-bottom: 48px;
    }

    .home-industries-intro {
        max-width: 690px;
    }

    .home-industries-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-industry-card {
        min-height: 450px;
    }

    .home-industries-values {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .home-industries-values article {
            padding-top: 18px;
            padding-bottom: 18px;
            border-bottom: 1px solid rgba(243, 154, 47, 0.18);
        }

            .home-industries-values article:nth-child(2n) {
                border-right: 0;
            }

            .home-industries-values article:last-child {
                grid-column: 1 / -1;
                border-bottom: 0;
            }
}

@media (max-width: 767.98px) {

    .home-industries {
        padding: 72px 0 60px;
    }

    .home-industries-header h2 {
        font-size: 49px;
    }

    .home-industries-intro p {
        font-size: 15px;
    }

    .home-industries-grid {
        grid-template-columns: 1fr;
    }

    .home-industry-card {
        min-height: 420px;
    }

    .home-industries-values {
        grid-template-columns: 1fr;
        padding: 10px 18px;
        border-radius: 14px;
    }

        .home-industries-values article {
            min-height: 78px;
            padding: 17px 5px;
            border-right: 0;
            border-bottom: 1px solid rgba(243, 154, 47, 0.18);
        }

            .home-industries-values article:nth-child(1),
            .home-industries-values article:nth-child(2),
            .home-industries-values article:nth-child(3),
            .home-industries-values article:nth-child(4) {
                padding-top: 17px;
                padding-bottom: 17px;
            }

            .home-industries-values article:last-child {
                grid-column: auto;
                border-bottom: 0;
            }
}

@media (max-width: 479.98px) {

    .home-industry-card {
        min-height: 380px;
    }

    .home-industry-content {
        right: 22px;
        bottom: 23px;
        left: 22px;
    }

        .home-industry-content h3 {
            max-width: 240px;
            font-size: 26px;
        }

    .home-industry-icon {
        width: 44px;
        height: 44px;
    }
}
/* =========================================================
   HOME CONTACT CTA
   ========================================================= */

.home-contact-cta {
    position: relative;
    padding: 125px 0 110px;
    overflow: hidden;
    background-color: #03101f;
    border-top: 1px solid rgba(0, 168, 181, 0.15);
}

.home-contact-cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 80% 30%, rgba(0, 168, 181, 0.18), transparent 30% ), radial-gradient( circle at 15% 78%, rgba(243, 154, 47, 0.12), transparent 27% ), linear-gradient( 135deg, #03172b 0%, #020b18 100% );
}

.home-contact-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(2, 12, 25, 0.95) 0%, rgba(2, 12, 25, 0.74) 45%, rgba(2, 12, 25, 0.25) 75%, rgba(2, 12, 25, 0.58) 100% );
}

.home-contact-cta::before {
    position: absolute;
    top: -360px;
    right: -220px;
    width: 760px;
    height: 760px;
    content: "";
    border: 1px solid rgba(243, 154, 47, 0.12);
    border-radius: 50%;
}

.home-contact-cta::after {
    position: absolute;
    right: 16%;
    bottom: -330px;
    width: 620px;
    height: 620px;
    content: "";
    border: 1px solid rgba(0, 168, 181, 0.12);
    border-radius: 50%;
}

.home-contact-cta .container {
    position: relative;
    z-index: 2;
}

.home-contact-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 90px;
    align-items: end;
}

.home-contact-cta-content {
    max-width: 760px;
}

    .home-contact-cta-content h2 {
        margin: 0;
        color: #ffffff;
        font-family: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
        font-size: clamp(52px, 5.4vw, 86px);
        font-weight: 500;
        line-height: 0.98;
    }

        .home-contact-cta-content h2 strong {
            display: block;
            color: #19b8c4;
            font-weight: 500;
        }

    .home-contact-cta-content p {
        max-width: 680px;
        margin: 30px 0 32px;
        color: rgba(211, 222, 231, 0.75);
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75;
    }

.home-contact-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
}

.home-contact-primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 245px;
    min-height: 56px;
    padding: 14px 18px 14px 22px;
    color: #ffffff;
    background-color: rgba(243, 154, 47, 0.06);
    border: 1px solid rgba(243, 154, 47, 0.88);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

    .home-contact-primary svg {
        width: 22px;
        height: 22px;
        margin-left: 22px;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.7;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 0.25s ease;
    }

    .home-contact-primary:hover,
    .home-contact-primary:focus {
        color: #06101c;
        text-decoration: none;
        background-color: #f39a2f;
        transform: translateY(-2px);
    }

        .home-contact-primary:hover svg,
        .home-contact-primary:focus svg {
            transform: translateX(5px);
        }

.home-contact-mail {
    position: relative;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

    .home-contact-mail::after {
        position: absolute;
        right: 0;
        bottom: -6px;
        left: 0;
        height: 1px;
        content: "";
        background-color: #00a8b5;
        transform: scaleX(0.28);
        transform-origin: left;
        transition: transform 0.25s ease;
    }

    .home-contact-mail:hover,
    .home-contact-mail:focus {
        color: #ffffff;
        text-decoration: none;
    }

        .home-contact-mail:hover::after,
        .home-contact-mail:focus::after {
            transform: scaleX(1);
        }

.home-contact-cta-details {
    display: grid;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: rgba(2, 18, 35, 0.52);
    backdrop-filter: blur(10px);
}

    .home-contact-cta-details article {
        padding: 27px 29px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

        .home-contact-cta-details article:last-child {
            border-bottom: 0;
        }

    .home-contact-cta-details span {
        display: block;
        margin-bottom: 9px;
        color: #f39a2f;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .home-contact-cta-details strong,
    .home-contact-cta-details p,
    .home-contact-cta-details a {
        display: block;
        color: rgba(239, 244, 248, 0.86);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
    }

    .home-contact-cta-details strong {
        color: #ffffff;
        font-weight: 500;
    }

    .home-contact-cta-details p {
        margin: 0;
        color: rgba(203, 215, 224, 0.66);
    }

    .home-contact-cta-details a:hover,
    .home-contact-cta-details a:focus {
        color: #19b8c4;
        text-decoration: none;
    }
/* =========================================================
   HOME CONTACT CTA RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {

    .home-contact-cta-inner {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
        gap: 60px;
    }
}

@media (max-width: 991.98px) {

    .home-contact-cta {
        padding: 90px 0 80px;
    }

    .home-contact-cta-inner {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .home-contact-cta-content {
        max-width: 720px;
    }

    .home-contact-cta-details {
        max-width: 720px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

        .home-contact-cta-details article {
            border-right: 1px solid rgba(255, 255, 255, 0.10);
            border-bottom: 0;
        }

            .home-contact-cta-details article:last-child {
                border-right: 0;
            }
}

@media (max-width: 767.98px) {

    .home-contact-cta {
        padding: 72px 0 64px;
    }

    .home-contact-cta-content h2 {
        font-size: 50px;
    }

    .home-contact-cta-content p {
        font-size: 15px;
    }

    .home-contact-cta-actions {
        align-items: flex-start;
    }

    .home-contact-cta-details {
        grid-template-columns: 1fr;
    }

        .home-contact-cta-details article {
            border-right: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        }

            .home-contact-cta-details article:last-child {
                border-bottom: 0;
            }
}

@media (max-width: 479.98px) {

    .home-contact-primary {
        width: 100%;
        min-width: 0;
    }

    .home-contact-cta-actions {
        display: block;
    }

    .home-contact-mail {
        display: inline-block;
        margin-top: 22px;
    }
}


