@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #1A1412;
}
img{
  max-width:100%;
  height:auto
}

/* NAVBAR */
.navbar {
    background-color: #1A1412;
    padding: 0px 30px;
}
.navbar img{
    max-width: 100px;
    height: auto;
}
.navbar-brand{
    padding:10px;
    margin-right: 15px;
}
.nav-link{
    color: #fff;
    font-family: "EB Garamond", serif;
    font-size: 18px;
    font-weight: 500;
}
.nav-link:hover,
.nav-link.active{
    color: #A37037 !important;
}

.navbar-toggler {
  border: 1px solid rgba(245, 236, 227, 0.2);
  padding: 8px 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.book-btn {
    width: fit-content;
    background-color: #978667;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    color: #F5ECE3;
    padding: clamp(8px, 1vw, 12px) clamp(20px, 4vw, 40px);
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap !important;
    border-radius: 10px;
}
.book-btn:hover {
    background-color: #7f6f55;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/*HOME CAROUSEL*/
.home-carousel .carousel-item{
    position: relative;
    height: 85vh;
}
.carousel-inner img{
    width: 100%;
    object-fit: cover;
    height: 85vh;
    filter: brightness(0.4);
}
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 90%;
    text-align: center;
    color: #fff;
}
.carousel-caption h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9a24e;
    margin-bottom: 15px;
}
.carousel-caption p {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-size: 2rem;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    color: #F5ECE3;
}
.section-divider {
    width: 220px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #A37037, transparent);
    margin: 0px auto 20px;
    opacity: 0.8;
}

/* ABOUT */
.about {
    padding: 70px;
    color: #F5ECE3;
}
.section-top {
    margin-bottom: 40px;
}
.section-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #A37037;
    margin-bottom: 10px;
}
.section-subtitle {
    font-family: "EB Garamond", serif;
    font-size: clamp(2rem, 3vw, 2.6rem);
    font-weight: 500;
    color: #F5ECE3;
}
.about .row {
    display: flex;
    align-items: stretch;
}
.about .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
}
.about h4 {
    font-family: "EB Garamond", serif;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #F5ECE3;
}
.about p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(245, 236, 227, 0.75);
    margin-bottom: 25px;
    max-width: 95%;
}
.about .book-btn {
    align-self: flex-start;
    margin-top: 10px;
}
.about .col-lg-6:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.about img {
    width: 100%;
    max-width: 450px;
    max-height: 550px;
    height: auto;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
}
.about img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}

/* FACILITIES */
.facilities {
    padding: 70px;
    color: #F5ECE3;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url("image/carousel-3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
}
.facilities .row {
    margin-top: 30px;
}
.facility-card {
    background: linear-gradient(
        145deg,
        rgba(52, 43, 36, 0.6),
        rgba(36, 26, 24, 0.9)
    );
    border: 1px solid rgba(163, 112, 55, 0.15);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(6px);
}
.facility-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(163, 112, 55, 0.08),
        transparent 60%
    );
    opacity: 0;
}
.facility-card:hover {
    transform: translateY(-8px);
    border-color: rgba(163, 112, 55, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.facility-card:hover::before {
    opacity: 1;
}
.facility-icon {
    font-size: 28px;
    color: #A37037;
    margin-bottom: 15px;
}
.facility-card:hover .facility-icon {
    transform: scale(1.1);
    color: #c9a24e;
}
.facility-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.1rem;
    color: rgba(245, 236, 227, 0.85);
    letter-spacing: 0.5px;
}

/* ROOMS */
.home-rooms {
    padding: 70px 70px 0;
    color: #F5ECE3;
}
.room-card {
    background: #2d221f;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(163, 112, 55, 0.18);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.room-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.45);
    border-color: rgba(163,112,55,.5);
}
.card-img {
    overflow: hidden;
}
.card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.room-card:hover .card-img img {
    transform: scale(1.08);
}
.room-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.room-title {
    font-family: "EB Garamond", serif;
    color: #F5ECE3;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.room-offers {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 25px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(245,236,227,.8);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .95rem;
}
.offer i {
    width: 18px;
    text-align: center;
    color: #A37037;
    font-size: 18px;
}
.room-content .book-btn {
    margin-top: auto;
    align-self: flex-start;
}

/* GALLERY */
.home-gallery {
    padding: 70px 70px 0;
    color: #F5ECE3;
}
.home-gallery .owl-carousel .item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.home-gallery .owl-carousel .item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
}
.home-gallery .owl-carousel .item:hover img {
    transform: scale(1.05);
    filter: brightness(0.85);
}
.home-gallery .owl-carousel {
    padding: 10px 0;
}
.home-gallery .book-btn {
    margin: 0 auto;
    display: inline-block;
}
/* COVER */
.cover-bg {
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: 70px;
}
.cover-bg img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    filter: brightness(0.35);
    display: block;
}
.cover-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.cover-text {
    max-width: 900px;
    margin: 0 auto;
    font-family: "Cormorant Garamond", serif;
    color: rgb(245, 236, 227);
    font-size: clamp(1.2rem, 2.3vw, 3rem);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-style: oblique;
}

/* FOOTER */
.footer{
    padding: 70px 70px 0px;
    color: #F5ECE3;
}
.footer .row:first-child {
    align-items: flex-start;
    row-gap: 50px;
}
.footer .logo {
    max-width: 100px;
}
.footer-title {
    font-family: "EB Garamond", serif;
    font-size: 1.6rem;
    color: #F5ECE3;
    margin-bottom: 25px;
    position: relative;
}
.footer-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #A37037;
    margin-top: 10px;
}
.footer .col-lg-4:last-child .footer-title{
    text-align: center;
}
.footer .col-lg-4:last-child .footer-title::after{
    margin: 10px auto 0;
}
.footer p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(245,236,227,.75);
    line-height: 1.7;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.footer p i {
    color: #A37037;
    margin-top: 5px;
    width: 18px;
}
.footer a {
    color: rgba(245,236,227,.75);
    text-decoration: none;
}
.footer a:hover {
    color: #A37037;
}
.footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer-menu .logo {
    max-width: 100px;
    margin-bottom: 35px;
}
.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px 50px;
    max-width: 320px;
}
.footer-nav li {
    text-align: center;
}
.footer-nav a {
    color: #F5ECE3;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}
.footer-nav a:hover {
    color: #A37037;
}
.footer-menu .book-btn {
    margin-top: 10px;
}
.map-wrapper{
    padding: 0 20px;
}
.footer iframe{
    width:100%;
    height:auto;
    display:block;
    border-radius:16px;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
}
.footer .col-lg-4:first-child{
    padding-right:25px;
}
.footer .col-lg-4:last-child{
    padding-left:25px;
}
.footer iframe:hover{
    transform:translateY(-4px);
    box-shadow:0 25px 50px rgba(0,0,0,.45);
}
.copyright {
    margin-top: 20px;
    padding: 15px 15px 5px;
    background-color: #1a1512;
    text-align: center;
    border-top: 2px solid rgba(255, 245, 234, 0.15);
    color: rgba(245,236,227,.65);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .9rem;
}
.copyright a {
    color: #A37037;
}
.copyright .logo {
    max-width: 100px;
    vertical-align: middle;
    margin: 0 8px;
}

.footer-divider {
    border: 1px solid rgba(255, 245, 234, 0.15);
}


/* ABOUT.HTML */
/* COVER */
.top-cover{
    margin: 0px;
    padding: 0px;
    position: relative;
}
.top-cover img {
    height: 50vh;
    width: 100% !important;
    filter: brightness(0.5);
    object-fit: cover;
    position: relative;
    border-radius: 25px;
}
.cover-content-1 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 4vw, 50px);
    text-align: center;
    color: rgba(255,255,255,0.85);
}
.cover-title-1 {
    font-family: 'Heebo', sans-serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 500;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255,255,255,0.75);
    letter-spacing: 1px;
}
.breadcrumb a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #ffffff;
}
.breadcrumb span {
    color: rgba(255,255,255,0.6);
}


/* ROOMS.HTML */
.rooms {
    padding: 70px;
    color: #F5ECE3;
}
.rooms .row{
    margin-bottom: 80px;
    align-items: center;
    border: 2px solid #F5ECE3;
    border-radius: 10px;
}
.rooms .row:last-child{
    margin-bottom: 0px;
}
.room-carousel{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.45);
}
.room-carousel img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.room-carousel .item{
    border-radius: 16px;
    overflow: hidden;
}
.room-carousel img:hover{
    transform: scale(1.05);
}
.rooms-description{
    padding: 20px 25px;
}
.room-name{
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    color: #F5ECE3;
    margin-bottom: 15px;
}
.rooms-amenities{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.rooms-amenities span{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: .95rem;
    color: rgba(245,236,227,.8);
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(163,112,55,.2);
    background: rgba(36,26,24,.6);
}
.rooms-amenities i{
    color: #A37037;
}
.rooms-info{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(245,236,227,.75);
    margin-bottom: 25px;
}
.room-facilities{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}
.room-facility{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(52,43,36,.6);
    border: 1px solid rgba(163,112,55,.2);
    font-size: .85rem;
    color: rgba(245,236,227,.85);
}
.room-facility i{
    color: #A37037;
    font-size: 13px;
}
.room-facility:hover{
    transform: translateY(-3px);
    background: rgba(52,43,36,.9);
    border-color: rgba(163,112,55,.5);
}

/* GALLERY.HTML */
.gallery {
    padding: 70px;
    background: #1a1512;
    color: #F5ECE3;
}
.gallery .row {
    row-gap: 15px;
}
.gallery .item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
    background: #000;
}
.gallery .item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    filter: brightness(0.92);
    border-radius: 14px;
}
.gallery .item:hover img {
    transform: scale(1.08);
    filter: brightness(1);
}

/* CONTACT */
.contact-section{
    padding:70px;
    color:#F5ECE3;
}
.contact-map{
    overflow:hidden;
    border-radius:16px;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}
.contact-map iframe{
    width:100%;
    height:450px;
    border:0;
    display:block;
}
.contact-info h4{
    font-family:"EB Garamond",serif;
    font-size:2rem;
    margin-bottom:30px;
    color:#F5ECE3;
}
.contact-card{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px;
    margin-bottom:20px;
    border-radius:14px;
    background:rgba(52,43,36,.55);
    border:1px solid rgba(163,112,55,.2);
    text-decoration:none;
    color:#F5ECE3;
}
.contact-card:hover{
    background:rgba(52,43,36,.9);
    border-color:#A37037;
    transform:translateY(-4px);
}
.contact-card i{
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#A37037;
    color:#fff;
    font-size:22px;
    flex-shrink:0;
}
.contact-card span{
    display:block;
    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:.85rem;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#A37037;
    margin-bottom:6px;
}
.contact-card p{
    margin:0;
    color:rgba(245,236,227,.85);
    font-family:"Plus Jakarta Sans",sans-serif;
    line-height:1.6;
}






















/* MEDIA QUERIES */

@media (max-width:991.98px){
    .navbar{
        padding:12px 0;
    }
    .navbar-brand img{
        max-width:80px;
    }
    .navbar-collapse{
        margin-top:15px;
        background:#342b24;
        border-radius:15px;
        padding:20px;
        box-shadow:0 15px 40px rgba(0,0,0,.25);
    }
    .navbar-nav{
        gap:0 !important;
    }
    .navbar-nav .nav-item{
        margin:4px 0;
    }
    .nav-link{
        padding:12px 0;
        font-size:1.15rem;
    }
    .dropdown-menu{
        background:transparent;
        border:none;
        box-shadow:none;
        text-align:center;
        margin-top:5px;
    }
    .dropdown-item{
        color:#F5ECE3;
        padding:10px 0;
    }
    .dropdown-item:hover{
        background:transparent;
        color:#A37037;
    }
    .dropdown-item img{
        margin-right:8px;
    }
    .navbar-collapse .d-lg-flex{
        display:flex;
        justify-content:center;
        width:100%;
        margin-top:20px;
    }
    .navbar-collapse .book-btn{
        width:220px;
        max-width:100%;
        text-align:center;
    }
}
@media (max-width:576px){
    .navbar-brand img{
        max-width:70px;
    }
    .nav-link{
        font-size:1rem;
    }
    .navbar-collapse{
        padding:18px;
    }
    .navbar-collapse .book-btn{
        width:100%;
    }
}
@media (max-width:991px){
    .home-carousel .carousel-item,
    .carousel-inner img{
        height:75vh;
        min-height:500px;
    }
    .carousel-caption h6{
        font-size:.8rem;
        letter-spacing:3px;
    }
    .carousel-caption p{
        font-size:clamp(2rem,7vw,3rem);
        margin-bottom:25px;
    }
}
@media (max-width:576px){
    .home-carousel .carousel-item,
    .carousel-inner img{
        height:65vh;
        min-height:420px;
    }
    .carousel-caption{
        width:92%;
    }
    .carousel-caption h6{
        font-size:.75rem;
        letter-spacing:2px;
        margin-bottom:15px;
    }
    .carousel-caption p{
        font-size:2rem;
        line-height:1.2;
        margin-bottom:20px;
    }
    .carousel-caption .book-btn{
        width:200px;
    }
    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }
}
@media (max-width: 991.98px) {
    .about {
        padding: 60px 20px;
    }
    .about .row {
        align-items: center;
        gap: 40px;
    }
    .about .col-lg-6:first-child {
        text-align: center;
        align-items: center;
        padding: 0;
    }
    .about p {
        max-width: 100%;
    }
    .about .book-btn {
        align-self: center;
    }
    .about img {
        max-width: 500px;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .about {
        padding: 50px 15px;
    }
    .section-divider {
        width: 150px;
    }
    .section-title {
        font-size: 0.75rem;
        letter-spacing: 3px;
    }
    .section-subtitle {
        font-size: 1.8rem;
    }
    .about h4 {
        font-size: 1.6rem;
    }
    .about p {
        font-size: 0.95rem;
        line-height: 1.8;
    }
    .about img {
        max-width: 100%;
        max-height: none;
    }
    .about .book-btn {
        width: 200px;
        text-align: center;
    }
}
@media (max-width: 575.98px) {
    .about {
        padding: 40px 15px;
    }
    .section-subtitle {
        font-size: 1.6rem;
    }
    .about h4 {
        font-size: 1.4rem;
    }
    .about p {
        font-size: 0.9rem;
    }
    .about .book-btn {
        width: 100%;
        max-width: 220px;
    }
}
@media (max-width: 991.98px) {
    .facilities {
        padding: 60px 20px;
    }
    .facilities .row {
        margin-top: 25px;
    }
    .facility-card {
        padding: 28px 20px;
    }
    .facility-icon {
        font-size: 26px;
    }
    .facility-text {
        font-size: 1rem;
    }
}
@media (max-width: 767.98px) {
    .facilities {
        padding: 50px 15px;
    }
    .facilities .row {
        margin-top: 20px;
    }
    .facility-card {
        padding: 25px 20px;
    }
    .facility-icon {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .facility-text {
        font-size: 1rem;
    }
}
@media (max-width: 575.98px) {
    .facilities {
        padding: 40px 15px;
    }
    .facility-card {
        padding: 22px 15px;
    }
    .facility-icon {
        font-size: 22px;
    }
    .facility-text {
        font-size: 0.95rem;
    }
}
@media (max-width: 991.98px) {
    .home-rooms {
        padding: 60px 20px 0;
    }
    .card-img img {
        height: 240px;
    }
    .room-content {
        padding: 22px;
    }
    .room-title {
        font-size: 1.4rem;
    }
    .offer {
        font-size: .95rem;
    }
    .room-content .book-btn {
        align-self: center;
        width: 200px;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .home-rooms {
        padding: 50px 15px 0;
    }
    .card-img img {
        height: 230px;
    }
    .room-content {
        padding: 20px;
        text-align: center;
    }
    .room-title {
        font-size: 1.3rem;
    }
    .room-offers {
        align-items: center;
        gap: 12px;
    }
    .offer {
        justify-content: center;
        font-size: .9rem;
    }
    .room-content .book-btn {
        width: 200px;
    }
}
@media (max-width: 575.98px) {
    .home-rooms {
        padding: 40px 15px 0;
    }
    .card-img img {
        height: 220px;
    }
    .room-title {
        font-size: 1.2rem;
    }
    .offer {
        font-size: .88rem;
    }
    .room-content .book-btn {
        width: 100%;
        max-width: 220px;
    }
}
@media (max-width: 992px) {
    .home-gallery {
        padding: 60px 30px;
    }
    .home-gallery .owl-carousel .item img {
        height: 240px;
    }
}
@media (max-width: 768px) {
    .home-gallery {
        padding: 50px 15px;
        text-align: center;
    }
    .home-gallery .owl-carousel .item img {
        height: 220px;
    }
}
@media (max-width: 480px) {
    .home-gallery {
        padding: 40px 10px;
    }
    .home-gallery .owl-carousel .item img {
        height: 200px;
    }
}
@media (max-width: 768px) {
    .cover-bg img {
        height: 40vh;
        min-height: 260px;
    }
    .cover-text {
        font-size: clamp(1.2rem, 4vw, 2rem);
    }
}
@media (max-width: 576px) {
    .cover-bg {
        margin-top: 60px;
    }
    .cover-bg img {
        height: 35vh;
    }
    .cover-text {
        font-size: 1.2rem;
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .footer {
        text-align: center;
        padding: 60px 20px 0;
    }
    .footer p {
        justify-content: center;
    }
    .footer-title::after {
        margin: 12px auto 0;
    }
    .footer .col-lg-4 {
        padding: 0 !important;
    }
    .map-wrapper {
        padding: 0;
    }
    .footer iframe {
        height: 240px;
        margin-top: 15px;
    }
}
@media (max-width: 576px) {
    .footer {
        padding: 50px 15px 0;
    }
    .footer-nav {
        gap: 12px 25px;
    }
    .footer iframe {
        height: 220px;
    }
}
@media (max-width: 992px) {
    .rooms {
        padding: 60px 20px;
    }
    .rooms .row {
        margin-bottom: 60px;
    }
    .room-carousel img {
        height: 360px;
    }
    .room-name {
        font-size: 1.7rem;
    }
    .rooms-description {
        padding: 18px 20px;
    }
}
@media (max-width: 768px) {
    .rooms {
        padding: 50px 15px;
    }
    .rooms .row {
        margin-bottom: 50px;
    }
    .rooms .row {
        flex-direction: column;
    }
    .room-carousel img {
        height: 300px;
    }
    .room-name {
        font-size: 1.5rem;
        text-align: center;
    }
    .rooms-description {
        text-align: center;
        padding: 20px 15px;
    }
    .rooms-amenities {
        justify-content: center;
    }
    .room-facilities {
        justify-content: center;
    }
    .book-btn {
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .rooms {
        padding: 40px 10px;
    }
    .room-carousel img {
        height: 240px;
    }
    .room-name {
        font-size: 1.2rem;
    }
    .rooms-info {
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .rooms-amenities span {
        font-size: 0.85rem;
        padding: 5px 10px;
    }

    .room-facility {
        font-size: 0.78rem;
        padding: 6px 10px;
    }
}
@media (max-width: 992px) {
    .gallery {
        padding: 60px 25px;
    }
    .gallery .item img {
        height: 220px;
    }
}
@media (max-width: 768px) {
    .gallery {
        padding: 50px 15px;
    }
    .gallery .item img {
        height: 200px;
    }
    .gallery .row {
        row-gap: 18px;
    }
}
@media (max-width: 576px) {
    .gallery {
        padding: 40px 12px;
    }
    .gallery .item img {
        height: 180px;
    }
    .gallery .col-12 {
        padding-left: 6px;
        padding-right: 6px;
    }
}
@media (max-width:991px){
    .contact-section{
        padding:60px 20px;
    }
    .contact-map iframe{
        height:350px;
    }
    .contact-info{
        margin-top:10px;
    }
}
@media (max-width:576px){
    .contact-section{
        padding:50px 15px;
    }
    .contact-map iframe{
        height:280px;
    }
    .contact-info h4{
        text-align:center;
        font-size:1.8rem;
    }
    .contact-card{
        padding:16px;
        gap:15px;
    }
    .contact-card i{
        width:50px;
        height:50px;
        font-size:18px;
    }
    .contact-card p{
        font-size:.9rem;
    }
}
