@charset "UTF-8";

/* SPECIAL OFFERS CSS */

ul.offers-list a:hover,
.offers-list li:hover .box-offers .box-holder .specWrap a {
    text-decoration: none;
    color: #f8f8f8;
    opacity: 1;
}

.offers-list li {
    width: 33.3%;
    padding: 0 20px 20px;
}

.description ul {
    padding-left: 0;
    margin: 15px 0;
}

.description li {
    width: auto;
    list-style-type: none;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 300;
}

.description li:last-of-type {
    padding-bottom: 50px;
}

.box-offers .description p {
    font-size: clamp(14px, 0.938vw, 18px);
    font-weight: 400;
}

.box-offers .description p:last-of-type {
    margin-bottom: 40px;
}

.table-block {
    display: table;
}

.hide-me .col-md-7 p {
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
}

.hide-me .col-md-7 p:first-of-type {
    text-align: center;
}

.hide-me .col-md-7 h3 {
    text-align: center;
    color: #FFF;
    font-size: 41px;
    margin: 0 0 10px;
}

.offers-list li:nth-child(even) .box-holder:before {
    border-radius: 0 25px 0 25px;
}

.offers-list li:nth-child(even) .box-holder img {
    /* position: relative; */
    /* z-index: 10; */
}

.box-offers {
    font-size: 16px;
    position: relative;
    padding: 25px 10px 10px;
    float: left;
    transition: padding-top .3s cubic-bezier(0.4, 0, 1, 1);
    width: 100%;
}

.col-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .8;
    top: 0;
    left: 0;
}

.box-offers .alpha-match {
    /* margin-top: 20px; */
    /* text-align: center; */
}

.box-offers.image-center .alpha-match {
    margin-top: 10px;
}

.box-offers.content-center .alpha-match {
    margin-top: 20px;
}


.hide-me .wpcf7 {
    background-color: #8a8a8a;
    color: #FFF;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #333;
}

.hide-me .wpcf7 input, .hide-me .wpcf7 textarea {
    color: #333;
    /* margin: 10px 0 0; */
    width: 90%;
}

.hide-me input[type="submit"].wpcf7-submit {
    background-color: #f15b38;
    margin-top: 20px;
    max-width: 130px;
    color: #FFF;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #333;
    text-transform: uppercase;
}

.hide-me input[type="submit"].wpcf7-submit:hover {
    /* color: #576464; */
    background-color: #f2662b;
}

.specWrap {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.hide-me {
    /* display: none; */
}

.specInfoWrapper-1.hide-me,.specInfoWrapper-2.hide-me,
.specInfoWrapper-3.hide-me {
    position: relative;
    display: block;
    background: #444444;
    padding: 20px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #333;
    max-width: 960px;
    width: 65%;
    margin: 0 auto;
    overflow-y: auto;
}

.box-offers img {
    display: block;
    /* padding: 74px 30px 0; */
    /* margin-left: 18px; */
    /* padding: 10px; */
    width: 80px;
    border-radius: 50%;
    float: none;
    transition: all .75s ease;
}

.box-offers.content-center img {
    display: inline-block;
    vertical-align: middle;
    padding-top: unset;
}

.box-offers.image-center img {
    display: inline-block;
    vertical-align: middle;
    padding-top: unset;
}

.alignHelp {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.description h4:after {
    content: '';
    width: 70px;
    height: 1px;
    display: block;
    border: 4px solid;
    border-bottom: 0;
    margin: 24px 0;
}

.description h4:after {
    border: 3px solid;
    margin: 10px 0;
}

.offers {
    position: relative;
    padding: clamp(60px, 6.25vw, 120px) 0 0;
    margin: 0;
    overflow: visible;
    background-color: #556F7F;
    background-image: url('/wp-content/uploads/2025/04/wood_grain-blue.jpg.webp');
    z-index: 1;
}

.offers .container {
    padding: 0;
}

.offers .heading {
    position: relative;
    line-height: 1.4em;
    color: #162A3C;
    width: 100%;
    margin: 0;
    text-align: center;
}

.offers .heading p {
    font-size: clamp(16px, 0.938vw, 18px);
    margin: 0 auto 8px;
    color: #f8f8f8;
    max-width: 812px;
}

.offers .expires strong {
    font-weight: 400;
    color: #f8f8f8;
    display: block;
    text-align: center;
    font-size: 14px;
}

.offers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -18px 0;
    overflow: visible;
    flex: 1 1 0;
    gap: clamp(20px, 2.344vw, 45px);
}

p.expires {
    margin: 56px 0 24px;
    text-align: center;
    font-size: 14px;
    color: #f8f8f880;
}

.offers-list li {
    width: 30%;
    padding: 0 0;
    margin: 0;
    border-radius: 20px;
    border: 2px solid;
    border-color: transparent;
    overflow: hidden;
    transition: all .3s ease;
}

.offers-list li:hover {
    transform: translateY(-20px);
    border-color: #f8f8f8;
    transition: all .3s ease;
}

.box-offers .box-holder {
    position: relative;
    background-color: transparent;
    margin: 0 auto;
    height: 100%;
    display: block;
    float: none;
    overflow: hidden;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 0;
    transition: all .75s ease;
}

.spcImg {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.offers-list li:hover .box-offers .box-holder {
    transition: all .75s ease;
}

/* .offers-list li:nth-of-type(2) .box-offers .box-holder {
    border-color: #1E4E4B;
}

.offers-list li:last-of-type .box-offers .box-holder {
    border-color: #82A267;
} */

.box-offers .offers-info {
    position: relative;
    margin-bottom: clamp( 32px, 2.5vw, 48px );
    color: #f8f8f8;
    font-weight: normal;
    padding: 0;
}

.box-offers.image-center .offers-info {
    margin-top: 0;
}

.box-offers.content-right .offers-info {
    margin-top: 0;
}

.offers-info .btn.btn-orange {
    bottom: 0;
    margin: 20px 0 0;
    border-radius: 3px;
    padding: 11px 26px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.box-offers .offers-info p {
    margin: 0;
}

.box-offers h4 {
    font-family: 'Rethink Sans', sans-serif;
    margin-bottom: 0;
    color: #f8f8f8;
    text-transform: unset;
    font-size: clamp(24px, 1.354vw, 26px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(28px, 1.563vw, 30px);
    margin: 0 0 16px;
}

.offers-list li .description p {
    color: #f8f8f8;
}

.box-offers h4 sup {
    font-size: 75%;
}

.description h4:after {
    display: none;
}

.box-offers .offers-info p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #f8f8f8;
    line-height: 24px;
}

.box-offers .description p:last-of-type {
    margin-bottom: 0;
}

.box-offers .description {
    position: relative;
    font-weight: 700;
    /* border-bottom: 4px solid #EDEBE9; */
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.box-offers.content-right img {
    margin-top: unset;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
}

.box-offers img.aligncenter {
    padding: 0;
    margin: 0 auto 20px;
    float: none;
}

.offers-list li:last-of-type .description h2,
.offers-list li:last-of-type .description h6,
.offers-list li:last-of-type .description p,
.offers-list li:last-of-type .description ul {
    color: #3d3d3d;
}

.box-offers {
    position: relative;
    font-size:clamp(14px, .833vw, 16px);
    padding: 0;
    float: left;
    transition: padding-top .3s cubic-bezier(.4,0,1,1);
    width: 100%;
    height: 100%;
    text-align: left;
}

.specWrap {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    text-align: center;
    height: auto;
    display: block;
    overflow: visible;
    padding: 0 20px;
}

.specWrap a {
    float: none;
    font-weight: 600;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: clamp(14px, 0.833vw, 16px);
    letter-spacing: clamp(.52px, 0.080vw, 1.54px);
    margin: 0 auto;
    display: block;
    position: relative;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.specWrap a::after {
    content: '';
    display: block;
    opacity: 0;
    margin: 6px auto;
    height: 2px;
    width: 0;
    background-color: #CB9841;
    transition: all .75s ease;
}

.specWrap a:hover:after, .offers-list li:hover .box-offers .box-holder .specWrap a:after {
    width: 100%;
    opacity: 1;
    transition: all .75s ease;
}

.specInfoWrapper-1.hide-me,
.specInfoWrapper-2.hide-me,
.specInfoWrapper-3.hide-me {
    background-color: #8ac5d4;
}

.offers-list li a.btn.btn-orange {
    /* border-color: #141414; */
    border: 0;
    color: #ffffff;
    background-color: #8ac5d4;
    border-radius: 25px;
    left: 50%;
    transform: translateX(-50%);
    float: none;
    margin: 0 auto;
    bottom: 0;
    width: 205px;
    font-weight: 500;
    font-size: 14px;
}

.btn.btn-orange.moreOff {
    display: block; /* JRF */
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    background-color: #34538A;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    letter-spacing: clamp(0.52px, 0.080vw, 1.54px);
    /* color: #f8f8f8; */
    margin: 56px auto;
}

a.btn.btn-orange.moreOff:hover {
    color: #2A2A2C;
    background-color: #CB9841;
    text-decoration: none;
    transition: all .75s ease;
    /* margin: 51px auto 5px; */
}

@media ( max-width: 1440px ) {
    .offers-list li {
        padding: 0 10px 22px;
    }
}

@media ( max-width: 1060px ) {
    .offers {
        background-image: none;
        clear: both;
        margin-top: 0;
        padding-top: 80px;
    }

    .box-offers .offers-info {
        padding-left: 0px;
    }

    .box-offers .description {
        padding-left: 0px;
    }

    .offers-list {
        overflow: hidden;
        margin: 0 auto;
        clear: both;
        gap: 20px;
    }

    .offers-list li {
        padding: 0 10px 22px;
        width: 100%;
        max-width: 700px;
    }

    .box-offers .box-holder {
        width: 100%;
    }
    
    .specInfoWrapper-1.hide-me,
    .specInfoWrapper-2.hide-me,
    .specInfoWrapper-3.hide-me {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .specWrap {
        bottom: 20px;
    }
}

@media ( max-width: 768px ) {
    .offers {
        clear: both;
        margin-top: 0;
        padding-top: 80px;
    }

    .offers .heading {
        display: block;
        width: 100%;
        overflow: hidden;
        padding: 0 20px;
        margin-bottom: 0;
    }

    .offers .heading h2 {
        display: block;
        /* padding-bottom: 24px; */
    }

    .offers .heading p {
        padding: 0
    }

    .box-offers h4 {
        /* font-size: 3.385vw; */
        /* line-height: 4.948vw; */
    }
}

@media ( max-width: 479px ) {
    .offers-list li,
    .offers-list li:first-of-type {
        width: 95%;
        margin-top: unset;
    }

    .box-offers .box-holder {
        width: 100%;
    }

    .box-offers h4 {
        /* font-size: 28px; */
    }

    .specWrap {
        bottom: 24px;
    }

    .specWrap a {
        font-size: 16px;
    }

    .btn.btn-orange.moreOff {
        font-size: 16px;
    }
}