:root {
    /* Marvel Skip Bins palette (info.txt) */
    --accent-color: #c4000c;        /* brand red */
    --dark-accent-color: #9e000a;   /* darker red for hovers */
    --swiper-theme-color: #c4000c;
    --swiper-pagination-color: #c4000c;
    --dark-red: #80090f;
    --darker-red: #66080d;
    --cream-color: #fffae6;          /* page cream */
    --light-cream-color: #fffbef;          /* page cream */
    --gold-color: #ddc692;           /* tan / gold */
    --dark-gold-color: #cdb377;
    --black-color: #14120e;          /* near-black */
    --white-color: #fff;
    --light-white-color: #f8f8f8;
    --gray-light: #eee;
    --gray: #ccc;
    --text-color: #333333;           /* body text */
    --text-dark: #14120e;            /* headings */
    --text-light: #8a8578;
    --text-off-white: #f5efda;
    --max-width: 1280px;
    --max-width-wide: 1440px;
    --top-bar-height: 0px;
    --navbar-height: 154px;
    --navbar-height-scroll: 140px;
    --navbar-height-mobile: 86px;
    --navbar-height-mobile-scroll: 80px;
    --bs-btn-padding-y : 30px;
    --bs-btn-padding-x : 24px;
    --border-color: #ece3c6;
    --border-color-light: #ece3c688;
    --border-radius-sm: 7px;
    --border-radius: 13px;
    --border-radius-large: 22px;
    --border-radius-x-large: 40px;
    --footer-color: #fffae6;
    --footer-text-color: #14120e;
    --mobile-menu-width: 320px;
    /* Neutral accent aliases used by the above-the-line header / top-bar */
    --mid-blue: var(--accent-color);
    --dark-mid-blue: var(--dark-accent-color);
    --lightest-blue: var(--cream-color);
    --darkened-lightest-blue: var(--gold-color);
}

@font-face {
    font-family: 'Peligro Stencil';
    src: url('fonts/PeligroStencil-Regular.woff2') format('woff2'),
         url('fonts/PeligroStencil-Regular.woff') format('woff'),
         url('fonts/PeligroStencil-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Outfit', sans-serif;
    color: var(--text-color);
    font-size: 18px;
    font-optical-sizing: auto;
    background-color: #fff;
    overflow-x: hidden;
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: min(var(--max-width-wide), 100%);
    }
}
* {
    --bs-gutter-x : 60px;
}
body p {
    margin-bottom: 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h4 {
    font-size: 1.2em;
    line-height: 1.5;
}

.h5 {
    font-size: 1.1em;
    line-height: 1.6;
}
.desc-font {
    font-size: 1.1em;
}
.custom-font {
    font-family: 'Peligro Stencil', sans-serif;
    letter-spacing: 0.02em;
}
.align-baseline {
    align-items: baseline;
}
.quick-animated {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.animated {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}

.op-animated {
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.darken-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: -1;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.labelled-title {
    font-size: 2rem;
    padding: 18px 26px 6px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 2;
}
.labelled-title.cream-bg {
    color: var(--text-dark);
}
.labelled-title.bg-black {
    color: white;
}
.op0 {
    opacity: 0;
}

.op1 {
    opacity: 1;
}

a.underline {
    text-decoration: underline;
}
a:not(.btn) {
    /*color: var(--accent-color);*/
    color: var(--accent-color);
    text-decoration: none;
}
a.underlined-link {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: var(--text-dark);
    color: var(--text-dark);
}
a.underline {
    text-decoration: underline;
}

a:hover {
    color: var(--dark-accent-color);
    text-decoration: none;
}
img {
    max-width: 100%;
}

.big-font {
    font-size: 2.0em
}

.extra-big-font {
    font-size: 2.8em;
}
.custom-size {
    font-size: 2.1em;
}
@media (max-width: 992px) {
    .big-font {
        font-size: 1.7em
    }

    .extra-big-font {
        font-size: 2.1em;
    }
    .custom-size {
        font-size: 1.5em;
    }
}

.thick {
    font-weight: 700;
}
.semibold, .medium {
    font-weight: 500;
}
.bold {
    font-weight: 600;
}
.thin {
    font-weight: 300;
}

.uppercase {
    text-transform: uppercase
}

.icon-margin-4 {
    margin-right: 4px
}

.icon-margin-8 {
    margin-right: 8px
}

.icon-margin-12 {
    margin-right: 12px
}

.icon-margin-18 {
    margin-right: 18px
}

.icon-margin-24 {
    margin-right: 24px
}

.icon-margin-top-8 {
    margin-top: 8px
}

.icon-margin-top-12 {
    margin-top: 12px
}

.icon-margin-top-18 {
    margin-top: 18px
}

.icon-margin-top-24 {
    margin-top: 24px
}
.rotate-2{
    transform: rotate(2deg);
}
.rotate--2{
    transform: rotate(-2deg);
}
.cls {
    clear: both
}

.relative {
    position: relative
}

.marginer {
    display: block;
    clear: both;
    height: 1px;
    margin: 32px auto
}

.spacer-invis {
    display: block;
    clear: both;
    height: 1px;
    margin: 18px auto
}

.spacer-tiny {
    display: block;
    clear: both;
    height: 1px;
    margin: 8px auto
}
.text-light {
    color: var(--text-light) !important;
}
.hashed {
    color: #999 !important
}

.push-5 {
    margin-bottom: 5px;
}

.push-5-t {
    margin-top: 5px;
}

.push-10 {
    margin-bottom: 10px;
}

.push-10-t {
    margin-top: 10px;
}

.push-20 {
    margin-bottom: 20px;
}

.push-20-t {
    margin-top: 20px;
}

.push-30 {
    margin-bottom: 30px;
}

.push-30-t {
    margin-top: 30px;
}

.p300 {
    font-weight: 300;
}

.p400 {
    font-weight: 400;
}

.p700 {
    font-weight: 700;
}

.p900 {
    font-weight: 900;
}
.full-height {
    height: 100%;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}
.font-1-1 {
    font-size: 1.1em;
}
.font-1-2 {
    font-size: 1.2em;
}
.justify-content-center {
    justify-content: center;
}
.no-b {
    border: none;
}
.btn {
    padding: 9px 20px;
    border-radius: 0;
    font-weight: 500;
}
.btn:not(.btn-rounded){
    border: none !important;
}
.btn-rounded {
    border-radius: 50px;
}
.btn-outline {
    border: 2px solid var(--accent-color) !important;
    background-color: transparent !important;
}
.btn-default {
    background-color: var(--light-white-color);
}
.btn-default:hover, .btn-default:focus {
    background-color: #eee;
}
.btn-dark {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    color: var(--light-white-color);
    font-weight: 600;
}
.btn.btn-dark-red {
    background-color: var(--dark-red);
    border: 2px solid var(--dark-red);
    color: var(--light-white-color);
    font-weight: 600;
}
.btn.btn-dark-red:hover {
    background-color: var(--darker-red);
    border: 2px solid var(--darker-red);
}

.brand {
    color: var(--accent-color);
}

.brand-bg, .bg-brand {
    background-color: var(--accent-color);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--dark-accent-color);
    border-color: var(--dark-accent-color);
}
.cream-bg, .bg-cream {
    background-color: var(--cream-color) !important;
    background-image: none;
}
.light-cream-bg, .bg-light-cream {
    background-color: var(--light-cream-color);
}
.cream {
    color: var(--cream-color);
}
.black-bg, .bg-black {background-color: black}
.grey-bg, .bg-grey {background-color: var(--light-white-color)}
.btn-wide {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.btn-x-wide {
    padding-left: 72px !important;
    padding-right: 72px !important;
}


.hero-text {
    font-size: 3.3em;
}

@media (max-width: 992px) {
    .hero-text {
        font-size: 2.1em;
    }
    .inner-banner h4.bold {
        font-size: 1.2em;
    }
    .btn-wide {
        padding-left: 24px;
        padding-right: 24px;
    }
    .btn-x-wide {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/*
general
 */

.section {
    padding: 100px 0;
    position: relative;
}
.first-section {
    padding: 70px 0 120px 0;
}
.section-extra-padding {
    padding: 150px 0;
}
@media (max-width: 992px) {
    .section {
        padding: 60px 0;
        position: relative;
    }
    .section-extra-padding {
        padding: 80px 0;
    }
}
.section-grey, .bg-grey {
    background-color: #f7f7f7;
}
.section-black, .bg-black {
    background-color: var(--black-color);
}
.section-white, .bg-white {
    background-color: #fff;
}
.section-dark, .bg-dark {
    background-color: var(--dark-accent-color);
}

.section-title {
    position: relative;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
}
.text-effect {
    position: relative;
    padding-bottom: 20px;
}


.subtitle {
    margin-top: 10px;
    font-size: 1.3em;
    color: var(--text-dark);
    font-weight: 500;
}

/*
input
 */
.contact-form-container {
    margin-left: calc(-.25 * var(--bs-gutter-x));
}
.input {
    border-radius: var(--border-radius);
    background-color: white;
    box-shadow: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    caret-color: var(--text-color);
    border: 2px solid transparent;
}
.input:focus {
    /*box-shadow: 0 0 0 .25rem rgba(200,200,200,.25);*/
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--darker-red);
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);*/
}

.input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color);
    opacity: 0.4;
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--text-color);
    opacity: 0.4;
}

.input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--text-color);
    opacity: 0.4;
}
select {
    color: var(--text-color);
}
select.no-val {
    color: #aaa;
}

option {
    font-weight: 400 !important;
    font-family: sans-serif;
}

/*
footer
 */
footer {
    background-color: var(--footer-color);
    padding: 50px 60px 20px 30px;
}

.footer-logo img {
    max-width: 340px;
}

.footer-title {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-logo {
    padding-bottom: 28px;
}

.footer-column {
    color: var(--footer-text-color);
    padding-top: 30px;
}
.footer-column a {
    color: var(--footer-text-color);
}
.footer-column a:hover {
    color: var(--accent-color);
}
.footer-link {
    display: block;
    padding: 7px 5px;
}
.footer-link:before {
    content: '-';
    display: inline-block;
    margin-right: 10px;
}
.footer-socials a {
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
}

.footer-title {
    color: var(--text-dark);
    margin-top: 100px;
}

.bottom-bar {
    padding: 30px 0 20px 0;
    color: var(--footer-text-color);
    font-size: 0.9em;
    border-top: 1px solid var(--gray);
    margin-top: 70px;
}
.bottom-bar a {
    color: var(--accent-color);
}
@media (max-width: 992px) {
    footer {
        padding: 70px 20px 10px 20px;
    }
    .footer-title {
        margin-top: 60px;
    }
}
#top-of-the-site {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
}
/**
Generic cards
 */
.generic-card {
    padding: 10px 10px 30px 10px;
    margin-bottom: 30px;
    font-size: 18px;
}
.generic-card img {
    border-radius: var(--border-radius-large) var(--border-radius-large) 0 0;
    margin-bottom: 20px;
}
.generic-card h3 {
    font-size: 1.2em;
    color: var(--text-dark);
    font-weight: 600;
}
/*
icon card
 */
.icon-card {
    margin-bottom: 1.75rem;
    padding: 10px 20px;
}
.icon-card.with-bg{
    position: relative;
    .bg-image {
        object-fit: contain;
        opacity: 0.4;
    }
}
.icon-card h4 {
    font-size: 1.3em;
    color: var(--text-dark);
    margin-bottom: 2rem;
    margin-top: 1.65rem;
    font-weight: 700;
}
.icon-card h4 small {
    display: block;
    color: #999;
    font-size: 0.7em;
}
.icon-card .icon-card-icon{
    margin-top: 20px;
}
.icon-card p {
    margin-bottom: 0;
}
.icon-card.icon-card-dark .icon-card-title {
    color: var(--text-dark);
}
.icon-card.icon-card-dark p{
    color: var(--text-color);
}
@media (max-width: 992px) {
    .icon-card .icon-card-title {
        font-size: 1.4em;
    }
}
/*
Circle icon card
 */
.circle-icon-card {
    margin-bottom: 1.5rem;
}
.circle-icon-card .circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 24px;
}
.circle-icon-card p {
    margin-bottom: 0;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}
/*
Tabs and FAQS
 */
.faq {
    font-size: 1.1em;
    padding: 1rem;
}

.faq-q {
    font-weight: 700;
    font-size: 1.1em;
    color: var(--text-dark);
}

.faq-answer {
    padding: 0 20px 20px 0;
}
.faq-block {
    margin-bottom: 28px;
}
.faq-block .faq-question {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--text-dark);
    padding: 16px 26px;
    border-radius: var(--border-radius-large);
    margin-bottom: 14px;
}
.faq-block .faq-answer-box {
    background-color: #f7f7f5;
    padding: 22px 26px;
    border-radius: var(--border-radius-large);
}
.faq-block .faq-answer-box p:last-child {
    margin-bottom: 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1.2rem;
    margin: 0.25rem;
    font-size: 1em;
    color: var(--text-light);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-weight: 600;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--accent-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-link:focus, .nav-link:hover {
    color: var(--text-dark);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--accent-color);
}


/*
Floating form
 */
.imagination {
    color: white;
}
.radio-group {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.radio-label {
    border: 2px solid #ffffffaa;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #ffffffaa;
    font-weight: 600;
    flex: 1;
}

.radio-label:hover {
    background: #d33;
    color: #fff;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + .radio-label {
    background: #fff;
    color: var(--text-color);
}
@media (max-width: 600px) {
    .radio-group {
        flex-direction: column;
        gap: 15px;
    }
}
.cta-red-cover {
    background-color: var(--accent-color);
    opacity: 0.9;
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.cta-red-cover img.left-cover {
    position: absolute;
    height: 100%;
    right: 100%;
}
.cta-red-cover img.top-cover {
    right: 0;
    width: 100%;
}
@media (max-width: 992px) {
    .cta-red-cover {
        width: 70%;
    }
}

/*
Faqs
 */
.faq-item {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 2rem 0;
}

.faq-item .faq-banner {
    width: 22%;
    flex-shrink: 0;
    margin-right: 30px;
}
.faq-item .faq-banner img {
    border-radius: var(--border-radius);
    width: 100%;
}
@media (max-width: 992px) {
    .faq-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .faq-item .faq-banner {
        width: 100%;
        margin-bottom: 20px;
    }
}
/**
Accordion override
 */
.accordion-header {
    margin-top: 0;
    padding: 10px 0;
}
.accordion-button {
    border-radius: var(--border-radius) !important;
    font-size: 18px;
}
.accordion-body {
    font-size: 16px;
}
.accordion-button.collapsed:hover {
    background-color: #f7f7f7;
}
.accordion-button:focus {
    box-shadow: none;
    /*box-shadow: var(--bs-accordion-btn-focus-box-shadow);*/
}
.accordion-button:not(.collapsed) {
    color: var(--white-color);
    background-color: var(--accent-color);
    /*box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);*/
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}

/*.accordion-button.collapsed::after {*/
/* down arrow for accordion
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="white" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
</svg>
 */
/*    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>");*/
/*}*/
/*
Warranty section
 */
.warranty {
    border-radius: var(--border-radius-x-large);
    padding: 180px 80px;
}
@media (max-width: 992px) {
    .warranty {
        padding: 100px 30px;
    }
}


/*
Modern Tables
 */

.bordered {
    border: 1px dashed var(--border-color);
}
.bordered-heavy {
    border: 2px dashed var(--border-color);
}

.modern-table [class*="col-"] {
    padding: 3px;
}
.modern-table .modern-table-header .cell-content {
    padding: 10px 30px;
    background-color: var(--accent-color);
    color: white;
    font-weight: 600;
    font-size: 1.1em;
}
.modern-table .modern-table-row .cell-content {
    padding: 10px 30px;
    background-color: white;
    border-radius: var(--border-radius-large);
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 992px) {
    .modern-table .modern-table-row .cell-content {
        display: block;
    }
}
.modern-table.table-grey .modern-table-row .cell-content {
    background-color: #f8f8f8;
}
.modern-table.table-grey .modern-table-row [class*="col-"]:first-child .cell-content:first-child {
    background-color: #ededed;
}
.modern-table .modern-table-header [class*="col-"]:first-child .cell-content {
    border-radius: var(--border-radius-large);
}
.modern-table .modern-table-header [class*="col-"]:last-child .cell-content {
    border-radius: var(--border-radius-large);
}

/* ============================================================
   Marvel Skip Bins - homepage sections (below the fold)
   ============================================================ */

/* Shared section heading */
.section-h {
    font-size: 2.6rem;
    color: var(--text-dark);
    line-height: 1.05;
    margin: 0 0 8px;
}
@media (max-width: 991px) { .section-h { font-size: 2.1rem; } }

/* ---------- Who Are We ---------- */
.who-section { padding-top: 70px; }
.who-image { position: relative; padding: 16px; }
.who-image picture, .who-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 49% 49% 49% 49% / 44% 44% 56% 56%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.who-image::before {
    content: "";
    position: absolute;
    inset: 0 30px 30px 0;
    border: 2px solid var(--gold-color);
    border-radius: 49% 49% 49% 49% / 44% 44% 56% 56%;
    z-index: 1;
}
.who-heading-wrap { position: relative; display: inline-block; margin-bottom: 6px; }
.who-heading-wrap .deco-loops {
    position: absolute;
    top: -46px;
    right: -150px;
    width: 200px;
    height: auto;
}
.who-list { list-style: none; padding: 0; margin: 22px 0 22px; }
.who-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    color: var(--text-dark);
}
.who-list li svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--accent-color);
}
.who-closer { color: var(--text-dark); margin-top: 6px; }


.aim-section { padding-top: 30px; }
.aim-section p { background-color: white; display: inline-block }
.aim-deco { width: 100%; margin: 0 0 30px; line-height: 0; position: relative; z-index: -1 }
/*.aim-deco img { width: 100%; height: auto; display: block; }*/
.aim-deco svg { width: 100%; height: auto; display: block; position: absolute; margin-top: -6%; z-index: -1 }
@media (max-width: 992px) {.aim-deco svg { margin-top: -12%;}}
.aim-heading { margin-bottom: 26px; display: flex; flex-direction: column; }
.aim-heading span {
    display: inline-flex;
    font-size: 2rem;
    line-height: 1.1;
    padding: 18px 26px 12px;
}
.aim-heading .aim-line-1 { background-color: var(--black-color); color: #fff; transform: rotate(-2.5deg); }
.aim-heading .aim-line-2 {
    background-color: var(--cream-color);
    color: var(--text-dark);
    margin-top: 1px;
}
.aim-lead { color: var(--text-dark); }

.cta-banner {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cta-banner .bg-image {
    left: 3%;
    width: 94%;
    border-radius: var(--border-radius-large);
}

.cta-inner { width: 100%; padding: 70px 0; }
.cta-title { font-size: 3rem; margin: 0 0 6px; position: relative }
/*.cta-title:after {content: ''; background-color: black; height: 100%; width: 100%; position: absolute; z-index: -1; left: -5px; top:5px; opacity: .6; }*/
.cta-sub { font-size: 1.4em; margin: -6px 0 40px; }
a.btn-call {
    display: inline-block;
    background-color: var(--accent-color);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    padding: 14px 30px;
    font-size: 1.1em;
    transition: background-color 0.15s ease;
}
a.btn-call:hover { background-color: var(--dark-accent-color); color: #fff; }
/* rounded, contained variant (Have A Questions) */
.cta-banner-rounded {
    max-width: var(--max-width);
    margin: 90px auto;
    border-radius: var(--border-radius-large);
}
@media (max-width: 1340px) { .cta-banner-rounded { margin: 70px 20px; } }
@media (max-width: 991px) {
    .cta-title { font-size: 2.2rem; }
    .cta-banner { min-height: 300px; }
}

/* ---------- Services ---------- */
.services-section { padding-top: 90px; }
.services-title { line-height: 1.05; }
.service-blob-card {
    background-color: var(--cream-color);
    background-image: linear-gradient(to bottom, var(--cream-color) , white);
    border-radius: var(--border-radius-x-large);
    padding: 0;
    box-shadow: 0 8px 27px rgba(20,18,14,0.03);
    margin-top: 200px;
}
.service-blob-image { padding: 22px 22px 0; }
.service-blob-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    transform: translateY(-190px);
    margin-bottom: -110px;
}
.service-blob-body { padding: 18px 30px 0; transform: translateY(-50px) }
.service-blob-body h3 { font-size: 1.5rem; color: var(--text-dark); margin: 6px 0 12px; }
.service-blob-body p { color: var(--text-color); margin-bottom: 16px; }
a.service-readmore {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.15s ease;
    margin-top: 16px;
    display: inline-block;
}
a.service-readmore:hover { color: var(--accent-color); }

/* ---------- Guarantees ---------- */
.guarantees-section { padding-top: 0; }
.guarantees-deco { width: 100%; margin-bottom: 40px; line-height: 0; }
.guarantees-deco img { width: 100%; height: auto; display: block; }
.guarantee-card { position: relative; padding: 16px 30px; }
.guarantee-card .bg-image { object-fit: contain; opacity: .5; }
@media (max-width: 1199px) {.guarantee-card {padding: 16px }}
.guarantee-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--accent-color);
}
.guarantee-icon img { width: 60px; margin-bottom: 10px; }
.guarantee-title { font-size: 1.2em; font-weight: 700; color: var(--text-dark); margin: 0 0 20px; }
.guarantee-card p { color: var(--text-color); }

/* ---------- Testimonials ---------- */
.testimonials-section { padding-top: 90px; overflow: hidden; }
.testimonials-section .deco-hand  {
    position: absolute;
    right: 10%;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.testimonials-section .section-h { margin-bottom: 26px; }
.testimonial-stars { color: var(--accent-color); margin-bottom: 20px; line-height: 0; }
.testimonial-stars svg { margin: 0 1px; }
.testimonial-quote { font-size: 1.1em; color: var(--text-color); margin: 0 0 20px; background-color: white; display: inline-block }
.testimonial-author { color: var(--text-light); font-size: 0.9em; font-weight: 400; margin-bottom: 30px; background-color: white; display: inline-block }
.testimonial { margin-bottom: 30px; }
.testimonials-slider { padding-bottom: 40px; }
.testimonials-slider .swiper-pagination { bottom: 0; }
.swiper-container {padding-bottom: 30px !important}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0 !important;
}
.testimonials-slider .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 1px solid var(--accent-color);
}
.testimonials-slider .swiper-pagination-bullet-active { opacity: 1; background-color: var(--accent-color); }
@media (max-width: 1599px) {
    .testimonials-section .deco-hand { width: 40%; right: 2%; }
}
@media (max-width: 991px) {
    .testimonials-section .deco-hand { width: 240px; height: 160px; right: 0; bottom: 0; top: auto }
}

/* ---------- Footer ---------- */
.site-footer {
    background-color: var(--cream-color);
    color: var(--footer-text-color);
    margin-top: 150px;
    padding: 70px 0 30px;
}
@media (max-width: 1599px) {
    .site-footer {
        margin-top: 80px;
    }
}
.footer-curve {
    position: absolute;
    left: 0; right: 0; top: 0;
    width: 100%;
    line-height: 0;
    pointer-events: none;
}
.footer-curve svg { width: 100%; display: block; margin-top: -5% }
.footer-logo-link { display: inline-block; margin-bottom: 22px; }
@media (min-width: 1199px) {
    .footer-tagline { max-width: 330px}
}

/* ---------- Bin product cards (skip bin sizes) ---------- */
.text-red {
    color: var(--accent-color);
}
.bin-card {
    background-color: var(--white-color);
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius-large);
    box-shadow: 0 12px 34px rgba(20, 18, 14, 0.06);
    padding: 2rem 2.2rem 2.4rem;
    height: 100%;
}
.bin-card-image {
    text-align: center;
    margin-bottom: 1.5rem;
}
.bin-card-image img {
    max-height: 175px;
    width: auto;
}
.bin-card h3 {
    font-size: 1.25em;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
}
.bin-card-tagline {
    color: var(--text-light);
    margin-bottom: 1.5rem;
}
.bin-card-specs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}
.bin-card-specs li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 0.85rem;
}
.bin-card-specs li:last-child {
    margin-bottom: 0;
}
.bin-card-specs li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 2px;
}
.bin-card-specs .spec-label {
    font-weight: 600;
    color: var(--text-dark);
    white-space: nowrap;
}
@media (max-width: 575px) {
    .bin-card {
        padding: 1.5rem 1.3rem 1.7rem;
    }
    .bin-card-specs .spec-label {
        white-space: normal;
    }
}

/* ---------- Quick tip blobs (skip bin sizes) ---------- */
.tip-blob {
    position: relative;
    height: 100%;
    padding: 3.4rem 2.8rem 2.6rem;
}
.tip-blob::before {
    content: '';
    position: absolute;
    top: 1.7rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--cream-color);
    border-radius: 50%;
    z-index: -1;
}
.tip-blob-icon {
    position: absolute;
    top: 0;
    left: 1.2rem;
}
.tip-blob p {
    margin-bottom: 0;
}
.footer-tagline { color: var(--text-color)}
.footer-title { font-size: 1.3rem; color: var(--text-dark); margin: 0 0 24px; text-transform: uppercase; letter-spacing: 0.02em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a, a.footer-phone, a.footer-email {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.15s ease;
}
.footer-links a:hover, a.footer-phone:hover, a.footer-email:hover { color: var(--accent-color); }
a.footer-phone { display: block; font-weight: 700; font-size: 1.15rem; color: var(--text-dark); margin-bottom: 14px; }
a.footer-email { display: block; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a {}
.footer-bottom {
    border-top: 1px solid var(--gold-color);
    margin-top: 55px;
    padding-top: 26px;
    font-size: 0.92rem;
    color: var(--text-color);
}
.footer-bottom a { color: var(--text-color); text-decoration: none; }
.footer-bottom a:hover { color: var(--accent-color); }

/* ---------- Mobile nav tweaks ---------- */
.mobile-nav a.special {
    background-color: var(--gold-color);
    color: var(--text-dark) !important;
    border-radius: var(--border-radius-x-large);
    text-align: center;
    font-weight: 600;
}
.mobile-nav a.special:hover { background-color: var(--dark-gold-color); color: var(--text-dark) !important; }

/**
Inner page
 */
.inner-banner-curve-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: -3px;
}
.inner-banner-curve {
    width: 100%;
    height: auto;
}
.inner-banner-curve-line {
    fill:#ddc692;
}
.inner-banner-curve-body {
    fill:#fff;
}
.has-deco-arc {
    padding: 220px 0;
}
.bg-image.fancy-bg-image-left {
    width: 50%;
    left: 0;
    right: 50%;
    z-index: 0;
}
@media (max-width: 1199px) {
    .has-deco-arc {
        padding: 120px 0;
    }
}
@media (max-width: 992px) {
    .has-deco-arc {
        padding: 90px 0;
    }
    .bg-image.fancy-bg-image-left {
        width: 100%;
        position: relative;
        margin-top: -90px;
    }
}
.deco-arc-top {width: 100%; height:auto; position: absolute; top: -8px; left: 0; z-index: 2}
.deco-arc-bottom {width: 100%; height:auto; position: absolute; bottom: -1px; left: 0; z-index: 2}

/*
Right icon card
 */
.right-icon-card {
    padding: 30px 40px;
    margin-top: 90px;
    border-radius: var(--border-radius-x-large);
    h4 {
        font-weight: 700;
        margin-bottom: 20px;
    }
    p {
        margin-bottom: 10px;
    }
    .card-icon {
        margin-top: -90px;
        padding-right: 20px;
    }
}
/* ---------- Waste grade cards (light vs heavy) ---------- */
.bin-grade-card {
    display: flex;
    flex-direction: column;
    position: relative;
}
.bin-grade-card .bin-card-specs {
    flex-grow: 1;
}
.bin-card-grade {
    display: inline-block;
    align-self: flex-start;
    font-size: 0.78em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    margin-bottom: 1.2rem;
}
.bin-card-grade-light {
    background-color: var(--cream-color);
    color: var(--text-dark);
}
.bin-card-grade-heavy {
    background-color: var(--accent-color);
    color: var(--white-color);
    border: 1px solid var(--accent-color);
}
.bin-card-specs li.spec-highlight span:last-child {
    font-weight: 700;
    color: var(--accent-color);
}
.bin-card-cta {
    margin-top: 1.8rem;
}

/* ---------- Grade chooser (size guide hub) ---------- */
.grade-chooser-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-large);
    padding: 2.4rem 2.2rem;
    box-shadow: 0 12px 34px rgba(20, 18, 14, 0.06);
}
.grade-chooser-heavy {
    border-color: var(--accent-color);
}
.grade-chooser-icon img {
    width: 62px;
    height: auto;
    margin-bottom: 1rem;
}
.grade-chooser-title {
    font-size: 1.6em;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}
.grade-chooser-limit {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.85em;
    color: var(--accent-color);
    margin-bottom: 0.8rem;
}
.grade-chooser-price {
    font-size: 1.35em;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}
.grade-chooser-price span {
    color: var(--accent-color);
}
.grade-chooser-summary {
    margin-bottom: 1.2rem;
}
.grade-chooser-samples {
    list-style: none;
    padding: 0;
    margin: 0 0 1.8rem;
    font-size: 0.92em;
}
.grade-chooser-samples li {
    padding: 6px 0 6px 22px;
    position: relative;
    border-bottom: 1px solid var(--border-color-light);
}
.grade-chooser-samples li::before {
    content: '+';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: var(--accent-color);
}

/* ---------- Size comparison table ---------- */
.bin-compare-scroll {
    overflow-x: auto;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}
.bin-compare {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background-color: var(--white-color);
    font-size: 0.94em;
}
.bin-compare th,
.bin-compare td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--border-color-light);
}
.bin-compare thead th {
    background-color: var(--cream-color);
    color: var(--text-dark);
    font-weight: 700;
    white-space: nowrap;
}
.bin-compare thead .compare-grade {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.88em;
}
.bin-compare thead .compare-grade-heavy {
    background-color: var(--accent-color);
    color: var(--white-color);
}
.bin-compare tbody th {
    font-weight: 700;
    color: var(--text-dark);
    white-space: nowrap;
}
.bin-compare tbody tr:last-child th,
.bin-compare tbody tr:last-child td {
    border-bottom: 0;
}
.bin-compare td.compare-grade-heavy {
    background-color: rgba(196, 0, 12, 0.04);
}
.bin-compare td.compare-nolimit {
    font-weight: 700;
    color: var(--accent-color);
}
.bin-compare-footnote {
    margin-top: 1rem;
    font-size: 0.9em;
    color: var(--text-light);
}

/* ---------- Waste accept / reject lists ---------- */
.waste-panel {
    border-radius: var(--border-radius-large);
    padding: 2rem 2.2rem;
    border: 1px solid var(--border-color);
}
.waste-panel-yes {
    background-color: var(--cream-color);
}
.waste-panel-no {
    background-color: var(--light-white-color);
}
.waste-panel-title {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.2rem;
}
.waste-items {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.94em;
}
.waste-items li {
    position: relative;
    padding: 8px 0 8px 28px;
}
.waste-items-yes li::before {
    content: '+';
    position: absolute;
    left: 4px;
    font-weight: 700;
    color: var(--text-dark);
}
.waste-items-no li::before {
    content: '\00d7';
    position: absolute;
    left: 4px;
    font-weight: 700;
    color: var(--accent-color);
}
.waste-list-more,
.waste-list-universal,
.waste-list-callout {
    margin-top: 1.4rem;
    margin-bottom: 0;
}
.waste-list-callout {
    padding: 1rem 1.4rem;
    background-color: var(--cream-color);
    border-left: 4px solid var(--accent-color);
    border-radius: var(--border-radius-sm);
}
@media (max-width: 575px) {
    .grade-chooser-card,
    .waste-panel {
        padding: 1.6rem 1.4rem;
    }
}
