.builder_block {
margin:0;
}

.block_wrapper_main {
width:100%;
}

.hide-desktop {
    display: none !important;
}
.hide-mobile {
    display: flex !important;
}

.whatson-template-default header {
display: none !important;
}
.grecaptcha-badge { 
visibility: hidden;
}
.mobile_book_button {
display: none !important;
}
.wrapper-headers h2, .wrapper-headers h3, .wrapper-headers h4, .main-half h2, .main-half h3, .main-half h4, .restaurant-txt-box h2, .restaurant-txt-box h3, .restaurant-txt-box h4 {
font-size: 30px;
line-height: 31px;
letter-spacing: 0px;
color: var(--black-light2);
}
.wrapper-headers p, .main-half p, .restaurant-txt-box p {
color: var(--black-light);
font-size: 12pt;
font-weight: 400;
line-height: 24px;
letter-spacing: 0px;
padding: 0 0 40px 0;
margin: 0;
}


.sliders-wrap-control h3 a {
color: var(--black) !important;
text-decoration: none !important;
font-size: 18pt !important;
}

/*  .sliders-wrap-control .private_dining_block {
width: 360px !important;
}  */

.private_dining_block {
flex-direction: column;
}


.main-half img {
max-width: 100%;
}

.locations-banner .banner-inner-header {
overflow: hidden;
max-height: 50vh !important;
}
#diningsection .slick-slide,#whatsonsection .slick-slide {
margin: 0 15px 0 0 !important;
}
.slick-track {
margin: 0 auto !important
}

.slick-next {
right: -20px !important;
}
.slick-prev {
left: -20px !important;
}
#gallerysection .slick-next {
right: 5px !important;
width: 50px;
height: 50px;
}
#gallerysection .slick-prev {
left: 5px !important;
width: 50px;
height: 50px;
}
.slick-prev, .slick-next {
z-index: 1;
width: 30px;
height: 30px;
}
.slick-prev img, .slick-next img {
width:100%;
}

.slick-next:before, .slick-prev:before {
display: none !important;
}

.mobile-banner-wrapper {
display: none;
}
.desktop-banner-wrapper {
display: block;
}

.topnav .collectionlogomenu {
max-width: 200px;
margin: 20px 0 30px 0;
}

.image_block img {
width: 100%;
}

.imgfull, .imgfull img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.image_block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cb-row .image_block img, .cb-row .image_block {
width: auto !important;
}

.image_block img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


/* image sizes */

.imgicon img {
max-width: 60px;
max-height: 60px;
}
.imgsmall img {
max-width: 120px;
max-height: 120px;
margin: 0 auto;
}
.imgmedium img {
max-width: 220px;
max-height: 220px;
margin: 0 auto;
}
.imglarge img {
max-width: 500px;
max-height: 500px;
margin: 0 auto;
}
.imgfull img {
max-width: 100%;
width: 100%;
max-height: 90vh;
}


/* footer image sizes */

.footer-builder .imgicon img, .footer-builder .imgsmall img, .footer-builder .imgmedium img, .footer-builder .imglarge img {
margin: 0 ;
}




.imgfull img, .imglarge img, .imgmedium img, .imgsmall img, .imgicon img   {
object-fit: cover;
display: flex;
}

/* background image sizes */

.bgimgicon .bg-media img {
max-width: 32px;
}
.bgimgsmall .bg-media img {
max-width: 25%;
margin: 0 auto;
}
.bgimgmedium .bg-media img {
max-width: 50%;
margin: 0 auto;
}
.bgimglarge .bg-media img {
max-width: 80%;
margin: 0 auto;
}
.bgimgfull .bg-media img {
max-width: 100%;
width: 100%;
}


/* Contact Form 7 Override */

/* ===== Contact Form 7 – Opal-flavoured ===== */
.wpcf7 {
  --cf7-gap: 14px;
  --cf7-radius: var(--brand-border-radius, 8px);
  --cf7-accent: var(--brand-main-color, #2e6f6b);
  --cf7-text: var(--brand-body-color, #222);
  --cf7-muted: color-mix(in srgb, var(--cf7-text) 60%, #fff 40%);
  --cf7-border: color-mix(in srgb, var(--brand-main-color) 18%, #fff 82%);
  --cf7-border-strong: color-mix(in srgb, var(--cf7-text) 28%, #fff 72%);

  font: inherit;
  color: var(--cf7-text);
}

/* Form layout */
.wpcf7 form {
  display: grid;
  gap: var(--cf7-gap);
}

/* Optional “split” layout on wide screens: add class .form--split to the CF7 wrapper */
.wpcf7.form--split form {
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  .wpcf7.form--split form {
    grid-template-columns: 1fr 1fr;
  }
  .wpcf7.form--split .wpcf7-submit,
  .wpcf7.form--split .wpcf7-response-output {
    grid-column: 1 / -1;
  }
}

/* Labels */
.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 label {
  display: block;
  font: inherit;
  font-weight: inherit;
  color: var(--brand-titles-color, currentColor);
  margin: 2px 0 6px;
}

/* Inputs */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    font: inherit;
    line-height: 1.4;
    color: var(--brand-titles-color, inherit);
    background: transparent;
    border-bottom: 1px solid var(--brand-main-color);
    border-radius: var(--cf7-radius);
    padding: 8px 14px;
    transition: border-color .2s 
ease, box-shadow .2s 
ease, background-color .2s 
ease;
    appearance: none;
    border-top: none;
    border-right: none;
    border-left: none;
    font-style: italic !important;
}
.wpcf7 textarea {
    min-height: 30px;
    resize: vertical;
    max-height: 130px;
}

/* Placeholder */
.wpcf7 ::placeholder {
  color: var(--cf7-muted);
}

/* Focus state (accessible) */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: var(--cf7-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--cf7-accent) 20%, transparent);
}

/* Checkbox & radio nicer spacing */
.wpcf7 .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 14px;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  accent-color: var(--cf7-accent);
}

/* Submit button (uses your theme vars if available) */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: var(--cf7-radius);
  border: 1px solid var(--opal-btn-border, var(--cf7-accent));
  color: var(--opal-btn-color, #fff);
  background: var(--opal-btn-bg, var(--cf7-accent));
  cursor: pointer;
  transition: transform .05s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  background: var(--opal-btn-bg-hover, color-mix(in srgb, var(--cf7-accent) 88%, #000 12%));
  color: var(--opal-btn-color-hover, #fff);
  border-color: var(--opal-btn-border-hover, var(--opal-btn-bg-hover, var(--cf7-accent)));
}
.wpcf7 input[type="submit"]:active,
.wpcf7 .wpcf7-submit:active {
  transform: translateY(1px);
}

/* Messages & validation */
.wpcf7 .wpcf7-not-valid {
  border-color: #d93025;
  box-shadow: 0 0 0 3px color-mix(in srgb, #d93025 18%, transparent);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: .9em;
  color: #d93025;
  margin-top: 6px;
}

.wpcf7 .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 14px;
  border-radius: var(--cf7-radius);
  border: 1px solid var(--cf7-border-strong);
  background: #fff;
  color: var(--cf7-text);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #198754;
  background: color-mix(in srgb, #198754 8%, #fff 92%);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #d93025;
  background: color-mix(in srgb, #d93025 8%, #fff 92%);
}

/* Spinner alignment */
.wpcf7 .wpcf7-spinner {
  margin-left: 10px;
}

/* Small helper – group fields side-by-side when you wrap them */
.wpcf7 .row {
  display: grid; gap: var(--cf7-gap);
}
@media (min-width: 700px) {
  .wpcf7 .row.row-2 { grid-template-columns: 1fr 1fr; }
  .wpcf7 .row.row-3 { grid-template-columns: 1fr 1fr 1fr; }
}

/* Dark backgrounds: auto-adjust */
.has-dark-bg .wpcf7 input,
.has-dark-bg .wpcf7 select,
.has-dark-bg .wpcf7 textarea {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.22);
  color: #fff;
}
.has-dark-bg .wpcf7 ::placeholder { color: rgba(255,255,255,.65); }







.location-img-box span {
display: inline-block;
width: 100%;
}
#iframe-wrapper .inner-menu-wrap, #iframe-wrapper-alt .inner-menu-wrap {
width: 100%;
height: 100%;
background-color: #f5f3ed;
}


.menu-page-wrapper .search-location-box input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none !important;
height: 30px !important;
width: 30px !important;
background: url(../images/clear-icon.png) 0 0 no-repeat !important;
cursor: pointer !important;
}
.menu-page-wrapper .search-location-box input[type="search"]::-webkit-search-cancel-button {
margin-right: 20px !important;
}


@media(max-width:878px) {
#iframe-wrapper, #iframe-wrapper-alt {
padding: 50px 10px !important;
}
#openmenu {
margin: 10px auto 0 auto;
display: inline-block;
background: #ffffff;
color: #000000;
width: 150px;
}

}

#booksection {
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
min-height: 60vh;
}
#booksection .bgoverlay {
background: rgba(245,243,237,0.85);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
#booksection .inner-wrapper {
z-index: 2 !important;
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

#booksection #ot-widget-container35 {
max-height: 130px !important;
}
.main-third h2 {
font-size: 1.4em !important

}
#diningsection .main-third img, #whatsonsection .main-third img {
width: 100%;
margin: 0 0 10px 0;
}

#diningsection .main-third h2, #diningsection .main-third p {
text-align: left;
padding: 20px 20px 0 20px;
width: 100%;
display: inline-block;
color: inherit;
text-decoration: none;
}
#whatsonsection .main-third h2, #whatsonsection .main-third p, #whatsonsection .main-third .date {
text-align: left;
padding: 20px 0 0 20px;
width: 100%;
display: inline-block;
color: inherit;
text-decoration: none;
}
#whatsonsection .main-third h2 {
padding: 0 0 0 20px;
}
#whatsonsection .main-third p {
margin: 0;
padding: 20px 0 10px 20px;
font-size: 12px;


}

#diningsection .main-third a, #whatsonsection .main-third a {
color: inherit;
text-decoration: none;
margin: 0 0 20px 20px;
}
#diningsection .wrapper .main-third, #whatsonsection .wrapper .main-third {
padding: 0 0 20px 0px;
min-height: 550px !important;
position: relative;
}

.restaurant-img-box {
width: 100%;
min-height: 300px;
overflow: hidden;
background-size: cover !important;
background-position: center center !important;
}
.restaurant-txt-box {
min-height: 250px !important;
position: relative;
}
#giftcards img, #gallerysection img, .banner-slick-slider-alt {
width:100%;
}
#whatsonsection .main-third .book-btn, #diningsection .main-third .book-btn {
position: absolute;
left: 0px;
bottom: 20px;
}

html {
scroll-behavior: smooth;
}

#booksection, #gallerysection, #menussection, #whatsonsection, #aboutsection {
scroll-margin-top: 100px;
}

/* Structure */
.main-slider-bg {
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
height: 50vh;
}
.banner-inner-header .slick-track {
max-height: 50vh;
overflow: hidden;
}
#gallerysection .main-slider-bg {
height: 60vh
}
#gallerysection .slick-track {
max-height: 60vh;
overflow: hidden;
}
.wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}
.wrapper .main-half {
width: 48%;
 padding: 5%;
}
.wrapper .main-third {
width: 30%;
margin: 0 1%;
}
.inner-wrapper {
max-width: 1300px;
margin: 0 auto;
padding: 2.5% 0;
}

.wrapper-headers {
height:150px;
}

.full-height {
min-height: 70vh
}

/* Buttons  */


.btn {
background: var(--opal-bg);
color: var(--brand-body-color);
border-radius: var(--brand-border-radius);
width: auto;
height: 48px;
font-size: inherit;
line-height: normal;
letter-spacing: 0;
padding: 0 15px;
margin: 0 2px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-wrap-mode: nowrap;
}
header .btn {
background:#ffffff !important;
}

.btn-main {
background: var(--opal-bg);
color: var(--brand-body-color);
border-radius: var(--brand-border-radius);
}

.btn-main:hover {
background: var(--brand-main-color);
color: var(--opal-bg) !important;
}

.btn:hover {
background: var(--brand-main-color);
color: var(--opal-bg) !important;
}

.button_block button, .button_block input {
border-radius: var(--brand-border-radius);
width: auto;
height: 48px;
font-size: 16px;
line-height: normal;
letter-spacing: 0;
padding: 0 15px;
margin: 0 2px;
border: 1px solid var(--brand-body-color);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
max-width: 150px;
} 

.button_block input {
max-width: 150px;
}



.view_all_button button,.view_all_button button:hover, .view_all_button button:active, .view_all_button button:focus {
color: var(--white) !important;
background: var(--black-light2) !important;
}


.content_block.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content_block.button-group.button_left { justify-content: flex-start; }
.content_block.button-group.button_center { justify-content: center; }
.content_block.button-group.button_right { justify-content: flex-end; }

.content_block.button-group {
    flex-direction: row !important;
    width: 100% !important;
}

.content_block.button-group .button_block.btn-auto { flex: 0 0 auto; }
.content_block.button-group .button_block.btn-full { flex: 0 0 100%; }
.content_block.button-group .button_block.btn-half { flex: 0 0 calc(50% - 10px); }
.content_block.button-group .button_block.btn-third { flex: 0 0 calc(33.333% - 10px); }

.content_block.button-group .button_block a, .combo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 500;
  transition: all .18s ease-in-out;
}



.menu-box a {
color: inherit;
text-decoration: none;
}
.menu-box {
border: 2px solid #ebeae3;
padding: 20px 0 10px 0;
text-align: center;
}
.menu-box p {
text-align: center;
}

.restaurant-template-default section.top-fixed {
padding-top: 0 !important

}
.restaurant-template-default .banner {
margin-bottom: 0 !important;
}

.restaurant-template-default .banner img {
height: 70vh !important;
}
#contactsection {
margin:1px;
}
.cf7-two-col .cf7-grid {
padding: 0 10%;
}
header.container-home .navbar {
display:none !important;
}
.builder-page section.top-fixed {
padding-top: 0 !important;
}

.pagenav {
overflow: hidden;
width: 100%;
margin: 0 auto;
max-width: 960px;
height: 100px;
display: flex;
align-items: center;
}

.topnav, .topnavdesktop {
overflow: hidden;
width: 60px;
height: 60px;
margin: 0 15px 0 0 !important;
background: var(--black);
}

.pagenav a {
float: left;
display: block;
text-align: center;
padding: 14px 7px;
text-decoration: none;
font-size: 17px;
color: var(--black);
}
.topnav a, .topnavdesktop a {
text-align: center;
width: 100%;
color: #ffffff;
display: inline-block;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.icondesktop, .icondesktop-close, .icon, .icon-close {
height: 100px;
width: 60px !important; 
}
.icondesktop img, .icondesktop-close img, .icon img, .icon-close img {
display: flex;
justify-content: center;
align-items: center;
width: 30px;
}
.icondesktop-close img,.icon-close img {
margin-top: 20px;
}
.gofullscreendesktop .icondesktop, .icondesktop-close, .gofullscreen .icon, .icon-close {
display: none;
}
.icondesktop, .gofullscreendesktop .icondesktop-close, .gofullscreen .icon-close {
display: block;
}

.topnav a:hover, .topnavdesktop a:hover{
text-decoration: underline;
background: none;
color: #ffffff;
}
.topnav a:active, .topnavdesktop a:active,.topnav a:visited, .topnavdesktop a:visited {
color: #ffffff
}

.pagenav a:hover {
text-decoration: underline;
background: none;
color: var(--white);
}
.pagenav a:active, .pagenav a:visited{
color: var(--black);
}

.menu-whatson-page-menu a, .menu-whatson-page-menu a:active, .pagenav a:visited{
color: var(--white);
}
.menu-whatson-page-menu a:hover{
color: var(--black);
text-decoration: underline;
}


.topnavdesktop .icon, .pagenav .icon {
display: none;
}
.topnav a.icon, .topnavdesktop a.icon {
width: 60px;
height: auto;
}
.icon-close {
width: 60px;
height: 100px;
}
.gofullscreen .navbar-nav .menu-item {
display: inline-block;
padding: 0 15px;
}

.topnav.responsive,.topnavdesktop.responsive {position: relative;}
.topnav.responsive .icon, .topnavdesktop.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.topnav.responsive a, .topnavdesktop.responsive a {
float: none;
display: block;
text-align: left;
}
.pagenav .navbar-toggler-icon {
background: var(--black);
}

.gofullscreendesktop {
background: var(--black);
height: 100px !important;
width: 100% !important;
position: relative;
z-index: 9999;
display: flex !important;
flex-wrap: nowrap;
align-items: center;
animation: slideright 250ms ease-in;
flex-direction: row;
}
.gofullscreendesktopclose {
animation: slideleft 250ms ease-in;
}
.gofullscreendesktop .custom-logo {
filter: brightness(0.5);
}

.topnavdesktop .navbar-nav {
width: 100%;
display: flex;
justify-content: center;
flex-direction: row;
}

.topnavdesktop .navbar-nav .menu-item {
display: inline-block;
padding: 0 15px;
}

.restaurant_logo_rid {
max-width: 140px;
margin: 0 0 0 30px;
}

/* Mobile / Desktop Switch */

.topnavdesktop, .desktop_menu_button { display: block;}
.topnav, .mobile_menu_button { display: none;}


@keyframes slideright {
0% {
width: 0%;
}

100% {
width: 100%;
}
}
@keyframes slideleft{
0% {
width: 100%;
}

100% {
width: 0%;
}
}

.hidesubnav {
width:0%;
opacity: 0;
animation: hidesubnav 250ms ease-in;
} 

@keyframes hidesubnav {
0% {
width: 100%;
opacity: 1
}

100% {
width: 0%;
opacity: 0;
}
}

.hidebtnnav {
opacity: 0;
animation: hidebtnnav 250ms ease-in;
} 

@keyframes hidebtnnav {
0% {
opacity: 1
}

100% {
opacity: 0;
}
}


.pagenav .icon-close{
display:none ;
}




.builder_block {
display: flex;
position: relative;
height: auto;
flex-direction: column;
width: 100%;
align-items: center;
}

.builder_block h1, .builder_block  h2, .builder_block h3, .builder_block h4, .builder_block h5, .builder_block h6, .builder_block p {
align-items: flex-start;
text-align: left;
}

.content_blocks,
.content_block,
.block_header_content,
.block_header_content_inner {
display: flex;
position: relative; /* only if you really need stacking on these */
}


.block_header_content {
flex-direction: column;
justify-content: center;
align-content: center;
z-index: 1;
flex-wrap: wrap;
width: 90%;
height: 100%;
}
.block_header_content h1,.block_header_content h2, .block_header_content p {
text-align: center;
}
.block_header_content div {
height: auto;
width: auto;
align-items: center;
justify-content: center;
padding: 5px 10px;
}


.widget_desktop {
display: block !important;
}
.widget_mobile {
display: none !important;
}

.content_blocks {
flex-direction: column;
justify-content: center;
align-content: center;
z-index: 1;
flex-wrap: wrap;
width: 100%;
}

.layout_fullwidth, .layout_half, .layout_third, .layout_four, .layout_five, .layout_six, .layout_three_seven, .layout_seven_three, .layout_four_six, .layout_six_four {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-content: center;
max-width: 1700px;
}

.layout_fullwidth .content_block {
width: 100%;
margin: 0;
}
.layout_half .content_block  {
width: 50%;
margin: 0%;
}
.layout_third .content_block {
width: 30%;
margin: 1.5%;
}
.layout_four .content_block {
width: 22%;
margin: 1.5%;
}
.layout_five .content_block {
width: 17%;
margin: 1.5%;
}
.layout_six .content_block {
width: 13%;
margin: 1.5%;
}

.layout_three_seven .content_block:first-child {
width: 27%;
margin: 1.5%;
}

.layout_seven_three .content_block:first-child {
width: 67%;
margin: 1.5%;
}

.layout_three_seven .content_block:last-child {
width: 67%;
margin: 1.5%;
}

.layout_seven_three .content_block:last-child {
width: 27%;
margin: 1.5%;
}



.layout_four_six .content_block:first-child {
width: 37%;
margin: 1.5%;
}

.layout_four_six .content_block:last-child {
width: 57%;
margin: 1.5%;
}

.layout_six_four .content_block:first-child {
width: 57%;
margin: 1.5%;
}

.layout_six_four .content_block:last-child {
width: 37%;
margin: 1.5%;
}





.content_block {
flex-direction: column;
padding: 0 ;
}

.content_block .left h1, .content_block .left h2, .content_block .left h3, .content_block .left h4, .content_block .left h5, .content_block .left h6, .content_block .left p, .content_block .features_block h1, .content_block .features_block h2, .content_block .features_block h3, .content_block .features_block h4, .content_block .features_block h5, .content_block .features_block h6, .content_block .features_block p {
align-items: flex-start;
text-align: left;
text-wrap: balance;
}
.content_block .right h1, .content_block .right h2, .content_block .right h3, .content_block .right h4, .content_block .right h5, .content_block .right h6, .content_block .right p {
align-items: flex-end;
text-align: right;
}


.layout_center .content_block {
justify-content: center;
}
.layout_flexstart .content_block {
justify-content: flex-start;
}
.layout_flexend .content_block {
justify-content: flex-end;
}








/* Menu Block */

.builder-page .menus_block {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
text-align: center;
}

.builder-page .menus_block {
flex-wrap: nowrap;
}

.menus_block {
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-end;
text-align: center;
flex-wrap: wrap;
}


.menus_block h1, .menus_block h2, .menus_block h3, .menus_block h4, .menus_block h5, .menus_block h6, .menus_block p {
text-align: center;
}

.builder-page .menu_block { 
border: 1px solid var(--black);
width: 360px;
margin: 1%;
padding: 3%;
text-align: center;
flex-direction: column;
}

.builder-page .featured-img { 
border: none !important;
padding: 0 !important;
}

.menu_block .featured-img { 
text-align: left !important;
}
.builder-page .menu_block h3, .builder-page .menu_block a, .builder-page .menu_block p {
color: var(--black);
}

.builder-page .featured_menus h3, .builder-page .featured_menus a, .featured_menus-page .menu_block p {
color: var(--black);
}

.builder-page .featured_menus h3 {
text-align: left;
}

.menu_block .experience_img a {
width: 100%;
height: 100%;
position: absolute;
cursor: pointer;
}

.menu_block {
border: 1px solid var(--black);
border-radius: var(--brand-border-radius);
justify-content: center;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
width: 320px;
height: auto;
padding: 15px;
margin: 1%;
}

.featured-img {
border:none !important;
padding: 0 !important;
}

.menu_block img {
border-radius: var(--brand-image-radius);
width: 100%;
height: auto;
}

.menu_block h3 {
font-size: 18pt;
}

.menu_block h3 {
font-size: 18pt;
}


.menu_block h3, .menu_block a, .menu_block p {
color: var(--black);
}
.menu_block .menu_details {
width: 100%;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
margin: 1%;
align-items: flex-start;
}
.menu_block .menu_details p {
width: 48%;
margin: 1%;
justify-content: center;
align-items: center;
flex-wrap: wrap;
display: flex;
text-align: center;
font-size: 12pt;
}

.layout_flexstart .menu_buttons {
align-items: center;
}

.view_all_menus {
flex-direction: row;
justify-content: center;
align-content: flex-start;
z-index: 1;
flex-wrap: wrap;
width: 100%;
}

.view_all_menus .menus_block {
flex-direction: row;
flex-wrap: wrap;

}

.view_all_menus .menu_block {
flex-direction: row;
flex-wrap: wrap;
width: 320px;
height: 190px;
padding: 15px;
}


.all_menus_section {
width: 100% !important;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-direction: row;
flex-wrap: wrap;
}

.page-id-3476 .all_menus_section {
max-width: 1200px;
margin: 0 auto;
}

.all_menus_section .content_blocks_all {
width: 360px;
display: flex;
flex-direction: column;
padding: 10px;
align-items: flex-start;
}
.all_menus_section .content_blocks_all h2 {
font-size: 19px;
}

.all_menus_section .content_blocks_all #openmenu{
min-width: auto;
text-align: left;
padding: 0;
border-radius: 0;
text-decoration: none;
background-color: transparent;
color: #000000;
border: none;
box-shadow: none;
max-width: 220px;
margin: 0;
font-size: 19px;
}

.featured_menus, .featured_menus .menu_block{
align-items: flex-start;
justify-content: center;
text-align: left;
}

.featured_menus .menu_details p {
width: 100%;
margin: 1% 0;
justify-content: flex-start;
align-items: center;
text-align: left;
color: var(--black);
}
.featured_menus .menu_details {
margin: 1% 0;
}

.builder-page .featured_menus {
text-align: left;
justify-content: center;
}

.menu_buttons #closemenu, .menu_buttons #closemenualt, .menu_buttons #backbutton, .view_all_menus #closemenu, .view_all_menus #closemenualt, .view_all_menus #backbutton, .menu_buttons #openmenu, .menu_buttons .mobile_menu_button {
background-color: var(--black) !important;
color: var(--bg-color) !important;
}


.menuoverlaywrapper {
height: auto !important;
padding: 20px 0;
}

.menuoverlaywrapper h2 {
width: 100%;
text-align: center;
padding: 0 0 30px 0;
}

.mobile-enabled {
display: none;
}
/* 

.block_header:before {
content: '';
position: absolute;
bottom: 0;
width: 100%;
background: url(../images/greengradient.png) left bottom no-repeat;
background-repeat: no-repeat;
height: 100%;
background-size: cover;
left: 0;
top: 0;
}
*/


/* Features Block */


.features_block {
flex-flow: wrap;
}
.features_blocks .fa-solid {
font-size: 24px;
padding: 0 10px 0 0;
}

.features_blocks {
margin: 5px 10px;
}


/* Button Block */


.content_block .button_center {
    justify-content: center;
    display: flex;
}
.content_block .button_left {
justify-content: flex-start;
}
.content_block .button_right {
justify-content: flex-end;
}

.content_block .button_right, .content_block .button_left, .content_block .button_center{
align-items: center;
margin: 2% 0;
}


.button_block a, .combo-btn {
min-width: 15px;
text-align: center;
height: 45px;
line-height: 1.4;
font-size: 16px;
background-color: var(--opal-btn-bg) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: var(--brand-border-radius, 10px);
    border: 1px solid var(--opal-btn-border) !important;
    color: var(--opal-btn-color) !important;
    text-decoration: none;
    transition: transform .12s 
    ease, opacity .12s ease;
}


.button_block a:hover, .combo-btn:hover{
background: var(--opal-btn-bg-hover) !important;
color: var(--opal-btn-color-hover) !important;
background:var(--brand-alt-color);
border: 1px solid var(--opal-btn-border-hover) !important;
    transform: translateY(-1px);
}

/* Accordion Block */

.accordion-header {
cursor: pointer;
padding: 10px;
background-color: #f1f1f1;
border: 1px solid #ccc;
margin: 5px 0;
}

.accordion-content {
padding: 10px;
border: 1px solid #ccc;
border-top: none;
}

.accordion-header.active {
background-color: #e1e1e1;
}

/* Card Block */

.card-scroller {
overflow-x: auto;
white-space: nowrap;
padding: 20px;
}

.card-scroller__wrapper {
display: flex;
}

.card-scroller__card {
display: inline-block;
width: 300px;
margin: 0 16px;
border-radius: var(--brand-border-radius);
overflow: hidden;
text-align: center;
padding: 0;
flex-direction: column;
align-items: flex-start;
}

.card-scroller__card img {
max-width: 100%;
height: auto;
margin-bottom: 10px;
}

.card-scroller__card h3 {
margin: 16px 0 0 0;
font-size: 18px;
font-weight: 400;
line-height: 1;
padding: 0;
}

.card-scroller__card p {
font-size: 14px;
font-weight: 400;
line-height: 21.48px;
color: rgb(102, 102, 102);
text-wrap-mode: wrap;
}



/* Table Styling */

.table>:not(:first-child) {
border-top: 1px solid ;
}

.table .row {
font-size: 16px;
color: var(--brand-body-color);
}

.table .row .cell:nth-child(1) {
justify-content: flex-start
}


/* Targeting the title "Individual" */
div.cell:nth-of-type(2) {
color: black;
}

/* Targeting the title "Individual Pro" */
div.cell:nth-of-type(3) {
color: #4499ec; /* blue */
}

/* Targeting the title "Education" */
div.cell:nth-of-type(4) {
color: #7b5bf6; /* purple */
}

/* Targeting the title "Education Pro" */
div.cell:nth-of-type(5) {
color: #dd792d; /* orange */
}

.table .row .cell:nth-child(2),.table .row .cell:nth-child(3),.table .row .cell:nth-child(4),.table .row .cell:nth-child(5) {
justify-content: center
}



/* Tabs Cube Styling */

.tabs {
display: flex !important;
width: 100%;
flex-direction: row-reverse !important;
align-items: center;
justify-content: center;
flex-flow: wrap;
}
.input {
width: 0;
opacity: 0;
order: 2;
}
.label {
width: 100%;
padding: 20px 30px;
background: #F9FAFB;
cursor: pointer;
font-size: 16px;
color: #111827;
transition: background 0.1s, color 0.1s;
border-radius: var(--brand-border-radius);
margin: 5px 16px;
order: 2;
height: 72px;
line-height: 19.09px;
border: 1px solid #D1D5DB;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.label:hover {
background: var(--brand-alt-color);
}
.label:active {
background: #D1D5DB;
border: 1px solid;
border: 1px solid #2463EB !important;
}
.input:focus + .label {
z-index: 1;
}
.input:checked + .label {
background: var(--brand-alt-color);
color: var(--brand-main-color);
}
@media (min-width: 600px) {
.label {
width: auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 55px;
}
}
@media (max-width: 600px) {


 .label {
width: 30%;
border: 1px solid #D1D5DB;
   order: 1;
}
.input:checked + .label {
background: var(--brand-main-color);
color: #F9FAFB;
}
}
.panel {
display: none !important;
padding: 20px 30px 30px;
width: 100%;
order: 2;
}
@media (min-width: 600px) {
.panel {
order: 99;
}
.bottom-nav .panel {
order: 1;
}
}
.input:checked + .label + .panel {
display: block !important;
}


.panel, .panel h2, .panel p, .panel h1, .panel h3, .panel span {
text-align: center;
}

.panel img {
max-width: 100%;
width: 100%;
}

.panel h2 {
color: #0a0a0a !important;
}
.tabtop {
flex-direction: column-reverse !important;
}
.tabbottom {
flex-direction: row-reverse !important;
}

.alttabs {
display: flex !important;
width: 100%;
flex-direction: row-reverse !important;
align-items: center;
justify-content: center;
flex-flow: wrap;
}
.altinput {
width: 32px;
opacity: 0;
order: 2;
}
.altlabel {
width: 100%;
padding: 20px 30px;
background: #F9FAFB;
cursor: pointer;
font-size: 16px;
color: #111827;
transition: background 0.1s, color 0.1s;
border-radius: var(--brand-border-radius);
margin: 5px;
order: 2;
height: 72px;
line-height: 19.09px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.altlabel:hover {
background: var(--brand-alt-color);
}
.altlabel:active {
background: #D1D5DB;
border: 1px solid;
border: 1px solid #2463EB !important;
}
.altinput:focus + .altlabel {
z-index: 1;
}
.altinput:checked + .altlabel {
background: var(--brand-alt-color);
color: var(--brand-main-color);
}
.altlabel span {
display: none;
}

.altlabel p {
padding: 0 !important;
margin: 0 !important;
}

@media (min-width: 600px) {
.altlabel {
width: auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 55px;
}
}
@media (max-width: 700px) {
.altlabel {
width: 55px;
border: 1px solid #D1D5DB;
height: 55px;
border-radius: 50%;
padding: 0;
line-height: 1;
margin: 5px 16px;
}
.altinput {
width: 0;

}

.altlabel span {
display: block;
}
.altlabel p {
display: none;
}
.alttabs {
flex-direction: row-reverse !important;
}

}
.altpanel {
display: none !important;
padding: 20px 30px 30px;
width: 100%;
}
@media (min-width: 600px) {
.bottom-nav .panel {
order: 1;
}
}
.altinput:checked + .altlabel + .altpanel {
display: block !important;
}


.altpanel, .altpanel h2, .altpanel p, .altpanel h1, .altpanel h3, .altpanel span {
text-align: center;
}

.altpanel img {
max-width: 100%;
width: 100%;
}

.altpanel h2 {
color: #0a0a0a !important;
}




.cube-wrapper {
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
}

.cube-design {
width: 48%;
border-radius: var(--brand-border-radius);
border: 1px solid #EDE9FE;
padding: 40px 30px 20px 30px;
justify-content: flex-start;
line-height: normal;
flex-direction: column;
margin: 1%;
min-height: 450px;
min-height: auto;
text-align: left;
align-items: flex-start;
}
.cube-design h1, .cube-design h2, .cube-design h3, .cube-design h4, .cube-design h5, .cube-design h6 {
color: #0a0a0a !important
}

.cube-design i {
color: #6D28D9 !important;
margin: 0 10px 0 0;
}
.cube-design p {
font-weight: 274;
line-height: 25px;
text-align: left;
padding: 0;
font-size: 16px;
width: 100%;
}

.cube-design ul, .cube-design li {
font-weight: 274;
list-style: none;
line-height: 35px;
text-align: left;
padding: 0;
font-size: 16px;
}

.cube-design h2 span {
font-weight: 274;
line-height: 17.9px;
font-size: 15px;
}

@media (max-width: 600px) {
.cube-design {
width: 98%;
}

}





/* Slider / Experience / Private Block */

.content_blocks_all_header {
min-height: 180px;
max-width: 100%;
width: 100%;
border-radius: var(--brand-border-radius);
background-size: cover !important;
margin: 0 0 10px 0;
}
.banner-slider-single-alt-menu {
margin: 0 auto !important;
flex-direction: column;
}
.banner-slider-single-alt-menu .slick-dots { height: 20px; margin: 0; padding: 0; bottom: 0 !important;}
.slick-slide .content_blocks_all_header {
min-width: 100%;
}

.content_blocks_all.slick-slide  {
padding: 0;
margin: 1%;
}


.content_blocks_all_content {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
text-align: left;
}




.slick-slide img {
width: 100% !important;
}

.slick-list {
width: 100%;
}


.banner-slider-single-whats .slick-slide a, .banner-slider-single-pd .slick-slide a {
font-size: 19px;
color: inherit;
text-decoration: none;
padding: 0;
margin: 0;
}

.banner-slider-single-pd .content_blocks_all_content p {
min-height: 100px;
}


.banner-slider-single-whats p, .banner-slider-single-pd p {
margin-top: 0;
margin-bottom: 0;
}




.banner-slider-single-whats, .banner-slider-single-pd,.banner-slider-single-whats .slick-track, .banner-slider-single-pd .slick-track, .banner-slider-single-pd .slick-track, .banner-slider-single-alt-menu .slick-track, .banner-slider-single-alt-menu {
justify-content: center;
align-items: flex-start;
}
.banner-slider-single-whats .slick-list, .banner-slider-single-pd .slick-list, .banner-slider-single-alt-menu .slick-list {
width: 100%;
}






.title_block.center, .title_block.center h1, .title_block.center h2,.title_block.center h3, .title_block.center h4, .title_block.center h5 {
text-align: center;
justify-content: center;
align-items: center;
}
.title_block.right, .title_block.right h1, .title_block.right h2,.title_block.right h3, .title_block.right h4, .title_block.right h5 {
text-align: right !important;
justify-content: flex-end;
align-items: flex-end;
}



.title_block {
padding: 16px 0 0 0;
}


/* Gift Cards */


.giftcard_section {
background-color: inherit;
min-height: 40vh;
overflow: hidden;
}
.giftcard_section .content_block {
justify-content: center;
align-items: flex-end;
}

.giftcard_section .giftcard_img {
padding: 0;
margin: 0 !important;
background-position: center;
background-size: cover;
min-height: 40vh;
}

.giftcard_section .giftcard_img img {
object-fit: cover;
width: 100%;
overflow: hidden;
}

.giftcard_section h2 {
color: #ffffff;
text-align: right;
}
.giftcard_section p {
color: #ffffff;
max-width: 50%;
text-align: right;
padding: 5px 0 20px 0;
}

.giftcard_section a { 
background-color:#ffffff ; 
color:#000000;
}
.giftcard_section .button_block { 
margin: 30px 0;
}


.giftcard_section .content_block {
padding: 2% 10% 2% 0;
}

.giftcard_section .giftcard_img {
margin: 0;
padding:0;
}

.wysiwyg_block {
flex-direction: column;
}
.slick-slide .button_block {

}

.private-dining-slide h2 {
font-size: 19px;
padding: 10px 0px 0 0;
}

.private-dining-slide p {
font-size: 12pt;
height: 70px;
}



/* Maps Section */

.maps_section {
width: 100%;
height: auto;
min-height: 400px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
background-size: cover;
background-position: center;
padding: 3% 0;
}

.maps_section h3, .maps_section p, .maps_section a {
color: var(--black);
}

.maps_section .content_block {
background-color: var(--bg-color);
width: 380px;
border-radius: var(--brand-border-radius);
padding: 50px;
margin: 0 0 0 5%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
color: var(--black)
}
.maps_section strong { font-weight: 700 !important;}


.maps_section .content_block div {
padding: 0 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
width: 50%;
}




.restaurant-gallery-featured .img-container {
position: relative;
min-height: 60vh;
width: 100%;
}

.restaurant-gallery-featured {
position: relative;
}

.widget_desktop iframe {
height: auto;
margin: 0 auto;
width: 830px;
text-align: center;
}


.hide_desktop {
display: none !important;
}



/* Testimonials Styling */


.testimonials_block img {
width: 89px !important;
height: 89px !important;
border-radius: var(--brand-image-radius) !important;
overflow: hidden;
margin: 0 auto;
padding: 0 !important;
}

.testimonials_block h2 {
text-align: center;
max-width: 658px;
margin: 3% auto;
font-size: 1.6em;
line-height: 1.3em;
}

.testimonials_block p {
text-align: center;
width: 100%;
font-size: 18px !important;
}

button:before {
font-size: 16px !important;
opacity: 1 !important;
color: #F9FAFB !important;
}
.slick-dots li.slick-active button:before {
font-size: 16px !important;
opacity: 1 !important;
color: var(--brand-main-color) !important;
}






.footer-logo {
flex-direction: column;
width: 172px;
}


.opening-times {
list-style: none !important;
line-height: 2 !important;
padding: 0;
}


#footer-formautocomplete-list {
background: white !important;
padding: 10px;
height: 100px;
}


.product__slider-main {
margin-bottom: 15px;
img {
margin: 0 auto;
}
}

.product__slider-thmb .slick-slide {
opacity: 0.5;
transition: all .3s ease;
&.slick-active, 
&:hover {
opacity: 1;
}
}

.product__slider-main, 
.product__slider-thmb {
display: none;
}
.slick-slide img {
display: block;
}
      .product__slider-thmb .slick-track {transform: 0 !important;}
      .product__slider-thmb, .product__slider-thmb .draggable {margin: 0 auto;width: 100%;transform: 0 !important;}
       .product__slider-thmb img {
display: block;
min-width: 80px;
}

.banner-slider-single-alt-menu .slick-dots { height: 20px; margin: 0; padding: 0; bottom: 0 !important;}
      
      .product__slider-thmb .slick-track, .product__slider-thmb .slick-list {
-webkit-transform: translate3d(0, 0, 0) !important;
-moz-transform: translate3d(0, 0, 0) !important;
-ms-transform: translate3d(0, 0, 0) !important;
-o-transform: translate3d(0, 0, 0) !important;
transform: translate3d(0, 0, 0) !important;
        width: 100%;
}


.carousel-wrapper, .sliders-wrap-control {
max-width: 960px;
margin: 0 auto;
width: 100%;
}

.carousel-wrapper .slick-track, .carousel-wrapper .slick-slider {
width: 100%;
}
.carousel-wrapper h3 {
font-size: 18pt !important;
}




.builder_block img, img {
border-radius: var(--brand-image-radius); 
}
.builder_block .block_header img {
max-width: 100%;
border-radius: var(--brand-image-radius) !important; 
}

.contain_outter_blocks, .contain_outter_blocks_mobile, .contain_outter_blocks_hide, .contain_outter_blocks_order {
max-width: 1300px;
}
.stretched_outter_blocks {
max-width: 1300px
}

.full_outter_blocks {
max-width: 100%
}

.block_header_content_inner h1, .block_header_content_inner h2, .block_header_content_inner p {
max-width: 940px;
}

.contain_outter_blocks_reduced {
max-width: 940px;
}





/* Accordion */

      
      
.accordion-wrap {
flex-direction: column;
      }
      
button.accordion {
width: 100%;
border: none;
outline: none;
text-align: left;
padding: 15px 20px;
color: #111827;
cursor: pointer;
background: transparent;
font-size: 18pt !important;
line-height: 28.64px;
}

button.accordion:after {
font-family: FontAwesome;
content: "\f078";
font-family: "fontawesome";
font-size: 18px;
float: right;
}

button.accordion.is-open:after {
content: "\f077";
}

button.accordion:hover,
button.accordion.is-open {
color: var(--brand-main-color);
}

.accordion-content {
border-left: 1px solid whitesmoke;
border-right: 1px solid whitesmoke;
padding: 0 20px;
max-height: 0;
overflow: hidden;
color: var(--brand-body-color);
transition: max-height 0.2s ease-in-out;
}




/* Image Default */




.image-marquee img {
height: 100% !important; /* Make the height fill the container */
width: auto;  /* Set the width to auto to maintain aspect ratio */
object-fit: cover !important; /* Ensure image covers container without stretching */
}

.image-marquee img {
    width: auto;
    height: 100% !important;
    object-fit: cover !important;
}

.block_wrapper_main.has-bg-media {
    position: relative;
    overflow: hidden;
}

.block_wrapper_main .bg-media, .block_wrapper_main .bg-overlay {
    position: absolute;
    inset: 0px;
    pointer-events: none;
}

.block_wrapper_main .bg-media {
    z-index: 0;
}

.block_wrapper_main .bg-overlay {
    z-index: 1;
}

.block_wrapper_main .content_blocks__inner {
    position: relative;
    z-index: 2;
}

.block_wrapper_main .bg-media__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
    transform: none;
}

.block_wrapper_main.bgimgfull .bg-media__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block_wrapper_main.bgimglarge .bg-media__img {
    width: 50%;
    height: auto;
    object-fit: cover;
    min-width: 300px;
}

.block_wrapper_main.bgimgmedium .bg-media__img, .block_wrapper_main.bgimgsmall .bg-media__img, .block_wrapper_main.bgimgicon .bg-media__img {
    width: auto;
    height: auto;
    max-width: 25%;
    max-height: 70%;
    object-fit: contain;
}

.block_wrapper_main.bgimgsmall .bg-media__img {
    max-width: 20%;
    max-height: 50%;
}

.block_wrapper_main.bgimgicon .bg-media__img {
    max-width: 160px;
    max-height: 160px;
    opacity: 1;
}

.block_wrapper_main.centercenter .bg-media__img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: center center;
}

.block_wrapper_main.topcenter .bg-media__img {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    object-position: center top;
}

.block_wrapper_main.bottomcenter .bg-media__img {
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    object-position: center bottom;
}

.block_wrapper_main.topleft .bg-media__img {
    top: 0px;
    left: 0px;
    object-position: left top;
}

.block_wrapper_main.topright .bg-media__img {
    top: 0px;
    right: 0px;
    object-position: right top;
}

.block_wrapper_main.bottomleft .bg-media__img {
    bottom: 0px;
    left: 0px;
    object-position: left bottom;
}

.block_wrapper_main.bottomright .bg-media__img {
    bottom: 0px;
    right: 0px;
    object-position: right bottom;
}

.block_wrapper_main.bgimgicon .bg-media__img, .block_wrapper_main.bgimgsmall .bg-media__img, .block_wrapper_main.bgimgmedium .bg-media__img {
    margin: 0px;
}

.block_wrapper_main.has-bg-media.is-blended .bg-media__img {
    mix-blend-mode: multiply;
    opacity: 0.9;
}

.block_header {
    min-height: 30vh;
    width: 100%;
}



/* Layering + clipping */
.content_blocks.has-bg-media {
position: relative;
overflow: hidden;      /* clips bg image to rounded corners */
}
.content_blocks .bg-media,
.content_blocks .bg-overlay {
position: absolute;
inset: 0;
pointer-events: none;
}
.content_blocks .bg-media { z-index: 0; }
.content_blocks .bg-overlay { z-index: 1; }
.content_blocks .content_blocks__inner { position: relative; z-index: 2; }

/* The image itself: default behaves like a true background */
.content_blocks .bg-media__img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;      /* fill like CSS background-size: cover */
object-position: center;
opacity: 1;             /* adjust if you fancy a subtle watermark */
transform: none;
}

/* --- SIZE VARIANTS (from your select) --- */
/* Full width background (default look) */
.content_blocks.bgimgfull .bg-media__img {
width: 100%; height: 100%;
object-fit: cover;
}

/* Large: scale down a bit relative to the container */
.content_blocks.bgimglarge .bg-media__img {
width: 120%; height: 120%;  /* slightly oversized for bleed */
object-fit: cover;
}

/* Medium/Small behave more like a graphic floating in the background */
.content_blocks.bgimgmedium .bg-media__img,
.content_blocks.bgimgsmall .bg-media__img,
.content_blocks.bgimgicon .bg-media__img {
width: auto; height: auto;
max-width: 60%; max-height: 70%;
object-fit: contain;          /* don’t crop icons */
}

/* Small */
.content_blocks.bgimgsmall .bg-media__img {
max-width: 40%; max-height: 50%;
}

/* Icon (tightest) */
.content_blocks.bgimgicon .bg-media__img {
max-width: 160px;
max-height: 160px;
opacity: 1; /* tweak if you want lighter watermark for icons */
}

/* --- POSITION VARIANTS (from your select) --- */
.content_blocks.centercenter .bg-media__img {
top: 50%; left: 50%; transform: translate(-50%, -50%);
object-position: center;
}
.content_blocks.topcenter .bg-media__img {
top: 0; left: 50%; transform: translateX(-50%);
object-position: top center;
}
.content_blocks.bottomcenter .bg-media__img {
bottom: 0; left: 50%; transform: translateX(-50%);
object-position: bottom center;
}
.content_blocks.topleft .bg-media__img {
top: 0; left: 0;
object-position: top left;
}
.content_blocks.topright .bg-media__img {
top: 0; right: 0;
object-position: top right;
}
.content_blocks.bottomleft .bg-media__img {
bottom: 0; left: 0;
object-position: bottom left;
}
.content_blocks.bottomright .bg-media__img {
bottom: 0; right: 0;
object-position: bottom right;
}

/* Optional: respect container padding so icon doesn’t sit under text edges */
.content_blocks.bgimgicon .bg-media__img,
.content_blocks.bgimgsmall .bg-media__img,
.content_blocks.bgimgmedium .bg-media__img {
margin: 0;
}

/* Optional: blend the image with background color */
.content_blocks.has-bg-media.is-blended .bg-media__img {
mix-blend-mode: multiply; /* or soft-light / overlay depending on style */
opacity: .9;
}


.block_header {
min-height: 30vh;
width: 100%;
}





/* Property Slider Design Tweaks */

.collection-slider-style p {
    font-size: var(--brand-font-size-xsmall) !important;
}

.collection-slider-style .buttons-inner-block a, .collection-list .buttons-inner-block a {
    width: 33% !important;
}
.collection-list .buttons-inner-block {
    justify-content: center;
}
.collection-slider-style .buttons-inner-block {
    justify-content: center;
    align-items: center;
}








/* Start Responsive */






@media screen and (max-width: 1500px) {


}

@media screen and (max-width: 1300px) {

.topnav, .topnavdesktop {
min-width: 60px;
}
.btn {
margin: 0 10px 0 0;
}

.pagenav a {
padding: 0 0 0 15px;
}

#diningsection .slick-slide, #whatsonsection .slick-slide {
margin: 10px !important;
}


/* End 1300px */    
}


@media screen and (max-width: 1300px) {

 .product__slider-thmb img {
min-width: 80px !important;
}


.giftcard_section .content_block {
padding: 2%;
}
.giftcard_section p {
max-width: 90%;
}
.builder-page .menu_block {
    width: 360px !important;
}


}



@media screen and (max-width: 1100px) {

.widget_desktop {
display: none !important;
}
.widget_mobile {
display: block !important ;
}
.topnav a, .pagenav a {
padding: 14px 10px;
}
.bookingbtnmenu {
display:none;
}
.bookingbtnmenu- {
display:none;
}
.topnavdesktop { display: none;}
.topnav { display: block;}
.responsive .icon {
display:none !important;
}
.responsive .icon-close {
display:block;
}
.gofullscreen {
background: var(--black);
width: 100vw !important;
height: 100vh !important;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.gofullscreen .navbar-nav {
width: 100%;
justify-content: center;
display: flex;
flex-direction: column;
}


.pagenav a {display: none;}
.pagenav a.icon {
float: right;
display: block;
}
.pagenav.responsive {position: relative;}
.pagenav.responsive .icon {
position: absolute;
right: 0;
top: 0;
}
.pagenav.responsive a {
float: none;
display: block;
text-align: center;
width: 100%;
color: var(--black) !important;
}

.pagenav {
justify-content: end;
}
.pagenav .navbar-toggler-icon {
background: transparent;
}


.pagenav img {
margin: 24px 0 0 0;
}
.pagenav.responsive {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: var(--main-background-colour);
z-index: 99999;
justify-content: center;
flex-direction: column;
padding: 0;
margin: 0;
max-width: 100%;
}



.builder_block .slick-slider, .slick-list {
display: block !important;
}


/* End 1100px */  
}

@media screen and (max-width: 960px) {  




.layout_third .content_block {
width: 98%;
margin: 1%;
} 
.topnav, .topnavdesktop {
overflow: hidden;
width: 70px;
height: 60px;
margin: 0 15px 0 0 !important;
background: var(--black);
min-width: 52px;
}

.wrapper .main-third {
width: 48%;
margin: 1%;
}

.inner-wrapper {
max-width: 1300px;
margin: 0 auto;
padding: 5% 20px;
}

#diningsection .slick-slide, #whatsonsection .slick-slide {
margin: 0 10px !important;
}

.mobile-banner-wrapper {
display: block;
}
.desktop-banner-wrapper {
display: none;
}


.restaurant-gallery-featured .img-container .img-2 {
top: 50% !important;
right: 0 !important;
margin-bottom: 0 !important;
}
.collection-of-award-winning .img-container .img-1 {
position: relative;
top: 30% !important;
left: 10% !important;
}

.restaurant-gallery-featured .img-container {
position: relative;
min-height: auto !important;
width: 100% !important;
}

.giftcard_section p {
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
}
.giftcard_section h2 {
font-size: 28px;
}

.button_block {
margin: 5% 0;
}


/* End 960px */ 
}


@media screen and (max-width: 920px) {
    
.mobile_layout_fullwidth .content_block, .mobile_layout_fullwidthrev .content_block, .layout_three_seven .content_block:first-child, .layout_seven_three .content_block:first-child, .layout_three_seven .content_block:last-child, .layout_seven_three .content_block:last-child, .layout_four_six .content_block:first-child, .layout_six_four .content_block:first-child, .layout_four_six .content_block:last-child, .layout_six_four .content_block:last-child {
width:100%;
margin: 0%;
padding:0%;
}
.mobile_layout_fullwidthrev {
  flex-direction: column-reverse !important;
}

}

@media screen and (max-width: 768px) {
    
    .tab-content .imgfull img {
    max-height: 50vh;
}

.panel {
padding: 0;;
}

.table, .table-content-box, .hidebutton {
display: none !important;
}

.header .btn-booktable {
  width: auto !important;
}

.giftcard_section {
flex-direction: row;
}
.maps_section {background-image: none !important}
.maps_section .content_block {
  padding: 10px;
}
.maps_section .content_block div {
padding: 0 20px;
}

.contain_outter_blocks_order {
  flex-direction: column-reverse !important;}

     


/* Mobile / Desktop Switch */
.desktop_menu_button, .contain_outter_blocks_hide { display: none !important;}
.mobile_menu_button { display: block;}

#gallerysection .main-slider-bg {
height: 40vh
}
#gallerysection .slick-next,  #gallerysection .slick-prev  {
width: 30px;
height: 30px;
}
.finer-details .inner-wrapper .main {
flex: 0 0 50%;
padding: 0 4%;
}

.topnav .logomobile {
max-width: 200px;
margin-bottom: 20px;
}

.wrapper .main-half {
width: 100%;
padding: 2.5% 5%;
}

#booksection {
min-height: 50vh;
text-align: center;
}

.hide_mobile {
display: none !important;
}
.hide_desktop {
display: flex !important;
}




.mobile_layout_half .content_block {
width: 48%;
margin: 1%;
padding:0 2%;
}
.mobile_layout_third .content_block {
width: 31.3%;
margin: 1%;
padding:0 2%;
}
.mobile_layout_four .content_block {
width: 23%;
margin: 1%;
padding:0 2%;
}


.giftcard_section .giftcard_img {
width: 100% !important;
}

.mobile-enabled {
display: block;
}
  .maps_section {
height: 60vh;
align-items: baseline;
padding: 10% 3%;
}

.builder-page .menu_block {
width: 50%;
}
.content_blocks_all_header {
min-width: 100%;
}


.contain_outter_blocks_mobile {
overflow-x: auto !important;
white-space: nowrap !important;
padding: 20px !important;
flex-direction: row;
flex-wrap: nowrap;
}

.contain_outter_blocks_mobile .content_block {
min-width: 200px !important;
display: flex;
flex-direction: column;
}


/* End 768px */ 
}

@media screen and (max-width: 620px) {

.wrapper .main-third {
width: 80%;
margin: 1%;
}

.maps_section {
height: auto;
}

.builder-page .menus_block {
   flex-wrap: wrap;
}
.builder-page .menu_block {
width: 100%;
}



   #booksection {
min-height: 80vh;
text-align: center;
}




.ft-block .footer-details p {
max-width: 100%;
min-width: 140px;
}
.footer-details .social-links p {
padding: 0;
margin: 0 0 10px 0;
text-align: right;
}

.footer-details .social-links {
text-align: right;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
}
.ft-block .footer-details .social-links img {
margin: 0 0 0 10px;
}

.footer .foot-columns ul li {
max-width: 120px;
}
.form-control-group p {
       font-size: 9px !important;
}

.giftcard_section h2 {
font-size: 16px;
   line-height: 1.2;
}

.giftcard_section p {
   font-size: 12pt;
   line-height:1.2;
}

.giftcard_section .button_block a {
min-width: 170px;
}

.content_blocks {
   padding: 5%;
}

.content_blocks_all.slick-slide {
   width: 300px;}




/* End 620px */ 
} 

@media screen and (max-width: 550px) {  

.block_header_content div {
height: auto;
width: 100%;
}

    .mobile_book_button {display: block !important;}
.mobile_book_button .btn {
     width: 120px;
   min-width: 120px;
   margin: 0 10px 0 10%!important;
}

.giftcard_section {
flex-direction: column;
}
.giftcard_section .content_block {
align-items: flex-start;
}
.giftcard_section p {
text-align: left;
padding: 0;
}
.giftcard_section h2 {
text-align: left;
}

.block_header_content div {
flex-direction: column;
padding: 0;
}

.block_header_content .button_block {
margin: 1% 0;
}

header .user-btns {
display: none;
}












/* End 560px */ 

}

@media screen and (max-width: 500px) {  


.altlabel {
margin: 5px 10px;
}



/* End 500px */ 
}

@media screen and (max-width: 400px) {  
  .restaurant_logo_rid {
max-width: 125px;
margin: 0;
}



/* End 400px */ 
}



/* --- HERO / HEADER SWIPER: FINAL SAFE SETUP --- */

/* 1) Container: give it intrinsic height via aspect-ratio. No height:100% anywhere. */
.block_header .swiper {
position: relative;
width: 100%;
/* Default hero shape; adjust to taste */
aspect-ratio: 16 / 9;
min-height: 320px;       /* safety for very short viewports */
overflow: hidden;        /* so absolutely positioned media doesn't add scrollbars */
}

/* 2) Wrapper/slides: DO NOT set height:100%. Let aspect-ratio drive height. */
.block_header .swiper-wrapper {
display: flex !important;
height: auto !important;        /* override any earlier 100% heights */
min-width: 0;                   /* avoid flex overflow */
}
.block_header .swiper-slide {
position: relative;
overflow: hidden;
height: auto !important;        /* override any earlier 100% heights */
flex: 0 0 100% !important;      /* each slide = full width of track */
min-width: 0 !important;        /* avoid huge widths from flex-basis bugs */
}

/* 3) Background media fills the slide area (absolute) */
.block_header .slide-bg { position: absolute; inset: 0; z-index: 0; }
.block_header .slide-media { display: block; width: 100%; height: 100%; }
.block_header .slide-media img {
position: absolute; inset: 0;
width: 100%; height: 100%;
object-fit: cover; display: block;
}



/* 5) Controls above everything */
.block_header .swiper-button-prev,
.block_header .swiper-button-next,
.block_header .swiper-pagination { z-index: 3; }

/* 6) Kill any global flex/reset that leaks into Swiper internals */
.block_header .swiper,
.block_header .swiper-wrapper,
.block_header .swiper-slide,
.block_header .slide-bg,
.block_header .slide-media { display: block !important; }

/* --- FINAL PATCH: make slides fill the header height so abs children can render --- */
.block_header .swiper {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;     /* your hero ratio */
min-height: 320px;

overflow: hidden;
}

/* KEY: slides & wrapper must be 100% tall */
.block_header .swiper-wrapper { 
display: flex !important;
height: 100% !important;
min-width: 0;
}
.block_header .swiper-slide {
position: relative;
height: 100% !important;   /* <-- gives the abs children a box to fill */
overflow: hidden;
min-width: 0;
}

/* Background media inside the slide */
.block_header .slide-bg { position: absolute; inset: 0; z-index: 0; }
.block_header .slide-media { display: block; width: 100%; height: 100%; }
.block_header .slide-media img {
position: absolute; inset: 0;
width: 100%; height: 100%;
object-fit: cover; display: block;
}

/* Content overlay above media */
.block_header .block_header_content { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; padding: 2rem; }
.block_header .block_header_content_inner { max-width: 1100px; width: 100%; }

/* Neutralize any stray flex/display rules that might leak in */
.block_header .swiper,
.block_header .swiper-wrapper,
.block_header .swiper-slide,
.block_header .slide-bg,
.block_header .slide-media { display: block !important; }

/* Let Swiper own the slide width; do NOT set width:auto here */
.block_header .swiper-wrapper {
display: flex !important;
height: 100% !important;
min-width: 0;
align-items: stretch;          /* keep slides full height */
}

.block_header .swiper-slide {
position: relative;
height: 100% !important;
overflow: hidden;
min-width: 0 !important;

/* Important: keep flex-basis from width Swiper writes inline */
flex: 0 0 auto !important;

/* REMOVE any width:auto !important you added earlier */
/* width: auto !important;  <-- delete this if present */
}


/* Container spacing (optional) */
.cards-block { width: 100%; }

/* Swiper track */
.cards-block .swiper { width: 100%; }
.cards-block .swiper-wrapper { align-items: stretch; }
.cards-block .swiper-slide { height: auto; }

/* Card */
.card-item {
display: flex;
flex-direction: column;
height: 100%;
border: 1px solid var(--card-border);
border-radius: var(--brand-border-radius, 12px);
background: var(--card-bg);
overflow: hidden;
}

/* Image */
.card-item__media {
aspect-ratio: 16 / 9;
overflow: hidden;
}
.card-item__media img {
width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Content */
.card-item__title {
margin: 14px 16px 6px 0;
color: var(--card-accent, var(--brand-body-color));
line-height: 1.2;
}
.card-item__text {
margin: 0 16px 16px 0;
color: var(--card-accent, var(--brand-body-color)); /* override text colour */
font-size: 0.95rem;
line-height: 1.5;
}

/* Title sizes (from ACF select) */
.cardtextxl { font-size: clamp(22px, 2vw + 8px, 28px); }
.cardtextl  { font-size: clamp(20px, 1.6vw + 6px, 24px); }
.cardtextm  { font-size: clamp(18px, 1.2vw + 6px, 20px); }
.cardtexts  { font-size: 16px; }
.cardtextxs { font-size: 14px; }

/* Actions */
.card-item__actions { margin: 16px 0; }
.card-item__btn {
display: inline-flex; align-items: center; justify-content: center;
height: 44px; padding: 0 16px;
border-radius: var(--brand-border-radius, 10px);
border: 1px solid var(--card-accent, currentColor);
color: var(--card-accent, currentColor);
background: transparent;
text-decoration: none;
transition: transform .12s ease, background-color .12s ease, color .12s ease;
}
.card-item__btn:hover { transform: translateY(-1px); }

/* Optional: make inactive bullets subtle */
.cards-block .swiper-pagination-bullet { opacity: .35; }
.cards-block .swiper-pagination-bullet-active {
opacity: 1;
background: var(--card-accent, var(--brand-main-color));
}

/* Arrow colour inherits from card accent of the block container (set on .swiper if you want) */
.cards-block .swiper {
--swiper-navigation-color: var(--brand-main-color);
--swiper-pagination-color: var(--brand-main-color);
}

.cards-block .swiper-pagination {display:none;}


/* Ticker container */
.ticker-block {
background: var(--ticker-bg, transparent);
color: var(--ticker-color, currentColor);
font-size: var(--ticker-font, 16px);
line-height: 1.2;
overflow: hidden; /* hide loop clones at edges */
}

/* Swiper track */
.ticker-block .ticker-swiper { width: 100%; }
.ticker-block .swiper-wrapper {
align-items: center;
transition-timing-function: linear !important; /* <- crucial for smooth marquee */
}

/* Each slide auto-sizes to its content */
.ticker-block .swiper-slide {
width: auto;   /* let content define width */
height: auto;
}

/* Item styling */
.ticker-item {
display: inline-flex;
align-items: center;
white-space: nowrap;      /* keep items on one line */
padding: 10px 5px;       /* spacing between items */
color: inherit;
}
.ticker-item__text {
color: inherit;
}

/* Optional: subtle separators between items */
.ticker-block .swiper-slide + .swiper-slide .ticker-item {
position: relative;
}
.ticker-block .swiper-slide + .swiper-slide .ticker-item::before {
content: "•";
opacity: .35;
margin-right: 24px;
}

/* Respect your brand rounded corners if used within content blocks */
.ticker-block,
.ticker-block .ticker-swiper {
border-radius:0;
}

/* Dark backgrounds readability (optional) */
/* .ticker-block { font-weight: 500; letter-spacing: .2px; } */


.block_wrapper_main {
width: 100%;
position: relative;
justify-content: center;
align-items: center;
display: flex;
}





/*----------------------------------------------------*/
/*Cuarousel-Genral-CSS*/
/*----------------------------------------------------*/
.block_header .block_header_content_inner {flex-direction: column !important; }
.block_header_content {width: 100% !important; }
.block_header_content .button_block a {text-transform: uppercase !important; border: none !important; padding: 10px 30px; }
.swiper-pagination-bullet {background: inherit; opacity: 1; border: none !important; width: 12px !important; height: 12px !important; }
.swiper-pagination {bottom: 3.2% !important; }
.block_header .slide-bg::after {content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0,0,0,0.4); pointer-events: none; z-index: 0; width: 100%; height: 100%; }

.block_header .block_header_content { height: auto !important; max-width: 602px; margin: auto; }
img {max-width: 100%;}
.gallery-wrapper .swiper-slide.center-zoom.swiper-slide-active {position: relative; z-index: 1; overflow: hidden;}
.card-colum-list-box article .card-list-inner h4, .card-colum-list-box article .card-list-inner p { text-align: center !important;}
.offer-section.layout-scroll {padding-top: 65px; }
.swiper-arrow-button .swiper-button-next, .swiper-arrow-button .swiper-button-prev {position: static !important; margin: 0 !important; padding: 0 23px !important; }
.swiper-arrow-button {position: absolute; top: 8px; right: 27px; z-index: 9999; display: flex; align-items: center; height: 45px; }
.swiper-arrow-button .swiper-button-next::after, .swiper-arrow-button .swiper-button-prev::after {font-size: 31px !important; color: var( --brand-main-color) !important; }



/*----------------------------------------------------*/
/*list-slider-Genral-CSS*/
/*----------------------------------------------------*/
.slider-list-wrapper {width: 100%; overflow: hidden; }
.slider-list-wrapper .slide-overlay {position: absolute !important; bottom: 0; left: 0; right: 0; text-align: center !important; width: 100%; flex-direction: column; justify-content: center; align-items: center; padding: 0 19px; transform: translateY(30%); transition: 0.5s ease-in-out; }
.builder_block .slider-list-wrapper {display: block !important; padding: 55px 0; }
.swiper.slider-list-wrapper .swiper-scrollbar {display: none; }
.slider-list-wrapper figure {width: 100%; aspect-ratio: 3 / 4.4; margin: 0; position: relative;transition: 0.3s ease-out; }
.slider-list-wrapper {width: 100% !important; max-width: 100% !important; overflow: hidden; }
.slider-list-wrapper .slide-image {width: 100%; height:100%; object-fit: cover; transition: 0.3s ease-out;}
.slider-list-wrapper .swiper-slide {
  padding: 15px 0;
  overflow: hidden;
}
.slider-list-wrapper .swiper-slide:hover figure {
  transform: scale(1.1);
}
.slider-list-wrapper figure::after {
    background: #00000061;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    pointer-events: none;
}
.buttons-inner-block {width: 100% !important; column-gap: 7px; margin-top: 35px; display: flex; min-height: 53px; }

.buttons-inner-block a {width: 100% !important; height: 38px; padding: 0 3px !important; text-decoration: none;}
.slide-overlay h4 {margin: 0 0 6px; }
.swiper-slide:hover .slide-overlay {bottom: 4px; transform: translateY(-20%); }
.builder_block .slide-overlay h4, .builder_block .slide-overlay p {text-align: center !important; }
.swiper-button-next::after, .swiper-button-prev::after {font-size: 35px !important; }
.collection-select-box .select2-selection.select2-selection--single {background: transparent !important; border: none !important; color: #000000 !important; text-transform: uppercase !important; font-size: 18px; }
.collection-select-box {margin-bottom: 27px; }
.collection-select-box  .select2-container--default .select2-selection--single .select2-selection__placeholder {color: #000; }
.select2-dropdown {border: none !important; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #000 !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #000 transparent transparent transparent !important; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {border-color: transparent transparent #000 transparent !important; }
.collection-list img {max-width: 100% !important; width: 100%; height: 100%; object-fit: cover; }
.collection-list figure {margin: 0; aspect-ratio: 3 / 4.2; position: relative; }
.collection-list .col-md-4 {margin-bottom: 30px;}
.collection-list figure::after {background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100.95%); content: ""; position: absolute; top: 0; width: 100%; height: 100%; left: 0; pointer-events: none; }
.collection-list article {position: relative; overflow:hidden; }
.collection-list .slide-overlay {position: absolute !important; bottom: 0; left: 0; right: 0; text-align: center !important; width: 100%; padding: 0 36px; transform: translateY(42%); transition: 0.5s ease-in-out; }
.collection-list .slide-overlay .buttons-inner-block {height: 38px;}
.collection-list article:hover .slide-overlay {transform: translateY(-32%); }

.collection-menu ul .property-item.active {font-weight: 600 !important; text-decoration: underline; }
.gallery-wrapper img {width: 100%; height: 100%; object-fit: cover; }
.gallery-wrapper figure {aspect-ratio: 2/1.8; margin: 25px 0;}
 .gallery-wrapper {width: 100%; overflow: hidden; padding: 17px 0; }
 .gallery-wrapper .swiper-slide {transition: transform 0.4s ease, opacity 0.4s ease; }
 .gallery-wrapper swiper-slide img {width: 100%; display: block; transform: scale(0.9); transition: transform 0.4s ease; border-radius: 10px; }
.gallery-wrapper .swiper-slide-active img {  transform: scale(1.2);}
 .collection-select-box #select2-collection-select-container::after {position: absolute; right: 0; font-family: "Font Awesome 6 free"; font-weight: 900; content: "\2b"; font-size: 18px !important; }
 .collection-select-box .select2-container--open #select2-collection-select-container::after {position: absolute; right: 0; font-family: "Font Awesome 6 free"; font-weight: 900; content: "\f068" !important; font-size: 18px !important; }
 .collection-select-box .select2-selection__arrow {display: none !important; }
.offer-image img {width: 100%; height: 100%; object-fit: cover; }
.collection-slider-style .swiper-slide .btn,.slide-overlay .buttons-inner-block a {background: transparent; border-color: #fff; }
.collection-list .row {justify-content: center; }
.card-colum-list-box .row {justify-content: center; }
.layout-grid .offers-wrapper {
    display: grid !important;
}
 .offer-content {
    padding: 19px;
}
.offer-section.offer-section-grid.layout-grid {
  padding: 0 7%;
}
div#property-slider-wrapper {
    justify-content: center;
}
.tabing-comman-elements .imgfull img {
  max-height: unset !important;
  object-fit: cover !important;
  height: 75vh;
}




/*----------------------------------------------------*/
/*faq-Genral-CSS*/
/*----------------------------------------------------*/
.faq-block-wrapper .accordion {display: flex; flex-wrap: wrap; margin: 0 -12px; }
.faq-block-wrapper {width: 100% !important; display: block !important; }
.faq-block-wrapper .accordion-button {background: #FAFAFA !important; padding: 14px 16px; border-radius: 0 !important; border: 1px solid #c6c6c6 !important; box-shadow: unset !important; }
.faq-block-wrapper .accordion-header {margin: 0 !important; border: none !important; border-radius: 0 !important; padding: 0 !important; background: transparent !important; }
.faq-block-wrapper .accordion-item {border: none !important; background: transparent !important; margin-bottom: 20px; width: 50%; padding: 0 12px; }
.faq-block-wrapper .accordion-collapse {border: 1px solid #c6c6c6 !important; padding: 14px 16px; border-top: none !important; background:#fff; }
.faq-block-wrapper {padding-top: 45px; }
.offer-image {aspect-ratio: 2 / 1.5; margin: 0; }
.offer-content .btn.offer-btn {width: auto !important; padding: 0 15px !important; text-transform: uppercase; }
.offers-wrapper {grid-template-columns: repeat(3, 1fr); margin: 0 -11px; list-style: none; padding: 0 !important; }
.layout-scroll .offers-wrapper li {display: inline-block !important; padding:0; }
.layout-scroll .offers-wrapper {display: block; padding: 0; }
.offer-content p, .offer-content h4 { white-space: break-spaces !important; }
.offers-wrapper li {padding: 0 11px; margin-bottom: 30px; }
.offer-content h4 {text-transform: capitalize; }
.card-content-inner h4 {text-transform: capitalize;     padding-top: 9px;}
.offer-content h4 { padding-top: 9px;}



/*----------------------------------------------------*/
/*header-block-CSS*/
/*----------------------------------------------------*/
.menu-overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; display: flex; opacity: 0; pointer-events: none; transition: all 0.5s ease; z-index: 998; display: none; background: #fff !important; }
.menu-overlay.active {opacity: 1; pointer-events: all; display: flex !important; }
.collection-menu ul {margin: 0 !important; text-align: left !important; padding: 0 !important; margin-bottom: 28px !important; }
.collection-menu .maintitle {     text-transform: uppercase;}
header .menu-left {width: 20%; color: #000; padding: 10% 0 10% 3%; display: flex; }
.menu-left ul {list-style: none; }
.menu-left ul li a {font-size: 20px; margin-bottom: 20px; cursor: pointer; transition: color 0.3s ease; }
.menu-left ul li:hover {color: #888; }
.menu-right {width: 50%; position: relative; overflow: hidden; }
.menu-right .swiper {width: 100%; height: 100%; }
.menu-right .swiper-slide {background-size: cover; background-position: center; display: flex; align-items: flex-end; justify-content: flex-start; padding: 40px; transition: all 0.4s ease; }
header .hotel-info {background: rgba(0, 0, 0, 0.5); padding: 20px; border-radius: 10px; }
.hotel-info h2 {font-size: 28px; margin-bottom: 8px; }
.hotel-info p {font-size: 14px; margin-bottom: 16px; }
.hotel-info .buttons button {background: #000; color: #fff; border: none; padding: 8px 16px; margin-right: 10px; cursor: pointer; transition: 0.3s; }
.hotel-info .buttons button:hover {background: #444; }
header .collection-menu h3 {margin-bottom: 14px; font-size: 26px;  }
.collection-menu ul {list-style: none; }
.collection-menu ul li {font-size: 18px; margin-bottom: 10px; cursor: pointer; opacity: 0.8; transition: opacity 0.3s; }
header .collection-menu {width: 30%; padding: 10% 0 0 0; }
.collection-list ul li:hover {opacity: 1; }
header {display: block !important; padding: 0 !important; transition: 0.5s ease-in-out; }
.bottom-header-bar {padding: 0; transition: 0.5s ease-in-out; min-height: 40px; }
.top-header-bar {display: flex; justify-content: space-between; padding: 17px 57px; align-items: center; }
.top-header-bar .left-inner,.top-header-bar .right-inner {width: 30%; }
.nav-right-buttons .user-btns {display: flex; align-items: center; justify-content: flex-end; }
.bottom-header-bar .menu.menu-primary {justify-content: center !important; }
.bottom-header-bar .menu.menu-primary > li > a {line-height:1;font-size: 14px; font-weight: 400; text-transform: uppercase; text-decoration: none !important; border: none !important; padding: 12px 15px; min-width: 91px; margin-left: 0;margin-right: 0;min-height: 40px; }
.bottom-header-bar .menu.menu-primary > li:not(:last-child) > a::after { display: none !important;}
.burger {position: relative; z-index: 1111; }
.burger-menu {width: 34px; height: 21px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; }
.burger-menu span {display: block; height: 2px; width: 100%; background: #000; border-radius: 2px; transition: all 0.3s ease; }
.burger-menu.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px); }
.burger-menu.active span:nth-child(2) {opacity: 0; }
.burger-menu.active span:nth-child(3) {transform: rotate(-45deg) translate(8px, -8px); }
.top-header-bar .menu.menu-primary {flex-direction: column !important; display: block !important; }
.top-header-bar .menu.menu-primary > li:not(:last-child) > a::after {display: none !important;}
.left-inner .menu.menu-primary > li > a {text-transform: uppercase; padding: 0 !important; }
.card-overly-box .buttons {display: flex; align-items: center; }
.card-overly-box .buttons .btn {min-width: 164px; }
.nav-right-buttons .user-btns a {
    text-transform: uppercase !important;
    min-width: 110px !important;
    height: 38px;
    text-decoration: none;
    font-size: 0.8em;
    border-radius: 50px;
}.nav-right-buttons .user-btns a + a {margin-left: 15px; }
.image-box-right {height: 100%; }
.bg-image-box {height: 100%; padding: 49px; display: flex; align-items: flex-end; background-size: cover; }
.collection-menu h4 {font-size: 20px; }
.slider-list-wrapper {width: 100%; overflow: visible; }
.swiper {width: 100%; overflow: visible; }
.swiper-slide {transition: transform 0.3s ease; }
/*.slider-list-wrapper .swiper-slide:hover .slide-overlay, .slider-list-wrapper .swiper-slide:hover .slide-overlay {bottom: 4px; transform: translateY(-23%) scaleY(1) !important; transform-origin: center center !important; }*/
.mobile-buttons-fixed{display: none;}
.card-overly-box .buttons a {border: none !important; }
.card-overly-box .buttons a + a {margin-left: 6px; }
 .offcanvas.show {transform: none; width: 27%; }
.offcanvas-header { font-size: 19px; padding: 29px 22px; }
.offcanvas-header .btn-close.text-reset {color: #000 !important; opacity: 1; }
.offcanvas-body {padding: 39px 0 32px; }
.offcanvas-body h4 {padding: 0 42px; margin-bottom: 36px; }
.feature-select-box .feature-list-options,.explore-list-options {background: rgba(204, 204, 204, 0.23); padding: 11px 42px; font-size: 17px; width: 100%; position: relative; cursor: pointer; }
.feature-select-box .feature-list-options::after,.explore-list-options:after {position: absolute; right: 26px; font-family: "Font Awesome 6 free"; font-weight: 900; content: "\2b"; font-size: 16px !important; top: 50%; transform: translatey(-50%); }
#feature-list,.explore-list {list-style: none; padding: 10px 42px !important; margin: 0; }
#feature-list li, .explore-list li {line-height: 26px; font-size: 15px; cursor: pointer; font-weight: 400; padding: 0 !important; }
.feature-list-options.active-feature-list-options::after,.explore-list-options.active-explore-list-options:after {position: absolute; right: 26px; font-family: "Font Awesome 6 free"; font-weight: 900; content: "\f068" !important; font-size: 16px !important; top: 50%; transform: translatey(-50%); }
.select_room {background: rgba(204, 204, 204, 0.23); padding: 11px 42px; font-size: 17px; width: 100%; position: relative; cursor: pointer; width: 100%; display: block; margin-bottom: 11px; }
.book_now_btn_wrap {padding: 11px 42px; }
.book_now_btn_wrap a {max-width: 118px; margin: auto; height: 38px; }
.menu-right .card-overly-box {max-width: 365px; position: relative; z-index: 1; }
.mobile-buttons-fixed p {display: flex; justify-content: space-between !important; margin: 0 !important; width:100%; }
.website-by {text-align: center; }
.website-by a {padding: 0 7px; text-transform: capitalize; }

header.hide-on-scroll_down .bottom-header-bar {transition: 0.5s ease-in-out; opacity: 0 !important; visibility: hidden; pointer-events: none; height: 0 !important; }
.offcanvas-header .btn-back.text-reset {padding: 0; background: transparent !important; border: none !important; text-transform: uppercase; }
header .overly-color {position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.5; }

header .collection-menu, header .menu-left {padding: 7% 0 0 4%; }
.burger-menu.active {
  position: fixed;
  top: 26px;
  left: unset;
  left: 4%;
}
.header-mobile-book-button {
  display: none;
}

@media(max-width: 1500px) {


.bottom-header-bar .menu.menu-primary > li > a {padding: 12px 11px;  }
.offcanvas.show {width: 32%; }
.slider-list-wrapper .buttons-inner-block a {margin: 0 !important; }

}

@media(max-width: 1300px){
.nav-right-buttons .user-btns a {margin-right: 0; }

header .collection-menu, header .menu-left {padding: 10% 0 0 4%; }
}

@media(max-width: 1200px){

 .nav-right-buttons .user-btns a + a {margin-left: 8px; }
 .nav-right-buttons .user-btns a {min-width: 126px !important; height: 39px; }
}

@media(max-width: 991px){
.top-header-bar .left-inner {width: 8%; }
.top-header-bar .center-inner {width: 30%; margin-top: -3px; }
.top-header-bar .right-inner {width: 62%; }
.bottom-header-bar .menu.menu-primary > li > a {min-width: unset !important; }
.offcanvas.show {width: 40%; }
.top-header-bar .right-inner a {
  display: none;
}

.nav-right-buttons .user-btns .header-mobile-book-button {
  display: flex !important;
  padding: 6px 17px !important;
  min-width: unset !important;
  width: unset !important;
  height: auto !important;
  font-size: 14px !important;
}
.top-header-bar .center-inner {
  width: unset !important;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 49px;
}




}

@media(max-width: 767px){
 .bottom-header-bar {display: none !important; }
header {min-height: unset !important; }
.top-header-bar {padding: 17px 15px; }
.top-header-bar .left-inner {width: unset !important; }
.top-header-bar .right-inner {width: unset !important; }
.top-header-bar .right-inner {width: unset !important; position: relative; z-index: 1; }

.top-header-bar {padding: 25px 15px; }
.burger-menu {height: 17px;}
.top-header-bar .center-inner {width: unset !important;  position: absolute; left: 0; right: 0; text-align: center; padding: 0 49px; }
header .menu-overlay {flex-wrap: wrap; }
.menu-overlay.active {overflow: auto; padding-top: 64px; padding-bottom: 45px; z-index: -1; }
.burger-menu.active {height: 21px; }
/*header .menu-left {width: 100%; color: #fff; order: 1; background: #48645A; padding: 49px 22px 28px; }*/
header .menu-left {
  width: 100%;
  color: #fff;
  order: 1;
  padding: 49px 25px 28px;
}
header .collection-menu {width: 100%; padding: 0 0; order: 3; }
.menu-right {width: 100% !important;          order: 2;}
.top-header-bar .menu.menu-primary {width: 100% !important; }
.top-header-bar .menu.menu-primary > li {border: none !important; }
.bg-image-box {padding: 49px 24px;}
.card-overly-box .buttons .btn {min-width: 132px; height: 40px; }
.collection-menu .toggle {padding: 0; height: 0 !important; overflow: hidden; opacity: 0; transition: 0.5s ease-in-out; visibility: hidden; }
header .collection-menu h3 {margin-bottom: 14px; font-size: 18px;  color: #fff; padding: 13px 24px; padding-right: 37px !important; position: relative; cursor: pointer; margin: 0; }
header .collection-menu.active .toggle {height: auto !important; opacity: 1; overflow: inherit; padding: 39px 42px; visibility: visible; }
header .collection-menu h3::before {position: absolute; position: absolute; right: 20px; font-family: "Font Awesome 6 free"; font-weight: 900; content: "\2b"; font-size: 18px !important; }
.collection-menu.active .collection-heading::before {position: absolute; right: 20px; font-family: "Font Awesome 6 free"; font-weight: 900; content: "\f068" !important; font-size: 18px !important; }
.mobile-buttons-fixed {position: fixed; bottom: 0;  color: #fff; width: 100%; display: flex !important; justify-content: space-between; padding: 12px 28px; font-size: 15px; z-index: 9; }
.menu-overlay {z-index: -1 !important; }
.offers-wrapper {grid-template-columns: 1fr !important; }
.offcanvas.show {width: 80%; }
.logo a {display: block !important; width: 100% !important; margin: auto; }
div#property-slider-wrapper {
  justify-content: unset !important;
}
.booking_btn_mobile {
  padding: 0;
}
.top-header-bar .menu.menu-primary {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#property-slider-wrapper {
    justify-content: unset !important;
}
.left-inner .menu.menu-primary > li > a {
  padding: 11px 0 !important;
  display: block !important;
  margin: 0 !important;
}
.burger-menu.active {
  position: relative;
  top: unset !important;
  left: unset;
}

.swiper-arrow-button .swiper-button-next::after, .swiper-arrow-button .swiper-button-prev::after {font-size: 23px !important; }
.swiper-arrow-button {right: -16px; }




}








/*----------------------------------------------------*/
/*tab-Genral-CSS*/
/*----------------------------------------------------*/

.tabing-comman-elements img {max-width: 100%; }
.tabing-comman-elements .nav-tabs {border: none !important; margin: 0 -12px; padding-bottom: 33px !important; justify-content: center; padding: 0  8%; }
.tabing-comman-elements .nav-tabs .nav-link.active::after {position: absolute; content: ""; bottom: -22px; left: 0; right: 0; background: #000000; height: 2px; margin: auto; width: 91%; }
.tabing-comman-elements .nav-tabs figure img {width: 100%; height: 100%; object-fit: cover; }
.tabing-comman-elements .nav-tabs figure {aspect-ratio: 3 / 4; position: relative; margin: 0 !important; }
.tabing-comman-elements .nav-tabs .nav-link h4 {position: absolute; bottom: 14%; left: 0; right: 0; z-index: 1; text-align: center; padding: 0 14px; }
.tabing-comman-elements .nav-tabs .nav-link.active figure::after {background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }
.tabing-comman-elements .nav-tabs .nav-link {padding: 0 !important; border: none !important; outline: 0; position: relative; }
.tabing-comman-elements .nav-tabs li {width: 25%; padding: 0 12px; }
.tabing-comman-elements .nav-tabs figure::after {position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 100%; background: #fff; top: 0; opacity: 0.4; }

.card-colum-box {
    padding: 5% 0;
}
.card-colum-box h2 {padding: 20px 0 21px; }
.card-colum-box .row {align-items: center; }
.card-colum-box figure img {width: 100%; height: 100%; object-fit: cover; }
.card-colum-box figure {aspect-ratio: 4 / 3; }
.card-colum-list-box figure img {width: 100%; height: 100%; object-fit: cover; }
.card-colum-list-box figure {aspect-ratio: 3 / 3.4; margin: 0; position: relative;}
.card-colum-list-box h2 {text-align: center; padding-bottom: 40px }
.card-colum-list-box article {position: relative; }
.card-colum-list-box article .card-list-inner {position: absolute; bottom: 5%; width: 100%; padding: 0 21px; text-align: center; color: #fff; }
.card-colum-list-box h3 {position: absolute; top: 31px; left: 0; right: 0; text-align: center; color: #fff; padding: 0 15px; font-size: 18px !important; }
.card-colum-list-box figure::after {position: absolute; content: ""; left: 0; width: 100%; height: 100%; background: #00000036; }
.offcanvas {z-index: 9999; }

.main-block-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.post-feeds-wrapper-grid.layout-grid .buttons-inner-block a {
    width: auto !important;
    padding: 0 15px !important;
}
.main-block-row .colum {
    width: 50%;
}
.colum.content-block-col {
    padding: 8% 10% 8% 10%;
}
.card-colum-list-box {
    padding: 0 8%;
}


.collection-tab-box {
  display: flex;
  align-items: center;
  margin: 3%;
}
.collection-tab-box ul li {
  background: transparent !important;
  border: none !important;
  text-transform: uppercase !important;
  font-size: 18px;
  cursor: pointer;
}
.collection-tab-box .toggle-btn-collaction {
  background: transparent !important;
  border: none !important;
  text-transform: uppercase !important;
  font-size: 18px;
  padding-right: 30px;
  position: relative;
  color: #000 !important;
}
.toggle-btn-collaction::after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\2b";
  font-size: 18px !important;
}
.toggle-btn-collaction.active::after {
  position: absolute;
  right: 0;
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f068" !important;
  font-size: 18px !important;
}
.collection-tab-box ul li + li {
  margin-left: 31px;
}
.collection-tab-box ul {
  list-style: none;
  align-items: center;
  display: none;
}
.collection-tab-box ul.active {
  display: flex;
}

.colum.content-block-col .buttons-inner-block a {
    width: auto !important;
    padding: 0 23px !important;
}
.collection-list.mobile .swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none !important;
}


.post-feeds-wrapper figure img {width: 100%; height: 100%; object-fit:cover; }
.post-feeds-wrapper figure {aspect-ratio: 2 / 1.5; margin: 0;}
.post-feeds-wrapper article {background: #FAFAFA; }
.post-feeds-wrapper article .card-content-inner {padding: 19px; }
.post-feeds-wrapper .buttons-inner-block a {width: auto !important; padding: 0 15px !important; }
.post-feeds-wrapper .buttons-inner-block {margin-top: 44px; }
.slider-list-wrapper {padding: 0 0 5% 0 !important; }
.booking_btn_mobile {
    display: none;
}
.collection-list.mobile,.venues-wrapper-mobile {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.offers-wrapper .offer-content .buttons-inner-block a {
    display: inline-block !important;
    min-height: unset !important;
    white-space: normal;
    padding: 8px 14px !important;
    height: auto !important;
}
section.post-feeds-wrapper-grid.layout-grid .buttons-inner-block a, .offer-content .btn.offer-btn {
	width: auto !important;
	padding: 8px 15px !important;
	display: inline-block !important;
	height: auto;
	word-break: break-all;
	white-space: normal !important;
}
    
  .offer-content .buttons-inner-block {
	display: block !important;
	word-break: break-word;
}  
/*.offer-section.layout-scroll .swiper-wrapper {
	justify-content: center;
}*/


@media(max-width: 1550px) {
  .colum.content-block-col {
    padding: 4% 10% 4% 8%;
}  
.tabing-comman-elements .nav-tabs .nav-link h4, .slide-overlay h4, .card-list-inner h4, .card-content-inner h4 {
  font-size: 22px;
}    

.offers-wrapper .buttons-inner-block {
    display: block !important;

    word-break: break-word;
} 

    
}



@media(max-width: 1300px){
 .buttons-inner-block a{margin: 0;}
.offer-content h4 {
    font-size: 22px !important;
}


}



@media(max-width: 1200px) {
#header-swiper-1 h1 {font-size: 36px; }
.tabing-comman-elements .nav-tabs li {padding: 0 7px; }
.tabing-comman-elements .nav-tabs .nav-link h4,.slide-overlay h4,.card-list-inner h4,.card-content-inner h4 {font-size: 20px !important; }
.tabing-comman-elements .nav-tabs{margin: 0 -7px;}
.venues-wrapper .col-md-3 {width: 33.3%;}



}

@media(max-width: 991px){

.block_header .swiper {aspect-ratio: unset !important; height: 86vh !important; max-height: unset !important; }
.card-colum-box {padding: 16px 0 72px; }
.card-colum-list-box h3 {font-size: 13px; }
.collection-tab-box {position: relative;}
.collection-tab-box {flex-wrap: wrap; }
.collection-tab-box {flex-wrap: wrap; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.collection-tab-box ul {padding: 0 !important; margin-top: 14px; width: 100%; overflow: auto; white-space: nowrap; }
.collection-tab-box ul li + li {margin-left: 20px; }
.collection-tab-box ul li { font-size: 16px;}
.tabing-comman-elements .imgfull img {  border-radius: 0 !important;}
.card-colum-box h2 {padding: 7px 0 7px;}
.venues-wrapper .col-md-3 { width: 50%;}
.layout-grid .offers-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.offer-content h4 {
    font-size: 22px !important;
}
.offer-section.layout-scroll .swiper-wrapper {
	justify-content: unset !important;
}

}

@media(max-width: 767px){
.faq-block-wrapper .accordion-item {width: 100% !important; }
.collection-list .col-md-4 {margin-bottom: 30px; }
.collection-list article {overflow: hidden; }
.card-colum-list-box .col-md-3 {margin-bottom: 20px; }
.tabing-comman-elements .nav-tabs {overflow-x: auto !important; white-space: nowrap; display: block !important; }
.tabing-comman-elements .nav-tabs li {display: inline-block !important; }
.tabing-comman-elements .nav-tabs li {display: inline-block !important; width: 83%; }
.layout-scroll .offers-wrapper li {display: inline-block !important; width: 100%; }
body header .menu-overlay .menu-left ul li, header .menu-overlay .collection-heading, body header .menu-overlay .toggle h4 {color: inherit !important; }
.scroll-container .offer-card {
  padding: 0 9px;
}
header .logo {
  max-width: 174px;
  margin: auto;
}
.main-block-row .colum {
    width: 100%;
}

.d-none-mobile {
    display: none !important;
}
.booking_btn_mobile {
  display: block;
  margin-top: 13px;
}
header .menu-left {
    flex-wrap: wrap;
}
.booking_btn_mobile a.btn {
    padding: 0 32px !important;
    height: 41px !important;
}


.collection-tab-box ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}
    .collection-tab-box ul li {
        width: 100%;
       text-align: center;
        margin-left: 20px;
        padding: 0;
    }
    
.left-inner .menu.menu-primary > li > a {text-decoration: none !important;}
body header .menu.menu-primary > li:hover a {text-decoration: none !important;  outline: 0;}
.collection-tab-box {
  justify-content: center !important;
  align-items: center !important;
}
.collection-list,.venues-wrapper {
  display: none !important;
}
.collection-list.mobile,.venues-wrapper-mobile {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.tabing-comman-elements .imgfull img {
  max-height: unset !important;
  object-fit: cover !important;
  height: 50vh;
}
.offers-wrapper .buttons-inner-block {
    display: block !important;
    max-width: 100%;
    word-break: break-word;
} 
    



}



@media(max-width: 550px){
.block_header .block_header_content { text-align: center; }

.content_blocks {padding: 0%; }
.slider-list-wrapper .slide-overlay {padding: 0 6px;}
.buttons-inner-block a {height: 32px; padding: 0 3px !important; font-size: inherit; }
.collection-list .slide-overlay .buttons-inner-block {height: 32px;}
.scroll-container { overflow: hidden;  padding: 0 19px;}
.block_header_content .button_block a {    width: auto !important;}
h2 {font-size: 28px;}
.offer-section.layout-scroll .offer-card {padding: 0 !important; }


}

/*------------------------*/
/*3-11-2025*/
/*----------------------------*/
.slider-list-wrapper figure p, .collection-list figure p {position: absolute;top: 0;left: 0;padding: 27px 15px;right: 0;margin: 0;text-align: center;text-transform: uppercase;     z-index: 1;}
.layout-scroll {
    overflow: initial !important;
}

.loading {
   height:300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 767px) {


.hide-desktop {
    display: flex !important;
}
.hide-mobile {
    display: none !important;
}
}





/* Animation Section */

.animate-section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    width: 100%;
	position: relative;
}

.animate-section img {
	position: absolute;
}

.animate-section .website-five-img {
    width: 145px;
    bottom: 0px;
    left: 70px;
}

.animate-section .website-four-img {
    width: 145px;
    bottom: 10px;
    right: 0;
}

.animate-section .website-three-img {
    width: 100px;
    right: 13px;
    top: 0;
}
.animate-section .website-two-img {
    left: 0;
    width: 170px;
    bottom: 33%;
}

.animate-section .website-one-img {
    left: 42%;
    width: 200px;
    top: 24%;
}



  .animation-wrapper {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }

  .animation-wrapper.in-viewport {
    opacity: 1;
  }

  .browser {
    fill: var(--stepholt-third);
    stroke: #d1d5db;
    stroke-width: 2;
}

.browser-header {
    fill: var(--bs-dark);
}

  .browser-circle {
    fill: #e5e7eb;
  }

.webbox {
    fill: var(--bs-dark);
    opacity: 0;
    transform: translateY(50px);
}
  .text-box {
    fill: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    opacity: 0;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes selfWrite {
    from {
      opacity: 0;
      clip-path: inset(0 100% 0 0);
    }
    to {
      opacity: 1;
      clip-path: inset(0 0 0 0);
    }
  }


.orbit-wrapper {
    margin: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
    width: 100%;
}

  .orbit-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.globe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
}
    .orbit {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
      border-radius: 50%;
      animation: rotate 10s linear infinite;
    }

    .orbit svg {
      position: absolute;
      width: 20px;
      height:20px;
    }

    .orbit .tiktok { top: 28%; left: 50%; transform: translateX(-50%);width: 60px; height:60px ; position: absolute;    transform: inherit;}
    .orbit .email {  top: 50%; left: 80%; transform: translateY(-70%); width: 60px; height:60px; position: absolute;    transform: inherit; }
.orbit .seosearch {  top: 40%; left: 70%; transform: translateY(-70%); width: 60px; height:60px; position: absolute;    transform: inherit; }
    .orbit .facebook { bottom: 10%; left: 60%; transform: translateX(-90%); width: 60px; height:60px ; position: absolute;    transform: inherit;}
    .orbit .twitter { top: 17%; right: 35%; transform: translateY(-50%);width: 60px; height:60px; position: absolute;    transform: inherit; }
.orbit .rocket { top: 24%; right: 16%; transform: translateY(-50%);width: 60px; height:60px; position: absolute; transform: rotate(90deg);}
    .orbit .instagram { top: 30%; left: 13%;width: 60px; height:60px; position: absolute;     transform: inherit;}
    .orbit .google { bottom: 30%; right:30%; width: 60px; height:60px ; position: absolute;    transform: inherit;}
    .orbit .youtube { bottom: 30%; left: 30%; width: 60px; height:60px; position: absolute;     transform: inherit;}
.orbit .chart{ bottom: 24%; left: 11%; width: 60px; height:60px; position: absolute;     transform: inherit;}

    @keyframes rotate {
      from {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      to {
        transform: translate(-50%, -50%) rotate(360deg);
      }
    }




.code-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  overflow: hidden;
  font-family: monospace;
	position: relative;
	width: 100%;
}

.code-wrapper .dev-icons svg {
	fill: white;
	color: white;
	width: 33px;
}



.code-wrapper .dev-icons {
    position: absolute;
    z-index: 999;
    font-size: 3rem;
    left: 10%;
    display: flex;
    flex-direction: column;
    color: white;
    gap: 25px;
}
.code-wrapper .icons i {
    color: white;
	font-size: 3rem;
    opacity: 0.5;
}

.code-wrapper svg {
    display: flex
;
    overflow: auto;
}



/* Code container */
.code-wrapper .dev-icons {
    width: 100%;
    max-width: 800px;
    height: auto;
	padding: 0;
    overflow: hidden;
    border-radius: 23px;
}

.code-output {
    font-size: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
    letter-spacing: 1px;
    position: absolute !important;
    width: 70%;
    left: 20%;
    height: 76%;
    top: 15%;
	background: #1d1d1f;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: var(--gradient-blue);
}

.code-container .animation-wrapper {
    opacity: 1;
    transition: opacity 0.5s ease-out;
    width: 100%;
}
.code-container {
    height: 100%;
    width: 100%;
}




.flow-bg-design, .flow-bg-dev, .flow-bg-marketing {
	position: absolute;
	
}

.flow-bg-design {
    background-image: url(/wp-content/themes/stepholt-theme/assets/images/website-design-flow.png) !important;
    background-size: 58%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.flow-bg-dev{
	background-image: url(/wp-content/themes/stepholt-theme/assets/images/website-dev-flow.png) !important;
    background-size: 58%;
    background-position: left bottom;
    background-repeat: no-repeat;
	
}
.flow-bg-marketing {
	background-image: url(/wp-content/themes/stepholt-theme/assets/images/website-marketing-flow.png) !important;
    background-size: 58%;
    background-position: right bottom;
    background-repeat: no-repeat;
	
}



/* Pricing Section */
.pricing-wrap {
	flex-direction: column;
}
.pricing-wrap .pricing-container {
    text-align: center;
    padding: 50px 20px;
	align-content: center;
	flex-direction: column;
}

.pricing-wrap .pricing-heading {
    font-size: 2.5rem;
    font-weight: bold;
	text-align: center;
}

.pricing-wrap .highlight {
    color: #4466ff;
}

.pricing-wrap .pricing-subheading {
    font-size: 0.6rem;
    margin: 30px 0;
    text-align: center;
    width: 100%;
}

.pricing-wrap .pricing-plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pricing-wrap .plan {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    width: 30%;
    text-align: left;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: center;
}

.aira-theme .plan {
    width: 22%;
}

.subscription-table .pricing-wrap .plan {
    width: 32%;
}

.page-id-11373 .pricing-wrap .plan {
    width: 30%;
}

.pricing-wrap .plan h3 {
    margin-bottom: 10px;
}

.pricing-wrap .price {
    font-size: 1.3rem;
    font-weight: bold;
}
.pricing-wrap .price span {
    font-size: 0.8rem;
	font-style: italic;
}

.pricing-wrap .plan ul {
    list-style: none;
    padding: 0;
}

.pricing-wrap .plan ul li {
    margin: 10px 0;
	font-size: 0.8em
}

.pricing-wrap .btn {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: inherit;
    margin: 10px 0;
    line-height: 1.6em;
    width: 100%;
}

.pricing-wrap .btn.dark {
    background: #222;
}

.pricing-wrap .popular, header .bottom-header-bar {
    background: linear-gradient(135deg, #3A287C, #6e50e7) !important;
}

.pricing-wrap .popular, .pricing-wrap .popular h3 {
    color: #ffffff;
}

.pricing-wrap .enterprise .btn {
    background: var(--brand-main-color) !important;
    color: var(--opal-bg) !important;
	border-radius: 50px;
}

.pricing-wrap .enterprise .btn:hover  {
    color: var(--brand-main-color) !important;
    background: var(--opal-bg) !important ;
	border: 1px solid var(--brand-main-color) !important;
}

.pricing-wrap .popular .btn {
    background: var(--brand-accent-color) !important;
    color: var(--brand-body-color) !important;
	border-radius: 50px;
}

.pricing-wrap .popular .btn:hover  {
    color: var(--brand-accent-color) !important;
    background: var(--opal-bg) !important ;
	border: 1px solid var(--brand-accent-color) !important;
}

/* Most Popular Badge */
.pricing-wrap .popular::before {
    content: "Most Popular";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-coral);
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 5px;
}


.lines-bg-container, .lines-bg-container-showcase{
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: #f9fafc !important;
    background-image: repeating-linear-gradient(90deg, rgba(142, 167, 255, .15), rgba(142, 167, 255, .15) 1px, transparent 0, transparent 100px), repeating-linear-gradient(180deg, rgba(142, 167, 255, .15), rgba(142, 167, 255, .15) 1px, transparent 0, transparent 100px) !important;
}

.lines-bg-container img {
    border-radius: 13px;
    max-width: 500px;
}

.lines-bg-container .image_block {
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

.lines-bg-container, .lines-bg-container-showcase{
    height: auto !important;
}

.lines-bg-container-showcase img {
    border-radius: 13px;
    max-width: 100%;
}

.lines-bg-container-showcase h2 {
    font-size: 1em;
	line-height: 1;
	padding: 0;
    margin: 10px 0 5px 0;
}

.lines-bg-container-showcase p {
    font-size: 0.5em;
    padding: 0;
    margin: 0;
	line-height: 1;
}


/* Animation Section */
    /* Animated Marketing */

        @keyframes sendData {
            0% { stroke-dasharray: 0, 100; stroke-dashoffset: 0; opacity: 1; }
            50% { stroke-dasharray: 50, 50; stroke-dashoffset: -50; }
            100% { stroke-dasharray: 100, 0; stroke-dashoffset: -100; opacity: 0; }
        }
        .data-line {
            stroke: url(#neonGradient);
            stroke-width: 2;
            fill: none;
            stroke-linecap: round;
            filter: drop-shadow(0px 0px 2px orange);
            opacity: 0.9;
            animation: sendData 0.7s linear infinite;
        }
        .line1 { animation-delay: 0s; }
        .line2 { animation-delay: 0.5s; }
        .line3 { animation-delay: 1s; }
        .line4 { animation-delay: 1.5s; }
        .line5 { animation-delay: 2s; }
        .line6 { animation-delay: 2.5s; }



.gradient-animation {
    background: linear-gradient(56deg, #3a287c, #c959dd, #ff2e54);
    background-size: 600% 600%;
    -webkit-animation: brand-background 53s ease infinite;
    -moz-animation: brand-background 53s ease infinite;
    -o-animation: brand-background 53s ease infinite;
    animation: brand-background 53s ease infinite;
}

@-webkit-keyframes brand-background {
    0%{background-position:0% 72%}
    50%{background-position:100% 29%}
    100%{background-position:0% 72%}
}
@-moz-keyframes brand-background {
    0%{background-position:0% 72%}
    50%{background-position:100% 29%}
    100%{background-position:0% 72%}
}
@-o-keyframes brand-background {
    0%{background-position:0% 72%}
    50%{background-position:100% 29%}
    100%{background-position:0% 72%}
}
@keyframes brand-background {
    0%{background-position:0% 72%}
    50%{background-position:100% 29%}
    100%{background-position:0% 72%}
}

.animate-section {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    width: 100%;
	position: relative;
}

.animate-section img {
	position: absolute;
}

.animate-section .website-five-img {
    width: 145px;
    bottom: 0px;
    left: 70px;
}

.animate-section .website-four-img {
    width: 145px;
    bottom: 10px;
    right: 0;
}

.animate-section .website-three-img {
    width: 100px;
    right: 13px;
    top: 0;
}
.animate-section .website-two-img {
    left: 0;
    width: 170px;
    bottom: 33%;
}

.animate-section .website-one-img {
    left: 42%;
    width: 200px;
    top: 24%;
}



  .animation-wrapper {
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }

  .animation-wrapper.in-viewport {
    opacity: 1;
  }

  .browser {
    fill: var(--stepholt-third);
    stroke: #d1d5db;
    stroke-width: 2;
}

.browser-header {
    fill: var(--bs-dark);
}

  .browser-circle {
    fill: #e5e7eb;
  }

.webbox {
    fill: var(--bs-dark);
    opacity: 0;
    transform: translateY(50px);
}
  .text-box {
    fill: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    opacity: 0;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes selfWrite {
    from {
      opacity: 0;
      clip-path: inset(0 100% 0 0);
    }
    to {
      opacity: 1;
      clip-path: inset(0 0 0 0);
    }
  }


.orbit-wrapper {
    margin: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    overflow: hidden;
    width: 100%;
}

  .orbit-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.globe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
}
    .orbit {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
      border-radius: 50%;
      animation: rotate 10s linear infinite;
    }

    .orbit svg {
      position: absolute;
      width: 20px;
      height:20px;
    }

    .orbit .tiktok { top: 28%; left: 50%; transform: translateX(-50%);width: 60px; height:60px ; position: absolute;    transform: inherit;}
    .orbit .email {  top: 50%; left: 80%; transform: translateY(-70%); width: 60px; height:60px; position: absolute;    transform: inherit; }
.orbit .seosearch {  top: 40%; left: 70%; transform: translateY(-70%); width: 60px; height:60px; position: absolute;    transform: inherit; }
    .orbit .facebook { bottom: 10%; left: 60%; transform: translateX(-90%); width: 60px; height:60px ; position: absolute;    transform: inherit;}
    .orbit .twitter { top: 17%; right: 35%; transform: translateY(-50%);width: 60px; height:60px; position: absolute;    transform: inherit; }
.orbit .rocket { top: 24%; right: 16%; transform: translateY(-50%);width: 60px; height:60px; position: absolute; transform: rotate(90deg);}
    .orbit .instagram { top: 30%; left: 13%;width: 60px; height:60px; position: absolute;     transform: inherit;}
    .orbit .google { bottom: 30%; right:30%; width: 60px; height:60px ; position: absolute;    transform: inherit;}
    .orbit .youtube { bottom: 30%; left: 30%; width: 60px; height:60px; position: absolute;     transform: inherit;}
.orbit .chart{ bottom: 24%; left: 11%; width: 60px; height:60px; position: absolute;     transform: inherit;}

    @keyframes rotate {
      from {
        transform: translate(-50%, -50%) rotate(0deg);
      }
      to {
        transform: translate(-50%, -50%) rotate(360deg);
      }
    }




.code-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  overflow: hidden;
  font-family: monospace;
	position: relative;
	width: 100%;
}

.code-wrapper .dev-icons svg {
	fill: white;
	color: white;
	width: 33px;
}



.code-wrapper .dev-icons {
    position: absolute;
    z-index: 999;
    font-size: 3rem;
    left: 10%;
    display: flex;
    flex-direction: column;
    color: white;
    gap: 25px;
}
.code-wrapper .icons i {
    color: white;
	font-size: 3rem;
    opacity: 0.5;
}

.code-wrapper svg {
    display: flex
;
    overflow: auto;
}



/* Code container */
.code-wrapper .dev-icons {
    width: 100%;
    max-width: 800px;
    height: auto;
	padding: 0;
    overflow: hidden;
    border-radius: 23px;
}

.code-output {
    font-size: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.5;
    letter-spacing: 1px;
    position: absolute !important;
    width: 70%;
    left: 20%;
    height: 76%;
    top: 15%;
	background: #1d1d1f;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: var(--gradient-blue);
}

.code-container .animation-wrapper {
    opacity: 1;
    transition: opacity 0.5s ease-out;
    width: 100%;
}
.code-container {
    height: 100%;
    width: 100%;
}




.flow-bg-design, .flow-bg-dev, .flow-bg-marketing {
	position: absolute;
	
}

.flow-bg-design {
    background-image: url(/wp-content/themes/opal-pro/assets/images/website-design-flow.png) !important;
    background-size: 58%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.flow-bg-dev{
	background-image: url(/wp-content/themes/opal-pro/assets/images/website-dev-flow.png) !important;
    background-size: 58%;
    background-position: left bottom;
    background-repeat: no-repeat;
	
}
.flow-bg-marketing {
	background-image: url(/wp-content/themes/opal-pro/assets/images/website-marketing-flow.png) !important;
    background-size: 58%;
    background-position: right bottom;
    background-repeat: no-repeat;
	
}



