/*

Hello World Yk Theme

Yaka Digital
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Apply fonts */
body {
  font-family: "Inter", sans-serif;
  font-weight: 400; 
  margin:0!important;
  color:#54595F;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400; 
  color:var(--lotus-dark);
}

a{color:inherit!important;transition: color 0.3s ease !important;}
a:hover{color:var(--lotus-gold)!important;}
:root {
    --heading-dark: #003B5A;;
    --main-color: #54595F;
    --lotus-mainbg: #F1EBE3;
    --color-btn:#00C6DB;
    --color-btn-hover:#2c2a49;
    --offset:10px;
    --offset-revert: calc(0px - var(--offset));
    --headingfont: 'Marcellus', serif;
    --mainfont: 'Jost', sans-serif;
  }
p{
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
    }
    .rev_slider .slotholder:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); /* 0.5 = 50% opacity */
        z-index: 1;
    }
    
    /* Make sure content appears above overlay */
    .rev_slider .tp-caption {
        position: relative;
        z-index: 2;
    }
.header3{
  background: #fff;
  position: static;
  width: 100%;
  z-index: 10;
  padding:20px 70px;
}
.pagebanner {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 500px;
  margin-bottom: 5rem;
  overflow: hidden;
}

.bannershade {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.banner-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  z-index: 3;
}

.pagebanner .pagetitle {
  font-size: 6rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.pagebanner .breadcrumbtext {
  font-size: 1.2rem;
  color: #fff;
}

.pagebanner .breadcrumbtext a {
  color: #fff;
  text-decoration: none;
}

.pagebanner .breadcrumbtext a:hover {
  color:#d1d1d1!important;
}


.choosecard{
  align-items: center;
  padding:60px 30px;
}
.choosecard h3{
  font-weight: 700;
  font-size:20px;
  color:var(--heading-dark);
}
.choosecard p{
  font-weight: 500;
  font-size:16px;
  margin:0;
}
.choosecard img{
  margin-right:15px;
  width: 64px;
}
.menuordering{
  align-items: center;
}
.menulisting ul{
  margin:0;
  display: flex;
}
.menulisting ul li a{
  font-size:20px;
  color:var(--color-btn-hover)!important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-right:30px;
}
.menulisting ul li a:hover{
  opacity:0.7;
}
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu > li {
  position: relative;
}

.main-menu > li > a {
  color: #003B5A;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.main-menu > li > a:hover {
  color: #007bff;
}

.main-menu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 100;
}

.main-menu li ul.sub-menu li a {
  display: block;
  padding: 10px 0 10px 20px;
}

.main-menu li ul.sub-menu li a:hover {
  opacity: 0.7;
}
.main-menu li:hover > ul.sub-menu {
  display: block;
      
}
.main-menu li {
  position: relative;
}

.main-menu li .submenu-arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.main-menu li:hover > a .submenu-arrow {
  transform: rotate(180deg);
}
.footerheading{
  font-size:24px;
  font-weight: 800;
}
.banner-slide {
    position: relative;
}
.projectlisting select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23003B5A' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border: 2px solid #003B5A;
  font-size: 1rem;
  font-weight: 500;
  color: #003B5A;
  transition: all 0.25s ease;
  min-width: 220px;
  cursor: pointer;
}
.projecttag  {
  display: inline-block;
  background: #f1f1f1;
  color: #333;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
}
.owl-nav{
  display:none!important;
}
.product-badge {
  display: inline-block;
  background: #f1f1f1;
  color: #333;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.prdcimg{
  height: auto!important;
}
.projectmargnn{
  margin-bottom:100px;
}
.status-completed {
  background-color: #4caf50;
  color: #fff;
  float: right;
}
.status-under_construction {
  background-color: #ff9800;
  color: #fff;
  float: right;
}
.status-planning_phase {
  background-color: #2196f3;
  color: #fff;
  float: right;
}

.project-products {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

.banner-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.slidercontainer {
    position: relative;
    z-index: 2; 
    color:#fff;
    font-weight: 600;
}
.slidercontainer span:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00C6DB;
    transform: skewX(-10deg);
    z-index: -1;
}
.slidercontainer h1{
  font-size:90px;
  font-weight: 700;
  line-height: 1em;
  margin-top:20px;
  font-family: "Oswald", sans-serif;
}
.slidercontainer span{
  font-size:15px;
  padding: 6px 20px;
  letter-spacing: 0.2em;
      transform: translateY(20px);
      position: relative;
      font-family: "Oswald", sans-serif;
      
}
.slidercontainer p{
  font-size:18px;
  margin:20px 0;
  font-family: "Inter", sans-serif;
}
.slidercontainer a{
  font-size:18px;
  font-family: "Oswald", sans-serif;
}
.appointmentbtn{
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 17px 45px 16px;
    text-align: center;
    z-index: 1;
    color: #ffffff!important;
    text-transform: uppercase;
    transition: .5s;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
        background: #00C6DB 
}
.appointmentbtn {
     color: white!important;
    text-decoration: none;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease;
}
.index-banner .owl-controls{
  display: none;
}
.appointmentbtn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #003A58; 
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.appointmentbtn:hover::before {
    width: 300px;
    height: 300px;

}
.aboutustxtwrapper h2{
  font-weight: 800;
  font-size: 48px;
  color:#003B5A;
  margin-bottom:20px;
}
.aboutustxtwrapper h3{
  font-weight: 600;
  font-size: 28px;
  color:#54595F;
  margin-bottom:20px;
}
.aboutustxtwrapper p{
  font-size: 18px;
  color:#54595F;
  margin-bottom:40px;
  line-height: 1.8;
  font-weight: 500;
}
.aboutusimgwrapper{
  width: 100%;
  overflow: hidden; 
}
.aboutusimgwrapper img{
  width: 100%;
  transition: transform 0.5s ease; 
}
.aboutusimgwrapper img:hover {
  transform: scale(1.1);  
}
.indexourfac , .indexouroff{
  margin-top:100px;
}
.factorywrapper{
  width: 100%;
  position: relative; /* Needed for absolute positioning of text */
}
.factory-img-container {
  overflow: hidden; 
  position: relative; /* Needed for the text overlay */
}
.factorywrapper img{
  width: 100%;
  transition: transform 0.5s ease; 
  display: block;
}
.factorywrapper img:hover {
  transform: scale(1.1);  
}
.factorywrapper span{
  color: #fff;
  position: absolute;
  font-weight: 600;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
  z-index: 2;
}
.indexservices{
  padding:80px 5%;
}
.indexservices h2{
  color:#fff;
  font-weight:800;
  font-size:50px;
  margin:30px 0;
}
.indexservices h3{
  color:#003B5A;
  font-weight:800;
  font-size:26px;
  margin:30px 0;
}

.indexservices span{
  color:#fff;
  font-weight:800;
  font-size:26px;
}
.indexservices p{
  color:#fff;
  font-weight:500;
  font-size:18px;
}
.contpad{
  padding: 0 7%;
}
.servicecards{
  background:#fff;
  padding:35px 35px 34px 35px;
  margin-bottom:30px;
}
.servicecards p{
  color:#6E6E6E;
  font-size:18px;
  line-height: 1.8;
}
.officewrapper img{
  width: 100%;
  margin-bottom:20px;
}
.officewrapper span{
  font-size:18px;
  color:var(--main-color);
  font-weight: 500;
}
.blog-image{
  height: 300px;
}
.blog-image img{
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.blog-title{
  color:#2B2D42;
  font-size:24px;
  margin:20px 0;
  font-weight: 700;
}
.appointmentbtn:hover {
    color: white!important;
}
.index-banner {
  height: 100vh; 
  position: relative;
  overflow: hidden;
}
.slidercontainer{
  align-content: center;
  height: 100%;
}
.index-banner .banner-slide {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center center;
}
.phonelogowrap{
  border-radius: 100%;
  padding:15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-right: 20px;
}
.phonetext p{
  font-size:15px;
  margin:0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color:#9DA5AA;
}
.phonetext span{
  font-size:20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color:#2B2D42;
}
.firstsection{
    background-color: #F7F7F7;
    color: #000;
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 300;
    line-height: 30px;
}
.fade-slide-rev2 {
    animation: fade-slide 1.2s ease-out;
  }
  
  @keyframes fade-slide {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .fade-slide-rev2 {
    animation: fade-slide 1.5s ease-out;
  }
  
  @keyframes fade-slide {
    0% {
      opacity: 0;
      transform: translateY(80px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.hrwrapper hr{
    width: 100%;
    border-bottom: 1px solid rgb(254 254 254 / 23%);
    margin:0!important;
}
.topcontainer{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.topcontainer span{
    color:#fff;
    font-size:11px;
    font-weight: 500;
    letter-spacing: 2px;

}
.mobileheaderwrapper {
  width: 100%;
  padding: 30px 5%;
  display: flex;
  justify-content: center; /* center logo wrapper */
  align-items: center;
  position: relative;
  color:#fff;
}
.kurumsallist{
    list-style: none;
    border-radius:8px;
    background:#EDECEC;
    padding:30px 20px;
}
.kurumsallist h2{
    font-size: 20px;
    margin-bottom:30px;
}
.kurumsallist h3{
    font-size: 14px;
    font-weight: 400;
    color:#000;
}
.kurumsalcontent h1{
    font-size:32px;
    padding:0 60px!important;
    color:#D4C29A;
    margin-bottom:40px;
}
.kurumsalcontent p{
    font-size:14px;
    padding:0 60px!important;
}
.kurumsalcontent h2{
  padding:0 60px;
}
.kurumsalcontent li{
  padding:0 60px;
  list-style: auto;
}
.kurumsalcontent h3{
  padding:0 60px;
}
.kurumsallist li.active {
        font-weight: 700!important;
        padding-left:10px;
        border-left: 3px solid #D4C29A; /* Blue accent border */
    }
    
    .kurumsallist li.active a {
        
        font-weight: 700;
    }
    
    .kurumsallist li.active h3 {
        color: inherit; /* Inherit the active link color */
        font-weight: 700!important;
    }
.hamburgerwrapper,
.mobilelangwrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hamburgerwrapper {
  left: 10%;
}

.mobilelangwrapper {
  right: 10%;
}

.mobilelogowrapper img {
  width: 145px;
}

.hamburgerwrapper {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1001;
}

.hamburgerwrapper .bar {
  width: 120%;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
}

.mobile-menu-modal {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--heading-dark);
  transition: left 0.3s ease;
  z-index: 1030;
  padding: 40px 30px;
}
.mobile-menu-modal .mobilelogowrapper img{
  width: 160px;
}
.mobile-menu-modal.active {
  left: 0;
}
.mobilemenu-contact-wrapper h3{
  color:#fff;
  font-size:18px;
  margin:30px 0 15px 0;
  padding:0;
}
.mobilemenu-contact-wrapper p{
  color:#fff;
  font-size:16px;
  margin:0;
  padding:0;
}
.mobilemenu-socialbox i{
  color:#fff;
  font-size:18px;
  margin-right:15px;
}
.mobilemenu-socialbox{
  margin:15px 0;
}
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  color:#fff;
}
.mobile-menu-modal hr{
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu-list {
  list-style: none;
  padding: 0;
}
.modallangwrapper .language-switcher li{
  list-style: none;
  color:#fff;
  padding: 0 10px;
}
.modallangwrapper .language-switcher {
  display:flex
}
.mobile-menu-list li {
  margin: 20px 0;
}
.mobil-menu-wrapper li {
  padding:5px 0;
  margin:0
}
.orgform input[type="submit"] {
  display: flex;
  justify-content: center;
  margin: 0 auto; /* ortalar */
}

.mobil-menu-wrapper li a{
  font-size:24px;
  font-family: var(--headingfont);
  color:#fff!important;
}
.mobile-menu-list a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
}

#menu-menutrsag li:last-child a {
    color: #fff !important;
    font-family: var(--headingfont);
    border: 1px solid #fff;
    position: relative;
    padding: 0 24px;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    border-radius: 2px;
  }

  #menu-menutrsag li:last-child a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  #menu-menutrsag li:last-child a:hover {
    background-color: transparent;
    color: var(--lotus-dark)!important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
  }

  #menu-menutrsag li:last-child a:hover::before {
    left: 0;
  }
    .footersubwrapper .wpcf7-submit{
      color:white;
      border:none;
      background:transparent;
      
    }
    .projectvar{
      height: 400px!important;
    }
    .footersubwrapper .wpcf7-submit {
    height: 50px;
    color:#fff;
    background: none;
    border-color: #fff!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom:1px solid #fff!important;
    border-style: solid;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    transition: 0.3s;
    -webkit-appearance: none;
    position: absolute;
        top: 181px;
    right: 20px;
}
.footersubwrapper i {
    height: 42px;
    padding:0 20px;
    color:#fff;
    background: none;
    border-color: #fff!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom:1px solid #fff!important;
    border-style: solid;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    transition: 0.3s;
    -webkit-appearance: none;
    position: absolute;
    top: 59px;
    right: 0;
}
/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    color: #FFF;
}

.whatsapp-float i {
    color:#fff;
}
   .activityimages .item a img{
    height: 400px;
    object-fit:cover;
  }
  .menu-logo-container li a {
    color: #fff !important;
    /* Add any additional styling for the last item */
    font-weight: bold;
    position: relative;
  }

  /* Optional: Add a decorative element to the last item */
  .menu-logo-container li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--lotus-gold);
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .menu-logo-container li a:hover::after {
    transform: scaleX(1);
  }

  .menu-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0;
    position: relative;
  }

  .site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  .site-logo img {
    height: 190px;
    width: auto;
    display: block;
  }

  .menu-left,
  .menu-right {
    flex: 1 1 auto;
  }

  .menu-left {
    text-align: left;
    padding-right: 20px;
    border-right: 1px solid rgba(0,0,0,0.1); /* Floating border */
  }

  .menu-right {
    text-align: right;
    padding-left: 20px;
    border-left: 1px solid rgba(0,0,0,0.1); /* Floating border */
  }

  .floating-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .floating-menu li {
    display: inline-block;
    margin: 0 7px;
    position: relative;
  }

  .floating-menu a {
    text-decoration: none;
    color: #fff!important; /* Adjust color */
    font-weight: 500;
    font-size:13px;
    transition: color 0.3s ease;
  }

  .floating-menu a:hover {
    color: var(--lotus-gold); /* Gold color on hover */
  }
.sub-page-title h2{
    margin:2rem 0;
    font-size:1.75rem;
}
.sub-page-title h1{
    font-size: 4rem;
    font-weight: 100;
    font-family: var(--mainfont);
    letter-spacing: 5px;
}
.sub-page-title p{
    margin-bottom:2rem;
}
.locationcardwrapper{
    padding-right: 15%;
    align-content: center;
    height: 100%;
}

  /* Responsive adjustments */
  @media (max-width: 992px) {
    .menu-logo-container {
      flex-wrap: wrap;
      text-align: center;
    }
    
    .site-logo {
      order: 1;
      width: 100%;
      margin: 15px 0;
    }
    
    .menu-left,
    .menu-right {
      flex: 0 0 100%;
      text-align: center;
      padding: 10px 0;
      border: none;
      border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
    .menu-left {
      order: 2;
      border-right: none;
    }
    
    .menu-right {
      order: 3;
      border-left: none;
    }
  }


.room-title-wrapper h1{
    font-size:2.25rem;
    margin-bottom:25px;
}
.room-title-wrapper span{
    font-size:0.9375rem;
    color:var(--lotus-gold); 
    
}
.room-title-wrapper{
    margin-bottom:25px;
}
.singleroomiconbox{
    margin-top:25px;
}
.singleroomiconbox span{
    color:var(--lotus-dark); 
}
.singleiconwrapper{
    margin-right:60px;
    align-items: center;
}
.singleiconwrapper span{
    font-size:14px;
    font-weight: 300;
    margin-left:10px;
}
.singleiconwrapper img{
    width: 28px;
}
.singleroomcontentwrapper p{
    font-size:18px;
    font-weight: 400;
}
.singlefamilyinfo h4{
    margin-bottom:25px;
    font-size:1.5rem
}
.singlefamilywrapper{
    background-color: var(--lotus-mainbg);
    border-radius: 5px;
    padding: 25px 20px;
}
.singlefamilywrapper img{
    width: 38px;
}
.singlefamilywrapper span{
    font-family: var(--headingfont);
    margin-left:20px;
}
#singlebottombtn{
  justify-content: center;
}
.kidtag{
  background-color: var(--lotus-gold)!important;
    color: #fff;
}
.singleresbutton{
    display:flex;
    justify-content:end;
    align-items:baseline;
    margin-left:auto;
}
.singleresbutton a{
    background-color: #b99d75;
    padding: 15px;
    color: #fff !important;
    border-radius: 4px;
    font-family: var(--headingfont);
    border: 1px solid #fff;
    position: relative;
    padding: 0 24px;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)!important;
    overflow: hidden;
    border-radius: 2px;
}
.singleresbutton a:hover {
    background-color: #fff;
    border: 1px solid var(--lotus-gold);
    color: var(--lotus-gold) !important;
   
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.singleresbutton a:hover::before {
    left: 0;
}
.singleresbutton a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cfsubmit p {
    display:flex;
    justify-content:end;
    align-items:baseline;
    margin-left:auto;
}
.cfsubmit .wpcf7-submit {
    background-color: #fff;
    padding: 15px;
    color: var(--lotus-dark) !important;
    border-radius: 4px;
    font-family: var(--headingfont);
    border: 1px solid #fff;
    position: relative;
    padding: 0 24px;
    height: 44px;
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)!important;
    overflow: hidden;
    border-radius: 2px;
}
.cfsubmit .wpcf7-submit:hover {
    background-color: #fff;
    border: 1px solid var(--lotus-gold);
    color: var(--lotus-gold) !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}
.cfsubmit .wpcf7-submit:hover::before {
    left: 0;
}
.cfsubmit .wpcf7-submit::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #fff;
z-index: -1;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.snackbarwrapper{
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  height: 30rem;
}

.snackbarwrapper {
  position: relative;
  height: 30rem; 
  overflow: hidden;
}

.snackbar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 4s ease;
}

.snackbarwrapper:hover .snackbar-bg {
  transform: scale(1.1);
}

.snackbarwrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.snackbar-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 30px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.snackbar-content h3 {
  color: white;
  margin-bottom: 20px;
  font-size: 3rem;
}
.snacksubheader{
  background-color:var(--lotus-gold);
  border-radius: 8px;
  padding:5px 15px;
  font-size: 12px;
}
/* Responsive adjustments */
@media (max-width: 767px) {
  .snackbarwrapper {
    height: 300px;
  }
  .snackbar-content {
    padding: 20px;
  }
  
  .snackbar-content h3 {
    font-size: 1.5rem;
  }
}
.restaurantlisting h3 {
  font-size:42px;
  margin-bottom:30px;
}
.restaurant-content{
  padding:10%;
}
.restaurant-content p{
  margin:0;
}
.restoransingleitem{
    height: 30rem;
    display: flex;
    align-items: center;
    background: black;
    justify-content: center;
}
.restoransingleitem p,.restoransingleitem h3{
  color:white;
}
.restoransingleitem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bar-card {
  position: relative;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease; /* Added for smooth card hover effects */
}

.bar-image-wrapper {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.5s ease; /* For background image effects */
}

.bar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s ease; /* For overlay transition */
}

.bar-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  color: white;
}

.bar-title {
  margin: 0 0 10px;
  font-size: 1.4rem;
  color:#fff;
}

.bar-excerpt {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  margin-bottom: 0;
  opacity: 0;
}

.bar-excerpt p{
  margin:0;
}
.secdivider{
  margin:120px 0;
}
.elektraweb-main{
    color:#000!important;
}
.elektraweb-formGroup input, .elektraweb-formGroup select{
     color:#000!important;
}
.elektraweb-widget-area{
  z-index:1001;
}
.elektraweb-formGroup .pluscss{
  background-color: var(--lotus-gold)!important;
}
 #widgetSubmit{
  background: var(--lotus-gold)!important;
}
 #widgetSubmit:hover{
  opacity: 0.8;
}
.reswdget{
  margin-top:-50px;
  position: relative;
  z-index: 1001;
  border-radius: 8px;
}
.roomlistingcard{
  padding:15px;
}
.roomlistingcard .room-image-container{
  height: 400px;
}
.roomlistingcard .room-content{
  top:70%;
}
.roomkonaklama .room-content{
  width: 100%;
}
.roomlistingcard .room-content h3{
  margin-bottom:80px;
}
.roomlistsec .roomsliderwrapper{
  background-color: #fff;
}
/* MOBILE STYLES (always visible) */
@media (max-width: 991px) {
  .bar-excerpt {
    max-height: 100px;
    opacity: 1;
    margin-bottom: 15px;
  }
  
  .bar-button {
    transform: translateY(0);
    opacity: 1;
  }
}

/* DESKTOP STYLES (hover effects) */
@media (min-width: 992px) {
  .bar-card {
    height: 300px;
  }
  
  .bar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  .bar-card:hover .bar-overlay {
    background: rgba(0,0,0,0.7);
  }
  
  .bar-card:hover .bar-excerpt {
    max-height: 100px;
    opacity: 1;
    margin-bottom: 15px;
  }
  
  .bar-card:hover .bar-button {
    transform: translateY(0);
    opacity: 1;
  }
  
  .bar-card:hover .bar-image-wrapper {
    transform: scale(1.05);
  }
}

.infoiconwrapper{
    display:flex;
    padding:20px;
}
.infoiconwrapper span{
    font-family: var(--headingfont);
    font-size: 17px;
    margin-left:20px;
}
.infoiconwrapper img{
    width:30px;
}
.similarcontent{
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: 100%;
    height: 17em;
}
.similaroverlay{
    width: 100%;
    height: 100%;
    background-color:var(--lotus-mainbg);
    opacity: 0.35;
}
.similartitle {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Fine-tune centering */
    color: #fff !important;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    text-align: center; /* Ensure text alignment */
    width: 80%; /* Prevent overflow (adjust as needed) */
    margin: 0; /* Reset margins */
    justify-content: space-evenly;
}
.similarid {
    position: absolute;
    bottom: 20px; 
    left: 20px; 
    transform: translateY(5px);
    color: #fff !important;
    font-size: 1.2rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 2;
    width: 80%; /* Prevent overflow (adjust as needed) */
    margin: 0; /* Reset margins */
}
.similartitle span{
    color:#fff!important;
}
.similarcontent .singleiconwrapper {
    margin:0!important;
}
.similarcontent:hover .similartitle {
    opacity: 1;
}
.similarcontent:hover .similarid{
    color: #fff !important;
}
.similarcontent:hover .similaroverlay{
    background-color: #000;
    opacity: 0.7;
}
.similarcontent {
    position: relative;
    cursor: pointer; 
}
.similarheading h4 {
    font-size: 1.5rem;
}
.similartitle,
.similarid,
.similaroverlay {
    transition: all 0.4s ease-in-out; 
}
.single-room .owl-nav{
    font-size: 40px;
    padding: 10px;
    color: var(--lotus-gold);
}
.indextitle{
    padding: 110px 23%;
}
.indextitle span{
    color:var(--lotus-gold);
    font-weight: 500;
    font-size:14px;
    letter-spacing: 1px;
}
.indextitle h6{
    margin-top:20px;
    line-height: 1.35;
    font-size: 2rem;
}
.owl-carouselindex .owl-item img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  
 .owl-prev-icon, .owl-next-icon {
  font-size: 40px;
  color: #333;
  cursor: pointer;
  padding: 5px 15px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.owl-carouselindex .owl-nav {
    z-index: 10;
  }
.owl-theme .owl-nav button {
    background: #ccc;
    border: none;
    pointer-events: all;
    padding: 10px;
    border-radius: 50%;
    transition: background 0.3s ease;
  }

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 10px;
  display:flex;
}
.owl-theme .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: block;
  margin: 5px;
  border-radius: 50%;
}
.owl-theme .owl-dot.active span {
  background: #333;
}
.owl-controls{
    display: flex;
    justify-content: center;
}

.agree-to-terms a{
    margin-left:10px;
}
.services{
    padding:110px 0;
}
.serviceimagewrapper img{
    width: 49%;
}
.serviceimagewrapper .smallimg{
    padding:3%;
}
.services h3{
    margin: 20px 0 50px 0;
    font-size:3rem;
}
.services span{
    color:var(--lotus-gold);
    font-size:14px;
    font-weight: 500;
}
.serviceinfoboxwrapper{
    display: flex;
    width: 100%;
}
.serviceinfobox{
    width: 50%;
}
.serviceinfoboxcontainer{
 display: flex;   
}
.serviceinfoboxwrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
  }
  
  .serviceinfobox {
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box;
  }
  
  .serviceinfoboxcontainer {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff; 
    height: 100%;
  }
  
  .serviceiconbox {
    margin-right: 20px;
    font-size: 32px;
    color: var(--lotus-gold); 
    align-self: flex-start;
  }
  
  .servicecontent h5 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  .servicecontent p {
    font-size: 14px;
    color: #666;
  }
  .servicecontent{
    align-self: baseline;
  }



.roomsliderwrapper{
    background-color: var(--lotus-mainbg);
    padding:120px 0;
}
.roomsliderwrapper .titlewrapper span{
    font-size:14px;
    color:var(--lotus-gold);
    letter-spacing: 1px;
    font-weight: 500;
}
.roomsliderwrapper .titlewrapper .titlegozat{
    font-size:24px;
    font-family: var(--headingfont);
    color:var(--lotus-dark);
}
.roomsliderwrapper .titlewrapper h3{
    color:var(--lotus-dark);
    font-size:3rem;
    margin-top:20px;
    margin-bottom:90px;
}
.roomsliderwrapper .subtitlewrapper{
    align-items: baseline;
    justify-content: space-between;
}
.eventbanners{
    padding:0px 0px 110px 0px;
}
.eventbannerwrapperleft{
    padding: 0px 40px 0px 20px;
}
.eventbannerwrappermiddle{
    padding: 50px 30px 0px 30px;
}
.eventbannerwrapperright{
    padding: 0px 20px 0px 40px
}
.eventbannerwrapper h5{
  margin: 30px 0 15px 0;
  line-height: 1.35;
  font-size: 2.25rem;
}
.eventbannerwrapper p{
    font-size: 1rem;
    line-height: 1.5;
}
.eventbannerwrapper .imgwrapper {
    position: relative;
    z-index: 1;
    overflow: visible; /* allow outer frame to be visible */
}
.eventbannerwrapper:hover p{
 color:var(--lotus-dark)!important;
}
.eventbannerwrapper .imgmask {
position: relative;
overflow: visible;
transition: overflow 0.3s;
}

.eventbannerwrapper:hover .imgmask {
overflow: hidden; /* hide image overflow on hover */
}

.eventbannerwrapper .imgmask img {
width: 100%;
height: auto;
display: block;
transition: transform 0.4s ease;
position: relative;
z-index: 1;
overflow: hidden;
}

.eventbannerwrapper:hover .imgmask img {
transform: scale(1.1);
overflow: hidden;
}

.eventbannerwrapper .outerframe {
position: absolute;
top: -10px;
left: -10px;
right: 10px;
bottom: 10px;
border: 1px solid var(--lotus-gold);
pointer-events: none;
z-index: 2;
transition: all 0.4s ease;
}

.eventbannerwrapper:hover .outerframe {
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
}
        
.facility .heading,
.eventbanners .heading {
    padding-top:110px;
    padding-bottom:50px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.facility .heading h3, 
.eventbanners .heading h3 {
    margin-top: 20px;
    font-size: 48px;
    color: var(--lotus-dark);
    line-height: 1.35;
    padding: 0 30%;
}

.facility .heading span, 
.eventbanners .heading span {
    margin-top: 20px;
    color: var(--lotus-gold);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.facility .columnlow{
    padding:50px 20px 0;
}
.facility .column{
    padding:0 20px;
}
.facility-box {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin: 10px 0;
  }
  
  .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .facility-box:hover img {
    transform: scale(1.1);
  }
  
  .image-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background-color 0.3s ease;
  }
  
  .facility-box:hover .image-overlay {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .inner-frame {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid var(--lotus-gold);
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
  }
  
  .content-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    color: white;
  }
  
  .content-box span {
    display: block;
    font-size:12px;
    margin-bottom: 5px;
    letter-spacing: 2px;
  }
  
  .content-box h6 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
    font-family: var(--headingfont);
  }
  
 
.mainheader{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: auto;
}
.bgoverlay{
    inset: 0;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    z-index: 1;
}
.parallaxcta .contentwrapper{
    padding:150px 12%;
}
.parallaxcta{
    color:#fff;
    margin-top: 120px;
    margin-bottom: 120px;
}
.contentwrapper{
    z-index:3;
    position: relative;
}
.bgwrapper{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
}
.parallaxcta h6{
    color:#fff;
    font-size:32px;
    margin:20px 0 60px;
}
.parallaxcta h3{
    color:#fff;
    font-size:70px;
    font-weight: 800;
    margin:20px 0 60px;
}
.parallaxcta span{
    color:#fff;
    font-size:14px;
    letter-spacing: 1px;
    font-weight: 500;
}
.footer-wrapper{
    background: #003A58;
    color:#fff;
}
.footer-columnright {
    padding:0 0 0 80px;
}
.footer-columnleft{
    padding:0 80px 0 0;
}
.footer-columnleft h6{
    font-size: 24px;
    color : #fff;
    margin-bottom:20px;
}
.footer-columnright h6{
    font-size: 24px;
    color : #fff;
    margin-bottom:20px;
}
.indexheadingmain {
  color:var(--heading-dark);
  font-size: 50px;
  font-weight:800;
}
.orkafooterheading{
    letter-spacing: 4px;
}
.footer-bottom{
    padding:15px 0;
    background:#003652 ;
}
.logowrapper{
  padding:0 30px;
}
.footer-content{
    padding:200px 0 100px;
}
.footermaincontent{
    margin-bottom:20px;
}
.footer-quicklinks li a{
  font-size:20px;
  font-weight: 500;
  margin-bottom:15px;
}
.footer-quicklinks li a:hover{
  opacity:0.7
}
.footer-quicklinks li{
  margin-bottom:15px;
}
.footer-contact{
  font-size:20px;
  font-weight: 500;
}
.footer-contact li{
  margin-bottom:15px;
}
.footer-contact li img{
  width: 30px;
  margin-right:10px;
}
.footerabout{
  font-size:20px;
  font-weight: 500;
  margin-bottom:15px;
  letter-spacing: 1px;
    line-height: 1.8;
}
.roaddirections {
    font-size: 12px;
    font-family: 'Marcellus', serif;
    letter-spacing: 0.05em;
    display: inline-block; 
    position: relative; 
}

.roaddirections a {
    color: inherit;
    text-decoration: none; 
    position: relative;
}
.roaddirections a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--lotus-gold);
    transition: all 0.3s ease-out;
}
.roaddirections a:hover::after {
    width: 0%;
    right: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.facility-button {
    font-size: 12px;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0.05em;
    display: inline-block; 
    position: relative; 
}

.facility-button a {
    color: inherit;
    text-decoration: none; 
    position: relative;
}
.facility-button a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--lotus-gold);
    transition: all 0.3s ease-out;
}
.facility-button a:hover {
    color:#fff!important;
}
.facility-button a:hover::after {
    width: 0%;
    right: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.footer-hr{
    background-color: var(--lotus-gold);
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    opacity: 0.3;
    border-top: 1px solid var(--lotus-gold);
}
.footer-contact{
    list-style: none;
    margin-bottom:20px;
    font-size: 15px;
}
.pinwrapper{
    justify-content: center;
    display: flex;
    position: absolute;
    top: -10%;
    right: 50%;
    left: 50%;
}
.pin{
  padding:20px;
  border-radius: 100%;
  background: var(--heading-dark);
  width: 80px;
}
.pin img{
  width:36px;
}
.cardhop {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cardhop:hover {
  transform: translateY(-10px);
}
.contactcards ul li img{
  width:24px;
  margin-right:5px;
}
.contactcards ul li{
}
.contactcardswrapper{
  background-color:#F7F7F5 ;
  padding:10px 30px 40px 30px;
  margin-bottom:100px;
}
.contactcardswrapperbot{
  padding:10px 0 0!important;
}
.fabimg{
  width: 100%!important;
}
.contactcards h3{
  color:var(--heading-dark);
  font-weight: 800;
  margin: 60px 0 40px;
}
.mobile-menu-modal .copyrighttext {
  position: absolute;
  bottom: 25px; 
  left: 30px; 
  text-align: center;
}
.copyrighttext{
    font-size:14px;
    color:#fff;
}
.room-slider-section {
    background: var(--lotus-mainbg);
  }
  
  .room-slider-container {
    position: relative;
    overflow: hidden;
  }
  
  .room-slider {
    display: flex;
    gap: 30px;
    padding: 0 15%;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  
  .room-slide {
    flex: 0 0 70%;
    scroll-snap-align: center;
    overflow: hidden;
    position: relative; /* Added for positioning */
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }
  
  .room-image-container {
    height: 540px;
    overflow: hidden;
    position: relative; /* Added for overlay */
  }
  
  /* Black overlay */
  .room-image-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4); /* Adjust opacity as needed */
    z-index: 1;
  }
  
  .room-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .room-slide:hover .room-image-container img {
    transform: scale(1.05);
    background: rgba(0,0,0,0.6); 
  }
  
  /* Centered content box */
  .room-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    z-index: 2;
  }
  
  .room-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #fff;
  }
  
  .room-content p {
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
  }
  .room-content span {
    margin-bottom: 20px;
    color: #fff!important;
  }
  .room-content .singleiconwrapper span {
    margin-bottom: 0;
    font-weight: 500;
  }
  .room-content .singleiconwrapper  {
    margin-right: 0;
    margin-bottom:15px;
  }
  .room-content .singleroomiconbox   {
    justify-content: space-around;
  }
  
  .room-button {
    display: inline-block;
    padding: 12px 30px;
    background: var(--lotus-gold); 
    color: white!important;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  
  .room-button:hover {
    background: #fff; 
    color: var(--lotus-gold); 
  }
  
  /* Hide scrollbar */
  .room-slider::-webkit-scrollbar {
    display: none;
  }
  
  /* Navigation arrows */
  .room-slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3; /* Above content */
  }
  
  .room-slider-nav button {
    pointer-events: all;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    transition: all 0.3s ease;
  }
  
  .room-slider-nav button:hover {
    background: var(--lotus-gold);
    color: white;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .room-slider {
      padding: 0 10%;
    }
    
    .room-slide {
      flex: 0 0 85%;
    }
    
    .room-image-container {
      height: 400px;
    }
    
    .room-content {
      width: 90%;
      padding: 20px;
    }
    
    .room-content h3 {
      font-size: 20px;
    }
    
    .room-content p {
      font-size: 14px;
    }
  }
.mc4wp-form .fields-container {
    position: relative;
    width: 100%;
}
.mc4wp-form .mc4wp-form-fields > * {
    margin-bottom: 15px;
}

.mc4wp-form .fields-container input[type="email"] {
    border-color: #fff;
}
.cs-form-underline input[type="text"], .cs-form-underline input[type="email"], .cs-form-underline input[type="url"], .cs-form-underline input[type="file"], .cs-form-underline input[type="password"], .cs-form-underline input[type="number"], .cs-form-underline input[type="date"], .cs-form-underline input[type="search"], .cs-form-underline input[type="tel"], .cs-form-underline textarea, .cs-form-underline select {
    border-top: none;
    border-right: none;
    border-left: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="tel"], textarea {
    width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="tel"], textarea, select {
    height: 52px;
    color:var(--heading-dark);
    background: none;
    padding:10px 15px;
    border-style: solid;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    transition: 0.3s;
    -webkit-appearance: none;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.bordered img{
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
form * {
    outline: 0;
}
.custom-language-switcher {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.language-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}
.custom-language-switcher:hover .language-options {
  display: block;
}
.language-options li a {
  padding: 5px 10px;
  display: block;
  color:#000!important;
}
.language-options li a:hover {
  color:var(--lotus-gold)!important;
}
.mc4wp-form.cs-form-underline .fields-container button[type="submit"] {
    right: 0;
}
.mc4wp-form .fields-container button[type="submit"] {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 15px;
    width: auto;
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    font-family: var(--btn-font);
    font-size: 16px;
    font-size: 1rem;
    line-height: 52px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
form button {
    cursor: pointer;
}
form * {
    outline: 0;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
.mc4wp-form .fields-container button[type="submit"]:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px / 1 "Font Awesome 5 Free";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    font-weight: 900;
    content: "\f1d8";
    font-weight: 400;
    margin-left: 12px;
}

.contactcardwrapper{
    height: 450px;
    padding-right: 15%;
    align-content: center;
    text-align: end;
}
.contactimgwrapper{
    height: 450px;
    overflow: hidden;
}
.contactimgwrapper img{
    width: 100%;
}
.contactformwrapper input,textarea{
    border:1px solid #000!important;
    color:#000;
    border-color: #000 !important;
    border-top: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    padding:0 10px;
}
.wpcf7-form textarea {
    height: 150px !important; /* Fixed height */
    min-height: 150px; /* Flexible but starts at 150px */
    resize: vertical; /* Allows user to adjust height */
    padding-top:10px;
  }
.contactformwrapper label{
    position: absolute;
    top: 13px;
    left: 22px;
    background-color: #fff;
    padding: 0 5px;
    z-index: 200;
}
.cfsubmit p{
    display: grid;
    justify-content: center;
}
/* Popup Styles */
.popup-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.popup-container.show {
  display: block;
  transform: translateY(0);
  opacity: 1;
}



.whatsapp-button {
  display: block;
  background: #25D366;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
  text-decoration: none;
  font-weight: bold;
}
/* ===== Dark Overlay Styles ===== */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* ===== Popup Container Styles ===== */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  max-width: 400px;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow: hidden;
}

.popup.show {
  opacity: 1;
  visibility: visible;
  animation: slideUp 0.5s ease forwards;
}

/* ===== Popup Content Styles ===== */
.popup-content {
  position: relative;
  padding: 0;
}

.popup-content img {
  width: 100%;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* ===== Close Button Styles ===== */
#cookie-popup {
  position: fixed;
}

#close-popup {
  position: absolute;
  top: 15px; /* Adjust as needed */
  right: 15px; /* Adjust as needed */
  bottom: auto; /* Remove bottom positioning */
  left: auto; /* Remove left positioning */
  transform: none; /* Remove transform */
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 30px; /* Fixed size for the X button */
  height: 30px;
  border-radius: 50%; /* Circular button */
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#close-popup:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1); /* Only scale effect on hover */
}

/* Optional: Add an X using CSS instead of text */
#close-popup::before {
  content: "×"; /* This is the multiplication sign which looks like an X */
  display: block;
  line-height: 1;
}

/* ===== Animations ===== */
@keyframes slideUp {
  0% { 
    transform: translate(-50%, calc(-50% + 30px));
    opacity: 0;
  }
  100% { 
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

/* ===== Responsive Styles ===== */
@media (max-width: 768px) {
  .popup {
    max-width: 95%;
    border-radius: 8px;
  }
  
  #close-popup {
    bottom: -40px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .popup {
    max-width: 100%;
    border-radius: 0;
    height: auto;
    top: 0;
    transform: translate(-50%, 0);
    animation: mobileSlideUp 0.5s ease forwards;
  }
  
  .popup.show {
    transform: translate(-50%, 0);
  }
  
  .popup-content img {
    border-radius: 0;
    height: 100%;
    object-fit: cover;
  }
  
  #close-popup {
    bottom: 20px;
    right:0;
    transform: translateX(-50%);
  }
  
  @keyframes mobileSlideUp {
    0% { 
      transform: translate(-50%, 100%);
      opacity: 0;
    }
    100% { 
      transform: translate(-50%, 0);
      opacity: 1;
    }
  }
}
@media only screen and (max-width: 600px) {
    .header3{
      padding:0
    }
    .logowrapper{
      padding:40px 0;
    }
    .hamburgerwrapper .bar{
      background-color: var(--main-color);
    }
    .mobileheaderwrapper{
      top:20%;
      width: 80%;
      left:60%;
    }
    .mobile-menu-list li{
      color:#fff;
    }
    .slidercontainer h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    font-family: "Oswald", sans-serif;
    }
    .aboutustxtwrapper h2{
      font-size: 36px;
      margin-top:20px;
    }
    .contpad{
      padding:0;
    }
    .mobile-menu-list .sub-menu {
    display: none;
    padding-left: 1rem;
  }

  .mobile-menu-list .menu-item-has-children {
    position: relative;
  }

  /* space for the toggle button */
  .mobile-menu-list .menu-item-has-children > a {
    padding-right: 44px; /* leave room for toggle */
    display: block;
  }

  /* toggle button */
  .mobile-menu-list .submenu-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: inherit;
    padding: 0;
  }

  /* plus / minus via pseudo content */
  .mobile-menu-list .submenu-toggle::after {
    content: "+";
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
  }

  .mobile-menu-list .menu-item-has-children.submenu-open > a + .submenu-toggle::after {
    content: "−";
  }

  /* optional styling for submenu items */
  .mobile-menu-list .sub-menu li a {
    padding-left: 0.5rem;
    font-size: 0.95rem;
  }
    .parallaxcta h3 {
    font-size: 40px;
}
    .indexheadingmain {
        font-size: 40px;
    }
    .footer-widget{
      margin-bottom:80px;
    }
    .footer-content{
      padding:60px 0 40px;
    }
    .servicecards {
    padding: 30px 30px 30px 30px;
    }
    .indexservices p {
    font-size: 16px;
    }
    .officewrapper{
      margin-bottom:40px;
    }
    .factorywrapper{
      margin-bottom:20px;
    }
    .owl-carouselindex .owl-item img{
      height: 400px;
    }
    .room-slider-nav{
      top:65%;
    }
    .popup {
    max-width: 100%;
    border-radius: 0;
    height: auto;
    top: 50%!important;
    transform: translate(-50%, 0);
    animation: mobileSlideUp 0.5s ease forwards;
  }
    .footer-columnleft{
     padding:0 40px;
     margin-bottom:60px;
    }
    .indexgallery .owl-dots{
      display: none!important;
    }
    .footer-columnright{
    padding:0 40px;
    }
    .footer-bottom{
        padding:40px 15px;
    }
    .parallaxcta h6{
        font-size:21px;
    }
    .indextitle{
      padding:70px 0;
    }
    .indextitle h6{
      font-size:1.5rem;
    }
    .facility .heading h3, .eventbanners .heading h3{
      padding:0;
    }
    .facility .columnlow{
          padding: 0 20px;
    }
    .serviceinfobox{
      flex: 0 0 calc(100% - 10px);
    }
    .serviceinfoboxcontainer{
      padding:0;
    }
    .facility .heading h3, .eventbanners .heading h3{
      font-size:32px;
    }
    .eventbannerwrapperleft , .eventbannerwrappermiddle , .eventbannerwrapperright {
      padding:80px 0;
    }
    .sub-page-title h1{
      font-size:2rem;
    }
    .sub-page-title h2{
      font-size:1.5rem;
    }
    .singleiconwrapper {
      justify-content: center;
    }
    .restaurantlisting h3{
      font-size:32px;
    }
    .restoransingleitem{
      height: 20rem;
    }
    .eventbannerwrapperpage {
      padding:100px 0 0 0!important;
    }
    .spalstwrapper{
      padding:40px 0;
    }
    .hero-icons {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      gap:0!important;
    }

    .icon-item {
      /* Common styles for all items */
      box-sizing: border-box;
      padding: 10px;
      margin:4px;
      border-radius:8px!important;
    }

    .half-width {
      width: 45%;
    }

    .full-width {
      width: 92%;
    }
    .thumbnails{
      display:block!important;
    }
    .thumbnails img{
      margin:10px 0;
    }
    .contactimgwrapper{
      height: auto;
    }
    .contactcardwrapper{
      height:auto;
      margin-top:40px;
      padding:0;
    }
    .singleroomiconbox {
      
    }
    .room-title-wrapper .singleroomiconbox  .singleiconwrapper {
      justify-content: flex-start!important;
    }
    .facility-box {
        height: 250px;
    }
    .singleiconwrapper span {
    margin-left:5px;
    }
    .singleiconwrapper {
        margin-right: 0;
        width: 50%;
    }
    .singlefamilywrapper img {
        width: 28px;
    }
    .singlefamilywrapper span {
        margin-left: 10px;
        font-size: 14px ;
    }
    .singlefamilywrapper {
        padding: 20px 5px;
    }
    .singleresbutton{
        justify-content: center;
        margin-bottom:40px;
    }
    .footersubwrapper .wpcf7-submit {
    right: 50px;
    width: 80px;
    height: 49px;
        border-bottom: 2px solid #fff !important;
}
.footersubwrapper i {
        height: 41px;
        border-bottom: 2px solid #fff !important;
}

.whatsapp-float {
bottom: 70px;
    right: 20px;
}
.pagebanner .pagetitle{
  font-size:50px;
}
 .faq-section .btn-link {
    flex-wrap: wrap !important;       
    word-break: break-word;           
    white-space: normal;              
    justify-content: space-between; 
    padding: 15px 20px;
    font-size: 16px;
  }
  .faq-icon{
    display:none!important;
  }
  .faq-section .faq-icon {
    flex-shrink: 0;                
    margin-left: 10px;          
  }
  .hidden-sm .hidden-xs{display: none;}
  .room-detail-item{width: 100%;}
  .mobile-site-lang{
    position: relative;
    display: block;
    float: left;
    margin-left: 150px;
    background: #eee;
    position: absolute;
    right: 15px;
    margin-top: 12px;
    }
  .site-logo-wrapper a{margin-top: 0px;}
  .about-more-btn{
    display: block;
    margin-top: 15px;
  }
  .nav-wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
    display: block;
    margin-left: 15px;
}

.hidden-sm{display: none;}
.site-logo-wrapper{text-align: center;}
.mobile-contact-wrapper{
    position: fixed;
    bottom: 0px;
    display: block;
    z-index: 1000;
    left: 0px;
    right: 0px;
    background: #D4C29A;
    padding: 10px;
    }
.mobile-contact-wrapper a{color: #ffffff;margin-left: 15px;margin-right: 15px;}
.bordered-box{margin-bottom: 30px;}
.index-row{padding-top: 50px; padding-bottom: 50px;}
.our-rooms{padding-top: 50px; padding-bottom: 50px;}
.comments{padding-top: 50px; padding-bottom: 50px;}
.wpcf7-form-control {
    padding: 5px;
    border: solid 1px #eee;
    width: 100%;
}
}