@charset 'utf-8';
/*
Theme Name: hello-elementor Child Theme
Theme URI: 
Description: hello-elementor Child Theme - Multipurpose and Multiskin Responsive Wordpress theme
Author: hello-elementor Child Theme
Author URI:  
Template: hello-elementor
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: hello-elementor-child-theme
*/


.wpcf7 form.sent .wpcf7-response-output {
    background: #00D06C;
    border: none;
    font-family: Karla !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.003em;
    padding: 7px 11px;
    margin: 36px 0 0 0;
    max-width: 508px;
    color: #000000 !important;
}



div.elementor-message{
	background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    font-weight: bold;
}
div.elementor-message-success{
	background-color: #1fc51f;
    color: white;
}



.scrol-header .site-navbar__logo svg {
    color: #98753f !important;
}


.ltb-hero__overlay:before {
	content:'' !important;
    background: linear-gradient(
        105deg,
        rgba(51, 32, 2, 0.88) 0%,
        rgba(51, 32, 2, 0.65) 55%,
        rgba(51, 32, 2, 0.4) 100%
      ) !important;
}

.ltb-hero__vignette:after {
	content:'' !important;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(14, 11, 7, 0.55) 0%, transparent 40%);
}




.header1 {
transition: background 0.4s ease, min-height 0.4s ease, box-shadow 0.4s ease !important;

}

.scrol-header {
	background: #ffffff;
    min-height: 68px !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}


.scrol-header .header1-menu a {
	color: #080808 !important;
}

.scrol-header .header1-menu a:hover {
	color: #B8945A !important;
}


.header1-menu .elementor-nav-menu .sub-arrow:after {
  content: "";
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.25s ease;
    display: inline-block;
}
.header1-menu a.highlighted .sub-arrow:after {
	
	transform: rotate(-135deg) translateY(-2px);
}


.header1-menu .elementor-nav-menu .sub-arrow i {
	
	
	display:none;
	
}



.header1-menu .elementor-nav-menu .sub-arrow {
    
    padding: 6px;
    
}


.header1-menu .sub-menu.elementor-nav-menu--dropdown::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: #faf8f4;
    rotate: 45deg;
}


.header1-menu ul li ul.sub-menu.elementor-nav-menu--dropdown {
    position: absolute !important;
    top: calc(100% + -1px) !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(8px);
    min-width: 230px !important;
    background: #faf8f4;
   
    transition: opacity 0.25s ease, transform 0.25s ease;
    padding: 12px 0;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
}





.header1-menu ul.elementor-nav-menu--dropdown a  {
    padding: 11px 28px !important;
    transition: background 0.15s ease, padding-left 0.15s ease;
    border: none !important;
}


.header1-menu  ul.elementor-nav-menu--dropdown a:hover {
    background: rgba(152, 117, 63, 0.07);
    padding-left: 34px !important;
   
}



.ltb-hero__button a:hover {
    transform: translateY(-2px);
}

.ltb-hero__button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    padding: 0 44px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 100px;
    transition: background 0.25s ease,
        color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    white-space: nowrap;
}

.ltb-hero__button--filled a {
    background: #98753f;
    color: #fff;
    border: 1.5px solid #98753f;
}
.ltb-hero__button--filled a:hover {
    background: #b8945a;
    border-color: #b8945a;
    box-shadow: 0 12px 32px rgba(152, 117, 63, 0.4);
}





.ltb-hero__button--outline a {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
}


.ltb-hero__button--outline a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: #fff;
}



.ltbHeroReveal {
    
    opacity: 0;
    transform: translateY(28px);
    animation: ltbHeroReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}


@keyframes ltbHeroReveal {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }




.ltb-image-description-section .ltb-image-description__image-primary  {
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
    
   
    display: block;
   
}

.ltb-image-description-section .ltb-image-description__image-primary img  {
   
   
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}


.ltb-image-description-section .ltb-image-description__image-secondary  {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68%;
   
   
    display: block;
   
}

.ltb-image-description-section .ltb-image-description__image-secondary img {
   
    width:100%;
    height: 320px;
    object-fit: cover;
    display: block;
    outline: 6px solid #f5f1eb;
    border-radius: 24px;
}


.ltb-image-description-section .ltb-image-description__images {
    position: relative;
    height: 620px;
}



.ltb-image-description-section .ltb-image-description__line {
    max-width: unset !important;
    width: calc(100% + 80px + 40%) !important;
    height: 1px;
    margin-left: calc(-80px - 40%);
    margin-bottom: 40px !important;
    background: #98753f;
	margin-top: 21px;
}


.ltb-menu-card {
    position: relative !important;
    height: 380px !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    cursor: pointer;
}

.ltb-menu-card__image  {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    
}

.ltb-menu-card__image img {
   
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
}



.ltb-menu-card:hover .ltb-menu-card__image img {
    transform: scale(1.05);
}



.ltb-menu-card:after {
	content:"" !important;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(30, 18, 2, 0.72) 0%,
        rgba(30, 18, 2, 0.1) 50%,
        transparent 100%
      );
    transition: background 0.4s ease;
}


.ltb-menu-card:hover:after  {
    background: linear-gradient(
        to top,
        rgba(100, 62, 10, 0.92) 0%,
        rgba(152, 117, 63, 0.6) 50%,
        rgba(152, 117, 63, 0.1) 100%
      );
}


.ltb-menu-card__title {
  
    margin-bottom: 0;
    transition: margin-bottom 0.35s ease;
}

.ltb-menu-card:hover .ltb-menu-card__title {
    margin-bottom: 4px;
}

.ltb-menu-card__content {
    position: absolute !important;
    inset: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 28px !important;
	z-index: 7 !important;
}



.ltb-menu-card__description {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.9);
    transition: max-height 0.4s ease,
        opacity 0.35s ease,
        margin-top 0.35s ease;
}



.ltb-menu-card:hover .ltb-menu-card__description {
    max-height: 160px;
    margin-top: 12px;
    opacity: 1;
}


.title__highlight span {
    color: #98753f !important;
}

.ltb-booking-works .booking-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(8, 8, 8, 0.12);
}


.ltb-booking-works .booking-meta a {
   
   
    padding: 10.5px 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #98753f;
    border: 1px solid #98753f;
    border-radius: 100px;
	background: transparent;
	line-height: 14px;
}


.ltb-booking-works .booking-meta a .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
   
}


.ltb-booking-works .booking-meta .elementor-button-icon {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #98753f;
    flex-shrink: 0;
}

.ltb-booking-works .booking-meta .elementor-button-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: #98753f;
    opacity: 0.35;
    animation: ltbDotPulse 1.8s ease-in-out infinite;
}
.ltb-booking-works .booking-meta .elementor-button-icon i { 
display:none;
}


@keyframes ltbDotPulse {
    0%, 100% { transform: scale(1); opacity: 0.35; }
    50%       { transform: scale(2); opacity: 0; }
  }

  @keyframes ltbBookingRowFadeUp {
    from {
      opacity: 0;
      transform: translateY(28px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


.ltb-booking-works .booking-step {
    display: grid;
    grid-template-columns: 80px 1fr 1.6fr;
    align-items: center;
    gap: 40px;
    padding: 36px 0;
    border-bottom: 1px solid rgba(8, 8, 8, 0.1);
    cursor: default;
    animation: ltbBookingRowFadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    transition: background 0.3s ease;
}


.ltb-booking-works .booking-step--01 {
    animation-delay: 0.1s;
}



.ltb-booking-works .booking-step:hover {
    background: rgba(152, 117, 63, 0.05);
}

.ltb-booking-works .booking-step-number {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    color: #98753f;
    opacity: 0.5;
    line-height: 1;
    transition: opacity 0.3s ease;
}


.ltb-booking-works .booking-step:hover .booking-step-number {
    opacity: 1;
}

.ltb-booking-works .booking-step-title h3 {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 22px;
    color: #080808;
    line-height: 1.3;
}


.ltb-booking-works .booking-step-description p {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5a5a5a;
}



.ltb-booking-works .booking-step--02 {
    animation-delay: 0.22s;
}


.ltb-booking-works .booking-step--03 {
    animation-delay: 0.34s;
}

.ltb-booking-works .booking-step--04 {
    animation-delay: 0.46s;
}


.ltb-gallery__grid .e-gallery-grid {
	
	display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
    grid-template-rows: 320px 260px 300px;
    grid-template-areas:         "a b c d"        "a e e d"        "f g h h";
    gap: 10px;
}
.ltb-gallery__grid .elementor-gallery-item:nth-child(1) {
    grid-area: a;
    animation-delay: 0.05s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(2) {
    grid-area: b;
    animation-delay: 0.12s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(3) {
    grid-area: c;
    animation-delay: 0.19s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(4) {
    grid-area: d;
    animation-delay: 0.26s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(5) {
    grid-area: e;
    animation-delay: 0.33s;
}
.ltb-gallery__grid .elementor-gallery-item:nth-child(5) {
    grid-area: e;
    animation-delay: 0.33s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(6) {
    grid-area: f;
    animation-delay: 0.4s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(7) {
    grid-area: g;
    animation-delay: 0.47s;
}

.ltb-gallery__grid .elementor-gallery-item:nth-child(8) {
    grid-area: h;
    animation-delay: 0.54s;
}

.ltb-gallery__grid .elementor-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
    animation: ltbGalleryReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ltb-gallery__grid .elementor-gallery-item .elementor-gallery-item__image.e-gallery-image {
    
    background-size: cover;
    height: 100%;
}
.ltb-private-dinner-planning__question {
    display: flex !important;
    align-items: baseline !important;
    gap: 16px !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(8, 8, 8, 0.08);
    cursor: default;
    flex-direction: row !important;
}

.ltb-private-dinner-planning__question-number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #98753f;
    min-width: 22px;
    flex-shrink: 0;
}

.ltb-private-dinner-planning__question-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 26px;
    white-space: normal;
    overflow: visible;
    word-break: normal;
}


.ltb-private-dining-events .elementor-widget-container .elementor-icon-list-items {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

.ltb-private-dining-events .elementor-icon-list-items {
    display: flex;
    width: max-content;
    animation: ltbPrivateDiningEventsMarquee 50s linear infinite;
}
.ltb-private-dining-events .elementor-icon-list-items:hover {
    animation-play-state: paused;
}


 @keyframes ltbPrivateDiningEventsMarquee {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }


.ltb-private-dining-events__marquee-wrap {
    overflow: hidden;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}


.ltb-private-dining-events .elementor-icon-list-icon {
   
    margin: 0 16px;
    opacity: 0.8 !important;
   
}

.ltb-private-dining-events .elementor-icon-list-text {
    --e-icon-list-icon-size: 0;
	padding-inline-start: 0px !important;
}



.iconb-tea .elementor-icon-list-item:hover .elementor-icon-list-text {
	color: #98753f !important;
}

.iconb-tea .elementor-icon-list-item .elementor-icon-list-text span {
    color: #080808;
    font-weight: 600;
    min-width: 16px;
    flex-shrink: 0;
	margin-right: 12px;
}


.con-form-bottom input[type=date], .con-form-bottom input[type=email], .con-form-bottom input[type=number], .con-form-bottom input[type=password], .con-form-bottom input[type=search], .con-form-bottom input[type=tel], .con-form-bottom input[type=text], .con-form-bottom input[type=url], .con-form-bottom select, .con-form-bottom textarea {
  
    padding: 0 0;
    
}


.con-form-bottom .elementor-field-type-radio .elementor-field-option input { 

display:none !important;

}



.con-form-bottom .elementor-field-type-radio .elementor-field-option label {
    display: inline-flex !important;
    align-items: center;
    padding: 7px 14px;
    border: 1px solid rgba(8, 8, 8, 0.15);
    border-radius: 100px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(8, 8, 8, 0.55) !important;
    cursor: pointer;
    transition: all 0.2s ease;
    letter-spacing: 0;
    text-transform: none;
    margin: 0;
    line-height: 1.2;
}

.con-form-bottom .elementor-field-type-radio input[type="radio"]:checked + label {
    background: #98753f;
    border-color:#98753f;
    color: #ffffff !important;
}


.con-form-bottom .elementor-field-type-radio .elementor-field-option label:hover {
    border-color: #98753f;
    color: #98753f !important;
}


.con-form-bottom .elementor-field-type-radio .elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.con-form-bottom .elementor-field-type-radio .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: auto;
}


.con-form-bottom .elementor-field-type-submit {
    margin-top: 8px;
}


.icb-rcf h3 {
	margin:0 0 4px 0;
}

.icb-rcf .elementor-icon-box-description a {
	color:#fff;
}



.ltbHeroZoom {
    
      transform: scale(1.04);
      animation: ltbHeroZoom 12s ease-out forwards;
    }

    @keyframes ltbHeroZoom {
      from { transform: scale(1.04); }
      to   { transform: scale(1); }
    }




.ltb-hero__badge h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: linear-gradient(
        90deg,
        #e8d5b0 0%,
        #b8945a 35%,
        #ffffff 50%,
        #b8945a 65%,
        #e8d5b0 100%
      );
    background-size: 250% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: ltbBadgeShimmer 3.5s linear infinite 1.2s;
    display: flex;
    align-items: center;
    gap: 10px;
}

 @keyframes ltbBadgeShimmer {
      0%   { background-position: 200% center; }
      100% { background-position: -200% center; }
    }



.ltb-hero__badge {
    display: inline-flex;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 20px;
    padding: 9.5px 18px 9.5px 8px;
    border: 1px solid rgba(184, 148, 90, 0.45);
    border-radius: 100px;
    background: rgba(152, 117, 63, 0.12);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: ltbBadgeReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}


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


.ltb-hero__badge-dot {
    position: relative;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
	display:flex;
}
.ltb-hero__badge-dot::before {
	content:'' !important;
    background: #b8945a;
    animation: ltbDotPulse 2.2s ease-in-out infinite;
}


.ltb-hero__badge-dot::after {
	content:'' !important;
    background: #b8945a;
    opacity: 0.4;
    transform: scale(1);
    animation: ltbDotRing 2.2s ease-in-out infinite;
}
.ltb-hero__badge-dot::before, .ltb-hero__badge-dot::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

@keyframes ltbDotPulse {
      0%, 100% { transform: scale(1); opacity: 1; }
      50%       { transform: scale(0.85); opacity: 0.7; }
    }

    @keyframes ltbDotRing {
      0%   { transform: scale(1);   opacity: 0.4; }
      70%  { transform: scale(2.6); opacity: 0; }
      100% { transform: scale(1);   opacity: 0; }
    }


.ltb-hero__content {
    opacity: 0;

    transform: translateY(28px);
    animation: ltbHeroReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}


.ltb-hero__background {
    position: absolute !important;
    transform: scale(1.04);
    animation: ltbHeroZoom 12s ease-out forwards;
    height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

.ltb-it1__title h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.13;
    color: #080808;
    letter-spacing: -0.01em;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.85s ease 0.12s, transform 0.85s ease 0.12s;
}

 .ltb-it1.is-visible .ltb-it1__title h2 {
    opacity: 1;
    transform: translateX(0);
}



.ltb-it1__ornament {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px !important;
    opacity: 0;
    transform: translateX(-16px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.ltb-it1.is-visible .ltb-it1__ornament {
    opacity: 1;
    transform: translateX(0);
}

.ltb-it1__ornament-line {
    width: 32px;
    height: 1.5px;
    background: #98753f;
}

.ltb-it1, .ltb-it1 *, .ltb-it1 *::before, .ltb-it1 *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ltb-it1__ornament-diamond {
    width: 5px;
    height: 5px;
    background: #b8945a;
    transform: rotate(45deg);
}



.ltb-it1__paragraph {
    font-size: 16px;
    line-height: 26px;
    color: #080808;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.ltb-it1.is-visible .ltb-it1__paragraph:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

.ltb-it1__paragraph + .ltb-it1__paragraph {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(152, 117, 63, 0.15);
}

.ltb-it1.is-visible .ltb-it1__paragraph:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.28s;
}

.ltb-it1.is-visible .ltb-it1__paragraph:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.41s;
}



.ltb-it2__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 8s ease-out;
}

.ltb-it2.is-visible .ltb-it2__image img {
    transform: scale(1.04);
}

.ltb-it2__image-wrap .elementor-widget-container {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 24px;
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.9s ease, transform 0.9s ease !important;
}

.ltb-it2.is-visible .ltb-it2__image-wrap .elementor-widget-container {
    opacity: 1;
    transform: translateX(0);
}


.ltb-it2__image-wrap .elementor-widget-container::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        transparent 50%,
        rgba(14, 11, 7, 0.5) 100%
      );
}


.ltb-it2__content {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.9s ease 0.18s, transform 0.9s ease 0.18s;
}


.ltb-it2.is-visible .ltb-it2__content {
    opacity: 1;
    transform: translateX(0);
}




.ltb-it3__content {
    opacity: 0;
    transform: translateX(-24px);
    transition: opacity 0.9s ease 0.18s, transform 0.9s ease 0.18s;
}

.ltb-it3.is-visible .ltb-it3__content {
    opacity: 1;
    transform: translateX(0);
}

.ltb-it3__image-wrap .elementor-widget-container {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 24px;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.ltb-it3.is-visible .ltb-it3__image-wrap .elementor-widget-container {
    opacity: 1;
    transform: translateX(0);
}

.ltb-it3.is-visible .ltb-it3__image img {
    transform: scale(1.04);
}


.ltb-it3__image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    transition: transform 8s ease-out;
}



.ltb-ih2__card {
    background: #ffffff;
    padding: 32px 36px !important;
    border-radius: 24px !important;
    cursor: default;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.7s ease,
        transform 0.7s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}


.ltb-ih2.is-visible .ltb-ih2__card:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.15s;
}


.ltb-ih2__card:hover {
    background: #98753f !important;
    box-shadow: 0 20px 48px rgba(152, 117, 63, 0.22);
}

.ltb-ih2__card:hover .elementor-icon-box-description {
    color: rgba(255, 255, 255, 0.88) !important;
}




.ltb-ih2__card:hover .elementor-icon-box-title {
    color: #ffffff !important;
}

.ltb-ih2__card:hover .elementor-icon-box-icon .elementor-icon {
    color: #ffffff !important;
}


.ltb-ih2__card-inner h3 {
	
	margin:0 0 8px;
}


.ltb-ih2.is-visible .ltb-ih2__card:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.28s;
}


.ltb-ih2.is-visible .ltb-ih2__card:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.41s;
}



.ltb-reasons__img-wrap .elementor-widget-container {
    height: 440px !important;
    overflow: hidden !important;
    position: relative !important;
}




/* .ltb-reasons__img-wrap img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 0.7s ease 0.15s,
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item.is-open .ltb-reasons__img-wrap img {
    opacity: 1;
    transform: scale(1);
} */



.ltb-reasons__img-wrap img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
    opacity: 0;
    transform: scale(1.06);
}

.ltb-reasons .e-n-accordion-item.is-open .ltb-reasons__img-wrap img {
    animation: ltbImageReveal .9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes ltbImageReveal {
    0% {
        opacity: 0;
        transform: scale(1.06);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}







.ltb-reasons .ltb-reasons__num {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 12px;
    color: rgba(152, 117, 63, 0.4);
    letter-spacing: 0.1em;
    flex-shrink: 0;
    width: 22px;
    transition: color 0.3s ease;
	display: inline-block;
    margin-right: 24px;
}

.ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item.is-open .ltb-reasons__num, .ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item:hover .ltb-reasons__num {
    color:#98753f;
}




/* 

.ltb-reasons__panel-content {
    padding-top: 6px !important;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease 0.2s,
                  transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}


.ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item.is-open .ltb-reasons__panel-content {
    opacity: 1;
    transform: translateY(0);
}
 */


.ltb-reasons__panel-content {
    padding-top: 6px !important;
    opacity: 0;
    transform: translateY(18px);
}

.ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item.is-open .ltb-reasons__panel-content {
    animation: panelFade .55s cubic-bezier(.22,1,.36,1) forwards;
}

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













.ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
/*     padding: 30px 0;
	border-top: 1px solid rgba(184, 148, 90, 0.16);
	border-bottom: 1px solid rgba(184, 148, 90, 0.16); */
 	
}


.ltb-reasons .e-n-accordion-item-title-icon {
    flex-shrink: 0;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(184, 148, 90, 0.2);
    transition: border-color 0.3s ease, background 0.3s ease;
}


.ltb-reasons .e-opened i {
	display:none;
}

.ltb-reasons .e-closed i {
	display:none;
}

.ltb-reasons .e-n-accordion-item-title-icon span {
    position: absolute;
    background: #b8945a;
    border-radius: 1px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                  opacity 0.35s ease;
}

.ltb-reasons .e-opened {
    width: 12px !important;
    height: 1.5px !important;
	display:block !important;
}

.ltb-reasons .e-closed {
    width: 1.5px !important;
    height: 12px !important;
}
.ltb-reasons .elementor-widget-n-accordion .e-n-accordion-item.is-open .e-n-accordion-item-title-icon {
    border-color: rgba(184, 148, 90, 0.5);
    background: rgba(152, 117, 63, 0.1);
}


.elementor-editor-active .ltb-reasons__img-wrap img {
	opacity:1;
}
.elementor-editor-active  .ltb-reasons__panel-content {
	opacity:1;
}


.e-n-accordion-item-content{
    overflow:hidden;
    height:0;
    transition:height .45s ease;
}






.ltb-wcu__top .elementor-button-icon {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: rgba(152, 117, 63, 0.5);
    position: relative;
	top: 4px;
}

.ltb-wcu__top .elementor-button-icon::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid rgba(152, 117, 63, 0.5);
    border-right: 1px solid rgba(152, 117, 63, 0.5);
    transform: rotate(45deg);
}


.ltb-wcu__top .elementor-button-icon i { 
display:none;
}

.ltb-wcu__progress {
    flex-shrink: 0;
    height: 1px;
    background: rgba(152, 117, 63, 0.15);
    margin-bottom: 32px;
    position: relative;
}

.ltb-wcu__progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #98753f;
    transition: width 0.05s linear;
}

.ltb-wcu__overflow {
    flex: 1;
    overflow: visible;
    min-height: 0;
}

.ltb-wcu__track {
    display: flex !important;
    gap: 20px !important;
    align-items: stretch !important;
    will-change: transform;
    flex-direction: row !important;
}

.ltb-wcu__card {
    flex-shrink: 0 !important;
    width: 300px !important;
    background: #ffffff !important;
    border: 1px solid rgba(152, 117, 63, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 36px 28px !important;
    position: relative !important;
    overflow: hidden !important;
	margin:0 !important;
}





.ltb-wcu__card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: #98753f !important;
    transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.4s ease !important;
}
.ltb-wcu__card:hover::before {
    transform: scaleX(1) !important;
}


.ltb-wcu__card-title h3 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #080808;
    margin: 32px 0 16px;
}


.ltb-wcu__card-desc p {
    font-size: 14.5px;
    line-height: 23px;
    color: #5a5a5a;
    font-weight: 400;
    margin: 0;
    flex: 1;
}

.ltb-wcu__icon .elementor-icon {
    width: 52px;
    height: 52px;
    background: rgba(152, 117, 63, 0.08);
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: auto;
    flex-shrink: 0 !important;
    align-content: center !important;
}

.ltb-wcu__icon svg {
    width: 22px !important;
    height: 22px !important;
    stroke: #98753f;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ltb-wcu__wrapper {
    position: relative !important;
   
}
.ltb-wcu__sticky {
    position: sticky !important;
    top: 32px;
    height: 92vh !important;
    overflow: hidden !important;
	display: flex;
    flex-direction: column;
}


.elementor-editor-active .ltb-wcu__track {
   
    flex-wrap: wrap !important;
	
}

.elementor-editor-active .ltb-wcu__sticky {
   height: auto !important;
}


.ltb-faq .e-n-tab-title {
    outline: none !important;
    border-bottom: 1px solid rgba(152, 117, 63, 0.15) !important;
	border-left:0 !important;
	border-top:0 !important;
	border-right:0 !important;
	gap: 12px !important;
}



.ltb-faq .e-n-tab-title:first-child {
    border-top: 1px solid rgba(152, 117, 63, 0.15) !important;
}


.ltb-faq .e-n-tab-title:before {
	content:"";
    flex-shrink: 0;
    width: 3px;
    height: 16px;
    background: #98753f;
    border-radius: 2px;
    opacity: 0;
    transform: scaleY(0.4);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.ltb-faq .e-n-tab-title[aria-selected="true"]:before {
    opacity: 1;
    transform: scaleY(1);
}


.elementor-editor-active .ltb-it3 .ltb-it3__image-wrap .elementor-widget-container {
    opacity: 1;
    transform: translateX(0);
}




.elementor-editor-active .ltb-it3 .ltb-it3__content {
    opacity: 1;
    transform: translateX(0);
}



.elementor-editor-active .ltb-it2 .ltb-it2__image-wrap .elementor-widget-container {
    opacity: 1;
    transform: translateX(0);
}




.elementor-editor-active .ltb-it2 .ltb-it2__content {
    opacity: 1;
    transform: translateX(0);
}




.elementor-editor-active .ltb-ih2 .ltb-ih2__card {
    opacity: 1 !important;
    transform: translateX(0);
    transition-delay: 0.15s;
}


.elementor-editor-active .ltb-it1 .ltb-it1__title h2 {
    opacity: 1;
    transform: translateX(0);
}


.elementor-editor-active .ltb-it1 .ltb-it1__paragraph {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}



.elementor-editor-active .ltb-it1 .ltb-it1__ornament {
    opacity: 1;
    transform: translateX(0);
}
.elementor-editor-active .ltb-ino__left {
    opacity: 1;
    transform: translateX(0);
}

.elementor-editor-active .ltb-ino__right {
    opacity: 1;
    transform: translateX(0);
}


.elementor-editor-active .ltb-map .ltb-map__frame {
    opacity: 1;
    transform: translateY(0);
}



.ltb-dh__button a:hover {
    transform: translateY(-2px);
}

.ltb-dh__button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 36px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 100px;
    transition: background 0.25s ease,
        color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
    white-space: nowrap;
}


.elementor-lightbox .elementor-lightbox-item {
   
    padding: 40px !important;
    
}


.ltb-pmenu__gallery .gallery-icon img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    cursor: zoom-in;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ltb-pmenu__gallery .gallery-icon img:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(14, 11, 7, 0.15);
}

.ltb-ino__left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.ltb-ino.is-visible .ltb-ino__left {
    opacity: 1;
    transform: translateX(0);
}

.ltb-ino__right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}

.ltb-ino.is-visible .ltb-ino__right {
    opacity: 1;
    transform: translateX(0);
}

.ltb-ino__note-title h2 {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #f5f1eb;
    letter-spacing: -0.01em;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1.5px solid rgba(152, 117, 63, 0.3);
}

.ltb-ino__icon .elementor-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: #98753f ;
    background: rgba(152, 117, 63, 0.15);
    border-radius: 10px;
    display: flex !important ;
    align-items: center !important ;
    justify-content: center !important;

}






.ltb-ino__note {
    display: flex !important;
    gap: 14px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid rgba(245, 241, 235, 0.06);
}



/* .ltb-ino__note::before {
    content: "•" !important;
    color:#98753f !important;
    font-size: 18px !important;
    line-height: 26px !important;
    flex-shrink: 0 !important;
} */

.ltb-ino__item {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 20px 0;
    border-bottom: 1px solid rgba(245, 241, 235, 0.08);
}



.ltb-ino__item:first-child {
    border-top: 1px solid rgba(245, 241, 235, 0.08);
}


.ltb-ino__note:last-child {
    border-bottom: none;
    padding-bottom: 0;
}




.ltb-ci__icon .elementor-icon {
    width: 48px;
    height: 48px;
    color: #98753f;
    background: rgba(152, 117, 63, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ltb-map__frame {
    width: 100%;
    height: 500px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(14, 11, 7, 0.12);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.ltb-map.is-visible .ltb-map__frame {
    opacity: 1;
    transform: translateY(0);
}



.ltb-map__frame iframe {
    width: 100%;
/*     height: 100%; */
    border: none;
    display: block;
}


.con-form-bottom .elementor-field-textual {
   
    padding: 0;
}



.ltb-map iframe {
    margin-top: -67px !important;
}

































































































































































































































































/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    
} /* end 1200 */

/* Medium Devices, Desktops */
@media only screen and (max-width : 1025px) {
    
.chef-story__image:before {
    background: linear-gradient(to bottom, transparent 60%, #0f0a05 100%) !important;
}
	
.header1-menu .elementor-menu-toggle {
    padding: 0 !important;
}
	
.header1-menu .elementor-menu-toggle svg path {
   fill:#fff;
}	
	
	.scrol-header .header1-menu .elementor-menu-toggle svg path {
   fill:#000;
}	
	
	.scrol-header .header1-menu .elementor-menu-toggle {
  color:#000 !important;
}	
	
	
	
	
	
	
}  /*  end 1025 */



/* Small Devices, Tablets */
@media only screen and (max-width : 960px) {
    .ltb-private-dinner-planning__question-text {
   font-size: 20px;
		width: 80%;
}
	
.ltb-reasons__img-wrap .elementor-widget-container {
    height: 300px !important;
   
}
	
	
	
	
	
	
	
	
	
} /* end 960 */







/* Medium Devices, Desktops */
@media only screen and (max-width : 900px) {
	
	
	.ltb-booking-works .booking-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(8, 8, 8, 0.12);
    gap: 12px;
}
	
	
.ltb-booking-works .booking-step {
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    gap: 12px 20px;
}
	
	.ltb-booking-works .booking-step-description {
    grid-column: 2;
}
	.ltb-image-description-section .ltb-image-description__images {
    position: relative;
    height: 480px;
}
	
	
	.con-1rf {
		--e-con-grid-template-columns: repeat(1, 1fr) !important;
	}
	
	
	.ltb-gallery__grid .e-gallery-grid {
   grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(5, 240px);
        grid-template-areas:         "a b"        "c d"        "e e"        "f g"        "h h";
}
	
	
	
.ltb-faq .e-n-tab-title {
    border: 1px solid rgba(152, 117, 63, 0.15) !important;
    border-radius: 100px !important;
    padding: 10px 18px !important;
    font-size: 13px;
    width: auto !important;
    gap: 8px !important;
}
	
	
.ltb-faq	.e-n-tabs-heading {
    position: static;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    border-top: 1px solid rgba(152, 117, 63, 0.15);
    padding-top: 20px;
}
	
	
	.ltb-faq .e-n-tab-title[aria-selected="true"] {
    background: rgba(152, 117, 63, 0.12) !important;
    border-color: rgba(152, 117, 63, 0.4) !important;
    color: #080808 !important;
}
	
	.ltb-faq .e-n-tab-title[aria-selected="true"]:before {
   content:none;
}
	
.ltb-pmenu__gallery	.gallery {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 24px;
    margin: 0 !important;
}
	
	
.ltb-pmenu__gallery	.gallery .gallery-item {
    max-width: 480px !important;
    padding: 0 !important;
}
	
	
	
	
	
	
	
    
}  /*  end 900 */

/* Small Devices, Tablets */
@media only screen and (max-width : 769px) {
    
} /* end 769 */

/* Small Devices, Tablets */
@media only screen and (max-width : 700px) {
.ltb-hero__button a {
    height: 58px;
    padding: 0 32px !important;
    font-size: 12px !important;
    word-wrap: break-word;
    white-space: normal;
    line-height: 14px;
}

	
.ltb-gallery__grid .e-gallery-grid {
  grid-template-columns: 1fr;
        grid-template-rows: repeat(8, 200px);
        grid-template-areas:         "a"        "b"        "c"        "d"        "e"        "f"        "g"        "h";
}	
	
	
		.ltb-it2__image-wrap .elementor-widget-container {
  
    aspect-ratio: 3 / 2;
   
}
	
	.ltb-it3__image-wrap .elementor-widget-container {
   
    aspect-ratio: 3 / 2;
   
}
	
	.ltb-ih2__card {
    padding: 28px 24px !important;
}
	
	
	.ltb-wcu__sticky {
		flex-wrap:unset !important;
	}
	.ltb-wcu__track {
		flex-wrap:unset !important;
	}
.ltb-wcu__card-title h3 {
   
    font-size: 17px;
   
}	
	
.ltb-reasons .e-n-accordion-item-title-text {
    display: flex;
}	
	
	
	
	
	
	
	
	
	
	
	
	
} /* end 700 */




/* Extra Small Devices, Phones */
@media only screen and (max-width : 600px) {
	
	
	.ltb-pmenu__grid {
    --e-con-grid-template-columns: repeat(1, 1fr) !important;
    --grid-auto-flow: row;
}
	
	

} /*  end 600 */





/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

} /*  end 480 */
