﻿body {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body * {
    box-sizing: border-box;
    font-family: proxima-nova, sans-serif;
}

.container-wrapper {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('https://www.isimet.com/images/headers/main-test.jpg') center no-repeat;
    background-size: cover;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

.quote-details {
    width:100%;
    height:100%;
}

.buildit-welcome {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    width: 75%;
    padding: 0 15px;
}

h1 {
    font-size: 46px;
    font-weight: bold;
    color: #25408F;
    margin: 0 auto 30px;
}

.buildit-start {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #54392d;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 10px;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
}

.modal-content-text {
    color: #999;
    pointer-events: none;
    font-size: 20px;
    padding-bottom: 5px;
}

.container {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #ccc;
}

.container-form {
    padding: 0 20px 20px;
}

.input-group {
    position: relative;
    margin-bottom: 10px;
}

.input-group-inline {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

input {
    padding: 20px 10px 10px 30px;
    font-size: 16px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
    background-color: transparent;
    color: #333;
    box-sizing: border-box;
}

input:focus {
    border-color: #007BFF;
    outline: none;
}

.input-group textarea[readonly] {
    background-color: #f5f5f5;
    color: #555;
    border: 1px solid #e0e0e0;
    width: 100%;
    min-height: 38px;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 14px 12px 2px 30px;
    border-radius: 4px;
    resize: none;
}
.instruction-text {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
    font-size: 16px;
    transform: translateY(-50%);
}

.input-group input:not(:placeholder-shown) + .instruction-text,
.input-group input:focus + .instruction-text,
.input-group textarea:not(:placeholder-shown) + .instruction-text,
.input-group textarea:focus + .instruction-text {
    font-size: 12px;
    top: 8px;
    color: #007BFF;
}

textarea {
    padding: 20px 10px 10px 30px;
    font-size: 16px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease;
    background-color: transparent;
    color: #333;
    box-sizing: border-box;
}


/* Button Styles */
.btn-modal {
    background-color: rgba(37, 64, 143, 0.9);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.question-closed .learn-more {
    background-color: #ccc;
    color: #888;
    cursor: not-allowed;
    opacity: 0.7;
    border: 1px solid #aaa;
}


    .btn-std {
          padding: 6px 14px;
        border-radius: 6px;
        border: none;
        background: #0078ff;
        color: white;
        cursor: pointer;
        font-size: 0.85rem;
        font-weight: 500;
        transition: background 0.2s ease;
    }

    .btn-std:hover {
        background: #005fcc;
    }




button.learn-more {
    background-color: rgba(37, 64, 143, 0.9);
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    button.learn-more:hover {
        background-color: #0d6efd;
        transform: translateY(-2px);
    }

    button.learn-more:active {
        background-color: #0a58ca;
        transform: translateY(0);
    }

    button.learn-more:focus {
        outline: 3px solid rgba(30,144,255,0.5);
        outline-offset: 2px;
    }



button:hover {
    background-color: #0056b3;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-start-buildit {
    font-size: 36px;
    font-weight: bold;
    color: #c08b15;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.btn-submit-quote {
    font-size: 36px;
    font-weight: bold;
    color: #c08b15;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

/* Header Styles */
.biheader {
    background-color: rgba(37, 64, 143, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    position: static;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30'%3E%3Cpolyline points='0,15 6,6 12,24 18,3 24,27 30,6 40,15' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1.2'/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 40px 30px;
    border: 1px solid #ccc;
}

.topmenu-bar {
    display: flex;
    align-items: center;
    padding: 0 16px;
    min-height: 48px;
}

.topmenu-logoandtext {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0;
}

.topmenu-logo {
    display: flex;
    align-items: center;
}

.topmenu-text {
    margin: 0 0 0 16px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    text-transform: none;
}

h6 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
}

.btn-topmenu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    color: white;
    border: 0;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 250ms;
}


footer {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    background: url("https://www.isimet.com/images/footerbg.png") top center no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 400;
}

    footer div.copyright {
        background: rgba(37, 64, 143, 0.9);
        padding: 20px;
    }

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer div.copyright * {
    font-size: 15px;
    color: white;
}

footer div.copyright img.flag {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 8px;
    max-width: 55px;
}

footer div.copyright div.logoWrap img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    margin: 0px auto 20px 40px;
    display: block;
}

footer div.copyright div.logoWrap p {
    font-weight: bold;
    text-transform: uppercase;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.legallogin {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.msg {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

footer div.copyright strong {
    text-transform: uppercase;
}


.profile-menu-wrapper {
    position: relative;
    display: inline-block;
}

.profile-menu-btn {
    position: relative;
    z-index: 2;
}

.profile-menu-caret {
    margin-left: 6px;
    font-size: 0.8em;
}

.profile-menu-popup {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px #eee;
    border-radius: 4px;
    z-index: 10;
    display: none;
}

.profile-menu-item {
    display: block;
    padding: 12px 18px;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

    .profile-menu-item:last-child {
        border-bottom: none;
    }

    .profile-menu-item:hover {
        background: #f6faff;
        color: #0073e6;
    }


.table-container {
    width: 95vw;
    max-width: 100%;
    margin: 0 auto 2rem auto;
    background: #d1d1d1;
    border-radius: 18px;
    box-shadow: 0 2px 8px #eee;
    padding: 1.5rem 1rem;
    overflow-x: auto;
    border: 1.5px solid #bbb;
}


.button-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.button-row .btn-start-buildit {
    min-width: 160px;
}



.buildit-products {
    top: 20px;
    position: sticky !important;
    position: -webkit-sticky;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 150px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 15px;
    margin-left: 40px;
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}


.buildit-product {
    margin-bottom: 5px;
    border: 1px solid black;
}

.product-sku {
    font-size: 12px;
    line-height: 1.1;
    margin: 12px;
}

.product-sku span {
    font-size: 12px;
    display: block;
    margin: 0px;
}

.extra-questions {
    margin-left: 50px;
}

.extra-questions .question-section {
    background-color: lightyellow;
}

.buildit-questions .extra-questions {
    margin-bottom: 0vh;
}

.small-info {
    font-weight: normal;
    font-style: italic;
    FONT-SIZE: 12px;
}