* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Work Sans', sans-serif;
    color: #333;
    overflow-x: hidden;

}

.container {

    width: 1400px;
    max-width: 95%;
    margin: auto;

}

/* Header */

.header {

    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;

    background: #fff;

    box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
    padding:10px;

}

.header .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 82px;

}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    width: 350px;
    height: auto;
    display: block;
}

.navbar ul {

    display: flex;

    list-style: none;

    gap: 35px;

}

.navbar a {

    text-decoration: none;

    color: #454653;

    font-size: 16px;

    transition: .3s;
    font-family: 'Work Sans';
    font-weight: 700;

}

.navbar a.active {

    color: #00004C;
}

.navbar a:hover {
    color: #00004C;
    text-decoration-line: underline;
    text-decoration-color: #00004C;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.btn-primary {
    font-weight: 400;

    background: #00004C;

    color: #fff;

    text-decoration: none;

    padding: 13px 26px;

    font-size: 16px;

    border-radius: 3px;
    text-transform: uppercase;
    transition: .3s;

}

.btn-primary:hover {

    background: #111199;

}

.menu-btn {

    display: none;

    font-size: 32px;

    cursor: pointer;

}

/*==========================
Hero Section
==========================*/

.hero {

    position: relative;

    width: 100%;

    height: 750px;

    background: url("../images/hero-bg.png") center center/cover no-repeat;

    display: flex;

    align-items: center;

    margin-top: 40px;

}

.hero-overlay {

    position: absolute;

    inset: 0;

    /* background: rgba(6, 8, 70, .62); */

}

.hero .container {

    position: relative;

    z-index: 2;

}

.hero-content {

    max-width: 750px;

}

.hero-subtitle {


    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 14px;

    line-height: 17px;

    color: #ffffff;

    letter-spacing: 3px;

    text-transform: uppercase;
    border-left: 4px solid #FFFFFF;


    display: inline-block;

    margin-bottom: 20px;

}


.hero h1 {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 800;

    font-size: 64px;

    line-height: 80px;

    color: #fff;
    letter-spacing: -1.28px;
    margin-bottom: 25px;

}

.hero p {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 29px;

    color: #FFFFFF;



    margin-bottom: 40px;

    max-width: 600px;

}

.hero-btn {

    display: flex;

    gap: 18px;

}

.btn-outline {

    color: #fff;

    border: 2px solid #fff;

    text-decoration: none;

    padding: 13px 30px;

    transition: .3s;

}

.btn-outline:hover {

    background: #fff;

    color: #06006b;

}

/*============================
ABOUT
=============================*/

.about {

    padding: 90px 0;

    background: #f9f9f9;

}

.about-wrapper {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

}

.section-subtitle {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 14px;

    line-height: 17px;
    color: #00004c;
    letter-spacing: 0.7px;

    text-transform: uppercase;

    display: inline-block;

    margin-bottom: 18px;

}

.section-subtitle::before {

    content: "";

    width: 45px;

    height: 2px;

    background: #09115B;

    display: inline-block;

    margin-right: 15px;

    vertical-align: middle;

}

.about h2 {


    color: #00004C;

    margin-bottom: 25px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;

}

.about p {

    font-size: 17px;

    line-height: 32px;

    color: #666;

}

.about h3 {

    margin-top: 35px;

    margin-bottom: 25px;

    color: #00004C;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;

}

.about-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}

.about-list .item {

    font-weight: 600;

    color: #1A1C1C;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

}

.about-image {

    position: relative;

}

.about-image img {

    width: 100%;

    display: block;

    border-radius: 4px;

}

.experience-box {

    position: absolute;

    bottom: 0px;

    right: 0px;

    width: 180px;

    background: #08105D;

    color: #fff;

    text-align: center;

    padding: 35px 20px;

}

.experience-box h2 {

    color: #fff;

    font-size: 60px;

    margin: 0;

}

.experience-box p {

    color: #fff;

    font-size: 12px;

    line-height: 18px;

    margin-top: 10px;

}

/*====================================
Counter Section
====================================*/

.counter-section {

    background: #E2E2E2;

    padding: 90px 0;
    border: 1px solid #C6C5D5;

}

.counter-wrapper {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 30px;

    text-align: center;

}

.counter-box {

    position: relative;

}

.counter-box h2 {

    display: inline-block;

    color: #00004c;

    font-weight: 800;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 800;

    font-size: 64px;

    line-height: 70px;

}

.counter-box span {

    font-size: 64px;

    color: #00004c;

    font-weight: 700;

    margin-left: 4px;

}

.counter-box p {

    margin-top: 15px;


    text-transform: uppercase;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 500;

    font-size: 12px;

    line-height: 14px;
    letter-spacing: 1.2px;

    text-transform: uppercase;

    color: #5C5F60;
}

/* =====================================================
   COUNTER - MOBILE
===================================================== */

@media (max-width: 767px) {

    .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 15px;
    }

    .counter-box h2 {
        font-size: 42px;
        line-height: 48px;
    }

    .counter-box span {
        font-size: 42px;
        margin-left: 2px;
    }

    .counter-box p {
        margin-top: 8px;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 1px;
    }

       .logo img {
        width: 260px;
        height: auto;
    }
}
@media (max-width: 480px) {

    .logo img {
        width: 260px;
    }

}

/*==========================
Services
===========================*/

.services {

    padding: 90px 0;
    background: #F3F3F4;
}

.section-title {

    text-align: center;



    margin: auto;
    margin-bottom: 60px;

}

.section-title h2 {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;


    color: #00004c;

    margin-bottom: 18px;



}

.section-title p {

    color: #5C5F60;

    line-height: 30px;

}

.service-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}

.service-card {

    background: #F9F9F9;

    border: 1px solid #C6C5D5;

    padding: 32px 32px 36px;

    transition: .4s;

}

.service-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

.service-icon {

    width: 50px;

    height: 50px;

    /* border-radius: 50%; */

    background: #EEEEEE;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

}

.service-icon img {

    width: 25px;

}

.service-card h3 {

    color: #00004C;

    margin-bottom: 15px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;

}

.service-card p {

    color: #5C5F60;
    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

}

/*====================================
Industries
====================================*/


/*====================================
Industries
====================================*/

.industries {

    padding: 90px 0;

    background: #00004C;

}

.industries .section-heading {



    margin: auto;

    margin-bottom: 60px;

}

.industries h2 {

    color: #fff;
    font-family: 'Hanken Grotesk', sans-serif;

    margin-bottom: 20px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;

}

.industries p {

    color: #FFFFFF;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 26px;

}

.industry-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 25px;

}

.industry-card {

    border: 1px solid rgba(255, 255, 255, 0.1);

    padding: 24px 24px;

    text-align: center;

    transition: .35s;

}

.industry-card:hover {

    background: #ffffff;

    transform: translateY(-8px);

}

.industry-card img {

    width: 50px;

    margin-bottom: 20px;

    transition: .35s;

}

.industry-card:hover img {
    filter:
        brightness(0) saturate(100%) invert(8%) sepia(100%) saturate(5000%) hue-rotate(225deg) brightness(45%) contrast(120%);
}

.industry-card h4 {

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 14px;

    line-height: 17px;
    color: #FFFFFF;
    letter-spacing: 0.7px;

    text-transform: uppercase;

    transition: .35s;

}

.industry-card:hover h4 {

    color: #08105D;

}

/*==================================
PROCESS
===================================*/

.process-section {

    padding: 90px 0;

    background: #F9F9F9;

}

.process-wrapper {

    position: relative;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 30px;

    margin-top: 70px;

}

.process-line {

    position: absolute;

    left: 0;

    right: 0;

    top: 28px;

    height: 2px;

    background: #E5E5E5;

    z-index: 1;

}

.process-item {

    position: relative;

    z-index: 2;

    text-align: center;

}

.process-number {

    width: 80px;

    height: 80px;

    margin: auto;

    margin-bottom: 28px;

    background: #00004C;

    color: #fff;

    font-size: 20px;

    font-weight: 700;

    display: flex;

    justify-content: center;

    align-items: center;

    transition: .3s;

}

.process-item:hover .process-number {

    transform: translateY(-8px);

    background: #1426a0;

}

.process-item h3 {

    font-size: 20px;

    color: #00004C;

    margin-bottom: 15px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    line-height: 28px;

}

.process-item p {

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 500;

    font-size: 14px;

    line-height: 17px;

}

/*====================================
CONTACT
====================================*/

.contact-section {

    background: #00004C;

    padding: 90px 0;

}

.contact-title {

    text-align: center;

    margin-bottom: 50px;

}

.contact-title h2 {

    color: #fff;

    font-size: 48px;

    font-family: 'Hanken Grotesk', sans-serif;

    margin-bottom: 20px;

    font-weight: 800;

}

.contact-title p {

    color: #d8dcff;

    font-size: 17px;

}

.contact-box {

    width: 520px;

    margin: auto;

    background: #fff;

    padding: 35px;

}

.form-group {

    margin-bottom: 18px;

}

.contact-box input,

.contact-box textarea {

    width: 100%;

    padding: 15px;

    border: 1px solid #ddd;

    outline: none;

    font-size: 15px;

    font-family: 'Work Sans', sans-serif;

    transition: .3s;

}

.contact-box input:focus,

.contact-box textarea:focus {

    border-color: #08105D;

}

.contact-box textarea {

    resize: none;

}

.contact-box button {

    width: 100%;

    padding: 16px;

    border: none;

    cursor: pointer;

    background: #00004C;

    color: #fff;

    letter-spacing: 1px;

    transition: .3s;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

}

.contact-box button:hover {

    background: #1629a3;

}

.footer {

    background: #101010;

    color: #bbb;

    padding: 90px 0 50px;

}

.footer-grid {

    display: grid;

    grid-template-columns: 2fr 1fr 1fr;

    gap: 60px;

    margin-bottom: 50px;

}

.footer h2 {

    color: #F9F9F9;

    margin-bottom: 25px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;
}

.footer p {

    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    display: flex;
    align-items: center;

    color: rgba(226, 226, 226, 0.8);


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

}

.footer h4 {

    color: #fff;

    margin-bottom: 20px;

}

.footer ul {

    list-style: none;

}

.footer ul li {

    margin-bottom: 12px;

}

.footer a {

    color: #bbb;

    text-decoration: none;

}

.footer a:hover {

    color: #fff;

}

.copyright {

    border-top: 1px solid rgba(255, 255, 255, .1);

    padding-top: 30px;

    text-align: center;

    color: #888;

}

@media(max-width:768px) {

    .footer-grid {

        grid-template-columns: 1fr;

    }

}

.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}


/* Individual button */

.footer-social-btn {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border: 1px solid #5C5F60;

    background: transparent;

    color: #FFFFFF;

    text-decoration: none;

    font-size: 17px;

    transition: all 0.3s ease;
}


/* Icon */

.footer-social-btn i {
    display: block;
    line-height: 1;
}


/* Hover */

.footer-social-btn:hover {

    border-color: #FFFFFF;
    color: #00004C;
}

/*==========================
ABOUT HERO
==========================*/

.about-hero {

    position: relative;

    height: 720px;

    background: url("../images/portfolio-bg.png") center center/cover no-repeat;

    display: flex;

    align-items: center;

    overflow: hidden;

}

.about-overlay {

    position: absolute;

    inset: 0;


}

.about-content {

    position: relative;

    z-index: 2;

    max-width: 600px;

}

.hero-subtitle {

    display: inline-block;

    color: #fff;

    font-size: 12px;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 18px;

    padding-left: 18px;

    position: relative;

}

.hero-subtitle::before {

    /* content: "";

    position: absolute;

    width: 8px;

    height: 2px;

    background: #ffffff;

    left: 0;

    top: 50%; */

}

.about-content h1 {

    font-size: 68px;

    color: #fff;

    line-height: 1.1;

    margin-bottom: 20px;

    font-weight: 800;

}

.about-content p {

color: #5C5F60;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    margin-bottom: 40px;

    opacity: .9;

}

.hero-btns {

    display: flex;

    gap: 15px;

}

.btn-primary-1 {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;

    /* Figma padding */
    padding: 17.5px 32px 18.5px;

    /* Exact Figma size */
    width: 170.97px;
    height: 60px;

    /* Keep exact total dimensions */
    box-sizing: border-box;

    /* Gap */
    gap: 8px;

    /* Background */
    background: #FFFFFF;

    /* Remove default link styles */
    border: none;
    text-decoration: none;

    /* Text */
    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #00004C;

    /* Figma alignment */
    justify-content: center;

    cursor: pointer;
}


.btn-primary-1 span:first-child {
    white-space: nowrap;
}


.btn-primary-1 .btn-arrow {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;

    display: inline-flex;
    align-items: center;
}


/* Hover - keep the Figma appearance */
.btn-primary-1:hover {
    background: #FFFFFF;
    color: #00004C;
    text-decoration: none;
}

.btn-outline {

    border: 1px solid #fff;

    color: #fff;

    padding: 16px 34px;

    text-decoration: none;

    transition: .35s;

}

.btn-outline:hover {

    background: #fff;

    color: #08105D;

}

@media (max-width: 767px) {

    .about-hero {
        height: 560px;

        background-position: 62% center;
    }

    .about-overlay {
        /* Keep your existing overlay */
    }

    .about-hero .container {
        padding: 0 25px;
    }

    .about-content {
        max-width: 100%;
        margin-top: -10px;
    }

    .hero-subtitle {
        gap: 10px;

        margin-bottom: 18px;

        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .about-content h1 {
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 42px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .about-content>p {
        max-width: 330px;

        margin-bottom: 30px;

        font-size: 14px;
        line-height: 1.5;
    }

    .hero-btn {
        display: flex;

        flex-wrap: wrap;

        gap: 10px;
    }

    .btn-primary-1,
    .btn-outline {
        min-width: 145px;
        height: 50px;

        padding: 18px 18px;

        font-size: 13px;

        box-sizing: border-box;
        text-align: center;
    }

}

/*==========================================
ENGINEERED FOR EXCELLENCE
==========================================*/

.ie-about-area {
    position: relative;
    padding: 90px 0 90px;
    background: #ffffff;
    overflow: hidden;
}

.ie-about-area .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 15px;
}

/*=====================
Heading
======================*/

.ie-heading {

    display: flex;

    align-items: flex-start;

    margin-bottom: 70px;

}

.ie-heading-line {

    width: 4px;

    height: 100px;

    background: #00004C;

    margin-right: 22px;

    margin-top: 8px;

}

.ie-heading-text h2 {

    margin: 0;

    color: #00004c;

    letter-spacing: -1px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;
}

/*=====================
Grid
======================*/

.ie-row {

    display: grid;

    grid-template-columns: 470px 1fr;

    column-gap: 60px;

    align-items: start;

}

/*=====================
Image
======================*/

.ie-image {

    position: relative;

}

.ie-image img {

    width: 100%;

    display: block;

}

/*=====================
Experience Box
======================*/

.ie-exp-box {

    position: absolute;

    right: -22px;

    bottom: -28px;

    width: 145px;

    height: 145px;

    background: #08105D;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: #fff;

    box-shadow: 0 25px 45px rgba(0, 0, 0, .18);

}

.ie-exp-box h2 {

    margin: 0;

    font-size: 52px;

    font-weight: 800;

    line-height: 1;

}

.ie-exp-box span {

    margin-top: 10px;

    font-size: 10px;

    letter-spacing: 3px;

}

.ie-exp-box p {

    margin: 5px 0 0;

    font-size: 14px;

    letter-spacing: 2px;

}

/*=====================
Right Side
======================*/

.ie-right {

    padding-top: 5px;

}

/*=====================
Paragraph
======================*/

.ie-description {

    margin: 0;



    line-height: 26px;
    font-size: 16px;

    letter-spacing: 1px;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;
    color: #1A1C1C;
    text-align: justify;

}

.ie-description::first-letter {

    float: left;


    color: #00004C;

    padding-right: 18px;


    font-family: 'Work Sans';

    font-style: normal;

    font-weight: 600;

    font-size: 96px;

    line-height: 90%;

}

/*=====================
Feature Cards
======================*/
.ie-feature-wrap {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.ie-feature-box {
    flex: 1;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 28px;
}

.ie-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

/* Header (Icon + Heading) */

/* .ie-feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
} */

.ie-feature-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ie-feature-icon i {
    color: #08105D;
    font-size: 18px;
}

.ie-feature-header h4 {
    margin: 0;
    color: #00004C;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
}

.ie-feature-box p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 30px;
}

.ie-feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.ie-feature-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ie-feature-icon i {
    font-size: 18px;
    color: #08105D;
}

.ie-feature-header h4 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #08105D;
    line-height: 1;
}

/*============================
Mission Vision Section
=============================*/

.nv-section {

    background: #F3F3F4;

    padding: 90px 0;

}

.nv-wrapper {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 28px;

}

.nv-card {

    position: relative;

    background: #ffffff;

    padding: 42px 38px 38px;

    min-height: 275px;

    overflow: hidden;

    transition: .35s;

}

.nv-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

/* Decorative Shape */

.nv-shape {

    position: absolute;

    right: 18px;

    top: 0;

    width: 84px;

    height: 95px;

    background: #f0f0f5;

    clip-path: polygon(20% 0, 100% 0, 82% 100%, 0 100%);

}

/* Icon */

.nv-icon {

    width: 46px;

    height: 46px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

}

.nv-icon i {

    font-size: 28px;

    color: #08105D;

}

/* Heading */

.nv-card h3 {

    margin: 0 0 20px;

    font-size: 38px;

    font-weight: 700;

    color: #08105D;

}

/* Paragraph */

.nv-card p {

    margin: 0;

    font-size: 18px;

    color: #555;

    line-height: 34px;

    max-width: 95%;

}

/* Bottom Line */

.nv-line {

    display: block;

    width: 48px;

    height: 3px;

    background: #08105D;

    margin-top: 34px;

}

/* Responsive */

@media(max-width:991px) {

    .nv-wrapper {

        grid-template-columns: 1fr;

    }

    .nv-card {

        min-height: auto;

    }

}

@media(max-width:576px) {

    .nv-card {

        padding: 30px;

    }

    .nv-card h3 {

        font-size: 30px;

    }

    .nv-card p {

        font-size: 16px;

        line-height: 30px;

    }

}

/*==================================
OUR STRENGTHS
===================================*/

.st-section {

    padding: 90px 0;

    background: #fff;

}

.st-heading {

    text-align: center;

    margin-bottom: 70px;

}

.st-subtitle {

    display: block;

    color: #7981F5;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 500;

    font-size: 12px;
    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 18px;

}

.st-heading h2 {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;

    color: #00004C;

    margin: 0;

    line-height: 1.1;

}

.st-divider {

    width: 75px;

    height: 4px;

    background: #08105D;

    display: block;

    margin: 28px auto 0;

}

/*====================*/

.st-grid {

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 22px;

}

/*====================*/

.st-card {

    border: 1px solid #E7E7E7;

    background: #fff;

    text-align: center;

    padding: 40px 25px;

    transition: .35s;

    min-height: 255px;

}

.st-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

}

/*====================*/

.st-icon {

    width: 62px;

    height: 62px;

    background: #E8E8E8;

    border-radius: 12px;

    margin: 0 auto 28px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.st-icon i {

    font-size: 22px;

    color: #08105D;

}

/*====================*/

.st-card h4 {

    color: #08105D;

    font-size: 20px;

    font-weight: 700;

    line-height: 1.45;

    margin: 0 0 14px;

}

.st-card p {

    color: #666;

    font-size: 15px;

    line-height: 28px;

    margin: 0;

}

/*====================
Responsive
====================*/

@media(max-width:1200px) {

    .st-grid {

        grid-template-columns: repeat(3, 1fr);

    }

}

@media(max-width:768px) {

    .st-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}

@media(max-width:576px) {

    .st-grid {

        grid-template-columns: 1fr;

    }

    .st-heading h2 {

        font-size: 42px;

    }

    .st-card {

        padding: 35px 20px;

    }

}

/*==================================================
  WORLD CLASS INFRASTRUCTURE
==================================================*/

.infra-section {
    background: #07055D;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

/*==========================
Heading
==========================*/

.infra-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 70px;
}

.infra-heading-left {
    max-width: 600px;
}

.infra-heading-left h2 {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;
    color: #fff;

    margin-bottom: 25px;
}

.infra-heading-left p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 29px;
}

.infra-heading-right {
    align-self: center;
}

.infra-heading-right span {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 60px;

    line-height: 90px;

    color: rgba(255, 255, 255, .08);
    letter-spacing: 3px;
    user-select: none;
}

/*==========================
Layout
==========================*/

.infra-wrapper {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 28px;
    align-items: stretch;
}

/*==========================
Left Cards
==========================*/

.infra-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.infra-card {
    background: #16136E;
    padding: 38px 28px;
    position: relative;
    transition: .35s;
}

.infra-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, .18);
}

.infra-card.active {
    background: #161BCB;
}

.infra-card:hover {
    transform: translateX(8px);
}

.infra-card h4 {
    color: #fff;
    margin-bottom: 20px;



    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;
}

.infra-card p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;

    font-size: 16px;

    line-height: 26px;
    margin: 0;
}

/*==========================
Gallery
==========================*/

.infra-gallery {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 18px;
}

.infra-gallery-big {
    position: relative;
    overflow: hidden;
    max-height: 700px;
}

.infra-gallery-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.infra-gallery-big:hover img {
    transform: scale(1.05);
}

.infra-gallery-big::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 85, .35);
    z-index: 1;
}

.infra-gallery-big span {
    position: absolute;
    left: 28px;
    bottom: 22px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    z-index: 2;
}

/*==========================
Side Images
==========================*/

.infra-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.infra-gallery-small {
    position: relative;
    overflow: hidden;
}

.infra-gallery-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s;
}

.infra-gallery-small:hover img {
    transform: scale(1.05);
}

.infra-gallery-small::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 85, .32);
    z-index: 1;
}

.infra-gallery-small span {
    position: absolute;
    left: 22px;
    bottom: 18px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    z-index: 2;
}

/*==========================
Responsive
==========================*/

@media(max-width:1200px) {

    .infra-wrapper {
        grid-template-columns: 1fr;
    }

    .infra-heading {
        flex-direction: column;
        gap: 30px;
    }

    .infra-heading-right {
        align-self: flex-start;
    }

    .infra-heading-right span {
        font-size: 58px;
    }

}

@media(max-width:991px) {

    .infra-gallery {
        grid-template-columns: 1fr;
    }

    .infra-gallery-big {
        min-height: 420px;
    }

    .infra-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

}

@media(max-width:767px) {

    .infra-section {
        padding: 70px 0;
    }

    .infra-heading-left h2 {
        font-size: 38px;
    }

    .infra-heading-left p {
        font-size: 16px;
        line-height: 30px;
    }

    .infra-heading-right span {
        font-size: 42px;
    }

    .infra-gallery-side {
        grid-template-columns: 1fr;
    }

    .infra-card {
        padding: 28px 22px;
    }

    .infra-card h4 {
        font-size: 24px;
    }

}

/* ==============================
   PROJECT CTA SECTION
   ============================== */

.project-cta {
    width: 100%;
    padding: 75px 20px 50px;
    background: #ffffff;
    box-sizing: border-box;
}

.project-cta * {
    box-sizing: border-box;
}

.project-cta__container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* Heading */

.project-cta h2 {
    margin: 0;
    color: #05045d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

/* Subtitle */

.project-cta__subtitle {
    margin: 27px 0 27px;
    color: #34347c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

/* Form */

.project-form {
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 29px 29px;
    background: #ffffff;
    border: 1px solid #d0d0df;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
    text-align: left;
}

/* Form fields */

.project-form__field {
    width: 100%;
    margin-bottom: 14px;
}

.project-form input,
.project-form textarea {
    width: 100%;
    display: block;
    border: 1px solid #c9c9d6;
    border-radius: 0;
    background: #f1f1f3;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

/* Input */

.project-form input {
    height: 55px;
    padding: 0 15px;
}

/* Textarea */

.project-form textarea {
    height: 98px;
    padding: 17px 15px;
    resize: vertical;
    line-height: 1.5;
}

/* Placeholder */

.project-form input::placeholder,
.project-form textarea::placeholder {
    color: #6d7182;
    opacity: 1;
}

/* Focus */

.project-form input:focus,
.project-form textarea:focus {
    border-color: #08066b;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(8, 6, 107, 0.08);
}

/* Button */

.project-form__button {
    width: 100%;
    height: 52px;
    margin-top: 7px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    background: #05045d;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: background 0.3s ease,
        transform 0.2s ease;
}

.project-form__button:hover {
    background: #080783;
}

.project-form__button:active {
    transform: translateY(1px);
}


/* ==============================
   TABLET
   ============================== */

@media (max-width: 768px) {

    .project-cta {
        padding: 60px 20px 45px;
    }

    .project-cta h2 {
        font-size: 34px;
    }

    .project-cta__subtitle {
        margin-top: 20px;
        margin-bottom: 25px;
        font-size: 15px;
    }

    .project-form {
        width: 100%;
        max-width: 470px;
        padding: 35px 25px 25px;
    }
}


/* ==============================
   MOBILE
   ============================== */

@media (max-width: 480px) {

    .project-cta {
        padding: 45px 15px 35px;
    }

    .project-cta h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .project-cta__subtitle {
        margin: 18px 0 22px;
        font-size: 14px;
        line-height: 1.5;
    }

    .project-form {
        padding: 25px 18px 20px;
    }

    .project-form input {
        height: 52px;
    }

    .project-form textarea {
        height: 105px;
    }

    .project-form__button {
        height: 50px;
        font-size: 12px;
        letter-spacing: 1.2px;
    }
}

/* =====================================================
   SERVICE HEADER / HERO
   ===================================================== */

.service-header {
    position: relative;
    width: 100%;
    height: 700px;

    background-image: url("../images/services-hero.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* =====================================================
   NAVIGATION SHOULD END ABOVE THIS SECTION
   ===================================================== */


/* =====================================================
   NAVY OVERLAY
   ===================================================== */

.service-header__overlay {
    position: absolute;
    inset: 0;


    z-index: 1;
}


/* =====================================================
   CONTAINER
   ===================================================== */

.service-header__container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;
    height: 100%;

    margin: 0 auto;
    padding: 0 50px;

    display: flex;
    align-items: center;
}


/* =====================================================
   CONTENT
   ===================================================== */

.service-header__content {
    width: 100%;
    max-width: 600px;

    margin-top: -20px;
}


/* =====================================================
   EYEBROW
   ===================================================== */

.service-header__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 24px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;

    letter-spacing: 3px;
}

.service-header__eyebrow span {
    display: block;

    width: 4px;
    height: 18px;

    background: #ffffff;
}


/* =====================================================
   MAIN TITLE
   ===================================================== */

.service-header h1 {
    margin: 0 0 28px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 62px;
    font-weight: 700;

    line-height: 1.05;
    letter-spacing: -1.5px;
}


/* =====================================================
   DESCRIPTION
   ===================================================== */

.service-header__content>p {
    margin: 0 0 42px;

    color: rgba(255, 255, 255, 0.90);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;

    line-height: 1.5;
}


/* =====================================================
   BUTTONS
   ===================================================== */

.service-header__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}


/* Common button */

.service-btn {
    min-width: 170px;
    height: 60px;

    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s ease;
}


/* Primary */

.service-btn--primary {
    background: #ffffff;
    color: #05055c;

    border: 1px solid #ffffff;
}

.service-btn--primary span {
    font-size: 20px;
    line-height: 1;
}

.service-btn--primary:hover {
    background: #05055c;
    color: #ffffff;

    border-color: #05055c;

    transform: translateY(-2px);
}


/* Outline */

.service-btn--outline {
    background: transparent;
    color: #ffffff;

    border: 2px solid #ffffff;
}

.service-btn--outline:hover {
    background: #ffffff;
    color: #05055c;

    transform: translateY(-2px);
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1024px) {

    .service-header {
        height: 600px;
    }

    .service-header__container {
        padding: 0 40px;
    }

    .service-header h1 {
        font-size: 52px;
    }

    .service-header__content>p {
        font-size: 15px;
    }

    .service-btn {
        min-width: 150px;
        height: 54px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    .service-header {
        height: 560px;

        background-position: 62% center;
    }

    .service-header__overlay {}

    .service-header__container {
        padding: 0 25px;
    }

    .service-header__content {
        max-width: 100%;
        margin-top: -10px;
    }

    .service-header__eyebrow {
        gap: 10px;

        margin-bottom: 18px;

        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .service-header__eyebrow span {
        width: 3px;
        height: 15px;
    }

    .service-header h1 {
        margin-bottom: 20px;

        font-size: 42px;
        letter-spacing: -1px;
    }

    .service-header__content>p {
        max-width: 330px;

        margin-bottom: 30px;

        font-size: 14px;
        line-height: 1.5;
    }

    .service-header__buttons {
        flex-wrap: wrap;
        gap: 10px;
    }

    .service-btn {
        min-width: 145px;
        height: 50px;

        padding: 0 18px;

        font-size: 13px;
    }
}


/* =====================================================
   SMALL MOBILE
   ===================================================== */

@media (max-width: 480px) {

    .service-header {
        height: 520px;
    }

    .service-header__container {
        padding: 0 20px;
    }

    .service-header h1 {
        font-size: 36px;
    }

    .service-header__content>p {
        font-size: 13px;
    }

    .service-btn {
        min-width: 135px;
        height: 48px;

        font-size: 12px;
    }
}

/* =========================================
   CAPABILITIES SECTION
========================================= */

* {
    box-sizing: border-box;
}

.capabilities-section {
    width: 100%;
    background: #ffffff;
    padding: 70px 30px 30px;
    font-family: 'Hanken Grotesk', sans-serif;
    color: #202020;
}

.capabilities-container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.capabilities-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 42px;
}

.header-title-wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.vertical-line {
    width: 4px;
    height: 135px;
    background: #00004C;
    display: block;
    flex-shrink: 0;
}

.section-label {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;
    color: #00004C;
}

.capabilities-header h2 {
    margin: 0;
    padding: 0;
    color: #1A1C1C;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;
}

.header-description {
    width: 285px;
    margin: 48px 0 0;
    color: #767684;


    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;
}


/* =========================================
   MAIN GRID
========================================= */

.capabilities-grid {
    display: grid;

    grid-template-columns:
        1.9fr 1.9fr 1.9fr;

    grid-template-rows:
        405px 370px;

    gap: 20px;
}


/* =========================================
   COMMON CARD
========================================= */

.capability-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #d8d8df;
    background: #ffffff;
}


/* =========================================
   WOODEN PATTERNS
========================================= */

.wooden-card {
    grid-column: 1 / 3;
    grid-row: 1;

    border: none;
    color: #ffffff;
}

.wooden-card img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.wooden-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(6, 6, 70, 0.98) 0%,
            rgba(8, 8, 75, 0.82) 25%,
            rgba(8, 8, 75, 0.10) 75%,
            rgba(8, 8, 75, 0.00) 100%);
}

.wooden-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 27px;
    z-index: 2;
}

.wooden-content h3 {
    margin: 0 0 9px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 32px;

    line-height: 38px;

    color: #ffffff;
}

.wooden-content p {
    max-width: 430px;
    margin: 0;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    color: #BFC2FF;
}


/* =========================================
   INVESTMENT CASTING
========================================= */

.investment-card {
    grid-column: 3;
    grid-row: 1;
    padding: 28px;
}

.investment-card img {
    display: block;

    width: 100%;
    height: 205px;

    object-fit: cover;
    object-position: center;
}

.standard-content {
    padding: 17px 0 0;
}

.standard-content h3 {
    margin: 0 0 7px;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;

    color: #00004C;
}

.standard-content p {
    margin: 0;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    color: #5C5F60;
}


/* =========================================
   ALUMINIUM PATTERNS
========================================= */

.aluminium-card {
    grid-column: 1;
    grid-row: 2;

    padding: 32px;

    background: #00004C;
    border: none;
    color: #ffffff;
}

.aluminium-card img {
    display: block;

    width: 100%;
    /* height: 125px; */

    object-fit: cover;
    object-position: center;

    border: 1px solid rgba(255, 255, 255, 0.4);
}

.aluminium-content {
    padding-top: 17px;
}

.aluminium-content h3 {
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;
    margin: 0 0 8px;
    color: #ffffff;
}

.aluminium-content p {
    margin: 0;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;
    color: #BFC2FF;
}


/* =========================================
   MATCH PLATE + CORE BOXES
========================================= */

.standard-card {
    padding: 20px;
}

.standard-card .standard-content {
    padding: 0;
}

.standard-card img {
    display: block;

    width: 100%;
    /* height: 120px; */

    object-fit: cover;
    object-position: center;

    margin-top: 13px;
}


/* =========================================
   CORE BOX ICON
========================================= */

.card-title-icon {
    display: flex;
    align-items: center;
    gap: 9px;
}

.card-title-icon h3 {
    margin: 0;
}

.core-icon {
    width: 25px;
    height: 25px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #11116c;
    font-size: 25px;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1000px) {

    .capabilities-section {
        padding: 60px 25px 10px;
    }

    .capabilities-header h2 {
        font-size: 34px;
        line-height: 35px;
    }

    .header-description {
        width: 250px;
    }

    .capabilities-grid {
        grid-template-rows: 360px 270px;
        gap: 15px;
    }

    .investment-card img {
        height: 175px;
    }

    .standard-card img {
        height: 105px;
    }

    .aluminium-card img {
        height: 110px;
    }
}


@media (max-width: 768px) {

    .capabilities-section {
        padding: 50px 20px;
    }

    .capabilities-header {
        display: block;
        margin-bottom: 30px;
    }

    .header-description {
        width: 100%;
        margin: 25px 0 0 23px;
    }

    .capabilities-header h2 {
        font-size: 29px;
    }

    .capabilities-grid {
        display: grid;

        grid-template-columns: 1fr;
        grid-template-rows: auto;

        gap: 16px;
    }

    .wooden-card,
    .investment-card,
    .aluminium-card,
    .standard-card {
        grid-column: auto;
        grid-row: auto;
    }

    .wooden-card {
        height: 400px;
    }

    .investment-card {
        height: auto;
    }

    .aluminium-card {
        height: auto;
    }

    .investment-card img {
        height: 220px;
    }

    .aluminium-card img {
        height: 200px;
    }

    .standard-card img {
        height: 200px;
    }
}


@media (max-width: 480px) {

    .capabilities-section {
        padding: 40px 15px;
    }

    .header-title-wrap {
        gap: 14px;
    }

    .vertical-line {
        height: 80px;
    }

    .section-label {
        font-size: 11px;
    }

    .capabilities-header h2 {
        font-size: 27px;
    }

    .header-description {
        margin-left: 17px;
        font-size: 14px;
    }

    .wooden-card {
        height: 350px;
    }

    .wooden-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .wooden-content h3 {
        font-size: 20px;
    }

    .wooden-content p,
    .standard-content p,
    .aluminium-content p {
        font-size: 14px;
    }
}

.services-section {
    width: 100%;
    padding: 15px 16px;
    background: #ffffff;
}

.services-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================================================
   CNC MACHINING SECTION
========================================================= */
/* 
.cnc-service-card {
    width: 100%;
    min-height: 202px;

    display: flex;
    align-items: center;

    border: 1px solid #d9d9e0;
    background: #ffffff;

    padding: 20px;
}




.cnc-image {
    width: 340px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
}

.cnc-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter: grayscale(100%);
}




.cnc-content {
    padding-left: 25px;
    padding-right: 30px;

    max-width: 590px;
}

.cnc-content h2 {
    margin: 0 0 12px;

    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;

    color: #070762;
}

.cnc-content p {
    margin: 0 0 16px;

    font-family: 'Hanken Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;

    color: #707078;
}




.learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;

    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;

    color: #070762;
}

.learn-more span {
    font-size: 20px;
    line-height: 10px;

    transition: transform 0.2s ease;
}

.learn-more:hover span {
    transform: translateX(4px);
} */
/* ================================
   CNC SERVICE SECTION
================================ */

.cnc-service-section {
    /* width: 100%;
    padding: 18px 40px 20px; */
    box-sizing: border-box;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Main Card */
.cnc-service-card {
    width: 100%;
    min-height: 255px;
    border: 1px solid #d8d8df;
    display: flex;
    align-items: center;
    padding: 24px 25px;
    box-sizing: border-box;
    background: #ffffff;
}

/* Image */
.cnc-service-image {
    width: 48%;
    height: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.cnc-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* Content */
.cnc-service-content {
    padding-left: 25px;
    max-width: 540px;
}

.cnc-service-content h2 {
    margin: 0 0 13px;
    color: #00004C;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 32px;

    line-height: 38px;
}

.cnc-service-content p {
    margin: 0;
    color: #5C5F60;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;
}

.cnc-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    color: #050b63;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.cnc-learn-more .arrow {
    font-size: 23px;
    font-weight: 300;
    line-height: 12px;
    transition: transform 0.3s ease;
}

.cnc-learn-more:hover .arrow {
    transform: translateX(5px);
}

/* =========================================
   MAIN SECTION
========================================= */

.custom-pattern-section {
    width: 100%;
    padding: 20px 0 30px;
    box-sizing: border-box;
}


/* =========================================
   1400px CONTAINER
========================================= */

.custom-pattern-container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;

    min-height: 342px;

    background: #101010;

    display: flex;
    align-items: center;

    padding: 48px;

    box-sizing: border-box;

    position: relative;
}


/* =========================================
   LEFT CONTENT
========================================= */

.custom-pattern-content {
    width: 56%;
}


/* Small Label */

.custom-pattern-label {
    display: block;

    margin-bottom: 17px;

    color: #000b63;

    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}


/* Heading */

.custom-pattern-content h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;
}


/* Paragraph */

.custom-pattern-content p {
    width: 500px;
    max-width: 100%;

    margin: 0;

    color: #bdbdc5;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;

    line-height: 1.6;
}


/* =========================================
   BUTTON
========================================= */

.custom-pattern-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-top: 25px;

    min-width: 175px;
    height: 38px;

    padding: 0 24px;

    box-sizing: border-box;

    background: #050568;
    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 1.4px;

    text-decoration: none;
    text-transform: uppercase;

    transition: 0.3s ease;
}

.custom-pattern-btn:hover {
    background: #08088a;
}


/* =========================================
   RIGHT IMAGE
========================================= */

.custom-pattern-image {
    width: 45%;
    /* height: 220px; */

    margin-left: auto;

    padding: 7px;

    border: 1px solid #050568;

    box-sizing: border-box;
}

.custom-pattern-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    filter: grayscale(100%);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {

    .custom-pattern-container {
        padding: 40px 30px;
    }

    .custom-pattern-content {
        width: 53%;
    }

    .custom-pattern-content h2 {
        font-size: 32px;
    }

    .custom-pattern-content p {
        width: 100%;
    }

    .custom-pattern-image {
        width: 42%;
        /* height: 200px; */
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .custom-pattern-container {
        width: 95%;

        flex-direction: column;
        align-items: stretch;

        padding: 35px 25px;
    }

    .custom-pattern-content {
        width: 100%;
    }

    .custom-pattern-content h2 {
        font-size: 30px;
    }

    .custom-pattern-content p {
        width: 100%;
    }

    .custom-pattern-image {
        width: 100%;
        /* height: 230px; */

        margin-top: 30px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .custom-pattern-container {
        width: 95%;
        padding: 30px 20px;
    }

    .custom-pattern-content h2 {
        font-size: 27px;
    }

    .custom-pattern-content p {
        font-size: 12px;
    }

    .custom-pattern-image {
        /* height: 190px; */
    }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {

    .cnc-service-section {
        padding: 15px;
    }

    .cnc-service-card {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }

    .cnc-service-image {
        width: 100%;
        height: auto;
    }

    .cnc-service-content {
        padding-left: 0;
        padding-top: 22px;
        max-width: 100%;
    }

    .cnc-service-content h2 {
        font-size: 23px;
    }

    .cnc-service-content p {
        font-size: 13px;
    }
}


@media (max-width: 480px) {

    .cnc-service-section {
        padding: 10px;
    }

    .cnc-service-card {
        padding: 15px;
    }

    .cnc-service-image {
        height: auto;
    }

    .cnc-service-content {
        padding-top: 18px;
    }

    .cnc-service-content h2 {
        font-size: 21px;
    }

    .cnc-learn-more {
        margin-top: 16px;
    }
}

/* =========================================================
   CUSTOM PATTERN DEVELOPMENT
========================================================= */

.custom-pattern-section {
    width: 100%;
    min-height: 270px;

    margin-top: 14px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    /* background: #101010; */

    padding: 34px 30px;
}


/* LEFT CONTENT */

.custom-pattern-content {
    width: 52%;
}

.service-label {
    margin-bottom: 12px;

    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.2px;

    color: #070762;
}

.custom-pattern-content h2 {
    margin: 0 0 17px;
    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;

    color: #ffffff;
}

.custom-pattern-content p {
    max-width: 530px;

    margin: 0 0 20px;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    color: #C6C5D5;
}


/* =========================================================
   START A PROJECT BUTTON
========================================================= */

.project-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 138px;
    height: 31px;

    padding: 0 18px;

    background: #08086b;
    color: #ffffff;

    text-decoration: none;

    font-family: 'Hanken Grotesk', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1.1px;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.project-button:hover {
    background: #11118d;
    transform: translateY(-2px);
}


/* =========================================================
   CUSTOM PATTERN IMAGE
========================================================= */

.custom-pattern-image {
    width: auto;
    /* height: 174px; */

    flex-shrink: 0;

    overflow: hidden;

    border: 1px solid #08086b;
}

.custom-pattern-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    filter: grayscale(100%);
}


/* =========================================================
   DESKTOP LARGE
========================================================= */

@media (min-width: 1200px) {

    .services-container {
        /* max-width: 1150px; */
    }

    .cnc-service-card {
        min-height: 202px;
    }

    .cnc-image {
        width: 340px;
        height: 160px;
    }

    .custom-pattern-section {
        min-height: 270px;
    }

    .custom-pattern-image {
        width: 45%;

    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .services-section {
        padding: 15px;
    }

    .cnc-service-card {
        padding: 18px;
    }

    .cnc-image {
        width: 300px;
        height: 150px;
    }

    .cnc-content {
        padding-left: 20px;
        padding-right: 10px;
    }

    .cnc-content h2 {
        font-size: 20px;
    }

    .cnc-content p {
        font-size: 14px;
    }

    .custom-pattern-section {
        padding: 30px 25px;
    }

    .custom-pattern-content h2 {
        font-size: 29px;
    }

    .custom-pattern-content p {
        font-size: 14px;
    }

    .custom-pattern-image {
        width: 240px;
        height: 160px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .services-section {
        padding: 15px;
    }


    /* CNC */

    .cnc-service-card {
        display: flex;
        flex-direction: column;
        align-items: stretch;

        padding: 15px;
    }

    .cnc-image {
        width: 100%;
        height: 220px;
    }

    .cnc-content {
        padding: 20px 5px 5px;
        max-width: none;
    }

    .cnc-content h2 {
        font-size: 22px;
    }

    .cnc-content p {
        font-size: 15px;
    }


    /* CUSTOM PATTERN */

    .custom-pattern-section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        padding: 30px 20px;
    }

    .custom-pattern-content {
        width: 100%;
    }

    .custom-pattern-content h2 {
        font-size: 30px;
    }

    .custom-pattern-content p {
        max-width: 100%;
        font-size: 15px;
    }

    .custom-pattern-image {
        width: 100%;


        margin-top: 25px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .services-section {
        padding: 10px;
    }

    .cnc-service-card {
        padding: 12px;
    }

    .cnc-image {
        height: 190px;
    }

    .cnc-content {
        padding-left: 2px;
        padding-right: 2px;
    }

    .cnc-content h2 {
        font-size: 20px;
    }

    .cnc-content p {
        font-size: 14px;
    }

    .custom-pattern-section {
        padding: 25px 18px;
    }

    .service-label {
        font-size: 10px;
    }

    .custom-pattern-content h2 {
        font-size: 27px;
    }

    .custom-pattern-content p {
        font-size: 14px;
    }

    .custom-pattern-image {
        /* height: 190px; */
    }
}

/* =====================================================
   PORTFOLIO HERO HEADER
===================================================== */

.portfolio-header {
    position: relative;
    width: 100%;
    height: 700px;

    background-image: url("../images/portfolio-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* =====================================================
   NAVIGATION SHOULD END ABOVE THIS SECTION
===================================================== */


/* =====================================================
   NAVY OVERLAY
===================================================== */

.portfolio-header__overlay {
    position: absolute;
    inset: 0;



    z-index: 1;
}


/* =====================================================
   CONTAINER
===================================================== */

.portfolio-header__container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1280px;
    height: 100%;

    margin: 0 auto;
    padding: 0 50px;

    display: flex;
    align-items: center;
}


/* =====================================================
   CONTENT
===================================================== */

.portfolio-header__content {
    width: 100%;
    max-width: 600px;

    margin-top: -20px;
}


/* =====================================================
   EYEBROW
===================================================== */

.portfolio-header__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 24px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;

    letter-spacing: 3px;
}


/* Eyebrow vertical line */

.portfolio-header__eyebrow span {
    display: block;

    width: 4px;
    height: 18px;

    background: #ffffff;
}


/* =====================================================
   MAIN TITLE
===================================================== */

.portfolio-header h1 {
    margin: 0 0 28px;

    color: #ffffff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 62px;
    font-weight: 700;

    line-height: 1.05;
    letter-spacing: -1.5px;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.portfolio-header__content>p {
    margin: 0 0 42px;

    color: rgba(255, 255, 255, 0.90);

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 400;

    line-height: 1.5;
}


/* =====================================================
   BUTTON WRAPPER
===================================================== */

.portfolio-header__buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}


/* =====================================================
   COMMON BUTTON
===================================================== */

.portfolio-btn {
    min-width: 170px;
    height: 60px;

    padding: 0 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 500;

    text-decoration: none;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s ease;
}


/* =====================================================
   PRIMARY BUTTON
===================================================== */

.portfolio-btn--primary {
    background: #ffffff;
    color: #05055c;

    border: 1px solid #ffffff;
}


/* Arrow */

.portfolio-btn--primary span {
    font-size: 20px;
    line-height: 1;
}


/* Primary Hover */

.portfolio-btn--primary:hover {
    background: #05055c;
    color: #ffffff;

    border-color: #05055c;

    transform: translateY(-2px);
}


/* =====================================================
   OUTLINE BUTTON
===================================================== */

.portfolio-btn--outline {
    background: transparent;
    color: #ffffff;

    border: 2px solid #ffffff;
}


/* Outline Hover */

.portfolio-btn--outline:hover {
    background: #ffffff;
    color: #05055c;

    transform: translateY(-2px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .portfolio-header {
        height: 600px;
    }

    .portfolio-header__container {
        padding: 0 40px;
    }

    .portfolio-header h1 {
        font-size: 52px;
    }

    .portfolio-header__content>p {
        font-size: 15px;
    }

    .portfolio-btn {
        min-width: 150px;
        height: 54px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .portfolio-header {
        height: 560px;

        background-position: 62% center;
    }


    /* Mobile Overlay */

    .portfolio-header__overlay {
        background:
            linear-gradient(90deg,
                rgba(5, 5, 92, 0.96) 0%,
                rgba(5, 5, 92, 0.88) 50%,
                rgba(5, 5, 92, 0.50) 100%);
    }


    .portfolio-header__container {
        padding: 0 25px;
    }


    .portfolio-header__content {
        max-width: 100%;

        margin-top: -10px;
    }


    /* Eyebrow */

    .portfolio-header__eyebrow {
        gap: 10px;

        margin-bottom: 18px;

        font-size: 10px;
        letter-spacing: 2.2px;
    }


    .portfolio-header__eyebrow span {
        width: 3px;
        height: 15px;
    }


    /* Heading */

    .portfolio-header h1 {
        margin-bottom: 20px;

        font-size: 42px;
        letter-spacing: -1px;
    }


    /* Description */

    .portfolio-header__content>p {
        max-width: 330px;

        margin-bottom: 30px;

        font-size: 14px;
        line-height: 1.5;
    }


    /* Buttons */

    .portfolio-header__buttons {
        flex-wrap: wrap;
        gap: 10px;
    }


    .portfolio-btn {
        min-width: 145px;
        height: 50px;

        padding: 0 18px;

        font-size: 13px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .portfolio-header {
        height: 520px;
    }


    .portfolio-header__container {
        padding: 0 20px;
    }


    .portfolio-header h1 {
        font-size: 36px;
    }


    .portfolio-header__content>p {
        font-size: 13px;
    }


    .portfolio-btn {
        min-width: 135px;
        height: 48px;

        font-size: 12px;
    }

}

/* =====================================================
   HANKEN GROTESK
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap');


/* =====================================================
   PROJECT PORTFOLIO SECTION
===================================================== */

.project-portfolio {

    width: 100%;

    padding: 96px 0 90px;

    background: #ffffff;

    box-sizing: border-box;

}


/* =====================================================
   MAIN 1400px CONTAINER
===================================================== */

.portfolio-container {

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 38px;

    box-sizing: border-box;

}


/* =====================================================
   PORTFOLIO HEADER
===================================================== */

.portfolio-top {

    width: 100%;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 40px;

    padding-bottom: 24px;

    margin-bottom: 50px;

    border-bottom: 1px solid #C6C5D5;

    box-sizing: border-box;

}


/* =====================================================
   PORTFOLIO TITLE
===================================================== */

.portfolio-title {

    display: flex;

    align-items: stretch;

    flex-shrink: 0;

}


/* =====================================================
   BLUE VERTICAL LINE
===================================================== */

.portfolio-title-line {

    width: 3px;

    min-width: 3px;

    height: 90px;

    margin-right: 25px;

    background: #05055C;

}


/* =====================================================
   TITLE CONTENT
===================================================== */

.portfolio-title-content {

    display: flex;

    flex-direction: column;

    justify-content: center;

}


/* =====================================================
   CAPABILITIES
===================================================== */

.portfolio-eyebrow {

    display: block;

    margin: 0 0 10px;

    color: #00004C;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

    letter-spacing: 1.2px;

    text-transform: uppercase;

}


/* =====================================================
   PROJECT PORTFOLIO HEADING
===================================================== */

.portfolio-title h2 {

    margin: 0;

    padding: 0;
    color: #1A1C1C;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;
    letter-spacing: -0.8px;

}


/* =====================================================
   CATEGORY TABS WRAPPER
===================================================== */

.portfolio-tabs {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 6px;

    width: 470px;

    flex-shrink: 0;

}


/* =====================================================
   TAB BUTTON
===================================================== */

.portfolio-tab {

    box-sizing: border-box;

    width: 100%;

    min-height: 40px;

    padding: 0 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: #FFFFFF;

    border: 1px solid #C6C5D5;

    color: #454554;

    font-family: 'Hanken Grotesk', sans-serif;

    font-style: normal;

    font-weight: 400;

    font-size: 11px;

    line-height: 16px;
    /* 
    letter-spacing: 1px; */

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;

}


/* =====================================================
   ACTIVE TAB
===================================================== */

.portfolio-tab.active {

    background: #05055C;

    border-color: #05055C;

    color: #FFFFFF;

}


/* =====================================================
   TAB HOVER
===================================================== */

.portfolio-tab:hover {

    background: #05055C;

    border-color: #05055C;

    color: #FFFFFF;

}


/* =====================================================
   PROJECT GRID
===================================================== */

.portfolio-grid {

    width: 100%;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 16px;

    row-gap: 18px;

    box-sizing: border-box;

}


/* =====================================================
   PORTFOLIO CARD

   FIGMA:
   height: 390.08px
   background: #F9F9F9
   border: #C6C5D5
===================================================== */

.portfolio-card {

    box-sizing: border-box;

    width: 100%;

    height: 390.08px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    padding: 0;

    position: relative;

    background: #F9F9F9;

    border: 1px solid #C6C5D5;

    overflow: hidden;

    isolation: isolate;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;

}


/* =====================================================
   CARD HOVER
===================================================== */

.portfolio-card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 12px 30px rgba(5, 5, 92, 0.10);

}


/* =====================================================
   CARD IMAGE

   FIGMA:
   height: 281.08px
===================================================== */

.portfolio-image {

    position: relative;

    width: 100%;

    height: 281.08px;

    flex: 0 0 281.08px;

    overflow: hidden;

    background: #eeeeee;

    z-index: 0;

}


/* =====================================================
   IMAGE
===================================================== */

.portfolio-image img {

    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    border: 0;

    object-fit: cover;

    object-position: center;

    transition: transform 0.5s ease;

}


/* =====================================================
   IMAGE HOVER
===================================================== */

.portfolio-card:hover .portfolio-image img {

    transform: scale(1.035);

}


/* =====================================================
   IMAGE OVERLAY
===================================================== */

.portfolio-image-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, 0.04) 100%);

}


/* =====================================================
   CARD CONTENT
===================================================== */

.portfolio-card-content {

    box-sizing: border-box;

    width: 100%;

    height: 109px;

    padding: 18px 20px 16px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: flex-start;

    background: #F9F9F9;

    position: relative;

    z-index: 2;

}


/* =====================================================
   TAG WRAPPER
===================================================== */

.portfolio-tags {

    display: flex;

    align-items: center;

    gap: 10px;

    width: 100%;

    margin: 0 0 11px;

}


/* =====================================================
   CATEGORY TAG
===================================================== */

.portfolio-tags span {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 18px;

    padding: 3px 8px;

    box-sizing: border-box;

    background: rgba(0, 0, 139, 0.1);

    color: #00004C;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 10px;

    line-height: 15px;

    letter-spacing: 0.3px;

    text-transform: uppercase;

}


/* =====================================================
   MATERIAL
===================================================== */

.portfolio-tags small {

    color: #5C5F60;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 400;

    font-size: 10px;

    line-height: 15px;

    letter-spacing: 0.3px;

    text-transform: uppercase;

}


/* =====================================================
   PROJECT NAME
===================================================== */

.portfolio-card h3 {

    margin: 0;

    padding: 0;

    color: #101010;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 28px;

}


/* =====================================================
   HIDDEN CARDS
===================================================== */

.portfolio-card.hidden {

    display: none;

}


/* =====================================================
   LOAD MORE WRAPPER
===================================================== */

.portfolio-load-more {

    width: 100%;

    display: flex;

    justify-content: center;

    margin-top: 45px;


}


/* =====================================================
   LOAD MORE BUTTON
===================================================== */

#loadMorePortfolio {

    min-width: 95px;

    height: 40px;

    padding: 0 18px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: #FFFFFF;

    border: 1px solid #7777A8;
    color: #00004C;

    font-family: 'Hanken Grotesk', sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    letter-spacing: 0.5px;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;

}


#loadMorePortfolio:hover {

    background: #05055C;

    border-color: #05055C;

    color: #FFFFFF;

}


/* =====================================================
   LARGE DESKTOP
===================================================== */

@media (min-width: 1400px) {

    .portfolio-container {

        padding-left: 0;

        padding-right: 0;

    }

}


/* =====================================================
   1200 - 1399
===================================================== */

@media (max-width: 1399px) {

    .portfolio-container {

        padding-left: 35px;

        padding-right: 35px;

    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .project-portfolio {

        padding: 70px 0 55px;

    }


    .portfolio-container {

        padding: 0 25px;

    }


    .portfolio-top {

        gap: 25px;

    }


    .portfolio-title-line {

        height: 62px;

    }


    .portfolio-title h2 {

        font-size: 32px;

        line-height: 40px;

    }


    .portfolio-tabs {

        width: 400px;

    }


    .portfolio-tab {

        font-size: 10px;

        line-height: 14px;

        letter-spacing: 0.9px;

    }


    .portfolio-card {

        height: 350px;

    }


    .portfolio-image {

        height: 245px;

        flex-basis: 245px;

    }


    .portfolio-card-content {

        height: 105px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .project-portfolio {

        padding: 55px 0 45px;

    }


    .portfolio-container {

        padding: 0 18px;

    }


    .portfolio-top {

        flex-direction: column;

        gap: 25px;

        padding-bottom: 20px;

        margin-bottom: 30px;

    }


    .portfolio-title-line {

        height: 58px;

        margin-right: 16px;

    }


    .portfolio-eyebrow {

        font-size: 10px;

        line-height: 14px;

    }


    .portfolio-title h2 {

        font-size: 30px;

        line-height: 38px;

    }


    .portfolio-tabs {

        width: 100%;

        max-width: 100%;

        grid-template-columns: repeat(3, 1fr);

    }


    .portfolio-tab {

        min-height: 38px;

        padding: 0 5px;

        font-size: 9px;

        line-height: 13px;

        letter-spacing: 0.7px;

    }


    .portfolio-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 15px;

    }


    .portfolio-card {

        height: auto;

        min-height: 330px;

    }


    .portfolio-image {

        height: 230px;

        flex-basis: 230px;

    }


    .portfolio-card-content {

        height: 100px;

        padding: 15px;

    }


    .portfolio-card h3 {

        font-size: 15px;

        line-height: 21px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .portfolio-container {

        padding: 0 15px;

    }


    .portfolio-title h2 {

        font-size: 27px;

        line-height: 35px;

    }


    .portfolio-tabs {

        grid-template-columns: repeat(2, 1fr);

    }


    .portfolio-tab {

        min-height: 40px;

        font-size: 9px;

        letter-spacing: 0.8px;

    }


    .portfolio-grid {

        grid-template-columns: 1fr;

    }


    .portfolio-card {

        height: 390px;

    }


    .portfolio-image {

        height: 281px;

        flex-basis: 281px;

    }

}

/* =====================================================
   CONTACT HERO HEADER
===================================================== */

.contact-header {

    position: relative;

    width: 100%;

    height: 700px;

    background-image: url("../images/hero-bg.png");

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    overflow: hidden;

}


/* =====================================================
   NAVY OVERLAY
===================================================== */

.contact-header__overlay {

    position: absolute;

    inset: 0;

    z-index: 1;



}


/* =====================================================
   HERO CONTAINER
===================================================== */

.contact-header__container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1400px;

    height: 100%;

    margin: 0 auto;

    padding: 0 48px;

    display: flex;

    align-items: center;

    box-sizing: border-box;

}


/* =====================================================
   HERO CONTENT
===================================================== */

.contact-header__content {

    width: 100%;

    max-width: 650px;

    margin-top: -15px;

}


/* =====================================================
   EYEBROW
===================================================== */

.contact-header__eyebrow {

    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 25px;

    color: #FFFFFF;

    font-family: 'Hanken Grotesk',
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

    font-weight: 600;

    line-height: 18px;

    letter-spacing: 3px;

}


/* Vertical line */

.contact-header__eyebrow span {

    display: block;

    width: 4px;

    height: 18px;

    flex-shrink: 0;

    background: #FFFFFF;

}


/* =====================================================
   MAIN HEADING
===================================================== */

.contact-header h1 {

    margin: 0 0 27px;

    padding: 0;

    color: #FFFFFF;

    font-family: 'Hanken Grotesk',
        Arial,
        Helvetica,
        sans-serif;

    font-size: 62px;

    font-weight: 700;

    line-height: 1.08;

    letter-spacing: -1.7px;

}


/* =====================================================
   DESCRIPTION
===================================================== */

.contact-header__content>p {

    max-width: 590px;

    margin: 0 0 42px;

    padding: 0;

    color: rgba(255, 255, 255, 0.88);

    font-family: 'Hanken Grotesk',
        Arial,
        Helvetica,
        sans-serif;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.65;

}


/* =====================================================
   BUTTON WRAPPER
===================================================== */

.contact-header__buttons {

    display: flex;

    align-items: center;

    gap: 16px;

}


/* =====================================================
   COMMON BUTTON
===================================================== */

.contact-btn {

    min-width: 170px;

    height: 60px;

    padding: 0 28px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    box-sizing: border-box;

    text-decoration: none;

    font-family: 'Hanken Grotesk',
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    font-weight: 500;

    line-height: 20px;

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s ease;

}


/* =====================================================
   PRIMARY BUTTON
===================================================== */

.contact-btn--primary {

    background: #FFFFFF;

    color: #05055C;

    border: 1px solid #FFFFFF;

}


/* Arrow */

.contact-btn--primary span {

    font-size: 21px;

    line-height: 1;

    transition: transform 0.25s ease;

}


/* Primary Hover */

.contact-btn--primary:hover {

    background: #05055C;

    color: #FFFFFF;

    border-color: #05055C;

    transform: translateY(-2px);

}


.contact-btn--primary:hover span {

    transform: translateX(4px);

}


/* =====================================================
   OUTLINE BUTTON
===================================================== */

.contact-btn--outline {

    background: transparent;

    color: #FFFFFF;

    border: 2px solid #FFFFFF;

}


/* Outline Hover */

.contact-btn--outline:hover {

    background: #FFFFFF;

    color: #05055C;

    border-color: #FFFFFF;

    transform: translateY(-2px);

}


/* =====================================================
   ANGLED BOTTOM EDGE
===================================================== */

.contact-header::after {

    content: "";

    position: absolute;

    left: -2%;

    bottom: -1px;

    width: 104%;

    height: 48px;

    z-index: 5;

    background: #FFFFFF;

    clip-path: polygon(0 65%,
            50% 25%,
            100% 0,
            100% 100%,
            0 100%);

}


/* =====================================================
   LARGE DESKTOP
===================================================== */

@media (min-width: 1400px) {

    .contact-header__container {

        padding-left: 48px;

        padding-right: 48px;

    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1024px) {

    .contact-header {

        height: 620px;

        background-position: center center;

    }


    .contact-header__container {

        padding: 0 40px;

    }


    .contact-header__content {

        max-width: 600px;

    }


    .contact-header h1 {

        font-size: 52px;

        letter-spacing: -1.2px;

    }


    .contact-header__content>p {

        font-size: 16px;

        max-width: 520px;

    }


    .contact-btn {

        min-width: 155px;

        height: 55px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .contact-header {

        height: 580px;

        background-position: 62% center;

    }


    .contact-header__overlay {

        background:
            linear-gradient(90deg,

                rgba(5, 5, 92, 0.97) 0%,

                rgba(5, 5, 92, 0.91) 50%,

                rgba(5, 5, 92, 0.55) 100%);

    }


    .contact-header__container {

        padding: 0 25px;

    }


    .contact-header__content {

        max-width: 100%;

        margin-top: -10px;

    }


    .contact-header__eyebrow {

        gap: 10px;

        margin-bottom: 18px;

        font-size: 10px;

        line-height: 15px;

        letter-spacing: 2.2px;

    }


    .contact-header__eyebrow span {

        width: 3px;

        height: 15px;

    }


    .contact-header h1 {

        margin-bottom: 20px;

        font-size: 42px;

        line-height: 1.1;

        letter-spacing: -1px;

    }


    .contact-header__content>p {

        max-width: 370px;

        margin-bottom: 30px;

        font-size: 14px;

        line-height: 1.6;

    }


    .contact-header__buttons {

        flex-wrap: wrap;

        gap: 10px;

    }


    .contact-btn {

        min-width: 145px;

        height: 50px;

        padding: 0 18px;

        font-size: 13px;

    }


    .contact-header::after {

        height: 32px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .contact-header {

        height: 550px;

        background-position: 64% center;

    }


    .contact-header__container {

        padding: 0 20px;

    }


    .contact-header h1 {

        font-size: 36px;

        line-height: 1.08;

    }


    .contact-header__content>p {

        max-width: 330px;

        font-size: 13px;

    }


    .contact-btn {

        min-width: 135px;

        height: 48px;

        padding: 0 15px;

        font-size: 12px;

    }


    .contact-header::after {

        height: 25px;

    }

}

/* =====================================================
   CONTACT FORM SECTION
===================================================== */

.contact-form-section {

    width: 100%;

    padding: 90px 0 100px;

    background: #ffffff;

    box-sizing: border-box;

    position: relative;

    overflow: hidden;

}


/* =====================================================
   BACKGROUND VERTICAL LINES
===================================================== */

.contact-form-section::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;



    background-size: 148px 100%;

    opacity: 0.85;

}


/* =====================================================
   MAIN 1400px CONTAINER
===================================================== */

.contact-form-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 48px;

    box-sizing: border-box;

    display: grid;

    grid-template-columns:
        minmax(430px, 0.9fr) minmax(650px, 1.3fr);

    gap: 70px;

    align-items: start;

}


/* =====================================================
   LEFT CONTACT INFORMATION
===================================================== */

.contact-information {

    width: 100%;

    padding-top: 8px;

}


/* =====================================================
   CONTACT HEADING
===================================================== */

.contact-heading {

    margin-bottom: 48px;

}


.contact-heading h2 {

    margin: 0 0 18px;

    color: #00004C;
    font-family: 'Hanken Grotesk';

    font-weight: 700;

    font-size: 48px;

    line-height: 58px;

    letter-spacing: -1.2px;

}


.contact-heading span {

    display: block;

    width: 96px;

    height: 4px;

    background: #05055C;

}


/* =====================================================
   CONTACT INFORMATION BOX
===================================================== */

.contact-info-box {

    position: relative;

    width: 100%;

    min-height: 98px;

    margin-bottom: 24px;

    padding: 20px 28px;

    box-sizing: border-box;

    display: flex;

    align-items: center;

    background: #F0F0F0;

    border-left: 4px solid #05055C;

}


/* =====================================================
   CONTACT ICON
===================================================== */

.contact-info-icon {

    width: 38px;

    min-width: 38px;

    margin-right: 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #05055C;

    font-size: 23px;

}


/* =====================================================
   CONTACT CONTENT
===================================================== */

.contact-info-content {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

}


.contact-info-label {

    margin-bottom: 6px;

    color: #50505D;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    line-height: 18px;

    letter-spacing: 0.5px;

}


.contact-info-content a,
.contact-info-content p {

    margin: 0;

    color: #05055C;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 19px;

    font-weight: 500;

    line-height: 25px;

    text-decoration: none;

}


.contact-info-content a:hover {

    text-decoration: underline;

}


/* =====================================================
   QUOTE FORM WRAPPER

   Figma-style:
   border: #C6C5D5
   background: white
===================================================== */

.quote-form-wrapper {

    position: relative;

    width: 100%;

    min-height: 900px;

    box-sizing: border-box;

    background: #FFFFFF;

    border: 1px solid #C6C5D5;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.06);

}


/* =====================================================
   DECORATIVE TOP RIGHT CORNER
===================================================== */

.quote-corner {

    position: absolute;

    top: 0;

    right: 0;

    width: 128px;

    height: 128px;

    background: #E9E9F0;

    clip-path: polygon(0 0,
            100% 0,
            100% 100%);

}


/* =====================================================
   FORM INNER
===================================================== */

.quote-form-inner {

    position: relative;

    z-index: 2;

    padding: 50px 48px 48px;

    box-sizing: border-box;

}


/* =====================================================
   FORM HEADING
===================================================== */

.quote-form-inner h2 {

    margin: 0 0 38px;

    color: #05055C;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 46px;

    font-weight: 600;

    line-height: 1.15;

    letter-spacing: -1.2px;

}


/* =====================================================
   FORM ROW
===================================================== */

.form-row {

    width: 100%;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 28px;

    margin-bottom: 27px;

}


/* =====================================================
   FORM GROUP
===================================================== */

.form-group {

    width: 100%;

}


.form-group-full {

    margin-bottom: 27px;

}


/* =====================================================
   LABEL
===================================================== */

.form-group label {

    display: block;

    margin: 0 0 10px;

    color: #4D4D5A;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    line-height: 18px;

    letter-spacing: 0.3px;
    padding-top: 20px;

}


/* =====================================================
   INPUT
===================================================== */

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {

    width: 100%;

    height: 54px;

    padding: 0 14px;

    box-sizing: border-box;

    border: 1px solid #C6C5D5;

    outline: none;

    background: #F8F8F8;

    color: #202020;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 16px;

    font-weight: 400;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;

}


.form-group input::placeholder,
.form-group textarea::placeholder {

    color: #737989;

    opacity: 1;

}


.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {

    border-color: #05055C;

    background: #FFFFFF;

}


/* =====================================================
   SELECT
===================================================== */

.select-wrapper {

    position: relative;

    width: 100%;

}


.select-wrapper select {

    appearance: none;

    -webkit-appearance: none;

    width: 100%;

    height: 54px;

    padding: 0 48px 0 14px;

    box-sizing: border-box;

    border: 1px solid #C6C5D5;

    outline: none;

    background: #F8F8F8;

    color: #222222;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 16px;

    font-weight: 400;

    cursor: pointer;

}


.select-wrapper i {

    position: absolute;

    top: 50%;

    right: 17px;

    transform: translateY(-50%);

    pointer-events: none;

    color: #777B88;

    font-size: 13px;

}


/* =====================================================
   TEXTAREA
===================================================== */

.form-group textarea {

    width: 100%;

    min-height: 123px;

    padding: 14px;

    resize: vertical;

    box-sizing: border-box;

    border: 1px solid #C6C5D5;

    outline: none;

    background: #F8F8F8;

    color: #202020;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 1.5;

}


/* =====================================================
   UPLOAD BOX
===================================================== */
/* =========================================
   UPLOAD DRAWING
========================================= */

.form-group-full {
    width: 100%;
}

.form-group-full>label:first-child {
    display: block;

    margin-bottom: 8px;

    color: #454653;
    font-size: 14px;

    font-family: 'Hanken Grotesk';

    font-style: normal;

    font-weight: 700;
}


/* =========================================
   UPLOAD BOX
========================================= */

.upload-box {
    position: relative;
    width: 100%;
    min-height: 180px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.upload-box input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.upload-content {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upload-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.upload-content span {
    font-size: 14px;
}
/* Hover */

.upload-box:hover {
    border-color: #00004C;

    background-color: #fafaff;
}


/* =========================================
   HIDE FILE INPUT
========================================= */



/* =====================================================
   SUBMIT BUTTON
===================================================== */

.submit-request {

    width: 100%;

    height: 52px;

    margin-top: -2px;

    padding: 0 25px;

    border: 1px solid #05055C;

    background: #05055C;

    color: #FFFFFF;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    cursor: pointer;

    font-family:
        'Hanken Grotesk',
        Arial,
        sans-serif;

    font-size: 14px;

    font-weight: 600;

    line-height: 18px;

    letter-spacing: 1.4px;

    transition:
        background-color 0.25s ease,
        color 0.25s ease;

}


.submit-request strong {

    font-size: 21px;

    font-weight: 400;

    line-height: 1;

}


.submit-request:hover {

    background: #FFFFFF;

    color: #05055C;

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .contact-form-container {

        grid-template-columns:
            minmax(350px, 0.8fr) minmax(560px, 1.2fr);

        gap: 40px;

        padding: 0 30px;

    }


    .contact-heading h2,
    .quote-form-inner h2 {

        font-size: 38px;

    }


    .quote-form-inner {

        padding: 40px 35px;

    }

}


/* =====================================================
   TABLET / SMALL LAPTOP
===================================================== */

@media (max-width: 900px) {

    .contact-form-container {

        grid-template-columns: 1fr;

        gap: 55px;

    }


    .contact-information {

        max-width: 700px;

    }


    .quote-form-wrapper {

        min-height: auto;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .contact-form-section {

        padding: 60px 0 70px;

    }


    .contact-form-container {

        padding: 0 20px;

        gap: 45px;

    }


    .contact-heading {

        margin-bottom: 30px;

    }


    .contact-heading h2 {

        font-size: 32px;

        line-height: 40px;

        letter-spacing: -0.7px;

    }


    .contact-info-box {

        min-height: 88px;

        padding: 18px 20px;

        margin-bottom: 15px;

    }


    .contact-info-icon {

        width: 32px;

        min-width: 32px;

        margin-right: 15px;

        font-size: 20px;

    }


    .contact-info-label {

        font-size: 12px;

    }


    .contact-info-content a,
    .contact-info-content p {

        font-size: 16px;

        line-height: 22px;

    }


    .quote-form-inner {

        padding: 35px 22px 30px;

    }


    .quote-form-inner h2 {

        font-size: 32px;

        line-height: 40px;

        margin-bottom: 30px;

    }


    .quote-corner {

        width: 80px;

        height: 80px;

    }


    .form-row {

        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 20px;

    }


    .form-group-full {

        margin-bottom: 20px;

    }


    .form-group label {

        font-size: 13px;

    }


    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .select-wrapper select {

        height: 50px;

        font-size: 14px;

    }


    .form-group textarea {

        min-height: 120px;

        font-size: 14px;

    }


    .upload-box {

        height: 105px;

    }


    .upload-box>span {

        padding: 0 15px;

        font-size: 12px;

    }


    .submit-request {

        height: 50px;

        font-size: 12px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .contact-form-section {

        padding: 50px 0 60px;

    }


    .contact-form-container {

        padding: 0 15px;

    }


    .contact-heading h2 {

        font-size: 29px;

        line-height: 36px;

    }


    .contact-info-box {

        padding: 16px;

    }


    .contact-info-content a,
    .contact-info-content p {

        font-size: 14px;

    }


    .quote-form-inner {

        padding: 30px 17px 25px;

    }


    .quote-form-inner h2 {

        font-size: 28px;

        line-height: 35px;

    }

}

@media (max-width: 767px) {

    .ie-exp-box {
        position: absolute;

        right: 85px;
        bottom: -25px;

        width: 110px;
        height: 110px;

        background: #08105D;

        display: flex;
        flex-direction: column;

        justify-content: center;
        align-items: center;

        color: #fff;

        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
    }
    .infra-heading{
        margin-bottom:0px;
    }

}

/* =========================
   Sticky Contact Buttons
========================= */

.sticky-contact {
    position: fixed;
    right: 10px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.sticky-contact a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.sticky-phone {
    background: #00004c;
}

.sticky-whatsapp {
    background: #25D366;
}

.sticky-contact a:hover {
    transform: scale(1.1);
}

@media (max-width: 991px) {

    .sticky-contact {
        right: 5px;
        bottom: 20px;
    }

    .sticky-contact a {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

}