*,
*::before,
*::after {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/salient-child/inc/assets/fonts/gotham/Gotham-Book.woff2') format('woff2'),
    url('/wp-content/themes/salient-child/inc/assets/fonts/gotham/Gotham-Book.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/wp-content/themes/salient-child/inc/assets/fonts/gotham/Gotham-Bold.woff2') format('woff2'),
    url('/wp-content/themes/salient-child/inc/assets/fonts/gotham/Gotham-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

ul li {
    list-style: none outside;
}

ol > li {
    list-style: none outside;
}

body.page-template-template-home-redesign-2025-php {
    margin: 0;
    font-family: 'Gotham', sans-serif !important;
    line-height: normal;
    color: #221F1F;
    overflow: visible;
}

.page-template-template-home-redesign-2025-php p {
    padding: 0;
}

.page-template-template-home-redesign-2025-php .ocm-effect-wrap{
	background-color: #F7F5F1 !important;
}
.page-template-template-home-redesign-2025-php main {
    font-size: 16px !important;
	color: #221F1F;
}
.rewards__info-list-title{
	padding-bottom: 0;
}

body {
    background-color: #F7F5F1 !important;
}

.section {
    padding-top: 120px;
}

@media (min-width: 1024px) {
    .section {
        padding-top: 200px;
    }
}

.main-container {
    width: 100%;
    max-width: 1460px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.badge {
    display: inline-flex;
    padding: 9px 14px;
    align-items: center;
    column-gap: 8px;
    border-radius: 100px;
    line-height: 1.4;
}

.badge-grey {
    background: rgba(247, 245, 241, 0.30);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    color: #8B8E99;
}

.btn {
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    border-radius: 100px;
    line-height: 140%;
    color: #fff;
    
    cursor: pointer;
	transition: color .3s, background-color .3s;
}

@media (min-width: 1024px) {
    .btn {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.btn-accent {
    background-color: #F9A351;
}

.btn-accent:hover {
    background-color: #221F1F;
    color: #fff;
	transition: color .3s, background-color .3s;
}

.btn-primary,
.reviews__tabs .evf-submit-container .everest-forms-submit-button.button.evf-submit {
    background-color: #221F1F;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 15%);
    color: #fff;
}

.btn-primary:hover,
.reviews__tabs .evf-submit-container .everest-forms-submit-button.button.evf-submit:hover {
    background-color: #F9A351!important;
    color: #fff;
}

.reviews__tabs .evf-submit-container .everest-forms-submit-button.button.evf-submit {
    width: 100%;
}

.btn-secondary {
    border: 1px solid #6EAFD0;
    background-color: #6EAFD0;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 15%);
    color: #fff;
}

.btn-secondary:hover {
    background-color: #66a6c7;
    color: #fff;
}

.btn-secondary__inverse {
    border: 1px solid #6EAFD0;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 15%) !important;
    color: #221F1F;
    background-color: transparent;
}

.btn-secondary__inverse:hover {
    background-color: #6EAFD0;
    color: #FFF;
}

h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Gotham', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #6EAFD0 !important;
    text-align: center;
    line-height: 1.2 !important;
}

@media (min-width: 1024px) {
    h1 {
        align-items: flex-start;
        font-size: 68px !important;
    }
}

h1 span,
h2 span {
    color: #221F1F;
}

h2 {
    font-family: 'Gotham', sans-serif !important;
    font-size: 32px !important;
    font-weight: normal;
    color: #6EAFD0 !important;
    text-transform: capitalize;
}

h3 {
    font-size: 24px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    h2 {
        font-size: 42px !important;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 52px!important;
    }
}

.section-description {
    margin-top: 14px;
    margin-bottom: 42px;
    line-height: 1.4;
}

@media (min-width: 1024px) {
    .section-description {
        margin-top: 24px ;
        font-size: 18px !important;
    }
}

.swiper-pagination {
    position: static;
    margin-top: 24px;
}

.swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 5px;
    width: 12px;
    height: 12px;
    background-color: #6EAFD0;
    opacity: 0.2;
    transition-duration: .25s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.tab-content:not(.active) {
    display: none;
}

.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6EAFD0;
}
