/* =========================================
   GLOBAL PRODUCTION STYLING
========================================= */
/*.retreat-page .navbar{
    background: rgba(28,53,36,.95);
    backdrop-filter: blur(10px);
}

.retreat-page .navbar-brand{
    color:#d4a65a;
    font-size:32px;
    font-weight:700;
}

.retreat-page .nav-link{
    color:#fff !important;
}

.retreat-page .nav-link:hover{
    color:#d4a65a !important;
}*/

/*************/
p{
    line-height: 1.9;
    color: #666;
    text-align: justify;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
button,
input,
textarea,
select,
li {

    font-family:
        "Palatino Linotype",
        "Book Antiqua",
        Palatino,
        serif;
}

section{

    position: relative;
}

img{

    max-width: 100%;
    transition: 0.5s ease;
}

p{

    line-height: 1.9;
    color: #666;
}

h1,h2,h3,h4,h5{

    font-weight: 700;
    color: #111;
}

.container{

    position: relative;
    z-index: 2;
}
/* Retreat Villa Only */


/* =========================================
   BUTTONS
========================================= */

.btn-warning{

    background: #b9925a;
    border: none;
    padding: 14px 34px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: 0.4s;
    color: #fff;
}

.btn-warning:hover{

    background: #967647;
    transform: translateY(-3px);
}

.btn-outline-light{

    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 600;
}

/* =========================================
   SECTION TITLE IMPROVEMENT
========================================= */

.section-title{

    margin-bottom: 20px;
}

.section-title span{

    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.section-title span::after{

    content: '';
    width: 60px;
    height: 2px;
    background: #b9925a;
    position: absolute;
    top: 50%;
    left: 110%;
}

.section-title h2{

    font-size: 36px;
    line-height: 1.3;
}
.section-title p {
    color: #000;
}
/* =========================================
   BANNER IMPROVEMENT
========================================= */

/*=========================================
        RETREAT VILLA HERO BANNER
=========================================*/

.retreat-villa-banner{

    position:relative;

    background:
    linear-gradient(rgba(0,0,0,.55),
    rgba(0,0,0,.55)),
    url('../images/retreat-villa/retreat_gallery/gal-8.jpeg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    min-height:650px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    overflow:hidden;
}

.branch-banner-overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.15);
}

.branch-banner-content{

    position:relative;
    z-index:2;

    max-width:900px;

    margin:auto;

    display:flex;
    flex-direction:column;
    align-items:center;
}

.banner-tag{

    display:inline-block;

    padding:10px 22px;

    border:1px solid rgba(255,255,255,.4);

    border-radius:40px;

    background:rgba(255,255,255,.12);

    color:#fff;

    font-size:14px;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:28px;

    backdrop-filter:blur(6px);
}

.branch-banner-content h1{

    margin:0;

    color:#fff;

    font-size:72px;

    font-weight:700;

    line-height:1.1;
}

.banner-line{

    width:90px;

    height:4px;

    background:#d4a65a;

    border-radius:30px;

    margin:22px 0;
}

.branch-banner-content p{

    margin:0;

    color:#fff;

    font-size:24px;

    line-height:1.6;

    max-width:700px;
}
/* =========================================
   ABOUT SECTION
========================================= */
.branch-about-section{
    padding: 80px 0;
}

.branch-about-section .row{
    align-items: center;
}

.branch-about-image{
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.branch-about-image img{
      height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-left:40px;
}

.branch-about-image img:hover{
    transform: scale(1.05);
}

.branch-about-content{
    padding-left: 40px;
}

.branch-subtitle{
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    color: #b9925a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.branch-subtitle::after{
    content: "";
    position: absolute;
    left: 110%;
    top: 50%;
    width: 55px;
    height: 2px;
    background: #b9925a;
}

.branch-about-content h2{
    font-size: 52px;
    line-height: 0.8;      /* Don't use 0.8 */
    margin-bottom: 30px;
    color: #173b2e;
}

.branch-about-content p{
    text-align: justify;
    font-size: 17px;
    line-height: 1.9;
    color: #222;
    margin-bottom: 20px;
}

/* =========================================
   FEATURE BOX
========================================= */

.feature-box{

    transition: 0.5s;
    border: 1px solid transparent;
}

.feature-box:hover{

    transform: translateY(-10px);
    border-color: #b9925a;
}

.feature-box h4{

    color: #111;
    font-size: 20px;
}
.feature-box p {
    color: #000;
}
.banner-tag{

    display:inline-block;

    padding:8px 18px;

    margin-bottom:20px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.3);

    border-radius:30px;

    color:#fff;

    font-size:14px;

    letter-spacing:2px;

    text-transform:uppercase;

    backdrop-filter:blur(8px);
}

/*=========================================
   ROOM CONTENT DESIGN
========================================= */
footer{
    text-align: center !important;
}

footer p{
    text-align: center !important;
    margin-bottom: 0;
}
.room-content{
    padding-left: 20px;
}

.room-content h3{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.room-divider{
    width: 60px;
    margin-bottom: 10px;
}

.room-content p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000;
}

.room-tag{
    padding: 6px 10px;
    font-size: 12px;
    margin-bottom: 8px;
}

/* =========================================
   ROOM FEATURE LIST
========================================= */

.branch-list{

    list-style: none;
    padding: 0;
    margin: 0;
}

.branch-list li{

    display: flex;
    align-items: center;
    gap: 15px;

    padding: 10px 15px;

    margin-bottom: 10px;

    background: #f4f1eb;
    border-radius: 10px;

    box-shadow: 0 8px 20px rgba(0,0,0,0.05);

    transition: 0.4s;

}

.branch-list li:hover{

    transform: translateX(10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

.branch-list li i{

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d8c3a5;
    color: #6b4f2c;

    border-radius: 50%;
    font-size: 14px;

    flex-shrink: 0;
}
.btn-warning.mt-4{
    margin-top: 15px !important;
}
/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .room-content{

        padding-left: 0;
        margin-top: 40px;
    }

    .room-content h3{

        font-size: 38px;
    }
}

@media(max-width:767px){

    .room-content h3{

        font-size: 30px;
    }

    .branch-list li{

        padding: 14px 16px;
    }
}
/* =========================================
   AMENITIES
========================================= */

.amenity-box{

    transition: 0.4s;
    border: 1px solid transparent;
}

.amenity-box:hover{

    transform: translateY(-8px);
    border-color: #b9925a;
    background: #fff;
}
.amenity-box{
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 0 5px 12px rgba(0,0,0,0.05);
    height: 100%;
}
/* =========================================
   WHY BOX
========================================= */

/* WHY CHOOSE US */

.why-box{

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px 15px;

    background: #fff;
    border-radius: 10px;

    box-shadow: 0 5px 12px rgba(0,0,0,0.05);

    transition: 0.3s;
}

.why-box:hover{

    transform: translateX(5px);
}

.why-box span{

    font-size: 17px;
    line-height: 1.5;
}

.why-box i{

    width: 36px;
    height: 36px;

    background: #f4ede4;
    color: #8a6d45;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 13px;

    flex-shrink: 0;
}
/* =========================================
   ATTRACTIONS
========================================= */

.attraction-box{

    transition: 0.5s;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.attraction-box:hover{

    background: #b9925a;
    transform: translateY(-10px);
}

.attraction-box:hover h5{

    color: #fff;
}

/* =========================================
   GALLERY
========================================= */

.gallery-grid img{

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.gallery-grid img:hover{

    transform: scale(1.04);
}

/* =========================================
   TESTIMONIALS
========================================= */

.testimonial-box{

    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.testimonial-box::before{

    content: '\201C';
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 120px;
    color: rgba(185,146,90,0.08);
    font-family: serif;
}

.testimonial-box:hover{

    transform: translateY(-10px);
}
.testimonial-box p{
    color: #000;
}
/* =========================================
   SIMPLE CONTACT DESIGN
========================================= */

.contact-item{

    display: flex;
    align-items: flex-start;
    gap: 15px;

    margin-bottom: 22px;
}

.contact-item i{

    color: #8a6d45;
    font-size: 20px;
    margin-top: 5px;
}

.contact-item p{

    margin: 0;
    line-height: 1.8;
}

.contact-item a{

    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;

    transition: 0.3s;
}

.contact-item a:hover{

    color: #8a6d45;
}

.branch-contact-image img{

    transition: 0.5s;
}

.branch-contact-image:hover img{

    transform: scale(1.04);
}
/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .branch-banner-content h1{

        font-size: 48px;
    }

    .section-title h2,
    .branch-about-content h2,
    .room-content h3,
    .branch-contact-content h2{

        font-size: 30px;
    }

    .branch-about-content{

        padding-left: 0;
        margin-top: 40px;
    }
}

@media(max-width:767px){

    .retreat-villa-banner{

        padding: 120px 0;
    }

    .branch-banner-content h1{

        font-size: 38px;
        line-height: 1.3;
    }

    .branch-banner-content p{

        font-size: 17px;
    }

    .section-title h2,
    .branch-about-content h2,
    .room-content h3,
    .branch-contact-content h2{

        font-size: 30px;
    }

    .feature-box,
    .room-block,
    .testimonial-box,
    .amenity-box{

        padding: 25px;
    }
}
/* =========================================
   ATTRACTION CARD
========================================= */

.attraction-card{

    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 320px;
    cursor: pointer;
}

.attraction-card img{

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Overlay */

.attraction-overlay{

    position: absolute;
    inset: 0;

    background:
    linear-gradient(to top,
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.2));

    display: flex;
    align-items: flex-end;

    padding: 25px;

    transition: 0.4s;
}

.attraction-overlay h5{

    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;

    transform: translateY(20px);
    transition: 0.4s;
}

/* Hover Effects */

.attraction-card:hover img{

    transform: scale(1.12);
}

.attraction-card:hover .attraction-overlay{

    background:
    linear-gradient(to top,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.3));
}

.attraction-card:hover h5{

    transform: translateY(0);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:767px){

    .attraction-card{

        height: 260px;
    }

    .attraction-overlay h5{

        font-size: 20px;
    }
}
