
*{
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        outline: none;
        border: none;
        transition: all .2s linear;
}



 html{
        font-size: 62.5%;
        overflow-x: hidden;
 

        scroll-padding-top: 5.5rem;
        scroll-behavior: smooth;

}


/* header section starts */
        letter-spacing: 0.1rem;

.pick {
        font-size: 2rem;
        color: #000000;
        font-weight: bold;
        letter-spacing: 0.1rem;
}


.search {
        font-size: 3.5rem!important;
        color: #FFFFFF!important;
        font-weight: bold!important;
        letter-spacing: 0.1rem!important;
        display: block;
}

@media screen and (max-width: 600px) {
  .search {
    font-size: 2rem !important;  /* smaller size on phones */
  }
}


.finding p{
        font-size: 1.5rem!important;
        color: #FFFFFF!important;
        font-weight: bold!important;
        letter-spacing: 0.1rem!important;
        display: block;
}

.pick {
        font-size: 2rem;
        color: #000000;
        font-weight: bold;
        letter-spacing: 0.1rem;
}

@media screen and (max-width: 600px) {
  .pick {
    font-size: 1.5rem !important;  /* smaller size on phones */
  }
}

.section .section-container{
        max-width: 1280px;
        margin: 0 auto;
        background: #eee;
        padding: 1rem 2%;
}



.details {
        font-size: 2.3rem!important;
        letter-spacing: 0.1rem!important;
}

.official {
        font-size: 1.9rem!important;
        letter-spacing: 0.1rem!important;
}

.ti-load-more-reviews-button {
        font-size: 3rem!important;
        letter-spacing: 0.1rem!important;
        padding: 3rem 3rem 3rem 3rem!important;
        font-weight: bold!important;
        color: #000999!important;
}

h4 {
        font-size: 2.3rem!important;
        letter-spacing: 0.1rem!important;
        padding: 1rem 0 0.5rem 0!important;
}


h3 {
        font-size: 2.3rem!important;
        letter-spacing: 0.1rem!important;
        padding: 1rem 0 0.5rem 0!important;
}


h2 {
        font-size: 2.3rem!important;
        letter-spacing: 0.1rem!important;
        padding: 1rem 0 0.5rem 0!important;
}

h1 {
        font-size: 2.8rem!important;
        letter-spacing: 0.1rem!important;
        padding: 0 0 0.5rem 0!important;
}



.header{
        max-height: 1000px;
}

.header .header-container{
        max-width: 1280px;
        margin: 0 auto;
}

.section h1 {
        font-size: 4rem;
        font-weight: bold;
        color: #5B5B5B;
        padding-bottom: 2rem;
}


.header .header-container .header-section .main-header{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 5rem 2% 0 2%;
        z-index: 1000;
  pointer-events: none;
}

.header .main-header .nav-bar,
.header .main-header .menu-icon {
  pointer-events: auto;
}



.header .header-container .header-section .main-header .main-header-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1280px;
        margin: 0 auto;
}
    
.header .header-container .header-section .main-header.sticky{
        padding: 2rem 2%;
        background-color: #20293c;
        box-shadow: 0 .5rem 1rem #20293c;
}

.header .header-container .header-section .header-section-container{
        max-width: 1280px;
        margin: 0 auto;   
}



.header .header-container .contact{
        display: flex;
        align-items: center;
        justify-content: space-between;
}

.header .header-container .contact {
        display: flex;
        align-items: center;
}

.header .header-container .contact .lang img{
        width: 30px;
}

.header .header-container .contact .lang img:first-child{
        margin-right: 2rem;
}

.header .header-container .contact .info{
        display: flex;
        align-items: start;
        font-size: 1.7rem;
        color: #999999;
} /* Top Hotel Details Text */

.header .header-container .contact .info .icon img{
        width: 2rem;
        margin-right: 1rem;
} /* Size of ICons and Space After Icons top Menu */


.header .header-container .main-header .rating img{
        width: 450px;
}



.header .header-container .main-header .rating .star .rating{
        display: flex;
        align-items: center;
}

.header .header-container .main-header .rating .star .rating .rating-text{
        font-size: 1.6rem;
        color: #e7a233;
        margin-right: 0.5rem;
} /* DOT Text */


.other-text .score {
  color: #f4c842;  

}

.header .header-container .main-header .rating .star .rating img{
        width: 8rem;
} /* Size of Stars */

.header .header-container .main-header .rating .star .other-text{
        font-size: 1.6rem;
        color: #e7a233;
        margin-right: 1.8rem;
} /* Tourism.co.th Text */

.header .header-container .main-header .rating .star .star-rating span{
        color: #fff;
}





.locations a {
  font-size: 2rem;    /* or 40px—whatever fits your design */
  color: #000888;
}

.locations a:hover {
  color: #e7a233;
  text-decoration: underline;
}


.locations li {
  margin-left: 1.5em;      /* indent each bullet+item */
  margin-top: .3em;   /* space under the heading */
  color: #000888;
  font-size: 2rem; 
}







.brand-logo-section .brand-logo-container  a{
        display: center;
        width: 100%;
}

.header .header-container .main-header .nav-bar ul{
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
}

.header .header-container .main-header .nav-bar ul li{
        font-size: 2.5rem;
        padding-left: 3rem;
        font-weight: bold;
}

.header .header-container .main-header .nav-bar ul li a{
        text-decoration: none;
        color: #fff;
}  /* 4 Main Top Menu Text Color */

.header .header-container .main-header .nav-bar ul li a:hover{
        color: #e7a233;
        cursor: pointer;
}

.header .header-container .main-header .menu-icon{
        display: none;
        color: #fff;
        font-size: 5rem;
}


.header .header-container .main-header .menu-icon img{
        width: 5rem;

}


.header .header-container .main-header .menu-icon img:hover{
        cursor: pointer;

}


.header .header-container .description{
        position: absolute;
        max-width: 1280px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 15rem;
        padding: 0 2%;
}

.header .header-container .description .description-container h1{
        color: #fff;
        font-size: 3rem;
        font-weight: bold;
        padding-bottom: 0.5rem;
}

.header .header-container .description .description-container p{
        color: #fff;
        font-size: 2rem;
        text-align: justify;
} /* Text Below H1 Above Fold */

/* header section Ends */


/* menu section starts */


.menu-section {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
        background: #fff;
        box-shadow: 0 .5rem 1rem #000;
        display: none;
        overflow-y: scroll;
}
    
.menu-section.active {
        display: block;
}
    
.menu-section #close {
        position: absolute;
        cursor: pointer;
        top: 4.5rem;
        right: 3rem;

}

.menu-section .menu-container .close img{
        width: 5rem;
}



.menu-section .menu-container .logo-area img{
        width: 30rem;     
}
    

    
.menu-section .lan {
        font-size: 2rem;
        padding: 2rem;
        color: #000
}
    
.menu-section .mail {
        font-size: 2rem;
        padding: 2rem;
        color: #000;
}
    
.menu-section .phone {
        font-size: 2rem;
        padding: 2rem;
        color: #000;
}
    
.menu-section .address {
        font-size: 2rem;
        padding: 2rem;
        color: #000;
}
    
    .menu-section .location {
        font-size: 2rem;
        padding: 2rem;
        color: #000;
}
    
        .menu-section .location img {
        margin: 3rem;
        width: 25rem;
        border: .5rem solid #000;
}
    
/* menu section ends */

/* brand logo section starts */

.brand-logo-section{
        position: absolute;
        background-color: #fff;
        max-width: 1280px;
        margin: 0 auto;
        left: 5vw;
        right: 5vw;
        bottom: -6rem;
        z-index: 100;
}


.brand-logo-section .brand-logo-container{
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 4rem;
        margin: 2rem;
}

.brand-logo-section .brand-logo-container .logo .brand-logo{
        max-width: 300px;
}

.brand-logo-section .brand-logo-container .logo .brand-logo img{
        width: 100%;
}




/* brand logo section Ends */

.elegant-frame {
  padding: 2rem;                     /* space between content and border */
  background-color: #fff;              /* white background */
  border: 1px solid #ddd;              /* light gray border */
  border-radius: 0.5rem;               /* rounded corners */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* soft drop-shadow */
  margin: 2rem auto;                   /* center on page */
}

/* Resort Section Starts */
    
#section1{
        position: relative;
}
.section .resort-section-container{
        max-width: 1280px;
        margin: 0 auto;
        padding: 15rem 2% 2rem 2%;
}

.section .resort-section-container .resort p{
        font-size: 2rem;
        text-align: justify;
        color: #5B5B5B;
} /* Section Below Dates Internal Nav */

.section .resort-section-container .reviews p{
        font-size: 2rem;
        text-align: justify;
        color: #5B5B5B;
} /* Section Below Dates Internal Nav */


.section .resort-section-container .about p{
        font-size: 2rem;
        text-align: justify;
        color: #5B5B5B;
} /* Section Below Dates Internal Nav */


/* footer section starts */

.footer {
  background: #20293C;
  padding-bottom: 1.0rem;

}

.footer .box-container {
  display: grid;
  text-align: center;
  /* choose one of the two patterns below: */


grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 

align: center;
  max-width: 1200px;
  margin: 0 auto;
}


.footer .box p {
  font-size: 1.5rem;
  color: #e7a233;
  padding: 2rem 0rem 0rem 0rem;
}

.footer .box-container .box a {
  display: block;        /* makes the whole line clickable */
  padding: 0.5rem 0rem 0rem 0rem;
  font-size: 1.5rem;
  color: #ffffff;
}

.footer .box-container .box a:hover {
  color: #e7a233;
  text-decoration: underline;
}

.footer .credit {
  max-width: 888px;
  margin: 0 auto;
  padding: 2.5rem 0rem 0rem 0rem;
  text-align: center;
  font-size: 1.5rem;
  color: #e7a233;
}

/* footer section Ends */





/* media queries starts */

@media (max-width: 888px){

        html{
                font-size: 55%;
        
        }

        .header .header-container .main-header .menu-icon{
                display: inline-block;
        }

        .header .header-container .contact{
                display: none;
        }


        .header .header-container .header-section .main-header{
                padding: 1.5rem 2%;
        }


        .header .header-container .header-section .main-header.sticky{
                padding: 1.5rem 2%;
        }



        .header .header-container .main-header{
                padding-top: 1rem;
        }

        .header .header-container .main-header .nav-bar{
                display: none;
        }

        .header .header-container .bot-nav-bar{
                display: inline-block;
        }



        .menu-section{
                padding: 2rem
        }

        .menu-section .logo-area img {
                width: 25rem;
                padding: 2rem 5rem 0rem 2rem;
        }
        
        .menu-section .lan {
                font-size: 2rem;
        }
        
        .menu-section .mail {
                font-size: 2rem;
        }
        
        .menu-section .phone {
                font-size: 2rem;
        }
        
        .menu-section .address {
                font-size: 2rem;
        }
        
        .menu-section .location {
                font-size: 2rem;
        }
        
        .menu-section .location img {
                margin: 2rem;
                width: 25rem;
        }

        .section .section-container .room-container .box .botton-holder .btn{
                margin-top: 3rem
        }
        
        .section .section-container .room-container .box .botton-holder .btn a{
                font-size: 2rem;
                padding: 1rem;
                margin-top: 2rem;
        }

        .section .section-container .reviews-one .name h2{
                font-size: 2rem;
                color: #4b4a4a;
        }
        
        .section .section-container .reviews-one .name .rated{
                font-size: 2rem;
                color: #307926;
        }



}



@media (max-width: 768px){

        .section h1 {
        font-size: 3rem;
        }


        .header .header-container .description .description-container h1{
                font-size: 3rem;
        }

        .header .header-container .main-header .rating .star{
                font-size: 1.5rem;
        }

        .header .header-container .bot-nav-bar ul li{
                font-size: 2rem;

        }

        .header .header-container .main-header .rating img{
                width: 335px;
        }

        .brand-logo-section{
                bottom: -5rem;
        }
        
        .brand-logo-section .brand-logo-container{
                margin: 2rem;
        }
        
        .brand-logo-section .brand-logo-container .logo .brand-logo{
                max-width: 160px;
        }
        
        



        .footer .box-container .box h3{
                font-size: 2.5rem;
        }
}


@media (max-width: 450px){
        html{
                font-size: 50%;
        
        }

        .header .header-container .main-header .rating img{
                width: 315px;
        }

        .header .header-container .header-section .header-section-container .hotel_name img{
                width: 20rem;
        }

        .section .section-container .room-container .box .botton-holder .btn{
                margin-top: 2rem
        }
        
        .section .section-container .room-container .box .botton-holder .btn a{
                font-size: 1.5rem;
                padding: 1rem;
                margin-top: 2rem;
        }






        .brand-logo-section{
                bottom: -5rem;
        }
        
        .brand-logo-section .brand-logo-container{
                padding: 1rem 1% 2rem 1%;
                justify-content: space-around;
                gap: 1rem;
        }
        
        .brand-logo-section .brand-logo-container .logo .brand-logo{
                max-width: 120px;
        }
        
        
   



        .footer .box-container .box h3{
                font-size: 2rem;
        }
}


@media (max-width: 375px){
        html{
                font-size: 37%;
        
        }

        .header .header-container .main-header .rating img{
                width: 230px;
        }

        .brand-logo-section .brand-logo-container .logo .brand-logo{
                max-width: 100px;
        }

        .section .section-container .fasilitie-content .box{
                height: 200px;
                width: 380px;

        }
}



.nav-bar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-bar ul li {
  font-size: 2.5rem;
  padding-left: 3rem;
  font-weight: bold;
}

.nav-bar ul li a {
  text-decoration: none;
  color: #fff;       /* your original link color */
}

.nav-bar ul li a:hover {
  color: #e7a233;    /* your original hover color */
  cursor: pointer;
}

/* make sure the hamburger stays hidden on desktop */
.menu-icon {
  display: none !important;
}


/* ─── 2) DESKTOP: stick your nav under the fixed header ─────────────── */



/* ─── 3) MOBILE: restore your desktop nav styling + position back in flow ─ */
@media (max-width: 888px) {
  /* show the hamburger again */
  .menu-icon {
    display: inline-block !important;
  }

  .nav-bar {
    position: static;       /* in normal flow, so it scrolls away */
    margin-top: var(--header-height); /* pushes it flush under the header */
  }

  /* evenly spread on small screens */
  .nav-bar ul {
    justify-content: space-around;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .nav-bar ul li {
    flex: 1;
    padding: 1rem 0;
    text-align: center;
    font-size: 2rem;       /* tweak this if you need it smaller */
  }
}

/* ─── constrain the nav-bar to your container ─────────────────── */
.nav-bar {
  max-width: 1280px;      /* match all your other sections */
  margin: 0 auto;         /* center in the page */
  padding: 0 2%;          /* same 2% gutter you use elsewhere */
}

/* ─── DESKTOP (≥889px): push the links right with a fixed gap ─── */
@media (min-width: 889px) {
  .nav-bar ul {
    justify-content: flex-end !important;  /* align to the right */
    gap: 3rem         !important;          /* consistent spacing */
    padding: 0        !important;          /* remove any UL padding */
  }
  .nav-bar ul li {
    padding-left: 0   !important;          /* we’re using gap now */
  }
}

/* ─── MOBILE (≤888px): use container padding, still spread links ─ */
@media (max-width: 888px) {
  .nav-bar ul {
    justify-content: space-around !important; /* spread evenly inside the gutter */
    gap: 0                  !important;       /* no extra gaps—rely on space-around */
    padding: 0              !important;
  }
  .nav-bar ul li {
    flex: 1               !important;       /* fill available space */
    padding: 1rem 0       !important;       /* vertical breathing room */
    font-size: 2rem       !important;       /* adjust smaller if needed */
  }
}



/* MOBILE */
@media (max-width: 888px) {
  .nav-bar {
    margin-top: 6rem !important;  /* same extra gap underneath header */
  }
}

@media (min-width: 889px) {
  .nav-bar {
    position: fixed;
    top: 4.2rem;           /* match your fixed header’s full height */
    left: 50%;
    transform: translateX(-50%);
    max-width: 1280px;
    width: 100%;
    padding: 0 2rem;
    z-index: 1001;        /* now sits above the header */
  }
  .nav-bar ul {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    list-style: none;
  }
  .nav-bar a { color: #fff; text-decoration: none; }
  .nav-bar a:hover { color: #e7a233; }
}










.main-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* crop & center */
}



/* ——— THE GALLERY GRID ——— */
.gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}






.thumb-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;      /* makes height = width */
  overflow: hidden;
  border-radius: 4px;
}

.thumb-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.glightbox-container .gslides,
.glightbox-container .gslide,
.glightbox-container .ginner,
.glightbox-container .gslide-media,
.glightbox-container img {
  background: transparent !important;
}





.glightbox-container 
  .gslide-inner-content 
  .ginner-container {
  
  position: fixed !important;     /* → measure off the viewport, not a nested parent */
  top: 20vh         !important;   /* → how far down you want the top edge */
  left: 50%         !important;   /* → center anchor point */
  transform: translateX(-50%) !important; /* → shift left by half its own width */
  
  width:  80vw      !important;   /* → your desired box size */
  height: 80vh      !important;
  overflow: hidden  !important;
}

/* 2) Make sure the media fills that box */
.glightbox-container .gslide-media {
  position: relative !important;
  width:  100%      !important;
  height: 100%      !important;
}
.glightbox-container .gslide-media img {
  width:       100%      !important;
  height:      100%      !important;
  object-fit:  cover     !important;
}


/* ——— MOBILE (≤768px): stack & keep thumbs visible ——— */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery__thumbs {
    margin-top: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.resort {
  display: flex;
  flex-direction: column;   /* stack on mobile by default */
}

/* SIDEBAR: hide on mobile */
.resort__sidebar {
  display: none;
}

/* DESKTOP: from 768px up (or whatever your breakpoint is) */
@media (min-width: 768px) {
  .resort {
    flex-direction: row;
    align-items: flex-start;    /* align top edges */
  }

  .resort__main {
    flex: 1;                    /* take up remaining space */
    margin-right: 20px;         /* gutter between content & sidebar */
  }

  .resort__sidebar {
    display: block;
    width: 320px;               /* fixed width for the script widget */
  }
}
