@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
*{margin:0;padding:0;border:0;outline:none;box-sizing:border-box;}
*::before,*::after{box-sizing:border-box;}
html,body{width:100%;max-width:100%;overflow-x:hidden;}
img{max-width:100%;height:auto;}

h1, h1 a {font-size:38px;color:#003C6E;text-decoration:none; line-height:40px; text-align:left; margin-bottom:10px; font-family:'Playfair Display', serif;  font-weight:normal;}
.wht {text-decoration:none; margin:0 auto; font-weight:normal; font-size:17px; color:#333; text-transform:uppercase; letter-spacing:1px; line-height:36px;}
.gr { font-size:27px; line-height:36px; color:#fff; font-family:'Playfair Display', serif; padding-bottom:10px;}
.title2, .title2 a {text-align:left; text-decoration:none; font-weight:bold; font-size:21px; color:#333; margin:6px 0; font-family:'Playfair Display', serif;}
.title3, .title3 a  {font-size:30px;color:#fff;text-decoration:none; line-height:40px; margin-bottom:10px; font-weight:normal; text-align:center; font-family:'Playfair Display', serif;}
.t3  {font-size:30px;color:#202020;text-decoration:none; line-height:40px; margin-bottom:10px; font-weight:normal; font-family:'Playfair Display', serif;}
.title4, .title4 a {font-size:30px; font-weight:bold;color:#333; text-decoration:none; text-align:left; margin-bottom:6px; font-family:'Playfair Display', serif;}
.title5 {text-decoration:none; margin:0 auto; font-weight:Normal; font-size:25px; color:#fff; padding:15px 0 5px 0; font-family:'Playfair Display', serif;}
.title5 a { color:#fff; text-decoration:none;}
.title6 {text-decoration:none; margin:0 auto; font-weight:bold; font-size:25px; color:#002D72; letter-spacing:1px; line-height:34px; font-family:'Playfair Display', serif;}
.top2 {margin-top:2% !important;}
.ct { text-align:center;}
.white {text-decoration:none; margin:0 auto; font-weight:bold; font-size:21px; color:#fff;  text-transform:uppercase; letter-spacing:1px; margin-top:10px;}
body{ background:#fff; font-family: 'Montserrat', sans-serif;}
.call{ float:right; padding:8px 8px;  color:#c20808; font-size:16px; border:solid 1px #c20808; font-weight:bold; text-align:center; margin:6px 0; }
.call a { color:#c20808; text-decoration:none;}
#headbg {margin:0 auto; z-index:1000; width:100%; float:none; position:fixed; background-color: rgba(0, 60, 110, 0.8);  -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 10%);}
#head { margin:0 auto; width:86%;  }
	
.logo{ width:150px;  position:absolute; z-index:100; padding-top:10px;}
.logo img { width:100%;}
.menu { float:right; width:70%; margin:12px 12px; right:20px;}
.phone { float:right; width: 90%; text-align:right; margin-right:150px;}
.phone a{
    color:#fff;
    text-decoration:none;
font-size:17px;}
.bk {float:right;} 

/* ===== RIBBON BOOK NOW BUTTON ===== */
.ribbon-book{
    position: absolute; right:60px;
    display: inline-block;
    width: 120px;
    height: 105px;
    background: #EB0029;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        50% 100%,
        0 85%
    );
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

h2, h2 a {
    font-size: 39px;
    color: #003C6E;
    text-decoration: none;
    line-height: 40px;
    text-align: left;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}


/* TEXT */
.ribbon-book span{
    position: absolute;
    top: 35%;
    left: 50%; padding-top:12px;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1.4;
}

/* HOVER EFFECT */
.ribbon-book:hover{
    background:#d60023;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/* OPTIONAL SHINE EFFECT */
.ribbon-book::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(
        120deg,
        transparent 30%,
        rgba(255,255,255,0.25),
        transparent 70%
    );
    opacity:0;
    transition:.4s;
}
.ribbon-book:hover::after{
    opacity:1;
}

.map1{ font-size:12px;
padding:10px;
width:50%; font-family: 'Montserrat', sans-serif;
margin-right:15px; background:#fff;
border: 1px double #929292;
color:#444;
float:left;
}

.content {width:80%; margin:0 auto; padding:3% 0; position:relative; }
.cont {width:96%; margin:0 auto; border-bottom:solid 1px #c0c0c0; padding-bottom:15px; }
.content p, .con1 p {font-size:17px; color:#333; font-weight:normal; line-height:28px; text-align:left; margin-top:20px;}
.content p a {color:#006ba3; text-decoration:none;}



#smo{ width:220px; float:right;}
.social-icon{float:left; padding:10px 6px; width:24px;}

#footbg { width:100%; background:#003C6E; padding:3% 0;}
#footer  {width:86%; margin:0 auto;  line-height:30px; color:#fff;}
#footer p{ font-size:14px; color:#fff; font-weight:normal;}
#footer p a{text-decoration:none; color:#fff;}
.footer-col {float:right; width:38%; text-align:left; padding:15px 0px; font-size:15px; font-weight:normal;}
.footer-co {float:left; width:200px; text-align:left; padding-top:40px;}
.footer-col ul { float:left; width:40%; margin-left:22px;}
.footer-col ul li{list-style:circle; line-height:28px; }
.footer-col ul li a{ font-size:14px; font-weight:normal; text-decoration:none; color:#fff;}
.footer-col ul li a:hover{text-decoration:none; color:#ccc;}

#w2b-StoTop{display: block;position: fixed;top:78%;padding: 10px; color:#fff; font-size:13px; right:0; margin-right:20px; text-decoration:none; cursor:pointer; background:#4c4c4c;}
#w2b-StoTop a{color:#fff; text-decoration:none; font-size:13px;}
.col{ width:36%; font-size:16px; color:#323437;  float:left; font-weight:normal; margin:20px 20px;}
.col ul li{ font-size:16px; color:#323437; list-style:circle; margin-left:20px; line-height:30px;}
.col ul li a{color:#323437; text-decoration:none;}
#lastbg { width:100%;  background:#333;}
.last  {width:86%; margin:0 auto; padding:1% 0%; line-height:30px; color:#ededed;}
.last p, p a{line-height:26px; font-size:14px; line-height:26px; padding:5px 0; color:#ededed; text-decoration:none; font-weight:200;}
}
.smo{ width:90%; float:left; padding:10px 0;}
.social-icons {
            display: flex;
            gap: 12px; margin-top:10px;
        }
        .social-icons a {
            text-decoration: none;
            color: white;
            width: 34px;
            height: 34px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
        }
        .social-icons a.facebook { background-color: #3b5998; }
        .social-icons a.twitter { background-color: #1da1f2; }
        .social-icons a.instagram { background-color: #e4405f; }
        .social-icons a.linkedin { background-color: #0077b5; }
        .social-icons a.youtube { background-color: #ff0000; }
label { display:none;}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1.4 !important;
    text-rendering: auto;
}

.collapsible {
 background-color: #fff;
  color: #777; font-weight:bold;
  cursor: pointer;
  padding:8px 12px; font-family: 'Comfortaa', cursive;
  width:100%; margin:0 auto; float:none;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: none;
}

.addtx {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  
}

#w2b-StoTop{display: block;position: fixed;top:70%;padding: 10px; color:#fff; font-size:14px; right:0; margin-right:20px; text-decoration:none; cursor:pointer; background:#c41e3a;}
#w2b-StoTop a{color:#fff; text-decoration:none; font-size:14px;}


.reserve { color:#333; text-align:center; margin:0 auto; font-size:24px;  text-transform:uppercase;  float:left;   line-height:35px; font-weight:normal; padding:4px 10px;}
#reserve {margin:0 auto; font-family: 'Poppins', sans-serif; width:100%; padding:12px 0; position: absolute;   z-index: 1000;    bottom: 10px;}
.imenu { width:78%; margin:0 auto;     background-color: rgba(255, 255, 255, 0.9); padding:18px 14px;}
.check1{ margin:0px 12px; float:left; width:10%; }
#submit{float:left; margin-top:5px; }
.message1{ font-size:12px; background:#fff;
width:88%; padding:10px 8px;
border: 1px double #cecece;
overflow:hidden;
margin:0 auto;
color:#444; font-family: 'Poppins', sans-serif; border-radius:10px;
}
.message{font-size:12px; border-radius:10px;
width:100%; padding:9px;
border: 1px double #cecece;
overflow:hidden; background:#fff;
margin:0 auto;
color:#444; font-family: 'Poppins', sans-serif;
}
input[type="submit"]
.palace-button, input[type="submit"], input#searchsubmit {
background-color:#EB0029; border:none; color:#fff; font-size: 16px; font-family: 'Poppins', sans-serif;  padding:7px 32px; font-weight:bold;  border-radius:6px; letter-spacing:1px;}
::-webkit-input-placeholder {
   color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;  
}

:-ms-input-placeholder {  
   color: #333333;  
}
.map1{ font-size:12px;
padding:10px;  font-family: 'Poppins', sans-serif;
width:50%;
margin-right:15px; background:#fff;
border: 1px double #929292;
color:#444;
float:left; border-radius: 20px;
}
label { display:none;}

.cc_dialog.simple {
left: 0 !important;
top: auto;
bottom: 0;
right: auto !important;
max-width: 87% !important;
position: fixed;
}
.ada { width:100%; margin:0 auto;  text-align:center; color:#fff; background:#333; font-size:17px; padding:1% 0;}
.ada a { color:#fff; text-decoration:none;}

.fq{text-align:left; text-decoration: none; color:#004986; font-weight:bold;  font-size:18px;  line-height:34px; margin-top:6px; list-style:none;}
.fqa{font-size:16px; color:#424242; font-weight:normal; line-height:28px; text-align:left;}
.fqa a{font-size:16px; color:#FD7120; text-decoration:none;}




body{
  font-family:'Montserrat', sans-serif;
}

/* ===== SLIDER ===== */
.hero-slider{
  position:relative;
  height:100vh;
  overflow:hidden;
}
.slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:1s ease;
}
.slide::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(to right,rgba(0,0,0,.55),rgba(0,0,0,.15));
}
.slide.active{opacity:1;}

/* ===== CONTENT ===== */
.slide-content{
  position:absolute; background-color: rgba(0, 0, 0, 0.8); padding:4px 20px;
      top: 80%;
    left: 12%;
  transform:translateY(-50%);
  max-width:520px;
  color:#fff;
}
.slide-content small{
  letter-spacing:2px;
  font-size:13px;
}
.slide-content .t1{
  font-family:'Playfair Display', serif;
  font-size:26px;   color:#fff;
  line-height:1.2;
  margin:15px 0 25px;
}
.slide-content a{
  display:inline-block;
  padding:14px 36px;
  border:2px solid #fff;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  letter-spacing:1px;
  position:relative;
  overflow:hidden;
}
.slide-content a::after{
  content:'';
  position:absolute;
  inset:0;
  background:#fff;
  transform:translateY(100%);
  transition:.3s;
}
.slide-content a span{
  position:relative;
  z-index:2;
}
.slide-content a:hover::after{
  transform:translateY(0);
}
.slide-content a:hover span{
  color:#000;
}

/* ===== ARROWS ===== */
.arrow{
  position:absolute;
  top:50%; background:#737373;
  transform:translateY(-50%);
  color:#fff; 
  font-size:30px;
  cursor:pointer;
  padding:10px;
  z-index:5;
}
.prev{left:30px;}
.next{right:30px;}

/* ===== MOBILE ===== */
@media(max-width:768px){
.hero-slider{height:75vh;}
.slide-content{
  left:6%;
  right:6%;
}
.slide-content h1{
  font-size:32px;
}
}	

.section-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

.section.reverse {
    flex-direction: row-reverse;
}

.section-content {
    flex: 1;
}

.section-content h2 {
    font-size: 37px; font-family:'Playfair Display', serif;
    margin-bottom: 15px; font-weight:Normal;
    color: #003C6E;
}

.section-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.read-more {
    display: inline-block;
    padding: 12px 28px;
    background: #003C6E;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: 0.3s;
}

.read-more:hover {
    background: #002a4f;
}

.image-grid {
    flex: 1;
    
    gap: 15px;
}

.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.image-grid img.large {
    grid-column: span 2;
    height: 260px;
}

/* Section Wrapper */
.image-section {
    max-width: 1200px;
    margin: auto;
    padding: 80px 20px;
}

/* Image Grid */
.image-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
}

/* Image Box */
.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

/* Images */
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Right Column Stack */
.right-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 25px;
}

/* Hover Zoom */
.image-box:hover img {
    transform: scale(1.08);
}

/* Overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.45)
    );
    opacity: 0;
    transition: 0.4s ease;
}

.image-box:hover .overlay {
    opacity: 1;
}

/* Caption */
.caption {
    position: absolute; background-color: rgba(0, 0, 0, 0.8); padding:10px 10px;
    bottom: 25px;
    left: 25px;
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.caption h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.caption span {
    font-size: 13px;
    opacity: 0.9;
}

.image-box:hover .caption {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
    .image-layout {
        grid-template-columns: 1fr;
    }

    .right-stack {
        grid-template-rows: auto;
    }
}


/* Responsive */
@media (max-width: 991px) {
    .section,
    .section.reverse {
        flex-direction: column;
    }

    .image-grid img.large {
        height: auto;
    }

    .section-content h2 {
        font-size: 28px;
    }
}

.editorial-slider {
    background: var(--brand);
    padding: 80px 0;
    overflow: hidden;
}

/* ===== Container ===== */
/* Attraction Section */
.attraction-section{
    position:relative;
    width:100%;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:2px 0%;
    background-image:url('../images/aquarium.jpg'); /* Replace with your image path if needed */
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

/* Dark overlay */
.attraction-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.45);
}

/* Content Box */
.attraction-content{
    position:relative;
    max-width:520px;
    background:rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding:40px;
    border-radius:12px;
    color:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.white {
    font-size:32px;
    margin-bottom:20px;
    font-weight:700; color:#fff;  font-family: 'Playfair Display', serif;     font-weight: normal;

}

.attraction-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:25px;
    font-weight:300;
}

.attraction-btn{
    display:inline-block;
    padding:12px 28px;
    background:#003C6E;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:30px;
    transition:0.3s ease;
}

.attraction-btn:hover{
    background:#ffffff;
    color:#003C6E;
}

/* Responsive */
@media (max-width: 991px){
    .attraction-section{
        justify-content:center;
        padding:60px 5%;
    }

    .attraction-content{
        max-width:100%;
    }
}

@media (max-width: 576px){
    .attraction-section{
        min-height:auto;
        padding:80px 20px;
    }

    .attraction-content{
        padding:25px;
    }

    .attraction-content h2{
        font-size:24px;
    }

    .attraction-content p{
        font-size:14px;
    }
}

/* =========================================================
   RESPONSIVE LAYOUT FIXES
   Keeps the current desktop design and only reorganizes
   elements on tablets and phones.
   ========================================================= */

/* Fluid media and form controls */
iframe,
video,
embed,
object {
    max-width: 100%;
}



.arrow {
   background-color: rgba(0, 0, 0, 0.8);
    border: 0;
    font-family: inherit;
    line-height: 1;
}

.footer-logo {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
}

/* Large tablets and smaller desktops */
@media (max-width: 1199px) {
    #head,
    #footer,
    .last {
        width: 94%;
    }

    .menu {
        width: 74%;
        margin-right: 0;
    }

    .phone {
        width: 100%;
        margin-right: 135px;
    }

    .ribbon-book {
        right: 20px;
    }

    .imenu {
        width: 92%;
    }

    .check1 {
        margin-left: 7px;
        margin-right: 7px;
        width: 11%;
    }

    .section-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .image-section {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Tablets */
@media (max-width: 991px) {
    #head {
        width: 96%;
    }

    .logo {
        width: 135px;
    }

    .menu {
        width: calc(100% - 145px);
        margin: 10px 0 8px;
    }

    .phone {
        margin-right: 115px;
        font-size: 15px;
    }

    .phone a {
        font-size: 15px;
    }

    .ribbon-book {
        right: 10px;
        width: 100px;
        height: 90px;
    }

    .ribbon-book span {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .hero-slider {
        height: 78vh;
        min-height: 560px;
    }

    .slide-content {
        max-width: 460px;
    }

    .slide-content .t1 {
        font-size: 40px;
    }

    #reserve {
        position: relative;
        bottom: auto;
        padding: 0;
        z-index: 20;
        background: #fff;
    }

    .imenu {
        width: 100%;
        padding: 22px 4%;
        background-color: rgba(255,255,255,0.98);
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }

    .reserve {
        float: none;
        width: 100%;
        padding: 0 0 12px;
        font-size: 22px;
    }

    #f {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        width: 100%;
    }

    .check1 {
        float: none;
        width: auto;
        margin: 0;
        min-width: 0;
    }

    .message,
    .message1,
    .check1 input[type="submit"] {
        display: block;
        width: 100%;
        min-height: 42px;
        margin: 0;
    }

    .check1 input[type="submit"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .caltpbg_a,
    .caltpbg_b,
    #calendarBoxArrive,
    #calendarBoxDepart {
        max-width: calc(100vw - 30px) !important;
        left: 15px !important;
        right: 15px !important;
    }

    .ada {
        padding: 12px 20px;
        font-size: 15px;
        line-height: 1.6;
    }

    .content {
        width: 90%;
        padding-top: 45px;
    }

    h1,
    h1 a,
    h2,
    h2 a {
        font-size: 34px;
        line-height: 1.2;
    }

    .section,
    .section.reverse {
        gap: 20px;
    }

    .section-content,
    .image-grid {
        width: 100%;
    }

    .image-section {
        width: 100%;
        padding: 25px 0 45px;
    }

    .image-layout {
        grid-template-columns: 1.35fr 0.65fr;
        gap: 18px;
    }

    .right-stack {
        gap: 18px;
    }

    .image-box {
        min-height: 210px;
    }

    .attraction-section {
        min-height: 540px;
    }

    .attraction-content {
        width: min(90%, 620px);
        margin: 0 auto;
    }

    #footer {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 4%;
    }

    .footer-co {
        float: none;
        width: 28%;
        padding-top: 25px;
    }

    .footer-col {
        float: none;
        width: 68%;
        padding: 15px 0;
    }

    .footer-col:last-of-type {
        width: 100%;
        padding-top: 0;
    }

    .footer-col ul {
        width: 45%;
    }
}

/* Phones and small tablets */
@media (max-width: 767px) {
    #headbg {
        position: relative;
        background-color: #003C6E;
    }

    #head {
        width: 100%;
        padding: 0 15px 10px;
    }

    .logo {
        position: relative;
        float: left;
        width: 128px;
        padding-top: 9px;
    }

    .bk {
        position: relative;
        float: right;
        width: 86px;
        height: 76px;
    }

    .ribbon-book {
        position: relative;
        top: 0;
        right: auto;
        float: right;
        width: 86px;
        height: 76px;
        box-shadow: 0 7px 18px rgba(0,0,0,0.25);
    }

    .ribbon-book:hover {
        transform: none;
    }

    .ribbon-book span {
        top: 34%;
        padding-top: 10px;
        font-size: 14px;
        line-height: 1.25;
    }

    .menu {
        clear: both;
        float: none;
        width: 100%;
        margin: 0;
        padding-top: 5px;
        right: auto;
    }

    .phone {
        float: none;
        width: 100%;
        margin: 0;
        padding: 7px 0 9px;
        text-align: center;
    }

    .phone a {
        display: inline-block;
        font-size: 15px;
    }

    #cssmenu {
        width: 100% !important;
    }

    #cssmenu ul,
    #cssmenu li,
    #cssmenu a {
        max-width: 100%;
    }

    #cssmenu a {
        white-space: normal;
    }

    .hero-slider {
        height: 64vh;
        min-height: 410px;
        max-height: 620px;
    }

    .slide {
        background-position: center center;
    }

    .slide-content {
        top: 50%;
        left: 10%;
        right: 10%;
        max-width: none;
    }

    .slide-content small {
        font-size: 11px;
    }

    .slide-content .t1 {
        margin: 10px 0 0;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.18;
    }

    .arrow {
        top: 52%;
        padding: 8px;
        font-size: 25px;
    }

    .prev {
        left: 8px;
    }

    .next {
        right: 8px;
    }

    #f {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content {
        width: 90%;
        padding-top: 38px;
    }

    h1,
    h1 a,
    h2,
    h2 a {
        font-size: 29px;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .content p,
    .con1 p,
    .section-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .section-wrapper {
        padding: 35px 5%;
    }

    .section-content h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .image-layout {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .right-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 15px;
    }

    .image-box,
    .right-stack .image-box {
        min-height: 210px;
    }

    .caption {
        bottom: 16px;
        left: 16px;
        right: 12px;
        opacity: 1;
        transform: none;
    }

    .overlay {
        opacity: 1;
    }

    .caption h4 {
        font-size: 17px;
    }

    .attraction-section {
        min-height: auto;
        padding: 65px 5%;
        justify-content: center;
    }

    .attraction-content {
        width: 100%;
        max-width: 620px;
        margin: 0;
        padding: 30px;
    }

    .attraction-content h2 {
        font-size: 27px;
        line-height: 1.25;
    }

    #footbg {
        padding: 35px 0;
    }

    #footer {
        display: block;
        width: 90%;
    }

    .footer-co,
    .footer-col,
    .footer-col:last-of-type {
        float: none;
        width: 100%;
    }

    .footer-co {
        padding: 5px 0 20px;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-col {
        padding: 10px 0;
    }

    .footer-col ul {
        width: 44%;
        margin-left: 6%;
    }

    .social-icons {
        flex-wrap: wrap;
    }

    .last {
        width: 90%;
        padding: 15px 0;
    }

    #w2b-StoTop {
        top: auto;
        right: 10px;
        bottom: 82px;
        margin-right: 0;
        z-index: 2500;
    }

    #cookieConsent {
        padding: 12px 15px !important;
        line-height: 1.5;
        z-index: 3000 !important;
    }

    #acceptCookies {
        display: inline-block;
        margin: 9px 0 0 10px !important;
    }
}

/* Narrow phones */
@media (max-width: 480px) {
    #head {
        padding-left: 12px;
        padding-right: 12px;
    }

    .logo {
        width: 115px;
    }

    .bk {
        width: 76px;
        height: 69px;
    }

    .ribbon-book {
        width: 76px;
        height: 69px;
    }

    .ribbon-book span {
        font-size: 12px;
        letter-spacing: 0.7px;
    }

    .phone a {
        font-size: 14px;
    }

    .hero-slider {
        height: 56vh;
        min-height: 360px;
    }

    .slide-content {
        left: 12%;
        right: 12%;
    }

    .slide-content .t1 {
        font-size: clamp(25px, 8vw, 32px);
    }

    .imenu {
        padding: 18px 15px;
    }

    .reserve {
        font-size: 20px;
    }

    #f {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .message,
    .message1,
    .check1 input[type="submit"] {
        min-height: 44px;
    }

    .ada {
        padding: 12px 15px;
        font-size: 14px;
    }

    .content {
        width: 88%;
        padding-top: 32px;
    }

    h1,
    h1 a,
    h2,
    h2 a {
        font-size: 25px;
    }

    .section-wrapper {
        padding-left: 6%;
        padding-right: 6%;
    }

    .right-stack {
        grid-template-columns: 1fr;
    }

    .image-box,
    .right-stack .image-box {
        min-height: 220px;
    }

    .attraction-section {
        padding: 55px 18px;
    }

    .attraction-content {
        padding: 24px 20px;
    }

    .attraction-content h2 {
        font-size: 24px;
    }

    .footer-col ul {
        float: none;
        width: 100%;
        margin: 0 0 0 20px;
    }

    .title5 {
        font-size: 22px;
        line-height: 1.35;
    }

    #acceptCookies {
        display: block;
        margin: 10px auto 0 !important;
    }
}

/* Very small phones */
@media (max-width: 360px) {
    .logo {
        width: 105px;
    }

    .bk,
    .ribbon-book {
        width: 70px;
        height: 64px;
    }

    .slide-content .t1 {
        font-size: 24px;
    }

    .content,
    #footer,
    .last {
        width: 92%;
    }
}

.amenitypg {
      width:40%; float:left; 
      margin: 10px 10px 0 60px;
      padding: 20px; 
      
    }
  
    .amenitypg ul {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 15px 30px;
    }
    .amenitypg li {
      font-size: 17px;
      color: #333; padding:8px 0;
      display: flex;
      align-items: center; text-align:left;
    }
    .amenitypg li i {
       color: #333;
      margin-right: 10px;
      font-size: 18px;
      min-width: 20px;
      text-align: center;
    }
.amenitypg-list li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 10px;
}

.amenitypg-list li::before {
  content: "";
  position: absolute;
  left: 0;
   color: #333; /* Blue checkmark */
  font-size: 17px;
}
.col1 {  width:40%; float:left; text-align:left; padding: 20px;  font-size: 17px;  color: #333; margin-left:30px; }
.col1 ul li {list-style:circle; line-height:36px;}
.col1 ul li a {color: #333; text-decoration:none; list-style:none;}	

.feature-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    gap: 60px;
    background: white;
    margin-bottom: 15px;
}

.feature-box.reverse {
    flex-direction: row-reverse;
}
.img-side {
    max-width: 350px;
}
.img-side img {
    width: 100%;
    max-width: 550px;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.text-side {
    max-width: 700px;
}

.text-side h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.text-side p {
    font-size: 17px;
    margin-bottom: 20px;     line-height: 1.8;
}



/* ----- MOBILE RESPONSIVE ----- */

@media (max-width: 768px) {
    .feature-box,
    .feature-box.reverse {
        flex-direction: column;
        text-align: center;
    }

    .img-side img {
        height: 250px;
    }
}
.distance {
    background: #f4f4f4;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.maptop {padding-top:80px;}

.faq-wrapper{ width:90%; max-width:1200px; margin:60px auto; } .faq-intro{ text-align:center; margin-bottom:50px; } .faq-intro h2{ margin-bottom:20px; } .faq-intro p{ line-height:30px; } .faq-intro p a {color: #000;} .faq-intro p a:hover {color: #4f4c4c;} .faq-item{ margin-bottom:15px; border:1px solid #e5e5e5; overflow:hidden; background:#fff; box-shadow:0 3px 15px rgba(0,0,0,.05); } 

.faq-question {
    background: #c39b5e;
    color: #fff;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    LINE-HEIGHT: 30PX;
}

 .faq-question:after{ content:'+'; position:absolute; right:25px; font-size:24px; } .faq-item.active .faq-question:after{ content:'-'; } .faq-answer{ display:none; padding:25px; line-height:30px; } .faq-answer a{ color:#c39b5e; text-decoration:none; font-weight:bold; }