.hero-tagline {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.btn-main,
.btn-line {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-main {
    background: #0d6efd;
    color: #fff;
}

.btn-main:hover {
    color: #fff;
    transform: translateY(-2px);
}

.btn-line {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.btn-line:hover {
    background: #0d6efd;
    color: #fff;
}

@media (max-width: 575px) {
    .hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-main,
    .btn-line {
        width: 100%;
    }
}

/* ================================
   WHO WE ARE / GEOCON GROUP
================================ */

.strength-card {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    height: 100%;
}

.strength-item {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.strength-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.strength-number {
    min-width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid currentColor;
}

.strength-content h5 {
    margin: 0 0 7px;
    font-weight: 700;
}

.strength-content p {
    margin: 0;
    line-height: 1.7;
    font-size: 14px;
}


/* INDUSTRY TAGS */

.exp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.exp-tag {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 13px;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.exp-tag:hover {
    transform: translateY(-2px);
}


/* CORPORATE MESSAGE */

.corporate-message {
    position: relative;
    padding: 45px 50px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.corporate-message h2 {
    margin: 0 0 20px;
    font-size: 34px;
    font-weight: 700;
}

.corporate-message h2 span {
    font-style: italic;
}

.corporate-message p {
    max-width: 1000px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.corporate-highlight {
    margin-top: 25px;
    padding: 18px 22px;
    border-left: 4px solid currentColor;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}


/* MOBILE */

@media (max-width: 767px) {

    .strength-card {
        padding: 22px;
    }

    .strength-item {
        gap: 12px;
    }

    .corporate-message {
        padding: 30px 25px;
    }

    .corporate-message h2 {
        font-size: 28px;
    }

    .corporate-highlight {
        font-size: 17px;
    }

}

/* =========================================
   TECHNOLOGY PLATFORMS
========================================= */

.technology-platform-section {
    padding: 90px 0;
}

.tech-platform-card {
    position: relative;
    height: 100%;
    min-height: 245px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    overflow: hidden;
    transition: all 0.35s ease;
}

.tech-platform-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.tech-platform-number {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 35px;
    opacity: 0.55;
}

.tech-platform-card h4 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 18px;
    font-weight: 700;
}

.tech-platform-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   APPLICATION-LED PHILOSOPHY
========================================= */

.application-philosophy-section {
    position: relative;
    background: #102f4f;
    color: #ffffff;
    padding: 85px 0 70px;
    overflow: hidden;
}

/* Section mini title */
.application-philosophy-section .mini-title {
    display: flex;
    align-items: center;
    gap: 15px;

    color: #ec0074;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;

    margin-bottom: 25px;
}

.application-philosophy-section .mini-title span {
    width: 46px;
    height: 2px;
    display: inline-block;
    background: #ec0074;
}


/* =========================================
   MAIN HEADING
========================================= */

.application-philosophy-section .tech-title {
    margin: 0;

    font-family: Impact, Haettenschweiler,
        "Arial Narrow Bold", sans-serif;

    font-size: 88px;
    font-weight: normal;

    line-height: 1.05;
    letter-spacing: 1px;

    text-transform: uppercase;

    color: #ffffff;
}

.application-philosophy-section .tech-title span {
    display: block;

    background: linear-gradient(
        90deg,
        #e60073 0%,
        #ec3458 35%,
        #f36b35 65%,
        #f7a91b 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* =========================================
   PROCESS AREA
========================================= */

.application-philosophy-section .row.g-4 {
    position: relative;
    margin-top: 70px !important;
}


/* Horizontal line */

.application-philosophy-section .row.g-4::before {
    content: "";

    position: absolute;

    left: 30px;
    right: 30px;
    top: 0;

    height: 2px;

    background: rgba(255, 255, 255, 0.30);

    z-index: 0;
}


/* =========================================
   PROCESS CARD
========================================= */

.application-philosophy-section .process-card {
    position: relative;

    padding: 38px 28px 0 28px;

    background: transparent;

    border: none;

    height: 100%;
}


/* Yellow timeline dot */

.application-philosophy-section .process-card::before {
    content: "";

    position: absolute;

    top: -8px;
    left: 38px;

    width: 16px;
    height: 16px;

    background: #ffd12f;

    border-radius: 50%;

    z-index: 2;
}


/* Number */

.application-philosophy-section .process-number {
    margin-bottom: 22px;

    color: #ffd12f;

    font-size: 15px;
    font-weight: 700;
}


/* Step heading */

.application-philosophy-section .process-card h4 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 26px;
    font-weight: 700;

    line-height: 1.2;
}


/* Step description */

.application-philosophy-section .process-card p {
    margin: 0;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.8;

    opacity: 0.92;
}


/* =========================================
   REMOVE DEFAULT COLUMN GAPS
========================================= */

.application-philosophy-section .row.g-4 {
    --bs-gutter-x: 0;
}

.application-philosophy-section .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}


/* =========================================
   DESKTOP ALIGNMENT
========================================= */

@media (min-width: 992px) {

    .application-philosophy-section .process-card {
        padding-left: 38px;
        padding-right: 35px;
    }

    .application-philosophy-section
    .col-lg-3:not(:first-child)
    .process-card {
        padding-left: 38px;
    }
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .application-philosophy-section {
        padding: 70px 0 60px;
    }

    .application-philosophy-section .tech-title {
        font-size: 70px;
    }

    .application-philosophy-section .row.g-4 {
        margin-top: 50px !important;
    }

    .application-philosophy-section .row.g-4::before {
        display: none;
    }

    .application-philosophy-section .process-card {
        padding: 30px 25px;
    }

    .application-philosophy-section .process-card::before {
        display: none;
    }

    .application-philosophy-section .process-number {
        margin-bottom: 15px;
    }

    .application-philosophy-section .process-card h4 {
        font-size: 26px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .application-philosophy-section {
        padding: 55px 0 45px;
    }

    .application-philosophy-section .mini-title {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .application-philosophy-section .tech-title {
        font-size: 48px;
        line-height: 1;
    }

    .application-philosophy-section .row.g-4 {
        margin-top: 35px !important;
    }

    .application-philosophy-section .process-card {
        padding: 25px 10px;
    }

    .application-philosophy-section .process-card h4 {
        font-size: 23px;
    }

    .application-philosophy-section .process-card p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* =========================================
   INFRASTRUCTURE
========================================= */

.infrastructure-section {
    padding: 90px 0;
}

.infra-card {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 105px;
    padding: 22px 25px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease;
}

.infra-card:hover {
    transform: translateY(-4px);
}

.infra-icon {
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    font-size: 11px;
    font-weight: 700;
}

.infra-card h5 {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
}


/* =========================================
   INDUSTRIES
========================================= */

.industries-section {
    padding: 90px 0;
}

.industry-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.industry-item {
    padding: 13px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-3px);
}


/* =========================================
   MISSION / VISION / COMMITMENT
========================================= */

.corporate-values-section {
    padding: 90px 0;
}

.value-card {
    height: 100%;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
}

.value-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    opacity: 0.6;
}

.value-card h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.value-card p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

.commitment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.commitment-list span {
    padding: 9px 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 13px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .technology-platform-section,
    .application-philosophy-section,
    .infrastructure-section,
    .industries-section,
    .corporate-values-section {
        padding: 60px 0;
    }

    .tech-platform-card {
        min-height: auto;
    }

    .tech-platform-number {
        margin-bottom: 25px;
    }

    .value-card {
        padding: 30px;
    }

    .process-card {
        padding: 25px;
    }

}

/* =========================================
   GEOCON BRAND COLORS
========================================= */

:root {
    --geocon-pink: #D33C7C;
    --geocon-orange: #E69D22;
    --geocon-dark: #222222;
    --geocon-light-pink: #FFF3F8;
    --geocon-light-orange: #FFF7E9;
    --geocon-border: #E9E1E5;
}


/* =========================================
   TECHNOLOGY PLATFORM CARDS
========================================= */

.tech-platform-card {
    background: #ffffff;
    border: 1px solid var(--geocon-border);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(211, 60, 124, 0.06);
    transition: all 0.35s ease;
}

.tech-platform-card:nth-child(odd) {
    border-top: 4px solid var(--geocon-pink);
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        var(--geocon-light-pink) 100%
    );
}

.tech-platform-card:nth-child(even) {
    border-top: 4px solid var(--geocon-orange);
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        var(--geocon-light-orange) 100%
    );
}

.tech-platform-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 18px 40px rgba(211, 60, 124, 0.13);
}

.tech-platform-card:nth-child(even):hover {
    box-shadow: 0 18px 40px rgba(230, 157, 34, 0.14);
}


/* NUMBERS */

.tech-platform-card:nth-child(odd) .tech-platform-number {
    color: var(--geocon-pink);
}

.tech-platform-card:nth-child(even) .tech-platform-number {
    color: var(--geocon-orange);
}


/* =========================================
   HEADINGS
========================================= */
.tech-title {
	  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 0.9;
    text-transform: uppercase; font-size:80px;

}


.tech-title span {
    background: linear-gradient(
        90deg,
        var(--geocon-pink),
        var(--geocon-orange)
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	
	  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 0.9;
    text-transform: uppercase; font-size:80px;
}


/* =========================================
   APPLICATION PROCESS
========================================= */

.process-card {
    border-top: 4px solid var(--geocon-pink);
    background: linear-gradient(
        145deg,
        #ffffff,
        var(--geocon-light-pink)
    );
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(211, 60, 124, 0.06);
}

.process-card:nth-child(even) {
    border-top-color: var(--geocon-orange);
    background: linear-gradient(
        145deg,
        #ffffff,
        var(--geocon-light-orange)
    );
}

.process-card:nth-child(odd) .process-number {
    color: var(--geocon-pink);
}

.process-card:nth-child(even) .process-number {
    color: var(--geocon-orange);
}


/* =========================================
   INFRASTRUCTURE
========================================= */

.infra-card {
    background: #ffffff;
    border: 1px solid var(--geocon-border);
    border-radius: 10px;
    box-shadow: 0 7px 25px rgba(211, 60, 124, 0.05);
    transition: all 0.3s ease;
}

.infra-card:nth-child(odd) .infra-icon {
    color: var(--geocon-pink);
    border-color: var(--geocon-pink);
}

.infra-card:nth-child(even) .infra-icon {
    color: var(--geocon-orange);
    border-color: var(--geocon-orange);
}

.infra-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(211, 60, 124, 0.10);
}


/* =========================================
   INDUSTRIES
========================================= */

.industry-item {
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid var(--geocon-border);
    transition: all 0.3s ease;
}

.industry-item:nth-child(odd) {
    color: var(--geocon-pink);
    border-color: #EAB8CC;
    background: var(--geocon-light-pink);
}

.industry-item:nth-child(even) {
    color: #C27B08;
    border-color: #F0D19B;
    background: var(--geocon-light-orange);
}

.industry-item:hover {
    transform: translateY(-4px);
}


/* =========================================
   MISSION / VISION / COMMITMENT
========================================= */

.value-card {
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 35px rgba(211, 60, 124, 0.07);
}

.value-card:nth-child(1) {
    border-top: 5px solid var(--geocon-pink);
    background: linear-gradient(
        145deg,
        var(--geocon-light-pink),
        #ffffff
    );
}

.value-card:nth-child(2) {
    border-top: 5px solid var(--geocon-orange);
    background: linear-gradient(
        145deg,
        var(--geocon-light-orange),
        #ffffff
    );
}

.value-card:nth-child(3) {
    border-top: 5px solid var(--geocon-pink);
    background: linear-gradient(
        145deg,
        #fff3f8,
        #ffffff
    );
}

.value-card:nth-child(1) .value-label,
.value-card:nth-child(3) .value-label {
    color: var(--geocon-pink);
}

.value-card:nth-child(2) .value-label {
    color: var(--geocon-orange);
}


/* =========================================
   COMMITMENT TAGS
========================================= */

.commitment-list span {
    background: #ffffff;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.commitment-list span:nth-child(odd) {
    color: var(--geocon-pink);
    border-color: #EAB8CC;
}

.commitment-list span:nth-child(even) {
    color: #C27B08;
    border-color: #F0D19B;
}

.commitment-list span:hover {
    transform: translateY(-2px);
}


/* =========================================
   MINI TITLES
========================================= */

.mini-title span {
    background: var(--geocon-pink);
}

.mini-title {
    color: var(--geocon-pink);
}

.mini-title:nth-child(even) span {
    background: var(--geocon-orange);
}
/* CSS Document */

.about-geocon-title {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0.9;
    text-transform: uppercase; font-size:100px;
}

.about-geocon-title .about-text,
.about-geocon-title .group-text {
    color: #fff;
}

.about-geocon-title .geocon-text {
    background: linear-gradient(
        90deg,
        #d5006d 0%,
        #d51b68 20%,
        #e7434d 45%,
        #ed7130 70%,
        #f29a1b 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Mobile */
@media (max-width: 767px) {
    .about-geocon-title {
        font-size: 55px;
        line-height: 0.95;
        letter-spacing: -3px;
    }
}

/* =========================================
   ABOUT STATISTICS - OVERLAP DESIGN
========================================= */

.about-stats-section {
    position: relative !important;
    z-index: 20 !important;

    margin-top: -70px !important;
    margin-bottom: 0 !important;

    padding: 0 0 40px 0 !important;

    background: transparent !important;
}

/* Grey background starts below the overlapping card */
.about-stats-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    bottom: 0;

    background: #f1f3f7;

    z-index: -1;
}

.about-stats-box {
    position: relative !important;
    z-index: 30 !important;

    width: 100%;

    background: #ffffff !important;

    border-radius: 24px !important;

    overflow: hidden !important;

    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);

    margin: 0 !important;
}

.about-stat-item {
    padding: 38px 40px 36px !important;

    border-right: 1px solid #d9dee6;

    min-height: 180px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-stat-item:last-child {
    border-right: none;
}

.about-stat-item h2 {
    margin: 0 0 10px !important;

    font-family: Impact, Haettenschweiler,
        "Arial Narrow Bold", sans-serif !important;

    font-size: 40px !important;
    font-weight: normal !important;

    line-height: 1.1 !important;

    color: #102b4a !important;
}

.about-stat-item p {
    margin: 0 !important;

    font-family: Arial, sans-serif;

    font-size: 19px !important;
    line-height: 1.4 !important;

    color: #667085 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .about-stats-section {
        margin-top: -90px !important;
    }

    .about-stats-section::before {
        top: 90px;
    }

    .about-stats-box {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .about-stat-item:nth-child(2) {
        border-right: none;
    }

    .about-stat-item:nth-child(1),
    .about-stat-item:nth-child(2) {
        border-bottom: 1px solid #d9dee6;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .about-stats-section {
        margin-top: -50px !important;
        padding-bottom: 25px !important;
    }

    .about-stats-section::before {
        top: 50px;
    }

    .about-stats-box {
        grid-template-columns: 1fr !important;
        border-radius: 18px !important;
    }

    .about-stat-item {
        min-height: auto;
        padding: 25px !important;

        border-right: none !important;
        border-bottom: 1px solid #d9dee6;
    }

    .about-stat-item:last-child {
        border-bottom: none;
    }

    .about-stat-item h2 {
        font-size: 32px !important;
    }

    .about-stat-item p {
        font-size: 16px !important;
    }
}

/* =========================================
   WHO WE ARE
========================================= */

.product-overview-section {
    background: #f4f6fa;
    padding: 100px 0;
}

.mini-title {
    display: flex;
    align-items: center;
    gap: 15px;

    color: #d9006c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
}

.mini-title span {
    width: 46px;
    height: 2px;
    background: #e00073;
    display: inline-block;
}


/* =========================================
   BIG TECHNOLOGY HEADING
========================================= */

.tech-title {
    margin: 0 0 40px;

    font-family: Impact, Haettenschweiler,
        "Arial Narrow Bold", sans-serif;

    font-size: 82px;
    font-weight: 900;

    line-height: 0.95;
    letter-spacing: -1px;

    color: #101827;
}

.tech-title .dark-text {
    color: #101827;
}

.tech-title .gradient-text {
    background: linear-gradient(
        90deg,
        #df0070 0%,
        #e9275d 35%,
        #f36b3d 65%,
        #f7a51a 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* =========================================
   LEFT DESCRIPTION
========================================= */

.bio-sec {
    margin-bottom: 40px;
}

.bio-sec p {
    color: #657083;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 18px;
}


/* =========================================
   CORE STRENGTH CARD
========================================= */

.strength-card {
    background: #ffffff;
    border: 1px solid #d9dee7;

    padding: 30px 40px;

    box-shadow: 0 15px 40px rgba(16, 24, 39, 0.04);
}

.strength-item {
    display: flex;
    gap: 28px;

    padding: 25px 0;

    border-bottom: 1px solid #d9dee7;
}

.strength-item:last-child {
    border-bottom: none;
}

.strength-number {
    width: 54px;
    height: 54px;

    min-width: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ed0073;

    color: #e00073;

    font-size: 15px;
    font-weight: 700;
}

.strength-content h5 {
    margin: 0 0 8px;

    color: #101827;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.2;
}

.strength-content p {
    margin: 0;

    color: #657083;

    font-size: 17px;
    line-height: 1.8;
}

.industry-image-card {
    position: relative;
    width: 100%;
    height: 430px;
    border-radius: 22px;
    overflow: hidden;
    background: #eef1f6;
}

.industry-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.industry-image-label {
    position: absolute;
    left: 24px;
    bottom: 24px;

    background: #263f5d;
    color: #ffffff;

    padding: 12px 18px;

    border-radius: 5px;

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =========================================
   CORPORATE MESSAGE
========================================= */

.corporate-message {
    background: #ffffff;
    border: 1px solid #d7dce4;

    padding: 45px 50px;

    min-height: 395px;
}

.corporate-message .mini-title {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-bottom: 5px;

    color: #d9006c;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
}

.corporate-message .mini-title span {
    width: 46px;
    height: 3px;

    display: inline-block;

    background: #e00073;
}


/* Heading */

.corporate-message h2 {
    margin: 0 0 25px;

    color: #101827;

    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}

.corporate-message h2 span {
    color: #101827;
}


/* Paragraph */

.corporate-message > p {
    max-width: 1050px;

    margin: 0 0 30px;

    color: #657083;

    font-size: 20px;
    line-height: 1.6;
}


/* Highlight */

.corporate-highlight {
    margin-top: 35px;

    padding: 18px 0 18px 27px;

    border-left: 5px solid #163656;

    color: #163656;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.5;
}

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

.cta-btn {
    width: 100%;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 25px;

    border-radius: 6px;

    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;

    text-align: center;
    text-decoration: none;

    transition: all 0.3s ease;
}


/* FIRST BUTTON */
.cta-btn.btn-fill {
    background: #ffffff;
    color: #d60072;
    border: 1px solid #ffffff;
}

.cta-btn.btn-fill:hover {
    background: #f5f5f5;
    color: #d60072;
}


/* SECOND BUTTON */
.cta-btn.btn-outline-light {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.cta-btn.btn-outline-light:hover {
    background: #ffffff;
    color: #d60072;
}

.cta-title {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0.9;
    text-transform: uppercase;
    font-size: 100px;
    margin: 0;
}


/* Technology Platform Cards */

.tech-platform-card {
    position: relative;
    height: 100%;
    min-height: 330px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 14px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    isolation: isolate;
    transition: transform 0.4s ease;
}

/* Yellow overlay - hidden initially */

.tech-platform-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;

    background: #EAA900;

    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Text hidden initially */

.tech-platform-content {
    position: relative;
    z-index: 1;

    color: #fff;

    opacity: 0;
    transform: translateY(20px);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

/* Number */

.tech-platform-number {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 25px;
}

/* Heading */

.tech-platform-card h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
}

/* Description */

.tech-platform-card p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Hover */

@media (hover: hover) and (pointer: fine) {

    .tech-platform-card:hover {
        transform: translateY(-6px);
    }

    .tech-platform-card:hover .tech-platform-overlay {
        opacity: 1;
    }

    .tech-platform-card:hover .tech-platform-content {
        opacity: 1;
        transform: translateY(0);
    }

}

/* Mobile: show content without requiring hover */

@media (max-width: 767px) {

    .tech-platform-card {
        min-height: 300px;
    }

    .tech-platform-overlay {
        opacity: 1;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.85)
        );
    }

    .tech-platform-content {
        opacity: 1;
        transform: translateY(0);
    }

    .tech-platform-card h4 {
        font-size: 22px;
    }

}