:root {
    --wagerGreen: #1cad75;
    --backColour: #191919;
    --tabColour: #262626;
    --textColour: #f1f1f1;
    --highlight: #1cad75;
    --borderColour: #333333;
    --boxShadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    --gold: rgb(180, 140, 58);
    --gold-light: rgb(220, 181, 90);
    /* a lighter tone for glow */
}


body {
    background-color: var(--backColour);
    color: white;
    font-family: 'poppins', sans-serif;
}

.container,
body,
html {
    width: 100%;
    overflow-x: hidden;
}

.hero-zone {
    background-image: radial-gradient(circle at 20% 10%, #1cad7513 10%, transparent 20%);
    background-color: #191919;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-bar {
    margin-top: 40px;
    width: 90%;
    height: 50px;
    gap: 10px;
    font-size: 1.15em;
    border-radius: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--gold);
    font-family: Barlow Semi Condensed;
}

.hero-bar-text {

    text-transform: uppercase;
}

.main-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.header-inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
}

.header-inner-container h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    font-size: 3.2rem;
    letter-spacing: -.05rem;
}

.header-top-heading {
    margin-bottom: 5px;
    font-size: 1.5em;
    font-weight: 200;
    font-style: italic;
}

.header-bottom-heading-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.header-bottom-heading {
    text-align: center;
    margin-top: 5px;
    font-size: 1.3em;
    font-weight: 200;

}

.header-video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.sales-copy-body {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sales-copy-container {
    width: 55%;
    display: flex;

    flex-direction: column;
}

.sales-copy-text {
    text-align: left;
    font-size: 1.4em;
    margin-bottom: 25px;
}

.sales-copy-small-heading {
    text-align: center;
    margin: 0;
    margin-top: 25px;
}

.lead-magnet-container,
.finalzone {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}


.lead-magnet-information {
    display: flex;
    flex-direction: column;

}

.sales-copy-list-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sales-copy-custom-list {
    width: 90%;
    list-style-type: none;
    /* Remove default bullet points */
    padding: 0;
    font-size: 1.2em
}

.sales-copy-custom-list-item {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
    /* Margin between list items */
}

.sales-copy-custom-list-item img {
    margin-right: 15px;
    /* Space between image and text */
    width: 40px;
    /* Adjust image size */
    height: 40px;
}

.sales-copy-custom-list-item p {
    margin: 0;
    flex: 1;
    /* Allow text to take up remaining space */
}



.lead-magnet-inner-container {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-direction: row;
    width: 100%;
}

.lead-magnet-image {
    max-width: 400px;
    float: left;
}

.lead-magnet-text,
.place-a-bonus-bet {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.arbitrage-example-container {
    display: flex;
    text-align: left;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.arbitrage-example-container span {
    width: 100%;
    font-weight: 600;
    font-size: 1.3em;
    text-align: left;
}

.arbitrage-calcutor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.arbitrage-calc-container {
    margin: 20px 0px 20px 0px;
    width: 90%;
    height: 250px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--tabColour);
}

.arbitrage-calc-body-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.arbitrage-calc-outputs,
.arbitrage-inputs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex: 1;
}

.arbitrage-button-container {
    display: flex;
    justify-content: center;
}

.arbitrage-calc-header-container {
    width: 100%;
    text-align: left;
    margin-left: 25px;
    font-weight: 600;
}

.arb-calc-odds-container,
.arb-stake-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    justify-content: space-evenly;
    align-items: center;
}

.arb-stake-container {
    gap: 30px;
    flex-direction: row;
    justify-content: left;
}

.arb-odds-input {
    cursor: pointer;
    background-color: var(--backColour);
    width: 75px;
    height: 30px;
    outline: none;
    text-align: center;
    color: white;
    border-radius: 5px;
    border: 1px solid var(--backColour);
}

.arbitrage-button {
    padding: 5px 15px 5px 15px;
    outline: none;
    cursor: pointer;
    border: none;
    color: white;
    font-size: 1.2em;
    background-color: var(--wagerGreen);
    font-weight: 600;
    transition: 0.4s;
    border-radius: 10px;
}

.arb-odds-input {
    -moz-appearance: textfield;
    /* Firefox */
    -webkit-appearance: none;
    /* Chrome, Safari, Edge, Opera */
    appearance: none;
    /* Standard */
}

.arb-odds-input::-webkit-outer-spin-button,
.arb-odds-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge, Opera */
    margin: 0;
}

.arbitrage-button:hover {
    transform: scale(1.05);
}

.arb-calc-odds-item {
    font-weight: 600;
    display: flex;
    gap: 10px;
    width: 125px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.arbitrage-calc-outputs {
    display: flex;
    width: 100%;
    gap: 5px;
    flex-direction: column;
    justify-content: center;
}

.arbitrage-ouput-item {
    width: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.output-item-value {
    background-color: var(--backColour);
    width: 75px;
    height: 30px;
    outline: none;
    text-align: center;
    color: white;
    border-radius: 5px;
    border: 1px solid var(--backColour);
}

.capture-lead-container {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.capture-lead-inner-container {
    width: 90%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.capture-lead-lock {
    display: flex;

    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fa-user-lock {
    scale: 2;
}

.capture-lead-lock-inner-container {
    font-size: 2em;
    width: 90%;
    gap: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.capture-lead-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--tabColour);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.capture-lead-data label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: white;
}

.capture-lead-data input,
.capture-lead-data select {
    width: 250px;
    color: white;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid var(--backColour);
    background-color: #191919;
    border-radius: 5px;
    font-size: 14px;
}

.capture-lead-data select {

    width: 272px
}

.capture-lead-data input:focus {
    outline: none;

}

.capture-lead-data button {
    width: 250px;
    padding: 10px;
    background-color: var(--wagerGreen);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.capture-lead-data button:hover {
    background-color: #1cad7598;
}

.bonus-bookmaker-link,
.hedge-bookmaker-link {
    color: white;
    text-decoration: underline;
    transition: 0.4s;
}

.bonus-bookmaker-link:hover,
.hedge-bookmaker-link:hover {
    color: #1cad75;
}


.bonus-amount-input {
    flex-direction: row;
    align-items: center;
    display: flex;
    gap: 10px;
}

#bonus-input-amount {
    color: white;
    text-align: center;
    font-size: 1.2em;
    background-color: var(--backColour);
    border: 2px solid rgba(128, 128, 128, 0.78);
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    width: 50px;
    /* Remove arrows in number input fields */
    -moz-appearance: textfield;
    /* Firefox */
}

#bonus-input-amount::-webkit-outer-spin-button,
#bonus-input-amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* Safari and Chrome */
}

.enter-a-bookmaker-inner {
   
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.checkbox-container {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.checkbox-container input[type="checkbox"] {
    margin-bottom: 5px;
}

.filter-bookmaker-image {
    width: 35px;
    max-width: 80px;
    margin-bottom: 5px;
}

.bookmaker-content {
    display: flex;
    flex-direction: column;
}

.enter-bookmaker-heading {
    margin-top: 25px;
    text-align: center !important;
    font-size: 1.4em;
}

.enter-bookmaker-button-container {
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#enter-bookmaker-button {
    padding: 5px 15px 5px 15px;
    background-color: #1cad75;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    outline: none;
    font-family: 'poppins', sans-serif;
    border: none;
    font-size: 16px;
    transition: 0.4s;
}

#enter-bookmaker-button:hover {
    transform: translateY(-5px);
}

.example-bet-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sales-cta {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
}

.cta-button-container {
    text-align: center;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta-button {
    background-color: #1cad75;
    border-radius: 15px;
    color: white;
    font-size: 2em;
    font-weight: bold;
    width: fit-content;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    transition: 0.4s;
}

.cta-button a {
    color: white;
    text-decoration: none;
}

.cta-button:hover {
    transform: scale(1.05);
}

.bet-display-outer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bet-display-container {
    background-color: var(--backColour);
    padding: 20px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 600px;
    display: flex;
    border: 1px solid var(--gold);
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: space-between;
}

.bet-display-title {
    text-align: center;
    margin-bottom: 20px;
}

.bet-display-inner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.bet-display-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.bet-display-info div {
    width: 48%;
}

.bet-display-link {
    font-weight: bold;
    color: rgb(156, 156, 156);
    text-decoration: none;
}

.bet-display-link:hover {
    text-decoration: underline;
}

.bet-display-label {
    font-weight: bold;
}

.bet-display-bonus,
.bet-display-selection {
    margin-bottom: 20px;
}

.bet-display-bonus-title,
.bet-display-selection-title {
    margin-top: 0;
}

.deposit-matches-information {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 15px;
}

#congrats-div {
    filter: blur(5px);
    display: flex;
    flex-direction: column;
}

.finalzone {
    filter: blur(5px);
    display: none;
}

.place-a-bonus-bet {
    filter: blur(5px);
    margin-top: 10px;
    display: flex;
}

.enter-a-bookmaker {
    filter: blur(5px);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.guide-video-container {
    filter: blur(5px);
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 360px;
    aspect-ratio: 9 / 16;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.watch-video-heading {
    text-decoration: underline;
    font-size: 1.25em;
    color: var(--gold);
}

.video-wrapper-text {
    text-align: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    flex: 1;
    font-size: 1.4em;
}

@media (max-width: 1350px) {
    .lead-magnet-inner-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .lead-magnet-container,
    .finalzone {
        width: 70%;
    }
}

@media (max-width: 1000px) {
    .lead-magnet-image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
}

@media (max-width: 800px) {

    .lead-magnet-container,
    .finalzone {
        width: 80%;
    }

    .example-bet-image {
        width: 90%;
    }

    .capture-lead-data {
        padding: 10px;
    }

    .capture-lead-data input,
    .capture-lead-data select {
        width: 200px;
    }

    .capture-lead-data select {
        width: 222px
    }

    .arbitrage-calc-container {
        width: fit-content;
        padding: 10px;
        height: fit-content;
    }

    .arbitrage-calc-body-container {
        flex-direction: column;
        gap: 20px;
    }

    .capture-lead-lock-inner-container span {
        font-size: 0.8em;
    }

    .bet-display-info {
        flex-direction: column;
        align-items: normal;
    }

    .bet-display-container {
        max-width: 550px;
        width: fit-content;
    }

    .header-video {
        width: 500px;
    }
}

@media (max-width: 550px) {

    .lead-magnet-container,
    .finalzone {
        width: 90%;
    }

    .sales-copy-container {
        width: 70%;
    }

    .header-inner-container h1 {
        font-size: 2em;
    }

    .hero-bar {
        font-size: 1em;
    }

    .header-video {
        width: 400px;
    }

    .capture-lead-inner-container {
        flex-direction: column;
    }
}

@media (max-width: 450px) {

    .header-video {
        width: 350px;
    }

    .sales-copy-text {
        font-size: 1.2em;
    }
}