/*
 Theme Name:   LeadGenera
 Description:  LeadGenera
 Author:       Keiran Martin
*/

:root {
    --dark-green: #004437;
    --light-green: #00DA5F;
    --medium-green: #03be54;
    --black: #141414;
    --button: #09b655;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
 
html {
    scroll-behavior: smooth;
    scroll-padding-top: 250px !important;
}

.screen-reader-only {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}

.wp-video, video{
    max-width: 100% !important; 
    display: block;
    margin: 50px auto;
}

.skip-link {
    background: #319795;
    color: #fff;
    font-weight: 700;
    left: 50%;
    padding: 4px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-link:focus {
    transform: translateY(0%);
}

hr{
    border-top: 1px solid #fff;
    opacity: 1;
    width: 200px;
    margin: 30px auto;
}

picture{
    width: 100%
}
/*----------------------------
BODY / FONTS
----------------------------*/
body{
    position: relative;
	font-family: "Lexend Deca", sans-serif;
    color: #0D0F12;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Lexend Deca", sans-serif;
    color: #000;
}
h1{
    font-size: 40px;
    line-height: 47px;
}
h2{
    font-size: 37px;
    line-height: 42px;
}
h3{
    font-size: 27px;
    line-height: 32px;
}
h4{
    font-size: 25px;
    line-height: 32px;
}
h5{
    font-size: 23px;
    line-height: 32px;
}
small{
    font-size: 14px;
}

/*----------------------------
CONTENT
----------------------------*/
#app {
    margin-top: 90px;
}

/*----------------------------
FOOTER
----------------------------*/
footer {
    background: var(--dark-green);
    position: relative;
    padding: 40px 0;
    color: #fff;
    font-weight: 300;
}
footer h4{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer .logo img {
    height: 70px;
    width: 220px;
    margin-bottom: 20px;
}
.footer_logo{
    position: absolute;
    bottom: 40px;
    right: 40px;
}
footer .date p{
    text-align:center;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: 11px;
}
footer ul{
    padding: 0;
}
footer ul li{
    list-style: none;
    padding: 5px 0;
}
footer ul li a:hover{
    color: var(--light-green);
}
/*----------------------------
BUTTONS
----------------------------*/

@media(max-width: 576px){
    .btn{
        max-width: 100%;
    }
}

/*----------------------------
PAGINATION
----------------------------*/

#pagination ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

#pagination li{
    margin: 0 5px;
}

#pagination li a{
    font-size: 18px;
    font-weight: 700;
}


/* =======================================================
NAV
=======================================================*/
#nav {
    background: var(--dark-green);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
}
#nav .logo img {
    height: 70px;
    width: 220px;
}

/* =======================================================
Overides
=======================================================*/
.container{
    max-width: 1600px;
}

/* =======================================================
PRODUCT
=======================================================*/
#product {
    padding: 80px 0;
    color: var(--black);
}
#product .left .image {
    margin-bottom: 50px;
}
#product .left .image img {
    width: 100%;
    border-radius: 25px;
}
#product .left .variation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
#product .left .variation-card {
    border: 2px solid #a5a5a54d;
    background: #F3F3F3;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 1.2rem !important;
    font-weight: 500;
    color: var(--light-green);
    transition: all 0.3s ease;
}
#product .left .variation-card.selected{
    border-color: var(--medium-green);
    background: var(--medium-green);
    color: #fff;
}
#product .left .variation-card.selected .variation-price{
    color: #fff;
}
#product .left .variation-card:hover {
    border-color: var(--medium-green);
}
#product .left .variation-title {
    margin-bottom: 10px;
}
#product .left .variation-price {
    color: var(--medium-green);
    font-weight: 700;
}

#product .inner {
    padding: 0 50px;
}
#product .alternative {
    background: var(--dark-green);
    width: 200px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    color: #fff;
}
#product h1 {
    font-size: 53px;
    line-height: 53px;
    font-weight: 500;
    margin: 20px 0;
}
#product h2 {
    font-size: 27px;
    line-height: 27px;
    margin: 20px 0;
}
#product .price-per-ticket {
    color: var(--light-green);
    font-weight: 300;
    display: flex;
    align-items: center;
}
#product .price-per-ticket span {
    font-size: 45px;
    font-weight: 500;
    margin-right: 10px;
}
#product li {
    line-height: 32px;
    font-weight: 300;
}
#product p {
    font-weight: 300;
}
#product .quiz {
    margin: 40px 0;
}
#product .answers {
    margin: 30px 0;
}
#product .answer {
    height: 68px;
    width: 100%;
    border-radius: 500px;
    border: 2px solid #F3F3F3;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 10px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
#product .answer.selected{
    background: var(--dark-green);
    color: #fff;
}
#product .answer.selected:hover{
    color: var(--dark-green);
}
#product .error{
    color: red;
    font-weight: 500;
}
#product .answer:hover {
    background: #fff;
    border-color: var(--dark-green);
    transition: all 0.3s ease;
}
#product .btn-primary {
    background: var(--button);
    border-color: var(--button);
    border-radius: 500px;
    height: 68px;
    width: 100%;
    color: var(--black);
    font-weight: 500;
}
#product .btn-primary:hover {
    background: var(--dark-green);
    color: var(--button);
}
/* =======================================================
BASKET
=======================================================*/
.wp-block-woocommerce-cart {
    margin-top: 50px;
}
.wp-block-product-new{
    display: none!important;
}
.wp-block-woocommerce-cart .wc-block-cart__sidebar {
    background: var(--dark-green);
    border-radius: 25px;
    padding: 30px;
    color: #fff;
}
.wp-block-woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
    border-top: 1px solid #fff;
}
.wp-block-woocommerce-cart .wc-block-cart__submit-button {
    background: var(--light-green);
    border-radius: 500px;
    text-decoration: none;
    color: var(--dark-green);
    font-size: 18px;
}
.wc-block-components-product-name{
    color: var(--light-green);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.wc-block-components-main .wc-block-formatted-money-amount{
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
}
.wc-block-components-quantity-selector{
    display: none !important;
}
/* =======================================================
Checkout
=======================================================*/
.wp-block-woocommerce-checkout {
    margin-top: 50px;
}
.wc-block-checkout__sidebar {
    background: var(--dark-green);
    border-radius: 25px;
    padding: 30px;
    color: #fff;
}
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
    border-top: 1px solid #fff;
}
.wc-block-components-totals-item{
    padding-bottom: 10px;
    border: none;
}
.wp-block-woocommerce-checkout-order-summary-block{
    border:none !important;
}
.wc-block-components-button {
    background: var(--light-green);
    border: none;
    border-radius: 500px;
    text-decoration: none;
    color: var(--dark-green);
    font-size: 18px;
}
/* =======================================================
progress
=======================================================*/
.available{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
}
.available .mid span{
    color: var(--medium-green);
}
.progress{
    height: 20px;
    border-radius: 0;
    width: 100%;
    margin: 10px 0 0;
}
.progress-bar{
    background-color: var(--medium-green);
}
/* =======================================================
faq
=======================================================*/
#faq{
    background-image: url('/wp-content/uploads/2025/08/Banner-BG.webp');
    position: relative;
    padding: 80px 0;
}
#faq::before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8)
}
#faq .container{
    position: relative;
    z-index: 2;
}
#faq h2{
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px;
}
#faq h3{
    color: var(--light-green);
    font-family: "Pacifico", cursive;
    font-size: 45px;
    margin-bottom: 50px;
}
#faq .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    color: #fff;
}
#faq .accordion-button {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
#faq .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
#faq .accordion-button:not(.collapsed) {
  background-color: inherit !important;
  color: inherit !important;
  box-shadow: none !important;
}
#faq .accordion-button::after{
    display: none !important;
}
.accordion-button::before {
  content: "+";
  font-size: 40px;
  color: var(--light-green);
  margin-right: 0.75rem;
  transition: transform 0.3s ease;
    right: 0;
    position: absolute;
    left: auto;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
  color: var(--light-green);
}