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


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    background: #f7f7f3;
    color: #102d34;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input {
    font-family: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
}

.section {
    padding: 120px 0;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: #102d34;
    color: #dce8e6;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.topbar-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-contact {
    display: flex;
    gap: 12px;
}

.top-contact a:hover {
    color: #75dce8;
}

.top-separator {
    margin: 0 8px;
    color: #75dce8;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(247,247,243,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(16,45,52,.08);
}

.nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
}

.brand-logo-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

.brand-logo {
    height: 42px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    display: block;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #102d34;
    color: #fff;
    display: grid;
    place-items: center;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 13px;
    position: relative;
}

.brand-mark::after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(117,220,232,.5);
    border-radius: 50%;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-text strong {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    letter-spacing: .12em;
}

.brand-text span {
    font-size: 10px;
    letter-spacing: .2em;
    color: #557077;
    margin-top: 4px;
}

.brand-text small {
    font-size: 8px;
    letter-spacing: .08em;
    color: #789096;
    margin-top: 6px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 12px;
    font-weight: 600;
}

.desktop-nav > a {
    color: #425a60;
    position: relative;
}

.desktop-nav > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 2px;
    background: #50cbd9;
    transition: .3s;
}

.desktop-nav > a:hover::after,
.desktop-nav > a.active::after {
    width: 100%;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown-btn {
    border: 0;
    background: none;
    font-size: 12px;
    font-weight: 600;
    color: #425a60;
}

.nav-dropdown-btn span {
    margin-left: 4px;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    width: 240px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e9e8;
    border-radius: 14px;
    box-shadow: 0 25px 70px rgba(16,45,52,.14);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    color: #40575d;
}

.dropdown-menu a:hover {
    background: #eef9fa;
    color: #102d34;
}

.nav-request {
    background: #102d34;
    color: white;
    padding: 12px 17px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    gap: 12px;
    align-items: center;
}

.nav-request:hover {
    background: #20464e;
}

.mobile-menu-btn,
.mobile-nav {
    display: none;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    min-height: 720px;
    position: relative;
    overflow: hidden;
    background: #f7f7f3;
    border-bottom: 1px solid #e4e9e7;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    opacity: .3;
    background-image:
        linear-gradient(#d9e2df 1px, transparent 1px),
        linear-gradient(90deg, #d9e2df 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to right, black, transparent 80%);
}

.hero-container {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    z-index: 2;
}

.eyebrow,
.section-kicker {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #5d7479;
    text-transform: uppercase;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #50cbd9;
}

.eyebrow-line {
    width: 30px;
    height: 1px;
    background: #50cbd9;
}

.hero h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(56px, 7vw, 92px);
    line-height: .98;
    letter-spacing: -.065em;
    margin: 27px 0;
    color: #102d34;
}

.hero h1 span {
    display: inline-block;
}

.hero h1 .cyan {
    color: #52cad8;
}

.hero-description {
    max-width: 550px;
    color: #60767b;
    font-size: 16px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 35px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 15px 20px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 700;
    transition: .3s;
}

.btn-primary {
    background: #102d34;
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(16,45,52,.2);
}

.btn-outline {
    border: 1px solid #b9c9c9;
    color: #28484e;
}

.btn-outline:hover {
    background: #fff;
    border-color: #102d34;
}

.btn-dark {
    background: #102d34;
    color: white;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 50px;
}

.trust-avatars {
    display: flex;
}

.trust-avatars span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-left: -7px;
    border: 2px solid #f7f7f3;
    border-radius: 50%;
    background: #dce9e7;
    color: #315057;
    font-size: 8px;
    font-weight: 800;
}

.trust-avatars span:first-child {
    margin-left: 0;
}

.hero-trust strong,
.hero-trust small {
    display: block;
}

.hero-trust strong {
    font-size: 11px;
}

.hero-trust small {
    color: #839499;
    font-size: 10px;
}


/* HERO VISUAL */

.hero-visual {
    height: 550px;
    position: relative;
}

.hero-circle {
    position: absolute;
    border: 1px solid rgba(80,203,217,.25);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle-one {
    width: 520px;
    height: 520px;
}

.circle-two {
    width: 390px;
    height: 390px;
}

.circle-three {
    width: 260px;
    height: 260px;
}

.building-card {
    position: absolute;
    width: 330px;
    height: 430px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
    background: linear-gradient(145deg,#183d45,#0c252b);
    box-shadow: 30px 40px 80px rgba(16,45,52,.25);
    overflow: hidden;
    color: white;
}

.building-top,
.building-bottom {
    display: flex;
    justify-content: space-between;
    padding: 23px;
    font-size: 8px;
    letter-spacing: .16em;
}

.building-top {
    color: #8ba8ad;
}

.building-graphic {
    height: 315px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.building-building {
    width: 190px;
    height: 250px;
    background: #dce8e5;
    padding: 15px;
    position: relative;
    clip-path: polygon(12% 0,100% 12%,100% 100%,0 100%,0 10%);
}

.building-floor {
    height: 42px;
    border-bottom: 4px solid #183b42;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 0 10px;
}

.building-floor i {
    width: 22px;
    height: 20px;
    display: block;
    background: #57ccd9;
    border: 4px solid #24464d;
}

.foundation {
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 20px;
    background: #53cad7;
}

.building-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center;
}

.building-bottom small,
.building-bottom strong {
    display: block;
}

.building-bottom small {
    color: #6f8c92;
    font-size: 7px;
}

.building-bottom strong {
    font-size: 11px;
    letter-spacing: .08em;
}

.arrow-circle {
    width: 35px;
    height: 35px;
    border: 1px solid #47676d;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.floating-card {
    position: absolute;
    padding: 13px 17px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    border: 1px solid #e0e8e6;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 20px 45px rgba(16,45,52,.12);
    min-width: 185px;
}

.floating-card strong,
.floating-card small {
    display: block;
}

.floating-card strong {
    font-size: 11px;
}

.floating-card small {
    font-size: 9px;
    color: #819297;
    margin-top: 3px;
}

.floating-icon {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #edf8f8;
    display: grid;
    place-items: center;
}

.floating-one {
    top: 85px;
    right: 0;
}

.floating-two {
    left: 0;
    top: 245px;
}

.floating-three {
    bottom: 60px;
    right: 20px;
}

.hero-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e1e7e5;
}

.hero-bottom-inner {
    height: 54px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #75878b;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .15em;
}

.hero-bottom-line {
    width: 45px;
    height: 1px;
    background: #c5d0ce;
}

.hero-scroll {
    margin-left: auto;
}


/* =========================================================
   ABOUT
========================================================= */

.about {
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px;
    align-items: center;
}

.about-image-container {
    height: 490px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    background: #e6f1ee;
    box-shadow: 0 25px 60px rgba(16,45,52,.09);
    border: 1px solid #dce5e2;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.about-image-container:hover .about-image {
    transform: scale(1.03);
}

.about-image-badge {
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: rgba(16,45,52,.92);
    backdrop-filter: blur(12px);
    color: #fff;
    padding: 16px 22px;
    border-radius: 16px;
    border: 1px solid rgba(117,220,232,.25);
    display: flex;
    flex-direction: column;
    gap: 3px;
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.about-image-badge strong {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    letter-spacing: .08em;
    color: #75dce8;
}

.about-image-badge span {
    font-size: 11px;
    color: #dce8e6;
    letter-spacing: .05em;
}

.about-image-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
    color: #102d34;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    border: 1px solid #dce5e2;
}

.about-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e8f3f0 0%, #d5e8e3 100%);
    border: 2px dashed #9bc4bc;
    border-radius: 22px;
    color: #295159;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

.about-placeholder-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(16,45,52,.08);
    display: grid;
    place-items: center;
    font-size: 28px;
    margin-bottom: 16px;
    color: #50cbd9;
}

.about-placeholder-title {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 6px;
    color: #102d34;
}

.about-placeholder-hint {
    font-size: 12px;
    color: #5d7a80;
    max-width: 260px;
}

.about-content h2,
.section-heading-row h2,
.products-heading h2,
.request-header h2,
.final-cta h2,
.clients-heading h2 {
    font-family: "Manrope";
    letter-spacing: -.045em;
    line-height: 1.08;
}

.about-content h2 {
    font-size: clamp(40px,4vw,58px);
    margin: 22px 0;
}

.about-content h2 em,
.final-cta em {
    color: #50cbd9;
    font-style: normal;
}

.about-content p {
    max-width: 650px;
    color: #657b80;
    margin-bottom: 15px;
}

.text-link {
    display: inline-flex;
    gap: 30px;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 800;
    border-bottom: 1px solid #adc0c0;
    padding-bottom: 8px;
}

.text-link span {
    color: #50cbd9;
    font-size: 18px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #dce5e3;
    margin-top: 45px;
    padding-top: 28px;
}

.about-stat strong {
    display: block;
    font-family: "Manrope";
    font-size: 28px;
}

.about-stat strong span {
    color: #50cbd9;
}

.about-stat small {
    font-size: 9px;
    color: #829397;
}


/* =========================================================
   CLIENTS
========================================================= */

.clients-section {
    background: #f7f7f3;
    padding: 90px 0 100px;
    overflow: hidden;
}

.clients-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    margin-bottom: 55px;
}

.clients-heading h2 {
    font-size: clamp(34px,4vw,54px);
    margin-top: 18px;
}

.clients-heading p {
    max-width: 380px;
    color: #708388;
    font-size: 13px;
}

.client-slider {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 25px;
}

.client-slider:hover .client-track {
    animation-play-state: paused;
}

.client-track {
    display: flex;
    width: max-content;
    animation: clientSlide 42s linear infinite;
}

.client-item {
    min-width: 350px;
    width: 350px;
    margin-right: 22px;
    border: 1px solid #dce5e2;
    border-radius: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(16,45,52,.04);
    transition: transform .3s ease, box-shadow .3s ease;
}

.client-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(16,45,52,.11);
}

.client-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    background: #e8f1ef;
    overflow: hidden;
}

.client-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.client-item:hover .client-project-img {
    transform: scale(1.05);
}

.client-img-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(16,45,52,.88);
    backdrop-filter: blur(8px);
    color: #75dce8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(117,220,232,.3);
}

.client-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e4efec 0%, #d2e4e0 100%);
    border-bottom: 1px solid #c9ded9;
    color: #3b6067;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
}

.client-card-content {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
}

.client-logo-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-logo-box {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f4f8f7;
    border: 1px solid #dce8e5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 5px;
    overflow: hidden;
}

.client-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.client-logo-icon {
    font-size: 18px;
    display: none;
}

.client-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.client-num {
    color: #50cbd9;
    font-size: 8.5px;
    letter-spacing: .15em;
    font-weight: 800;
}

.client-name {
    color: #102d34;
    font-size: 13.5px;
    font-weight: 800;
    font-family: "Manrope", sans-serif;
}

.client-project-scope {
    font-size: 11.5px;
    color: #657e84;
    line-height: 1.45;
    border-top: 1px solid #edf3f1;
    padding-top: 9px;
    margin: 0;
}

@keyframes clientSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* =========================================================
   SOLUTIONS
========================================================= */

.solutions {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.solutions-bg-overlay {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(ellipse at center, rgba(255,255,255,0.76) 0%, rgba(255,255,255,0.94) 100%),
        url('assets/images/solutions-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
}

.solutions .container {
    position: relative;
    z-index: 1;
}

.section-heading-row {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: end;
    margin-bottom: 60px;
}

.section-heading-row h2 {
    font-size: clamp(45px,5vw,68px);
    margin-top: 20px;
}

.section-heading-row > p {
    max-width: 390px;
    color: #718287;
    font-size: 14px;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-top: 1px solid #dce5e3;
    border-left: 1px solid #dce5e3;
}

.solution-card {
    min-height: 360px;
    padding: 35px;
    border-right: 1px solid #dce5e3;
    border-bottom: 1px solid #dce5e3;
    position: relative;
    overflow: hidden;
    transition: .4s;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
}

.solution-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #eaf8f8;
    right: -80px;
    top: -80px;
    transition: .4s;
}

.solution-card:hover {
    background: #102d34;
    color: #fff;
}

.solution-card:hover::before {
    background: #204b53;
    transform: scale(2);
}

.solution-card:hover p {
    color: #adc1c3;
}

.solution-card:hover .solution-number {
    color: #70d9e4;
}

.solution-number {
    font-size: 9px;
    color: #84969a;
    letter-spacing: .15em;
    font-weight: 800;
}

.solution-icon {
    margin-top: 55px;
    font-size: 27px;
    position: relative;
    z-index: 2;
}

.solution-card h3 {
    font-family: "Manrope";
    font-size: 23px;
    line-height: 1.15;
    letter-spacing: -.035em;
    margin-top: 18px;
    position: relative;
}

.solution-card p {
    color: #73868a;
    font-size: 12px;
    margin-top: 15px;
    max-width: 230px;
    position: relative;
}

.solution-arrow {
    position: absolute;
    right: 30px;
    bottom: 28px;
    font-size: 25px;
    color: #50cbd9;
}


/* =========================================================
   PRODUCTS
========================================================= */

.products-section {
    background: #eef3f0;
}

.products-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 55px;
}

.products-heading h2 {
    font-size: clamp(42px,5vw,66px);
    margin-top: 18px;
}

.product-list {
    border-top: 1px solid #cbd8d5;
}

.product-row {
    min-height: 135px;
    border-bottom: 1px solid #cbd8d5;
    display: grid;
    grid-template-columns: 80px 1fr 60px;
    align-items: center;
    gap: 30px;
    transition: .3s;
}

.product-row:hover {
    padding-left: 15px;
}

.product-index {
    font-size: 10px;
    color: #839498;
}

.product-row h3 {
    font-family: "Manrope";
    font-size: 21px;
}

.product-row p {
    color: #75878b;
    font-size: 11px;
    margin-top: 3px;
}

.product-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid #b9cac7;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: .3s;
}

.product-row:hover .product-arrow {
    background: #102d34;
    color: #fff;
}


/* =========================================================
   REQUEST
========================================================= */

.request-section {
    background: #102d34;
    color: white;
}

.request-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 70px;
    margin-bottom: 55px;
}

.light-kicker {
    color: #7ed9e2;
}

.request-header h2 {
    font-size: clamp(50px,6vw,78px);
    margin-top: 20px;
    color: #0b3038;
}

.request-header p {
    max-width: 380px;
    color: #a6bbbe;
    font-size: 13px;
}

.request-box {
    background: #f7f7f3;
    color: #102d34;
    border-radius: 24px;
    padding: 45px;
}

.request-progress {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 420px;
}

.request-progress span {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid #c9d5d2;
    font-size: 9px;
    color: #87979a;
}

.request-progress .progress-active {
    background: #102d34;
    border-color: #102d34;
    color: white;
}

.request-progress div {
    height: 1px;
    background: #d2ddda;
    width: 55px;
}

.request-step-label {
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .15em;
    color: #7d8e92;
    margin-top: 30px;
    margin-bottom: 20px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}

.category-card {
    border: 1px solid #d9e2df;
    background: white;
    border-radius: 13px;
    padding: 20px;
    display: grid;
    grid-template-columns: 42px 1fr 25px;
    gap: 15px;
    align-items: center;
    text-align: left;
    transition: .3s;
}

.category-card:hover {
    border-color: #50cbd9;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16,45,52,.07);
}

.category-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: #eef8f8;
    display: grid;
    place-items: center;
}

.category-info strong,
.category-info small {
    display: block;
}

.category-info strong {
    font-family: "Manrope";
    font-size: 12px;
}

.category-info small {
    color: #87969a;
    font-size: 9px;
    margin-top: 3px;
}

.category-arrow {
    font-size: 20px;
    color: #50cbd9;
}


/* SUBCATEGORY */

.subcategory-area {
    display: none;
    animation: fadeUp .4s ease;
}

.subcategory-area.show {
    display: block;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.subcategory-heading {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #dce4e1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.back-button {
    border: 1px solid #d2ddda;
    background: white;
    border-radius: 30px;
    padding: 9px 15px;
    font-size: 10px;
}

.subcategory-heading span,
.form-heading span {
    font-size: 8px;
    color: #849397;
    font-weight: 800;
    letter-spacing: .15em;
}

.subcategory-heading h3 {
    font-family: "Manrope";
    font-size: 25px;
    margin-top: 3px;
}

.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
}

.subcategory-option {
    border: 1px solid #dbe4e1;
    background: white;
    border-radius: 9px;
    padding: 13px;
    text-align: left;
    font-size: 10px;
    transition: .25s;
}

.subcategory-option:hover,
.subcategory-option.selected {
    background: #102d34;
    color: white;
    border-color: #102d34;
}


/* FORM */

.request-form {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #dce4e1;
    display: none;
}

.request-form.show {
    display: block;
    animation: fadeUp .4s ease;
}

.form-heading h3 {
    font-family: "Manrope";
    font-size: 28px;
    margin-top: 5px;
}

.form-grid {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.input-group label {
    display: block;
    font-size: 9px;
    font-weight: 800;
    margin-bottom: 7px;
}

.input-group input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #d8e2df;
    background: #fff;
    border-radius: 8px;
    outline: none;
    font-size: 11px;
}

.input-group input:focus {
    border-color: #50cbd9;
}

.submit-button {
    width: 100%;
    border: 0;
    margin-top: 25px;
    min-height: 56px;
    padding: 0 22px;
    border-radius: 9px;
    background: #50cbd9;
    color: #102d34;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.submit-button:hover {
    background: #36b9c8;
}

.submit-button strong {
    font-size: 22px;
}

.form-note {
    text-align: center;
    color: #89999c;
    font-size: 9px;
    margin-top: 13px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    background: #fff;
}

.final-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 70px;
}

.final-cta h2 {
    font-size: clamp(52px,7vw,90px);
    margin-top: 20px;
}

.final-cta-right {
    max-width: 330px;
}

.final-cta-right p {
    color: #708287;
    font-size: 13px;
    margin-bottom: 25px;
}

.circle-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b7c6c4;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
}

.circle-cta strong {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #102d34;
    color: white;
    display: grid;
    place-items: center;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #102d34;
    color: white;
    padding: 80px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 70px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo .brand-mark {
    background: white;
    color: #102d34;
}

.footer-logo .brand-text strong {
    color: white;
}

.footer-logo .brand-text span {
    color: #8da7aa;
}

.footer-logo .brand-text small {
    color: #6e898e;
}

.footer-brand p {
    max-width: 350px;
    color: #94adb1;
    font-size: 12px;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-column h3 {
    font-family: "Manrope";
    font-size: 11px;
    margin-bottom: 10px;
    color: #fff;
}

.footer-column a,
.footer-column span {
    font-size: 11px;
    color: #8fa8ac;
}

.footer-column a:hover {
    color: #70dce6;
}

.footer-bottom {
    border-top: 1px solid #29494f;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    color: #718c91;
    font-size: 9px;
    letter-spacing: .08em;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .desktop-nav,
    .nav-request {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
        border: 0;
        background: none;
        font-size: 24px;
        color: #102d34;
    }

    .mobile-nav {
        display: none;
        flex-direction: column;
        padding: 20px 24px 30px;
        border-top: 1px solid #e1e7e5;
        background: #f7f7f3;
    }

    .mobile-nav.show {
        display: flex;
    }

    .mobile-nav a {
        padding: 14px 0;
        border-bottom: 1px solid #e1e7e5;
        font-weight: 700;
        font-size: 13px;
    }

    .mobile-request {
        color: #50cbd9;
    }

    .hero-container {
        grid-template-columns: 1fr;
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .hero-visual {
        height: 470px;
        margin-top: 40px;
    }

    .hero {
        min-height: auto;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .solution-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

}


@media (max-width: 650px) {

    .container {
        width: min(100% - 30px, 1180px);
    }

    .section {
        padding: 75px 0;
    }

    .topbar-inner {
        justify-content: center;
    }

    .top-contact {
        display: none;
    }

    .hero h1 {
        font-size: 55px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .hero-visual {
        height: 420px;
        transform: scale(.82);
        transform-origin: top center;
        margin-bottom: -60px;
    }

    .building-card {
        width: 280px;
        height: 380px;
    }

    .floating-one {
        right: -20px;
    }

    .floating-two {
        left: -20px;
    }

    .floating-three {
        right: -10px;
    }

    .about-visual {
        height: 420px;
    }

    .about-stats {
        grid-template-columns: repeat(2,1fr);
        gap: 25px;
    }

    .clients-heading,
    .section-heading-row,
    .products-heading,
    .request-header,
    .final-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .solution-grid {
        grid-template-columns: 1fr;
    }

    .solution-card {
        min-height: 300px;
    }

    .product-row {
        grid-template-columns: 35px 1fr 40px;
        gap: 12px;
    }

    .product-row h3 {
        font-size: 16px;
    }

    .product-row p {
        display: none;
    }

    .request-box {
        padding: 25px 18px;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .subcategory-grid {
        grid-template-columns: 1fr;
    }

    .subcategory-heading {
        align-items: flex-start;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .hero-bottom-inner {
        justify-content: center;
    }

    .hero-bottom-inner span:nth-child(2),
    .hero-bottom-inner span:nth-child(4),
    .hero-scroll {
        display: none;
    }

}

/* =========================================================
   CLEAN CLIENT NAME SLIDER
========================================================= */

.clients-section {
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 90px 0 100px;
}

.clients-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 60px;
}

.clients-heading h2 {
    max-width: 850px;
    margin: 12px 0 0;
}

.clients-heading p {
    max-width: 430px;
    margin: 0;
    line-height: 1.8;
}


/* SLIDER */

.client-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.client-track {
    display: flex;
    width: max-content;
    gap: 24px;
    animation: clientSlide 32s linear infinite;
}


/* CLIENT NAME ONLY */

.client-item {
    flex: 0 0 auto;

    min-width: 280px;
    height: 150px;

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

    background: transparent;

    border: 1px solid rgba(16, 45, 52, 0.12);
    border-radius: 24px;

    padding: 30px 45px;

    transition:
        transform .35s ease,
        border-color .35s ease,
        background .35s ease;
}

.client-item strong {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #102d34;
    text-align: center;
    white-space: nowrap;
}

.client-item:hover {
    transform: translateY(-6px);
    border-color: rgba(16, 45, 52, 0.3);
    background: rgba(255,255,255,.35);
}


/* INFINITE SLIDER */

@keyframes clientSlide {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(
            calc(-50% - 12px)
        );
    }

}


/* MOBILE */

@media (max-width: 768px) {

    .clients-section {
        padding: 70px 0;
    }

    .clients-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .client-track {
        gap: 16px;
        animation-duration: 25s;
    }

    .client-item {
        min-width: 220px;
        height: 120px;
        padding: 25px;
    }

    .client-item strong {
        font-size: 19px;
        white-space: normal;
    }

}

/* =========================================
   CLIENTS / TRUSTED RELATIONSHIPS
========================================= */

.clients-section {
    padding: 110px 0 100px;
    background: #f7f8f4;
    overflow: hidden;
}

/* Heading */

.clients-heading {
    max-width: 1180px;
    margin: 0 auto 65px;
    padding: 0 30px;

    display: grid;
    grid-template-columns: 1.5fr 1fr;
    column-gap: 80px;
    align-items: end;
}

.clients-heading span {
    grid-column: 1 / -1;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #1597b2;

    margin-bottom: 25px;
}

.clients-heading h2 {
    margin: 0;

    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: -3px;

    color: #0d3038;
}

.clients-heading p {
    margin: 0;

    max-width: 430px;

    font-size: 16px;
    line-height: 1.7;
    color: #66808a;
}


/* =========================================
   SLIDER
========================================= */

.client-slider {
    width: 100%;
    overflow: hidden;

    mask-image: linear-gradient(
        to right,
        transparent,
        black 5%,
        black 95%,
        transparent
    );

    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 5%,
        black 95%,
        transparent
    );
}

.client-track {
    display: flex;
    width: max-content;
    gap: 28px;

    animation: clientScroll 35s linear infinite;
}

.client-track:hover {
    animation-play-state: paused;
}


/* =========================================
   CLIENT CARD
========================================= */

.client-card {
    position: relative;

    width: 310px;
    height: 260px;

    flex-shrink: 0;

    border-radius: 26px;

    overflow: hidden;

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

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

    border: 1px solid rgba(20, 70, 80, 0.08);

    box-shadow:
        0 15px 40px rgba(20, 60, 70, 0.06);

    isolation: isolate;
}


/* =========================================
   LOGO AS BACKGROUND
========================================= */

.client-logo {
    position: absolute;

    width: 65%;
    height: 65%;

    object-fit: contain;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    opacity: 0.10;

    filter: grayscale(100%);

    z-index: -2;

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


/* Subtle white overlay */

.client-card::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at center,
            rgba(255,255,255,0.35),
            rgba(255,255,255,0.08)
        );

    z-index: -1;
}


/* =========================================
   CLIENT NAME
========================================= */

.client-name {
    position: relative;

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

    color: #10353d;

    text-align: center;

    padding: 18px 28px;

    letter-spacing: -0.5px;

    z-index: 2;

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


/* =========================================
   HOVER
========================================= */

.client-card:hover .client-logo {
    opacity: 0.2;

    transform:
        translate(-50%, -50%)
        scale(1.06);

    filter: none;
}

.client-card:hover .client-name {
    transform: translateY(-3px);
}


/* =========================================
   INFINITE SLIDER
========================================= */

@keyframes clientScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}


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

@media (max-width: 800px) {

    .clients-section {
        padding: 80px 0;
    }

    .clients-heading {
        display: block;
        margin-bottom: 45px;
    }

    .clients-heading h2 {
        font-size: 44px;
        letter-spacing: -2px;
        margin-bottom: 25px;
    }

    .clients-heading p {
        font-size: 15px;
    }

    .client-card {
        width: 270px;
        height: 220px;
    }

    .client-name {
        font-size: 20px;
    }

}

/* =========================================
   CLIENT CARD
========================================= */

.client-card {
    position: relative;
    width: 310px;
    height: 280px;
    flex-shrink: 0;

    border-radius: 26px;
    overflow: hidden;

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

    background: #ffffff;

    border: 1px solid rgba(15, 55, 65, 0.08);

    box-shadow:
        0 12px 35px rgba(15, 55, 65, 0.06);

    isolation: isolate;
}


/* =========================================
   CLIENT LOGO — BACKGROUND
========================================= */

.client-logo {
    position: absolute;

    width: 68%;
    height: 68%;

    object-fit: contain;

    left: 50%;
    top: 43%;

    transform: translate(-50%, -50%);

    /* Brighter original colours */
    opacity: 0.95;

    filter: none;

    z-index: -1;

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


/* =========================================
   SOFT WHITE FADE
========================================= */

.client-card::before {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.02) 0%,
        rgba(255,255,255,0.02) 55%,
        rgba(255,255,255,0.82) 78%,
        #ffffff 100%
    );

    z-index: 0;

    pointer-events: none;
}


/* =========================================
   CLIENT NAME — LOWER AREA
========================================= */

.client-name {
    position: relative;

    width: 100%;

    padding: 0 20px 30px;

    text-align: center;

    font-size: 22px;
    line-height: 1.2;

    font-weight: 700;

    color: #10353d;

    z-index: 2;

    transition:
        transform 0.35s ease,
        color 0.35s ease;
}


/* =========================================
   HOVER
========================================= */

.client-card:hover .client-logo {
    opacity: 0.25;

    transform:
        translate(-50%, -50%)
        scale(1.06);

    filter: none;
}

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


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

@media (max-width: 800px) {

    .client-card {
        width: 270px;
        height: 245px;
    }

    .client-logo {
        width: 65%;
        height: 65%;

        top: 42%;

        opacity: 1.0;
    }

    .client-name {
        font-size: 19px;
        padding-bottom: 26px;
    }
}

/* Add/update this in your style.css */

.brand-logo .logo {
    width: 150px;
    height: 50px;
    object-fit: contain;
    display: block;
}

/* =====================================================
   SERVICES SECTION
===================================================== */

.services-section {
    position: relative;
    padding: 140px 10%;
    background: #f7f8f5;
    overflow: hidden;
}


/* subtle background grid */

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(17, 54, 61, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 54, 61, 0.035) 1px, transparent 1px);

    background-size: 70px 70px;

    pointer-events: none;
}


/* =====================================================
   HEADER
===================================================== */

.services-header {
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}


.services-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

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

    letter-spacing: 3px;
    color: #4ac4d6;

    margin-bottom: 25px;
}


.services-eyebrow span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #4ac4d6;
}


.services-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 80px;
}


.services-heading-row h2 {
    margin: 0;

    max-width: 750px;

    font-size: clamp(45px, 5vw, 78px);

    line-height: 0.98;

    letter-spacing: -3px;

    font-weight: 700;

    color: #10343b;
}


.services-heading-row h2 span {
    color: #4ac4d6;
}


.services-heading-row p {
    max-width: 430px;

    margin: 0;

    font-size: 17px;

    line-height: 1.7;

    color: #6d858b;
}


/* =====================================================
   GRID
===================================================== */

.services-grid {
    position: relative;

    display: grid;

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

    gap: 18px;

    z-index: 2;
}


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

.service-card {
    position: relative;

    min-height: 320px;

    padding: 32px;

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

    border: 1px solid rgba(16,52,59,0.08);

    border-radius: 22px;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}


.service-card::before {
    content: "";

    position: absolute;

    width: 150px;
    height: 150px;

    right: -70px;
    bottom: -70px;

    border-radius: 50%;

    background: rgba(74,196,214,0.12);

    transition: 0.4s ease;
}


.service-card:hover {
    transform: translateY(-8px);

    background: #ffffff;

    box-shadow:
        0 25px 60px rgba(16,52,59,0.10);
}


.service-card:hover::before {
    transform: scale(2);
}


/* =====================================================
   NUMBER
===================================================== */

.service-number {
    position: absolute;

    top: 25px;
    right: 28px;

    font-size: 12px;

    letter-spacing: 2px;

    color: #9aaeb2;

    font-weight: 700;
}


/* =====================================================
   ICON
===================================================== */

.service-icon {
    width: 52px;
    height: 52px;

    display: flex;

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

    margin-bottom: 55px;

    border-radius: 14px;

    background: #e8f7f9;

    color: #10343b;

    font-size: 23px;

    transition: 0.3s ease;
}


.service-card:hover .service-icon {
    background: #10343b;

    color: #4ac4d6;

    transform: rotate(-5deg);
}


/* =====================================================
   TITLE
===================================================== */

.service-card h3 {
    position: relative;

    margin: 0 0 15px;

    font-size: 21px;

    line-height: 1.25;

    color: #10343b;
}


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

.service-card p {
    position: relative;

    margin: 0;

    max-width: 290px;

    font-size: 14px;

    line-height: 1.7;

    color: #72888d;
}


/* =====================================================
   ARROW
===================================================== */

.service-arrow {
    position: absolute;

    right: 28px;
    bottom: 25px;

    width: 35px;
    height: 35px;

    display: flex;

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

    border-radius: 50%;

    border: 1px solid rgba(16,52,59,0.12);

    color: #10343b;

    font-size: 17px;

    transition: 0.3s ease;
}


.service-card:hover .service-arrow {
    background: #10343b;

    color: white;

    transform: rotate(45deg);
}


/* =====================================================
   BOTTOM CTA
===================================================== */

.services-bottom {
    position: relative;

    z-index: 2;

    margin-top: 70px;

    padding: 30px 35px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    border-radius: 20px;

    background: #10343b;

    color: white;
}


.services-bottom strong {
    display: block;

    margin-bottom: 5px;

    font-size: 19px;
}


.services-bottom span {
    color: #a9c3c8;

    font-size: 14px;
}


.services-bottom a {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    padding: 14px 22px;

    border-radius: 50px;

    background: #4ac4d6;

    color: #10343b;

    text-decoration: none;

    font-size: 14px;

    font-weight: 700;

    transition: 0.3s ease;
}


.services-bottom a span {
    color: #10343b;

    font-size: 18px;
}


.services-bottom a:hover {
    transform: translateY(-3px);

    background: white;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1200px) {

    .services-section {
        padding: 110px 6%;
    }

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 850px) {

    .services-heading-row {
        flex-direction: column;

        align-items: flex-start;

        gap: 30px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .services-section {
        padding: 80px 20px;
    }

    .services-heading-row h2 {
        font-size: 45px;

        letter-spacing: -2px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        min-height: 290px;
    }

    .services-bottom {
        flex-direction: column;

        align-items: flex-start;
    }

    .services-bottom a {
        width: 100%;

        justify-content: center;
    }

}

/* SERVICES TEST */
.services-section {
    background: #f7f8f5 !important;
    padding: 140px 10% !important;
}

.services-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
}

.service-card {
    background: white !important;
    padding: 32px !important;
    min-height: 320px !important;
    border-radius: 22px !important;
    display: block !important;
    position: relative !important;
}

/* ================= BACK TO HOME ================= */

.back-home {
    position: fixed;
    top: 125px;
    left: 30px;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 11px 18px;

    background: rgba(255, 255, 255, 0.92);
    color: #10343b;

    border: 1px solid rgba(16, 52, 59, 0.12);
    border-radius: 50px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    z-index: 9999;

    box-shadow: 0 8px 25px rgba(16, 52, 59, 0.08);

    transition: all 0.3s ease;
}

.back-home span {
    font-size: 20px;
    line-height: 1;
}

.back-home:hover {
    background: #10343b;
    color: #ffffff;

    transform: translateX(-3px);

    box-shadow: 0 12px 30px rgba(16, 52, 59, 0.15);
}


/* Mobile */

@media (max-width: 600px) {

    .back-home {
        top: 15px;
        left: 15px;

        padding: 9px 14px;

        font-size: 13px;
    }

}

/* =========================================================
   COMPANY PAGE CSS
========================================================= */


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f8f6;
    color: #0d3038;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: #0d3038;
    color: #ffffff;
    height: 36px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.topbar-inner {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-separator {
    margin: 0 10px;
    color: #55c8d8;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-contact a {
    color: #ffffff;
    transition: color 0.25s ease;
}

.top-contact a:hover {
    color: #55c8d8;
}


/* =========================================================
   HEADER / NAVBAR
========================================================= */

.header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e4e9e8;
}

.header .nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* =========================================================
   BRAND
========================================================= */

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.brand-logo {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.brand-logo img.logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    font-size: 17px;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #0d3038;
}

.brand-text span {
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: 0.20em;
    color: #6f858c;
}

.brand-text small {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0.10em;
    color: #91a3a8;
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-left: auto;
}

.desktop-nav > a,
.nav-dropdown-btn {
    position: relative;
    border: none;
    background: transparent;
    color: #304c54;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 30px 0;
    transition: color 0.25s ease;
}

.desktop-nav > a:hover,
.nav-dropdown-btn:hover {
    color: #0d3038;
}


/* Active navigation */

.desktop-nav > a.active {
    color: #0d3038;
}

.desktop-nav > a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: #4dc5d5;
}


/* =========================================================
   PRODUCTS DROPDOWN
========================================================= */

.nav-dropdown {
    position: relative;
}

.nav-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-dropdown-btn span {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.nav-dropdown:hover .nav-dropdown-btn span {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);

    width: 250px;
    max-height: 470px;
    overflow-y: auto;

    background: #ffffff;
    border: 1px solid #e2e9e8;
    border-radius: 14px;

    padding: 10px;

    box-shadow: 0 20px 45px rgba(13, 48, 56, 0.15);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 11px 14px;
    border-radius: 8px;

    color: #29454d;
    font-size: 13px;
    font-weight: 500;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.dropdown-menu a:hover {
    background: #edf8fa;
    color: #0d3038;
}


/* =========================================================
   GET A SOLUTION BUTTON
========================================================= */

.nav-request {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 14px 22px;

    background: #0d3038;
    color: #ffffff;

    border-radius: 30px;

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

    white-space: nowrap;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.nav-request span {
    font-size: 16px;
}

.nav-request:hover {
    background: #164954;
    transform: translateY(-2px);
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.mobile-menu-btn {
    display: none;

    width: 44px;
    height: 44px;

    border: 1px solid #dce5e4;
    border-radius: 10px;

    background: #ffffff;
    color: #0d3038;

    font-size: 20px;
    cursor: pointer;
}


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

.mobile-nav {
    display: none;
}


/* =========================================================
   COMPANY PAGE HERO
========================================================= */

.page-hero {
    padding: 55px 0 80px;
    background: #f7f8f6;
    border-bottom: 1px solid #e8edeb;
}

.breadcrumb {
    margin-bottom: 15px;

    color: #54717a;
    font-size: 14px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 16px;

    color: #50717a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4dc5d5;
}

.page-hero h1 {
    max-width: 900px;

    color: #0d3038;

    font-size: clamp(48px, 7vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.055em;

    margin-bottom: 25px;
}

.page-hero p {
    max-width: 900px;

    color: #52707a;

    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   COMPANY CONTENT SECTION
========================================================= */

.section {
    padding: 110px 0;
}


/* =========================================================
   ABOUT GRID
========================================================= */

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}


/* =========================================================
   LEFT VISUAL
========================================================= */

.visual {
    min-height: 470px;

    padding: 42px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    border-radius: 24px;

    background:
        radial-gradient(
            circle at 25% 25%,
            rgba(77, 197, 213, 0.18),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #0d3038,
            #124957
        );

    position: relative;
    overflow: hidden;

    box-shadow: 0 30px 70px rgba(13, 48, 56, 0.15);
}


/* Decorative circles */

.visual::before {
    content: "";
    position: absolute;

    width: 330px;
    height: 330px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;

    top: -110px;
    right: -90px;
}

.visual::after {
    content: "";
    position: absolute;

    width: 220px;
    height: 220px;

    border: 1px solid rgba(77, 197, 213, 0.25);
    border-radius: 50%;

    bottom: -90px;
    left: -70px;
}


/* Engineering tag */

.tag {
    position: relative;
    z-index: 2;

    align-self: flex-start;

    margin-bottom: auto;

    padding: 9px 15px;

    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;

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

    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* Quote */

.quote {
    position: relative;
    z-index: 2;

    max-width: 480px;

    color: #ffffff;

    font-size: 22px;
    line-height: 1.55;
    letter-spacing: -0.02em;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.prose {
    max-width: 560px;
}

.kicker {
    margin-bottom: 14px;

    color: #4e7882;

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

    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.prose h2 {
    margin-bottom: 25px;

    color: #0d3038;

    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.05;

    letter-spacing: -0.045em;
}

.prose p {
    margin-bottom: 18px;

    color: #58747c;

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


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 15px;

    padding: 15px 24px;

    border-radius: 30px;

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

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.btn-primary {
    background: #0d3038;
    color: #ffffff;
}

.btn-primary:hover {
    background: #164954;
    transform: translateY(-2px);
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    background: #0a2931;
    color: #ffffff;

    padding: 75px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr 1fr;
    gap: 70px;

    padding-bottom: 60px;
}


/* Footer brand */

footer .brand {
    margin-bottom: 22px;
}

footer .brand-text strong,
footer .brand-text span {
    color: #ffffff;
}

footer .brand-text small {
    color: #9db0c1;
}

footer .brand-logo img {
    filter: none;
}

footer p {
    max-width: 450px;

    color: #9db0c1;

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


/* Footer headings */

footer h3 {
    margin-bottom: 20px;

    color: #ffffff;

    font-size: 15px;
}


/* Footer links */

footer .footer-grid a {
    display: block;

    margin-bottom: 11px;

    color: #a9bcc3;

    font-size: 13px;

    transition: color 0.2s ease;
}

footer .footer-grid a:hover {
    color: #55c8d8;
}


/* Copyright */

.copyright {
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

    display: flex;
    justify-content: space-between;
    gap: 20px;

    color: #78929a;

    font-size: 11px;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1050px) {

    .desktop-nav {
        gap: 18px;
    }

    .header .nav {
        gap: 18px;
    }

    .nav-request {
        padding: 13px 17px;
    }

    .about-grid {
        gap: 50px;
    }

    .footer-grid {
        gap: 40px;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 800px) {

    .container {
        width: min(100% - 32px, 600px);
    }


    /* TOP BAR */

    .topbar {
        height: auto;
    }

    .topbar-inner {
        min-height: 40px;
        height: auto;

        padding: 8px 0;

        flex-direction: column;
        justify-content: center;
        gap: 3px;

        text-align: center;

        font-size: 10px;
    }


    /* HEADER */

    .header .nav {
        min-height: 72px;
    }

    .brand-logo {
        width: 46px;
        height: 46px;
    }

    .brand-logo img.logo {
        width: 46px;
        height: 46px;
    }

    .brand-text strong {
        font-size: 14px;
    }

    .brand-text span {
        font-size: 9px;
    }

    .brand-text small {
        font-size: 8px;
    }


    /* Hide desktop navigation */

    .desktop-nav,
    .nav-request {
        display: none;
    }


    /* Show mobile button */

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* Mobile navigation */

    .mobile-nav {
        display: flex;

        flex-direction: column;

        max-height: 0;
        overflow: hidden;

        background: #ffffff;

        border-top: 1px solid transparent;

        transition:
            max-height 0.35s ease,
            border-color 0.35s ease;
    }

    .mobile-nav.show {
        max-height: 500px;
        border-top-color: #e4e9e8;
    }

    .mobile-nav a {
        padding: 15px 20px;

        border-bottom: 1px solid #edf0ef;

        color: #29454d;

        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav a:hover,
    .mobile-nav a.active {
        color: #0d3038;
        background: #f4fafb;
    }

    .mobile-nav .mobile-request {
        margin: 15px 20px 20px;

        border: none;
        border-radius: 30px;

        background: #0d3038;

        color: #ffffff;

        text-align: center;
    }


    /* PAGE HERO */

    .page-hero {
        padding: 45px 0 60px;
    }

    .page-hero h1 {
        font-size: clamp(42px, 12vw, 64px);
    }

    .page-hero p {
        font-size: 16px;
    }


    /* COMPANY CONTENT */

    .section {
        padding: 70px 0;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .visual {
        min-height: 380px;
        padding: 30px;
    }

    .quote {
        font-size: 19px;
    }

    .prose h2 {
        font-size: 36px;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .copyright {
        flex-direction: column;
        gap: 8px;
    }
}


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

@media (max-width: 480px) {

    .container {
        width: calc(100% - 28px);
    }

    .brand {
        gap: 8px;
    }

    .brand-logo,
    .brand-logo img.logo {
        width: 42px;
        height: 42px;
    }

    .brand-text strong {
        font-size: 13px;
    }

    .brand-text span {
        font-size: 8px;
    }

    .brand-text small {
        display: none;
    }

    .page-hero h1 {
        font-size: 42px;
    }

    .visual {
        min-height: 340px;
        padding: 25px;
    }

    .quote {
        font-size: 18px;
    }

    .prose h2 {
        font-size: 31px;
    }

    footer {
        padding-top: 55px;
    }
}
/* =========================================================
   CONTACT INFORMATION CARDS
========================================================= */

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-top: 20px;
}

.card {
    background: #ffffff;
    border: 1px solid #dce5e9;
    border-radius: 24px;
    padding: 34px 32px;
    min-height: 220px;
    box-shadow: 0 12px 35px rgba(10, 45, 55, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(10, 45, 55, 0.10);
    border-color: #4fc3d4;
}

/* ICON */

.card .icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eaf7fa;
    color: #087d91;

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

    font-size: 23px;
    margin-bottom: 24px;
}

/* CARD TITLE */

.card h3 {
    margin: 0 0 16px;

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

    color: #0b3038;
}

/* CARD TEXT */

.card p {
    margin: 0;

    color: #617b84;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   PHONE NUMBERS
========================================================= */

.phone-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Clickable phone links */

.card .phone-link {
    display: flex;
    align-items: center;
    gap: 10px;

    width: fit-content;

    color: #426773;
    text-decoration: none;

    font-size: 16px;
    font-weight: 500;

    padding: 7px 0;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.card .phone-link:hover {
    color: #079bb1;
    transform: translateX(4px);
}

/* Small phone symbol */

.card .phone-link::before {
    content: "☎";

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

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #eef9fb;
    color: #079bb1;

    font-size: 13px;
}


/* =========================================================
   EMAIL
========================================================= */

.card .email-link {
    display: inline-block;

    color: #426773;
    text-decoration: none;

    font-size: 16px;
    font-weight: 500;

    padding: 7px 0;

    transition: color 0.25s ease;
}

.card .email-link:hover {
    color: #079bb1;
}


/* =========================================================
   LOCATION
========================================================= */

.card .location-text {
    color: #426773;
    font-size: 16px;
    line-height: 1.7;
}


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

@media (max-width: 900px) {

    .cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card {
        min-height: auto;
        padding: 28px;
    }

}

@media (max-width: 600px) {

    .cards {
        padding-top: 10px;
    }

    .card {
        padding: 25px 22px;
        border-radius: 20px;
    }

    .card h3 {
        font-size: 20px;
    }

    .card p,
    .card .phone-link,
    .card .email-link,
    .card .location-text {
        font-size: 15px;
    }

    .card .phone-link {
        padding: 6px 0;
    }

}
/* =========================================================
   SERVICES - BACKGROUND IMAGES
========================================================= */

.service-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #ffffff;
    min-height: 360px;
}

/* Background image */

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;

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

    opacity: 0;
    transform: scale(1.04);

    transition:
        opacity 0.45s ease,
        transform 0.6s ease;

    z-index: -2;
}

/* White overlay */

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;

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

    transition: background 0.4s ease;

    z-index: -1;
}
/* =========================================================
   WHAT WE SOLVE — IMAGE CARDS
========================================================= */

.solutions {
    position: relative;
    overflow: hidden;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(15, 50, 65, 0.12);
}


/* CARD */

.solution-card {
    position: relative;
    min-height: 370px;

    display: flex;
    flex-direction: column;

    overflow: hidden;

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

    text-decoration: none;

    color: #ffffff;

    border-right: 1px solid rgba(255,255,255,0.25);
    border-bottom: 1px solid rgba(255,255,255,0.25);

    transition:
        transform 0.35s ease,
        background-size 0.6s ease;
}


/* IMAGE DARK OVERLAY */

.solution-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5, 35, 48, 0.25) 0%,
            rgba(5, 35, 48, 0.48) 45%,
            rgba(3, 25, 35, 0.90) 100%
        );

    z-index: 1;

    transition:
        background 0.35s ease;
}


/* CARD CONTENT */

.solution-content {
    position: relative;

    z-index: 2;

    height: 100%;

    min-height: 370px;

    padding: 34px;

    display: flex;
    flex-direction: column;
}


/* NUMBER */

.solution-number {
    position: absolute;

    top: 24px;
    left: 28px;

    z-index: 3;

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

    letter-spacing: 2px;

    color: rgba(255,255,255,0.75);
}


/* ICON */

.solution-icon {
    margin-top: 55px;
    margin-bottom: 24px;

    width: 52px;
    height: 52px;

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

    border-radius: 14px;

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

    font-size: 25px;

    box-shadow:
        0 8px 25px rgba(0,0,0,0.18);
}


/* TITLE */

.solution-card h3 {
    margin: 0 0 16px;

    font-size: 25px;
    line-height: 1.12;

    color: #ffffff;

    letter-spacing: -0.5px;
}


/* DESCRIPTION */

.solution-card p {
    max-width: 300px;

    margin: 0;

    font-size: 14px;
    line-height: 1.65;

    color: rgba(255,255,255,0.82);
}


/* ARROW */

.solution-arrow {
    position: absolute;

    right: 28px;
    bottom: 27px;

    width: 44px;
    height: 44px;

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

    border-radius: 50%;

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

    color: #0b3b4b;

    font-size: 22px;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


/* HOVER */

.solution-card:hover {
    transform: translateY(-5px);
}

.solution-card:hover .solution-image-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(5, 35, 48, 0.18) 0%,
            rgba(5, 35, 48, 0.38) 45%,
            rgba(3, 25, 35, 0.82) 100%
        );
}

.solution-card:hover .solution-arrow {
    transform: translateX(5px);

    background: #ffffff;
}


/* REMOVE DOUBLE BORDERS */

.solution-card:nth-child(3),
.solution-card:nth-child(6) {
    border-right: none;
}

.solution-card:nth-child(4),
.solution-card:nth-child(5),
.solution-card:nth-child(6) {
    border-bottom: none;
}


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

@media (max-width: 900px) {

    .solution-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-card {
        min-height: 350px;
    }

    .solution-content {
        min-height: 350px;
        padding: 28px;
    }

    .solution-card h3 {
        font-size: 22px;
    }

    .solution-card:nth-child(3) {
        border-right: 1px solid rgba(255,255,255,0.25);
    }

    .solution-card:nth-child(4) {
        border-right: none;
    }

    .solution-card:nth-child(5) {
        border-right: 1px solid rgba(255,255,255,0.25);
        border-bottom: none;
    }

    .solution-card:nth-child(6) {
        border-right: none;
        border-bottom: none;
    }
}


@media (max-width: 600px) {

    .solution-grid {
        grid-template-columns: 1fr;
    }

    .solution-card,
    .solution-content {
        min-height: 340px;
    }

    .solution-card {
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,0.25) !important;
    }

    .solution-card:last-child {
        border-bottom: none !important;
    }

    .solution-content {
        padding: 26px;
    }

    .solution-card h3 {
        font-size: 23px;
    }

}

/* =========================================================
   SERVICES SECTION
========================================================= */

.services-section {
    position: relative;
    padding: 110px 0 120px;
    background: #f7f9f9;
    overflow: hidden;
}


/* subtle background grid */

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(15, 55, 65, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 55, 65, 0.035) 1px, transparent 1px);

    background-size: 40px 40px;

    pointer-events: none;
}


.services-container {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


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

.services-heading {
    max-width: 720px;
    margin-bottom: 55px;
}


.services-heading .section-kicker {
    display: inline-block;

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

    letter-spacing: 2px;

    color: #18b9d2;

    margin-bottom: 18px;
}


.services-heading h1 {
    margin: 0 0 20px;

    font-size: clamp(42px, 5vw, 68px);

    line-height: 1.02;

    letter-spacing: -2px;

    color: #0d3440;
}


.services-heading p {
    max-width: 650px;

    margin: 0;

    font-size: 17px;

    line-height: 1.7;

    color: #6d858e;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid {
    display: grid;

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

    gap: 20px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 475px;

    background: #ffffff;

    border: 1px solid #e1e9eb;

    border-radius: 24px;

    overflow: hidden;

    text-decoration: none;

    color: inherit;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


.service-card:hover {
    transform: translateY(-8px);

    border-color: rgba(19, 180, 207, 0.4);

    box-shadow:
        0 25px 60px rgba(9, 48, 58, 0.12);
}


/* =========================================================
   SERVICE IMAGE
========================================================= */

.service-image {
    position: relative;

    width: 100%;
    height: 190px;

    overflow: hidden;

    background: #dfeaec;
}


.service-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to bottom,
            rgba(7, 39, 48, 0.02),
            rgba(7, 39, 48, 0.22)
        );

    pointer-events: none;
}


.service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}


.service-card:hover .service-image img {
    transform: scale(1.08);
}


/* =========================================================
   CARD CONTENT
========================================================= */

.service-content {
    position: relative;

    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 27px 28px 28px;
}


.service-top {
    display: flex;

    justify-content: flex-end;

    margin-bottom: 20px;
}


.service-number {
    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #8ba2aa;
}


.service-content h3 {
    margin: 0 0 13px;

    font-size: 23px;

    line-height: 1.15;

    letter-spacing: -0.5px;

    color: #0d3440;
}


.service-content p {
    margin: 0;

    padding-right: 15px;

    font-size: 15px;

    line-height: 1.65;

    color: #6d858e;
}


/* =========================================================
   ARROW
========================================================= */

.service-arrow {
    position: absolute;

    right: 25px;
    bottom: 23px;

    width: 38px;
    height: 38px;

    display: flex;

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

    border: 1px solid #dbe5e7;

    border-radius: 50%;

    font-size: 16px;

    color: #0d3440;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        border-color 0.3s ease;
}


.service-card:hover .service-arrow {
    background: #0d3440;

    border-color: #0d3440;

    color: #ffffff;

    transform: rotate(45deg);
}


/* =========================================================
   FIRST / FEATURED CARD
========================================================= */

.service-card:first-child {
    border-color: #d7e7ea;
}


.service-card:first-child .service-image {
    height: 210px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {

    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 800px) {

    .services-section {
        padding: 80px 0;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 560px) {

    .services-container {
        width: min(100% - 28px, 500px);
    }

    .services-heading {
        margin-bottom: 35px;
    }

    .services-heading h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .services-heading p {
        font-size: 15px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        min-height: 450px;
    }

    .service-image,
    .service-card:first-child .service-image {
        height: 220px;
    }

    .service-content {
        padding: 25px;
    }

}

/* =========================================================
   PRODUCTS DROPDOWN
========================================================= */

.nav-dropdown {
    position: relative;
}


/* Products button */

.nav-dropdown-btn {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #17323b;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 6px;

    padding: 12px 0;
}

.nav-dropdown-btn span {
    font-size: 14px;
    transition: transform 0.25s ease;
}


/* Popup */

.dropdown-menu {
    position: absolute;

    top: calc(100% + 12px);
    left: 50%;

    transform: translateX(-50%) translateY(8px);

    width: 500px;

    background: #ffffff;

    border: 1px solid #e3e9eb;

    border-radius: 22px;

    padding: 20px 24px;

    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 25px;

    row-gap: 2px;

    box-shadow:
        0 20px 50px rgba(10, 35, 45, 0.16),
        0 5px 15px rgba(10, 35, 45, 0.08);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0.22s ease;

    z-index: 9999;
}


/* Small top pointer */

.dropdown-menu::before {
    content: "";

    position: absolute;

    top: -7px;

    left: 50%;

    width: 14px;
    height: 14px;

    background: #ffffff;

    border-left: 1px solid #e3e9eb;
    border-top: 1px solid #e3e9eb;

    transform: translateX(-50%) rotate(45deg);
}


/* Dropdown links */

.dropdown-menu a {
    display: flex;

    align-items: center;

    min-height: 58px;

    padding: 10px 0;

    color: #162c35;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.45;

    transition:
        color 0.2s ease,
        padding-left 0.2s ease;
}


/* Hover */

.dropdown-menu a:hover {
    color: #12b9d5;

    padding-left: 5px;
}


/* Show dropdown */

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;

    visibility: visible;

    pointer-events: auto;

    transform: translateX(-50%) translateY(0);
}


/* Rotate arrow */

.nav-dropdown:hover .nav-dropdown-btn span {
    transform: rotate(180deg);
}


/* =========================================================
   ACTIVE PRODUCTS
========================================================= */

.nav-dropdown:hover .nav-dropdown-btn {
    color: #12aeca;
}

/* =========================================
   CONTACT PHONE / WHATSAPP NUMBERS
========================================= */

.contact-numbers {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.contact-number {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #54758a;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.25s ease, transform 0.25s ease;
}

.contact-number:hover {
    color: #0b3d4a;
    transform: translateX(3px);
}

.contact-number-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}

.phone-icon {
    background: #e8f7fa;
}

.whatsapp-icon {
    background: #e8f7fa;
}

/* Mobile */
@media (max-width: 600px) {

    .contact-numbers {
        gap: 10px;
    }

    .contact-number {
        font-size: 15px;
    }

    .contact-number-icon {
        width: 26px;
        height: 26px;
        font-size: 15px;
    }

}

/* =========================================================
   SAFE ROOF CHEMICALS
   PRODUCTS PAGE STYLESHEET
========================================================= */

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


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", Arial, sans-serif;
    color: #18232d;
    background: #f7f9fb;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

img {
    max-width: 100%;
    display: block;
}


/* =========================================================
   GLOBAL CONTAINER
========================================================= */

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: #102331;
    color: #dbe5eb;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.topbar-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar a {
    color: #ffffff;
    transition: color 0.25s ease;
}

.topbar a:hover {
    color: #d6a34a;
}

.top-separator {
    margin: 0 8px;
    color: #718594;
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 8px;
}


/* =========================================================
   HEADER / NAVBAR
========================================================= */

.header {
    position: relative;
    z-index: 1000;
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid #e7edf1;
    box-shadow: 0 4px 18px rgba(15, 35, 50, 0.05);
}

.nav {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* =========================================================
   BRAND
========================================================= */

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.brand-logo {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text strong {
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #132b3a;
}

.brand-text span {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: #c58d35;
}

.brand-text small {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0.06em;
    color: #758692;
}


/* =========================================================
   DESKTOP NAV
========================================================= */

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-left: auto;
}

.desktop-nav > a,
.nav-dropdown-btn {
    position: relative;
    border: 0;
    background: none;
    color: #334652;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 30px 0;
    transition: color 0.25s ease;
}

.desktop-nav > a::after,
.nav-dropdown-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 0;
    height: 2px;
    background: #c58d35;
    transition: width 0.25s ease;
}

.desktop-nav > a:hover,
.nav-dropdown-btn:hover {
    color: #b47b29;
}

.desktop-nav > a:hover::after,
.nav-dropdown-btn:hover::after {
    width: 100%;
}


/* =========================================================
   PRODUCTS DROPDOWN
========================================================= */

.nav-dropdown {
    position: relative;
}

.nav-dropdown-btn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-dropdown-btn span {
    font-size: 15px;
    color: #8796a0;
    transition: transform 0.25s ease;
}

.nav-dropdown:hover .nav-dropdown-btn span {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);

    width: 250px;
    max-height: 480px;
    overflow-y: auto;

    background: #ffffff;
    border: 1px solid #e3e9ed;
    border-radius: 12px;
    padding: 10px;

    box-shadow:
        0 20px 45px rgba(18, 38, 52, 0.14),
        0 4px 12px rgba(18, 38, 52, 0.05);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0.22s ease;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 7px;
    color: #40525d;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.dropdown-menu a:hover {
    background: #f3f6f8;
    color: #b47b29;
    padding-left: 17px;
}


/* =========================================================
   GET A SOLUTION BUTTON
========================================================= */

.nav-request {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    background: #c58d35;
    color: #ffffff;

    padding: 12px 18px;
    border-radius: 6px;

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

    white-space: nowrap;

    box-shadow: 0 7px 18px rgba(197, 141, 53, 0.18);

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.nav-request:hover {
    background: #ae7724;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(197, 141, 53, 0.27);
}

.nav-request span {
    font-size: 16px;
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.mobile-menu-btn {
    display: none;

    width: 42px;
    height: 42px;

    border: 1px solid #dce4e9;
    border-radius: 7px;

    background: #ffffff;
    color: #173243;

    font-size: 21px;
    cursor: pointer;
}


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

.mobile-nav {
    display: none;
}


/* =========================================================
   PAGE HERO
========================================================= */

.page-hero {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            115deg,
            #102b3c 0%,
            #173b50 58%,
            #214e62 100%
        );

    color: #ffffff;
    padding: 78px 0 86px;
}

.page-hero::before {
    content: "";
    position: absolute;

    width: 420px;
    height: 420px;

    right: -150px;
    top: -190px;

    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 50%;
}

.page-hero::after {
    content: "";
    position: absolute;

    width: 250px;
    height: 250px;

    right: 80px;
    bottom: -190px;

    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 50%;
}

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

.breadcrumb {
    display: inline-flex;
    align-items: center;

    padding: 7px 12px;

    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 5px;

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

    color: #b9cbd4;

    font-size: 12px;
    font-weight: 500;

    margin-bottom: 25px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #e0ae5e;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;

    margin-bottom: 13px;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #c58d35;
}

.page-hero h1 {
    max-width: 760px;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    margin-bottom: 20px;
}

.page-hero p {
    max-width: 670px;

    color: #c4d3da;

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


/* =========================================================
   PRODUCTS SECTION
========================================================= */

.section {
    padding: 90px 0;
    background: #f7f9fb;
}

.product-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.product-card {
    position: relative;
    min-height: 145px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 27px 27px 23px;

    background: #ffffff;

    border: 1px solid #e4eaee;
    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 5px 18px rgba(18, 38, 52, 0.035);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.product-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 0;
    height: 3px;

    background: #c58d35;

    transition: width 0.3s ease;
}

.product-card::after {
    content: "→";

    position: absolute;

    top: 25px;
    right: 25px;

    width: 30px;
    height: 30px;

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

    border-radius: 50%;

    background: #f3f6f8;
    color: #9a6b27;

    font-size: 15px;

    transition: all 0.25s ease;
}

.product-card:hover {
    transform: translateY(-6px);

    border-color: #d6b57d;

    box-shadow:
        0 18px 38px rgba(20, 43, 57, 0.10),
        0 3px 8px rgba(20, 43, 57, 0.04);
}

.product-card:hover::before {
    width: 100%;
}

.product-card:hover::after {
    background: #c58d35;
    color: #ffffff;
    transform: translateX(3px);
}

.product-card strong {
    display: block;

    max-width: 82%;

    color: #1c303d;

    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;

    transition: color 0.25s ease;
}

.product-card:hover strong {
    color: #a97023;
}

.product-card span {
    margin-top: 25px;

    color: #778892;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    transition: color 0.25s ease;
}

.product-card:hover span {
    color: #b17a2c;
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    background: #102531;
    color: #b7c6ce;
}

.footer-grid {
    display: grid;

    grid-template-columns: 1.6fr 0.8fr 1fr;

    gap: 70px;

    padding: 72px 0 58px;
}

.footer-grid > div:first-child {
    max-width: 420px;
}

.footer-grid .brand {
    margin-bottom: 22px;
}

.footer-grid .brand-text strong {
    color: #ffffff;
}

.footer-grid .brand-text span {
    color: #d2a052;
}

.footer-grid p {
    color: #94a9b4;

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

.footer-grid h3 {
    color: #ffffff;

    font-family: "Manrope", sans-serif;

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

    margin-bottom: 20px;
}

.footer-grid a {
    display: block;

    width: fit-content;

    color: #9fb0b9;

    font-size: 13px;

    margin-bottom: 11px;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-grid a:hover {
    color: #d5a04d;
    transform: translateX(3px);
}


/* =========================================================
   COPYRIGHT
========================================================= */

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 20px 0;

    border-top: 1px solid rgba(255,255,255,0.08);

    color: #70858f;

    font-size: 11px;
}


/* =========================================================
   SCROLLBAR
========================================================= */

.dropdown-menu::-webkit-scrollbar {
    width: 5px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f4f6f8;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #cbd5da;
    border-radius: 10px;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1050px) {

    .desktop-nav {
        gap: 18px;
    }

    .nav-request {
        padding: 11px 14px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        gap: 40px;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 800px) {

    .container {
        width: min(100% - 30px, 650px);
    }


    /* TOP BAR */

    .topbar-inner {
        min-height: 38px;
        font-size: 11px;
    }

    .top-contact {
        display: none;
    }


    /* NAVBAR */

    .nav {
        min-height: 74px;
    }

    .desktop-nav,
    .nav-request {
        display: none;
    }

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* MOBILE NAV */

    .mobile-nav {
        display: none;

        position: absolute;

        left: 15px;
        right: 15px;
        top: calc(100% + 8px);

        padding: 10px;

        background: #ffffff;

        border: 1px solid #e2e9ed;
        border-radius: 10px;

        box-shadow: 0 20px 40px rgba(12, 34, 47, 0.14);
    }

    .mobile-nav.show {
        display: block;
    }

    .mobile-nav a {
        display: block;

        padding: 13px 14px;

        border-radius: 6px;

        color: #304550;

        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav a:hover {
        background: #f3f6f8;
        color: #b17728;
    }

    .mobile-nav .mobile-request {
        margin-top: 7px;

        background: #c58d35;
        color: #ffffff;

        text-align: center;
    }


    /* HERO */

    .page-hero {
        padding: 60px 0 65px;
    }

    .page-hero h1 {
        font-size: 40px;
    }

    .page-hero p {
        font-size: 15px;
    }


    /* PRODUCTS */

    .section {
        padding: 60px 0;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product-card {
        min-height: 125px;
        padding: 23px;
    }


    /* FOOTER */

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;

        padding: 55px 0 40px;
    }

    .copyright {
        flex-direction: column;
        align-items: flex-start;

        padding: 18px 0;
    }
}


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

@media (max-width: 480px) {

    .container {
        width: calc(100% - 24px);
    }

    .brand-logo,
    .brand-logo img {
        width: 42px;
        height: 42px;
    }

    .brand-text strong {
        font-size: 14px;
    }

    .brand-text span {
        font-size: 12px;
    }

    .brand-text small {
        font-size: 8px;
    }

    .page-hero {
        padding: 48px 0 55px;
    }

    .breadcrumb {
        font-size: 10px;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .page-hero p {
        font-size: 14px;
    }

    .product-card strong {
        font-size: 16px;
    }

    .product-card::after {
        right: 20px;
        top: 20px;
    }
}

/* =========================================================
   SAFE ROOF CHEMICALS
   ALTERNATIVE PREMIUM STYLE
========================================================= */

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


/* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    background: #f4f6f7;
    color: #152532;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}

.container {
    width: min(1160px, calc(100% - 48px));
    margin: auto;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: #0b1f2c;
    color: #c5d0d6;
    font-size: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.topbar .container {
    min-height: 38px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar span:last-child {
    color: #ffffff;
}


/* =========================================================
   HEADER
========================================================= */

header {
    background: #ffffff;
    border-bottom: 1px solid #e5eaed;

    position: relative;
    z-index: 1000;
}

.nav {
    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   BRAND
========================================================= */

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    width: 46px;
    height: 46px;

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

    background: #0d3448;
    color: #ffffff;

    border-radius: 8px;

    font-family: "Manrope", sans-serif;
    font-size: 17px;
    font-weight: 800;

    box-shadow: 0 5px 15px rgba(13,52,72,0.15);
}

.brand > span:last-child {
    display: flex;
    flex-direction: column;

    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;

    color: #172b38;

    line-height: 1.1;
}

.brand small {
    margin-top: 5px;

    font-family: "DM Sans", sans-serif;
    font-size: 9px;
    font-weight: 600;

    letter-spacing: 0.16em;

    color: #8998a1;
}


/* =========================================================
   NAVIGATION
========================================================= */

.links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.links > a,
.drop > button {
    position: relative;

    border: 0;
    background: transparent;

    color: #263945;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    padding: 30px 0;

    transition: color 0.2s ease;
}

.links > a:hover,
.drop > button:hover {
    color: #b47c2c;
}


/* GOLD UNDERLINE */

.links > a::after,
.drop > button::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 22px;

    width: 0;
    height: 2px;

    background: #c6923d;

    transition: width 0.25s ease;
}

.links > a:hover::after,
.drop > button:hover::after {
    width: 100%;
}


/* =========================================================
   DROPDOWN
========================================================= */

.drop {
    position: relative;
}

.drop > button {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropmenu {
    position: absolute;

    top: 74px;
    left: 50%;

    width: 245px;
    max-height: 450px;

    overflow-y: auto;

    transform: translateX(-50%) translateY(12px);

    background: #ffffff;

    border: 1px solid #e3e8eb;
    border-radius: 9px;

    padding: 8px;

    box-shadow: 0 18px 45px rgba(10,30,43,0.14);

    opacity: 0;
    visibility: hidden;

    transition: all 0.22s ease;
}

.drop:hover .dropmenu {
    opacity: 1;
    visibility: visible;

    transform: translateX(-50%) translateY(0);
}

.dropmenu a {
    display: block;

    padding: 10px 12px;

    border-radius: 6px;

    color: #42545e;

    font-size: 13px;
    font-weight: 500;

    transition: all 0.2s ease;
}

.dropmenu a:hover {
    background: #f3f6f7;
    color: #ae7628;

    padding-left: 17px;
}


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

.menu {
    display: none;

    border: 1px solid #dce4e8;
    background: #ffffff;

    width: 42px;
    height: 42px;

    border-radius: 7px;

    font-size: 20px;
    cursor: pointer;
}


/* =========================================================
   HERO
========================================================= */

.page-hero {
    position: relative;

    overflow: hidden;

    background:
        linear-gradient(
            110deg,
            #092b3d 0%,
            #0c4058 55%,
            #125d78 100%
        );

    color: #ffffff;

    padding: 64px 0 68px;
}


/* subtle architectural pattern */

.page-hero::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -300px;
    top: -350px;

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 50%;
}

.page-hero::after {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -80px;
    bottom: -260px;

    border: 1px solid rgba(255,255,255,0.06);

    border-radius: 50%;
}

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


/* breadcrumb */

.breadcrumb {
    display: inline-block;

    padding: 6px 11px;

    margin-bottom: 23px;

    border-left: 2px solid #c6923d;

    color: #aebfc7;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: 0.03em;
}


/* eyebrow */

.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 13px;

    color: #d9aa61;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";

    width: 26px;
    height: 2px;

    background: #c6923d;
}


/* HERO TITLE */

.page-hero h1 {
    max-width: 850px;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: clamp(42px, 5.5vw, 68px);

    line-height: 1.05;

    letter-spacing: -0.045em;

    margin-bottom: 17px;
}

.page-hero p {
    color: #c6d6dc;

    font-size: 16px;
}


/* =========================================================
   MAIN CONTENT
========================================================= */

.section {
    background: #f4f6f7;

    padding: 82px 0 95px;
}

.prose {
    max-width: 920px;
}


/* application label */

.kicker {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    color: #b67e2c;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.kicker::before {
    content: "";

    width: 25px;
    height: 2px;

    background: #c6923d;
}


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

.prose h2 {
    font-family: "Manrope", sans-serif;

    color: #172936;

    font-size: clamp(28px, 4vw, 43px);

    line-height: 1.18;

    letter-spacing: -0.035em;

    margin-bottom: 17px;
}


/* second heading - HDPE APP SBS */

.prose h2 + h2 {
    display: inline-block;

    margin-top: 5px;
    margin-bottom: 20px;

    padding: 8px 14px;

    background: #e9eef0;

    border-left: 3px solid #c6923d;

    color: #23404e;

    font-family: "DM Sans", sans-serif;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 0.08em;
}


/* =========================================================
   DESCRIPTION CARD
========================================================= */

.prose p {
    max-width: 850px;

    padding: 25px 28px;

    margin-bottom: 27px;

    background: #ffffff;

    border: 1px solid #e1e7ea;
    border-radius: 8px;

    color: #64757e;

    font-size: 15px;

    line-height: 1.85;

    box-shadow: 0 7px 25px rgba(20,42,54,0.04);
}


/* =========================================================
   CTA BUTTON
========================================================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 6px;

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

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.btn-primary {
    background: #c58d35;
    color: #ffffff;

    box-shadow: 0 8px 20px rgba(197,141,53,0.18);
}

.btn-primary:hover {
    background: #ad7626;

    transform: translateY(-3px);

    box-shadow: 0 12px 28px rgba(197,141,53,0.25);
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    background: #0b202c;

    color: #a7b7bf;
}

.footer-grid {
    display: grid;

    grid-template-columns: 1.6fr 0.8fr 1fr;

    gap: 70px;

    padding: 65px 0 52px;
}

.footer-grid .brand {
    margin-bottom: 20px;
}

.footer-grid .logo {
    background: #ffffff;
    color: #0d3448;
}

.footer-grid .brand > span:last-child {
    color: #ffffff;
}

.footer-grid p {
    max-width: 430px;

    color: #899da7;

    font-size: 13px;

    line-height: 1.8;
}

.footer-grid h3 {
    margin-bottom: 18px;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 14px;
}

.footer-grid a {
    display: block;

    width: fit-content;

    margin-bottom: 10px;

    color: #9aadb6;

    font-size: 13px;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.footer-grid a:hover {
    color: #d4a055;

    transform: translateX(3px);
}


/* =========================================================
   COPYRIGHT
========================================================= */

.copyright {
    display: flex;
    justify-content: space-between;

    padding: 19px 0;

    border-top: 1px solid rgba(255,255,255,0.08);

    color: #6f858f;

    font-size: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 850px) {

    .links {
        display: none;
    }

    .menu {
        display: flex;

        align-items: center;
        justify-content: center;
    }

    .page-hero {
        padding: 55px 0 60px;
    }

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

    .section {
        padding: 60px 0 70px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}


@media (max-width: 560px) {

    .container {
        width: calc(100% - 30px);
    }

    .topbar .container {
        justify-content: center;
    }

    .topbar span:first-child {
        display: none;
    }

    .nav {
        min-height: 72px;
    }

    .brand > span:last-child {
        font-size: 14px;
    }

    .brand small {
        font-size: 8px;
    }

    .logo {
        width: 42px;
        height: 42px;
    }

    .page-hero {
        padding: 45px 0 50px;
    }

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

    .page-hero p {
        font-size: 14px;
    }

    .section {
        padding: 50px 0 60px;
    }

    .prose h2 {
        font-size: 29px;
    }

    .prose p {
        padding: 21px;

        font-size: 14px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-grid > div:first-child {
        grid-column: auto;
    }

    .copyright {
        flex-direction: column;
        gap: 6px;
    }
}

/* =========================================================
   SOLUTION / CTA BUTTONS
========================================================= */

.btn-primary,
.nav-request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    background: #0d6efd;
    color: #ffffff;

    border: 1px solid #0d6efd;
    border-radius: 6px;

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

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* Ask about this solution */

.btn-primary {
    min-height: 48px;
    padding: 0 22px;

    box-shadow: 0 7px 18px rgba(13, 110, 253, 0.18);
}

.btn-primary:hover {
    background: #0958d9;
    border-color: #0958d9;

    transform: translateY(-2px);

    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.25);
}


/* Get a Solution */

.nav-request {
    padding: 11px 18px;

    white-space: nowrap;

    box-shadow: 0 5px 14px rgba(13, 110, 253, 0.15);
}

.nav-request:hover {
    background: #0958d9;
    border-color: #0958d9;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 9px 20px rgba(13, 110, 253, 0.22);
}

/* =========================================================
   UNIVERSAL NAVBAR
========================================================= */

.site-header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e5edf0;
}

.site-header .nav {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   BRAND
========================================================= */

.site-header .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #0b3039;
    flex-shrink: 0;
}

.brand-logo {
    width: 178px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.site-header .brand-text strong {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
}

.site-header .brand-text span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 4px;
}

.site-header .brand-text small {
    font-size: 9px;
    color: #71858d;
    margin-top: 6px;
    letter-spacing: .5px;
}


/* =========================================================
   MAIN NAVIGATION
========================================================= */

.site-header .links {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-left: auto;
}

.site-header .links > a,
.site-header .drop > button {
    position: relative;
    border: 0;
    background: transparent;
    color: #142833;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    padding: 31px 0;
    white-space: nowrap;
}

.site-header .links > a::after,
.site-header .drop > button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 0;
    height: 2px;
    background: #20bfd5;
    transition: width .25s ease;
}

.site-header .links > a:hover::after,
.site-header .drop:hover > button::after {
    width: 100%;
}

.site-header .links > a:hover,
.site-header .drop:hover > button {
    color: #0a4655;
}


/* =========================================================
   PRODUCTS DROPDOWN
========================================================= */

.site-header .drop {
    position: relative;
}

.site-header .drop > button {
    display: flex;
    align-items: center;
    gap: 7px;
}

.site-header .drop > button span {
    font-size: 13px;
    transition: transform .25s ease;
}

.site-header .drop:hover > button span {
    transform: rotate(180deg);
}


/* =========================================================
   PRODUCT POPUP
========================================================= */

.site-header .dropmenu {
    position: absolute;

    top: calc(100% - 1px);
    left: 50%;

    width: 520px;

    transform: translateX(-50%) translateY(12px);

    display: grid;
    grid-template-columns: 1fr 1fr;

    column-gap: 0;
    row-gap: 0;

    padding: 18px 24px 20px;

    background: #ffffff;

    border: 1px solid #dce7eb;

    border-radius: 0 0 22px 22px;

    box-shadow:
        0 20px 50px rgba(10, 50, 60, .14);

    opacity: 0;
    visibility: hidden;

    pointer-events: none;

    transition:
        opacity .2s ease,
        transform .2s ease,
        visibility .2s ease;
}


/* Small top spacing / popup appearance */

.site-header .drop:hover .dropmenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}


/* =========================================================
   DROPDOWN LINKS
========================================================= */

.site-header .dropmenu a {
    display: flex;
    align-items: center;

    min-height: 58px;

    padding: 12px 0;

    color: #172934;

    text-decoration: none;

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

    line-height: 1.4;

    transition:
        color .2s ease,
        padding-left .2s ease;
}

.site-header .dropmenu a:hover {
    color: #10aeca;
    padding-left: 6px;
}


/* =========================================================
   MOBILE MENU BUTTON
========================================================= */

.site-header .menu {
    display: none;

    width: 44px;
    height: 44px;

    border: 1px solid #dce7eb;
    border-radius: 10px;

    background: #ffffff;

    color: #0b3039;

    font-size: 23px;

    cursor: pointer;
}


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

.mobile-nav {
    display: none;
}


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

@media (max-width: 1100px) {

    .site-header .links {
        gap: 20px;
    }

    .site-header .links > a,
    .site-header .drop > button {
        font-size: 14px;
    }

    .site-header .dropmenu {
        width: 470px;
    }

}


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

@media (max-width: 850px) {

    .site-header .nav {
        min-height: 72px;
        padding-top: 10px;
        padding-bottom: 10px;
    }


    /* Hide desktop navigation */

    .site-header .links {
        display: none;
    }


    /* Show hamburger */

    .site-header .menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /* Mobile dropdown */

    .mobile-nav {
        display: none;

        flex-direction: column;

        background: #ffffff;

        border-top: 1px solid #e5edf0;

        box-shadow: 0 15px 30px rgba(10, 40, 50, .10);
    }

    .mobile-nav.show {
        display: flex !important;
    }

    .mobile-nav a {
        padding: 16px 22px;

        color: #142833;

        text-decoration: none;

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

        border-bottom: 1px solid #edf2f4;
    }

    .mobile-nav a:hover {
        background: #f2fbfd;
        color: #0aa9c3;
    }

    .mobile-nav .mobile-request {
        margin: 14px 18px 18px;

        border-radius: 10px;

        background: #0b3039;
        color: #ffffff;

        text-align: center;

        border: 0;
    }


    /* Smaller logo */

    .brand-logo {
        width: 42px;
        height: 42px;
    }

    .site-header .brand-text strong {
        font-size: 15px;
    }

    .site-header .brand-text span {
        font-size: 9px;
    }

    .site-header .brand-text small {
        font-size: 8px;
    }

}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 480px) {

    .site-header .brand {
        gap: 8px;
    }

    .brand-logo {
        width: 38px;
        height: 38px;
    }

    .site-header .brand-text strong {
        font-size: 13px;
    }

    .site-header .brand-text span {
        font-size: 8px;
        letter-spacing: 1.5px;
    }

    .site-header .brand-text small {
        display: none;
    }

    .site-header .menu {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

}

.nav-request {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 18px 22px;

    background: #ffffff;
    color: #0d3038;

    text-decoration: none;
    font-size: 15px;
    font-weight: 700;

    border-left: 1px solid #e5ecef;
    border-right: 1px solid #e5ecef;

    box-shadow: none;
    position: relative;
    z-index: 10;

    transition: all 0.25s ease;
}

.nav-request span {
    font-size: 17px;
    line-height: 1;
    color: #0d3038;
}

.nav-request:hover {
    background: #0d3038;
    color: #ffffff;
}

.nav-request:hover span {
    color: #ffffff;
}

/* =========================================================
   GET A SOLUTION - FINAL FIX
========================================================= */

.nav-request {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;

    height: auto !important;
    min-height: 60px;

    padding: 0 20px !important;
    margin: 0 !important;

    background: #ffffff !important;
    color: #0d3038 !important;

    text-decoration: none !important;
    border: 0 !important;
    border-left: 1px solid #e5ecef !important;
    border-right: 1px solid #e5ecef !important;

    box-shadow: none !important;
    outline: none !important;

    position: relative;
    overflow: hidden;

    transition: background 0.25s ease,
                color 0.25s ease;
}

/* Remove anything created by pseudo-elements */
.nav-request::before,
.nav-request::after {
    content: none !important;
    display: none !important;
}

/* Arrow */
.nav-request span {
    display: inline !important;

    width: auto !important;
    height: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    color: inherit !important;

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

/* Hover */
.nav-request:hover {
    background: #0d3038 !important;
    color: #ffffff !important;
}

/* Remove the ugly box when clicked */
.nav-request:focus,
.nav-request:active,
.nav-request:focus-visible {
    outline: none !important;
    box-shadow: none !important;

    background: #ffffff !important;
    color: #0d3038 !important;
}

/* Arrow should also stay clean */
.nav-request:focus span,
.nav-request:active span {
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
}

/* =========================
   FOOTER
========================= */

footer {
    background: #0b3038;
    color: #ffffff;
    margin-top: 0;
    padding: 70px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 70px;
    align-items: start;
}

/* Company section */

.footer-grid > div:first-child {
    max-width: 420px;
}

footer .brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    text-decoration: none;
}

footer .brand .logo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    color: #0b3038;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
}

footer .brand > span:last-child {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1;
}

footer .brand small {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #8faeb8;
}

footer p {
    color: #91b0ba;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* Footer headings */

.footer-grid h3 {
    color: #ffffff;
    font-size: 16px;
    margin: 8px 0 25px;
    font-weight: 700;
}

/* Footer links */

.footer-grid a {
    display: block;
    color: #91b0ba;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 17px;
    transition: color 0.25s ease,
                transform 0.25s ease;
}

.footer-grid a:hover {
    color: #45c4d8;
    transform: translateX(4px);
}

/* Contact */

.footer-grid > div:last-child a {
    margin-bottom: 16px;
}

/* Copyright */

.copyright {
    margin-top: 55px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.12);

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

    color: #6f939d;
    font-size: 12px;
    letter-spacing: 0.3px;
}

/* =========================
   RESPONSIVE FOOTER
========================= */

@media (max-width: 900px) {

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 45px;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
        max-width: 600px;
    }

    .copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 600px) {

    footer {
        padding: 50px 0 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-grid > div:first-child {
        grid-column: auto;
    }

    .copyright {
        margin-top: 35px;
        font-size: 11px;
    }
}

/* =================================
   FOOTER BOTTOM
================================= */

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 50px;
    padding-top: 22px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    color: #6f939d;
    font-size: 12px;
}


/* =================================
   DEVELOPER
================================= */

.developer-credit {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #91b0ba;
}


/* Developer image */

.developer-image {
    width: 42px;
    height: 42px;

    object-fit: cover;

    border-radius: 50%;

    border: 2px solid rgba(255, 255, 255, 0.25);

    transition: all 0.3s ease;
}


.developer-image:hover {
    transform: scale(1.08);

    border-color: #45c4d8;
}


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

@media (max-width: 700px) {

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 18px;
    }

    .developer-credit {
        order: 2;
    }

}

/* =========================================
   SAFE ROOF - PREMIUM FOOTER
========================================= */

.footer {
    background: #071c15;
    color: #ffffff;
    margin-top: 0;
    padding: 85px 0 28px;
}


/* =========================================
   MAIN FOOTER
========================================= */

.footer-main {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 100px;
    align-items: start;
}


/* =========================================
   LARGE BRAND
========================================= */

.footer-brand-area {
    min-width: 0;
}

.footer-big-brand {
    font-size: clamp(90px, 10vw, 170px);
    font-weight: 800;
    line-height: 0.78;
    letter-spacing: -7px;

    color: rgba(110, 145, 73, 0.20);

    margin-left: -8px;
    margin-bottom: 50px;
}

.footer-big-brand span {
    color: rgba(110, 145, 73, 0.20);
}


/* =========================================
   TAGLINE
========================================= */

.footer-tagline {
    max-width: 520px;
}

.footer-tagline strong {
    display: block;

    color: #ffffff;

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

    margin-bottom: 10px;
}

.footer-tagline p {
    color: #91aaa1;

    font-size: 14px;
    line-height: 1.7;

    margin: 0;
    max-width: 500px;
}


/* =========================================
   RIGHT COLUMNS
========================================= */

.footer-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;

    padding-top: 10px;
}


.footer-column {
    display: flex;
    flex-direction: column;
}


.footer-column h3 {
    color: #a9bd4d;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2px;

    margin: 0 0 25px;
}


.footer-column a,
.footer-column span {
    color: #a6b9b1;

    text-decoration: none;

    font-size: 14px;
    line-height: 1.5;

    margin-bottom: 18px;

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}


.footer-column a:hover {
    color: #ffffff;

    transform: translateX(4px);
}


/* =========================================
   DEVELOPER
========================================= */

.developer-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    margin-top: -5px;
}


.developer-space {
    flex: 1;
}


.developer-image {
    width: 300px;
    max-width: 100%;

    height: auto;

    display: block;

    border: 1px solid rgba(255, 255, 255, 0.18);

    object-fit: contain;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


.developer-image:hover {
    transform: translateY(-3px);

    border-color: rgba(169, 189, 77, 0.6);
}


/* =========================================
   BOTTOM
========================================= */

.footer-bottom {
    display: flex;

    justify-content: space-between;
    align-items: center;

    margin-top: 30px;
    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.10);

    color: #60786f;

    font-size: 11px;
    letter-spacing: 0.5px;
}


.footer-bottom span:last-child {
    font-size: 10px;
    letter-spacing: 1px;
}


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

@media (max-width: 1000px) {

    .footer-main {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-big-brand {
        font-size: 100px;
    }

    .footer-right {
        grid-template-columns: repeat(3, 1fr);
    }

    .developer-row {
        justify-content: flex-end;
        margin-top: 40px;
    }

}


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

@media (max-width: 650px) {

    .footer {
        padding: 60px 0 25px;
    }

    .footer-main {
        gap: 45px;
    }

    .footer-big-brand {
        font-size: 65px;
        letter-spacing: -4px;

        margin-bottom: 35px;
    }

    .footer-right {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .footer-column:last-child {
        grid-column: 1 / -1;
    }

    .developer-row {
        justify-content: flex-start;
        margin-top: 35px;
    }

    .developer-image {
        width: 260px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 12px;

        margin-top: 30px;
    }

}


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

@media (max-width: 420px) {

    .footer-right {
        grid-template-columns: 1fr;
    }

    .footer-column:last-child {
        grid-column: auto;
    }

    .footer-big-brand {
        font-size: 55px;
    }

}

.developer-credit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.developer-credit a {
    display: block;
    text-decoration: none;
}

.developer-credit img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(255,255,255,0.2);
    transition: transform 0.3s ease,
                box-shadow 0.3s ease,
                border-color 0.3s ease;
}

.developer-credit a:hover img {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    border-color: #4fc3d9;
}

/* =========================================
   MODERN FOOTER
========================================= */

.footer {
    background: #071f24;
    color: #ffffff;
    margin-top: 0;
    padding-top: 80px;
    overflow: hidden;
}


/* =========================================
   TOP SECTION
========================================= */

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1.3fr 1.4fr;
    gap: 60px;
    padding-bottom: 65px;
}


/* =========================================
   BRAND
========================================= */

.footer-brand-name {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.05;
    color: #ffffff;
}

.footer-brand-name span {
    display: block;
    color: #4fc4d8;
    letter-spacing: 3px;
    font-size: 22px;
    margin-top: 5px;
}


.footer-description {
    max-width: 390px;
    margin-top: 25px;
    color: #91adb5;
    font-size: 15px;
    line-height: 1.8;
}


.footer-location {
    margin-top: 22px;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
}


/* =========================================
   FOOTER COLUMNS
========================================= */

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.footer-column h3 {
    margin: 0 0 25px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #4fc4d8;
    font-weight: 700;
}


.footer-column a,
.footer-column span {
    color: #a9c0c6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    transition: color 0.25s ease,
                transform 0.25s ease;
}


.footer-column a:hover {
    color: #ffffff;
    transform: translateX(4px);
}


/* =========================================
   LOWER SECTION
========================================= */

.footer-lower {
    border-top: 1px solid rgba(255,255,255,0.10);

    padding-top: 25px;
    padding-bottom: 25px;

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

    gap: 30px;
}


/* =========================================
   COPYRIGHT
========================================= */

.footer-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;

    color: #6f8c94;
    font-size: 12px;
    letter-spacing: 0.4px;
}


/* =========================================
   DEVELOPER CARD
========================================= */

.developer-card {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 12px 19px;

    border: 1px solid rgba(255,255,255,0.15);

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

    text-decoration: none;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}


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

    border-color: #4fc4d8;

    background: rgba(255,255,255,0.06);
}


/* Developer image */

.developer-card img {
    width: 225px;
    height: auto;
    display: block;
}


/* Developer text */

.developer-text {
    display: flex;
    flex-direction: column;
}


.developer-text span {
    color: #78959d;
    font-size: 9px;
    letter-spacing: 2px;
}


.developer-text strong {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 3px;
}


.developer-text small {
    color: #4fc4d8;
    font-size: 10px;
    margin-top: 5px;
}


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

@media (max-width: 1000px) {

    .footer-top {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 45px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

}


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

@media (max-width: 700px) {

    .footer {
        padding-top: 55px;
    }


    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;
        padding-bottom: 45px;
    }


    .footer-brand {
        grid-column: 1 / -1;
    }


    .footer-brand-name {
        font-size: 28px;
    }


    .footer-brand-name span {
        font-size: 18px;
    }


    .footer-lower {
        flex-direction: column;
        align-items: flex-start;
    }


    .developer-card {
        width: 100%;
        box-sizing: border-box;
    }


    .developer-card img {
        width: 130px;
    }

}


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

@media (max-width: 480px) {

    .footer-top {
        grid-template-columns: 1fr;
    }


    .footer-column {
        width: 100%;
    }


    .developer-card {
        gap: 10px;
        padding: 10px;
    }


    .developer-card img {
        width: 105px;
    }


    .developer-text strong {
        font-size: 15px;
    }

}

/*START NOW*/


/* =========================================================
   MEMBRANE TYPES
========================================================= */

.membrane-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 45px 0;
}


.membrane-item {
    padding: 30px;
    border: 1px solid rgba(20, 40, 60, 0.12);
    border-radius: 16px;
    background: #ffffff;
    transition: transform 0.3s ease,
                box-shadow 0.3s ease,
                border-color 0.3s ease;
}


.membrane-item:hover {
    transform: translateY(-6px);
    border-color: rgba(20, 40, 60, 0.25);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}


.membrane-item h3 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 700;
}


.membrane-item p {
    margin: 0;
    line-height: 1.75;
    color: #596979;
}


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

@media (max-width: 800px) {

    .membrane-types {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 30px 0;
    }


    .membrane-item {
        padding: 24px;
    }


    .membrane-item h3 {
        font-size: 20px;
    }

}

/* ================================
   DEVELOPER CREDIT - MOBILE
================================ */

@media (max-width: 768px) {

    .developer-credit,
    .developer-card {
        width: auto;
        margin: 20px auto 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .developer-credit img,
    .developer-card img {
        width: 85%;
        max-width: 280px;
        height: auto;
        display: block;
        object-fit: contain;
    }

}


/* Smaller phones */
@media (max-width: 480px) {

    .developer-credit,
    .developer-card {
        margin: 18px auto 8px;
    }

    .developer-credit img,
    .developer-card img {
        width: 78%;
        max-width: 250px;
    }

}

@media (max-width: 768px) {

    .developer-credit,
    .developer-card {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 18px auto 12px;
        padding: 0;
        border: none;
        background: transparent;
    }

    .developer-credit img,
    .developer-card img {
        width: 240px;
        max-width: 75%;
        height: auto;
        display: block;
        object-fit: contain;
    }

}

@media (max-width: 480px) {

    .developer-credit img,
    .developer-card img {
        width: 210px;
        max-width: 72%;
    }

}

/*FOUNDER SWP*/
/* =========================================================
   FOUNDER SECTION
========================================================= */

.founder-section {
    padding: -5px 0;
    background: #f3f6f5;
}

.founder-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.founder-block {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: center;
    background: #062521;
    padding: 60px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

/* Subtle background detail */
.founder-block::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(73, 199, 210, 0.12);
    border-radius: 50%;
    right: -180px;
    top: -180px;
}

.founder-block::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(73, 199, 210, 0.08);
    border-radius: 50%;
    left: -150px;
    bottom: -150px;
}


/* =========================================================
   FOUNDER IMAGE
========================================================= */

.founder-image {
    position: relative;
    z-index: 1;
}

.founder-image img {
    width: 80%;
    max-width: 310px;
    height: 380px;
    object-fit: cover;
    display: block;

    border-radius: 3px;

    filter: grayscale(10%);
    transition: all 0.4s ease;

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.25);
}

.founder-image img:hover {
    transform: translateY(-5px);
}


/* Small accent line under image */

.founder-image::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #55c7d5;
    margin-top: 22px;
}


/* =========================================================
   FOUNDER CONTENT
========================================================= */

.founder-content {
    position: relative;
    z-index: 1;
}

.founder-kicker {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #55c7d5;
    margin-bottom: 18px;
}

.founder-content h2 {
    margin: 0 0 10px;

    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.05;

    font-weight: 700;
    color: #ffffff;

    letter-spacing: -1px;
}

.founder-role {
    display: block;

    font-size: 15px;
    font-weight: 600;

    color: #b9d6d3;

    margin-bottom: 28px;
}

.founder-content p {
    max-width: 600px;

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

    color: #a9c4c1;

    margin: 0 0 18px;
}


/* =========================================================
   FOUNDER QUOTE
========================================================= */

.founder-quote {
    margin-top: 30px;
    padding-left: 22px;

    border-left: 2px solid #55c7d5;

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

    color: #ffffff;
    font-weight: 500;
}


/* =========================================================
   LINKEDIN BUTTON
========================================================= */

.founder-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 30px;

    padding: 13px 22px;

    border: 1px solid rgba(85, 199, 213, 0.5);
    border-radius: 2px;

    color: #ffffff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.founder-link:hover {
    background: #55c7d5;
    color: #062521;
    border-color: #55c7d5;
    transform: translateY(-2px);
}


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

@media (max-width: 768px) {

    .founder-section {
        padding: 65px 0;
    }

    .founder-container {
        padding: 0 18px;
    }

    .founder-block {
        grid-template-columns: 1fr;
        gap: 40px;

        padding: 35px 25px;
    }

    .founder-image {
        text-align: center;
    }

    .founder-image img {
        width: 100%;
        max-width: 300px;
        height: 350px;
        margin: 0 auto;
    }

    .founder-image::after {
        margin: 20px auto 0;
    }

    .founder-content {
        text-align: left;
    }

    .founder-content h2 {
        font-size: 36px;
    }

    .founder-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .founder-quote {
        font-size: 16px;
    }

}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 480px) {

    .founder-block {
        padding: 28px 20px;
    }

    .founder-image img {
        max-width: 260px;
        height: 310px;
    }

    .founder-kicker {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .founder-content h2 {
        font-size: 32px;
    }

    .founder-role {
        font-size: 14px;
    }

    .founder-content p {
        font-size: 14px;
    }

    .founder-link {
        width: 100%;
        justify-content: center;
    }
}

/* =========================================================
   COMPANY IMAGE SLIDER
========================================================= */

.image-slider {
    position: relative;
    overflow: hidden;
    min-height: 470px;
    border-radius: 24px;
    background: #103f48;
    isolation: isolate;
}

/* Image container */
.slider-images {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Individual images */
.slider-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    opacity: 0;
    transform: scale(1.04);

    transition:
        opacity 1s ease-in-out,
        transform 4s ease-in-out;
}

/* Active image */
.slider-image.active {
    opacity: 1;
    transform: scale(1);
}

/* Dark overlay so text remains readable */
.slider-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            to bottom,
            rgba(5, 35, 42, 0.25),
            rgba(5, 35, 42, 0.78)
        );
}

/* Keep tag above images */
.image-slider .tag {
    position: absolute;
    top: 42px;
    left: 42px;
    z-index: 2;
}

/* Keep quote above images */
.image-slider .quote {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 42px;

    z-index: 2;
}

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

@media (max-width: 768px) {

    .image-slider {
        min-height: 400px;
        border-radius: 20px;
    }

    .image-slider .tag {
        top: 25px;
        left: 25px;
        right: 25px;
    }

    .image-slider .quote {
        left: 25px;
        right: 25px;
        bottom: 25px;
    }

}

/* =========================================================
   FINAL MOBILE NAVBAR FIX
   PC/DESKTOP IS NOT AFFECTED
========================================================= */

@media (max-width: 800px) {

    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;

        width: 44px;
        height: 44px;

        border: 1px solid #dce5e4;
        border-radius: 10px;

        background: #ffffff;
        color: #102d34;

        font-size: 24px;
        line-height: 1;
        cursor: pointer;

        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        position: relative;
        z-index: 1002;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav.show {
        display: flex !important;
        flex-direction: column;
    }
}
