﻿:root {
    --mainBackGroundColor: #fff;
    --fontFamily: 'EB Garamond','Poppins', sans-serif;
    --menuBackGroundColor: #384959;
    --fontSize: 1.2512rem;
    --fontLineHeight: 1.625;
    --fontSizeH1: 4rem;
    --fontSizeH2: 2.4rem;
    --sectionHeaderWidth: 74%;
    --sectionHeaderMargin: 0 auto 2.5rem;
    --sectionHeaderP: 0;
    --mainWidth: 75%;
    --sectionPadding: 25px;
    --sectionWidth: 80%;
    --sectionCardWidth: auto;
    --sectionCardMargin: none;
    --sectionGrid2: repeat(2, 1fr);
    --testimonialCard: 90%;
    --footerWidth: 75%;
    --copyrightWidth: 20%;
    --menuItemWidth: auto;
    --footerMenuWidth: right;
    --footerMenuWidth: 60%;
    --menuMargin: 0 0 0 0;
    --headerInfoMenuWidth:100%;
}

.white {
    color: #fff;
}

html, body {
    font-family: var(--fontFamily);
    background-color: var(--mainBackGroundColor);
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border-bottom: dotted 1px #000;
    color: #000;
}

    a:hover {
        text-shadow: 0.5px 0 0 currentColor;
    }

.aNoBorder {
    border-bottom: none;
}

hr {
    margin-bottom: 13px;
}

h1, h2 {
    margin: 0 0 0 0;
    padding: 0;
}

h1 {
    font-size: var(--fontSizeH1);
}

h2 {
    padding-bottom: 7px;
    border-bottom: solid 2px #000;
    display: table;
    width: var(--widthH2);
    float: var(--textAlignH2);
    margin-right: 10%;
    margin-bottom: 13px;
}

header {
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0;
    z-index: 500;
    height: 50px;
    margin-bottom: 13px;
}

.headerInfoMenu {
    display: table;
    margin: auto;
    width: var(--headerInfoMenuWidth);
    max-width: 1200px;
    z-index: 800;
    min-height: 55px;
}
/* Dark overlay */
.header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient( to right, rgba(56, 73, 89, 1) 0%, rgba(56, 73, 89, 0.75) 50%, rgba(56, 73, 89, 0.1) 100% );
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    vertical-align: middle;
    margin-right: 13px;
    margin-top: 1px;
}

.title {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 1.4em;
    color: #000;
    margin-top: 7px;
}

.headerInfoMenu a {
    color: #000;
}

.footerMenu a {
    color: #fff;
    border-bottom: dotted 1px #fff;
}

.mainMenu {
    position: relative;
    float: right;
    margin-top: 17px;
}

.banner {
    position: relative;
    display: none;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 7px 0 7px 0;
    font-style: italic;
}

main {
    width: 100%;
}

.main {
    position: relative;
    display: table;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: var(--mainWidth);
    height: 100vh;
    padding: 0 1% 24px 1%;
    max-width: 1200px;
}

footer {
    background-color: #000;
    display: table;
    width: calc(100% - 14px);
    margin-top: 50px;
    color: #fff;
    padding: 7px 7px;
}

.footerBody {
    margin-left: auto;
    margin-right: auto;
    width: var(--footerWidth);
    max-width: 1200px;
}

.copyright {
    float: left;
    width: var(--copyrightWidth);
}

.footerMenu {
    float: var(--footerMenuFloat);
    width: var(--footerMenuWidth)60%;
}

.hero {
    position: relative;
    height: 50vh;
    width: 90%;
    overflow: hidden;
    /* Image as background */
    background-image: url('/images/asset-navigator-hero.jpg');
    background-size: cover;
    background-position: top;
    /* Dark overlay so text is readable */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 7% 5% 1% 5%;
}

    /* Dark overlay */
    .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( to right, rgba(56, 73, 89, 0.75) 0%, rgba(56, 73, 89, 0.75) 75%, rgba(56, 73, 89, 0.1) 100% );
    }

    .hero h1,
    .hero em {
        position: relative; /* sit above the overlay */
        z-index: 1;
        width: 74%;
        color: #fff;
        text-align: center;
        margin-left: 13%;
    }

    .hero h1 {
        font-size: var(--fontSizeH1);
        margin-bottom: 2rem;
        line-height: 1.3;
    }

    .hero em {
        display: table;
        font-size: 1.5rem;
        line-height: 2rem;
        font-style: normal;
        opacity: 0.85;
    }

section {
    display: table;
    font-size: var(--fontSize);
    line-height: var(--fontLineHeight);
    padding: var(--sectionPadding);
    margin: auto;
    margin-bottom: 100px;
    width: var(--sectionWidth);
}

ul li {
    font-size: var(--fontSize);
    line-height: var(--fontLineHeight);
}

.mainMenu ul, .footerMenu ul {
    list-style: none;
    padding: 0;
    margin: var(--menuMargin);    
    float: right;
    display:block;
}

    .mainMenu ul li, .footerMenu ul li {
        float: left;
        width: var(--menuItemWidth);
        margin-right: 24px;
        font-size: unset;
        line-height: unset;
        
    }


.colLeft {
    width: calc(50% - 50px);
    float: left;
}

.colH2 {
    width: 35%;
    float: left;
    display: table;
    text-align: right;
}

.colInfo {
    width: 55%;
    display: table;
    font-size: var(--fontSize);
    line-height: var(--fontLineHeight);
    margin-top: 7px;
    float: left;
}

.colRight {
    width: calc(50% - 50px);
    float: right;
}

a.cta {
    background-color: green;
    padding: 7px 13px;
    color: #fff;
    border-radius: 7px;
}

.signin-wrapper {
    width: 100%;
    max-width: 420px;
    padding: 20px;
    margin: auto;
    margin-top: 50px;
}

.signin-logo {
    text-align: center;
    margin-bottom: 32px;
}

    .signin-logo h1 {
        font-size: 1.6rem;
        color: #384959;
        font-weight: 700;
        border: none;
    }

    .signin-logo p {
        color: #888;
        font-size: 0.9rem;
        margin-top: 6px;
    }

.signin-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        font-size: 0.85rem;
        font-weight: 600;
        color: #444;
        margin-bottom: 6px;
        width: 100%;
        float: none;
    }

    .form-group input {
        width: 100%;
        padding: 11px 14px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 0.95rem;
        color: #333;
        transition: border-color 0.2s;
        background: #fff;
    }

        .form-group input:focus {
            outline: none;
            border-color: #384959;
            box-shadow: 0 0 0 3px rgba(56, 73, 89, 0.1);
        }

        .form-group input::placeholder {
            color: #bbb;
        }

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    font-size: 0.85rem;
}

    .form-options label {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #555;
        cursor: pointer;
        width: auto;
        float: none;
        margin: 0;
        font-weight: normal;
    }

    .form-options input[type="checkbox"] {
        width: 15px;
        height: 15px;
        cursor: pointer;
    }

    .form-options a {
        color: #384959;
        border-bottom: none;
        font-size: 0.85rem;
    }

        .form-options a:hover {
            text-decoration: underline;
        }

.btn-signin {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background: #384959;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

    .btn-signin:hover {
        background: #2c3a47;
    }

.signin-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 0.82rem;
    color: #aaa;
}

.error-summary {
    background: #fff0f0;
    border: 1px solid #d13438;
    color: #d13438;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.success-summary {
    background: #4CAF50;
    border: 1px solid Green;
    color: #fff;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 0.85rem;
    margin-bottom: 20px;
}

.section {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 1.5rem;    
}

.section-header {
    text-align: center;
    max-width: var(--sectionHeaderWidth);
    margin: var(--sectionHeaderMargin);
}

    .section-header h2 {
        font-size: var(--fontSizeH2);
        font-weight: bold;
        margin: 0 0 0.75rem;
        color: #111;
        width: 100%;
    }

    .section-header p {
        line-height: 1.4rem;
        color: #5f5e5a;
        margin: var(--sectionHeaderP);
    }

.section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.section-grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.section-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.section-grid-2 {
    display: grid;
    grid-template-columns: var(--sectionGrid2);
    gap: 40px;
}

.section-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e4df;
    border-radius: 12px;
    padding: 1.5rem;
    width: var(--sectionCardWidth);
    margin: var(--sectionCardMargin);
}

.section-icon {
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 33px;
}

    .section-icon svg {
        float: left;
        margin-right: 0px;
    }

    .section-icon span {
        float: left;
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        margin-left: 13px;
    }


.section-card h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 0.5rem;
    color: #000;
}

.section-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #5f5e5a;
    margin: 0;
}


.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: green; /* light blue circle */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

    .step-icon i {
        font-size: 22px;
        color: #fff; /* accent blue */
    }

.testimonial-card {
    background: #F1EFE8;
    border: 1px solid #e5e4df;
    border-radius: 12px;
    padding: 2rem;
    display:table;
    width: var(--testimonialCard);
    margin:auto;
}


.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    color: #111;
    margin: 0 0 1.5rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6f1fb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13px;
    color: #185fa5;
    flex-shrink: 0;
}

.testimonial-name {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    color: #111;
}

.testimonial-role {
    font-size: 13px;
    color: #5f5e5a;
    margin: 0;
}

.testimonial-quote-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}

    .testimonial-quote-icon svg {
        width: 100%;
        height: 100%;
        fill: #185fa5;
    }

.table-wrapper {
    position: relative;
    display: inline-table;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    height: auto;
}

    .table-wrapper::-webkit-scrollbar {
        display: none;
    }

table {
    font-size: 1.1rem;
}

    table tr {
        outline: solid 2px transparent;
    }

        table tr.selected {
            outline: solid 2px #384959;
        }

th {
    font-weight: bold;
    vertical-align: top;
    background-color: #F1EFE8;
}

    th:first-child {
        padding-left: 17px;
    }



td, th {
    border-bottom: solid 1px #ddd;
    line-height: 22px;
    padding: 13px 7px 13px 7px;
    vertical-align: top;
}

.colStr {
    min-width: 130px;
    text-align: left;
}

.colDate {
    min-width: 150px;
    text-align: center;
}

.colNumber {
    text-align: right;
    min-width: 100px;
    max-width: 100px;
    line-height: 20px;
}

.bottom {
    position: absolute;
    display: inline-table;
    width: calc(100% - 50px);
    bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: solid 1px #000;
}

.price-card {
    min-height: 300px;
}

.grid-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 25px;
}

.cell {
    box-sizing: border-box;
    border: solid 1px #ddd;
    border-radius: var(--border-radius-md);
    width: 100%;
}

label {
    display: table;
    margin-bottom: 7px;
    width: 100%;
}

    label span {
        position: relative;
        float: left;
        width: 217px;
        margin-left: 13px;
        margin-top: 5px;
    }

input, textarea, select, input[type=number] {
    position: relative;
    padding: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: solid 1px #cecece;
    font-size: 1rem;
    resize: none;
    overflow: hidden;
    width: calc(100% - 243px);
    font-family: var(--fontFamily);
}

.form-card {
    width: 65%;
    margin: auto;
}

.form-actions {
    margin: 13px 13px 13px 13px;
    float: right;
}

    .form-actions .cta {
        font-size: 16px;
    }

.step-indicator {
    display: flex;
    align-items: center;
    max-width: 360px;
    margin: 2.5rem auto 2.5rem auto;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

.step-active .step-dot {
    background: #378ADD;
    color: #ffffff;
}

.step-active .step-label {
    color: #000000;
}

.step-upcoming .step-dot {
    background: #ffffff;
    border: 1px solid #B4B2A9;
    color: #5F5E5A;
}

.step-upcoming .step-label {
    color: #5F5E5A;
}

.step-label {
    font-size: 13px;
    white-space: nowrap;
}

.step-line {
    flex: 1;
    height: 2px;
    background: #B4B2A9;
    margin: 0 8px 22px;
}
/* hamburger button: hidden on desktop */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    margin-left: auto; /* pushes it to the far right */
}

    .hamburger span {
        display: block;
        height: 2px;
        width: 100%;
        background: currentColor;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }

    /* animate to an X when open */
    .hamburger[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .hamburger[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
.w50p {
    width:50%;
    margin-left: 25%;
}
.table-contact {
    width: 60%;
    margin: auto;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e5e5e0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.15s ease, transform 0.15s ease;
}

    .blog-card:hover {
        border-color: #c9c9c2;
        transform: translateY(-2px);
    }

.blog-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    background: #f1efe8;
}

.blog-card__body {
    padding: 16px 20px 20px;
}

.blog-card__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;
    color: #1a1a18;
}

.blog-card__description {
    font-size: 14px;
    line-height: 1.6;
    color: #6b6a64;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Force max 3 columns on very wide screens */
@media (min-width: 960px) {
    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 640px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 900px) {
    :root {
        --mainBackGroundColor: #fff;
        --fontFamily: 'EB Garamond','Poppins', sans-serif;
        --menuBackGroundColor: #384959;
        --fontSize: 1.2512rem;
        --fontLineHeight: 1.625;
        --fontSizeH1: 1.6rem;
        --fontSizeH2: 1.6rem;
        --sectionHeaderWidth: 90%;
        --sectionHeaderMargin: 0 auto 0 auto;
        --sectionHeaderP: 0 0 24px 0;
        --mainWidth: 98%;
        --sectionPadding: 0px;
        --sectionWidth: 80%;
        --sectionCardWidth: 80%;
        --sectionCardMargin: auto;
        --sectionGrid2: repeat(1, 1fr);
        --testimonialCard: 70%;
        --footerWidth: 96%;
        --copyrightWidth: 80%;
        --menuItemWidth: 100%;
        --footerMenuWidth: left;
        --footerMenuWidth: 100%;
        --menuMargin: 13px 0 0 0;
        --headerInfoMenuWidth: 96%;
    }

    .hamburger {
        display: flex;
        margin-top: 16px;
    }

    .mainMenu {
        display: none; /* hidden until opened */
        position: absolute;
        top: 100%; /* right below the header */
        left: 0;
        right: 0;
        background: #fff; /* adjust to your theme */
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        z-index: 1000;
        margin-top: 0px;
        margin-left: 0;
        width: 100%;
    }

        .mainMenu a.cta {
            width: auto;
            border-radius: 0;
        }

        .mainMenu.open {
            display: block;
        }

    .headerInfoMenu {
        position: relative; /* anchor for the dropdown above */
    }

    .mainMenu ul {
        float: none;
        display: block;
    }

        .mainMenu ul li {
            float: none;
            width: auto;
            margin-right: 0;
        }

            .mainMenu ul li a {
                display: block;
                padding: 12px 16px;
            }

    .section-header p {
        font-size: 16px;
        line-height: 1.4rem;
    }

    .hero em {
        font-size: 16px;
        line-height: 1.4rem;
    }

    h1 {
        margin: 25px 0 0 0;
    }

    .w50p {
        width: 80%;
        margin-left: 0;
    }
    .table-contact{width:100%;}
    .table-contact td {
        width: 100%;
        display: table;
        padding-left: 0;
        border-bottom: none;
    }
    
    .form-card {
        width: 100%;
    }
    input, textarea, select, input[type=number] {
        width: 100%;
    }
    label{
        font-size:16px;
    }
    label span {
        padding-left:0;
        margin-left:0;
    }
    .form-actions {
        display:table;
        width:100%;
    }
    
}