* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  
  }
  
  body {
    font-family: 'Source Sans Pro', sans-serif;
    transition: background-color 0.3s, color 0.3s;
    overflow-x: hidden;
    background-color: var(--tertiary-text) ;
    color: var(--text-color);
  }

  /* Google Map (Contact Us) */
  .map-canvas {
    width: 100%;
    height: 500px;
    border: none;
  }

  :root {
    --text-color: #1c1c1d;
    --content-color: #59585d;
    --tertiary-text: #ffffff;
    --light-bg:#F4F8FB;
    /* Brand / BE button sync — do NOT reuse --text-color (that turns menus green). */
    --color-brand: #1c1c1d;
    --menu-panel-bg: #1c1c1d;
  }

  button {
    border: none;
    background: none;
  }
  
  .mTop50 {
    margin-top: 50px;
  }
  
  .mBtm50 {
    margin-bottom: 50px;
  }
  
  .pTop50 {
    padding-top: 50px;
  }
  
  .pBtm50 {
    padding-bottom: 50px;
  }
  .pTop100 {
    padding-top: 100px;
  }
  
  .pBtm100 {
    padding-bottom: 100px;
  }
  
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  ul,
  li {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  
  li {
    list-style: none;
    text-decoration: none;
  }
  
  a,
  a:hover {
    color: var(--content-color);
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
 
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    padding: 0;
    margin: 0;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h1,
  .h1 {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h2,
  .h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h3,
  .h3 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h4,
  .h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h5,
  .h5 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  
  h6,
  .h6 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family:  'Source Sans Pro', sans-serif;
  }
  

  .main-btn {
    border-radius: 5px;
    font-family:  'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 15px;
    border: none;
    background: var(--tertiary-text);
    color: var(--text-color);
    display: inline-block;
    cursor: pointer;
    max-height: 41px;
    text-align: center;
  
  }
  .main-btn:hover,
  .main-btn:focus,
  .main-btn:active {
    background: var(--light-bg);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
   
}

  .heading-main,
h1.heading-main,
  h2.heading-main{
color:  var(--text-color);
font-family: 'Source Sans Pro', sans-serif;
 font-size: 25px;
 font-weight: 700;
 line-height: 45px;
  }
 
  p, p.description{
 color: var(--content-color);
 font-family:'Source Sans Pro', sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 26px;
 margin: 0 0 10px 0;
  }

  .pfblock-line{
    background: rgba(0, 0, 0,0.34) none repeat scroll 0 0;
    height: 1px;
    margin: 40px auto;
    width: 100px;
    margin: 25px auto;
  }
/* header */
header.main-header nav.navbar .top--bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header.main-header{
  background: var(--menu-panel-bg, var(--text-color));
}
header.main-header nav.navbar .top--bar .logo img {
  width: auto;
  height: 50px;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0 12px;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-item,
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-more {
  flex: 0 0 auto;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-more[hidden],
header.main-header nav.navbar .top--bar ul.desktop-menu-main > li.nav-menu-more.nav-menu-more--hidden {
  display: none !important;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.list-item a,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.nav-menu-item a {
  white-space: nowrap;
}
header.main-header nav.navbar .top--bar .monile--btn {
  flex: 0 0 auto;
}
header.main-header nav.navbar .top--bar .logo {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  header.main-header nav.navbar .top--bar .monile--btn .mobile-menu-toggle {
    display: none !important;
  }
}
.desktop-menu-measure {
  position: fixed !important;
  left: -100vw !important;
  top: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none !important;
  z-index: -1 !important;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
}
.desktop-menu-measure li {
  flex: 0 0 auto;
  padding: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.list-item ,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.nav-menu-item ,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li{
  font-size: 16px;
  color: var(--tertiary-text);
  font-weight: 400;
  padding:10px  ;
  

}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.list-item a,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.nav-menu-item a,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li a {
  color: var(--tertiary-text);
}

/* Side drawer: always light text on dark panel (beats headerFontColor / contrast JS) */
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li,
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li a {
  color: #ffffff !important;
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li.dropdown-close{
  text-align: right;
  border-bottom: 1px solid var(--tertiary-text);
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li.dropdown-close .header-sidenav__close {
  background: var(--content-color);
  padding: 5px;
 
}
header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu li.dropdown-close .header-sidenav__close svg path {
  stroke: var(--tertiary-text);
}



header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu {
  position: fixed;   
  top: 0;
  right: -350px;       
  left: auto;
  width: 350px;
  height: 100vh;        
  background: var(--menu-panel-bg, #1c1c1d);
  overflow-y: auto;
  transition: right 0.3s ease-in-out;
  z-index: 99;
  display: block;       
  border: none;
  border-radius: 0;
  padding: 20px;
  pointer-events: none;
}

header.main-header nav.navbar .top--bar ul.desktop-menu-main li.dropdown ul.dropdown-content.dropdown-menu.show {
  right: 0;
  pointer-events: auto;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:  rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
}
body.menu-open,
body.backdrop {
  position: fixed !important;
  width: 100%;
  overflow: hidden;
}
html.menu-open,
html.backdrop {
  overflow: hidden;
  height: 100%;
}
body.menu-open::after,
body.backdrop::after {
  opacity: 1;
  visibility: visible;
  color: var(--content-color);
}
button#backToTop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  background:var(--content-color);
  width: 40px;
  height: 40px;
}
button#backToTop svg path{
  stroke: var(--tertiary-text);
}
header.main-header.scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
/* footer */
footer.footer{
  background-color: var(--text-color);
}
footer.footer ul.footer-social {
text-align: center;
padding-left: 0;
}

footer.footer ul.footer-social li {
  display: inline-block;
  margin: 5px;
}

footer.footer ul.footer-social li a {
  width: 36px;
  height: 36px;
 display: flex;
 justify-content: center;
 align-items: center;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid ;
  border-color: var(--content-color);
}
footer.footer ul.footer-social li a::before{

  color: var(--content-color);

}
footer.footer ul.footer-social li:hover a::before{
color: var(--tertiary-text);
}
footer.footer .contact-details {
  text-align: center;
}

footer.footer .contact-details .contact-item.logo img {
  height: 50px;
  width: auto;
}
footer.footer .contact-details .contact-item {
  padding: 10px 0;
}
footer.footer .contact-details .contact-item {
  padding: 10px 0;
  color: var(--content-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
footer.footer .contact-details .contact-item p{
  margin: 0;
}
footer.footer .contact-details .contact-item p a{

  color: var(--content-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
/* slider */
.main-slider {
  position: relative;
}
.main-slider .slider-home{
  position: relative;
}
.main-slider .slider-home .slider-carousel .owl-item .item img {
  width: 100%;
  height: calc(100vh - 100px);
}
.main-slider .custom-nav {
  position: absolute;
  top: 50%;             
  left: 50%;            
  width: 90%;            
  transform: translate(-50%, -50%); 
  display: flex;
  justify-content: space-between;
  pointer-events: none;    
  z-index: 10;
}
.main-slider .custom-nav button {
  background: rgba(0, 0, 0,0.34);
  border: none;
  padding: 10px;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.main-slider .custom-nav button svg path{
  stroke: var(--tertiary-text);
}
.main-slider .custom-nav button:hover {
  background: rgba(0, 0, 0,0.50);
}
section.accommodation .accommodation-wrapper .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}



section.accommodation .accommodation-wrapper .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    align-items: stretch;
}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image {
  position: relative;
}

section.accommodation .accommodation-wrapper .services-grid .service-card .service-image   .main-card {
    background: var(--text-color);
}

section.accommodation .accommodation-wrapper .services-grid .service-card .service-image .main-card a {
  display: block;
  overflow: hidden;
  border-radius: 0;
}

section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .main-card a img.card-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}


section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .service-overlay:before {
  border-top: 1px solid var(--tertiary-text);
  border-bottom: 1px solid var(--tertiary-text);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .service-overlay:after{
  border-right: 1px solid var(--tertiary-text);
    border-left: 1px solid var(--tertiary-text);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .service-overlay:before ,
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .service-overlay:after{
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  pointer-events: none;
}
section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .service-overlay {
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: var(--tertiary-text);
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    display: block;
}

section.accommodation .accommodation-wrapper .services-grid .service-card .service-image  .service-overlay h2.heading-main.service-title {

  padding-top: 10%;
  -webkit-transition: -webkit-transform .35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
    color: var(--tertiary-text);
    font-size: 15px;
    text-shadow: 0 1px 1px #6c6c6c;
    word-spacing: -0.15em;
    line-height: normal;
    text-align: center;
}



section.accommodation .accommodation-wrapper .services-grid .service-card .overlay {
  padding: 20px 10px;
  opacity: 0;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


section.accommodation .accommodation-wrapper .services-grid .service-card:hover .service-image img {
  opacity: .4;
}

section.accommodation .accommodation-wrapper .services-grid .service-card:hover .service-image  .service-overlay h2.heading-main.service-title,
section.accommodation .accommodation-wrapper .services-grid .service-card:hover .overlay {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);

}
/* section.accommodation .accommodation-wrapper .services-grid .service-card:hover .service-image .service-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
section.accommodation .accommodation-wrapper .services-grid .service-card:hover .service-image .service-overlay  h2.heading-main.service-title{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}

section.accommodation .accommodation-wrapper .services-grid .service-card:hover .service-image  .service-overlay::before,
section.accommodation .accommodation-wrapper .services-grid .service-card:hover .service-image  .service-overlay::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#breadcrumbs {
  padding: 0;
  margin: 0;
  height: 30px;
  line-height: 30px;
  list-style-type: none;
  background: transparent;
  margin-bottom: 20px;
  margin-top: 25px;
}

#breadcrumbs li {
  float: left;
  background: var(--text-color);
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

#breadcrumbs a {
  float: left;
  position: relative;
  padding: 0 20px 0 10px;
  color: var(--tertiary-text);
  text-decoration: none;
  outline: 0;
  font-family: 'Source Sans Pro', sans-serif;

}

#breadcrumbs a:hover {
  text-decoration: none;
}

#breadcrumbs a.odd {
  background: var(--tertiary-text);
}

#breadcrumbs span {
  position: absolute;
  display: block;
  line-height: 0;
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-left: 10px solid var(--text-color);
  border-right: 0;
  border-top: 15px solid var(--tertiary-text);
  border-bottom: 15px solid var(--tertiary-text);
}

#breadcrumbs a.odd span {
  border-left: 10px solid  var(--tertiary-text);
  border-top: 15px solid  var(--tertiary-text);
  border-bottom: 15px solid  var(--tertiary-text);
}

#breadcrumbs a.odd .arrow.last {
  border: 0
}

#breadcrumbs li.odd {
  background: var(--tertiary-text);
  padding-left: 10px;
}

#breadcrumbs span.arrow.last {
  border: none;
}


section.accommodation-details .a-room-dec .main-slider.slider-all-page .slider-carousel .owl-item .item img{
  height: 350px;
}

section.accommodation-details .a-room-dec .main-slider.slider-all-page {
    width: 50%;
    float: left;
    margin-right: 20px;
}

section.accommodation-details .a-room-dec .room-description {
  min-height: 350px;
  height: 100%;
}

section.accommodation-details .acc-widget {

  background: var(--light-bg);
}
section.accommodation-details .acco-offer ul.facilities-list,
section.content-wrapper section.facilities-list-item ul.facilities-list {
  padding: 0;
 display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.accommodation-details .acco-offer ul.facilities-list li.facility-item,
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item  {
  width: calc(100% - 10px);
  margin-bottom: 5px;
  padding: 5px;



}

section.accommodation-details .acco-offer ul.facilities-list li.facility-item  p.description,
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item p.description{
  margin: 0;

}
section.accommodation-details .acco-offer ul.facilities-list li.facility-item:nth-child(6n+1),
section.accommodation-details .acco-offer ul.facilities-list li.facility-item:nth-child(6n+2),
section.accommodation-details .acco-offer ul.facilities-list li.facility-item:nth-child(6n+3),

section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item:nth-child(6n+1),
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item:nth-child(6n+2),
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item:nth-child(6n+3)
{
  background: var(--light-bg);
}
section.accommodation-details .acco-offer ul.facilities-list li.facility-item p.description:before,
section.content-wrapper section.facilities-list-item ul.facilities-list li.facility-item p.description:before {
  content: "";
   display: inline-block;
   width: 5px;
   height: 5px;
   background: var(--content-color);
   margin-right: 8px;
   vertical-align: middle;
}

/* contact  */
section.contact-page-section .contact-grid {
     width: 60%;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border: 1px solid  rgba(0, 0, 0, 0.06);

  
}
section.contact-page-section .contact-grid p.description a{
  color: var(--content-color);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
/* gallery */
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col {
  position: relative;
  overflow: hidden;

}
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item {
  position: relative;
  overflow: hidden;
}

section.gallery-container .gallery-wrapper button.main-btn.active {
   background: var(--text-color);
    color: var(--tertiary-text); 
  
  }
   section.gallery-container .gallery-wrapper button.main-btn:hover{
     box-shadow: none; 
    }
    
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col img.img-fluid {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
 
}


section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--text-color);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}


section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 40px;
  color: var(--tertiary-text);
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  transition: transform 0.3s ease;
  z-index: 2;
}

section.gallery-container .gallery-wrapper #lg-gallery .gallery-col:hover .gallery-item::before {
  opacity: .4;
  -webkit-transition: opacity .35s;
  transition: opacity .35s;
}

section.gallery-container .gallery-wrapper #lg-gallery .gallery-col:hover .gallery-item::after {
  transform: translate(-50%, -50%) scale(1);
}


section.gallery-container .gallery-wrapper #lg-gallery .gallery-col:hover img {
  transform: scale(1.1);
}
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::before,
section.gallery-container .gallery-wrapper #lg-gallery .gallery-col .gallery-item::after {
    pointer-events: none;
}

/* Home: extra_about_us (content_image uses wedding left/right layout) */
section.content-wrapper.extra-about-home section.extra-about-section .wedding-container {
  display: flex;
  justify-content: start;
  align-items: stretch;
}

section.content-wrapper.extra-about-home section.extra-about-section .wedding-container.reversed {
  flex-direction: row-reverse;
}

section.content-wrapper.extra-about-home section.extra-about-section .wedding-container .wedding-image,
section.content-wrapper.extra-about-home section.extra-about-section .wedding-container .wedding-content {
  width: 50%;
}

section.content-wrapper.extra-about-home section.extra-about-section .wedding-container .wedding-image:only-child,
section.content-wrapper.extra-about-home section.extra-about-section .wedding-container .wedding-content:only-child {
  width: 100%;
}

section.content-wrapper.extra-about-home section.extra-about-banner-section .extra-about-banner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

section.content-wrapper.extra-about-home section.extra-about-banner-section .extra-about-banner-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

section.content-wrapper.extra-about-home section.extra-about-banner-section .extra-about-banner-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.35);
}

section.content-wrapper.extra-about-home section.extra-about-banner-section .extra-about-banner-caption .description {
  color: var(--tertiary-text);
  margin: 0;
  max-width: 90%;
}

/* additional page1 */
section.content-wrapper section.wedding-section .wedding-container .wedding-image img.card-image {
  width: 100%;
  height: 350px;
}
section.content-wrapper section.wedding-section .wedding-container .wedding-content {
  background: var(--light-bg);
  padding: 20px;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
}
section.content-wrapper section.wedding-section .wedding-container .wedding-content a.main-btn{
background: var(--text-color);
color: var(--tertiary-text);
}
section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card  {
  display: flex;
  justify-content: start;
  align-items: stretch;
}

section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card .wedding-image ,
section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card .wedding-content.main-caption-text {
  width: 50%;
}

section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card  .wedding-image img.card-image{
  width: 100%;
  height: 350px;

}
section.content-wrapper section.wedding-section.wedding-sub .wedding-container .wedding-card:nth-child(even) {
  flex-direction: row-reverse;
}
/* additional page2 */
section.content-wrapper section.dining-section .dining-container .dining-image img.card-image {
  width: 100%;
  height: 350px;
}
section.content-wrapper section.dining-section .dining-container .dining-content {
  background: var(--light-bg);
  padding: 20px;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
}
section.content-wrapper section.dining-section .dining-container .dining-content a.main-btn{
background: var(--text-color);
color: var(--tertiary-text);
}

section.content-wrapper section.dining-section.dining-sub .dining-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card {
  text-align: center;
  position: relative;
  overflow: hidden;
}

section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .dining-content.main-caption-text {
  position: absolute;
  background: inherit;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    padding: 0;

}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .dining-content.main-caption-text h2.heading-main{
  color: var(--tertiary-text);
  font-size: 20px;
  padding: 0 30px;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
  width: 97%;
}
section.content-wrapper section.dining-section.dining-sub .dining-container .dining-card .dining-content.main-caption-text  a.main-btn{
width: 100%;
}
/* additional page3 */
section.content-wrapper section.offer-section .offer-container .offer-image img.card-image {
  width: 100%;
  height: 350px;
}
section.content-wrapper section.offer-section .offer-container .offer-content {
  background: var(--light-bg);
  padding: 20px;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
}
section.content-wrapper section.offer-section .offer-container .offer-content a.main-btn{
background: var(--text-color);
color: var(--tertiary-text);
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .offer-card-image a.offer-card img.card-image {
  width: 100%;
  height: 350px;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item{
  display: flex; 
  justify-content: start;
  align-items: center;
  position: relative;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .offer-card-image{
  width: 70%;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption{
  width: 40%;
  background: var(--light-bg);
    padding: 20px;
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption h2.heading-main{
  text-align: center;
}

section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption a.main-btn{
  background: var(--text-color);
  color: var(--tertiary-text);
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption:before {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: var(--text-color);
  left: 0;
  top: -1px;
  }

  section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption:after{
  width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: var(--content-color);
    left: 0;
    top: -1px;
    transform: scaleX(0);
    transition: .5s ease;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .offer-carousel .owl-stage-outer .owl-stage .item .caption:hover::after{
  transform: scaleY(1);
  transition: .5s ease;
}

section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav button.custom-next,
  section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav button.custom-prev {
  background: rgba(0, 0, 0, 0.34);
  border: none;
  padding: 6px;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
section.content-wrapper section.offer-container.offer-sub .offer-container .custom-nav button svg path {
  stroke: var(--tertiary-text);
}
/* modal css */
div#policyModal {
  height: calc(100vh - 100px);
  border-radius: 0;
  top: 50px;
}
 
div#policyModal .modal-header {
  padding: 10px 20px;
  background: var(--text-color);    
  border-radius: 0;
}

div#policyModal .modal-header  h2.heading-main{
  color: var(--tertiary-text);
  font-weight: 500;
  font-size: 18px;

}
div#policyModal .modal-header button.btn-close {
  background: var(--tertiary-text); 
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;

}
div#policyModal .modal-dialog .modal-content {
  border-radius: 0;
}
div#policyModal .modal-dialog {
  margin: auto;
}
 
div#policyModal .modal-header h4.modal-title.heading-main {
  font-size: 24px;
}


/* top haed */
.mob-btn a.main-btn {
  width: 100%;
}
.main--topbar {
  /* background: rgba(0, 0, 0,0.34); */
  background: #000;
  padding: 5px 0;

}
.main--topbar .top--head {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.main--topbar .top--head .acc-btn button.accessibility-toggle svg path{
  fill: var(--tertiary-text);

}
.main--topbar .top--head .dropdown.lang-drop button.notranslate.btn {
  border: none;
  background: var(--tertiary-text);
  width: auto;
  height: auto;
  padding: 4px;
}
.main--topbar .top--head .dropdown.lang-drop button.notranslate.btn:hover {
  color: inherit;
  border-color: inherit;
}

/* ---------- Custom Index Builder (reuse theme 221 accommodation / wedding look) ---------- */
section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image {
  position: relative;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image .main-card {
  background: var(--text-color);
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image .main-card a {
  display: block;
  overflow: hidden;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image .main-card a img.card-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: opacity .35s;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image .service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 55%);
  pointer-events: none;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image .service-overlay h2.heading-main.service-title {
  color: var(--tertiary-text);
  margin: 0 0 12px;
  pointer-events: none;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .service-card .service-image .service-overlay .overlay {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  pointer-events: auto;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .owl-nav {
  margin-top: 20px;
  text-align: center;
}

section.accommodation.accommodation-carousel-section .accommodation-carousel .owl-nav button.owl-prev,
section.accommodation.accommodation-carousel-section .accommodation-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  margin: 0 6px;
  background: var(--text-color) !important;
  color: var(--tertiary-text) !important;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container {
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 0;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container.reversed {
  flex-direction: row-reverse;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-image,
section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-content {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-image img.card-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-content {
  background: var(--light-bg);
  padding: 20px;
  box-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-content .heading-main {
  margin-top: 0;
}

section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-content a.main-btn {
  background: var(--text-color);
  color: var(--tertiary-text);
  align-self: flex-start;
  margin-top: 12px;
}

@media (min-width: 992px) {
  section.content-wrapper.accommodation-content-image.extra-about-home section.extra-about-section .wedding-container,
  section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container {
    flex-direction: row;
  }

  section.content-wrapper.accommodation-content-image.extra-about-home section.extra-about-section .wedding-container.reversed,
  section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container.reversed {
    flex-direction: row-reverse;
  }

  section.content-wrapper.accommodation-content-image.extra-about-home section.extra-about-section .wedding-container .wedding-image,
  section.content-wrapper.accommodation-content-image.extra-about-home section.extra-about-section .wedding-container .wedding-content,
  section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-image,
  section.content-wrapper.accommodation-content-image section.wedding-section .wedding-container .wedding-content {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

section.custom-index-booking .widget-container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}