@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Jost", serif;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

.top-banner {
    font-family: "Jost", serif;
    background-color: #498391;
    text-transform: uppercase;
    padding: 2rem;
    color: white;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.35rem;
    font-weight: 700;

    span {
        color: #00b4d8;
    }

    @media(max-width:1024px) {
        font-size: 1.2rem;
        padding: 1rem;
    }

    @media(max-width:768px) {
        font-size: .95rem;
    }
}

.nav-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 1rem;
    width: 85%;
    margin: 0 auto;

    @media(max-width:1149px) {
        width: 95%;
    }

    @media(max-width:768px) {
        justify-content: center;
    }
}

.nav-banner-left-logos {
    width: 280px;
    height: auto;

    @media(max-width:1429px) {
        width: 220px;
    }

    @media(max-width:1024px) {
        width: 180px;
    }
}

.nav-banner-right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    min-width: 320px;

    p{
        color: #498391;
        font-weight: 700;
        font-size: 2rem;
        line-height: 34px;

        @media(max-width:1429px) {
            font-size: 1.4rem;
            line-height: 26px;
        }

        @media(max-width:1024px) {
            font-size: 1.2rem;
            line-height: 22px;
        }
    }
}

.nav-banner-phone {
    width: auto;
    text-align: center;
    text-decoration: none;
    color: #498391;
    font-weight: 700;
    font-size: 2rem;
    
    @media(max-width:1429px) {
        font-size: 1.4rem;
    }

    @media(max-width:1024px) {
       font-size: 1.2rem;
    }
}

.nav-banner-right-image{
    width: 64px;

    @media(max-width:1024px) {
        width: 48px;
    }
}

.main-banner {
    background-image: url("../img/premier/hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    gap: 2rem;

    @media(max-width:768px) {
        min-height: 500px;
        padding: .5rem;
    }
}

.main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.main-banner-left-content,
.main-banner-right-content {
    position: relative;
    z-index: 1;
}

.main-banner-left-content{
    flex: 1;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    @media(max-width:768px) {
        min-height: fit-content;
    }
}

.main-banner-right-content{
    flex: 1;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    @media(max-width:768px) {
        min-height: fit-content;
    }
}

.main-banner-image {
    width: 460px;
    height: auto;

    @media(max-width:1429px) {
        width: 320px;
    }

    @media(max-width:1024px) {
        width: 240px;
    }

    @media(max-width:768px) {
        width: 180px;
    }
}

.main-banner-form-div {
    padding: 1rem 2rem;
    width: 700px;
    height: 650px;
    border-radius: 12px;
    background-color: white;

    @media(max-width:1429px) {
        width: 550px;
    }

    @media(max-width:1024px) {
        width: 450px;
        height: 620px;
        padding: 1rem;
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
    }

    @media(max-width:529px) {
        width: 400px;
        height: 550px;
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
    }

    @media(max-width:439px) {
        width: 350px;
    }

    /* @media(max-width:429px) {
        width: 100%;
    } */
}

.offer-form {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.form-row {
    display: flex;
    gap: .75rem;
}

.full-width {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 1.2rem;
    font-size: 1rem;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);

    @media(max-width:1429px) {
       padding: .85rem;
       font-size: .95rem;
    }

    @media(max-width:1024px) {
        padding: .75rem;
        font-size: .85rem;
    }
}

.form-button {
    font-family: 'Open Sans', sans-serif;
    padding: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #498391;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 1rem;

    @media(max-width:1429px) {
        font-size: 1.25rem;
    }

    @media(max-width:1024px) {
        font-size: 1rem;
    }
}

.disclaimer {
    font-size: 0.8rem;
    color: black;
    margin: 1rem 0;
}

.disclaimer a {
    color: inherit;
}

.claim-offer {
    color: #498391;    
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;

    @media(max-width:1429px) {
        font-size: 2rem;
    }

    @media(max-width:1024px) {
        font-size: 1.6rem;
    }

    @media(max-width:768px) {
       font-size: 1.8rem;
    }
}

.inputDiv{
    line-height: 18px;
    font-size: .9rem;
    color: black;

    a{
        color: black;
    }

    @media(max-width:548px) {
        line-height: 14px;
        font-size: .8rem;
    }

    @media(max-width:439px) {
        font-size: .75rem;
    }

}

.text-section {
    padding: 4rem 0 5rem;
    background-color: #fff;

    @media(max-width:1024px) {
        padding: 3rem 0 4rem;
    }

    @media(max-width:768px) {
        padding: 2rem 0 3rem;
    }
}

.text-section-inside {
    width: 85%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;

    @media(max-width:1149px) {
        width: 95%;
    }

    @media(max-width:768px) {
        gap: 1.25rem;
        padding: 0 0.5rem;
    }
}

.text-section-heading {
    color: #498391;
    font-size: 2.85rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;

    @media(max-width:1429px) {
        font-size: 2.5rem;
    }

    @media(max-width:1024px) {
        font-size: 2.1rem;
    }

    @media(max-width:768px) {
        font-size: 1.7rem;
    }

    @media(max-width:439px) {
        font-size: 1.4rem;
    }
}

.text-section-text {
    color: #000;
    font-size: 1.35rem;
    line-height: 1.6;
    margin: 0;

    @media(max-width:1429px) {
        font-size: 1.25rem;
    }

    @media(max-width:1024px) {
        font-size: 1.15rem;
    }

    @media(max-width:768px) {
        font-size: 1.05rem;
        line-height: 1.55;
    }

    @media(max-width:439px) {
        font-size: 1rem;
    }
}

.first-section{
    background-color: #f7f7f7;
    padding: 4rem 0 5rem;

    @media(max-width:1024px) {
        padding: 3rem 0 4rem;
    }
}

.first-section-inside{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
    align-items: center;

    @media(max-width:1149px) {
        width: 95%;
    }

    @media(max-width:1024px) {
        gap: 4rem;
    }

    @media(max-width:768px) {
        gap: 2rem;
    }
}

.first-section-heading{
    color: #498391;
    font-size: 2.9rem;
    font-weight: 700;
    text-align: center;

    @media(max-width:1429px) {
        font-size: 2.5rem;
    }

    @media(max-width:1024px) {
        font-size: 2.2rem;
    }

    @media(max-width:768px) {
        font-size: 1.85rem;
    }
}

.first-section-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 100%;

    @media(max-width:1024px) {
        gap: 1.25rem;
    }
}

.first-section-single-div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 180px;
    max-width: 220px;
    gap: 1rem;
    text-align: center;

    @media(max-width:1429px) {
        gap: 1rem;
    }

    @media(max-width:1024px) {
        width: 40%;
        margin: 0 auto;
    }
}

.first-section-image-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;

}

.first-section-icon{
    width: 58px;
    height: 58px;
    fill: #498391;

    @media(max-width:1429px) {
        width: 58px;
        height: 58px;
    }

    @media(max-width:768px) {
        width: 48px;
        height: 48px;
    }
}

.first-section-single-header{
    font-weight: 600;
    font-size: 1.25rem;
    color: #000;
    text-align: center;
    min-height: 44px;

    @media(max-width:1429px) {
        font-size: 1.15rem;
    }

    @media(max-width:1024px) {
        font-size: 1.1rem;
    }
}

.first-section-single-text{
    color: #000;
    font-size: 1.05rem;
    text-align: center;
    line-height: 1.5;

    @media(max-width:1429px) {
        font-size: 1rem;
    }

    @media(max-width:1024px) {
        font-size: 0.95rem;
    }
}

.first-section-button{
    display: inline-block;
    margin-top: 1rem;
    padding: 1.1rem 3.25rem;
    border-radius: 6px;
    background-color: #498391;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;

    @media(max-width:1024px) {
        padding: 1rem 2.75rem;
        font-size: 1.15rem;
    }

    @media(max-width:768px) {
        width: 100%;
        text-align: center;
    }
}

.checkerboard-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.checkerboard-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 420px;

    @media(max-width:768px) {
        flex-direction: column;
        min-height: auto;
    }
}

.checkerboard-row:nth-child(2) {
    @media(max-width:768px) {
        display: flex;
        flex-direction: column;
    }
}

.checkerboard-row:nth-child(2) .checkerboard-cell:first-child {
    @media(max-width:768px) {
        order: 2;
    }
}

.checkerboard-row:nth-child(2) .checkerboard-cell:last-child {
    @media(max-width:768px) {
        order: 1;
    }
}

.checkerboard-cell {
    flex: 1 1 50%;
    min-width: 280px;
    min-height: 420px;
    display: flex;
    align-items: stretch;

    @media(max-width:768px) {
        flex: 1 1 100%;
        min-height: 0;
    }
}

.checkerboard-content {
    background-color: #f2f6f7;
    padding: 3rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;

    @media(max-width:1024px) {
        padding: 2.5rem 2rem;
    }

    @media(max-width:768px) {
        min-height: 320px;
        padding: 2rem 1.5rem;
    }
}

.checkerboard-content-inner {
    text-align: left;
    max-width: 420px;
}

.checkerboard-icon-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
}

.checkerboard-icon {
    width: 64px;
    height: 64px;
    fill: #498391;

    @media(max-width:768px) {
        width: 52px;
        height: 52px;
    }
}

.checkerboard-heading {
    color: #498391;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    line-height: 1.25;

    @media(max-width:1024px) {
        font-size: 1.5rem;
    }

    @media(max-width:768px) {
        font-size: 1.35rem;
        margin-bottom: 1rem;
    }
}

.checkerboard-list {
    color: #000;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    padding-left: 1.25rem;
    text-align: left;

    li {
        margin-bottom: 0.5rem;
    }

    @media(max-width:1024px) {
        font-size: 1rem;
    }

    @media(max-width:768px) {
        font-size: 0.95rem;
        padding-left: 1rem;
    }
}

.checkerboard-image-wrap {
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;

    @media(max-width:768px) {
        min-height: 320px;
        max-height: 320px;
    }
}

.checkerboard-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.reviews-section{
    padding: 4rem 0 5rem;

    @media(max-width:1024px) {
        padding: 3rem 0 4rem;
    }

    @media(max-width:768px) {
        padding: 2.5rem 0 3rem;
    }
}

.reviews-section-inside{
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;

    @media(max-width:1149px) {
        width: 95%;
    }
}

.reviews-heading{
    text-align: center;
    font-size: 2.6rem;
    color: #498391;
    font-weight: 700;

    @media(max-width:1429px) {
        font-size: 2.3rem;
    }

    @media(max-width:1024px) {
        font-size: 2rem;
    }

    @media(max-width:768px) {
        font-size: 1.7rem;
    }
}

.reviews-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.review-card{
    flex: 1 1 280px;
    max-width: 360px;
    border: 2px solid #f2f6f7;
    border-radius: 0;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
    background-color: #fff;

    @media(max-width:768px) {
        max-width: 100%;
    }
}

.review-stars{
    display: flex;
    gap: 0.25rem;
}

.review-star{
    width: 20px;
    height: 20px;
    fill: #498391;
}

.review-text{
    font-size: 0.95rem;
    line-height: 1.6;
    color: #000;
}

.review-footer{
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.review-avatar{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.review-name{
    font-weight: 600;
    color: #000;
}

.reviews-button{
    align-self: center;
    margin-top: 1rem;
}

.footer {
    background-color: #498391;
    padding: 4rem 0;
    display: flex;
    gap: 2rem;


    @media(max-width:1024px) {
        padding: 2rem;
    }

    @media(max-width:768px) {
        padding: 1rem;
    }

    @media(max-width:499px) {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.footer-inside{
    width: 85%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto;

    @media(max-width:1149px) {
        width: 95%;
    }
}

.footer-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    color: white;
    min-width: 360px;

    a{
        color: white;
    }

    @media(max-width:1024px) {
        gap: 1rem;

        p{
            font-size: .9rem;
        }
    }
}

.footer-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;

    @media(max-width:1429px) {
        gap: 2rem;
    }

    @media(max-width:768px) {
        gap: 1rem;
    }
}

.footer-winner-image{
    width: 140px;

    @media(max-width:1024px) {
        width: 100px;
    }

    @media(max-width:768px) {
        width: 80px;
    }
}

.footer-warranty-image{
    width: 140px;

    @media(max-width:1024px) {
        width: 90px;
    }
}

.footer-a-image { 
    width: 140px;

    @media(max-width:1024px) {
        width: 120px;
    }

    @media(max-width:768px) {
        width: 100px;
    }
}

#successContent {
    display: none;
    padding: 4rem;
    background-color: white;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    @media(max-width:1024px) {
        padding: 2rem;
    }
}

#thankYou {
    color: #498391;
    font-size: 4rem;
    font-family: "Bree Serif", serif;
    text-align: center;
    font-weight: 300;
    margin-top: 1rem;

    @media(max-width:1024px) {
       font-size: 2rem;
    }
  }
  
  #yourRequest {
    color: #498391;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 1rem;
    width: 100%;

    @media(max-width:1024px) {
        font-size: 1rem;
     }
  }
  
  #successCheckIcon {
    width: 200px;
    fill: #498391;
    margin-left: auto;
    margin-right: auto;
    display: block;

    @media(max-width:1024px) {
        width: 80px;
     }
  }

  .error-message {
    color: red;
    display: none;
    font-weight: 600;
    font-size: .9rem;

    @media(max-width:768px) {
        font-size: .7rem;
    }
  }