html, body {overflow-x: hidden !important;width: 100vw !important;}

@font-face {
    font-family: 'moontimeregular';
    src: url(FontsFree-Net-MoonTime-Regular-1.ttf);
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3)), url(Images/crossraods-in-life.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 0% 10%;
    justify-content: space-between;
    align-items: center;
}

nav img{
    width: 150px;
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 25px;
    position: relative;
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: rgb(241, 106, 76);
    display:block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1{
    font-size: 25px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 50px;
    color: white;
    line-height: 1.25;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: black;
    border: 1px solid black;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.text-box .hero-btn{
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border:1px solid rgb(241, 106, 76);
    background: rgb(241, 106, 76);
    transition: 1s;
}

.portalbtn{
    background-color: rgb(241, 106, 76);
    color: white;
    padding: 0.5rem 1rem;
    border:none;
    outline: none;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    cursor: pointer;
}

nav .fa {

    display:none;
}

@media(max-width:700px) {
    .text-box h1{
        font-size: 20px;
    }
    .text-box p{
        margin: 10px 0 40px;
        font-size: 30px;
        color: white;
        line-height: 1.25;
    }
    .nav-links ul li{
        display: block;
    }

    nav img{
        width: 100px;
    }

    .nav-links{
        position: fixed;
        background: #192c3e;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }

    .nav-links ul {
        padding: 30px;
    }
}

/* Intro home */
.intro{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro p{
    margin: 10px 0 40px;
    font-size: 27px;
    color: black;
    line-height: 1.5;
}

@media(max-width: 700px){
    .intro p{
        margin: 10px 0 40px;
        font-size: 20px;
        color: black;
        line-height: 1.5;
    }    
}
/* Services home */
.services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

h1{
    font-size: 36px;
    font-weight: 600;
}

p{
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.services-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.services-col img{
    width: 100%;
    border-radius: 10px;
}

.services-col p{
    padding:0;
}

.services-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

@media(max-width: 700px) {
    .row{
        flex-direction: column;
    }
}

.quote{
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3)), url(Images/quote-image.jpeg);

    /* background-color: rgb(197, 197, 197); */
}
.quote p{
    color: white;
    font-size: x-large;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    font-weight: bold;
    line-height: 1.5;
}


/* Services Page */
.sub-header-services{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3)), url(Images/services.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.services-text{
    background-color: rgba(24, 86, 56, 0.427);
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.services-text h1{
    font-size: 45px;
    padding-bottom: 10px;
    text-align: center;
}

.services-text p{
    width: 80%;
    margin: auto;
    font-size: 20px;
    line-height: 1.5;
    color: black;
    padding-bottom: 30px;
}

.overview a{
    color: rgba(24, 86, 56, 0.78);
}
.overview{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;   
}

.overview h1{
    font-size: 45px;
    padding-bottom: 10px;
    text-align: center;
}

.insurance{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.insurance h1{
    font-size: 45px;
    padding-bottom: 10px;
    text-align: center;
}

.insurance p{
    width: 80%;
    margin: auto;
    font-size: 20px;
    line-height: 1.5;
    color: black;
    padding-bottom: 30px;
}

.insurance .hero-btn{
    text-align: center;
    margin-left: 40%;
}

.process{
    background-color: rgba(24, 86, 56, 0.427);
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.process h1{
    font-size: 45px;
    padding-bottom: 25px;
    text-align: center;
}

.process h2{
    font-size: 23px;
    text-align: center;
}

.process p{
    width: 80%;
    margin: auto;
    font-size: 20px;
    line-height: 1.5;
    color: black;
    padding-bottom: 30px;
}

@media(max-width:700px) {
    .services-text p{
        font-size: 20px;
    }
    .services-text{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .methods h1{
        font-size: 35px;
    }

    .process p{
        font-size: 15px;
    }

    .process h1{
        font-size: 35px;
    }

    .process h2{
        font-size: 20px;
    }
    
    .process{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .fit p{
        font-size: 17px;
    }
    
    .insurance h1{
        font-size: 35px;
    }

    .insurance p{
        font-size: 15px;
    }

    .insurance{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .insurance .hero-btn{
        margin-left: 20%;
    }

    .overview .accordion{
        max-width: 100%;
    }
}

/* Contact Page */
.sub-header-contact{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3)), url(Images/quote-back.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.contact{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-col h1{
    padding-top: 0;
}

.contact-col p{
    padding: 15px 0 25px;
    font-size: 22px;
    line-height: 1.25;
    color: black;
}

.contact-col a{
    color: rgba(24, 86, 56, 0.78);
}

.contact-col{
    flex-basis: 48%;
    padding: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

/* Contact form styling */
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid black;
}
/* :root{
    --font-color:#555;
    --font-hover-color:orange;

}
.forms{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    font-family:"Raleway", sans-serif;
}

.container{
    width:500px;
}
.form-group{
    margin-bottom: 1.5em;
}
.form-label{
    font-size: .75em;
    color:var(--font-color);
    display:block;
    opacity: 1;
}
.form-control{
    box-shadow:none;
    border-radius:0;
    border-color:#ccc;
    border-style:none none solid none;
    width:100%;
    font-size:1.25em;
}
.form-control::placeholder{
    color:#aaa;
}
.form-control:focus{
    box-shadow:none;
    border-color:var(--font-hover-color);
    outline:none;
}
.btnSubmit{
    background: 0 0 #fff;
    border:1px solid #aaa;
    border-radius:3px;
    color:var(--font-color);
    font-size:1em;
    padding:10 50px;
    text-transform: uppercase;
}
.btnSubmit:hover{
    border-color:var(--font-hover-color);
    color:var(--font-hover-color);
}
textarea{
    resize:none;
} */

/* Contact form styling */
/* .contact-form input, .contact-form textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid black;
    box-sizing: border-box;
} */

/* About home */
.about{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background-color: rgba(24, 86, 56, 0.427);
}

h1{
    font-size: 50px;
    font-weight: 600;
}

.about p{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    padding: 15px;
    width: 80%;
    padding-bottom: 0%;
}

.about-col img{
    width: 25%;
    border-radius: 50%;
}

.about-col{
    border-radius: 10px;
    margin-bottom: 5%;
}

@media(max-width:700px) {
    h1{
        font-size: 20px;
        font-weight: 600;
    }
    .about p{
        font-size: 15px;
    }
    .about-col img{
        width: 50%;
        border-radius: 50%;
    }
}
/* Contact Home */
.contact-home{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background-color: rgba(24, 86, 56, 0.427);
}

h1{
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 20px;
}

.contact-home p{
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    margin: auto;
    padding: 15px;
    width: 80%;
    padding-bottom: 3%;
}

.contact-home .contact-buttons{
    padding-bottom: 5%;
}

@media(max-width:700px) {
    h1{
        font-size: 50px;
        font-weight: 600;
    }
    .contact-home p{
        font-size: 15px;
    }
}

/* About Page */
.sub-header-about{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3)), url(Images/about\ header.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
    position: relative;
}

.about-intro{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-intro-col{
    flex-basis: 48%;
    padding: 30px 2px;
}

.about2-col img{
    width: 80%;
    border-radius: 15px;
}

.about-intro-col h1{
    padding-top: 0;
}

.about-intro-col p{
    padding: 15px 0 25px;
    font-size: 25px;
    line-height: 1.5;
}
.about2-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.methods{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(57, 109, 154, 0.713);
    color: white;
}

.methods p{
    width: 80%;
    margin: auto;
    font-size: 23px;
    line-height: 1.5;
    color: white
}

.fit{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fit h1{
    font-size: 30px;
    padding-bottom: 10px;
}

.fit p{
    width: 80%;
    margin: auto;
    font-size: 20px;
    line-height: 1.5;
    color: black;
    padding-bottom: 30px;
}

.hobbies{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(57, 109, 154, 0.713);
}

.hobbies h1{
    font-size: 30px;
    padding-bottom: 10px;
    color: white;
}

.hobbies p{
    width: 80%;
    margin: auto;
    font-size: 20px;
    line-height: 1.5;
    color: white;
    padding-bottom: 30px;
}

.hobbies img{
    width: 45%;
    border-radius: 45px;
}

@media(max-width:700px) {
    .about-intro p{
        font-size: 20px;
    }
    .about-intro{
        padding-top: 6px;
    }

    .methods p{
        font-size: 15px;

    }

    .methods h1{
        font-size: 35px;
    }

    .hobbies p{
        font-size: 15px;
    }

    .hobbies h1{
        font-size: 35px;
    }

    .hobbies img{
        width: 80%;
    }

    .fit p{
        font-size: 17px;
    }
}
/* FAQ Page */
.sub-header-faq{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0.3), hsla(0, 0%, 0%, 0.3)), url(Images/faq.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}

.accordion{
    margin: 35px auto;
    width: 900px;
}

.accordion li{
    list-style: none;
    width: 100%;
    margin: 20px;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15), 
                -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
}

.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

label::before{
    content:"+";
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}

input[type="radio"]{
    display: none;
}

.accordion .content{
    color: #555;
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}

.accordion .content p{
    font-size: 18px;
}

.accordion .content a{
    color: rgba(24, 86, 56, 0.78);
}

.accordion input[type="radio"]:checked + label + .content{
    max-height: 1100px;
    padding: 10px 10px 20px;
}

.accordion input[type="radio"]:checked + label::before{
    content: '-';
}

@media(max-width:700px) {
    .dropdown .accordion{
        max-width: 75%;
    }   
}

/* FOOTER */
.footer{
   background-color: black;
   color: white;
   display: flex;
   flex-direction: column;
   /* width: 100%;
   position: relative;
   bottom: 0px;
   text-align: center; */
}

.logo{
    width: 100px;
}
.container{
    display: flex;
    gap: 20px;
    padding: 50px 20px;
}

.container h3{
    margin-bottom: 20px;
    font-size: 20px;
}

.disc p{
    color: white;
}

.disc{
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}

.navigation{
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}

.navigation ul{
    list-style-type: none;
    line-height: 1.6;
}

.navigation a{
    color: white;
    text-decoration: none;
}

.navigation a:hover{
    color: #ffffff;
    padding-left: 8px;
    transition: all 0.3s ease;
}
.social{
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center;
}

.social ul{
    list-style-type: none;
    line-height: 2;
}

.social a{
    color: white;
    text-decoration: none;
}

.social a:hover{
    color: #ffffff;
    padding-left: 8px;
    transition: all 0.3s ease;
}

.copyright{
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid gray;
}

.seal{
    width:130px;
}

.sx-verified-seal{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media only screen and (max-width: 760px) {
    .container{
        flex-direction: column;
    }
}

/* Terms */
.sub-header-terms{
    height: auto;
    width: 100%;
    background-color: black;
}

.terms{
    margin-left: 25px;
    margin-right: 25px;
}
.terms h1{
    padding-top: 20px;
    font-size: 23px;
    text-align: center;
}

.terms p{
    color: black;
}

.terms ul li{
    margin-left: 25px;
}
.terms h2{
    font-size: 18px;
    text-decoration: underline;
    padding-left: 10px;
}
.terms ol li{
    margin-left: 25px;
}