/************************
 * HEADER
 ************************/
.atwm-main-header {
    position: relative;
    background-color: #ffffff;
    transition: .2s;
    padding-top: 30px;
}

.atwm-main-header .atwm-site-logo {
    max-width: 220px;
    margin-bottom: 20px;
    transition: .2s;
}

.atwm-main-header .vc_wp_custommenu {
    margin-bottom: 0;
}
.atwm-main-menu .menu-main-menu-container {
    display: flex;
    justify-content: end;
}
.atwm-main-menu ul {
    display: flex;
    justify-content: end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}
.atwm-main-menu ul li {
    align-items: center;
    background-color: inherit;
    display: flex;
    position: relative;
}
.atwm-main-menu ul li a {
    padding: 1rem 0.9rem;
    padding-bottom: 1rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #ffffff;
    border: solid 1px var(--brand-color-primary);
    border-bottom: none;
    color: var(--brand-color-primary);
}
.atwm-main-menu ul li a:hover {
    background-color: #F6F7F7;
    text-decoration: none;
}

.atwm-main-menu ul li.current-page-ancestor a,
.atwm-main-menu ul li.current-menu-item a {
    background-color: var(--brand-color-primary);
    color: #ffffff;
}

.atwm-language-menu {
    position: absolute;
    top: -10px;
    right: 20px;
}
.atwm-language-menu ul {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.atwm-language-menu ul li {
    align-items: center;
    background-color: inherit;
    display: flex;
    position: relative;
    line-height: 1.2;
}
.atwm-language-menu ul li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: rgba( 0, 0, 0, 0.5 );
    margin-left: 1rem;
    margin-right: 1rem;
    
}
.atwm-language-menu ul li:first-child::before {
    display: none;
}
.atwm-language-menu ul a {
    color: var(--brand-color-primary);
}
.atwm-language-menu ul li.current a {
    color: rgba( 0, 0, 0, 0.5 );
}


.atwm-page-header {
    background-color: var(--brand-color-primary);
    color: #ffffff;
    padding: 2.5rem 1.75rem;
    padding-top: 2.9rem;
    color: var(--brand-color-green);
    position: relative;
    margin-bottom: 50px;
}
.atwm-page-header-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}
.atwm-page-header .h1-heading {
    margin: 0;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
}

/************************
 * MAIN
 ************************/
.atwm-home-hero {

}
.atwm-hero-person {
	max-width: 370px;
}
.atwm-home-hero .prize-box {
    background-color: var(--brand-color-primary);
    color: var(--brand-color-green);
    padding: 1.5em 1em;
    border-radius: 30px;
    font-family: "neighbor", sans-serif;
    font-weight: 900;
    font-size: 20px;
	line-height: 1.2;
    margin-top: 0;
	margin-bottom: 30px;
}
.atwm-home-hero .prize-box .wpb_content_element {
    margin-bottom: 0 !important;
}
.atwm-home-hero .prize-box h1 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 900;
    margin: 0;
}
.atwm-home-hero .prize-box .prize-text {
	margin-top: 10px;
    margin-bottom: 20px !important;
}
.atwm-home-hero .prize-box .prize-text p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
  	justify-content: center;
}
.atwm-home-hero .prize-box .h1-heading {
    font-size: 77px;
    width: 34%;
	text-align: right;
}
.atwm-home-hero .prize-box .text-vertical {
    width: 12%;
	text-align: center;
	font-size: 32px;
	margin-bottom: 6px;
}
.atwm-home-hero .prize-box .prize {
    font-size: 77px;
    width: 54%;
	text-align: left;
}
.atwm-home-hero .prize-box .text {
    width: 100%;
	text-align: center;
}
.atwm-home-hero .prize-box .prize-structure {
    margin-top: 20px;
}
.atwm-home-hero .prize-box .prize-structure p {
    font-size: 25px;
	padding-left: 23%;
}
.atwm-home-hero .prize-box .prize-structure p .text-white {
	font-size: 30px;
}
.atwm-home-hero .prize-box .btn {
    margin-bottom: 20px;
    font-family: "Helvetica", sans-serif;
}


/************************
 * QUESTIONS
 ************************/
.atwm-banner-below-questions > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	background-color: var(--brand-color-primary);
	padding: 15px 20px;
	color: #ffffff;
	margin-top: 60px;
	margin-bottom: 60px;
}
.atwm-banner-below-questions .wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0 !important;
}
.atwm-banner-below-questions h3,
.atwm-banner-below-questions a {
	color: var(--brand-color-green);
	font-weight: 900;
}
.atwm-contest-form {
    display: none;
}
.atwm-contest-form.show {
    display: block;
}
.atwm-question-row {
    display: none;
}
.atwm-question-row.show {
    display: block;
}

.atwm-question {

}
.atwm-question h2 {
    font-family: "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: unset;
}
/* 1. Style the label container */
.atwm-question label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px; /* Spacing between options */
  font-family: sans-serif; /* Clean font */
  font-size: 16px;
  position: relative;
}

/* 2. Hide the default browser radio button */
.atwm-question input[type="radio"] {
  /* Remove native styling */
  -webkit-appearance: none;
  appearance: none;
  
  /* Ensure it takes up space for layout flow but is invisible */
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

/* 3. Create the outer circle (Unselected state) */
.atwm-question label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--brand-color-primary); /* Grey border */
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.2s ease;
  flex-shrink: 0; /* Prevents squishing on small screens */
}

/* 4. Create the inner dot (Hidden by default) */
.atwm-question label::after {
  content: "";
  position: absolute;
  /* Calculations to center the dot inside the circle */
  top: 50%;
  left: 10px; /* Matches width/2 of ::before */
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: var(--brand-color-green); /* Blue dot */
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease;
}

/* 5. Hover effect */
.atwm-question label:hover::before {
  border-color: var(--brand-color-green);
}

/* 6. Selected state (Show the dot) */
input[type="radio"]:checked + label::after,
/* Note: Since your input is INSIDE the label, we use :has() for modern browsers */
label:has(input[type="radio"]:checked)::after {
  opacity: 1;
}

/* 7. Selected state (Change border color) */
label:has(input[type="radio"]:checked)::before {
  border-color: var(--brand-color-primary);
}

.atwm-answer {
    position: relative;
}
.atwm-answer.selected::before,
.atwm-answer.selected::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 18px;
    height: 3px;
    background-color: #CA0A0A;
}
.atwm-answer.selected::before {
    transform: rotate(45deg);
}
.atwm-answer.selected::after {
    transform: rotate(-45deg);
}
.atwm-question.answered .atwm-answer.correct label::before,
.atwm-question.answered .atwm-answer.correct label::after,
.atwm-answer.selected label::before,
.atwm-answer.selected label::after {
    display: none;
}
.atwm-answer.selected label {
    color: #CA0A0A;
    padding-left: 30px;
}
.atwm-question .atwm-answer.disabled {
    opacity: 0.5;
}
.atwm-question.answered .atwm-answer {
    pointer-events: none;
}

.atwm-answer.selected.correct::before,
.atwm-answer.selected.correct::after {
    background-color: #016761;
}

.atwm-question.answered .atwm-answer.correct::before,
.atwm-question.answered .atwm-answer.correct::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 22px;
    height: 3px;
    background-color: #016761;
}
.atwm-question.answered .atwm-answer.correct::before,
.atwm-answer.selected.correct::before {
    transform: rotate(45deg);
    width: 10px;
    top: 12px;
}
.atwm-question.answered .atwm-answer.correct::after,
.atwm-answer.selected.correct::after {
    transform: rotate(-45deg);
    width: 22px;
    top: 8px;
    left: 4px;
}
.atwm-question.answered .atwm-answer.correct label,
.atwm-answer.selected.correct label {
    padding-left: 30px;
    color: #016761;
}


.atwm-correct-answer {
    padding: 24px 30px;
    background-color: #F7F7F7;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.atwm-correct-answer .wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0 !important;
}
.atwm-question.answered .atwm-correct-answer {
    display: block;
	color: #000000;
}
.atwm-question.answered .atwm-correct-answer h3 {
	font-size: 20px;
	font-family: "Helvetica";
	color: #016761;
	font-weight: bold;
	background-image: url( ../images/checkbox-green.svg );
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.atwm-question-button-container {
    margin-top: 30px;
}

.atwm-question-button-container {
    display: flex;
    gap: 15px;
}
.atwm-question-button-container .atwm-question-button-next {
    display: none;
}
.atwm-question-button-container .atwm-question-button-submit.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.atwm-question.answered .atwm-question-button-submit {
    display: none;
}
.atwm-question.answered .atwm-question-button-next {
    display: inline-block;
}


.atwm-entry-form h3 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
	font-size: 24px;
}
.atwm-entry-form p {
	font-size: 18px;
}

#atwm-countdown {
	color: var(--brand-color-primary);
	background-color: #F7F7F7;
	display: inline-flex;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	justify-content: center;
	align-items: center;
	font-size: 70px;
	font-weight: bold;
}

.atwm-thankyou-page h3 {
	font-size: 30px;
  	font-weight: 900;
	color: #0C0B45;
	text-transform: uppercase;
}

/************************
 * GRAVITY FORMS
 ************************/
.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=tel],
.gfield select {
	border-radius: 10px;
	border: solid 1px #404048;
	padding: 14px !important;
	padding-top: 18px !important;
	font-size: 17px !important;
	line-height: 1;
}
.gfield select {
	padding: 15px 10px !important;
	padding-top: 18px !important;
	color: #404048;
	background: #ffffff;
}
.gfield input[type=text]::placeholder,
.gfield input[type=email]::placeholder,
.gfield input[type=tel]::placeholder {
	font-size: 17px;
	color: #404048;
}
.gfield select .gf_placeholder {
	font-size: 17px;
	color: #404048;
}
.gfield input[type=checkbox] {
	width: 28px;
	height: 28px;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
	max-width: calc(100% - 60px) !important;
	vertical-align: top !important;
}


.gform_button {
    background-color: var(--brand-color-green);
    border-radius: 3rem;
    border: 1px solid #9ece1a;
    color: var(--brand-color-primary);
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    padding: 0.85em 4.5em;
    padding-bottom: 0.75em;
    text-decoration: none; 
    transition: all 0.3s;
    cursor: pointer;
}
.gform_button:hover {
    background: #fff !important;
	border: 1px solid #9ece1a;
}



/************************
 * SWIPER
 ************************/
.atwm-logos-slider-shortcode {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-bottom: 40px;
}
.atwm-logos-slider-shortcode .swiper-pagination {
    display: none;
}


/************************
 * FOOTER
 ************************/
.atwm-above-footer-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.atwm-above-footer-row h3 {
    font-size: 30px;
	font-weight: 900;
}
.atwm-above-footer-row p {
    color: #696969;
}

.atwm-footer {
    background-color: var(--brand-color-primary);
    padding: 1.25em 2.375em;
    color: #ffffff;
}
.atwm-footer a {
    color: #ffffff;
    text-decoration: none;
}
.atwm-footer .vc_wp_custommenu {
    margin-bottom: 0 !important;
}
.menu-footer-menu-container {
    font-family: "Helvetica", sans-serif;
    font-size: 0.825em;
}
.menu-footer-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
    gap: 25px;
}
.menu-footer-menu-container ul a {
    position: relative;
    font-weight: 700;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
}
.menu-footer-menu-container ul a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--brand-color-green);
    transition: all 0.3s;
}
.menu-footer-menu-container ul a:hover {
    color: var(--brand-color-green);
}
.menu-footer-menu-container ul a:hover::before {
    width: 100%;
}

/************************
 * SOCIAL ICONS
 ************************/

.atwm-shortcode-social-icons {
    display: flex;
    justify-content: end;
}
.atwm-shortcode-social-icons > * {
    margin-left: 15px;
}
.atwm-shortcode-social-icons a p {
    display: none;
}
.atwm-shortcode-social-icons .atwm-social-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.atwm-shortcode-social-icons .atwm-linkedin {
    background-image: url(../images/social/linkedin.svg);
}
.atwm-shortcode-social-icons .atwm-facebook {
    background-image: url(../images/social/facebook.svg);
}
.atwm-shortcode-social-icons .atwm-x_twitter {
    background-image: url(../images/social/x_twitter.svg);
    width: 22px;
    height: 22px;
}
.atwm-shortcode-social-icons .atwm-instagram {
    background-image: url(../images/social/instagram.svg);
}
.atwm-shortcode-social-icons .atwm-youtube {
    background-image: url(../images/social/youtube.svg);
}


