.elementor-1192 .elementor-element.elementor-element-1bdb611{--display:flex;overflow:visible;}.elementor-1192 .elementor-element.elementor-element-86919c0{--display:flex;overflow:visible;}.elementor-1192 .elementor-element.elementor-element-56f6423{--display:flex;overflow:visible;}.elementor-1192 .elementor-element.elementor-element-99e08e6{--display:flex;overflow:visible;}@media(min-width:768px){.elementor-1192 .elementor-element.elementor-element-56f6423{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-d4f409c *//*==================================================
ROOM HERO
==================================================*/

.gv-room-hero{

    position:relative;

    height:850px;

    overflow:hidden;

    display:flex;

    align-items:center;

}

.gv-room-hero img{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    object-fit:cover;

}

.gv-room-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,.72) 10%,
        rgba(0,0,0,.45) 55%,
        rgba(0,0,0,.55) 100%
    );

}

/*==================================================
HERO WRAPPER
==================================================*/

.gv-room-hero-wrapper{

    position:relative;

    z-index:5;

    width:90%;

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 420px;

    gap:80px;

    align-items:center;

}

/*==================================================
LEFT CONTENT
==================================================*/

.gv-room-content{

    max-width:700px;

    color:#fff;

}

.gv-room-content span{

    display:inline-block;

    color:#d4b07b;

    text-transform:uppercase;

    letter-spacing:5px;

    font-size:12px;

    margin-bottom:20px;

}

.gv-room-content h1{

    font-family:"Cormorant Garamond",serif;

    font-size:82px;

    font-weight:500;

    line-height:1.05;

    margin-bottom:25px;
color:#fff;
}

.gv-room-content p{

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.92);

    margin-bottom:40px;

}

/*==================================================
ROOM INFO
==================================================*/

.gv-room-info{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

    margin-bottom:40px;

}

.gv-room-info div{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:18px;

    padding:18px;

}

.gv-room-info small{

    display:block;

    color:#d4b07b;

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:8px;

}

.gv-room-info strong{

    color:#fff;

    font-size:18px;

    font-weight:600;

}

/*==================================================
BUTTON
==================================================*/

.gv-room-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 38px;

    background:#c89b5e;

    color:#fff;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.gv-room-btn:hover{

    background:#b4864d;

    transform:translateY(-4px);

}

/*==================================================
BOOKING FORM
==================================================*/

.gv-room-booking{

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(20px);

    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.18);

    border-radius:28px;

    padding:35px;

    box-shadow:0 30px 70px rgba(0,0,0,.25);

}

.gv-room-booking h3{

    color:#fff;

    font-family:"Cormorant Garamond",serif;

    font-size:36px;

    margin-bottom:25px;

}

.gv-book-group{

    margin-bottom:18px;

}

.gv-book-group label{

    display:block;

    color:#fff;

    font-size:13px;

    margin-bottom:8px;

    letter-spacing:1px;

    text-transform:uppercase;

}

.gv-book-group input,

.gv-book-group select{

    width:100%;

    height:56px;

    padding:0 18px;

    border:none;

    border-radius:12px;

    background:#fff;

    outline:none;

    font-size:15px;

}

.gv-room-booking button{

    width:100%;

    height:58px;

    border:none;

    border-radius:50px;

    background:#c89b5e;

    color:#fff;

    font-size:15px;

    font-weight:600;

    cursor:pointer;

    transition:.35s;

    margin-top:12px;

}

.gv-room-booking button:hover{

    background:#b4864d;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1200px){

    .gv-room-hero{

        height:auto;

        padding:180px 0 100px;

    }

    .gv-room-hero-wrapper{

        grid-template-columns:1fr;

        gap:50px;

    }

    .gv-room-booking{

        max-width:500px;

    }

}

@media(max-width:768px){

    .gv-room-hero{

        padding:140px 0 70px;

    }

    .gv-room-hero-wrapper{

        width:92%;

    }

    .gv-room-content h1{

        font-size:48px;

    }

    .gv-room-content p{

        font-size:16px;

    }

    .gv-room-info{

        grid-template-columns:repeat(2,1fr);

    }

    .gv-room-booking{

        padding:25px;

        border-radius:20px;

    }

    .gv-room-booking h3{

        font-size:30px;

    }

}

@media(max-width:480px){

    .gv-room-info{

        grid-template-columns:1fr;

    }

}/* ==================================================
   DELUXE ROOM HERO
================================================== */

.gv-room-hero {

    position: relative;

    width: 100%;

    min-height: 760px;

    display: flex;

    align-items: center;

    overflow: hidden;

    box-sizing: border-box;

    color: #fff;

}


/* ==================================================
   BACKGROUND
================================================== */

.gv-room-hero-background {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 0;
}

.gv-room-hero-background img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

}


/* ==================================================
   OVERLAY
================================================== */

.gv-room-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.72) 0%,
            rgba(0,0,0,.50) 42%,
            rgba(0,0,0,.20) 100%
        );

    z-index: 1;

}


/* ==================================================
   HERO WRAPPER
================================================== */

.gv-room-hero-wrapper {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

    padding: 120px 5% 70px;

    box-sizing: border-box;

    display: grid;

    grid-template-columns:
        1.15fr .85fr;

    gap: 80px;

    align-items: center;

}


/* ==================================================
   LEFT CONTENT
================================================== */

.gv-room-content {

    max-width: 680px;

}

.gv-room-content > span {

    display: block;

    margin-bottom: 18px;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    color: #e0c18b;

}

.gv-room-content h1 {

    margin: 0 0 24px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 68px;

    line-height: 1.05;

    font-weight: 400;

    color: #fff;

}

.gv-room-content > p {

    max-width: 650px;

    margin: 0 0 32px;

    font-size: 16px;

    line-height: 1.8;

    color: rgba(255,255,255,.88);

}


/* ==================================================
   ROOM INFORMATION
================================================== */

.gv-room-info {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    max-width: 650px;

    margin-bottom: 30px;

    border-top:
        1px solid rgba(255,255,255,.35);

    border-bottom:
        1px solid rgba(255,255,255,.35);

}

.gv-room-info > div {

    padding: 17px 15px;

    border-right:
        1px solid rgba(255,255,255,.25);

}

.gv-room-info > div:last-child {

    border-right: none;

}

.gv-room-info small {

    display: block;

    margin-bottom: 7px;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 1.5px;

    color: rgba(255,255,255,.65);

}

.gv-room-info strong {

    display: block;

    font-size: 14px;

    font-weight: 500;

    color: #fff;

}


/* ==================================================
   RESERVE BUTTON
================================================== */

.gv-room-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 52px;

    padding: 0 30px;

    background: #a17a45;

    border: 1px solid #a17a45;

    color: #fff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .5px;

    transition: .3s ease;

}

.gv-room-btn:hover {

    background: #fff;

    border-color: #fff;

    color: #222;

}


/* ==================================================
   BOOKING BOX
================================================== */

.gv-room-booking {

    width: 100%;

    max-width: 400px;

    padding: 32px;

    box-sizing: border-box;

    background: rgba(255,255,255,.97);

    color: #222;

    box-shadow:
        0 20px 60px rgba(0,0,0,.20);

}

.gv-room-booking h3 {

    margin: 0 0 25px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 28px;

    font-weight: 400;

    color: #292929;

}


/* ==================================================
   BOOKING FORM
================================================== */

.gv-room-booking form {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;

}

.gv-book-group {

    display: flex;

    flex-direction: column;

    gap: 7px;

}

.gv-book-group label {

    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 1px;

    color: #666;

}

.gv-book-group input,
.gv-book-group select {

    width: 100%;

    height: 48px;

    padding: 0 12px;

    box-sizing: border-box;

    border: 1px solid #ddd;

    background: #fff;

    color: #333;

    font-size: 13px;

    outline: none;

}

.gv-book-group input:focus,
.gv-book-group select:focus {

    border-color: #a17a45;

}


/* ==================================================
   CHECK AVAILABILITY
================================================== */

.gv-room-booking form button {

    grid-column: 1 / -1;

    width: 100%;

    height: 52px;

    border: none;

    background: #222;

    color: #fff;

    cursor: pointer;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .7px;

    transition: .3s ease;

}

.gv-room-booking form button:hover {

    background: #a17a45;

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .gv-room-hero {

        min-height: 700px;

    }

    .gv-room-hero-wrapper {

        grid-template-columns:
            1fr 380px;

        gap: 45px;

        padding: 120px 5% 60px;

    }

    .gv-room-content h1 {

        font-size: 52px;

    }

    .gv-room-content > p {

        font-size: 15px;

    }

    .gv-room-info {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .gv-room-info > div:nth-child(2) {

        border-right: none;

    }

    .gv-room-info > div {

        border-bottom:
            1px solid rgba(255,255,255,.25);

    }

    .gv-room-info > div:nth-child(3),
    .gv-room-info > div:nth-child(4) {

        border-bottom: none;

    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px) {

    .gv-room-hero {

        min-height: auto;

        display: block;

    }


    /* MOBILE OVERLAY */

    .gv-room-overlay {

        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,.58) 0%,
                rgba(0,0,0,.74) 100%
            );

    }


    /* WRAPPER */

    .gv-room-hero-wrapper {

        display: flex;

        flex-direction: column;

        align-items: stretch;

        gap: 38px;

        padding: 135px 18px 55px;

    }


    /* CONTENT */

    .gv-room-content {

        max-width: none;

    }

    .gv-room-content > span {

        font-size: 9px;

        letter-spacing: 2.2px;

        margin-bottom: 14px;

    }

    .gv-room-content h1 {

        font-size: 43px;

        line-height: 1.08;

        margin-bottom: 19px;

    }

    .gv-room-content > p {

        font-size: 14px;

        line-height: 1.75;

        margin-bottom: 25px;

    }


    /* INFO */

    .gv-room-info {

        width: 100%;

        max-width: none;

        grid-template-columns:
            repeat(2, 1fr);

        margin-bottom: 25px;

    }

    .gv-room-info > div {

        padding: 15px 12px;

    }

    .gv-room-info small {

        font-size: 9px;

    }

    .gv-room-info strong {

        font-size: 13px;

    }


    /* RESERVE BUTTON */

    .gv-room-btn {

        width: 100%;

        box-sizing: border-box;

    }


    /* BOOKING BOX */

    .gv-room-booking {

        max-width: none;

        padding: 25px 20px;

    }

    .gv-room-booking h3 {

        font-size: 25px;

        margin-bottom: 20px;

    }


    /* FORM */

    .gv-room-booking form {

        grid-template-columns: 1fr;

        gap: 15px;

    }

    .gv-room-booking form button {

        grid-column: auto;

    }

}


/* ==================================================
   SMALL PHONES
================================================== */

@media (max-width: 480px) {

    .gv-room-hero-wrapper {

        padding: 125px 15px 45px;

        gap: 32px;

    }

    .gv-room-content h1 {

        font-size: 37px;

    }

    .gv-room-content > p {

        font-size: 13.5px;

    }

    .gv-room-info > div {

        padding: 14px 10px;

    }

    .gv-room-booking {

        padding: 23px 17px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0f03fc *//*==================================================
ROOM OVERVIEW
==================================================*/

.gv-room-overview{

    padding:140px 0;

    background:#fff;

}

.gv-room-overview-wrapper{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

/*=========================
IMAGE
=========================*/

.gv-room-overview-image{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.gv-room-overview-image img{

    width:100%;

    height:720px;

    object-fit:cover;

    transition:1s;

}

.gv-room-overview-image:hover img{

    transform:scale(1.06);

}

/*=========================
BADGE
=========================*/

.gv-room-badge{

    position:absolute;

    left:30px;

    bottom:30px;

    padding:22px 28px;

    background:rgba(255,255,255,.95);

    border-radius:18px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.gv-room-badge strong{

    display:block;

    font-size:34px;

    font-family:"Cormorant Garamond",serif;

    color:#222;

}

.gv-room-badge{

    color:#666;

}

/*=========================
CONTENT
=========================*/

.gv-room-overview-content span{

    color:#c89b5e;

    letter-spacing:5px;

    text-transform:uppercase;

    font-size:12px;

}

.gv-room-overview-content h2{

    font-family:"Cormorant Garamond",serif;

    font-size:62px;

    line-height:1.08;

    color:#222;

    margin:20px 0 25px;

}

.gv-room-overview-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:20px;

}

/*=========================
FEATURES
=========================*/

.gv-room-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

    margin:45px 0;

}

.gv-room-highlights>div{

    display:flex;

    gap:18px;

    align-items:center;

    background:#faf8f5;

    padding:22px;

    border-radius:18px;

}

.gv-room-highlights i{

    width:56px;

    height:56px;

    border-radius:50%;

    background:#c89b5e;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:20px;

}

.gv-room-highlights strong{

    display:block;

    color:#222;

    margin-bottom:4px;

}

/*=========================
BUTTON
=========================*/

.gv-room-overview-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:58px;

    padding:0 38px;

    background:#c89b5e;

    color:#fff;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.gv-room-overview-btn:hover{

    background:#b4864d;

    transform:translateY(-4px);

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.gv-room-overview{

padding:90px 0;

}

.gv-room-overview-wrapper{

grid-template-columns:1fr;

gap:50px;

}

.gv-room-overview-image img{

height:520px;

}

.gv-room-overview-content h2{

font-size:48px;

}

}

@media(max-width:768px){

.gv-room-overview{

padding:70px 0;

}

.gv-room-overview-wrapper{

width:92%;

}

.gv-room-overview-image img{

height:340px;

}

.gv-room-overview-content h2{

font-size:38px;

}

.gv-room-highlights{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a852cd *//*==================================================
ROOM AMENITIES
==================================================*/

.gv-room-amenities{

    padding:140px 0;

    background:#faf8f5;

}

.gv-room-amenities-header{

    width:90%;

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.gv-room-amenities-header span{

    display:inline-block;

    color:#c89b5e;

    text-transform:uppercase;

    letter-spacing:5px;

    font-size:12px;

    font-weight:600;

    margin-bottom:18px;

}

.gv-room-amenities-header h2{

    font-family:"Cormorant Garamond",serif;

    font-size:62px;

    font-weight:500;

    line-height:1.08;

    color:#222;

    margin-bottom:20px;

}

.gv-room-amenities-header p{

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.gv-room-amenities-grid{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.gv-room-amenity{

    background:#fff;

    padding:40px 30px;

    border-radius:22px;

    text-align:center;

    box-shadow:0 20px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.gv-room-amenity:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.10);

}

.gv-room-amenity i{

    width:80px;

    height:80px;

    margin:auto auto 25px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:#faf6ef;

    color:#c89b5e;

    font-size:30px;

    transition:.35s;

}

.gv-room-amenity:hover i{

    background:#c89b5e;

    color:#fff;

}

.gv-room-amenity h3{

    font-family:"Cormorant Garamond",serif;

    font-size:30px;

    font-weight:500;

    color:#222;

    margin-bottom:12px;

}

.gv-room-amenity p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:1100px){

.gv-room-amenities{

padding:100px 0;

}

.gv-room-amenities-grid{

grid-template-columns:repeat(2,1fr);

}

.gv-room-amenities-header h2{

font-size:50px;

}

}

@media(max-width:768px){

.gv-room-amenities{

padding:70px 0;

}

.gv-room-amenities-header{

width:92%;

margin-bottom:45px;

}

.gv-room-amenities-header h2{

font-size:38px;

}

.gv-room-amenities-header p{

font-size:15px;

}

.gv-room-amenities-grid{

width:92%;

grid-template-columns:1fr;

gap:20px;

}

.gv-room-amenity{

padding:35px 25px;

}

.gv-room-amenity i{

width:70px;

height:70px;

font-size:26px;

}

.gv-room-amenity h3{

font-size:26px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04fb726 *//*==================================================
ROOM GALLERY
==================================================*/

.gv-room-gallery{

    padding:140px 0;

    background:#faf8f5;

}

.gv-room-gallery-header{

    text-align:center;

    margin-bottom:70px;

}

.gv-room-gallery-header span{

    color:#c89b5e;

    letter-spacing:4px;

    font-size:12px;

}

.gv-room-gallery-header h2{

    font-family:"Cormorant Garamond",serif;

    font-size:60px;

    margin-top:20px;

}

.gv-room-gallery-grid{

    width:90%;

    max-width:1320px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.gv-room-gallery-grid img{

    width:100%;

    height:320px;

    object-fit:cover;

    border-radius:18px;

    transition:.6s;

}

.gv-room-gallery-grid img:hover{

    transform:scale(1.04);

}<!--==================================================
ROOM GALLERY CSS
===================================================-->

.gv-room-gallery {

    width: 100%;

    padding: 100px 5% 110px;

    background: #f8f7f4;

    box-sizing: border-box;
}


/* ==================================================
   HEADER
================================================== */

.gv-room-gallery-header {

    max-width: 1250px;

    margin: 0 auto 45px;

    text-align: center;
}

.gv-room-gallery-header span {

    display: block;

    margin-bottom: 14px;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    color: #a17a45;
}

.gv-room-gallery-header h2 {

    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 44px;

    line-height: 1.2;

    font-weight: 400;

    color: #252525;
}


/* ==================================================
   GALLERY GRID
================================================== */

.gv-room-gallery-grid {

    max-width: 1350px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 12px;
}


/* ==================================================
   GALLERY ITEM
================================================== */

.gv-gallery-item {

    width: 100%;

    height: 360px;

    overflow: hidden;

    background: #ddd;
}

.gv-gallery-item img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .7s ease,
        opacity .4s ease;
}


/* ==================================================
   HOVER
================================================== */

.gv-gallery-item:hover img {

    transform: scale(1.045);

    opacity: .94;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .gv-room-gallery {

        padding: 80px 4% 90px;
    }

    .gv-room-gallery-header {

        margin-bottom: 35px;
    }

    .gv-room-gallery-header h2 {

        font-size: 38px;
    }

    .gv-room-gallery-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 10px;
    }

    .gv-gallery-item {

        height: 330px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px) {

    .gv-room-gallery {

        padding: 60px 16px 70px;
    }


    /* HEADER */

    .gv-room-gallery-header {

        margin-bottom: 28px;
    }

    .gv-room-gallery-header span {

        font-size: 10px;

        letter-spacing: 2.2px;

        margin-bottom: 11px;
    }

    .gv-room-gallery-header h2 {

        font-size: 32px;

        line-height: 1.2;
    }


    /* GALLERY */

    .gv-room-gallery-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 8px;
    }

    .gv-gallery-item {

        height: 220px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .gv-room-gallery {

        padding: 50px 12px 60px;
    }

    .gv-room-gallery-header h2 {

        font-size: 29px;
    }

    .gv-room-gallery-grid {

        gap: 6px;
    }

    .gv-gallery-item {

        height: 180px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbaccb6 *//*==================================================
ROOM FEATURES
==================================================*/

.gv-room-features{

    padding:140px 0;

    background:#fff;

}

.gv-room-features-container{

    width:90%;

    max-width:1320px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.gv-room-feature{

    padding:45px;

    background:#faf8f5;

    border-radius:18px;

    transition:.4s;

}

.gv-room-feature:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.gv-room-feature h3{

    font-family:"Cormorant Garamond",serif;

    font-size:32px;

    color:#222;

    margin-bottom:18px;

}

.gv-room-feature p{

    color:#666;

    line-height:1.8;

}/* ==================================================
   ROOM FEATURES
================================================== */

.gv-room-features {

    width: 100%;

    padding: 70px 5%;

    background: #fff;

    box-sizing: border-box;
}


/* ==================================================
   CONTAINER
================================================== */

.gv-room-features-container {

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top: 1px solid #e6e2dc;

    border-bottom: 1px solid #e6e2dc;
}


/* ==================================================
   FEATURE
================================================== */

.gv-room-feature {

    padding: 35px 30px;

    text-align: center;

    border-right: 1px solid #e6e2dc;
}

.gv-room-feature:last-child {

    border-right: none;
}


/* ==================================================
   TITLE
================================================== */

.gv-room-feature h3 {

    margin: 0 0 12px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 400;

    color: #292929;
}


/* ==================================================
   DESCRIPTION
================================================== */

.gv-room-feature p {

    margin: 0;

    font-size: 14px;

    line-height: 1.7;

    color: #777;

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .gv-room-features {

        padding: 60px 4%;
    }

    .gv-room-features-container {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .gv-room-feature {

        padding: 30px 25px;

        border-bottom: 1px solid #e6e2dc;
    }

    .gv-room-feature:nth-child(2) {

        border-right: none;
    }

    .gv-room-feature:nth-child(3),
    .gv-room-feature:nth-child(4) {

        border-bottom: none;
    }

    .gv-room-feature:nth-child(4) {

        border-right: none;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px) {

    .gv-room-features {

        padding: 45px 16px;
    }

    .gv-room-features-container {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .gv-room-feature {

        padding: 25px 14px;
    }

    .gv-room-feature h3 {

        font-size: 18px;

        margin-bottom: 9px;
    }

    .gv-room-feature p {

        font-size: 13px;

        line-height: 1.6;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .gv-room-features {

        padding: 40px 12px;
    }

    .gv-room-feature {

        padding: 22px 10px;
    }

    .gv-room-feature h3 {

        font-size: 17px;
    }

    .gv-room-feature p {

        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfa5882 *//*==================================================
HOUSE RULES
==================================================*/

.gv-room-rules{

    padding:140px 0;

    background:#fff;

}

.gv-room-rules-container{

    width:90%;

    max-width:1320px;

    margin:auto;

}

.gv-room-rules-header{

    text-align:center;

    margin-bottom:70px;

}

.gv-room-rules-header span{

    color:#c89b5e;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:12px;

}

.gv-room-rules-header h2{

    font-family:"Cormorant Garamond",serif;

    font-size:60px;

    margin-top:20px;

    color:#222;

}

.gv-room-rules-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.gv-room-rule{

    padding:40px;

    border:1px solid rgba(0,0,0,.08);

    border-radius:18px;

    transition:.35s;

}

.gv-room-rule:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.gv-room-rule h3{

    font-family:"Cormorant Garamond",serif;

    font-size:32px;

    color:#222;

    margin-bottom:14px;

}

.gv-room-rule p{

    color:#666;

    line-height:1.8;

}/* ==================================================
   HOUSE RULES
================================================== */

.gv-room-rules {

    width: 100%;

    padding: 100px 5%;

    background: #f8f7f4;

    box-sizing: border-box;
}


/* ==================================================
   MAIN CONTAINER
================================================== */

.gv-room-rules-container {

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 80px;

    align-items: start;
}


/* ==================================================
   HEADER
================================================== */

.gv-room-rules-header {

    padding-top: 8px;
}

.gv-room-rules-header span {

    display: block;

    margin-bottom: 17px;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    color: #a17a45;
}

.gv-room-rules-header h2 {

    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;

    color: #292929;
}


/* ==================================================
   RULES GRID
================================================== */

.gv-room-rules-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    border-top: 1px solid #ded9d1;

    border-left: 1px solid #ded9d1;
}


/* ==================================================
   INDIVIDUAL RULE
================================================== */

.gv-room-rule {

    min-height: 145px;

    padding: 27px 25px;

    box-sizing: border-box;

    border-right: 1px solid #ded9d1;

    border-bottom: 1px solid #ded9d1;
}


/* ==================================================
   TITLE
================================================== */

.gv-room-rule h3 {

    margin: 0 0 10px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;

    line-height: 1.3;

    font-weight: 400;

    color: #292929;
}


/* ==================================================
   DESCRIPTION
================================================== */

.gv-room-rule p {

    margin: 0;

    font-size: 14px;

    line-height: 1.7;

    color: #777;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .gv-room-rules {

        padding: 80px 4%;
    }

    .gv-room-rules-container {

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .gv-room-rules-header {

        max-width: 650px;
    }

    .gv-room-rules-header h2 {

        font-size: 38px;
    }

    .gv-room-rules-grid {

        grid-template-columns:
            repeat(3, 1fr);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px) {

    .gv-room-rules {

        padding: 60px 16px;
    }

    .gv-room-rules-container {

        gap: 32px;
    }


    /* HEADER */

    .gv-room-rules-header span {

        font-size: 10px;

        letter-spacing: 2.3px;

        margin-bottom: 12px;
    }

    .gv-room-rules-header h2 {

        font-size: 32px;

        line-height: 1.2;
    }


    /* RULES */

    .gv-room-rules-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .gv-room-rule {

        min-height: 135px;

        padding: 23px 17px;
    }

    .gv-room-rule h3 {

        font-size: 18px;

        margin-bottom: 8px;
    }

    .gv-room-rule p {

        font-size: 13px;

        line-height: 1.6;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

    .gv-room-rules {

        padding: 50px 12px;
    }

    .gv-room-rules-container {

        gap: 27px;
    }

    .gv-room-rules-header h2 {

        font-size: 29px;
    }

    .gv-room-rules-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .gv-room-rule {

        min-height: 125px;

        padding: 20px 13px;
    }

    .gv-room-rule h3 {

        font-size: 17px;
    }

    .gv-room-rule p {

        font-size: 12px;

        line-height: 1.55;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce28c59 *//*==================================================
ROOM FEATURES
==================================================*/

.gv-room-features{

    padding:140px 0;

    background:#fff;

}

.gv-room-features-wrapper{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:90px;

    align-items:center;

}

/*==============================*/

.gv-room-features-content span{

    color:#c89b5e;

    letter-spacing:5px;

    font-size:12px;

    text-transform:uppercase;

}

.gv-room-features-content h2{

    font-family:"Cormorant Garamond",serif;

    font-size:64px;

    line-height:1.05;

    margin:22px 0 30px;

    color:#222;

}

.gv-room-features-content>p{

    color:#666;

    line-height:1.9;

    margin-bottom:45px;

}

/*==============================*/

.gv-room-feature-list{

    display:flex;

    flex-direction:column;

    gap:35px;

}

.gv-room-feature-list>div{

    display:flex;

    gap:22px;

    align-items:flex-start;

}

.gv-room-feature-list i{

    width:65px;

    height:65px;

    background:#faf6ef;

    color:#c89b5e;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    flex-shrink:0;

}

.gv-room-feature-list h3{

    font-family:"Cormorant Garamond",serif;

    font-size:30px;

    margin-bottom:10px;

    color:#222;

}

.gv-room-feature-list p{

    color:#666;

    line-height:1.8;

}

/*==============================*/

.gv-room-features-image{

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.gv-room-features-image img{

    width:100%;

    height:760px;

    object-fit:cover;

    transition:1s;

}

.gv-room-features-image:hover img{

    transform:scale(1.05);

}

/*==============================*/

@media(max-width:991px){

.gv-room-features{

padding:100px 0;

}

.gv-room-features-wrapper{

grid-template-columns:1fr;

gap:60px;

}

.gv-room-features-image img{

height:500px;

}

.gv-room-features-content h2{

font-size:50px;

}

}

@media(max-width:768px){

.gv-room-features{

padding:70px 0;

}

.gv-room-features-wrapper{

width:92%;

}

.gv-room-features-content h2{

font-size:40px;

}

.gv-room-features-image img{

height:340px;

}

.gv-room-feature-list i{

width:55px;

height:55px;

font-size:20px;

}

.gv-room-feature-list h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d57d1b5 *//*==================================================
RELATED ROOMS
==================================================*/

.gv-related-rooms{

    padding:140px 0;

    background:#faf8f5;

}

.gv-related-header{

    text-align:center;

    margin-bottom:70px;

}

.gv-related-header span{

    color:#c89b5e;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:12px;

}

.gv-related-header h2{

    font-family:"Cormorant Garamond",serif;

    font-size:60px;

    margin-top:20px;

}

.gv-related-grid{

    width:90%;

    max-width:1320px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.gv-related-card{

    overflow:hidden;

    border-radius:22px;

    background:#fff;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.4s;

}

.gv-related-card:hover{

    transform:translateY(-10px);

}

.gv-related-card img{

    width:100%;

    height:320px;

    object-fit:cover;

    transition:.8s;

}

.gv-related-card:hover img{

    transform:scale(1.08);

}

.gv-related-content{

    padding:30px;

}

.gv-related-content h3{

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

    color:#222;

    margin-bottom:18px;

}

.gv-related-content a{

    color:#c89b5e;

}/* ==================================================
   RELATED ROOMS
================================================== */

.gv-related-rooms {

    width: 100%;

    padding: 100px 5% 110px;

    background: #fff;

    box-sizing: border-box;

}

.gv-related-container {

    width: 100%;

    max-width: 1250px;

    margin: 0 auto;

}


/* ==================================================
   HEADER
================================================== */

.gv-related-header {

    text-align: center;

    margin-bottom: 45px;

}

.gv-related-header span {

    display: block;

    margin-bottom: 14px;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 3px;

    color: #a17a45;

}

.gv-related-header h2 {

    margin: 0;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 44px;

    line-height: 1.2;

    font-weight: 400;

    color: #252525;

}


/* ==================================================
   GRID
================================================== */

.gv-related-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 24px;

}


/* ==================================================
   CARD
================================================== */

.gv-related-card {

    background: #fff;

    border: 1px solid #ebe8e3;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}

.gv-related-card:hover {

    transform: translateY(-5px);

    box-shadow:
        0 18px 45px rgba(0,0,0,.10);

}


/* ==================================================
   IMAGE
================================================== */

.gv-related-image {

    width: 100%;

    height: 360px;

    overflow: hidden;

}

.gv-related-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition: transform .7s ease;

}

.gv-related-card:hover
.gv-related-image img {

    transform: scale(1.04);

}


/* ==================================================
   CONTENT
================================================== */

.gv-related-content {

    padding: 24px 26px 27px;

}

.gv-related-content h3 {

    margin: 0 0 14px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;

    line-height: 1.3;

    font-weight: 400;

    color: #292929;

}


/* ==================================================
   LINK
================================================== */

.gv-related-content a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #a17a45;

    text-decoration: none;

    font-size: 13px;

    font-weight: 500;

    letter-spacing: .5px;

    transition: gap .3s ease;

}

.gv-related-content a span {

    font-size: 17px;

    line-height: 1;

}

.gv-related-content a:hover {

    gap: 13px;

}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

    .gv-related-rooms {

        padding: 80px 4% 90px;

    }

    .gv-related-header {

        margin-bottom: 35px;

    }

    .gv-related-header h2 {

        font-size: 38px;

    }

    .gv-related-grid {

        gap: 18px;

    }

    .gv-related-image {

        height: 310px;

    }

    .gv-related-content {

        padding: 22px;

    }

    .gv-related-content h3 {

        font-size: 21px;

    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 768px) {

    .gv-related-rooms {

        padding: 60px 16px 70px;

    }


    /* HEADER */

    .gv-related-header {

        margin-bottom: 30px;

    }

    .gv-related-header span {

        margin-bottom: 11px;

        font-size: 10px;

        letter-spacing: 2.2px;

    }

    .gv-related-header h2 {

        font-size: 32px;

        line-height: 1.2;

    }


    /* ONE CARD PER ROW */

    .gv-related-grid {

        grid-template-columns: 1fr;

        gap: 24px;

    }


    /* IMAGE */

    .gv-related-image {

        height: 300px;

    }


    /* CONTENT */

    .gv-related-content {

        padding: 22px 20px 25px;

    }

    .gv-related-content h3 {

        font-size: 21px;

        margin-bottom: 12px;

    }

}


/* ==================================================
   SMALL PHONES
================================================== */

@media (max-width: 480px) {

    .gv-related-rooms {

        padding: 50px 12px 60px;

    }

    .gv-related-header {

        margin-bottom: 25px;

    }

    .gv-related-header h2 {

        font-size: 29px;

    }


    .gv-related-grid {

        gap: 18px;

    }


    .gv-related-image {

        height: 250px;

    }


    .gv-related-content {

        padding: 20px 17px 22px;

    }

    .gv-related-content h3 {

        font-size: 20px;

    }

    .gv-related-content a {

        font-size: 12px;

    }

}/* End custom CSS */