

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #10192e;
    background: #ffffff;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
textarea {
    font-family: inherit;
}

.container {
    width: min(1200px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   NAVIGATION - STICKY
========================================================= */

.site-header {
    position: sticky;
    top: 0;
    width: 100%;
    height: 70px;
    background: #071021;
    color: #ffffff;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* =========================================================
   NEXASTRUCTURE NAVBAR LOGO
========================================================= */

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    flex-shrink: 0;
}

.brand-logo {
    width: 48px;
    height: 48px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.brand-logo img {
    position: absolute;
    width: 120px;
    height: 80px;
    max-width: none;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    object-fit: contain;
}
.vl {
    border-left: 2px solid rgba(255, 255, 255, 0.25);       
    height: 40px;        
    width: 1.5px;       
    background: rgba(255, 255, 255, 0.25); 
}

/* =========================================================
   BRAND TEXT
========================================================= */

.brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.3px;
    color: #ffffff;
}

.brand-subtitle {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
    color: #94a3b8;
}

.brand-subtitle span {
    margin: 0 5px;
    color: #64748b;
}

.logo-line {
    position: absolute;
    display: block;
    border: 1px solid rgba(210, 225, 240, 0.65);
    transform: rotate(30deg);
}

.logo-line-1 {
    width: 38px;
    height: 38px;
    left: 14px;
    top: 7px;
}

.logo-line-2 {
    width: 44px;
    height: 22px;
    left: 8px;
    top: 17px;
    transform: rotate(-25deg);
}

.logo-line-3 {
    width: 28px;
    height: 45px;
    left: 23px;
    top: 5px;
    transform: rotate(0deg);
}


/* Brand text */

.brand-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.brand-subtitle {
    margin-top: 2px;
    color: #8da3bf;
    font-size: 13px;
    line-height: 1.3;
}

.brand-subtitle span {
    color: #6e829e;
    margin: 0 3px;
}


/* Navigation links */

.nav-links {
    display: flex;
    align-items: center;
    gap: 34px;
}

.nav-links a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.nav-links a:not(.nav-quote):hover {
    color: #68c7ff;
}


/* Get quote */

.nav-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 0 17px;
    border: 1px solid #3a485f;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.02);
    font-weight: 600;
    margin-left: 4px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-quote:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: #5b6c86;
}

.quote-icon {
    color: #61c8ff;
    font-size: 18px;
}


/* Mobile toggle */

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid #344157;
    border-radius: 7px;
    background: transparent;
    cursor: pointer;
    padding: 9px;
}

.nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #ffffff;
    transition: 0.2s ease;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    min-height: 820px;
    background-image: url("assets/images/back.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}


/* White fade over background */

.hero-overlay {
    position: relative;
    min-height: 820px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.97) 30%, rgba(255, 255, 255, 0.88) 52%, rgba(255, 255, 255, 0.72) 72%, rgba(255, 255, 255, 0.88) 100%);
}


/* Hero container */

.hero-container {
    position: relative;
    z-index: 2;
    min-height: 820px;
    padding-top: 65px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
}


/* =========================================================
   HERO BADGE
========================================================= */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 8px 15px;
    margin-bottom: 25px;
    border: 1px solid #4ab4ff;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    color: #34445d;
    font-size: 16px;
    line-height: 1;
}

.badge-icon {
    color: #1297ed;
    font-size: 17px;
}

.badge-dot {
    color: #91a0b5;
}

.badge-highlight {
    color: #0074c7;
    font-weight: 600;
}


/* =========================================================
   HERO HEADING
========================================================= */

.hero h1 {
    margin: 0;
    max-width: 1000px;
    color: #10192e;
    font-size: clamp(58px, 5vw, 76px);
    line-height: 0.98;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.hero h1 small {
    display: block;
    margin-top: 5px;
    color: #657995;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.hero-description {
    max-width: 950px;
    margin-top: 27px;
    color: #344862;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 38px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 55px;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hero-btn:hover {
    transform: translateY(-2px);
}

.hero-btn-icon {
    font-size: 17px;
}


/* Primary button */

.hero-btn-primary {
    color: #ffffff;
    background: #111a31;
    border: 1px solid #111a31;
    box-shadow: 0 5px 15px rgba(17, 26, 49, 0.12);
}

.hero-btn-primary:hover {
    background: #19243e;
}


/* Secondary button */

.hero-btn-secondary {
    color: #293a53;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #cbd7e5;
}

.hero-btn-secondary:hover {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(30, 50, 80, 0.08);
}


/* =========================================================
   STATISTICS
========================================================= */

.stats {
    display: flex;
    align-items: stretch;
    gap: 29px;
    margin-top: 39px;
}

.stat-item {
    width: 194px;
    min-height: 121px;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #d9e3ed;
    border-radius: 8px;
}

.stat-number {
    color: #111a31;
    font-size: 37px;
    line-height: 1;
    letter-spacing: -1px;
    font-weight: 700;
}

.stat-label {
    margin-top: 12px;
    color: #7084a1;
    font-size: 15px;
    line-height: 1.3;
}


/* =========================================================
   HERO DECORATIVE IMAGES
========================================================= */

.hero-project-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
    margin-top: 65px;
    position: relative;
    z-index: 3;
}


/* Image wrapper */

.hero-project-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 9px;
    background: #eef2f6;
    pointer-events: none;
}


/* Image */

.hero-project-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}


/* =========================================================
   SERVICES SECTION
========================================= */

.services-section {
    background: #f1f5f9;
    padding: 80px 0 90px;
}

.services-section .container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}


/* -----------------------------------------
   SERVICES HEADER
----------------------------------------- */

.services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}

.services-heading h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.services-heading p {
    max-width: 850px;
    margin: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
}


/* -----------------------------------------
   CONSULT BUTTON
----------------------------------------- */

.services-consult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 188px;
    padding: 11px 17px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #ffffff;
    color: #172033;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.consult-icon {
    font-size: 15px;
    line-height: 1;
}

.services-consult-btn:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
}


/* -----------------------------------------
   SERVICES GRID
----------------------------------------- */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* -----------------------------------------
   SERVICE CARD
----------------------------------------- */

.service-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}


/* -----------------------------------------
   SERVICE IMAGE
----------------------------------------- */

.service-image {
    width: 100%;
    height: 195px;
    overflow: hidden;
    background: #e2e8f0;
}

.service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.03);
}


/* -----------------------------------------
   SERVICE CONTENT
----------------------------------------- */

.service-content {
    padding: 18px 20px 20px;
}

.service-content h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 9px;
    color: #172033;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #172033;
    font-size: 16px;
    flex-shrink: 0;
}

.service-content p {
    margin: 0;
    color: #526176;
    font-size: 14px;
    line-height: 1.55;
}


/* -----------------------------------------
   SERVICE TAGS
----------------------------------------- */

.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.service-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 9px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    color: #475569;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}


/* =========================================
   SELECTED PROJECTS
========================================= */

.projects-section {
    background: #ffffff;
    padding: 78px 0 90px;
}

.projects-section .container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================
   PROJECT HEADER
========================================= */

.projects-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.projects-heading h2 {
    margin: 0 0 8px;
    color: #101827;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.projects-heading p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.55;
}


/* =========================================
   SAMPLE CALCULATIONS BUTTON
========================================= */

.projects-sample-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    background: #ffffff;
    color: #172033;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sample-icon {
    font-size: 15px;
}

.projects-sample-btn:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(15, 23, 42, 0.07);
}


/* =========================================
   PROJECT GRID
========================================= */

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}


/* =========================================
   PROJECT CARD
========================================= */

.project-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dbe3ec;
    border-radius: 17px;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.025);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.project-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
}


/* =========================================
   PROJECT GALLERY
========================================= */

.project-gallery {
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
    background: #e2e8f0;
}

.project-slides {
    width: 100%;
    height: 100%;
}

.project-slide {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.project-slide.active {
    display: block;
}


/* =========================================
   PROJECT ARROWS
========================================= */

.project-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(30, 41, 59, 0.72);
    color: #ffffff;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.project-prev {
    left: 14px;
}

.project-next {
    right: 14px;
}

.project-card:hover .project-arrow {
    opacity: 1;
}

.project-arrow:hover {
    background: rgba(15, 23, 42, 0.92);
    transform: translateY(-50%) scale(1.05);
}


/* =========================================
   PROJECT DOTS
========================================= */

.project-dots {
    position: absolute;
    left: 15px;
    bottom: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.project-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.project-dot.active {
    width: 18px;
    border-radius: 10px;
    background: #ffffff;
}


/* =========================================
   IMAGE COUNTER
========================================= */

.project-counter {
    position: absolute;
    right: 13px;
    bottom: 11px;
    padding: 7px 10px;
    border-radius: 20px;
    background: rgba(30, 30, 30, 0.68);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(4px);
}


/* =========================================
   PROJECT CONTENT
========================================= */

.project-content {
    padding: 23px 23px 25px;
}

.project-content h3 {
    margin: 0 0 9px;
    color: #101827;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.project-content p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.55;
}


/* =====================================================
   WHAT TO EXPECT SECTION
====================================================== */

.expect-section {
    width: 100%;
    padding: 95px 0 80px;
    background: #f1f5f9;
}

.expect-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    align-items: start;
}


/* =====================================================
   LEFT INTRO
====================================================== */

.expect-intro {
    display: flex;
    flex-direction: column;
}

.expect-intro h2 {
    margin: 0 0 14px;
    color: #0b1225;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.expect-intro-text {
    margin: 0 0 32px;
    color: #38506f;
    font-size: 18px;
    line-height: 1.55;
    max-width: 470px;
}


/* =====================================================
   FEATURE GRID
====================================================== */

.expect-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}


/* =====================================================
   GENERAL CARDS
====================================================== */

.expect-card,
.expect-process-card,
.expect-bottom-card {
    background: #ffffff;
    border: 1px solid #dce4ed;
    border-radius: 20px;
    box-sizing: border-box;
}

.expect-card {
    min-height: 228px;
    padding: 27px 25px;
}

.expect-card-title {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 13px;
}

.expect-card-title h3 {
    margin: 0;
    color: #0b1225;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 650;
}

.expect-card p {
    margin: 0;
    color: #38506f;
    font-size: 17px;
    line-height: 1.5;
}


/* =====================================================
   ICONS
====================================================== */

.expect-icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #0078c8;
    font-size: 21px;
}


/* =====================================================
   COLLABORATIVE DELIVERY CARD
====================================================== */

.expect-card-large {
    margin-bottom: 20px;
    min-height: auto;
    padding: 27px 25px;
}

.expect-card-large p {
    margin-bottom: 17px;
}


/* =====================================================
   TAGS
====================================================== */

.expect-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.expect-tags span {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid #d5dee8;
    border-radius: 999px;
    background: #f8fafc;
    color: #38506f;
    font-size: 14px;
    line-height: 1;
}


/* =====================================================
   SIMPLE PROCESS
====================================================== */

.expect-process-card {
    padding: 26px 25px;
}

.expect-process-card h3 {
    margin: 0 0 18px;
    color: #0b1225;
    font-size: 16px;
    font-weight: 650;
}

.expect-process-card ol {
    margin: 0;
    padding-left: 23px;
}

.expect-process-card li {
    padding-left: 2px;
    margin-bottom: 10px;
    color: #38506f;
    font-size: 16px;
    line-height: 1.45;
}

.expect-process-card li:last-child {
    margin-bottom: 0;
}


/* =====================================================
   RIGHT FEATURE CARDS
====================================================== */

.expect-features>.expect-card {
    min-height: 228px;
}


/* =====================================================
   BOTTOM CTA
====================================================== */

.expect-bottom-card {
    grid-column: 1 / -1;
    min-height: 140px;
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.expect-bottom-card p {
    margin: 0;
    color: #38506f;
    font-size: 17px;
    line-height: 1.5;
}

.expect-bottom-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex-shrink: 0;
    color: #0074bd;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
}

.expect-bottom-card a:hover {
    gap: 11px;
    color: #005b95;
}

.expect-bottom-card a span {
    font-size: 20px;
}


/* =====================================================
   CARD HOVER
====================================================== */

.expect-card,
.expect-process-card,
.expect-bottom-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.expect-card:hover,
.expect-process-card:hover {
    transform: translateY(-3px);
    border-color: #cbd7e4;
    box-shadow: 0 10px 28px rgba(15, 35, 60, 0.07);
}


/* =====================================================
   CLIENT TESTIMONIALS
===================================================== */

.testimonials-section {
    width: 100%;
    background: #ffffff;
    padding: 95px 0 100px;
    border-top: 1px solid #e1e7ef;
    border-bottom: 1px solid #e1e7ef;
}

.testimonials-section .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}


/* -----------------------------------------------------
   HEADER
----------------------------------------------------- */

.testimonials-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
}

.testimonials-header h2 {
    margin: 0 0 10px;
    color: #0d172d;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.testimonials-header p {
    margin: 0;
    color: #405674;
    font-size: 18px;
    line-height: 1.6;
}


/* -----------------------------------------------------
   REQUEST PROPOSAL LINK
----------------------------------------------------- */

.testimonial-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0071bd;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    white-space: nowrap;
    transition: color 0.2s ease, transform 0.2s ease;
}

.testimonial-link span {
    font-size: 22px;
    line-height: 1;
}

.testimonial-link:hover {
    color: #005b99;
    transform: translateX(3px);
}


/* -----------------------------------------------------
   TESTIMONIAL GRID
----------------------------------------------------- */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}


/* -----------------------------------------------------
   CARD
----------------------------------------------------- */

.testimonial-card {
    position: relative;
    min-height: 245px;
    padding: 30px 28px 26px;
    background: #ffffff;
    border: 1px solid #dce5ef;
    border-radius: 18px;
    box-shadow: 0 5px 14px rgba(15, 35, 60, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    border-color: #cbd9e8;
    box-shadow: 0 14px 30px rgba(15, 35, 60, 0.09);
}


/* -----------------------------------------------------
   CARD TOP
----------------------------------------------------- */

.testimonial-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.testimonial-top h3 {
    margin: 0 0 5px;
    color: #111c31;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.testimonial-top span {
    color: #647b98;
    font-size: 15px;
    line-height: 1.4;
}


/* -----------------------------------------------------
   QUOTE
----------------------------------------------------- */

.quote-mark {
    color: #0074bd;
    font-size: 31px;
    line-height: 0.8;
    font-family: Georgia, serif;
    user-select: none;
}


/* -----------------------------------------------------
   TESTIMONIAL TEXT
----------------------------------------------------- */

.testimonial-text {
    margin: 0;
    color: #294667;
    font-size: 17px;
    line-height: 1.65;
    flex: 1;
}


/* -----------------------------------------------------
   DIVIDER
----------------------------------------------------- */

.testimonial-divider {
    width: 100%;
    height: 1px;
    margin: 25px 0 18px;
    background: #dce8f2;
}


/* -----------------------------------------------------
   CARD FOOTER
----------------------------------------------------- */

.testimonial-footer {
    color: #69819e;
    font-size: 14px;
    line-height: 1.4;
}


/* -----------------------------------------------------
   BOTTOM TEXT
----------------------------------------------------- */

.testimonial-bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 32px;
    padding-left: 28px;
    color: #69819e;
    font-size: 15px;
}

.testimonial-arrow {
    color: #0071bd;
    font-size: 20px;
}


/* =====================================================
   HOW TO ORDER BEAM CALCULATIONS
===================================================== */

.beam-order-section {
    width: 100%;
    background: #f2f6fa;
    padding: 90px 0 100px;
}

.beam-order-section .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =====================================================
   HEADER
===================================================== */

.beam-order-header {
    margin-bottom: 48px;
}

.beam-order-header h2 {
    margin: 0 0 10px;
    color: #0c1830;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.beam-order-header p {
    margin: 0;
    color: #3d5875;
    font-size: 17px;
    line-height: 1.6;
}


/* =====================================================
   STEPS GRID
===================================================== */

.beam-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}


/* =====================================================
   STEP CARD
===================================================== */

.beam-step-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #d9e3ed;
    border-radius: 15px;
    box-shadow: 0 3px 12px rgba(20, 40, 65, 0.025);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.beam-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(20, 40, 65, 0.09);
}


/* =====================================================
   IMAGE
===================================================== */

.beam-step-image {
    position: relative;
    height: 190px;
    margin: 24px 24px 0;
    overflow: hidden;
    border-radius: 6px;
    background: #e9eef4;
}

.beam-step-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.beam-step-card:hover .beam-step-image img {
    transform: scale(1.04);
}


/* =====================================================
   IMAGE OVERLAY
===================================================== */

.beam-image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #ffffff;
    background: linear-gradient(to bottom, rgba(5, 17, 35, 0.08), rgba(5, 17, 35, 0.58));
}

.beam-step-number {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.beam-image-overlay strong {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}


/* =====================================================
   CONTENT
===================================================== */

.beam-step-content {
    padding: 25px 24px 30px;
    color: #3c5875;
    font-size: 16px;
    line-height: 1.55;
}

.beam-step-content p {
    margin: 0 0 12px;
}

.beam-step-content p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   LIST
===================================================== */

.beam-step-content ul {
    margin: 8px 0 16px;
    padding-left: 20px;
}

.beam-step-content li {
    margin-bottom: 7px;
    padding-left: 3px;
}

.beam-step-content li::marker {
    color: #31597e;
}


/* =========================================================
   PRICE LIST SECTION (STATIC)
========================================================= */

.price-section {
    background: #ffffff;
    padding: 55px 0 80px;
    color: #14213d;
}

.price-container {
    width: min(100% - 48px, 1100px);
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.price-header {
    margin-bottom: 20px;
}

.price-header h2 {
    margin: 0 0 5px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
    color: #10182c;
}

.price-header p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #536276;
}

.price-header a {
    color: #0878bd;
    font-weight: 600;
    text-decoration: none;
}

.price-header a:hover {
    text-decoration: underline;
}


/* =========================================================
   INFORMATION BAR
========================================================= */

.price-info-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #dce3ea;
    border-radius: 15px;
    margin: 20px 0 25px;
    padding: 15px 16px;
}

.price-info-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #536276;
}

.price-info-item strong {
    color: #1d2939;
    font-weight: 700;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.25fr) minmax(280px, 1fr);
    gap: 18px;
    align-items: start;
}


/* =========================================================
   COMMON CARD
========================================================= */

.packages-card,
.individual-card {
    background: #ffffff;
    border: 1px solid #dce3ea;
    border-radius: 16px;
    padding: 16px;
}


/* =========================================================
   CARD HEADERS
========================================================= */

.pricing-card-header {
    margin-bottom: 12px;
}

.pricing-card-header h3 {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 1.3;
    color: #172033;
    font-weight: 700;
}

.pricing-card-header p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #68778c;
}


/* =========================================================
   PACKAGE GRID
========================================================= */

.package-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}


/* =========================================================
   PACKAGE ITEM
========================================================= */

.package-item {
    min-height: 82px;
    padding: 12px;
    border: 1px solid #dce3ea;
    border-radius: 11px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.package-item:hover {
    transform: translateY(-2px);
    border-color: #b8d7e8;
    box-shadow: 0 8px 20px rgba(15, 31, 54, 0.06);
}


/* Featured package */

.package-featured {
    background: #f5fbfe;
    border-color: #b9ddea;
}


/* Wide package */

.package-wide {
    grid-column: 1 / -1;
}


/* =========================================================
   PACKAGE TOP
========================================================= */

.package-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.package-top h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 700;
    color: #172033;
}

.package-price {
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 700;
    color: #172033;
}


/* =========================================================
   POPULAR BADGE
========================================================= */

.popular-badge {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 7px;
    border-radius: 20px;
    background: #e2f4fa;
    color: #0878bd;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================================
   PACKAGE DESCRIPTION
========================================================= */

.package-item p {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: #536276;
}


/* =========================================================
   PACKAGE CTA
========================================================= */

.price-package-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 16px;
    padding: 14px 15px;
    border: 1px solid #dce3ea;
    border-radius: 13px;
    background: #ffffff;
}

.price-package-cta p {
    margin: 0;
    max-width: 650px;
    font-size: 12px;
    line-height: 1.5;
    color: #536276;
}

.price-cta-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
    border-radius: 7px;
    background: #111a2e;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.price-cta-button:hover {
    background: #1c2944;
    transform: translateY(-1px);
}


/* =========================================================
   INDIVIDUAL ITEMS
========================================================= */

.individual-card {
    padding-bottom: 10px;
}

.individual-list {
    margin-top: 5px;
}

.individual-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    min-height: 36px;
    padding: 0 0;
    border-bottom: 1px solid #e3e8ee;
    font-size: 13px;
    color: #536276;
}

.individual-item:last-child {
    border-bottom: none;
}

.individual-item strong {
    flex-shrink: 0;
    color: #172033;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   CONTACT / PROJECT SECTION
========================================================= */

.contact-project-section {
    background: #f1f6fa;
    padding: 20px 0 55px;
    color: #172033;
}

.contact-project-container {
    width: min(100% - 48px, 1130px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 560px);
    gap: 38px;
    align-items: start;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.contact-project-info {
    padding-top: 2px;
}

.contact-project-info h2 {
    margin: 0 0 7px;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #10182c;
    font-weight: 700;
}

.contact-intro {
    max-width: 570px;
    margin: 0 0 23px;
    font-size: 15px;
    line-height: 1.6;
    color: #536276;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.contact-detail {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 16px;
}

.contact-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c9d8e6;
    border-radius: 6px;
    background: #ffffff;
    color: #087fc5;
    font-size: 19px;
}

.contact-detail:first-of-type .contact-icon {
    background: #058bd2;
    border-color: #058bd2;
    color: #ffffff;
}

.contact-detail strong {
    display: block;
    margin: 2px 0 1px;
    font-size: 14px;
    color: #172033;
}

.contact-detail a {
    color: #315170;
    font-size: 14px;
    text-decoration: none;
}

.contact-detail a:hover {
    color: #0878bd;
}

.phone-line {
    display: flex;
    align-items: center;
    gap: 9px;
}

.contact-dot {
    color: #b3bfcc;
}

.contact-location {
    display: block;
    color: #315170;
    font-size: 14px;
}


/* =========================================================
   WHAT HAPPENS NEXT CARD
========================================================= */

.contact-info-card {
    margin-top: 25px;
    padding: 18px 20px;
    border: 1px solid #d7e1ea;
    border-radius: 15px;
    background: #ffffff;
}

.contact-info-card h3,
.deliverables-card h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #172033;
}

.info-card-icon,
.deliverables-icon {
    color: #087fc5;
}

.contact-info-card ol {
    margin: 0;
    padding-left: 21px;
    color: #315170;
    font-size: 14px;
    line-height: 1.75;
}

.contact-info-card li {
    padding-left: 2px;
}


/* =========================================================
   DELIVERABLES CARD
========================================================= */

.deliverables-card {
    margin-top: 14px;
    padding: 18px 20px;
    border: 1px solid #a9dcf4;
    border-radius: 15px;
    background: #edf9fe;
}

.deliverables-card ul {
    margin: 0;
    padding-left: 18px;
    color: #315170;
    font-size: 14px;
    line-height: 1.7;
}

.deliverables-card h3 {
    margin-bottom: 7px;
}


/* =========================================================
   FORM CARD
========================================================= */

.project-form-card {
    background: #ffffff;
    border: 1px solid #dce4ec;
    border-radius: 16px;
    padding: 25px 28px;
    box-shadow: 0 2px 5px rgba(20, 35, 55, 0.03);
}


/* =========================================================
   FORM GROUPS
========================================================= */

.form-group {
    margin-bottom: 15px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #536276;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd8e5;
    border-radius: 5px;
    background: #ffffff;
    color: #263b55;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input,
.form-group select {
    height: 42px;
    padding: 0 12px;
}

.form-group textarea {
    min-height: 96px;
    padding: 11px 12px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #91a1b5;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1688c9;
    box-shadow: 0 0 0 3px rgba(22, 136, 201, 0.10);
}


/* =========================================================
   FILE INPUT
========================================================= */

.form-group input[type="file"] {
    height: 51px;
    padding: 6px 10px;
    color: #536276;
    cursor: pointer;
}

.form-group input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    background: #f2f5f8;
    color: #263b55;
    font-family: inherit;
    font-size: 12px;
    cursor: pointer;
}

.file-help {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #74859a;
}


/* =========================================================
   FORM HELP CARD
========================================================= */

.form-help-card {
    margin: 1px 0 16px;
    padding: 14px 15px;
    border: 1px solid #dbe5ee;
    border-radius: 11px;
    background: #f8fafc;
    color: #315170;
    font-size: 13px;
}

.form-help-card strong {
    display: block;
    margin-bottom: 5px;
    color: #172033;
}

.form-help-card ul {
    margin: 0;
    padding-left: 18px;
    line-height: 1.6;
}


/* =========================================================
   SUBMIT ROW
========================================================= */

.form-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 4px;
}

.form-submit-row>span {
    font-size: 12px;
    color: #687a90;
}

.contact-submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 96px;
    height: 42px;
    padding: 0 16px;
    border: none;
    border-radius: 6px;
    background: #10182c;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit-button:hover {
    background: #1b2944;
    transform: translateY(-1px);
}

.contact-submit-button:active {
    transform: translateY(0);
}


/* =========================================================
   PRIVACY TEXT
========================================================= */

.privacy-text {
    margin: 16px 0 0;
    font-size: 11px;
    line-height: 1.6;
    color: #687a90;
}

.privacy-text a {
    color: #0878bd;
    text-decoration: underline;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    position: relative;
    width: 100%;
    background: #060d20;
    color: #f5f7fb;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-top: 10px; /* Add some padding at the top of footer */
}

.footer-container {
    width: min(1448px, calc(100% - 48px));
    margin: 0 auto;
}

/* =====================================================
   CTA PANEL - "Ready to get started" container
   THIS IS THE CONTAINER YOU WANT TO ADD MARGIN TO
===================================================== */

.footer-cta {
    min-height: 122px;
    margin-bottom: 42px;
    margin-top: 20px !important; /* ← THIS ADDS SPACE ABOVE THE CONTAINER */
    padding: 27px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 19px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* CTA text */
.footer-cta-copy h3 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #f8fafc;
}

.footer-cta-copy p {
    margin: 0;
    color: #c8d8ed;
    font-size: 17px;
    line-height: 1.45;
}

/* CTA buttons */
.footer-cta-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.footer .btn {
    min-height: 48px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.footer .btn:hover {
    transform: translateY(-1px);
}

.footer .btn-primary {
    color: #172033;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.footer .btn-primary:hover {
    background: #edf3f9;
}

.footer .btn-secondary {
    color: #f3f6fb;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(148, 163, 184, 0.30);
}

.footer .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

.footer .btn i {
    color: #6ed8ff;
    font-size: 16px;
}

.footer .btn-primary i {
    color: #172033;
}

/* =====================================================
   MAIN GRID
===================================================== */

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(230px, 1fr) minmax(230px, 1fr);
    column-gap: 92px;
    padding-bottom: 42px;
}

/* BRAND */
.footer-brand {
    min-width: 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 19px;
}

.footer-logo-mark {
    width: 80px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8b9aad;
}

.footer-logo-mark img {
    max-width: 180%;
    
}

.footer-logo-name {
    margin-bottom: 1px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.footer-logo-tagline {
    color: #8faed0;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
}

.footer-description {
    max-width: 500px;
    margin: 0 0 24px;
    color: #d4e0ef;
    font-size: 16px;
    line-height: 1.55;
}

.footer-contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 17px;
}

.footer-contact-pill {
    min-height: 43px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #dbe7f4;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 7px;
    font-size: 15px;
    line-height: 1;
}

.footer-contact-pill i {
    color: #56c9f7;
    font-size: 17px;
}

.footer-whatsapp {
    margin: 0;
    color: #87a7cc;
    font-size: 14px;
    line-height: 1.5;
}

.footer-whatsapp a {
    color: #44c7fa;
    text-decoration: none;
    font-weight: 600;
}

.footer-whatsapp a:hover {
    text-decoration: underline;
}

/* FOOTER COLUMNS */
.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-column h4 {
    margin: 5px 0 17px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.footer-column > a {
    margin-bottom: 14px;
    color: #d8e3f0;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-column > a:hover {
    color: #61d3ff;
}

/* OPERATING HOURS */
.operating-hours {
    width: 100%;
    margin-top: 23px;
    padding: 21px 19px 18px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 14px;
    box-sizing: border-box;
}

.operating-hours h4 {
    margin: 0 0 9px;
    font-size: 15px;
}

.operating-hours p {
    margin: 0 0 9px;
    color: #d7e3f0;
    font-size: 15px;
    line-height: 1.35;
}

.operating-hours .location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    color: #8faed0;
}

.operating-hours .location i {
    color: #899bb0;
    font-size: 15px;
}

/* FOOTER BOTTOM */
.footer-bottom {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    color: #79a0c8;
    font-size: 14px;
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.reply-time,
.bottom-hours {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.status-dot {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #16c4f5;
    border-radius: 50%;
}

.bottom-hours i {
    color: #879bb2;
    font-size: 14px;
}


/* =====================================================
   BACK TO TOP
===================================================== */

.back-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 12px;
    background: #111a31;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
    box-shadow: 0 5px 16px rgba(15, 25, 45, 0.18);
    text-decoration: none;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #1b2742;
    transform: translateY(-2px);
}

.back-to-top i {
    font-size: 28px;
    line-height: 1;
}


/* =========================================================
   LIGHTBOX
========================================================= */

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.92);
    animation: lightboxFade 0.3s ease;
}

@keyframes lightboxFade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
    margin: 12px auto 0;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    padding: 10px 0;
}

.lightbox-counter {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 16px;
    border-radius: 20px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.7;
    z-index: 100;
    line-height: 1;
}

.lightbox-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 60px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    padding: 20px 15px;
    border-radius: 8px;
    opacity: 0.6;
    z-index: 100;
    line-height: 1;
}

.lightbox-nav:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.6);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .brand {
        min-width: auto;
    }
    .nav-links {
        gap: 20px;
    }
    .nav-links a {
        font-size: 14px;
    }
    .hero h1 {
        font-size: 60px;
    }
    .hero-project-images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {
    .site-header {
        height: 68px;
    }
    .brand-logo {
        width: 52px;
        transform: scale(0.8);
        transform-origin: left center;
    }
    .brand-name {
        font-size: 15px;
    }
    .brand-subtitle {
        font-size: 11px;
    }
    .nav-toggle {
        display: block;
    }
    .nav-links {
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px 24px 20px;
        background: #071021;
        border-top: 1px solid #1e2a3d;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    }
    .nav-links.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .nav-links a {
        width: 100%;
        padding: 14px 5px;
        font-size: 16px;
    }
    .nav-quote {
        margin-top: 8px;
        margin-left: 0;
        justify-content: center;
    }
    .hero {
        min-height: auto;
    }
    .hero-overlay {
        min-height: auto;
    }
    .hero-container {
        min-height: auto;
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .hero h1 {
        font-size: 50px;
        letter-spacing: -2.5px;
    }
    .hero-description {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .container {
        width: min(100% - 32px, 1200px);
    }
    .brand-subtitle {
        display: none;
    }
    .hero-container {
        padding-top: 38px;
    }
    .hero-badge {
        flex-wrap: wrap;
        gap: 7px;
        font-size: 12px;
        line-height: 1.3;
        padding: 7px 11px;
    }
    .hero h1 {
        font-size: 42px;
        line-height: 1.01;
        letter-spacing: -2px;
    }
    .hero-description {
        margin-top: 22px;
        font-size: 17px;
        line-height: 1.5;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
        margin-top: 28px;
    }
    .hero-btn {
        width: 100%;
    }
    .stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 30px;
    }
    .stat-item {
        width: 100%;
    }
    .hero-project-images {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 40px;
    }
    .hero-project-image {
        height: 220px;
    }
    .content-section {
        min-height: 350px;
        padding: 70px 0;
    }
    .content-section h2 {
        font-size: 38px;
    }
    .contact-section {
        padding: 70px 0;
    }
    .contact-content h2 {
        font-size: 40px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .contact-form {
        padding: 20px;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    .back-to-top {
        right: 18px;
        bottom: 18px;
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
    .back-to-top i {
        font-size: 24px;
    }
}

/* Services Grid Responsive */
@media (max-width: 1000px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-header {
        align-items: flex-start;
    }
    .services-heading p {
        max-width: 650px;
    }
}

@media (max-width: 700px) {
    .services-section {
        padding: 60px 0 70px;
    }
    .services-section .container {
        width: min(100% - 28px, 600px);
    }
    .services-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .services-heading h2 {
        font-size: 32px;
    }
    .services-heading p {
        font-size: 15px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .service-image {
        height: 210px;
    }
    .services-consult-btn {
        width: auto;
    }
}

/* Projects Grid Responsive */
@media (max-width: 1050px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .project-gallery {
        height: 260px;
    }
}

@media (max-width: 700px) {
    .projects-section {
        padding: 60px 0 70px;
    }
    .projects-section .container {
        width: min(100% - 28px, 600px);
    }
    .projects-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
    }
    .projects-heading h2 {
        font-size: 32px;
    }
    .projects-heading p {
        font-size: 15px;
    }
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .project-gallery {
        height: 230px;
    }
    .project-arrow {
        opacity: 1;
        width: 38px;
        height: 38px;
        font-size: 25px;
    }
    .project-content {
        padding: 19px;
    }
}

/* Testimonials Responsive */
@media (max-width: 950px) {
    .testimonials-section {
        padding: 75px 0 80px;
    }
    .testimonials-header h2 {
        font-size: 36px;
    }
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .testimonial-card {
        min-height: auto;
    }
}

@media (max-width: 650px) {
    .testimonials-section {
        padding: 60px 0 70px;
    }
    .testimonials-section .container {
        padding: 0 20px;
    }
    .testimonials-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }
    .testimonials-header h2 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .testimonials-header p {
        font-size: 16px;
    }
    .testimonial-link {
        font-size: 16px;
    }
    .testimonial-card {
        padding: 25px 22px;
        border-radius: 15px;
    }
    .testimonial-text {
        font-size: 16px;
    }
    .testimonial-bottom {
        padding-left: 0;
    }
}

/* Beam Calculations Responsive */
@media (max-width: 1000px) {
    .beam-order-section {
        padding: 75px 0 80px;
    }
    .beam-steps {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .beam-step-card {
        display: grid;
        grid-template-columns: 360px minmax(0, 1fr);
    }
    .beam-step-image {
        height: 100%;
        min-height: 300px;
        margin: 24px 0 24px 24px;
    }
}

@media (max-width: 700px) {
    .beam-order-section {
        padding: 60px 0 70px;
    }
    .beam-order-section .container {
        padding: 0 20px;
    }
    .beam-order-header {
        margin-bottom: 32px;
    }
    .beam-order-header h2 {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .beam-order-header p {
        font-size: 16px;
    }
    .beam-step-card {
        display: flex;
        flex-direction: column;
    }
    .beam-step-image {
        height: 190px;
        min-height: 0;
        margin: 18px 18px 0;
    }
    .beam-step-content {
        padding: 22px 20px 25px;
        font-size: 15.5px;
    }
}

/* Price Section Responsive */
@media (max-width: 900px) {
    .price-container {
        width: min(100% - 32px, 760px);
    }
    .pricing-layout {
        grid-template-columns: 1fr;
    }
    .price-info-bar {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .price-info-item {
        padding: 2px 0;
    }
}

@media (max-width: 600px) {
    .price-section {
        padding: 40px 0 60px;
    }
    .price-container {
        width: min(100% - 24px, 100%);
    }
    .price-header h2 {
        font-size: 28px;
    }
    .price-header p {
        font-size: 14px;
    }
    .price-info-bar {
        padding: 12px;
    }
    .pricing-layout {
        gap: 14px;
    }
    .packages-card,
    .individual-card {
        padding: 12px;
    }
    .package-grid {
        grid-template-columns: 1fr;
    }
    .package-wide {
        grid-column: auto;
    }
    .price-package-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .price-cta-button {
        width: 100%;
    }
    .individual-item {
        min-height: 40px;
        font-size: 13px;
    }
    .individual-item strong {
        font-size: 13px;
    }
    .contact-project-info h2 {
        font-size: 28px;
    }
    .contact-intro {
        font-size: 14px;
    }
    .package-top h4 {
        font-size: 13px;
    }
    .package-price {
        font-size: 16px;
    }
}

/* Contact Section Responsive */
@media (max-width: 950px) {
    .contact-project-container {
        grid-template-columns: 1fr;
        max-width: 700px;
        gap: 28px;
    }
    .project-form-card {
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .contact-project-section {
        padding: 35px 0 50px;
    }
    .contact-project-container {
        width: min(100% - 24px, 100%);
        gap: 22px;
    }
    .contact-project-info h2 {
        font-size: 28px;
    }
    .contact-intro {
        font-size: 14px;
    }
    .phone-line {
        flex-wrap: wrap;
    }
    .contact-info-card,
    .deliverables-card {
        padding: 15px;
    }
    .project-form-card {
        padding: 18px;
    }
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .form-submit-row {
        flex-direction: column;
        align-items: stretch;
    }
    .form-submit-row>span {
        line-height: 1.4;
    }
    .contact-submit-button {
        width: 100%;
    }
}

/* Footer Responsive */
@media (max-width: 1050px) {
    .footer-grid {
        column-gap: 45px;
    }
    .footer-cta {
        align-items: flex-start;
    }
    .footer-cta-actions {
        flex-direction: column;
        width: 220px;
    }
    .footer .btn {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .footer-container {
        width: min(100% - 32px, 650px);
    }
    .footer-cta {
        flex-direction: column;
        padding: 25px;
    }
    .footer-cta-actions {
        width: 100%;
        flex-direction: row;
    }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 35px;
    }
    .footer-brand {
        grid-column: 1 / -1;
    }
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding: 23px 0;
    }
    .footer-bottom-right {
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .footer-container {
        width: calc(100% - 28px);
    }
    .footer-cta {
        padding: 22px 20px;
        border-radius: 15px;
    }
    .footer-cta-copy p {
        font-size: 15px;
    }
    .footer-cta-actions {
        flex-direction: column;
        gap: 9px;
    }
    .footer .btn {
        width: 100%;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-bottom: 35px;
    }
    .footer-brand {
        grid-column: auto;
    }
    .footer-logo-tagline {
        white-space: normal;
    }
    .footer-description {
        font-size: 15px;
    }
    .footer-contact-row {
        flex-direction: column;
        align-items: stretch;
    }
    .footer-contact-pill {
        width: 100%;
        box-sizing: border-box;
    }
    .footer-bottom-right {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .back-to-top {
        width: 48px;
        height: 48px;
        right: 10px;
        bottom: 10px;
        font-size: 24px;
    }
    .back-to-top i {
        font-size: 24px;
    }
}

/* Lightbox Responsive */
@media (max-width: 700px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 70vh;
    }
    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 35px;
    }
    .lightbox-caption {
        font-size: 14px;
        width: 90%;
    }
    .lightbox-nav {
        font-size: 40px;
        padding: 12px 10px;
    }
    .lightbox-prev {
        left: 10px;
    }
    .lightbox-next {
        right: 10px;
    }
    .lightbox-counter {
        bottom: 60px;
        font-size: 12px;
        padding: 4px 12px;
    }
}
/* =========================================================
   WHAT TO EXPECT - MOBILE FIXES
========================================================= */

@media (max-width: 850px) {
    .expect-section {
        padding: 60px 0 50px;
    }

    .expect-container {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .expect-intro {
        width: 100%;
    }

    .expect-intro h2 {
        font-size: 32px;
        letter-spacing: -1px;
        margin-bottom: 12px;
    }

    .expect-intro-text {
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 24px;
        max-width: 100%;
    }

    /* Make each card full width */
    .expect-card,
    .expect-process-card,
    .expect-card-large,
    .expect-bottom-card {
        width: 100%;
        min-height: auto;
        padding: 22px 20px;
        border-radius: 16px;
    }

    /* Stack the features grid into 1 column */
    .expect-features {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    /* Card titles */
    .expect-card-title {
        gap: 10px;
        margin-bottom: 10px;
    }

    .expect-card-title h3 {
        font-size: 17px;
        line-height: 1.3;
    }

    /* Card body text */
    .expect-card p,
    .expect-bottom-card p {
        font-size: 15px;
        line-height: 1.5;
    }

    /* Tags */
    .expect-tags {
        gap: 6px;
        margin-top: 12px;
    }

    .expect-tags span {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* Simple process card */
    .expect-process-card h3 {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .expect-process-card ol {
        padding-left: 20px;
    }

    .expect-process-card li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    /* Bottom CTA */
    .expect-bottom-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .expect-bottom-card a {
        font-size: 15px;
    }
}

/* Small mobile extra tweaks */
@media (max-width: 480px) {
    .expect-section {
        padding: 50px 0 40px;
    }

    .expect-intro h2 {
        font-size: 28px;
    }

    .expect-intro-text {
        font-size: 15px;
    }

    .expect-card,
    .expect-process-card,
    .expect-card-large,
    .expect-bottom-card {
        padding: 20px 18px;
    }

    .expect-card-title h3 {
        font-size: 16px;
    }

    .expect-card p,
    .expect-bottom-card p {
        font-size: 14px;
    }
}