body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: white;
    font-family: 'Helvetica', Arial, sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

header {
    position: relative;
    z-index: 100;
    background-color: white;
}


/* NAVBAR SECTION */
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 48px;
    background-color: white;
}

.logo-container img {
    height: 50px;
    display: block;
}

nav {
    display: flex;
    gap: 20px;
}

nav a {
    font-size: 16px;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: 400;
    color: #0e0e0e;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.nav-item{
    padding: 0 0.5rem;
}

.navbar-nav .underline-hover {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

nav a.underline-hover {
    position: relative;
}

nav a.underline-hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #0e0e0e;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

nav a.underline-hover:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

nav a.contact-button {
    border: 1px solid #0e0e0e;
    padding: 6px 21px !important;
    transition: box-shadow 0.3s ease;
    display: inline-flex;
}

nav a.contact-button:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

nav a.book-button {
    background-color: #0e0e0e;
    color: white;
    border: 1px solid #0e0e0e;
    display: inline-flex;
    padding: 6px 21px !important;
    transition: background-color 0.4s ease;
}

nav a.book-button:hover {
    background-color: white;
    color: #0e0e0e !important;
}

.book-button {
    color: white !important;
}

.navbar-collapse {
    flex-grow: inherit !important;
}

nav {
    background: white;
    width: 100%;
    padding: 10px !important;
}

nav .container-fluid {
    padding: 0;
}

.navbar-nav {
    gap: 10px;
    align-items: center;
}


/* HOME SECTION */
.home-page {
    background: #0e0e0e;
    height: calc(100vh - 67.5px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-section {
    text-align: left;
    margin-left: 100px;
    flex: 1;
}

.main-text {
    font-size: 48px;
    font-weight: 500;
    color: white;
    margin-bottom: 30px;
    line-height: 1;
}

.sub-text {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.5;
    margin-bottom: 30px;
}

.swiper-container {
    width: 40%;
    height: 95%;
    overflow: hidden;
}


/* ABOUT SECTION */
.about-page {
    display: flex;
    height: 100vh;
    background-color: white;
}

.about-left-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.about-image-container {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 170px;
}

.about-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transform: scale(0.8);
}

.about-right-container {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.about-text-container {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    margin: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    padding-right: 170px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-title {
    font-size: 40px;
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 15px;
}

.about-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #7f7f7f;
    line-height: 1.5;
    margin-top: 15px;
}


/* MISSION SECTION */
.mission-page {
    background-color: white;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mission-top {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* height: 25vh; */
}

.mission-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.mission-title-container h2 {
    font-size: 40px;
    font-weight: 500;
    color: #0e0e0e;
    margin: 0;
}

.mission-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 75vh; */
    padding: 0 150px;
}

.three-containers-wrapper {
    display: flex;
    justify-content: space-between; 
    align-items: baseline; 
    gap: 15px;
    width: 100%; 
    /* margin-bottom: 150px; */
}

.container-item {
    display: flex;
    flex-direction: column;  
    justify-content: center; 
    align-items: center;     
    flex: 1; 
    margin: 0 20px;
    text-align: center;
}

.container-item p {
    text-align: justify;  
    font-size: 18px;
    color: #0e0e0e;
}

.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-text-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.text-container {
    font-size: 22px;
    font-weight: 400;
    color: #0e0e0e;
}

.svg-container svg {
    width: 35px; 
    height: auto; 
    transition: transform 0.3s ease;
}

.svg-container svg:hover {
    transform: scale(1.1);
}


/* CONTACT SECTION */
#contact-section {
    display: flex;
    background-color: white; 
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.contact-left-section {
    width: 50%;
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start; 
    color: #0e0e0e;
    flex-direction: column;
}

.contact-left-container {
    text-align: left;
    margin-left: 100px;
    margin-top: 20px;
}

.contact-left-container .title {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-left-container .subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #7f7f7f;
}

.contact-info {
    font-size: 18px; 
    font-weight: 400; 
    color: #0e0e0e;
    margin-left: 100px;
    margin-top: 50px;
    flex-direction: column;
}

.contact-item {
    display: flex; 
    align-items: center; 
    margin-bottom: 25px;
}

.contact-icon {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-icon svg {
    width: 100%;
    height: 100%;
}

.contact-right-section {
    width: 50%;
    display: flex;
    justify-content: flex-end; 
    align-items: flex-start;
}

.form-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; 
    margin-top: 30px;
    margin-right: 100px;
}

label {
    font-size: 14px; 
    font-weight: 400; 
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #0e0e0e;
    font-size: 15px;
    box-sizing: border-box; 
    background-color: white;

}

input[type="text"],input[type="email"]{
    height: 30px;
}

input[type="checkbox"] {
    margin-right: 2px;
}

textarea#message {
    height: 150px; 
    resize: none;
}

textarea::placeholder {
    font-size: 14px; 
    color: #7f7f7f; 
}

.submit-button {
    background-color: #0e0e0e;
    color: white;
    padding: 12px 12px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    width: 110px;
    align-self: flex-start;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #3b3b3b;
}


/* BOOK SECTION */
.book-page {
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.book-container {
    text-align: center;
    max-width: 100%;
}

.book-title {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}

.book-subtext {
    font-size: 18px;
    margin-bottom: 50px;
    color: #7f7f7f;
}

.book-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.book-button-book {
    background-color: #0e0e0e; 
    color: white; 
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid #0e0e0e;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.book-button-book:hover {
    background-color: white; 
    color: #0e0e0e;
}

.book-button-devis {
    background: none;
    border: 1px solid transparent;
    color: #0e0e0e; 
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.book-button-devis:hover {
    border-color: #0e0e0e; 
}


/* FOOTER SECTION */
.footer-separator {
    height: 1px; 
    background-color: #0e0e0e; 
    margin: 0 auto;
    width: 95%;
}

.footer-section {
    width: 92%;
    margin: auto;
    height: 100px;
    background-color: white; 
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    flex-direction: row;
    /* position: relative; */
    box-sizing: border-box; 
}

.footer-left {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white;
}

.footer-logo {
    height: 50px;
    display: block;
}

.footer-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
}

.footer-center p{
    margin-bottom: 0;
}

.footer-link {
    color: #0e0e0e;
    text-decoration: none;
    position: relative;
    line-height: 1;
}

.footer-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px; 
    background-color: #0e0e0e; 
    bottom: 0; 
    left: 0;
    transform: scaleX(1); 
    transform-origin: left;
    transition: transform 0.3s ease; 
}

.footer-link:hover {
    color: #0e0e0e;
}

.footer-link:hover::after {
    transform: scaleX(0); 
    transform-origin: right; 
}

.footer-link:not(:hover)::after {
    transform: scaleX(1); 
    transform-origin: left; 
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.footer-social-icon {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 18px;  
    height: 18px; 
    transition: transform 0.3s ease; 
}

.footer-social-icon svg {
    width: 100%;  
    height: 100%; 
}

.youtube-icon {
    width: 23px;  
    height: 23px; 
}

.footer-social-icon:hover {
    transform: scale(0.8); 
}


/* DEVIS PAGE */
.devis-page .form-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 50px auto;
}


/* MAIL PAGE */
.confirmation-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.confirmation-message, .error-message {
    font-size: 20px;
    font-weight: 500;
    color: #0e0e0e;
    margin-bottom: 20px;
}

.back-button {
    font-size: 16px;
    font-weight: 400;
    color: white;
    background-color: #0e0e0e;
    padding: 10px 20px;
    text-decoration: none;
}


/* NAVBAR HAMBURGER CROSS ANIMATION */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: black;
    display: block;
    transition: all 0.2s;
}

.middle-bar{
    margin: 5px auto;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: black;
}


/* RESPONSIVE */
@media (min-width: 993px) {
    nav a.contact-button {
        margin-left: 2px;
        margin-right: -5px;
    }
    nav a.book-button {
        margin-right: 40px;
    }
    .responsive-only {
        display: none;
    }
    .nav-item.dropdown {
        position: relative;
        z-index: 101;
        display: block;
    }
    .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: white;
        list-style: none;
        padding: 10px 0;
        margin: 0;
        border-radius: 0;
    }
    .dropdown-menu li a {
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        color: #0e0e0e;
        transition: color 0.3s ease;
    }
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
    .nav-item.dropdown .nav-link {
        color: #0e0e0e !important;
    }
    .nav-item.dropdown .dropdown-toggle::after {
        border-top-color: #0e0e0e !important;
        transition: transform 0.3s ease;
    }
    .nav-item.dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .dropdown-menu li a:hover {
        color: #8a8a8a;
    }
    .mission-top{
        margin: 0 0 100px 0;
    }
    .container-item{
        gap: 20px;
    }
    #contact-section{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 992px) {
    .logo-container {
        margin-left: 20px;
    }
    #navbarSupportedContent.fade-in-left {
        animation: none;
        opacity: 1;
    }
    .swiper-container{
        display: none;
    }
    .home-page .text-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home-page .text-section a{
        width: fit-content;
    }
    .navbar-nav {
        align-items: center;
        gap: 10px;
    }
    .navbar-nav li {
        width: fit-content;
    }
    .navbar-light .navbar-toggler{
        padding: 0;
        color: black;
        margin-right: 20px;
    }
    .nav-item.dropdown {
        display: none;
    }
    .responsive-only {
        display: block;
        text-align: center;
    }
    .dropdown-menu {
        display: none;
    }
    .responsive-only a {
        font-size: 16px;
        color: #0e0e0e;
        text-decoration: none;
        position: relative;
        padding: 0.5rem 1rem;
    }
    .responsive-only a.underline-hover::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #0e0e0e;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease-out;
    }
    .responsive-only a.underline-hover:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .home-page {
        flex-direction: column;
    }
    .text-section {
        margin: 0;
        padding: 2rem;
    }
    .swiper-container {
        margin: 0;
        width: 85%;
        padding-bottom: 2rem;
    }
    .about-page{
        flex-direction: column;
    }
    .about-left-container {
        width: 90%;
        height: 45%;
        display: flex;
        background-color: white;
        margin: 1rem auto;
    }
    .about-image {
        transform: scale(0.9);
    }
    .about-image-container, .about-text-container {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .about-right-container{
        width: 90%;
        height: 55%;
        display: flex;
        background-color: white;
        margin: 1rem auto;
    }
    .mission-bottom .three-containers-wrapper{
        flex-direction: column;
        margin: 0;
    }
    .mission-top{
        align-items: center;
        height: auto;
    }
    .mission-bottom{
        padding: 0 1.5rem;
    }
    .svg-text-wrapper{
        width: 220px;
        justify-content: center;
    }
    .mission-top{
        margin: 0 0 40px 0;
    }
    #contact-section{
        flex-direction: column;
    }
    .contact-left-section{
        height: auto;
        width: 88%;
    }
    .contact-left-container{
        margin: 20px 0 30px 0;
    }
    .contact-info{
        margin: 0 0 10px 0;
    }
    .contact-right-section{
        width: 100%;
    }
    .form-container{
        width: 88%;
        margin: 15px auto;
    }
    textarea#message{
        height: 180px;
    }
    .book-title {
        font-size: 36px;
    }
    p{
        font-size: 16px !important;
    }
    .footer-section {
        padding: 1rem;
        height: fit-content;
        display: flex;
        gap: 1rem;
        flex-direction: column;
    }
    .footer-left,.footer-right{
        margin: 0;
    }
    .devis-page .form-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .main-text {
        font-size: 45px;
    }
    .sub-text {
        font-size: 16px;
    }
    .contact-left-container .title{
        font-size: 40px;
    }
    .contact-left-container .subtitle {
        font-size: 16px;
    }
    .contact-info{
        font-size: 15px;
    }
    .book-container{
        padding: 0 2rem;
    }
    .footer-center{
        flex-direction: column;
    }
    /* REDUCING ELEMENTS FOR MOBILE */
    .mission-title-container h2{
        font-size: 36px;
    }
    .reviews-section h2 {
        font-size: 36px;
    }
    .reviews-section img {
        min-width: 90%;
    }
    .container-item p {
        font-size: 16px !important;
    }
    .about-title{
        font-size: 38px;
    }
    .svg-container svg{
        width: 28px;
    }
    .text-container {
        font-size: 20px;
    }
    .discover-button{
        padding: 9px 12px;
        font-size: 12px;
    }
    .submit-button{
        padding: 9px;
    }
    .book-button-book,.book-button-devis{
        padding: 10px 25px;
        font-size: 14px;
    }
    .top-container h2,.top-section h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 576px) {
    .main-text{
        font-size: 32px;
    }
    .sub-text{
        font-size: 14px;    
    }
    .about-title{
        font-size: 36px;
    }
    .reviews-section img {
        min-width: 99%;
    }
    .reviews-section a {
        font-size: 12px;
    }
    .contact-left-section {
        justify-content: center;
    }
    textarea#message{
        height: 135px;
    }
    .book-title {
        font-size: 34px;
    }
}

@media (max-width: 500px) {
    .three-containers-wrapper{
        gap: 0;
    }
    .svg-container {
        height: 44px;
    }
    textarea#message{
        height: 120px;
    }
    .mission-top {
        margin: 0 0 15px 0;
    }
    .contact-left-container .subtitle{
        font-size: 15.5px;
        line-height: 18px;
    }
    .contact-item{
        margin-bottom: 8px;
    }
    .contact-left-container {
        margin: 10px 0 15px 0;
    }
    .container-item{
        margin: 0;
    }
    .container-item p {
        font-size: 15px;
        line-height: 18px;
    }
    .about-title{
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .top-container h2,.top-section h1 {
        font-size: 36px !important;
    }
    .container-item p {
        line-height: 22px;
    }
    .contact-item{
        margin-bottom: 10px;
    }
    input[type="text"], input[type="email"] {
        height: 25px;
    }
    .contact-left-container .title{
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .mission-page {
        height: 125vh;
    }
}