@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

*{
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}
:root {
    --dark-green: #184f31;
    --light-green: #e5f9ee;
    --icon-green: #53ad7b;
    --shadow-green: #184f311f;
    --white: #ffffff;
    --light-grey: #eeeeee;
    --bg-pink: #faf6ed;
    --bg-grey: #eef5ef;
    --gold: #d9a22d;
    --bg-pink: #fbfaf6;
    --dark-grey: #666666;
    --dark-orange: #fdecce;
    --bg-orange: #fef9f2;
    --orange: #e09b1b;
}
.quote-wrapper{
    background:var(--white);
    padding:0 30px 30px;
    padding-bottom: 0;
    max-width: 1140px;
    margin: 20px auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.banner{
    display:flex;
    position:relative;
    height:220px;
    margin: 0 -30px;
    border-bottom: 3px solid var(--dark-green);
}

.left-panel{
    position:absolute;
    inset:0 auto 0 0;
    width:61%;
    background:var(--light-green);
    clip-path: polygon(
        0 0,
        90% 0,
        100% 100%,
        0 100%
    );
}
.left-panel::before{
    content:"";
    position:absolute;
    right:28px;
    top:-15px;
    width:10px;
    height:280px;
    background:var(--gold);
    transform:rotate(-17deg);
    z-index:5;
}
.house{
    position:absolute;
    right:0;
    top:0;
    width:52%;
    height:100%;
    object-fit:cover;
    object-position:left center;
}
.logo{
    width:360px;
    max-width:100%;
    margin: 15px 35px;
}

.contact{
    position:absolute;
    left:20px;
    right:70px;
    bottom:10px;
    display:flex;
    align-items:center;
    gap: 10px 15px;
    color:var(--dark-green);
    font-size:14px;
    white-space:nowrap;
    width: 90%;
    FLEX-WRAP: wrap;
    justify-content: center;
}
.contact span{
    display:flex;
    align-items:center;
    gap:10px;
    flex-shrink:0;

    i {
        color: var(--gold);
        font-size: 16px;
    }
}

.australian-owned-badge{
    position:absolute;
    right:15px;
    bottom:-30px;
    width:125px;
    z-index:6;
}

.quote-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:35px auto;
    gap: 40px;
}
.heading{
    flex:1;
}

.heading h2{
    font-size:40px;
    color:var(--gold);
    font-weight:400;
    font-family:'Allura', cursive;
}

.heading h1{
    font-size: 20px;
    margin-top: 10px;
    margin-top:10px;
    text-transform:uppercase;
}

.heading p{
    margin-top:10px;
}

.installation-heading {
    text-align: center;

    i {
        font-size: 30px;
        padding: 10px;
        border: 1px solid var(--gold);
        border-radius: 50%;
        color: var(--gold);
    }
    h1 {
        font-size: 52px;
        margin: 20px auto;
    }
    p {
        margin-top:10px;
    }
}

.quote-info{
    width:525px;
    border:1px solid var(--dark-grey);
    border-radius:10px;
}
.qupte-heading {
    padding: 10px;
    background: var(--dark-green);
    border-radius: 10px 10px 0 0;
    color: var(--white);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.quote-info .quote-container {
    border-radius: 15px;
    padding: 0 30px 15px;
}

.quote-info .quote-title {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}

.quote-info .quote-title i {
    margin-right: 10px;
    font-size: 20px;
}
.quote-info .quote-title i:before {
    width: 25px;
    height: 25px;
    background: var(--white);
    text-align: center;
    padding: 7px 10px;
    border-radius: 50%;
}
.quote-info .quote-title.investment i:before, .quote-info .quote-title.deposit i:before {
    font-size: 14px;
}
.quote-info .quote-title.investment i:before, .quote-info .quote-title.balance i:before {
    background: var(--dark-green);
    color: var(--white);
}
.quote-info .quote-title.deposit i:before {
    padding: 7px;
    border: 1px solid var(--dark-green);
}
.quote-info .balance .quote-title i:before {
    padding: 10px;
    font-size: 10px;
    background: var(--gold);
    color: var(--white);
}
.quote-info .balance div:last-child {
    color: var(--gold);
}

.quote-info .quote-row {
    border-bottom: 1px solid var(--light-grey);
    flex-direction: row;
    display: flex;
    position: relative;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.quote-info .quote-row div:last-child{
    text-align: right;
    font-weight:600;
    font-size: 14px;
}
.quote-info .quote-row:last-child{
    border-bottom: unset;
}

.quote-info .quote-no {
    font-size: 24px !important;
}

.hero{
    display:grid;
    grid-template-columns:49% 49%;
    gap:25px;
}

.hero-left {
    position: relative;
}

.hero-left img{
    width:100%;
    border-radius:20px 20px 0 0;
    display:block;
}

.product-summary{
    margin:60px 20px;
    background:var(--dark-green);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    color:var(--white);
    border-radius:20px;
    position: absolute;
    bottom: -60px;
    z-index: 5;
}

.product-summary .item{
    text-align:center;
    padding:15px;
}

.product-summary .item img{
    width:48px;
    height:48px;
    color:var(--white);
}
.product-summary svg{
    width:48px;
    height:48px;
    color:var(--white);
}

.product-summary img{
    width:42px;
    height:42px;
    margin:auto;
}

.product-summary h2{
    margin-top:8px;
    font-size:35px;
}

.product-summary span{
    display:block;
    margin-top:8px;
    font-size:14px;
    letter-spacing:1px;
}

.hero-right{
    display:flex;
    flex-direction: column;
    gap:20px;
}
.investment-row {
    display: flex;
    gap: 20px;
}
.investment-card{
    flex:1;
    border:1px solid var(--light-grey);
    border-radius:20px;
    padding:20px 15px 0;
}

.investment-card small{
    text-transform:uppercase;
    font-weight:600;
}

.investment-card h1{
    color:var(--dark-green);
    font-size:50px;
    margin:5px 0;
    text-align: center;
}

.investment-card span{
    display:block;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.investment-card ul{
    list-style: none;
    padding-top: 20px;
}

.investment-card li{
    position: relative;
    padding-left: 36px;
    margin-bottom: 5px;
    font-size: 14px;
}

.investment-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;

    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--dark-green);
    color: var(--white);

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

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

.love-card{
    width:250px;
    border:1px solid var(--light-grey);
    border-radius:20px;
    padding:20px 30px;
    background: var(--bg-pink);
}

.love-card h3{
    margin-bottom:20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.love-card ul{
    list-style:none;
}

.love-card li{
    padding:12px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.love-card li i {
    width: 24px;
    text-align: center;
    color: var(--gold);
    font-size: 22px;
    flex-shrink: 0;
}

/*========================================= PAYMENT CARDS =========================================*/
.payment-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-direction: row;
    background:var(--bg-pink);
    border-radius:20px;
    padding:15px 10px;
    max-width:700px;
}

.payment-item{
    display:flex;
    align-items:center;
    gap:16px;
}

.payment-icon{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.payment-content{
    display:flex;
    flex-direction:column;
}

.payment-title{
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:6px;
}

.payment-price{
    font-size:22px;
    font-weight:700;
    line-height:1;
}

.divider{
    width:1px;
    height:50px;
    background:var(--light-grey);
    margin:0 40px;
}
.h-divider {
    width:120px;
    height:2px;
    background:var(--gold);
    margin:0 auto 15px;
}
.payment-data {
    padding: 0 50px 50px;
}

/*========================================= TIMELINE =========================================*/
.quote-process{
    display:flex;
    gap:20px;
    margin-top: 40px;
}

.process{
    background:var(--white);
    border-radius:20px;
    padding:20px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.process h3{
    text-align:center;
    margin-bottom:0;
    font-size:22px;
    font-weight:700;
    text-transform: uppercase;
}

.steps{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    flex-direction: row;
}

.step{
    text-align:center;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.step.completed {

    .icon {
        background: var(--dark-green);
        color: var(--white);
        border-color: var(--dark-green);
        position: relative;
    }
    /* Tick badge */
    .icon::after {
        content: "\f00c"; /* Font Awesome check */
        font-family: "FontAwesome";
        font-weight: 900;
        position: absolute;
        right: -5px;
        bottom: -5px;
        width: 25px;
        height: 25px;
        background: var(--dark-green);
        color: var(--white);
        border: 3px solid var(--white);
        border-radius: 50%;
        font-size: 13px;
    }
    span {
        color: var(--icon-green);
    }
}

.step.inprogress {
    span {
        color: var(--gold);
    }
}

.icon{
    width:70px;
    height:70px;
    margin:0 auto 15px;
    border:2px solid var(--gold);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
}

.step strong{
    display:block;
    font-size:15px;
    margin-bottom:4px;
}

.step span{
    display:block;
    font-size:14px;
    color:var(--dark-grey);
}
.tax-invoice .step span {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--gold);
    font-size:28px;
    padding:22px 0 0;
}

.cta-box{
    flex:1;
    background:var(--dark-green);
    color:var(--white);
    border-radius:20px;
    padding:20px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    width: 100%;
}

.cta-box h3{
    text-align:center;
    margin-bottom:10px;
    font-size: 25px;
}

.cta-box p{
    text-align:center;
    opacity:.9;
    margin-bottom:30px;
}

.btn-quote{
    background:var(--gold);
    color:var(--white);
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    padding:18px;
    border-radius:8px;
    font-weight:700;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.btn-quote:hover{
    color:var(--white);
}

.lead-time-estimate {
    border: 1px solid var(--dark-grey);
    border-radius: 10px;
    padding: 15px 50px;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 auto;

    i {
        font-size: 35px;
    }

    span {
        text-transform: uppercase;
        color: var(--dark-green);
        font-weight: 600;
    }
}


/****************************** Payment modes ********************************/
.installation-schedule {
    display: flex;
    flex-direction: row;
    gap: 50px;

    .cta-box {
        width: 45%;
        flex-direction: row;
        gap: 30px;
    }
    .installation-complete.cta-box {
        background: none;
        i {
            color: var(--gold);
            background: var(--dark-green);
            font-size: 60px;
            padding: 10px;
            border-radius: 50%;
            height: 80px;
        }
    }
    h3 {
        text-transform: uppercase;
        font-size: 22px;
    }
    .left-part {
        width: 25%;
        align-content: center;
        position: relative;

        i {
            font-size: 60px;
            padding: 25px;
            background: var(--white);
            color: var(--dark-green);
            border-radius: 50%;
        }
    }

    /* Tick badge */
    .left-part::after {
        content: "\f00c"; /* Font Awesome check */
        font-family: "FontAwesome";
        font-weight: 900;
        position: absolute;
        right: 25%;
        bottom: 35%;
        width: 30px;
        height: 30px;
        background: var(--gold);
        color: var(--white);
        border: 3px solid var(--white);
        border-radius: 50%;
        font-size: 18px;
        padding-left: 3px;
    }
    .right-part {
        width: 60%;
        align-content: center;       
    }
    .h-divider {
        margin: 0 0 15px;
    }
    .payment-box {
        width: 45%;
        flex-direction: column;
        padding: 30px 50px;
        gap: 20px;
        background: none;
        border: 1px solid var(--bg-grey);

        i {
            font-size: 30px;
            padding: 20px;
            border: 2px solid var(--dark-orange);
            border-radius: 50%;
            color: var(--orange);
            background: var(--bg-orange);
        }
    }
    .installation-text {
        display: flex;
        gap: 30px;
        align-items: center;
    }
    .btn-quote {
        width: 100%;
        font-size: 16px;
    }
}


/****************************** Payment modes ********************************/
#payment-modes {
    max-height:0;
    overflow:hidden;
    opacity:0;
    transform:translateY(-15px);
    transition:
        max-height .45s ease,
        opacity .35s ease,
        transform .35s ease;
    visibility:hidden;

    .payment-container {
        border: 1px solid var(--light-grey);
        border-radius: 20px;
        background: var(--bg-pink);
        box-shadow: 0 8px 25px rgba(18, 61, 115, .08);
        margin-top: 40px;
    }

    .payment-header {
        display: flex;
        align-items: center;
        gap: 18px;
        justify-content: center;
        padding: 20px 0;
        text-transform: uppercase;

        .header-icon {
            width: 50px;
            height: 50px;
            font-size: 30px;
        }
    }
    h2 {
        font-size: 22px;
    }
    .payment-text {
        font-size: 16px;
        text-align: center;

        span {
            color: var(--dark-green);
        }
    }
}
#payment-modes.active{
    max-height:1500px; /* larger than actual content */
    opacity:1;
    transform:translateY(0);
    visibility:visible;
}
.payment-card{
    display:block;
    position:relative;
    cursor:pointer;
}
.payment-card input[type=radio]{
    position:absolute;
    opacity:0;
    pointer-events:none;
}
.payment-card input[type=radio]:checked + .info-card{
    border-color:var(--dark-green);
    box-shadow:
        0 0 0 4px var(--shadow-green),
        0 12px 30px rgba(0,0,0,.08);
}
.payment-card:hover .info-card{
    transform:translateY(-3px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}
.payment-card input[type=submit] {
    color: var(--white);
    background: var(--dark-green);
    margin-top: 15px;
    width: 100%;
    padding: 10px;
    height: auto;
    border-radius: 5px;
}
.payment-card input[type=submit]:hover {
    color: var(--white);
}
.deposit-banner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border:1px solid var(--light-grey);
    border-radius:20px;
    padding:15px;
    gap:15px;
    margin-top: 30px;

    .divider {
        margin: 0 20px;
    }
}

.deposit-card{
    display:flex;
    align-items:center;
    gap:20px;
    flex:1;
}

.deposit-icon{
    width:72px;
    height:72px;
    border-radius:50%;
    background: var(--light-green);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--dark-green);
    font-size:34px;
    flex-shrink:0;
}

.deposit-content{
    display:flex;
    flex-direction:column;
}

.deposit-label{
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.deposit-content h2{
    margin:0;
    font-size:40px;
    line-height:1;
    font-weight:600;
    color: var(--dark-green);
}

.deposit-banner .info-icon{
    background: var(--dark-green);
    color: var(--light-green);
    font-size:18px;
}

.payment-options {
    padding: 30px 0;

    form {
        width: 100%;
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }

    .info-card {
        width: 455px;
        padding: 20px;
        box-shadow: none;
        min-height: 475px;
    }

    .header-icon {
        width: 50px;
        height: 50px;
    }

    h3 div {
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
    }

    .info-text {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }
    .bank-details label {
        margin-bottom: 0;
    }
}
.payment-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
}
.terms-conditions, .btn-deposit {
    padding: 50px 50px 0;
}
.btn-deposit { 
    padding-top: 20px;
}
.quotation-list {
    padding: 30px 70px 0;
}
.send-quote-form {
    margin: 0 70px;
}
.add-deposit, .add-amount {
    .info-card {
        min-height: 275px;
        width: 305px;
    }
    .header-icon {
        width: 40px;
        height: 35px;
    }
}
.payment-note {
    border: 1px solid var(--orange);
    border-radius: 10px;
    padding: 20px 10px;
    display: flex;
    gap: 15px;
    margin-top: 20px;
    background: var(--bg-orange);

    .header-icon {
        width: 35px;
        height: 35px;
        background: var(--dark-orange);
        color: var(--orange);
    }
}
.header-text {
    width: 100%;
}

.paypal-note {
    border: 1px solid var(--dark-green);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    background: var(--light-green);

    .header-icon {
        width: 35px;
        height: 35px;
        background: var(--dark-green);
        color: var(--light-green);
    }
}
.amount-group{
    width:100%;
}

.amount-label{
    display:block;
    margin-bottom:14px;
    font-size:18px;
    font-weight:600;
}

.amount-input{
    display:flex;
    align-items:center;
    height:60px;
    border:2px solid var(--light-grey);
    border-radius:15px;
    overflow:hidden;
    background:var(--white);
    transition:.3s;
}

.amount-input:focus-within{
    border-color:var(--dark-green);
    box-shadow:0 0 0 4px var(--shadow-green);
}

.currency-symbol{
    width:70px;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--bg-grey);
    font-size:28px;
    font-weight:600;
    flex-shrink:0;
}

.amount-input input{
    height:100%;
    border:none;
    outline:none;
    background:transparent;
    padding:0 20px;
    font-size:20px;
    font-weight:700;
}

.amount-note{
    margin-top:30px;
    text-align:center;
    font-size:15px;
}
.payment-banner {
    display:flex;
    align-items:center;
    border:1px solid var(--light-grey);
    border-radius:20px;
    padding:18px 60px;
    gap:25px;

    .banner-card {
        display: flex;
        padding: 10px 0;

        a {
            color: var(--dark-green);
        }
    }
    i {
        margin-right: 10px;
    }
    .divider {
        height: 20px;
        margin: 0 20px;
    }
    .info-icon {
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
}

@media(max-width:900px){
    .deposit-banner{
        flex-direction:column;
        align-items:flex-start;
    }

    .deposit-divider{
        width:100%;
        height:1px;
    }

    .deposit-content h2{
        font-size:42px;
    }
}

/*========================================= Page 2 =========================================*/
.page-heading {
    padding: 15px 0 5px 15px;
    background: var(--dark-green);
    color: var(--white);
    margin: 40px 0 0;
}
.page-heading h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.specification {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: var(--bg-pink);
    border-radius: 20px;
    padding: 10px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);

    ..card-header {
        padding-top: 5px;
    }
    .card-body {
        display: flex;
        flex-direction: row;
        padding-top: 0;
        align-items: center;
        padding-bottom: 10px;
    }
    .info-row {
        gap: 0;
        height: 30px;
    }
    .info-icon {
        background: none;
    }
    .divider {
        height: 20px;
        margin: 0 10px;
    }
    .info-text {
        font-size: 14px;
    }
}
.specification-card {
    display: flex;
    padding: 10px 0;
    align-items: center;
    gap: 10px;
}

.info-card{
    width:400px;
    background:var(--white);
    border:1px solid var(--bg-grey);
    border-radius:20px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.card-header{
    display:flex;
    align-items:center;
    gap:15px;
    border-bottom:1px solid var(--light-grey);
    background: unset;
    padding: 0;
    padding-bottom: 10px;
}

.header-icon{
    width:30px;
    height:30px;
    border-radius:50%;
    background:linear-gradient(135deg,var(--dark-green), var(--icon-green));
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--white);
    font-size:15px;
}

.card-header h3{
    margin:0;
    font-size:16px;
    font-weight:700;
}

.payment-card .card-body {
    display:flex;
    flex-direction:column;
    gap:5px;
    padding: 0;
    padding-top: 10px;
}

.info-row{
    display:flex;
    align-items:center;
    gap:16px;
}

.info-icon{
    width:35px;
    height:35px;
    border-radius:50%;
    background:var(--light-green);
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--dark-green);
    font-size:13px;
    flex-shrink:0;
}

.quote-content{
    flex:1;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.info, .tick {
    display:flex;
    gap:12px;
    margin-bottom:5px;
    align-items:baseline;
}
.info:not(:has(i)) {
    justify-content: space-between;
}

.tick i {
    color:var(--gold);
}

.center-part {
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding: 40px 0;
}
.center-part h3 {
    font-size: 16px;
    text-transform: uppercase;
}
.thead div {
    padding:7px;
    font-weight:700;
    background:var(--bg-pink);
    font-size: 13px;
    border-right: 1px solid var(--light-grey);
}

.tr div {
    font-size: 12px;
    padding:7px;
    border-bottom:1px solid var(--light-grey);
    border-right: 1px solid var(--light-grey);
}

.tfoot {
    padding:10px 0;
    font-weight:700;
    background:var(--bg-grey);
}
.tfoot div {
    padding: 0 10px 0 5px;
    font-size: 13px;
}

.roller-shutters-table, .easyview-shutters-table, .grilles-table {
    .thead, .tr, .tfoot{
        display:grid;
        grid-template-columns:
            30px
            minmax(140px,2fr)
            minmax(160px,2fr)
            minmax(50px,0.5fr)
            minmax(50px,0.5fr)
            minmax(120px,1.0fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(80px,0.8fr)
            minmax(70px,0.7fr)
            minmax(70px,0.7fr);
        border: 1px solid var(--light-grey);
        align-items: stretch;
    }
    .total-label{
        grid-column:1 / 11;
        text-align:right;
        padding-right:20px;
    }
}

.easyview-shutters-table {
    .thead, .tr, .tfoot{
        display:grid;
        grid-template-columns:
            30px
            minmax(200px,2fr)
            minmax(50px,0.5fr)
            minmax(50px,0.5fr)
            minmax(120px,1.0fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(90px,0.9fr)
            minmax(80px,0.7fr)
            minmax(90px,0.9fr);
        border: 1px solid var(--light-grey);
        align-items: stretch;
    }
    .total-label{
        grid-column:1 / 10;
        text-align:right;
        padding-right:20px;
    }
}

.doors-table {
    .thead, .tr, .tfoot {
        display:grid;
        grid-template-columns:
            30px
            minmax(120px,2fr)
            minmax(120px,1.8fr)
            minmax(60px,0.6fr)
            minmax(60px,0.6fr)
            minmax(100px,1.0fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(70px,1fr)
            minmax(80px,0.8fr)
            minmax(60px,0.6fr)
            minmax(60px,0.6fr);
        border: 1px solid var(--light-grey);
        align-items: stretch;
    }
    .total-label {
        grid-column:1 / 12;
        text-align:right;
        padding-right:20px;
    }
}

.accessories-table {
    .thead, .tr, .tfoot {
        display:grid;
        grid-template-columns:
            30px
            minmax(200px,6fr)
            minmax(120px,1fr)
            minmax(120px,1fr)
            minmax(120px,1fr);
        border: 1px solid var(--light-grey);
        align-items: stretch;
    }
    .total-label {
        grid-column:1 / 5;
        text-align:right;
        padding-right:20px;
    }
}

.additional-table {
    .thead, .tr, .tfoot {
        display:grid;
        grid-template-columns:
            40px
            minmax(200px,6fr);
        border: 1px solid var(--light-grey);
        align-items: stretch;
    }
}

.activity-table {
    .thead, .tr, .tfoot {
        display:grid;
        grid-template-columns:
            40px
            minmax(200px,6fr)
            minmax(100px,3fr);
        border: 1px solid var(--light-grey);
        align-items: stretch;
        background: var(--white);
    }
}

.payment-summary {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--light-grey);
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    margin-bottom: 20px;

    .payment-box{
        max-width: none;
        background: var(--light-grey);
        padding: 10px;
    }
    .divider {
        margin: 0 20px;
    }
}

.quote-assistance {
    margin: 50px 0;

    .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .divider {
        height: 25px;
    }

    i {
        font-size: 20px;
    }

    a {
        color: var(--white);
    }
}
/******************* Footer ***********************/
.footer {
    background: var(--dark-green);
    color: var(--white);    
    padding: 50px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin: 0 -30px;
    border-bottom: 1px solid var(--gold);
}
.footer-box {
    max-width: 310px;
}
.footer-box h4 {
    margin-bottom: 30px;
}
.commitment .info {
    justify-content: center;
    gap: 20px;
    align-items: center;

    img {
        width: 30%;
        margin-top: 30px;
    }
}

.thank-you {
    img {
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}
.footer-info {
    gap: 0;
    align-items: center;
    background: var(--light-green);

    .divider {
        background: var(--gold);
        height: 80px;
        width: 2px;
    }

    a {
        color: var(--dark-green);
    }
    i {
        color: var(--gold);
    }

    .proud-text {
        font-family: 'Allura', cursive;
        font-size: 35px;
        color: var(--gold);
        line-height: 1.1;
        letter-spacing: 1.7px;
        display: inline-block;
        transform: rotateZ(-4deg);
    }
}
.footer-info-text {
    color: var(--dark-green);
    background: var(--gold);
    margin: 0 -30px;
    text-transform: uppercase;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}


@media (max-width:767px){

    .payment-box {
        flex-direction:column;
        align-items:flex-start;
        gap:25px;
    }

    .divider {
        width:100%;
        height:1px;
        margin:0;
    }

    .payment-item {
        width:100%;
    }

    .payment-price {
        font-size:34px;
    }

}
@media (max-width:991px){

    .quote-process {
        flex-direction:column;
    }

    .steps {
        flex-wrap:wrap;
        justify-content:center;
        gap:30px;
    }

    .arrow {
        display:none;
    }

    .step {
        flex:0 0 45%;
    }

}

@media (max-width:576px){

    .step {
        flex:0 0 100%;
    }

}

@media(max-width:1200px){

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

}

@media print {
    /*.quote-process,
    .process,
    .cta-box{
        break-inside:avoid;
        page-break-inside:avoid;
    }*/

    .quote-process .process{
        flex:1 1 auto !important;
        width:auto !important;
    }
    .quote-process .cta-box{
        flex:0 0 320px !important;
        width:320px !important;
    }
}