body{

background:#f5f7fb;

font-family:'Poppins',sans-serif;

}

.guest-card{

max-width:700px;

margin:50px auto;

background:white;

padding:40px;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.guest-card h2{

font-weight:700;

color:#2d3748;

text-align:center;

margin-bottom:10px;

}

.guest-card p{

text-align:center;

color:#777;

margin-bottom:35px;

}

.form-control{

margin-bottom:20px;

height:55px;

border-radius:12px;

}

textarea.form-control{

height:140px;

resize:none;

}

.emoji-rating{

display:flex;

justify-content:space-between;

margin:30px 0;

}

.emoji-rating input{

display:none;

}

.emoji-rating label{

font-size:50px;

cursor:pointer;

transition:.3s;

filter:grayscale(100%);

}

.emoji-rating label:hover{

transform:scale(1.3);

}

.emoji-rating input:checked+label{

filter:none;

transform:scale(1.4);

}

.btn-submit{

width:100%;

height:55px;

border:none;

background:#0d6efd;

color:white;

font-size:18px;

font-weight:600;

border-radius:12px;

transition:.3s;

}

.btn-submit:hover{

background:#084298;

}

/* ==============================
   Premium Hotel Footer 2026
================================ */

.hotel-footer{
    background: linear-gradient(135deg,#0b1f4d,#163d7a,#2155a3);
    color:#ecf4ff;
    padding:90px 0 25px;
    position:relative;
    overflow:hidden;
}

.hotel-footer::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
}

.hotel-footer::after{
    content:"";
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:260px;
    height:260px;
    background:rgba(255,255,255,.04);
    border-radius:50%;
}

.hotel-footer .container{
    position:relative;
    z-index:2;
}

.hotel-footer h3,
.hotel-footer h5{
    color:#ffffff;
    font-weight:700;
    margin-bottom:20px;
}

.footer-logo{
    height:70px;
    margin-bottom:20px;
}

.footer-desc{
    color:#d9e9ff;
    line-height:28px;
}

.hotel-footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.hotel-footer ul li{
    margin-bottom:12px;
}

.hotel-footer ul li a{
    color:#d9e9ff;
    text-decoration:none;
    transition:.3s;
}

.hotel-footer ul li a:hover{
    color:#ffffff;
    padding-left:8px;
}

.footer-contact p{
    margin-bottom:12px;
    color:#d9e9ff;
}

.footer-contact i{
    color:#69b7ff;
    width:24px;
}

.footer-social{
    margin-top:25px;
}

.footer-social a{
    width:46px;
    height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    margin-right:10px;
    transition:.35s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#4aa3ff;
    transform:translateY(-6px);
    box-shadow:0 10px 25px rgba(74,163,255,.45);
}

.footer-stars{
    margin-top:20px;
    color:#7ec8ff;
    font-size:20px;
}

.footer-stars span{
    display:block;
    font-size:15px;
    color:#fff;
}

.hotel-footer hr{
    border-color:rgba(255,255,255,.12);
    margin:45px 0;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    color:#d9e9ff;
}

.footer-bottom img{
    height:35px;
    background:#fff;
    border-radius:8px;
    padding:6px;
    margin-right:10px;
    transition:.3s;
}

.footer-bottom img:hover{
    transform:scale(1.08);
}

.footer-map iframe{
    border-radius:15px;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}


.back_re{
    background: linear-gradient(135deg,#0B3D91,#1E5AA8);
    padding:80px 0;
    margin-top:90px;
}

.sub-title{
    color:#9fd3ff;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
}

.back_re h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin:15px 0;
}

.back_re p{
    color:#dbeafe;
    font-size:18px;
}

