@charset "UTF-8";

/* SPECIAL OFFERS CSS */

ul.offers-list a:hover {
    text-decoration: none;
    color: #d8330f;
}

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

.offers-list li:hover .box-offers {
    padding-top: 0;
    transition: padding-top .3s cubic-bezier(0.4, 0, 1, 1);
}

.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;
}

.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-top: 20px;
    float: none;
    margin: 0 auto;
}

.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.250vw, 120px) 0;
    margin: 0;
    background-color: #f0f0f0;
    overflow: visible;
    background-image: url('/wp-content/uploads/2023/09/special_offers_background.jpg.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: min(1920px, 100vw) min(43.125vw, 828px);
}

.no-webp offers {
    background-image: url('/wp-content/uploads/2023/09/featured_services_background.jpg');
}

.offers .container {
    padding: 0;
}

.offers .heading p {
    font-size: clamp(14px, 0.938vw, 18px);
    margin-bottom: 8px;
}

.offers .heading strong {
    font-weight: 400;
    font-size: 16px;
    color: #2d2926;
}

.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: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -18px;
}

.offers-list li {
    width: 30%;
    padding: 0 20px clamp(40px, 2.917vw, 56px);
}

.offers-list li .heading {
    text-align: left;
    padding: clamp(40px, 4.167vw, 80px) 0;
}

.offers-list li .heading h2 {
    font-family: 'DM Sans', sans-serif;
    color: #2d2926;
    font-size: clamp(18px, 1.146vw, 22px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(36px, 2.5vw, 48px);
    margin: 0 0 1.25vw;
    text-transform: none;
}

.offers-list li .heading h2::after {
    content: '';
    width: 80px;
    height: 4px;
    display: none;
    border: 0;
    border-bottom: 0;
    margin: clamp(8px, 0.833vw, 16px) 0 clamp(12px, 1.25vw, 24px);
    background-image: linear-gradient(91deg, #d69e2a 0%, #ba8729 100%);
}

.offers-list li .heading p {
    margin-bottom: 1.0416666666666665vw;
}

.offers-list li .heading strong {
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    color: #313131;
}

.box-offers .box-holder {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    display: block;
    float: none;
    overflow: hidden;
    padding: 40px 20px;
    box-sizing: border-box;
    border-radius: 0;
    border-bottom: 4px solid #2d2926;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.box-offers .offers-info {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    color: #313131;
    font-weight: normal;
}

.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 {
    margin-bottom: 4px;
    color: #2d2926;
    text-transform: uppercase;
    font-size: clamp(20px, 1.35vw, 26px);
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(28px, 1.667vw, 32px);
}

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

.description h4:after {
    display: none;
}

.box-offers .offers-info p {
    color: #2d2926;
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 400;
    font-style: normal;
    line-height: clamp(20px, 1.25vw, 24px);
}

.box-offers .description p:last-of-type {
    margin-bottom: clamp(20px, 1.25vw, 24px);
}

.box-offers .description {
    position: relative;
    font-weight: 700;
    /* color: #fff; */
    border-bottom: 4px solid rgb(233 231 228 / 55%);
    margin: 0 0 1.25vw;
    padding: 0.625vw 0.625vw 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: #090e2a;
}

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

.box-offers .offers-info {
    margin-bottom: 36px;
    color: #2d2d2d;
    text-align: left;
    font-weight: 400;
    padding: 0 0.625vw 0.625vw;
}

.specWrap {
    position: absolute;
    width: 100%;
    bottom: 2.083vw;
    text-align: left;
    height: auto;
    display: block;
    overflow: visible;
    padding: 0 0.781vw;
}

.specWrap a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #2d2926;
    text-transform: uppercase;
    font-size: clamp(14px, 0.833vw, 16px);
    letter-spacing: clamp( 0.75px, 0.080vw, 1.54px );
}

.specWrap a:hover,
.offers-list li:hover .box-offers .box-holder .specWrap a {
    color: #d8330f;
}

.specWrap a:hover:after,
.offers-list li:hover .box-offers .box-holder .specWrap a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline;
    margin-left: 5px;
}

.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;
}

.offers-list li a.btn.btn-orange.moreOff {
    display: block; /* JRF */
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    background-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    letter-spacing: min(.52px, 0.080vw);
    color: #5185a6;
    border: 0;
    border-radius: 0;
    margin: min(56px, 2.92vw) 0 0;
    padding: clamp(14px, 0.833vw, 16px) clamp(20px, 1.25vw, 24px);
}

.offers-list li a.btn.btn-orange.moreOff:hover {
    color: #f4f4f4;
    background-color: #5185a6;
    /* text-decoration: underline; */
    transition: all .75s ease;
}

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

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

    .offers-list {
        overflow: hidden;
        margin: 0 auto;
    }

    .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;
        padding-bottom: 100px;
    }

    .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: 22px;
    }

    .specWrap {
        bottom: 24px;
    }
}