/*
Theme Name: Classic Squares Theme
Theme URI: https://example.com/classic-squares-theme
Author: Your Name
Description: Custom WordPress theme with video hero and luxury layout.
Version: 1.0.0
Text Domain: classic-squares
*/

/* Reset & base */
* { box-sizing: border-box; }
html, body { margin:0; padding:0; }
body {
font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
    color: #4c4c4c;
  }
a { color:inherit; text-decoration:none !important; }

:root{
  background-color: #FFFAEB;
}



.font-lato{
  font-family: "Lato", sans-serif;
}
.font-delius{
  font-family: "Delius", cursive;
}

.font-inter{
  font-family: "Inter", sans-serif;
}


.color1{
  color: var(--color-black) !important;
}
.color2{
  color: var(--color-accent-1) !important;
}

.color3{
  color: #6a6a6a !important;
}

.gap-20{
  gap:20px;
}

.breadcrumb
 {
    margin-bottom: 10px !important;
    border-bottom: #eee 1px solid;
        font-size: 15px;
    text-decoration: none;
    line-height: 100%;
    font-weight: 300;
    line-height: 1.125rem;
        padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

a {
    color: #a0664b;
    text-decoration: none;
}

#container {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.83);
    /* margin-top: 100px; */
}

 .hero-section {
      background-image: url('images/bg1.webp');
      background-size: cover;
      background-position: center;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      position: relative;
    }

    .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background: rgba(0, 0, 0, 0.4); */
    }

    .hero-content {
      position: relative;
      z-index: 2;
      /* max-width: 800px; */
      margin: auto;
    }


   
    /* Our Outlets Section */
    .outlets-section {
      text-align: center;
      padding: 70px 0;
    }

  

    .outlet-card {
      position: relative;
      overflow: hidden;
      color: #fff;
    }

    .outlet-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .outlet-card:hover img {
      transform: scale(1.05);
    }

    .outlet-overlay {
 position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.55); */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    padding: 50px;
    transition: background 0.3s 
ease;
    }

    .outlet-overlay h5 {
    font-weight: 300;
      font-size: 38px;
      text-transform: capitalize;
    }

    .outlet-overlay h3 {
    font-weight: 700;
    font-size: 78px;
    line-height: 68px;
    text-transform: capitalize;
    letter-spacing: -1px;
    }

   
/* .icon-arrow-left:before {
    content: url(images/left-arrow.webp);
}
.icon-arrow-right:before {
    content: url(images/right-arrow.webp);
}

 */




  

  


    .top-badge{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    transition: all 0.3s ease;
    z-index: 1000;
}


.icon-footer-location{
  content:url('images/footer-location.webp')
}

.icon-location{
  content:url('images/location-icon.webp')
}

.icon-time{
  content:url('images/time.webp')
}


.icon-call{
  content:url('images/call.webp')
}
.icon-email-black{
  content:url('images/icon/email.webp')
}
.icon-call-black{
  content:url('images/icon/old-typical-phone.webp')
}
.icon-call-person{
  content:url('images/icon/telephone.webp')
}

/* .swiper-pagination-bullet-active{
  border: 1px solid var(--color-accent-1); */
  /* z-index: -1; */
  /* transition: all 0.1s ease-out;
border-radius: 0;
  transform: rotate(45deg);
  background-color: transparent !important;
      width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: var(--color-accent-1);
    opacity: 1;

} */


.mw-unset{
  max-width: unset !important;
}

    .menu-section {
      display: flex;
      overflow: hidden;
    }

  

    .menu-content {
      position: relative;
      z-index: 2;
      padding: 100px 20px;
      text-align: center;
    }

    .menu-content h2 {
      margin-bottom: 30px;
    }

    .accordion {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .accordion button {
      background: transparent;
      color: #fff;
      border: none;
      font: 300 25px / 32px "Inter", sans-serif;
      padding: 20px 0;
      cursor: pointer;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      transition: all 0.3s ease;
    }

    .accordion button.active {
      color: #d54b3d;
      /* font-weight: 600; */
    }

    .accordion button:hover {
      color: #d54b3d;
    }

    /* Right Content */
    .main-content {
      flex: 1;
      padding: 40px;
      text-align: center;
      transition: all 0.4s ease;
    }

    .tab-content {
      display: none;
      animation: fadeIn 0.5s ease;
    }

    .tab-content.active {
      display: block;
    }

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

    @media (max-width: 768px) {
      .menu-section {
        flex-direction: column;
      }

    }


    footer .t1{
      font-family: "Playfair Display", serif;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      font-size: 1.125rem;
      letter-spacing: .5px;
    }

    footer li {
      font-family: "Open Sans", sans-serif;
      font-size: 1.125rem;
      line-height: 1.66667;
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 5px;
    }

  footer  ol, ul {
    padding-left: 0rem !important;
}

    footer h5 {
    font-family: "Playfair Display", "sans-serif";
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 100%;
    font-size: 24px;
}





    footer a {
      color: #fff;
      text-decoration: none;
    }
    footer a:hover {
      color: #f4b400;
    }
    .footer-divider {
      border-left: 1px solid #808080;
      height: 80%;
    }
    .social-icons a {
      color: #fff;
      margin-right: 10px;
      font-size: 18px;
    }
    .footer-bottom {
      border-top: 1px solid #808080;
      padding: 20px 0px;
    }
    .footer-bottom a{
      color: #ceb893;
      font-size: 16px;
    text-decoration: none;
    line-height: 100%;
    font-weight: 300;
    line-height: 1.5rem;
    }
        
    @media (max-width: 767px) {
      .footer-divider {
        display: none;
      }
      .footer-section {
        /* border-bottom: 1px solid #FFFFFF; */
        /* padding-bottom: 20px;
        margin-bottom: 20px; */
      }
    }



    .ft-300{
      font-weight:300;
    }

.lh-28{
  line-height: 28px;
}

.pt-70{
  padding-top:70px;
}

.pb-70{
  padding-bottom:70px;
}



.bg1{
  background-image: url(images/pagebg.webp);
    background-size: cover;
    background-position: center;
}


.bg2{
background-image: url(images/outlet1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg3{
background-image: url(images/outlet2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}




.menu-bg{
  background-image: url(images/1.png);
    background-size: cover;
    background-position: center;
}


.sangolda-bg{
  background-image: url(images/2.png);
    background-size: cover;
    background-position: center;
}


.outlet-bg{
  background-image: url(images/outlet.webp);
    background-size: cover;
    background-position: center;
}

.gap-10{
  gap:10px;
}


.border-bottom{
      border-bottom: 1px solid #eaeaea;
}

.border-left{
      border-left: 1px solid #eaeaea;
}

/* 
ol, ul {
    padding-left: 0rem !important;
    margin-bottom: 0rem !important;
}    */
.page-title {
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    font-family: "Playfair Display", "sans-serif";
}

.cbg p{
      color: #747474;
}
.txsh{
      text-shadow: 0 0 4px #373737;
}

.text1{
font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.42;
    letter-spacing: 4.2px;
    text-transform: uppercase;
}
.text2{
font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 2.8rem;
        /* text-shadow: 0 0 4px #8c7676; */
    margin-top: 10px;
}

.text3 {
font-size: 1.5rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.2;
}

.text4 {
font-size: 1.7rem;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.2;
}

.text5 {
font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
}

.text6 {
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
}


.text7 {
    font-size: 28px;
    line-height: 34px;
        font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}

.text8 {
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 20px;
    font-size: 28px;
    line-height: 34px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}


.text9{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}

.text11 {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 32px;
}


.py5{
    padding-top:5px;
    padding-bottom:5px;
}


.t1 {
font-size: 18px;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
    font-family: "Playfair Display", "sans-serif";
}

.t2 {
    font-family: "Open Sans", "sans-serif";
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #1c1c1c;
    margin-bottom: 10px;
}


.block-readmore{
font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-color: #ae745a;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    background: #ae745a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    transition: all .5s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}

.block-readmore:hover {
    color: #ae745a !important;
    background: #ffffff;
}

.room-block-link{
    font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-color: #858585;
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    background: #858585;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    transition: all .5s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}


.ff-btn-submit{
font-size: 0.75rem;
    line-height: 1.2rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-top: 0.58rem;
    padding-bottom: 0.6rem;
    border-color: #ae745a;
    border-width: 1px;
    border-style: solid;
    color: #ffffff !important;
    background: #ae745a;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.8px;
    transition: all .5s 
cubic-bezier(0.165, 0.84, 0.44, 1);
}


.room-block-link:hover {
    color: #858585;
    background: #ffffff;
}

.d-flexm{
  display: flex;
}


.mr-10{
  margin-right: 10px;
}

.navAbsolute1 {

    display: flex;
    z-index: 1;
    margin: 0;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


#block-views-guest-comments-block h2{
	margin-top:40px;
	}
	
#block-views-guest-comments-block .content{
	border:1px solid #efefef;
	box-shadow: 2px #ddd;
	padding:5px;
	}
	
.guest-comment-title{
	font-size:16px;
	font-weight:600;
	font-style:italic;
  line-height: 36px;
	}

.guest-comment-txt{
	font-style:italic;
	padding-left:10px;
	padding-right: 10px;
	text-align: justify;
	float: left;
	font-size:16px;
  line-height: 50px;
	}

/* .guest-comment-txt:before {
    content:open-quote;
	font-size: 40px;
	font-family: "Playfair Display", "sans-serif";
	float:left;
	padding-right:10px;
	}

.guest-comment-txt:after {
    content:close-quote;
	font-size: 40px;
	font-family: "Playfair Display", "sans-serif";
	} */

  



.pm-4 {
    padding: 1.5rem !important;
}

.card1{
      background: #fff;
    padding: 15px;
}

strong{
  font-weight: 500 !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 2.0rem !important;
    padding-left: 2.0rem !important;
}

@media (max-width: 767px) {
main {
  margin-top: 50px;
}
.d-flexm{
  display: none !important;
}
.text2 {
  font-size: 38px;
}
.pm-4 {
padding: 0 !important;
}


.room-block-link {
    font-size: 12px;
    white-space: nowrap;
        padding-left: 10px;
    padding-right: 10px;
}

.block-readmore {
    font-size: 12px;
    white-space: nowrap;
        padding-left: 10px;
    padding-right: 10px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 1.0rem !important;
    padding-left: 1.0rem !important;
}

}



/* 
.icon-arrow-left:before {
    content: url(images/back-arrow.webp) !important;
}

.icon-arrow-right:before {
    content: url(images/next-arrow.webp) !important;
} */


.logoimg{
  width: 100%;
  padding: 0px 20px;
}


.a2{
  font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
    text-align: initial;
    font-family: "Open Sans", "sans-serif";
    /* padding: 20px 5px 20px 5px; */
    font-style: normal;
    font-weight: 600;
    color: #ae745a;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.imageborder img{
    border: 3px solid #ddd;
    border-radius: 3px;
}


ol, ul {
    padding-left: 1rem;
}

.w-95{
  width: 95%;
}


.text10 {
    font-size: 24px;
    line-height: 32px;
    font-family: "Playfair Display", "sans-serif";
    font-weight: 500;
}


.bg-accent-1-50:hover {
    opacity: 1;
}






















.room-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* desktop */
}

.room-bg-section {
  padding: 0;
}

.room-bg-container {
  /*display: flex;*/
  /*min-height: 450px;*/
  /*width: 100%;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* LEFT SIDE → Background Image */
.room-bg-image {
  flex: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* RIGHT SIDE → Content */
.room-bg-content {
  flex: 1;
  /*padding: 60px 50px;*/
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:white;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;*/
}



.learn-more {
   font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.66667;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    text-decoration: none;
    color:#999999;
}

.learn-more:hover {
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .room-bg-container {
    flex-direction: column;
  }

  .room-bg-image {
    height: 100%; 
  }

  .room-bg-content {
    text-align: center;
    padding: 40px 30px;
    
  }
 

}

@media (max-width: 578px)  {
  .ctm-mbl-pt {
    padding-top: 70px !important;
  }
}
@media (min-width: 579px) and (max-width: 767px) {
  .container {
    padding-top: 30px !important;
  }
}









.offer-pack-desc {
  position: absolute;
  z-index: 99;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:80%;
}


.offer-pack-desc .t3{
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
}


.facility-img-wrap {
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    /* border-radius: 30px; */
}
.facility-img-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(33 33 33 / 40%) 50%);
z-index: 1;
transition: opacity 0.3s ease;
}
.fact-item:hover {
margin-top: -10px;
background: #F8F8F8 !important;
box-shadow: 0 0 45px rgba(0, 0, 0, .09);
}




.mw-auto{
  max-width: max-content !important;
}

.tabs__controls .is-tab-el-active{
  color: var(--color-accent-1) !important;
  border-bottom: 2px solid  var(--color-accent-1) !important;
}





.text-justify{
  text-align: justify;
}
.text-78{
  font-size: 78px !important;
  line-height: 1px !important;
}


.text-18{
  font-size: 18px !important;
}
.text-48{
  font-size: 48px;
}

.w-80{
  width:80%;
}

.bg-accent-3 {
    background-color: var(--color-accent-1) !important;
}







.tx{
      font-family: 'Herr Von Muellerhoff';
    font-size: 120px;
    line-height: 30px;
    font-style: normal;
    color: #dedede;
    position: absolute;
    top: -19%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 0;
}

.offer-overlay::before {
    content: '';
     border: 1px solid #ffcc45;
    /* border-radius: 5px; */
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    position: absolute;
    /* z-index: -1; */
}

.offer-card {
    height: 360px;
    background-size: cover;
    background-position: center;
    /* border-radius: 20px; */
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.offer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55); 
}

.offer-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    padding: 20px; 
}

.offer-content .t2{
    color: #fff;
    font-family: 'Cormorant', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 28px;
    line-height: 46px;
    font-weight: 400;
    font-style: italic;
}


.offer-content span{
    font-size: 28px;
}

.z1{
  z-index: 1;
}


.tabs__pane ul li{
    /* font-family: 'Dosis', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #6a6a6a; */
margin-left: 20px;
    list-style: disc;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 34px;
    font-weight: 300;
}


.bottom-div{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}

.list-none ul, li {
    list-style: none;
}

@media (max-width: 990px) {
    .mobdisp {
        display: block;
        text-align: right;
    }
}









.bg-gray{
    background-color: #f5f5f5;
}



label{

    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}


.wpcf7-submit{
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    background-color: #ffcc45 !important;
    padding: 0px 40px !important;
}




.testi .testi-c:nth-of-type(2) {
  border-left:1px solid #dddddd;
  border-right:1px solid #dddddd;
}


@media (max-width: 990px) {
    .headerMobile__left {
        width: 100%;
    }
    

    .header.-h-120 {
        height: 105px;
        padding: 30px 24px;
    }

}


.floating-widget{
    margin: 0;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 9999;
    width:100%;
    /*background: white;*/
    /*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 18px 0 rgba(0, 0, 0, 0.19);*/
}

.bxshadow{
    background: white;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 18px 0 rgba(0, 0, 0, 0.19);
}




.hero__bg {
   position: absolute;
   inset: 0;
   z-index: 1;
}

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

.hero__bg::before {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.45);
   z-index: 2;
}


.hero__content .container {
   position: relative;
   z-index: 3;
}


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

.pageHero__bg::before {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, 0.45);
   z-index: 2;
}

.social-icon{
    display: flex !important;
    justify-content: space-around !important;
    font-size: 20px !important;
}
.fixed-social {
    /*background: #353535; */
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    display: inline-block;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 30%;
    /*width: auto !important;*/
    text-decoration: none;
    text-transform: uppercase;
  /*  -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 180px; */
    z-index: 999999;
    border-radius: 0;
}








