/* styles.css */

html {
    scroll-behavior: smooth;
    background: #FCFAEE;
    /*background: #F2F1EB;*/
    margin: 0;
    padding: 0;
}



.content {
    max-width: 1600px;
    margin: auto;
}


body {
    font-family: Ovo;
    margin: 0;
    padding: 0;
    text-align: center;
}

.title-page {
    position: relative;
    text-align: center;
    color: whitesmoke;
    /*background: linear-gradient(180deg, rgb(28, 57, 61) 60%, rgba(252, 250, 238, 1) 100%);*/
    background-color: rgb(99, 77, 67);  /* #7a8d6f */
    height: 100vh;
    width: auto;
}


.title-image {
    width: 100%;
    opacity: 1000%;
    filter: blur(1px) brightness(70%);
    height: 60vw;
    object-fit: cover;
}


.title-animation {
    width: 30rem;
    position: absolute;
    top: 45%; 
    left: 50%; 
    transform: translate(-50%, -53%); 
    font-size: 4.2vw; 
    text-align: center;
    font-family: Square Peg;
}


.subtitle-text-1 {
    position: absolute;
    top: 55%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 3rem; 
    text-align: center;
    font-family: Square Peg;
}


.subtitle-text-2 {
    position: absolute;
    top: 70%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    font-size: 1.5rem; 
    text-align: center;
    letter-spacing: 1vw;
    width: 100%;
    font-family: Ovo;
}


section {
    padding: 1.5vh 0;
}

section h1 {
    margin-bottom: 1.5vh;
    font-size: 2rem;
}

section h2 {
    margin-bottom: 1.5vh;
    font-size: 1.4rem;
}

section p {
    font-size: 1rem;
    line-height: 1.5;
}

.hidden {
    opacity: 0%;
    transition: all 1.5s;
}


.show {
    opacity: 100%;
}

.sectiongap {
    margin-top: 5vh;
}


.line {
    height: auto;
    width: 80%;
    margin: auto;
    background-size: 100%;
}

.line-animation {
    height: auto;
    width: 60%;
    margin: auto;
    margin-bottom: 5vh;
    background-size: 100%;
}

footer {
    padding-top: 3vw;
    color: #f5f5f5;
    background-color: rgb(28, 27, 27);
    width: 100%;
}

footer > div {
    align-items: center;
    flex-direction: column;
    align-content: center;
    display: flex;
    padding: 0 0;
    margin: auto;
    gap: 2vw;
    font-size: 0.8rem;
}


.footer-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-content: flex-start;
    width: 100%;
    text-align: left;
}



.footer-content > div > p, .footer-content > div > a > p  {
    padding: 0vw 0vw;
}

.footer-content > div > h2 {
    font-size: 1.1rem;
}


.footer-content > div > a {
    color: whitesmoke;
    text-decoration: none;
}


.footer-content > div > a > p:hover {
    color: white;
    animation: underline 1s ease-in-out;
    text-decoration: underline;
    transition: 1s;
    width: max-content;
}


.socials-bar-footer {
    display: flex;
    margin-top: 1vw;
    margin-bottom: 1vw;
    gap: 3vw;
    justify-content: left;
}


.socials-bar-footer  .fa {
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
  }
  
/* Add a hover effect if you want */
.socials-bar-footer  .fa:hover {
    opacity: 0.7;
}
  

.socials-bar-footer  .fa-instagram {
    color: whitesmoke;
}

.socials-bar-footer  .fa-linkedin {
    color: whitesmoke;
}

.socials-bar-footer  .fa-facebook {
    color: whitesmoke;
}

.copyright {
    background-color:rgb(53, 40, 34);
    width: 100%;
    margin: 0;
    padding: 0;
}



@media screen and (max-width: 720px) {
    section h1 {
        font-size: 1.4em;
    }
    
    section h2 {
        font-size:  1.2em;
    }

    .line-animation {
        width: 80%;
    }

    .footer-content > div {
        width: 35%;
        padding-left: 12vw;
    }

    .footer-content {
        text-align: left;
        align-items: flex-start;
    }

    .socials-bar-footer {
        justify-content: left;
    }

    footer > div {
        font-size: 0.6rem;
    }

    .footer-content > div > h2 {
        font-size: 1rem;
    }

    .socials-bar-footer  .fa {
        font-size: .8rem;
    }
    
    
    .title-animation {
        width: 18rem;
    }
    
    
    .subtitle-text-1 {
        font-size: 1.3rem; 
    }
    
    
    .subtitle-text-2 {
        font-size: .9rem; 
    } 

}

@media screen and (orientation: landscape)  and (max-height: 500px) {
    .title-animation {
        width: 12rem;
    }
}

@media screen and (max-width: 400px) {
    .subtitle-text-2 {
        font-size: .7rem;
    }
}

/* Trustpilot Button Styling */
.trustpilot-widget,
div[data-businessunit-id="672a6994fd6c501fe3411567"] {
    margin-top: 30px !important;
    text-align: center !important;
}

.trustpilot-widget a,
.trustpilot-widget a:visited,
.trustpilot-widget a:link,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a:visited,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a:link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.8rem 1.5rem !important;
    background: linear-gradient(135deg, #00b67a 0%, #00a870 100%) !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 182, 122, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
}

.trustpilot-widget a::before,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a::before {
    content: "★" !important;
    font-size: 1.2rem !important;
    color: #ffce00 !important;
    margin-right: 0.3rem !important;
}

.trustpilot-widget a:hover,
.trustpilot-widget a:focus,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a:hover,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a:focus {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 182, 122, 0.4) !important;
    background: linear-gradient(135deg, #00a870 0%, #009a66 100%) !important;
    color: white !important;
    text-decoration: none !important;
}

.trustpilot-widget a:active,
div[data-businessunit-id="672a6994fd6c501fe3411567"] a:active {
    transform: translateY(-1px) !important;
}