
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
} 
:root {
    --sa-orange: #EA8C2D;
    --sa-orange-dark: #D6771A;
    --sa-teal: #3FB6A8;
    --sa-teal-dark: #319488;
    --sa-blue: #1E5F7E;
    --sa-blue-mid: #2E6E8E;
    --sa-ink: #2d566b;
    --sa-body: #4A5A63;
    --sa-paper: #FFFFFF;
    --sa-mist: #F1F3F2;
    --sa-radius: 14px;
    --sa-radius-lg: 22px;
    --sa-shadow: 0 6px 18px rgba(30, 95, 126, .12);
    --sa-shadow-hover: 0 10px 26px rgba(30, 95, 126, .20);
    --sa-display: 'DynaPuff', 'Baloo 2', system-ui, sans-serif;   
    --sa-text: 'Poppins', system-ui, -apple-system, Arial, sans-serif;
}
a {
    text-decoration: none;
}
.padder  {
     padding: 2rem;
 } 
 .mobile_Show {
    display: none;
 }

 #basket {
     width: 100px;
     height: 100px;
     vertical-align: baseline;
     font-size: 0.9em;
     line-height: 1.1em;
     padding-top: 5px;
 }

 #basket li {
     font-size: 0.8em;
     line-height: 1em;
 }

 #addingbasket {
     width: 100px;
     height: 100px;
     vertical-align: baseline;
 }

 #background {
     position: fixed;
     top: 0px;
     height: 100%;
     width: 100%;
     max-height: 85vh;
     z-index: -2;
 }
 .ardfun {
     display: none;
 }

 .warn {
     background-color: #FF3C00;
     font-weight: bold;
     color: #FFFFFF;
     padding: 10px;
 }

 .tableCol {
     width: 48%;
     float: left;
     margin: 0 1% 0 1%;
     overflow: hidden;
     min-height: 240px;
 }

 .tableCol:nth-child(2n) {
     clear: both;
 }

 .tableCol table {
     font-size: 1em;
 }

 .tableCol tr {
     border-color: #6786a1;
     border-style: solid;
 }

 .tableCol td {
     font-size: 0.9em;
     padding: 2px;
     border-color: #6786a1;
     border-style: solid;
     border-width: 1px;
     border-left: none;
     border-top: none;
     text-align: right;
 }

 tr:first-child th,
 tr:first-child td {
     border-top: 1px solid #6786a1;
     text-align: center;
 }

 .weekend {
     background-color: #6786a1;
     color: #ffffff;
     font-size: 1em;
     text-align: center;
 }

 .box {
     background-color: #f0f9ff;
 }

 .bubble {
     margin: 2px;
     float: left;
     width: auto;
     height: auto;
     font-weight: bold;
     text-align: center;
     font-size: 0.9em;
     min-width: 30px;
     padding: 4px 1px;
     border: 0px;
     color: #ffffff !important;
     cursor: pointer;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background-color: #364881;
 }

 .bluewhite {
     background-color: #FFFFFF;
 }


 .row {
     width: 100%;
     padding: 1em 0;
     box-sizing: border-box;
 }

 #timechoice {
     clear: both;
 }

 .DTflex {
     display: flex;
     width: 600px;
     clear: both;
 }

 .four.columns {
     width: 48%;
     padding: .5em;
 }

 .dateSQ {
     background-color: #0eacc2;
     color: #ffffff;
     text-align: center;
     margin: 0;
 }

 .calendarday,
 .lunchgap {
     width: 100%;
     clear: both;
     border-bottom: 1px solid #aaaaaa;
 }

 .lunchgap {
     display: flex;
     justify-content: space-between;
     border-right: 1px solid #aaaaaa;
 }

 .daygap {
     width: 14.25%;
     padding: .2em;
     text-align: center
 }

 .daygap.two {
     width: 28.5%;
 }

 .daygap.three {
     width: 42.75%;
 }

 .daygap.four {
     width: 57%;
 }

 .daygap.five {
     width: 71.25%;
 }

 .daygap.six {
     width: 85.5%;
 }

 .timegap {
     width: 24%;
     border-left: 1px solid #aaaaaa;
     padding: .2em;
 }

 .timegap a {
     color: #0eacc2;
 }

 .DCbutton,
 .daygap .viewdate,
 .viewdate {
     border: 1px solid #0eacc2;
     color: #0eacc2;
     font-weight: bold;
     border-radius: 50%;
     padding: .12em;
     cursor: pointer;
 }

 .timegap a label {
     border: 1px solid #0eacc2;
     border-radius: 15px;
     padding: .3em;
     cursor: pointer;
     text-align: center
 }

 .DCbutton:hover,
 .daygap .viewdate:hover,
 .timegap a:hover label {
     background-color: #168c9c;
     color: #ffffff;
 }

 .date {
     font-weight: bold;
     font-size: 1.2em;
 }

 .DCbutton {
     width: 5em;
     text-align: center;
     border-radius: 1.5em;
     float: right;
     background-color: #FFFFFF;
     font-size: .8em;
     margin: .5em;
 }

 .trans {
     transition: 2s;
     padding: 0 1em;
 }

 .trans .DCbutton {
     display: none;
 }

 .trans .button {
     float: right;
 }

 .trans .productBox {
     float: unset;
     width: 100%;
     padding: .5em 0;
 }

 .leftslide {
     height: 50px;
     overflow: hidden;
     background-color: #168c9c;
     margin-bottom: 1em;
     transition: 2s;
 }

 .leftslide .DCbutton {
     display: block;
 }

 .leftslide h3,
 .leftslide h2 {
     color: #FFFFFF;
     line-height: 50px;
     float: left;
     font-size: 1em;
 }

 @media only screen and (max-width : 501px) {
     .DTflex {
         flex-wrap: wrap;
         width: 100%;
         clear: both;
     }

     .four.columns {
         width: 100%;
         padding: .5em 0;
     }
 }

 .circle {
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
 }

 .offer {
     width: 90%;
     height: auto;
     padding: 12px 5% 16px 5%;
     margin: 8px -6%;
     background-image: url('../images/arrowright.png');
     background-repeat: no-repeat;
     background-position: right;
 }

 .buffGrey {
     background-color: #e04438;
     color: #ffffff;
     font-weight: bold;
     border-bottom: 1px solid #c93627;
 }

 .rosehipRed {
     background-color: #a80202;
     color: #ffffff;
     font-weight: bold;
     border-bottom: 1px solid #c93627;
 }

 .springGreen {
     background-color: #aabe55;
     color: #ffffff;
     font-weight: bold;
     border-bottom: 1px solid #96a34b;
 }

 .small-margin-right {
     margin-right: 1em;
 }

 .float-right {
     float: right;
 }

 .cta input[type="text"] {
     width: 100%;
     padding: 0.25em;
     box-sizing: border-box;
     margin-bottom: 1em;
 }

 .light {
     background-color: #ffffff;
     color: #676767;
     font-weight: bold;
     border-bottom: 1px solid #6c6869;
 }

 .button,
 .button-wide {
     cursor: pointer;
     background: #364881;
     color: white;
     border: 0;
     padding: 0.5em 1.5em;
     font-size: 1.2em;
     font-weight: bold;
     border-radius: 1em;
 }

 .button-wide {
     padding: 0.5em 4em;
 }

 #actionBox input[type=date] {
     clear: right;
     width: 90%;
     background: #a8a3a4;
     color: #ffffff;
     font-size: 1em;
     margin: 12px auto;
     border: 0px;
     padding: 4px 8px; 
 }
/* ---------- 3. Base ---------------------------------------------------- */
body.sa-theme {
    font-family: var(--sa-text);
    color: var(--sa-body);
    background: var(--sa-mist);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

.sa-theme h1,
.sa-theme h2,
.sa-theme h3,
.sa-heading {
    font-family: var(--sa-display);
    color: var(--sa-ink);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 1px;
}

.sa-theme h1,
.sa-heading--xl {
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.sa-theme h2,
.sa-heading--lg {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.sa-theme h3,
.sa-heading--md {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

header img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 50%; 
    opacity: 60%;
}
header  {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 65vh;
    z-index: -1;
    overflow: hidden;
} 

header::after  {
    content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        aspect-ratio: 1920/102;
        background-image: url("../img/seaweedwave.svg");
        background-repeat: repeat;
        background-position: bottom center; 
        margin-bottom: -1px;
        pointer-events: none; 
        background-size: 50%;
} 

.sa-heading, .sa-theme h1.wht, .wht {
    color: #ffffff;
}
.sa-theme h1.wht, .wht {
    padding: 1rem 0;
}
.sa-header {
    position: sticky;
    top: 1rem;
    z-index: 100;
    margin: auto;
    border-radius: 2rem;
    width: 90%;
    background: #121e37ad;
    box-shadow: 0 2px 10px rgba(30, 95, 126, .10);
    font-family: var(--sa-text, sans-serif);
}

.sa-header__inner {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
    padding: 0 2rem;
}
.sa-header__logo {
    line-height: 0;
    display: flex;
    min-width: 8%;
    max-width: 40%;
    overflow: hidden;
}
.sa-header__logo img {
    display: block;
    max-width: 100%;
}
.sa-header__menu {
    display: flex;
    gap: .5rem;
    flex-direction: column;
}
.sa-header__nav {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1rem;
    justify-content: space-between;
}
.sa-header__nav.tophm {
   background-color: #ffffff;
}
.sa-header__nav a {
    font-family: var(--sa-display, sans-serif);
    font-weight: 400;
    font-size: 1.02rem;
    color:#ffffff;
    text-decoration: none;
    transition: color .15s ease; 
}

.sa-header__nav a:hover,
.sa-header__nav a:focus-visible, .sa-header__nav.tophm a {
    color: var(--sa-orange, #EA8C2D);
}

.sa-header__cta {
    flex: 0 0 auto;
}

/* hamburger button — hidden on desktop */
.sa-header__toggle {
    display: none; 
    width: 46px;
    height: 46px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 1rem;
}

.sa-header__toggle span,
.sa-header__toggle span::before,
.sa-header__toggle span::after {
    content: "";
    display: block;
    height: 3px;
    width: 26px;
    background: #ffffff;
    border-radius: 3px;
    transition: transform .25s ease, opacity .2s ease, background .1s ease;
}

.sa-header__toggle span {
    position: relative;
}

.sa-header__toggle span::before {
    position: absolute;
    top: -8px;
}

.sa-header__toggle span::after {
    position: absolute;
    top: 8px;
}

/* open state = X */
.sa-header.is-open .sa-header__toggle span {
    background: transparent;
}

.sa-header.is-open .sa-header__toggle span::before {
    transform: translateY(8px) rotate(45deg);
}

.sa-header.is-open .sa-header__toggle span::after {
    transform: translateY(-8px) rotate(-45deg);
}

/* ---------- mobile ---------- */
@media (max-width: 860px) {
    .sa-header__toggle {
        display: block;
    }
    .sa-header__menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: #fff;
        box-shadow: 0 8px 16px rgba(30, 95, 126, .12);
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }
    .sa-header.is-open .sa-header__menu {
        max-height: 720px;
    }
    .sa-header__nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .sa-header__nav a {
        padding: 16px 24px;
        border-bottom: 1px solid #1e5f7e;
        font-size: 1.1rem;
        color: #1e5f7e;
        transition: color .15s ease;
        white-space: nowrap;
    }
    .sa-header__cta .sa-btn {
        width: 100%;
    } 
    #basket {
        width: 130px;
        position: absolute;
        height:auto;
        right:2rem;
        top:40px;
    }
    .tableCol {
        width: 100%;
        float: unset;
        margin: 1rem auto;
        min-height: unset;
    }
}

/* respect reduced motion */
@media (prefers-reduced-motion: reduce) {

    .sa-header__menu,
    .sa-header__toggle span,
    .sa-header__toggle span::before,
    .sa-header__toggle span::after {
        transition: none;
    }
}
.mainLight {
   width: 96%;
    max-width: 1200px;
    margin: 3rem auto;
}
.moreInfo {
    display: none;
    width: 100%;
    clear: both;
}
.helpcircle {
    background-color: #808080;
    float: right;
    clear: both;
    height: 15px;
    width: 15px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    margin: 2px 2px 1px 2px;
    border: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px 0 #255753;
    -moz-box-shadow: 0 1px 3px 0 #255753;
    box-shadow: 0 1px 3px 0 #255753;
}

.help {
    width: 27px;
    height: 27px;
    overflow: hidden;
    float: left;
    clear: both;
    cursor: pointer;
}
.help:hover .noshow {
    position: absolute;
    margin: 10px 0 0 0;
    width: 300px;
    height: auto;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #2E6E8E;
    border-radius: 1rem;
    padding: 20px;
    line-height: 1.6em;
}
.noshow {
    width: 22px;
    height: 23px;
    overflow: hidden;
    float: right;
    clear: both;
}
.noshow:hover {
    width: 320px;
    height: auto;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #2E6E8E;
    padding: 0px;
    z-index: 100;
}
#addingbasket .circle, .bagbox .circle {
     position: absolute;
     right: -2rem;
     z-index: 99;
     background-color: #ffffff;
     color: orange;
     font-size: 1.5rem;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     /* text-align: center; */
 }
.infocircle {
    background-color: #2E6E8E;
    clear: both;
    font-family: 'DynaPuff';
    font-size: 20px;
    clear: both;
    height: 25px;
    width: 25px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 1px;
    line-height: 1.1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#narrowLeft {
    background-color: #102c55;
    color: #ffffff;
    float: right;
    width: 25%;
    padding: 2rem;
    margin-left: 2rem;
    border-radius: 1rem;
}
#narrowLeft h2, #narrowLeft a {
   color: #ffffff;
}
#terms  {
     background-color: #e0e0e0;
     border-radius: 2rem;
 }
.extrasBox,
.productBox,
.productBoxF,
.totalBox {
    overflow: hidden;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    height: auto;
    margin: 8px 2% 8px 0;
    border-bottom: 1px solid #acacc4; 
}
.extrasBox label,
.productBox label,
.productBoxF label{
    width:300px; 
}
.fixtureItemL, .fixtureItem {
    text-align: left; 
    width: 25%;
    padding-left: 1rem;
}
.forminput, .halfforminput, .choiceinput { width: 98%; display: inline-block; margin-bottom: 1rem;}
.halfforminput { width: 49%; }
.forminput label,
.halfforminput label {
     font-weight: 700;
     font-size: .9rem;
 }
.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    border: 1px solid #45bbe2;
    background-color: #ffffff;
    display: block;
    background: #fff;
    width: 100%;
    padding: .8em;
    border-radius: 3px;
    color: var(--sa-ink);
}
input[type="checkbox"] {
    margin-right: 1rem;
}
/* ---------- 4. Buttons ------------------------------------------------
   .sa-btn                 = primary orange (Buy / Book)
   .sa-btn.sa-btn--teal    = teal secondary (subscribe-style)
   .sa-btn.sa-btn--info    = outline "More Info" style
   .sa-btn.sa-btn--pill    = extra-rounded hero pill (like "Buy Tickets")
--------------------------------------------------------------------- */
.sa-btn, .addbutton, .greenbutton, .redbutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    font-family: var(--sa-display);
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1;
    color: #fff;
    background: var(--sa-orange);
    border: none;
    border-radius: var(--sa-radius);
    padding: .85em 1.6em;
    margin: .5rem;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
    box-shadow: var(--sa-shadow);
}
.greenbutton.right,
.redbutton.right {
    float: right;
}

.sa-btn:hover,
.sa-btn:focus-visible,
.addbutton:hover, addbutton:focus-visible, 
.greenbutton:hover,
.redbutton:hover, .greenbutton::focus-visible,
.redbutton::focus-visible {
    background: var(--sa-orange-dark);
    transform: translateY(-2px);
    box-shadow: var(--sa-shadow-hover);
    color: #fff;
}

.sa-btn:active, .addbutton:active, .redbutton:active,
.greenbutton:active {
    transform: translateY(0);
}

.sa-btn:focus-visible, .addbutton:focus-visible,
.greenbutton::focus-visible,
.redbutton::focus-visible {
    outline: 3px solid rgba(234, 140, 45, .45);
    outline-offset: 2px;
}

/* extra-round hero pill */
.sa-btn--pill {
    border-radius: var(--sa-radius-lg);
    padding: .95em 2.2em;
    font-size: 1.2rem;
}

/* teal secondary */
.sa-btn--teal, .greenbutton {
    background: var(--sa-teal);
}

.sa-btn--teal:hover,
.sa-btn--teal:focus-visible, .greenbutton:hover, 
.greenbutton::focus-visible {
    background: var(--sa-teal-dark);
}

.sa-btn--teal:focus-visible, .greenbutton::focus-visible {
    outline-color: rgba(63, 182, 168, .45);
}

/* outline "More Info" */
.sa-btn--info {
    background: #fff;
    color: var(--sa-blue);
    box-shadow: inset 0 0 0 2px var(--sa-blue);
}

.sa-btn--info:hover,
.sa-btn--info:focus-visible {
    background: var(--sa-blue);
    color: #fff;
    box-shadow: inset 0 0 0 2px var(--sa-blue);
}

/* small variant */
.sa-btn--sm {
    font-size: .95rem;
    padding: .65em 1.2em;
}

/* ---------- 5. Product / ticket cards --------------------------------
   Reproduces the "image left, text + buttons right" row layout, but
   restyled to the new brand. Stacks on mobile.
--------------------------------------------------------------------- */
.intro, #rightcol  {
     margin: 2rem auto;
     padding: 3rem;
     background-color: #ffffffd1;
     overflow: hidden;
     border-radius: 3rem;
 }
.sa-card, .fixtureBox {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: start;
    background: var(--sa-paper);
    border-radius: var(--sa-radius);
    box-shadow: var(--sa-shadow);
    padding: 22px;
    margin: 0 0 22px;
}
.fixtureHeading {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.sa-card__media, .gallerypic {
    width: 100%;
    aspect-ratio: 4 / 3;
}
.gallerypic img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    --mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='10.595 35.291 179.523 137.578' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M11.8 126.3s3.3 26.6 21.1 40.5c8.5 7.7 31.2 6.9 39.6 4 1.5-.6 3.1-1.2 4.6-1.8 5.9-2.6 12.1-4.5 18.5-5.7 6.8-1.3 13.7-2.6 20.5-3.7 6.4-1 12.9-1.3 19.4-.9 7.6.7 14.5 2.6 22 .3 24.4-7.5 32.2-35.6 32.6-56.4.2-12.1-1.1-25.2-9.2-35.2-7.4-9.2-19-14.2-30.9-16.6-13.7-2.8-22.9 4.3-42.1-9.1-23.6-13-45.1-2.2-45.1-2.2-9.2 5.4-16.2 9.2-24.4 15.5-7.1 6.6-17 12.5-20.4 21.5.1.1-11 19.5-6.2 49.8z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask: var(--mask-image) 0 0 / 100% 100% no-repeat;
    mask: var(--mask-image) 0 0 / 100% 100% no-repeat;
}
.sa-card__body {
    min-width: 0;
}

.sa-card__title {
    margin: 0 0 .4em;
}

.sa-card__text {
    margin: 0 0 1.1em;
    color: var(--sa-body);
}

.sa-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* thin divider between rows, like the current page */
.sa-divider {
    border: 0;
    border-top: 1px solid #e3e7e8;
    margin: 22px 0;
}

/* page wrapper to constrain width & add breathing room */
.sa-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 32px 20px 64px;
}

/* section intro heading like "TICKETS, SEASON PASSES..." */
.sa-page-title {
    font-family: var(--sa-display);
    color: var(--sa-ink);
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    margin: 0 0 1.2em;
}

/* footer note line */
.sa-footnote {
    color: var(--sa-body);
    font-size: .95rem;
    margin-top: 8px;
}

/* ---------- 6. Responsive -------------------------------------------- */
@media (max-width: 680px) {

    .extrasBox,
        .productBox,
        .productBoxF,
        .totalBox {
            flex-wrap: wrap;
        }

    .sa-card,  .fixtureBox {
        display: block;
        text-align: center;
        margin: .5rem 1rem;
    } 
    .sa-card__media, .gallerypic 
    {
        max-width: 200px;
        margin: 0 auto;
    }

    .sa-card__actions {
        justify-content: center;
    }
    .mobile_Hide { display: none;}
    
    .trans {
        padding: 0;
    }
    .fixtureHeading {
        flex-direction: column;
    }
       
}

/* ---------- 7. Reduced motion ---------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .sa-btn {
        transition: none;
    }

    .sa-btn:hover {
        transform: none;
    }
}
body {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
}


footer {
    --bg-gradient: linear-gradient(180deg, #226F9B 0%, #0D2A36 100%);
    --bg-overlay-color: transparent;
    padding: 2rem;
}
footer a {
    color: #ffffff;
}
.sa-footer {
    position: relative;   
    background: linear-gradient(180deg, #226F9B 0%, #1E5F7E 40%, #143C50 100%);
    color: #EAF2F5;
    font-family: var(--sa-text, sans-serif);
    margin-top: 13.37vw;
}

.sa-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    aspect-ratio: 1920 / 256.716;
    background-image: url("../img/footerfish.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    margin-bottom: -1px;
    pointer-events: none;
    z-index: 1;
}

.sa-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 24px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr 1.2fr;
    gap: 40px;
}

.sa-footer__heading {
    font-family: var(--sa-display, sans-serif);
    font-weight: 700;
    font-size: 1.35rem;
    margin: 0 0 18px;
    text-transform: lowercase;
    color: #ffffff !important;
}

.sa-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sa-footer__list li {
    margin: 0 0 10px;
}

.sa-footer__list a,
.sa-footer__contact a,
.sa-footer__bar a {
    color: #EAF2F5;
    text-decoration: none;
    transition: color .15s ease;
}

.sa-footer__list a:hover,
.sa-footer__list a:focus-visible,
.sa-footer__contact a:hover,
.sa-footer__bar a:hover {
    color: var(--sa-orange, #EA8C2D);
    text-decoration: underline;
}

.sa-footer__contact {
    font-style: normal;
    line-height: 1.8;
    color: #EAF2F5;
}

.sa-footer__tel {
    display: block;
    margin-top: 14px;
}

/* logos */
.sa-footer__logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.sa-footer__logo-main img {
    width: 220px;
    max-width: 100%;
    height: auto;
    display: block;
}

.sa-footer__logo-biaza {
    width: 110px;
    max-width: 100%;
    height: auto;
    display: block;
}

/* bottom bar */
.sa-footer__bar {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 18px 24px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    font-size: .9rem;
    color: #C7DAE2;
}

.sa-footer__bar p {
    margin: 0;
}

/* focus visibility */
.sa-footer a:focus-visible {
    outline: 2px solid var(--sa-orange, #EA8C2D);
    outline-offset: 3px;
    border-radius: 3px;
}

/* responsive: 2 cols on tablet, 1 col on mobile */
@media (max-width: 900px) {
    .sa-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 560px) {
    .intro,
        #rightcol {
            padding:  0;
        }
    .sa-footer__inner {
        display: flex;
        flex-direction: column; 
        text-align: center;
    }

    .sa-footer__logos {
        align-items: center;
    }

    .sa-footer__bar {
        flex-direction: column;
    }
    header::after  {
        width: 300%;
    } 
    .sa-card,
    .fixtureBox {
        display: block;
        text-align: center;
        margin: 1rem 0;
    }
}
@media (max-width: 399px) {
   .forminput,
    .halfforminput,
    .choiceinput {
        width: 100%;
    }
    .tableCol {
        width: 130%;
        overflow: auto;
    }
}