.page-template-may-sale header#masthead,
.page-template-may-sale footer.site-footer{
    display: none;
}

main#inner-wrapper {
    font-family: 'SFProText';
}


.hero-content{
    margin-bottom: -20px;
    position: relative;
    z-index: 10;
}
.hero-title{
    padding: 65px 50px 10px 10px;
    margin-bottom: 60px;
}
.hero-title .img-1{
    position: absolute;
    top: 0;
    left: 25%;
}
.hero-title .img-2{
    position: absolute;
    right: 0;
    bottom: -25px;
}
.hero-title p:nth-child(2) {
    padding-left: 50px;
}
.hero-title p:nth-child(3) {
    padding-left: 100px;
}
.hero-bg-img-1 {
    position: absolute;
    bottom: 35%;
}
marquee div {
    display: inline-flex;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
    gap: 15px;
    align-items: center;
    color: #0C1D3D;
    padding: 10px 10px;
    letter-spacing: .1em;
}
marquee div span{
    -webkit-text-stroke-width: 1.81px;
    stroke-width: 1.81px;
    -webkit-text-stroke-color: #1A4C8B;
    stroke: #1A4C8B;
    color: #FFF;
    letter-spacing: .1em;
}



.custom-countdown {
    display: flex;
    gap: 10px;
    align-items: center;
    visibility: hidden;
}
.custom-countdown div{
    background-color:#fef4d7;
    padding: 10px;
    font-family: 'SFProText';
    font-size: 22px;
    font-weight: 600;
    color: #DBA116;
    line-height: 22px;
    display: flex;
    justify-content: center;
    padding: 19px 10px;
    width: 80px;
    border-radius: 3px;
}
.gradient-1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF6FF 61.55%);

}
.custom-ol{
    list-style: none;
    counter-reset: item;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom-ol > li {
    counter-increment: item;
    display: flex;
    gap: 15px;
}
.custom-ol > li::before {
    content: counter(item);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4D89C7;
    color: #FFF;
    border-radius: 50%;
}
.mw-900 {
    max-width: 900px;
}
.mw-500 {
    max-width: 500px;
}
.badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.badge-list > div {
    padding: 8px 12px;
    background-color: rgb(26 76 139 / 70%);
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 16px;
}
.badge-list > div:nth-child(2){
    background-color: rgb(219 161 22 / 70%);
}
.badge-list > div:nth-child(3){
    background-color: rgb(77 137 199 / 80%);
}
.badge-list > div:nth-child(4){
    background-color: rgb(97 142 0 / 70%);
}
.badge-title {
    padding: 5px 10px;
    border: 1px solid #EBE9E6;
    border-radius: 30px;
}


.testimonial-card {
    font-family: 'SFProText';
    border: 1px solid #EBE9E6;
    box-shadow: 0px 5px 10px 0px #081A490A;
    position: relative;
    padding: 65px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
}
.testimonial-card .qoute {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
}

.pbd-testimonial-slider .splide__track {
    padding: 50px 5px 120px !important;
}

.testimonial-card .rating {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-bottom: 40px;
}

.testimonial-text{
    color: #6D6969;
    text-align: center;
    margin: auto 0;
}
.testimonial-name {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
    color: #343844;
}
.splide__pagination {
    gap: 3px;
}
.splide__pagination__page.is-active {
    background: #A9A9A9;
    opacity: 1;
}
.splide__pagination__page{
    background: #D9D9D9;
}
.bg-icon {
    position: absolute;
}
.icon-1 {
    left: 10%;
    top: -20px;
}
.icon-2 {
    right: 0;
    top: 0;
}
.icon-3 {
    left: 30%;
    bottom: -5%;
}

@media (max-width: 568px) {
    .icon-1 {
        left: 25%;
        top: -15px;
    }
    .icon-3 {
        bottom: -20%;
    }
}

@media (max-width: 375px) {
    .bg-icon {
        display: none !important;
    }
}



#watch_btn {
    position: absolute;
    top: 0;
    left: 30%;
}
body .custom-modal {
    background: #081328CC;
}
body .custom-modal .custom-modal-content {
    max-width: 1180px;
    padding-top: 90px;
    padding-bottom: 70px;
}
body .custom-modal .custom-modal-dialog {
    overflow-y: auto;
}

.wp-video {
    width: 100% !important;
}
.wp-video-shortcode {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56%;
}
.wp-video-shortcode iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* ── Pricing — background image at bottom ────────────────────────── */
.pricing-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.pricing-bg-img img {
    width: 100%;
    display: block;
}

/* ── Why Start Now — icon row with wave separators ───────────────── */
.why-start-now-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.why-start-now-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}
.why-start-now-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-start-now-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.why-start-now-sep {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 16px;
}
.why-start-now-sep svg {
    width: 100%;
    max-width: 180px;
    height: auto;
}
.why-start-now-item .item-title {
    font-size: 20px;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #0C1D3D;
    margin-bottom: 8px;
}
.why-start-now-item .item-desc {
    color: #6D6969;
    margin-bottom: 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .hero-bg-img-1 {
        bottom: 10%;
    }
    .bg-icon {
        display: none;
    }
    .why-start-now-row {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .why-start-now-sep {
        display: none;
    }
    .why-start-now-item {
        padding: 0;
    }
}

@media (max-width: 475px) {
    .size-100 {
        font-size: 70px;
    }
    .size-34 {
        font-size: 24px;
    }
    .hero-title {
        padding-right: 80px;
    }
    .hero-title .img-2 {
        bottom: -40px;
    }
    body .custom-modal .custom-modal-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


@media (max-width: 375px) {
    .size-100 {
        font-size: 50px;
    }
    .hero-title {
        padding-right: 100px;
    }
    .hero-title .img-2 {
        right: 20px;
        bottom: -70px;
    }
}

#plan-section{
    min-height:calc(100vh + 100px);
    padding-top: 100px;
}