body.winner-books-body {
    background-image: url("../img/winners/winner-book-bg.jpg");
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    top: 0px !important;
    color: #fff;
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-block {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner-block .no-image {
    min-height: 35rem;
    margin-bottom: 2rem;
}
.banner-block .block-banner-container {
    position: relative;
    will-change: transform;
}
.banner-block .no-image .banner-contents {
    position: static;
    margin-top: 13rem;
}
.banner-block .banner-contents {
    margin: 17.3rem auto 0 auto;
}
.banner-block h2 {
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.page-template-centred-content .main h2 {
    margin-top: 4rem;
}
.banner-block .banner-contents h1 {
    color: #9dceff;
}
.banner-block .hero-title {
    text-align: center;
    margin: 0;
    margin-bottom: 2rem;
}
.hero-title,
h1 {
    font-weight: 300;
    font-size: 5.8rem;
}
body.winner-books-body .body-text,
body.winner-books-body p {
    font-weight: 300;
    line-height: 1.73;
    max-width: 80rem!important;
    margin-left: auto;
    margin-right: auto;
}
.banner-block p {
    color: #fff;
    text-align: center;
    margin: 0 auto 2rem;
    font-size: 1.8rem !important;

    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
p a {
    color: #fff;
}

/* Filter */
.category-bar {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.category-bar .category-container {
    border-radius: 15px;
    border: solid 1px #000;
    background-color: #111;
    display: inline-flex;
}
.category-bar .category-container .active {
    color: #9dceff;
    background-color: #262626;
}
.category-bar .category-container .active {
    color: #9dceff;
    border: solid 1px #000;
    padding: 0.7rem 1.5rem;
    background-color: #262626;
}
.category-bar .category-container a {
    padding: 0.8rem 1.6rem;
    font-size: 1.2rem;
    color: #a3a3a3;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
}
.category-bar .category-container a:hover,
.judges-landing-page .judges-header .category-bar .category-container .active {
    color: #9dceff;
    background-color: #262626;
}

.facetwp-type-dropdown {
    position: relative;
}
.facetwp-facet {
    margin: 0 3rem 3rem 0 !important;
}
.winners-books-block .facet-wrap select {
    width: auto;
    padding: 0.9rem 3.3rem 1rem 1.5rem;
    border-radius: 28.5px;
    border: solid 1px #000000;
    background-color: #111111;
    font-size: 1.7rem;
    font-weight: bold;
    color: #9dceff;
    text-transform: uppercase;
    height: auto;
    cursor: pointer;
}
.facetwp-facet .facetwp-dropdown {
    appearance: none;
}
/* .facetwp-type-dropdown:after {
  content: "";
  background: url(../img/dropdown.svg);
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
} */
.winners-books-block {
    padding: 1rem 10rem 4rem 10rem;
}
@media (min-width: 768px) {
    .winners-books-block .facet-row {
        display: flex;
        justify-content: center;
    }
}
.winners-books-block .facet-row {
    margin: 2rem auto;
}
.winners-books-block .facet-wrap {
    display: flex;
    justify-content: center;
}
.winners-books-block .single-winner-book {
    width: 25%;
    padding: 0 4.4rem;
    margin-bottom: 5rem;
}
.winners-books-block .single-winner-book .container {
    position: relative;
}
.winners-books-block .single-winner-book a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.winners-books-block .single-winner-book h4 {
    color: #9dceff;
    margin-bottom: 1rem;
    height: 5rem;
}
.medium-title,
h3 {
    font-weight: 300;
    font-size: 2.1rem;
    color: #a0e79c;
    margin: 0;
}
.winners-books-block .single-winner-book .container img {
    width: 100%;
    height: auto;
    border: solid 1px #6b6b6b;
}
.fancybox__content {
    background: none !important;
}

/* Winner-list */
.winners-landing-page {
    background-image: url("../img/winners/winner-list-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.winners-landing-page .winners-header,
.redcarpet-landing-page .winners-header {
    padding-top: 12.9rem;
}
.winners-landing-page .winners-header h2,
.winners-header h1,
.winners-header h2 {
    text-align: center;
}
.is-style-capitalised {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.3rem;
    color: #fff;
    margin: 0;
}
.hero-title,
h1 {
    font-weight: 300;
    font-size: 5.8rem;
    color: #a0e79c;
    margin: 0;
}
.winners-landing-page .single-winners-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-winners-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 5.8rem;
    -webkit-flex-wrap: wrap;
}
.winners-landing-page .single-winners-container .single-winner-block {
    margin-bottom: 4rem;
}
.single-winners-container .single-winner-block {
    width: 48%;
    display: -webkit-flex;
    display: flex;
    border: solid 1px #262626;
    background-color: #111;
    transition: all 0.2s;
    position: relative;
}
.single-winners-container .single-winner-block article {
    display: -webkit-flex;
    display: flex;
    width: 100%;
}
.single-winners-container .single-winner-block a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.winners-landing-page .single-winners-container .single-winner-block img {
    max-width: 40rem;
}
.single-winners-container .single-winner-block img {
    width: 30rem;
    border: solid 4px #000;
    -o-object-fit: cover;
    object-fit: cover;
    height: 30rem;
}
winners-container .single-winner-block .text {
    padding: 2rem 3rem;
    position: relative;
    width: 100%;
}
.winners-landing-page .single-winners-container .single-winner-block p {
    margin: 0 0 0.2rem 0;
    font-size: 1.3rem;
    line-height: 1.46;
    font-weight: 300;
    color: #fff;
}
.winners-landing-page .single-winners-container .single-winner-block .text h4 {
    font-size: 2.1rem;
    color: #fff;
    font-weight: 700;
}
.single-winners-container .single-winner-block .hover-arrow svg {
    width: 1.8rem;
    position: absolute;
    bottom: 0.5rem;
    right: 100%;
    transition: all 0.1s linear;
    visibility: hidden;
}
.single-winners-container .single-winner-block .hover-arrow svg path {
    fill: #a0e79c;
}
.single-winners-container .single-winner-block:hover .hover-arrow svg {
    visibility: visible;
    right: 1.8rem;
}
.single-winners-container .single-winner-block:hover .hover-arrow svg:nth-child(2) {
    right: 2.6rem;
    transition-delay: 0.2s;
}

/* Winner Details */
.winners-detail-landing-page {
    background-image: url("../img/winners/winner-detail.bg.webp");
    background-size: contain;
    background-repeat: no-repeat;
}
.winners-detail-landing-page .winners-header,
.redcarpet-landing-page .winners-header {
    padding-top: 12.9rem;
}
.winners-detail-landing-page .winners-header h2,
.winners-header h1,
.winners-header h2 {
    text-align: center;
}

.select2-container--default .select2-selection--single {
    background-color: #000 !important;
    border: 1px solid #a3a3a3 !important;
    color: #fff !important;
    font-size: 1.25rem !important;
    padding: 0.75rem !important;
    min-height: 52px !important;
    line-height: 2.2 !important;
}

.select2-container--default .select2-results__option {
    background-color: #000 !important;
    color: #fff !important;
    font-size: 1.25rem !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #333 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #eee !important;
    color: #000 !important;
}

.select2-dropdown {
    background-color: #000 !important;
}
.select2-container {
    width: 50% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    font-size: 1.25rem !important;
    padding-left: 0 !important;
}

#winners-select {
    font-size: 1.25rem !important;
    padding: 0.75rem 1.5rem !important;
    min-width: 220px !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #a0e79c !important;
    color: #fff !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 0.8rem !important;
}
.select2-search__field {
    font-size: 1.25rem !important;
}

input.facetwp-search {
    margin-top: 5rem;
    padding-right: 30px;
    min-width: 240px;
    width: 50%;
    height: 3.8rem;
    color: #fff;
    font-size: 1.25rem;
    border: solid 1px #a3a3a3;
    background-color: #000;
    border-radius: 0;
    padding-left: 1rem;
}
.winner-detail-list .single-winner:first-child {
    margin-top: 7rem;
}
.winner-detail-list .single-winner {
    border: solid 1px #262626;
    max-width: 60rem;
    margin: 0 auto 2.5rem auto;
}
.winner-detail-list .single-winner .single-winner-header {
    padding: 2rem 2.4rem;
    background-color: #000;
}
.winner-detail-list .single-winner .single-winner-header h4 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #a0e79c;
    text-align: center;
}
.winner-detail-list .single-winner .single-winner-header h3 {
    color: #9dceff;
    text-align: center;
    font-weight: 300;
    font-size: 2.1rem;
    margin: 0;
}
.winner-detail-list .single-winner .single-winner-body {
    padding: 2rem 2.6rem 3rem 2.6rem;
    background-color: #111;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    align-items: center;
}
.winner-detail-list .single-winner .single-winner-body .building {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.winner-detail-list .single-winner .single-winner-body p {
    color: #fff;
    text-align: center;
    margin: 0;
}
.winner-detail-list .single-winner .single-winner-body p {
    color: #fff;
    text-align: center;
    margin: 0;
}
.winner-detail-list .single-winner .single-winner-body .company {
    font-size: 1.5rem;
    margin-bottom: 4rem;
}
.winner-detail-list .single-winner .single-winner-body .btn-secondary {
    margin-bottom: 20px;
    display: inline-flex;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    border: 0;
    border-bottom: solid 1px #a0e79c;
    background-color: rgba(255, 255, 255, 0);
    padding-left: 0;
    min-height: 1.8rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    color: #fff;
    cursor: pointer;
    appearance: none;
}
.winner-detail-list .btn-secondary:after {
    content: "";
    background: url("../img/arrow-right-white.svg");
    position: absolute;
    background-repeat: no-repeat;
    width: 1.3rem;
    height: 1.3rem;
    right: -2.4rem;
    background-size: cover;
    transition-delay: 0.08s;
}
.winner-detail-list .btn-secondary:hover {
    transition: 0.2s;
    padding-right: 3rem;
    cursor: pointer;
}
.winner-detail-list .btn-secondary:hover:after {
    background: url("../img/arrow-right-green.svg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
.winner-detail-body {
    background-color: #000;
}
.facet-reset {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    font-size: 1.2rem;
    color: #a3a3a3;
    text-decoration: underline;
    padding: 0;
    margin-top: 1rem;
    outline: none;
    font-weight: 700;
}

/* Promoting Your Success */
.promoting-body {
    background: #000;
}
.wp-block-spacer {
    clear: both;
}
:where(figure) {
    margin: 0 0 1em;
}
@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover;
    }
}
.wp-block-video video {
    vertical-align: middle;
    width: 100%;
}
body .is-layout-flex {
    display: flex;
}
.wp-block-columns {
    background-color: #000;
    padding: 6rem 8rem;
    margin-bottom: 0;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}
.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
}
@media (min-width: 782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}
.wp-block-column {
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}
.has-green-color {
    color: #a0e79c !important;
}
.promoting-body h2 {
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
}
.has-text-align-center {
    text-align: center;
}

.promoting-body p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #fff;
}
.wp-block-separator {
    max-width: 80rem;
    margin: 1rem auto;
    border: none;
    border-top: solid 1px #d3c07b;
    background-color: #d3c07b;
    color: #d3c07b;
}
.gallery-slider .swiper-slide img {
    width: 100%;
    height: 500px; /* veya ihtiyac覺na g繹re 300px */
    object-fit: cover;
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    background: #a0e79c;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    height: 62px;
    margin: 0 1%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 62px;
    color: #000;
}
.link-three {
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    border-bottom: solid 1px #a0e79c;
    text-decoration: none;
}
.three-img img {
    width: 70%;
    height: auto;
    margin-bottom: 1rem;
}
.basic-banner-block .container-fluid {
    min-height: 30rem;
    padding-top: 12.9rem;
    background-image: linear-gradient(182deg, #122744, #08111d);
    margin-bottom: 5.6rem;
}
.basic-banner-block .container-fluid h1 {
    text-align: center;
}
.hero-title,
h1 {
    font-weight: 300;
    font-size: 5.8rem;
    color: #a0e79c;
    margin: 0;
}
.profile-body {
    background: #000;
}
form {
    max-width: 500px;
}

label {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

label span {
    color: #7cfc00;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    background-color: #000;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

small {
    display: block;
    color: #ccc;
    margin-top: 5px;
    font-size: 13px;
}
label {
    display: block;
    margin-top: 20px;
    font-size: 1.2rem !important;
    color: #a3a3a3;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

label span {
    color: #7cfc00;
}
.gfield_description {
    font-size: 1.2rem;
    color: #a3a3a3;
    padding-top: 1rem;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #a3a3a3;
    background-color: #000;
    height: 4.5rem;
    border-radius: 0;
    font-size: 1.5rem !important;
    color: #fff;
    width: 100% !important;
    outline: none;
    padding-left: 5px;
    background-image: url("../img/select-icon.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

.list-btn {
    width: 100%;
    position: relative;
    transition: all 0.2s;
    margin-top: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    height: 4.3rem;
    width: 100%;
    border: solid 1px #a0e79c;
    background-color: #a0e79c !important;
    font-weight: 300;
    color: black !important;
    font-size: 1.3rem;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    float: none;
    transition: background 0.2s;
    box-shadow: none;
    text-shadow: none;
    left: auto;
    overflow: visible;
    padding: 0.618em 1em;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    margin-top: 2rem;
}
.list-btn:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0.2rem;
    left: 0.2rem;
    border: solid 1px #7b7b7b;
    transition: background 0.2s;
    z-index: 2;
    text-align: start !important;
}
.list-btn span {
    position: relative;
    z-index: 3;
    font-weight: bold;
    top: 0.3rem;
    left: 0.4rem;
    color: black !important;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
}
.list-btn:hover {
    color: #ffffff;
    background-color: transparent !important;

    font-weight: bold;
    text-decoration: none;
}
.list-btn:hover:before {
    background-color: #5c9d58 !important;
}

.large-title,
h2 {
    font-weight: 300;
    font-size: 3.2rem;
    color: #9dceff;
    margin: 0;
}
p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.73;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    max-width: none !important;
    margin-bottom: 1em;
    margin-top: 1em;
}
p strong {
    font-weight: 700;
}
ul li,
ol li {
    color: #fff !important;
}
p a {
    color: #fff;
}
.facetwp-dropdown {
        width: auto;
    padding: .9rem 3.3rem 1rem 1.5rem;
    border-radius: 28.5px;
    border: solid 1px #000;
    background-color: #111;
    font-size: 1.7rem!important;
    font-weight: 700;
    color: #9dceff;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #FFF;
    width: fit-content!important;
    margin-top: 6rem;
}
.single-winner-block .text {
    width: 100%;
    padding: 2rem 3rem;
}
@media (max-width: 765px) {
    .single-winners-container {
        padding:0!important;
    }
    .single-winners-container .single-winner-block {
        width: 100%!important;
        display: block!important;
    }
    .single-winners-container .single-winner-block article {
        display: block!important;
    }
    .single-winner-block .text {
        padding: 0!important;
    }
}
.wp-block-list li {
    font-size: 1.5rem!important;
} 