@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Theme Name: S.A.L. Shine
Author: facecube.dev
Author URI: https://facecube.dev
Version: 1.0
*/

:root{
    --color-1: #1982FC;
    --color-2: #F7F9FB;
    --color-3: #1A2E52;
    --color-4: #A3E635;
    --color-5: #FF7B00;
}

body, html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    overflow-x: hidden !important;
    width: 100%;
}
body{
    overflow-x: hidden !important;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
}
header{
    z-index: 999;
    background-color: var(--color-2);
}
.header__logo{
    width: 72px;
    height: 72px;
    margin: 6px 0;
}
.nav-item{
    color: var(--color-3);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 12px;
}
.nav-item a{
    color: var(--color-3) !important;
}
.nav-item:last-child{
    background-color: var(--color-1);
    margin-left: 12px;
}
.nav-item:last-child a{
    color: var(--color-2)!important;
}
.depth_0 .nav-item:last-child{
    background-color: var(--color-2) !important;
    margin-left: 0;
}
.depth_0 .nav-item:last-child a{
    color: var(--color-3) !important;
}
.depth_0{
    border-radius: 0;
    background-color: var(--color-2);
    border: 0;
}
.nav-link{
    padding: 0!important;
}
.navbar-toggler{
    border: 0;
    box-shadow: none;
}
.navbar-toggler:focus{
    box-shadow: none;
    border: 0;
}
.hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 750px;
    margin-top: 84px;
}
.hero h1{
    color: var(--color-2);
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: normal;
}
.hero p{
    color: var(--color-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 22px;
}
.hero__contentWrapper{
   background: linear-gradient(101deg, rgba(0, 0, 0, 0.20) 0.04%, #999 99.96%);
   padding: 16px 16px 26px 16px;
}
.hero a{
    background-color: var(--color-1);
    color: var(--color-2);
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 10px 14px;
}
.hero a:hover{
    background-color: var(--color-2);
    outline: solid 2px var(--color-1);
    color: var(--color-3);
    transition: ease-in-out 0.1s;
}

.hero__decorationBar{
    width: 128px;
    height: 4px;
    background-color: var(--color-1);
    margin: 0 0 12px 0;
    padding: 0;
}
.floatingBar{
    position: absolute;
    bottom: -72px;
    height: 134px;
    background: linear-gradient(0deg, var(--color-3, #1A2E52) -237.53%, var(--color-1, #1982FC) 100%);
    display: flex;
    border-radius: 6px;
    padding: 10px 45px;
    align-items: center;
    gap: 68px;
}
.floatingBar__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--color-2);
    font-size: 16px;
    font-weight: 500;
    gap: 16px;
}
.floatingBar__decorationBar{
    width: 1px;
    height: 85px;
    background-color: var(--color-2);
}
.about{
    margin-top: 192px;
}
.about__content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.about__content h2{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
}
.about__content h2::before{
    content: "";
    width: 90px;
    height: 4px;
    background-color: var(--color-1);
    position: absolute;
    left: 0;
    bottom: -8px;
}
.about__content p{
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin: 0;
    padding: 0;
}
.about__content a{
    background-color: var(--color-1);
    color: var(--color-2);
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 10px 14px;
    width: fit-content;
}
.about a:hover{
    background-color: var(--color-2);
    outline: solid 2px var(--color-1);
    color: var(--color-3);
    transition: ease-in-out 0.1s;
}
.services{
    margin-top: 120px;
}
.services h2{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 64px auto;
}
.services h2::before{
    content: "";
    width: 90px;
    height: 4px;
    background-color: var(--color-1);
    position: absolute;
    bottom: -8px;
}
.service h3{
    color: var(--color-3);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 24px;
}
.service p{
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin: 0;
}
.service{
    padding: 0 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-decoration: none;
}
.service a{
    text-decoration: none;
}
.service__icon{
    background-color: var(--color-1);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parallax1{
    min-height: 500px;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 120px 0 0 0;
}
.parallax__content{
    background-color: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 24px 48px;
}
.parallax__content h3{
    font-size: 24px;
    color: var(--color-3);
    font-weight: 400;
    text-align: center;
    line-height: normal;
    margin: 0;
}
.parallax__content p{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    margin: 0;
}
.parallax__content a{
    font-size: 16px;
    font-weight: 500;
    color: var(--color-2);
    background-color: var(--color-1);
    padding: 10px 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}
.parallax__content a:hover{
    background-color: var(--color-2);
    outline: solid 2px var(--color-1);
    color: var(--color-3);
    transition: ease-in-out 0.1s;
}
.howwework{
    background-image: url("assets/images/bubbles.png");
    background-color: rgba(255,255,255,0.9);
    background-blend-mode: lighten;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    padding-top: 120px;
}
.howwework h2{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 64px auto;
}
.howwework h2::before{
    content: "";
    width: 90px;
    height: 4px;
    background-color: var(--color-1);
    position: absolute;
    bottom: -8px;
}
.howweworkWrapper{
    display: flex;
    flex-direction: column;
}

.howwework__step{
    width: 636px;
    display: flex;
    gap: 24px;
    padding-right: 24px;
}
.howweworkwrapper > .howwework__step:nth-child(odd){
  align-self:flex-start;
  text-align:left;
}
.howweworkwrapper > .howwework__step:nth-child(even){
  align-self:flex-end;
  text-align:right;
  flex-direction:row-reverse;
  padding-right: 0;
  padding-left: 24px;
}
.howweworkwrapper > .howwework__step:nth-child(even) p{
    text-align: start;
}
.howweworkwrapper > .howwework__step:nth-child(even) h3{
    text-align: start;
}
.howwework__stepNumber{
    font-size: 200px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: rgba(26, 46, 82, 0.70);
}
.howwework__describe{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.howwework__describe h3{
    color: var(--color-3);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.howwework__describe p{
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.accordion-button{
    color: var(--color-3);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: var(--color-2);
}
.accordion-button:not(.collapsed){
    background-color: var(--color-2);
    box-shadow: none;
}
.accordion{
    border-radius: 0;
    border: 0;
}
.accordion-item{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
}
.accordion-item:last-child{
    border-bottom: 0;
}
.accordion-button:focus{
    box-shadow: none;
}
.faq{
    margin-bottom: 120px;
}
.faq h2{
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 64px auto;
}
.faq h2::before{
    content: "";
    width: 90px;
    height: 4px;
    background-color: var(--color-1);
    position: absolute;
    bottom: -8px;
}
.footer{
    background: linear-gradient(180deg, var(--color-1, #1982FC) 0%, var(--color-3, #1A2E52) 152.54%);
    color: var(--color-2);
    padding: 24px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer a{
    color: var(--color-2);
    text-decoration: none;
}
.footer h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.footer__sc{
    display: flex;
    gap: 24px;
}
.footer__leftColumn{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
}
.footer__rightColumn{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.facecube{
    height: 25px;
    width: 25px;
    margin-left: 12px;
}
.copy{
    margin-top: 24px;
    font-size: 12px;
}
.page, .single{
    margin-top: 84px;
    line-height: 200%;
}
.single h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 48px;
    margin-bottom: 48px;
}
.single h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.single h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page h1{
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 48px;
    margin-bottom: 48px;
}
.page h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.page h3{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact__leftColumn{
    background-image: url("assets/images/contact.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact__rightColumn{
    padding: 48px;
}
.contact__rightColumn label{
    width: 100%;
    color: var(--color-3);
}
.contact__rightColumn input{
    width: 100%;
    border-radius: 0;
    border: solid #b9b9b9 1px;
    padding: 6px;
}
.contact__rightColumn input:active{
    border-radius: 0;
    outline: 0;
}
.contact__rightColumn input:focus{
    border-radius: 0;
    outline: 0;
}
.contact__rightColumn textarea{
    width: 100%;
    border-radius: 0;
    border: solid #b9b9b9 1px;
}
.contact__rightColumn textarea:focus{
    border-radius: 0;
    outline: 0;
}
.contact__rightColumn textarea:active{
    border-radius: 0;
    outline: 0;
}
.contact__rightColumn input[type="submit"]{
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-2);
    background-color: var(--color-1);
    padding: 10px 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    border: 0;
    float: right;
}
.contact h1{
    color: var(--color-3);
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 64px auto;
}
.contact h1::before{
    content: "";
    width: 90px;
    height: 4px;
    background-color: var(--color-1);
    position: absolute;
    bottom: -8px;
}
.contact p{
    color: #666;
}
.contact dd{
    color: #666;
}
.contact dt{
    color: var(--color-3);
}
.contact dd a{
    color: #666;
    text-decoration: none;
}
.wpcf7-acceptance span.wpcf7-list-item label span{
    width: 100%;
}
.wpcf7-acceptance{
    width: 100%;
}
.wpcf7-list-item{
    width: 100%;
    margin: 0;
}
.wpcf7-acceptance span.wpcf7-list-item label input{
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 5px;
}
.single__hero{
    background-image: url("assets/images/hero.webp");
    background-color: #1a2e52b2;
    background-blend-mode: multiply;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--color-2);
}
.single__contact{
    background-color: var(--color-3);
    padding: 48px 0;
}
.single__contact h2{
    color: var(--color-2);
}
.single__contact label{
    width: 100%;
    color: var(--color-2);
}
.single__contact input{
    width: 100%;
    border-radius: 0;
    border: solid #b9b9b9 1px;
    padding: 6px;
}
.single__contact input:active{
    border-radius: 0;
    outline: 0;
}
.single__contact input:focus{
    border-radius: 0;
    outline: 0;
}
.single__contact textarea{
    width: 100%;
    border-radius: 0;
    border: solid #b9b9b9 1px;
}
.single__contact textarea:focus{
    border-radius: 0;
    outline: 0;
}
.single__contact textarea:active{
    border-radius: 0;
    outline: 0;
}
.single__contact input[type="submit"]{
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-2);
    background-color: var(--color-1);
    padding: 10px 14px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    border: 0;
    float: right;
}
.single__contact p{
    color: var(--color-2);
}
.single__contact dd a{
    color: var(--color-2);
    text-decoration: none;
}
.single__contact dd{
    margin: 0;
}
.single__contact dl div{
    background-color: var(--color-2);
    border-radius: 6px;
    width: 75%;
    padding: 24px;
    margin: 12px 0;
}
.single__contact dl div a{
    color: var(--color-1);
}
.single__contact dl div img{
    filter: brightness(0) saturate(100%) invert(36%) sepia(92%) saturate(1508%) hue-rotate(197deg) brightness(97%) contrast(105%);
}
.single__CTA div a{
    background-color: var(--color-1);
    color: var(--color-2);
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    padding: 10px 14px;
    width: fit-content;
    border-radius: 0;
    margin-bottom: 24px;
}
@media screen and (max-width: 460px){
    .nav-item:last-child{
        width: fit-content;
    }
    .hero{
        height: 650px;
    }
    .hero h1{
        font-size: 24px;
    }
    .nav-item:last-child{
        margin-bottom: 12px;
    }
    .floatingBar{
            padding: 10px 12px;
            gap: 0;
            width: calc(100% - 24px);
            justify-content: space-between;
            margin-left: auto;
            margin-right: auto;
    }
    .floatingBar__item{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .floatingBar__item img{
        width: 60px;
        height: 60px;
    }
    .about__content h2{
        font-size: 24px;
        margin-top: 24px;
    }
    .services h2{
        font-size: 24px;
    }
    .service h3{
        font-size: 20px;
    }
    .parallax1 h3{
        font-size: 20px;
    }
    .parallax1{
        background-attachment: scroll;
    }
    .parallax__content{
        padding: 24px 12px;
    }
    .howwework h2{
        font-size: 24px;
    }
    .howwework__step{
        width: 100%;
        padding: 0;
    }
    .howweworkwrapper > .howwework__step:nth-child(even){
        padding: 0;
    }
    .howwework__describe{
        gap: 0;
    }
    .howwework__stepNumber{
        font-size: 180px;
    }
    .howwework__describe h3{
        font-size: 20px;
    }
    .howwework__describe p{
        font-size: 14px;
    }
    .faq h2{
        font-size: 22px;
    }
    .accordion-button{
        font-size: 16px;
    }
    .contact__rightColumn{
        padding: 24px 12px;
    }
    .contact__leftColumn{
        height: 350px;
    }
    .single h1{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 48px;
    margin-bottom: 48px;
    }
    .single h2{
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .single h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .page h1{
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .page h2{
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .page h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .single__hero{
        height: 250px;
    }
    .single__contact dl div{
        width: 100%;
    }
}