.roomsform .button{
    cursor: pointer;
}

/* Room layout styles */
.room-content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.room-details-left {
    flex: 0 0 40%;
    min-width: 300px;
}

.room-content-right {
    flex: 0 0 60%;
}

.room-extra-desc {
    margin-top: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 3px solid #6286AA;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.room-extra-desc p {
    margin-bottom: 10px;
}

.room-extra-desc p:last-child {
    margin-bottom: 0;
}

/* Responsive design for mobile */
@media only screen and (max-width: 768px) {
    .room-content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .room-details-left,
    .room-content-right {
        flex: 1;
        min-width: auto;
    }
    
    .room-content-right .imgcontainer .slider .item123 img {
        width: 100% !important;
        height: auto !important;
        max-height: 250px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 480px) {
    .room-content-wrapper {
        gap: 15px;
    }
    
    .room-extra-desc {
        padding: 10px;
        font-size: 13px;
    }
}
.bed {
    display: inline-block;
}
.bed .inpt {
    float: left;
    width: 130px;
    margin-bottom: 5px;
}
.bed .inpt input.inpt-btn, .bed .inpt input.txt {
    float: left;
}
.bed .inpt input.inpt-btn {
    width: 30px;
    cursor: pointer;
}
.bed .inpt input {
    text-align: center;
    padding: 0;
    height: 40px;
    font-size: 16px;
}
.bed .inpt input.txt {
    width: 60px;
    height: 38px;
    border-left: 0;
    border-right: 0;
}
.bed .per-bed {
    width: 100%;
    display: block;
    color: #666;
    font-size: 13px;
}
.usp .box img{
    width: 100%;
    height: auto;
}
.footertestimonial{
    padding-right: 0;
}

#footer .contact .social{
    display: inline-block;
}
#footer .contact .social i{
    font-size: inherit;
    margin-right: 0;
}
#footer .contact .social a {
    width: 30px;
    height: 30px;
    margin: 0 7px 5px 0;
    color: #444;
    line-height: 32px;
    text-align: center;
    background: #FFF;
    display: block;
    float: left;
    border-radius: 100px;
    
    border: 0;
}
.hover #footer .contact .social a:hover{
    background: #6286AA;
}
.hover #footer .contact .social a:hover i {
    color: #FFF;
}

#footer #map{
    width: calc(100% - 480px);
    z-index: 9;
}
#footerlinks{
    height: auto;
}
#footerlinks .left{
    float: left;
}

#header .h1{
    padding: 30px 0 75px;
}
#specials.list .nav{
    width: auto;
}
.lg-sub-html{
    font: bold 14px/18px 'Open Sans';
}
.fullwidth main#aboutus {
    text-align: left;
}
#aboutus #content ol{
    list-style: inherit;
}
#featured .item .details{
    top: 85%;
}
#check button{
    width: 25%;
}
#check .field{
    width: 25%;
}

@media (max-width: 740px) {
    #footer #map{
        display: none;
    }
}
@media only screen and (max-width: 700px)
{
    #footerlinks span {
         display: block;
    }
    #check {
        display: block;
    }
    #nav .logo img{
        width: 80%;
    }
}
@media only screen and (max-width: 640px)
{
    .bed .inpt{
        width: 100px;
    }
    .bed .inpt input.txt{
        width: 40px;
    }
}
@media only screen and (max-width: 500px)
{
    .bed .inpt{
        width: 90px;
    }
    .bed .inpt input.txt{
        width: 30px;
    }
    #bookingdt{
        display: inline-block;
        overflow: scroll;
    }
}

.gpay{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.qr-code{
    width: 150px;
}

.qr-code img{
    width: 100%;
}

#footer .dark{
    height: 100%;
}

#googlemap{
    margin-top: 10%;
}

@media only screen and (max-width:799px){
    #footer #map{
        display: none;
    }

    .qr-code{
        margin:auto;
    }
}

/* Room Description Section Styles */
.room-description-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    margin-top: 40px;
}

.room-description-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.room-description-section .description-content {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.room-description-section h2 {
    color: #6286AA;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 3px solid #6286AA;
    padding-bottom: 15px;
}

.room-description-section .description-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.room-description-section .description-text p {
    margin-bottom: 20px;
    text-align: justify;
}

/* Responsive Design for Room Description Section */
@media only screen and (max-width: 768px) {
    .room-description-section {
        padding: 40px 0;
        margin-top: 30px;
    }
    
    .room-description-section .description-content {
        padding: 25px;
        margin: 0 10px;
    }
    
    .room-description-section h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .room-description-section .description-text {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 480px) {
    .room-description-section {
        padding: 30px 0;
    }
    
    .room-description-section .description-content {
        padding: 20px;
        margin: 0 5px;
    }
    
    .room-description-section h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .room-description-section .description-text {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .room-description-section .description-text p {
        margin-bottom: 15px;
    }
}

/* Individual Room Description Styles */
.individual-room-description {
    transition: all 0.3s ease;
    cursor: pointer;
}

.individual-room-description:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(98, 134, 170, 0.2) !important;
    border-left-color: #4a6b8a !important;
}

.individual-room-description:hover h4 {
    color: #4a6b8a !important;
}

.individual-room-description:hover h4 span {
    background: #4a6b8a !important;
    transform: scale(1.05);
}

/* Animation for description content */
.individual-room-description div {
    transition: all 0.3s ease;
}

.individual-room-description:hover div {
    color: #444 !important;
}

/* Responsive design for individual room descriptions */
@media only screen and (max-width: 768px) {
    .individual-room-description {
        padding: 20px !important;
        margin: 15px 0 !important;
    }
    
    .individual-room-description h4 {
        font-size: 18px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .individual-room-description h4 span {
        margin-bottom: 8px !important;
        margin-right: 0 !important;
    }
    
    .individual-room-description div {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

@media only screen and (max-width: 480px) {
    .individual-room-description {
        padding: 15px !important;
        margin: 10px 0 !important;
        border-radius: 8px !important;
    }
    
    .individual-room-description h4 {
        font-size: 16px !important;
    }
    
    .individual-room-description h4 span {
        font-size: 11px !important;
        padding: 4px 8px !important;
    }
    
    .individual-room-description div {
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}