/*==========================================================
ABOUT PAGE REDESIGN
==========================================================*/

/* Global Layout Utilities for About Page */
.bg-blueprint-grid-dark {
    position: relative;
    background: #07182E;
    overflow: hidden;
}

.bg-blueprint-grid-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.35;
    z-index: 1;
}

/* 1. Hero Section */
.about-hero {
    position: relative;
    padding: 140px 0 90px;
    color: white;
}

.hero-blueprint-line-y {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(96, 165, 250, 0.15);
    z-index: 1;
}

.hero-blueprint-line-x {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(96, 165, 250, 0.15);
    z-index: 1;
}

.blueprint-dimension {
    position: absolute;
    font-family: monospace;
    font-size: 0.75rem;
    color: rgba(96, 165, 250, 0.4);
    letter-spacing: 0.05em;
    z-index: 2;
}

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

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

.about-hero-left {
    max-width: 580px;
}

.about-hero-left .section-tag {
    color: #60A5FA;
    margin-bottom: 20px;
}

.about-hero-left .section-tag::before {
    background: #60A5FA;
}

.about-hero-left .section-title {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 30px;
    color: white;
}

.about-hero-left p.section-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 45px;
}

.hero-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.1);
    border: 1px solid rgba(96, 165, 250, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60A5FA;
}

.feature-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.about-hero-right {
    position: relative;
}

.about-hero-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-hero-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hero-image:hover img {
    transform: scale(1.05);
}

/* 2. Who We Are Section */
.about-who-we-are {
    padding: 140px 0;
    background: #F8FAFC;
}

.who-we-are-top-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    margin-bottom: 80px;
    align-items: flex-start;
}

.who-we-are-left .section-tag {
    color: #0d2346;
}

.who-we-are-left .section-tag::before {
    background: #0d2346;
}

.who-we-are-left .section-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1.1;
    color: #0d2346;
    margin: 20px 0;
}

.who-we-are-left .blue-line {
    width: 60px;
    height: 4px;
    background: #60A5FA;
    margin-bottom: 40px;
}

.blueprint-wireframe {
    width: 100%;
    max-width: 440px;
    opacity: 0.85;
}

.who-we-are-right {
    padding-top: 40px;
}

.who-we-are-right .lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #0d2346;
    font-weight: 600;
    margin-bottom: 30px;
}

.who-we-are-right p:not(.lead-text) {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #556B82;
}

.who-we-are-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.info-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(13, 35, 70, 0.04);
    border: 1px solid rgba(13, 35, 70, 0.05);
    transition: all 0.4s ease;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(13, 35, 70, 0.08);
    border-color: rgba(96, 165, 250, 0.3);
}

.info-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(96, 165, 250, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.info-card h3 {
    font-size: 1.3rem;
    color: #0d2346;
    margin-bottom: 15px;
}

.info-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #556B82;
}

/* 3. Leadership Section */
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

.about-leadership {
    position: relative;
    padding: 120px 0;
    background: #07182E;
    color: white;
    overflow: hidden;
}

/* Background grid */
.about-leadership::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(200, 162, 97, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 162, 97, 0.03) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: radial-gradient(circle at 75% 50%, black 25%, transparent 85%);
    -webkit-mask-image: radial-gradient(circle at 75% 50%, black 25%, transparent 85%);
    pointer-events: none;
    z-index: 1;
}

/* Wireframe Building Drawing */
.about-leadership::after {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) scale(1.1);
    width: 500px;
    height: 400px;
    background-image: url('../assets/about/delivery_process_blueprint.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}

.about-leadership .container {
    position: relative;
    z-index: 2;
}

.leadership-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
}

.lh-left .section-tag {
    color: #60A5FA;
}

.lh-left .section-tag::before {
    background: #60A5FA;
}

.lh-left .section-title {
    color: white;
}

.quote-box {
    position: relative;
    padding-left: 30px;
}

.quote-icon {
    position: absolute;
    left: -10px;
    top: -15px;
    color: #60A5FA;
}

.quote-box p {
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.leadership-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.leader-row-card {
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: stretch;
    gap: 0;
    transition: all 0.4s ease;
    position: relative;
    min-height: fit-content;
}

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

.leader-left-block {
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    background: #051325;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.leader-img-wrapper {
    width: 100%;
    height: 290px;
    position: relative;
}

.leader-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(10%) contrast(105%);
}

.leader-stats-strip {
    flex: 1;
    background: rgba(13, 35, 70, 0.75);
    border-top: 1.5px solid rgba(200, 162, 97, 0.15);
    padding: 22px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
}

.leader-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(96, 165, 250, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #60A5FA;
    background: rgba(13, 35, 70, 0.4);
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.leader-row-card:hover .stat-circle {
    border-color: #C8A261;
    color: #C8A261;
    box-shadow: 0 0 10px rgba(200, 162, 97, 0.2);
}

.stat-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 6px;
}

.stat-top-val {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #60A5FA;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.leader-row-card:hover .stat-top-val {
    color: #C8A261;
}

.stat-svg-icon {
    width: 20px;
    height: 20px;
    stroke: #C8A261;
    transition: all 0.3s ease;
}

.leader-row-card:hover .stat-svg-icon {
    transform: scale(1.1);
    stroke: #60A5FA;
}

.stat-label {
    font-size: 0.68rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.3;
    max-width: 140px;
}

.leader-details {
    flex: 1;
    padding: 40px 40px 30px 65px;
    background: transparent;
    position: relative;
    z-index: 2;
    margin-left: -35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.15));
    min-height: fit-content;
}

/* Redesign left diagonal shapes */
.leader-details::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #C8A261;
    z-index: -1;
    clip-path: polygon(35px 0, 100% 0, 100% 100%, 35px 100%, 0 calc(100% - 70px), 0 70px);
    -webkit-clip-path: polygon(35px 0, 100% 0, 100% 100%, 35px 100%, 0 calc(100% - 70px), 0 70px);
    transition: all 0.4s ease;
}

.leader-details::after {
    content: '';
    position: absolute;
    inset: 0 0 0 2px;
    background: #FFFFFF;
    z-index: -1;
    clip-path: polygon(36px 0, 100% 0, 100% 100%, 36px 100%, 2px calc(100% - 70px), 2px 70px);
    -webkit-clip-path: polygon(36px 0, 100% 0, 100% 100%, 36px 100%, 2px calc(100% - 70px), 2px 70px);
    transition: all 0.4s ease;
}

.leader-row-card:hover .leader-details::before {
    background: #60A5FA;
}

.leader-details .leader-label {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #60A5FA;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.leader-details h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    color: #0D2346;
    margin: 0 0 4px 0;
}

.leader-details .leader-title {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1E3A8A;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.leader-details p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #4B5563;
    margin-bottom: 14px;
}

.leader-details p:last-of-type {
    margin-bottom: 0;
}

.leader-signature {
    font-family: 'Alex Brush', cursive;
    font-size: 2.1rem;
    color: #C8A261;
    text-align: right;
    margin-top: auto;
    padding-top: 15px;
    opacity: 0.85;
    user-select: none;
    transition: all 0.3s ease;
}

.leader-row-card:hover .leader-signature {
    color: #0D2346;
    opacity: 1;
}

/* Bottom values bar CSS */
.leadership-bottom-values {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 80px;
    padding: 35px 40px;
    background: rgba(13, 35, 70, 0.4);
    border: 1.5px solid rgba(200, 162, 97, 0.15);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.leadership-bottom-values:hover {
    border-color: rgba(96, 165, 250, 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.value-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.value-icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(7, 24, 46, 0.6);
    border: 1.5px solid #C8A261;
    color: #60A5FA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.value-item:hover .value-icon-circle {
    transform: scale(1.1) rotate(10deg);
    border-color: #60A5FA;
    color: #C8A261;
    background: #072446;
    box-shadow: 0 0 15px rgba(96, 165, 250, 0.3);
}

.value-text h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: white;
    margin: 0 0 4px 0;
}

.value-text p {
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* 4. Project Delivery Process Section */
.about-process-section {
    padding: 140px 0 120px;
    background-color: #FAFBFD;
    position: relative;
    overflow: hidden;
}

.about-process-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(200, 162, 97, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200, 162, 97, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(circle, black 40%, transparent 80%);
    -webkit-mask-image: radial-gradient(circle, black 40%, transparent 80%);
    pointer-events: none;
}

.process-header-split {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.process-header-left {
    max-width: 680px;
}

.process-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.process-tag-line {
    width: 28px;
    height: 2px;
    background-color: #C8A261;
}

.process-tag-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #C8A261;
    text-transform: uppercase;
}

.process-main-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    color: #0A1628;
    line-height: 1.15;
    margin-bottom: 24px;
}

.process-main-title .highlight-text {
    position: relative;
    display: inline-block;
}

.hand-underline {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 1;
}

.process-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4A5A70;
    margin: 0;
}

.process-header-right {
    display: flex;
    justify-content: flex-end;
}

.process-blueprint-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(13, 35, 70, 0.06);
}

.process-timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 20px 0;
}

.timeline-svg-line {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
    pointer-events: none;
}

.blueprint-dash-path {
    stroke: #C8A261;
    stroke-width: 2px;
    stroke-dasharray: 6 6;
}

.timeline-row {
    display: grid;
    grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    align-items: stretch;
    position: relative;
    z-index: 2;
}

.timeline-row.row-1 {
    margin-bottom: 85px;
}

.process-step-node {
    background: #FFFFFF;
    border: 1px solid rgba(200, 162, 97, 0.1);
    border-radius: 20px;
    padding: 36px 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 8px 30px rgba(13, 35, 70, 0.015);
    display: flex;
    flex-direction: column;
    z-index: 2;
    min-height: 235px;
    height: auto;
}

.process-step-node:hover {
    transform: translateY(-8px);
    border-color: rgba(200, 162, 97, 0.45);
    box-shadow: 0 20px 40px rgba(13, 35, 70, 0.04), 0 1px 3px rgba(200, 162, 97, 0.1);
}

.node-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.node-icon-bubble {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0d2346;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(13, 35, 70, 0.15);
    transition: all 0.4s ease;
}

.process-step-node:hover .node-icon-bubble {
    background: #C8A261;
    transform: scale(1.05) rotate(5deg);
}

.node-step-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #C8A261;
    background: rgba(200, 162, 97, 0.08);
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

.node-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.node-bg-num {
    position: absolute;
    bottom: -15px;
    left: -10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(200, 162, 97, 0.02);
    pointer-events: none;
    z-index: 1;
    transition: all 0.3s ease;
}

.process-step-node:hover .node-bg-num {
    color: rgba(200, 162, 97, 0.06);
}

.node-content h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d2346;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}

.node-content p {
    font-size: 0.86rem;
    line-height: 1.6;
    color: #556B82;
    margin: 0;
    position: relative;
    z-index: 2;
}

.process-flow-connector {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 44px; /* Align center of 32px arrow to 60px bubble center */
}

.flow-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid rgba(200, 162, 97, 0.2);
    color: #C8A261;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(13, 35, 70, 0.03);
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
}

.flow-arrow svg {
    stroke: #C8A261;
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.process-step-node:hover + .process-flow-connector .flow-arrow svg {
    transform: translateX(3px);
}

@media (max-width: 1024px) {
    .process-header-split {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .process-header-left {
        max-width: 100%;
    }
    
    .process-tag-wrapper {
        justify-content: center;
    }
    
    .process-header-right {
        justify-content: center;
    }
    
    .process-blueprint-img {
        max-height: 320px;
    }
    
    .timeline-svg-line {
        display: none;
    }
    
    .timeline-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .timeline-row.row-1 {
        margin-bottom: 30px;
    }
    
    .process-flow-connector {
        display: none;
    }
}

@media (max-width: 600px) {
    .timeline-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* 5. What We Do Section */
.about-what-we-do {
    padding: 140px 0;
    background: #F8FAFC;
}

.what-we-do-header {
    text-align: center;
    margin-bottom: 80px;
}

.what-we-do-header .section-tag {
    color: #0d2346;
}

.what-we-do-header .section-tag::before {
    background: #0d2346;
}

.what-we-do-header .section-title {
    color: #0d2346;
}

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

.service-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-image {
    width: 100%;
    height: 100%;
    position: relative;
}

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

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 24, 46, 0.9) 20%, rgba(7, 24, 46, 0.3) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 35px;
    color: white;
    transition: background 0.4s ease;
}

.service-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #60A5FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-overlay h3 {
    font-size: 1.15rem;
    line-height: 1.3;
    color: white;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.service-card:hover .service-overlay {
    background: linear-gradient(to top, rgba(7, 24, 46, 0.95) 40%, rgba(7, 24, 46, 0.5) 100%);
}

.service-card:hover .service-icon-circle {
    transform: translateY(0);
    opacity: 1;
}

.service-card:hover .service-overlay h3 {
    transform: translateY(0);
}

/* 6. Brands Logo Bar */
.about-brands {
    padding: 60px 0;
    background: #F1F5F9;
    border-top: 1px solid rgba(13, 35, 70, 0.05);
    border-bottom: 1px solid rgba(13, 35, 70, 0.05);
}

.about-brands .section-tag {
    color: #0d2346;
    margin-bottom: 40px;
}

.about-brands .section-tag::before {
    background: #0d2346;
}

.brands-marquee-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.brand-item {
    transition: all 0.3s ease;
}

.brand-item img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: grayscale(1) opacity(0.6);
    transition: all 0.3s ease;
}

.brand-item:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.05);
}

.brand-item.text-more {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #556B82;
}

/* 7. Values Section */
.about-values {
    padding: 70px 0;
    background: white;
}

.about-values .section-tag {
    color: #0d2346;
    margin-bottom: 60px;
}

.about-values .section-tag::before {
    background: #0d2346;
}

.values-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.value-item-card {
    background: #F8FAFC;
    padding: 30px 24px;
    border-radius: 20px;
    border: 1px solid rgba(13, 35, 70, 0.03);
    transition: all 0.4s ease;
}

.value-item-card:hover {
    transform: translateY(-6px);
    background: white;
    box-shadow: 0 15px 35px rgba(13, 35, 70, 0.06);
    border-color: rgba(96, 165, 250, 0.25);
}

.value-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(96, 165, 250, 0.08);
    border: 1px solid rgba(96, 165, 250, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d2346;
    margin-bottom: 20px;
}

.value-item-card h4 {
    font-size: 1.1rem;
    color: #0d2346;
    margin-bottom: 12px;
}

.value-item-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #556B82;
}

/* 8. CTA Banner */
.about-cta-banner {
    padding: 110px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
    text-align: center;
}

.cta-banner-content {
    max-width: 750px;
    margin: 0 auto;
}

.cta-banner-content h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
    color: white;
}

.cta-banner-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

/* 9. Light Button */
.btn-light {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: white;
    color: #07182E;
    padding: 18px 38px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    overflow: hidden;
    transition: all 0.4s ease;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    text-decoration: none;
}

.btn-light::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0d2346;
    transform: translateY(100%);
    transition: .55s cubic-bezier(.16,1,.3,1);
    z-index: 1;
}

.btn-light:hover {
    color: white;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    letter-spacing: 0.12em;
}

.btn-light:hover::before {
    transform: translateY(0);
}

.btn-light span,
.btn-light svg {
    position: relative;
    z-index: 2;
}

.btn-light svg {
    width: 18px;
    height: 18px;
    transition: transform 0.4s ease;
}

.btn-light:hover svg {
    transform: translateX(8px);
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .about-hero-grid,
    .leadership-header {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .about-hero-image img {
        height: 400px;
    }
    
    .who-we-are-top-grid,
    .leadership-cards {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .who-we-are-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-nodes-container {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .values-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 120px 0 80px;
    }
    
    .who-we-are-cards-grid,
    .timeline-nodes-container,
    .services-grid,
    .values-row {
        grid-template-columns: 1fr;
    }
    
    .leader-row-card {
        flex-direction: column;
    }
    
    .leader-img-wrapper {
        flex: 0 0 250px;
        width: 100%;
    }
    
    .leader-img-wrapper img {
        height: 250px;
    }
    
    .brands-marquee-bar {
        justify-content: center;
        gap: 40px;
    }
}

/*==========================================================

PROJECT PAGE

==========================================================*/

.project-filter-section{

padding:60px 0;

background:white;

position:sticky;

top:78px;

z-index:20;

border-bottom:1px solid #eee;

}

.project-filters{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.filter-btn{

padding:14px 30px;

border:none;

background:#F3F6FA;

border-radius:999px;

cursor:pointer;

transition:.35s;

font-weight:600;

}

.filter-btn.active{

background:#07182E;

color:white;

}

.featured-case-study{

display:grid;

grid-template-columns:1.1fr .9fr;

align-items:center;

padding:100px 0;

gap:50px;

}

.case-image img{

width:100%;

height:550px;

object-fit:cover;

border-radius:24px;

}

.case-content{

padding:80px;

}

.case-content span{

letter-spacing:.25em;

text-transform:uppercase;

color:#666;

font-size:.8rem;

}

.case-content h2{

font-size:clamp(3rem,5vw,5rem);

margin:30px 0;

line-height:1.05;

}

.case-content p{

line-height:2;

color:#666;

margin-bottom:35px;

}

.case-details{

display:grid;

gap:18px;

margin-bottom:45px;

}

.case-details strong{

display:block;

margin-bottom:4px;

color:#07182E;

}
/*==========================================================

PORTFOLIO GRID

==========================================================*/

.projects-gallery{

padding:160px 0;

background:#F8FAFC;

}

.portfolio-grid{

display:grid;

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

gap:35px;

margin-top:90px;

}

.portfolio-card{

position:relative;

overflow:hidden;

border-radius:28px;

cursor:pointer;

aspect-ratio:4/5;

background:#ddd;

}

.portfolio-card img{

width:100%;

height:100%;

object-fit:cover;

transition:1.2s;

}

.portfolio-overlay{

position:absolute;

left:0;

right:0;

bottom:0;

padding:35px;

background:

linear-gradient(

transparent,

rgba(0,0,0,.82)

);

color:white;

transition:.4s;

}

.portfolio-overlay span{

font-size:.75rem;

letter-spacing:.2em;

text-transform:uppercase;

opacity:.8;

}

.portfolio-overlay h3{

margin:12px 0;

font-size:2rem;

}

.portfolio-card:hover img{

transform:scale(1.08);

}

.portfolio-card:hover .portfolio-overlay{

padding-bottom:50px;

}
/*==========================================================

PROJECT LIGHTBOX

==========================================================*/

.project-lightbox{

position:fixed;

inset:0;

background:rgba(0,0,0,.9);

display:flex;

justify-content:center;

align-items:center;

opacity:0;

visibility:hidden;

transition:.4s;

z-index:9999;

}

.project-lightbox.active{

opacity:1;

visibility:visible;

}

.lightbox-overlay{

position:absolute;

inset:0;

}

.lightbox-container{

position:relative;

width:min(1400px,92%);

background:white;

border-radius:30px;

overflow:hidden;

z-index:2;

}

.lightbox-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

}

.lightbox-image img{

width:100%;

height:780px;

object-fit:cover;

}

.lightbox-content{

padding:70px;

}

.lightbox-content span{

letter-spacing:.25em;

text-transform:uppercase;

font-size:.8rem;

color:#777;

}

.lightbox-content h2{

font-size:3rem;

margin:25px 0;

}

.lightbox-content p{

line-height:2;

color:#555;

}

.lightbox-meta{

display:grid;

grid-template-columns:1fr;

gap:20px;

margin:40px 0;

}

.lightbox-close{

position:absolute;

right:25px;

top:20px;

font-size:2rem;

background:none;

border:none;

cursor:pointer;

z-index:5;

}

.lightbox-navigation{

display:flex;

justify-content:space-between;

margin-top:50px;

}

.lightbox-navigation button{

padding:16px 28px;

border:none;

border-radius:999px;

background:#07182E;

color:white;

cursor:pointer;

}
/*==========================================================

EXECUTION

==========================================================*/

.execution-process{

padding:170px 0;

background:#07182E;

color:white;

}

.execution-grid{

display:grid;

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

gap:30px;

margin-top:80px;

}

.execution-card{

padding:40px;

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

border-radius:24px;

transition:.4s;

}

.execution-card:hover{

transform:translateY(-10px);

background:rgba(255,255,255,.09);

}

.execution-card span{

font-size:3rem;

font-weight:700;

display:block;

margin-bottom:20px;

opacity:.3;

}

.execution-card h3{

margin-bottom:18px;

font-size:1.5rem;

}

.execution-card p{

line-height:2;

opacity:.8;

}
/*==========================================================

INDUSTRIES

==========================================================*/

.industries-section{

padding:170px 0;

background:#F8FAFC;

}

.industries-grid{

display:grid;

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

gap:30px;

margin-top:80px;

}

.industry-card{

padding:50px;

background:white;

border-radius:26px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.35s;

}

.industry-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.industry-card h3{

font-size:1.7rem;

margin-bottom:20px;

color:#07182E;

}

.industry-card p{

line-height:1.9;

color:#666;

}
/*==========================================================

/*==========================================================
CONTACT HERO
==========================================================*/
.contact-hero {
    position: relative;
    padding: 180px 0 120px;
    background-color: #ffffff;
    color: #0A1628;
    overflow: hidden;
}

.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(13, 59, 140, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 59, 140, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.35;
    z-index: 1;
}

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

.contact-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.contact-hero-left {
    max-width: 580px;
}

.contact-hero-left .section-tag {
    color: #0D3B8C;
    margin-bottom: 20px;
}

.contact-hero-left .section-tag::before {
    background: #0D3B8C;
}

.contact-hero-title {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: clamp(2.5rem, 4.5vw, 3.8rem);
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 25px;
    color: #0A1628;
    letter-spacing: -0.02em;
}

.contact-hero-desc {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4A5A70;
    margin-bottom: 45px;
}

/* Contact Info Cards Grid */
.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.contact-info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: #F8FAFC;
    border: 1px solid rgba(13, 59, 140, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateX(8px);
    background: white;
    border-color: #0d3b8c;
    box-shadow: 0 10px 25px rgba(13, 59, 140, 0.06);
}

.contact-info-card .card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(13, 59, 140, 0.05);
    border: 1px solid rgba(13, 59, 140, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D3B8C;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-card:hover .card-icon {
    background: #0D3B8C;
    color: white;
    transform: scale(1.05);
}

.contact-info-card .card-content h2 {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 0.8rem;
    font-weight: 600;
    color: #4A5A70;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contact-info-card .card-content p {
    font-size: 1.05rem;
    font-weight: 500;
    color: #0A1628;
    margin: 0;
}

.contact-info-card .card-content p a {
    color: #0A1628;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card .card-content p a:hover {
    color: #0D3B8C;
}

/* Glassmorphic Form Card */
.contact-form-container {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(13, 59, 140, 0.12);
    border-radius: 28px;
    padding: 45px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px rgba(13, 59, 140, 0.06);
    position: relative;
    overflow: hidden;
}

.contact-form-container::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(13, 59, 140, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.contact-form-container .form-tag {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #0D3B8C;
    display: inline-block;
    margin-bottom: 12px;
}

.contact-form-container .form-title {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 1.6rem;
    font-weight: 700;
    color: #0A1628;
    margin-bottom: 30px;
    line-height: 1.25;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    background: #F8FAFC;
    border: 1px solid rgba(13, 59, 140, 0.12);
    border-radius: 12px;
    color: #0A1628;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #94A3B8;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #0D3B8C;
    background: white;
    box-shadow: 0 0 15px rgba(13, 59, 140, 0.08);
}

/* Form Submit Button */
.btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 28px;
    background: #0D3B8C;
    border: none;
    border-radius: 12px;
    color: white;
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.btn-submit:hover {
    background: #0A1628;
    color: white;
    box-shadow: 0 10px 25px rgba(10, 22, 40, 0.2);
}

.btn-submit:active {
    transform: scale(0.98);
}

.btn-submit .arrow-icon {
    transition: transform 0.3s ease;
}

.btn-submit:hover .arrow-icon {
    transform: translateX(4px);
}

/* Submission states */
.btn-submit:disabled {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    box-shadow: none;
}

/* Success Card States */
.submission-success-card {
    text-align: center;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: fadeInUp 0.5s ease forwards;
}

.success-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.1);
    border: 2px solid rgba(16, 185, 129, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10B981;
    margin-bottom: 25px;
    position: relative;
}

.success-icon-circle svg {
    width: 40px;
    height: 40px;
}

.success-title {
    font-family: var(--font-display, 'Space Grotesk', sans-serif);
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.success-message {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    max-width: 320px;
}

.btn-success-reset {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-success-reset:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .contact-hero-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .contact-hero-left {
        max-width: 100%;
        text-align: center;
    }
    
    .contact-hero-left .section-tag::before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .contact-info-card {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .contact-form-container {
        padding: 30px 20px;
    }
    
    .contact-hero {
        padding: 140px 0 80px;
    }
}
/*==========================================================

MAP

==========================================================*/

.map-section{

height:550px;

}

.map-section iframe{

width:100%;

height:100%;

border:none;

}

/*==========================================================

FAQ

==========================================================*/

.faq-section{

padding:160px 0;

background:#F8FAFC;

}

.faq-list{

max-width:900px;

margin:80px auto 0;

}

.faq-item{

background:white;

margin-bottom:22px;

border-radius:20px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.faq-question{

width:100%;

padding:28px 35px;

background:none;

border:none;

font-size:1.2rem;

text-align:left;

cursor:pointer;

font-weight:600;

}

.faq-answer{

display:none;

padding:0 35px 30px;

line-height:2;

color:#666;

}

.faq-item.active .faq-answer{

display:block;

}
