.login-section{
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 8% ;
    background: #f4f4f4;
}
.login-container{
    width: 100%;
    max-width: 1050px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.login-image{
    position: relative;
}
.login-image img{
    width: 100%;
    height: 750px;
    object-fit: cover;
}
.login-form{
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-logo{
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-logo img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-bottom: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
.login-logo h2{
    color: #c9a227;
    font-size: 22px;
    letter-spacing: 2px;
    margin:8px 0 ;
}
.login-logo h1{
    font-size: 38px;
    color: #111;
    font-family: Georgia, serif;
   margin:8px 0 ;
}
.login-logo p{
    color: #111;
    font-size: 15px;
    margin-top: 8px;
}
.erreur{
    background: #fdeaea;
    color: #b30000;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
.input-box{
    margin-bottom: 22px;
}
.input-box label{
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #111;
}
.input-box input{
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    outline: none;
    font-size: 16px;
    transition: 0.3s;
}
.input-box input:focus{
    border-color: #c9a227;
    box-shadow: 0 0 10px rgba(201,162,39,0.3);
}
.password-box{
    position: relative;
}
.password-box span{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
}
.forgot-password{
    text-align: right;
    margin-bottom: 25px;
}
.forgot-password a{
    text-decoration: none;
    color: #c9a227;
    font-weight: bold;
}
.forgot-password a:hover{
    text-decoration: underline;
}
.login-form button{
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: #111;
    color: white;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s;
}
.login-form button:hover{
    background: #c9a227;
}

@media(max-width:900px){
    .login-container{
        grid-template-columns: 1f;
    }
    .login-image{
        height: 300px;
    }
    .login-form{
        padding: 35px;
    }
    .login-logo h1{
        font-size: 30px;
    }
}

@media(max-width:768px){

    .hero{
        height: auto;
        min-height: 420px;
        padding: 110px 6% 60px;
        margin-top: 0;
    }
    .hero-content{
        max-width: 100%;
    }
    .welcome{
        margin-top: 0;
        font-size: 14px;
        letter-spacing: 3px;
    }
    .hero-content h1{
        font-size: 32px;  
        line-height: 1.3;
    }
    .description{
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    .hero-buttons{
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }
    .hero-buttons .btn{
        width: 100%;
        text-align: center;
        padding: 14px 20px;
        font-size: 15px;
    }

    .about{
        grid-template-columns: 1fr;
        padding: 60px 6%;
        gap: 30px;
        text-align: left;
    }
    .about-image img{
        height: 220px;
    }
    .about-content h2{
        font-size: 26px;
        margin-bottom: 15px;
    }
    .about-content p{
        font-size: 15px;
        line-height: 1.7;
    }
    .about-content .btn{
        display: inline-block;
        width: auto;
        padding: 12px 25px;
        font-size: 14px;
        white-space: nowrap;
    }

    .section-title h2{
        font-size: 26px;
    }
    .section-title p{
        font-size: 16px;
    }
    .hotel-carousel{
        padding: 60px 5%;
    }
    .carousel{
        height: 220px;
    }
    .slide-text{
        bottom: 30px;
        width: 90%;
    }
    .slide-text h3{
        font-size: 24px;
        margin-bottom: 8px;
    }
    .slide-text p{
        font-size: 14px;
    }

    .card-content .btn{
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }
}

.footer-brand{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer-brand img{
    margin: 0 auto 18px;
}

.footer-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-box h3{
    text-align: center;
}
.footer-box a{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    margin-bottom: 15px;
}
.footer-box a i{
    margin-right: 0;
}
.footer-box p{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}
.footer-box p i{
    margin-right: 0;
}

@media(max-width:768px){
    .footer-container{
        text-align: center;
    }
}

@media(max-width:900px){
    .login-container{
        grid-template-columns: 1fr;
    }
    .login-image{
        height: 250px;
    }
    .login-image img{
        height: 250px;
    }
    .login-form{
        padding: 30px 25px;
    }
    .login-logo img{
        width: 110px;
        height: 110px;
    }
    .login-logo h1{
        font-size: 26px;
    }
    .login-logo h2{
        font-size: 18px;
    }
}

@media(max-width:600px){
    .login-section{
        padding: 90px 5%;
        min-height: auto;
    }
    .login-container{
        border-radius: 8px;
    }
    .login-image{
        height: 180px;
    }
    .login-image img{
        height: 180px;
    }
    .login-form{
        padding: 25px 20px;
    }
    .input-box input{
        padding: 13px;
        font-size: 15px;
    }
    .login-form button{
        padding: 14px;
        font-size: 16px;
    }
    .forgot-password{
        text-align: center;
    }
}

@media(max-width:400px){
    .hero-content h1{
        font-size: 26px;
    }
    .description{
        font-size: 14px;
    }
    .about-content h2{
        font-size: 22px;
    }
}