/*@import url("scss/app.css");*/

 .landing-page-section {
    padding: 60px 0 80px;
}

.banner-section {
    background: url(https://airpedic.com/wp-content/uploads/2025/10/sleep-bg-desktop-img.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}   

.banner-section .banner-content h1 {
    font-size: 43px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.banner-content p {
    margin-top: 15px;
}

.banner-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.banner-content .cta-btn {
    margin-top: 30px;
}

.featured-section {
    text-align: center;
}

.featured-section .item {
    width: 33.333%;
    padding: 0 22px;
}

.featured-section .item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featured-section h2 {
    margin-bottom: 25px;
}

.featured-section .desc {
    margin-bottom: 50px;
}

.featured-section .item h4 {
    font-family: Mont;
    line-height: 1.1;
    text-align: center;
    margin: 0 0 12px;
}

.featured-section .item, .featured-section .item p {
    font-size: 14px;
}

.featured-section .thumb-wrap {
    width: 60px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.featured-section .thumb-wrap img {
    object-fit: contain;
    display: block;
    height: 70px;
    margin: 0 auto;
}

.grid-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.grid-section {
    background-image: linear-gradient(-20deg, rgba(217, 212, 200, .46), #ffffff);
}

.grid-section .grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-section .grid-wrap .item:nth-child(1) {
    margin-left: 0;
}

.grid-section .grid-wrap .item:nth-child(3) {
    margin-right: 0;
}

.grid-section .ap-container {
    max-width: 1140px;
}

.grid-section .grid-wrap .item {
    width: 31.333%;
    padding: 34px 24px;
    background: #fff;
    margin: 0 5px 15px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    transition-property: all !important;
    transition-timing-function: 
    cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 300ms !important;
}

.grid-wrap .item:hover {
    box-shadow: 0 8px 30px -12px hsl(220 15% 70%)
}

.grid-section .grid-wrap .item .cta-btn {
    display: block;
    margin: 25px 0 0;
}

.grid-section .grid-wrap .item h4 {
    margin-bottom: 15px;
}

.grid-section .grid-wrap .item, 
.grid-section .grid-wrap .item p {
    font-size: 14px;
    line-height: 1.5;
}

.grid-section .item strong {
    background: #0087AD;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
}

.comp-newsletter-box {
    display: none;
}

.cta-section {
    text-align: center;
    background: url(https://airpedic.com/wp-content/uploads/2024/03/call-chat-now.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    min-height: 350px;
    padding-top: 80px;
}

.cta-section:before {
    background: rgba(37, 42, 54, .4);
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    width: 100%;
    height: 100%;
}   

.cta-section .ap-container {
    position: relative;
    z-index: 9;
}             

.cta-section h2 {            
    margin-bottom: 20px;
    color: #fff;
}

.cta-section .button-wrap {
    margin-top: 30px;
}

.cta-section .button-wrap .cta-btn {
    margin: 0 12px;
    width: 27%;
}     

.cta-section .button-wrap .cta-btn:first-child {
    background: #252a36;
    color: #fff;
}   



@media (max-width: 768px) {
    .banner-content p {
        font-size: 15px;
    }

    .cta-section .button-wrap .cta-btn {
        width: auto;
    }

    .grid-section .item strong {
        font-size: 11px;
    }
}

@media (max-width: 600px) {

    .cta-btn {
        font-size: 14px;
    }

    .landing-page-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .featured-section .item:first-child {
        padding-left: 0;
    }

    .featured-section .item:last-child {
        padding-right: 0;
    }

    .featured-section .item {
        padding: 15px 20px;
        width: 100%;
    }

    .featured-section .item, .featured-section .item p {
        line-height: 1.5;
    }

    .featured-section .item h4 {
        font-size: 20px;
    }

    section.banner-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .grid-section .grid-wrap .item {
        width: 100%;
        margin: 0 0 20px;
    }

    .cta-section .button-wrap .cta-btn {
        display: block;
        margin: 12px 0;
    }
}

@media (max-width: 479px) {
    .banner-section .banner-content h1 {
        font-size: 32px;
    }

    .banner-content p {
        font-size: 14px;
    }

    .landing-page-section h2 {
        font-size: 28px;
    }

    .landing-page-section .cta-btn {
        font-size: 12px;
    }

    .landing-page-section.cta-section {
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
