@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url("../fonts/SegoeUI/light/latest.woff2") format("woff2"),
        url("../fonts/SegoeUI/light/latest.woff") format("woff"),
        url("../fonts/SegoeUI/light/latest.ttf") format("truetype");
    font-weight: 100;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url('../fonts/SegoeUI/semilight/latest.woff2') format("woff2"),
        url('../fonts/SegoeUI/semilight/latest.woff') format("woff"),
        url('../fonts/SegoeUI/semilight/latest.ttf') format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url('../fonts/SegoeUI/normal/latest.woff2') format("woff2"),
        url('../fonts/SegoeUI/normal/latest.woff') format("woff"),
        url('../fonts/SegoeUI/normal/latest.ttf') format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url('../fonts/SegoeUI/semibold/latest.woff2') format("woff2"),
        url('../fonts/SegoeUI/semibold/latest.woff') format("woff"),
        url('../fonts/SegoeUI/semibold/latest.ttf') format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url('../fonts/SegoeUI/bold/latest.woff2') format("woff2"),
        url('../fonts/SegoeUI/bold/latest.woff') format("woff"),
        url('../fonts/SegoeUI/bold/latest.ttf') format("truetype");
    font-weight: 700;
}



html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


article,
aside,
footer,
header,
nav,
section {
  display: block;
}



figcaption,
figure,
main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}



abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[hidden] {
  display: none;
}

::selection {
     background: #e7c159;
     color: #fff;
     text-shadow: none;
}

*{
 font-weight:400;
 line-height:normal;
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
 font-family: SegoeUI;
}

 img{
     max-width:100%;
     height:auto;
}

/* comman css start */

 h1{
     font-size:68px;
     font-weight:700;
     font-family: SegoeUI;
     color:#0E1318;
}

 h2{
   font-size:48px;
   line-height: 1.2;
   font-weight:700;
   font-family: SegoeUI;
   color:#000000;
}

 h3{
     font-size:42px;
     font-weight:600;
     line-height: 1.2;
     font-family: SegoeUI;
     color:#000000;
}

 h4{
     font-size:28px;
     font-weight:500 ;
     font-family: SegoeUI;
     line-height: 1.29;
     color:#000000;
}

 h5{
     font-size:20px;
     font-weight:600;
     line-height: 1.33;
     font-family: SegoeUI;
}

 h6{
     font-size:18px;
     font-weight:600;
     font-family: SegoeUI;
     line-height: 1.56;
}

.font-weight400{font-weight:400 !important;} 

.font-weight600{font-weight:600 !important;}
.font-weight700{font-weight:700 !important;}
.font-SegoeUI{font-family: SegoeUI;}


p{
    font-size:18px;
    font-family: SegoeUI;
    line-height: 1.56;
    font-weight:400;
}

.font-size13, .font-size13 p{
  line-height:normal;
  font-size:13px;
}

.font-size15, .font-size15 p, .font-size15 *{
  line-height: 1.4;
  font-size:15px;
}

.font-size16, .font-size16 p{
  line-height: 1.5;
  font-size:16px;
}

.font-size18, .font-size18 p{
  line-height: 1.56;
  font-size:18px;
}
.font-size20, .font-size20 p{
  line-height: 1.5;
  font-size:20px !important;
}

.font-size22{
  line-height: 1.4;
  font-size:22px !important; 
}

.font-size24{
  line-height: 1.4;
  font-size:24px !important; 
}

.font800{font-weight:800 !important;}
.font700{font-weight:700 !important;}
.font500{font-weight:500 !important;}
.font400{font-weight:400 !important;}

.opacity07 p {
    opacity: 0.7;
}

.opacity08 p {
    opacity: 0.8;
}

.opacity05 p {
    opacity: 0.55;
}

.color-white, .color-white p {
    color: #ffffff;
} 


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8e9f2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: #ff7676;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f7e7e7;
}


input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.text-shadow-white, .text-shadow-white p{text-shadow: 0 2px 40px rgba(0, 0, 0, 0.5);}

.color-light-blue, .color-light-blue p{color:#b2c5db;}
.color-blue, .color-blue p{color:#0bacec;}
.color-dark{color: #000 !important;}
.color-dark-blue, .color-dark-blue p{color:#82a4b9;} 
.color-paragraph{color: #393939;}
.text-shadow{text-shadow: 0 2px 50px rgba(0, 0, 0, 0.5);}
.color-grey, .color-grey p{color:#7b878e;}

.pt-210{padding-top:210px;}
.pt-180{padding-top:180px;}
.pt-150{padding-top:150px;}
.pt-130{padding-top:130px;}
.pt-120{padding-top:120px;}
.pt-100{padding-top:100px;}
.pt-95{padding-top:95px;}
.pt-90{padding-top:90px;}
.pt-80{padding-top:80px;}
.pt-70{padding-top:70px;}
.pt-60{padding-top:60px;}
.pt-50{padding-top:50px;}
.pt-40{padding-top:40px;}
.pt-30{padding-top:30px;}


.pb-180{padding-bottom:180px;}
.pb-150{padding-bottom:150px;}
.pb-135{padding-bottom:135px;}
.pb-120{padding-bottom:120px;}
.pb-100{padding-bottom:100px;}
.pb-95{padding-bottom:95px;}
.pb-90{padding-bottom:85px;}
.pb-80{padding-bottom:80px;}
.pb-70{padding-bottom:70px;}
.pb-60{padding-bottom:60px;}
.pb-30{padding-bottom:30px;}


.mt-0{margin-top:0px !important;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mt-60{margin-top:60px;}
.mt-75{margin-top:75px;}
.mt-90{margin-top:90px;}

.mb-60{margin-bottom:60px !important;}
.font-size32{font-size:32px; line-height: 1.38;}

.mx-w928{
  max-width: 928px;
}

.size22{
  font-size: 22px;
}
.size28{
  font-size: 28px;
}
.size24{
  font-size: 24px;
}
.size60{
  font-size: 60px;
}
.size30{
  font-size: 30px;
}
.size32{
  font-size: 32px;
}
.size38{
  font-size: 38px;
}

@media only screen and (max-width:1200px) {
  p {
      font-size: 18px;
  }
}


@media only screen and (max-width:991px) {
h1{font-size:48px;}
h2{font-size:36px;}
h3{font-size:32px;}
h4{font-size:24px;}
h5{font-size:18px;}
h6{font-size:16px;}
p{font-size:16px; line-height: 1.5;}
.font-size18, .font-size18 p{font-size:16px; line-height: 1.5;}
.font-size20, .font-size20 p{line-height: 1.71; font-size:18px !important;}
.font-size32{font-size:28px;}

.pt-210{padding-top:160px;}
.pt-180{padding-top:140px;}
.pt-150{padding-top:120px;}
.pt-100{padding-top:100px;}
.pt-130{padding-top:90px;}
.pt-120{padding-top:80px;}
.pt-100{padding-top:60px;}
.pt-95{padding-top:60px;}
.pt-90{padding-top:60px;}
.pt-80{padding-top:50px;}

.pb-180{padding-bottom:140px;}
.pb-150{padding-bottom:120px;}
.pb-135{padding-bottom:80px;}
.pb-120{padding-bottom:80px;}
.pb-100{padding-bottom:60px;}
.pb-95{padding-bottom:60px;}
.pb-90{padding-bottom:60px;}
.pb-80{padding-bottom:50px;}
.mt-90 {margin-top:60px;}
.mt-75 {margin-top: 45px;}
.mt-60 {margin-top: 35px;}
.mt-45 { margin-top: 15px;}
.sm-margin-top30{margin-top: 30px;}
.sm-margin-top40{margin-top: 40px;}
}

@media only screen and (max-width:767px) {
h1{font-size:40px; line-height:normal;}
h2{font-size:28px; line-height: normal;}
h3{font-size:26px; line-height: normal;}
p{font-size:16px;}
.font-size32{font-size:24px;}
.pt-210{padding-top:140px;}
.pt-120 {padding-top:60px;}
.pb-120 {padding-bottom:60px;}
.pb-135{padding-bottom:60px;}
.font-size20, .font-size20 p {line-height: 1.5; font-size: 16px !important;}
}


.color-theme{
  color: #4400FF !important;
}

.fwInherit{
  font-size: inherit !important;
  font-weight: inherit !important;
}


.btn{
  padding: 9px 20px 10px;
  border-radius: 100px;
  font-weight: 600;
}

.btn.btn-primary{
  background: #EBC111;
  color: #241511;
  border: none;
}

.btn.btn-primary:hover{
  background: #FFCE00;
}

.btn.btn-outline-primary{
  border-radius: 100px;
  border:1px solid #452C2C;
  color: #000000;
}

.btn.btn-outline-primary:hover{
  background: #452C2C;
  color: #EBC10F;
}

.btn.btn-outline-primary.arrowBtn{
  padding: 4px 4px 5px 18px;
  display: flex;
  align-items: center;
}

.btn.btn-outline-primary.arrowBtn:after{
  content: "\e900";
  font-family: 'icomoon' !important;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #452C2C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #EBC10F;
  margin: 0 0 0 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.btn-outline-primary.arrowBtn:hover:after {
  background: #EBC10F;
  color:#452C2C;
}

/* Top Header css */


.topNav{
  position: relative;
  padding:10px 0px;
  left: 0;
  right: 0;
  z-index: 99;
  background: #1C0D06;
}

.menuMainwrap{
  position: relative;
  display: flex;
  align-items: center;
}

.menuMainwrap .navBrand {
  max-width: 236px;
  margin: 0 20px 0 0;
  flex: 0 0 236px;
}

.headMenuWrap{
  display: flex;
  align-items: center;
  flex: 1;
}


.menuMainwrap{
  display: flex;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headMenuSideLink > ul{
  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
}

.headMenuSideLink > ul > li{
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  margin: 0  15px;
  position: relative;
}

.headMenuSideLink ul li a{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #fff;
  padding:0px 0px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0px;
}

.headMenuSideLink ul li a.current{
  color: #4400FF;
}

.headMenuSideLink ul li a.current + .caret{
  color: #4400FF; 
}

.topNav .headMenuSideLink > ul > li > .caret {
  position: absolute;
  right: 0;
  transition: 0.25s ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: 4px;
}

.topNav .headMenuSideLink > ul > li > .caret i {
  font-size: 12px;
}

.topNav .headMenuSideLink > ul > li.haveSubmenu:hover .caret {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.headMenuSideLink ul li a:hover{
  color: #FFC400;
}

.headMenuSideLink ul li a:active,
.headMenuSideLink ul li a:focus{
  color: #FFC400;
}

.topNav .headMenuSideLink > ul > li.haveSubmenu{
  padding-right: 26px;
  color: #072149;
}

.topNav .headMenuSideLink > ul > li.haveSubmenu > .submenu > li {
  white-space: nowrap;
  list-style: none;
}

.topNav .headMenuSideLink > ul > li.haveSubmenu > .submenu > li > a{
  font-weight: 500;

}

.topNav .headMenuSideLink > ul > li.haveSubmenu > .submenu > li:not(:first-child) {
  margin-top: 15px;
}

.sideSocialIcon{
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 0 0 0px;
  gap: 0 20px;
}

.sideSocialIconin{
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.sideSocialIconin a{
  display: inline-block;
  color: #000;
  font-size: 24px;
  padding: 0 8px;
  text-decoration: none;
  margin: 0 8px;
}

.sideSocialIconin a:hover{
  color: #E76020;
}



.langSelect {
    display: flex;
    align-items: center;
}

.langSelect .dropdown.bootstrap-select {
    margin: 0 0 0 6px;
}

.langSelect .icon {
    font-size: 22px;
    color: #DBD96F;
    margin: 4px 0 0;
}

.langSelect .btn.dropdown-toggle {
    background: transparent;
    border: none;
    color: #DBD96F;
    padding: 0;
    font-size:0px;
    font-weight: 600;
}

.langSelect .btn.dropdown-toggle .filter-option-inner-inner span{
  color: #DBD96F;
  font-size: 18px;
    font-weight: 600;
}



.langSelect .btn.dropdown-toggle:focus, .langSelect .btn.dropdown-toggle:focus-visible {
    outline: none !important;
    box-shadow: none;
}

.langSelect  .dropdown-item.active, .langSelect .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F05A2A;
}

.langSelect .bootstrap-select .dropdown-menu li a:hover {
    color: #797979;
}

.langSelect .bootstrap-select .dropdown-menu li a.dropdown-item.active{
  color: #fff;
    text-decoration: none;
    background-color: #F05A2A;
}


.responsive-button {
    position: relative;
    left: 0;
    top: 0px;
    background: none;
    border: none;
    padding: 0;
    width: 32px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .responsive-button span {
    width: 22px;
    background: #fff;
    height: 3.5px;
    display: block;
    margin: 2px 0px;
    position: relative;
  }

  .responsive-button span::before {
    content: "";
    display: inline-block;
    width: 31px;
    height: 3.5px;
    background: #fff;
    position: absolute;
    top: -9px;
    right: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }
  .responsive-button span::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 3.5px;
    background: #DBD96F;
    position: absolute;
    bottom: -9px;
    right: 0;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }
  .responsive-menu-open .responsive-button span {
    background: none;
  }

  .responsive-menu-open .responsive-button span::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
  }

  .responsive-menu-open .responsive-button span::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0;
  }

.headProfileBlock .dropdown-toggle{
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0px;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
}

.headProfileBlock .dropdown-toggle::after, .headNotificationBlock .dropdown-toggle:after{
  display: none;
}

.headNotificationBlock .dropdown-toggle{
  display: flex;
  align-items: center;
  position: relative;
  border: none;
  background: none;
  padding: 0px;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  color: #C9C9C9;
}

.headNotificationBlock .dropdown-toggle i{
  font-size: 25px;
}

.headNotificationBlock .dropdown-toggle:before{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  background:#EB2C2C;
  border-radius: 100px;
  width: 9px;
  height: 9px;
}

@media only screen and (min-width:991px) {


.topNav .headMenuSideLink > ul > li > .submenu {
  padding: 30px;
  position: absolute;
  position: absolute;
  left: 50%;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  font-family: "Haffer",sans-serif;
  line-height: 1.55;
  font-weight: 400;
  min-width: 12em;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.05),0px 20px 20px rgba(0,0,0,.05),0px 0px 20px rgba(0,0,0,.05);
  box-shadow: 0px 5px 5px rgba(0,0,0,.05),0px 20px 20px rgba(0,0,0,.05),0px 0px 20px rgba(0,0,0,.05);
  border-radius: 15px;
  margin-top: 10px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  visibility: hidden;
  z-index: 1001;
  /* overflow: hidden; */
}

.topNav .headMenuSideLink > ul > li:hover > .submenu {
  visibility: visible;
  opacity: 1;
}

.headMenuSideLink {
  flex: 1;
  justify-content: center;
  display: flex;
}

}

.container{padding-left:24px; padding-right: 24px;}


@media only screen and (max-width:1200px) {
  .sideSocialIcon{ margin: 0 0 0 10px;}
  .topNav .container{ max-width: inherit;}
  .sideSocialIcon{gap: 0 10px}
  .menuMainwrap .navBrand { max-width: 200px; margin: 0 10px 0 0; flex: 0 0 200px;}
  .headMenuSideLink ul li a{font-size: 16px;}
  .headMenuSideLink > ul > li{margin: 0 10px;}
}
@media only screen and (max-width:992px) {
  

  .topNav .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menuMainwrap{
    flex-wrap: wrap;
      align-items: flex-start;
  }

  .menuMainwrap .navBrand{
    margin: 0 10px 0 0px;
    max-width: 140px;
    flex: 0 0 140px;
  }

  .headMenuWrap{
    flex: 0 0 auto;
    flex-wrap: wrap;
  }

  .headMenuSideLink {
    order: 0;
    flex: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    color: #fff;
  }

  .headMenuSideLink > ul {
    padding: 16px 0 10px;
    display: none;
  }

  .headMenuSideLink > ul > li {
    margin: 0 0px;
    display: block;
  }

  .topNav .headMenuSideLink > ul > li.haveSubmenu {
    padding: 0px 0px;
    margin-left: 0;
  }

  .headMenuSideLink > ul > li  a {
    font-size: 15px;
    padding: 9px 0;
    display: block;
  }

  .topNav .headMenuSideLink > ul > li > .caret {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
  }

  .topNav .headMenuSideLink > ul > li > .submenu {
    margin: 0;
    padding: 4px 14px;
    display: none;
  }

  .topNav .headMenuSideLink > ul > li.haveSubmenu > .submenu > li:not(:first-child) {
   margin-top: 0px;
  }

  .topNav {
    position: relative;
    padding: 14px 0px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  }



  .responsive-menu-open .topNav{
    position: fixed;
    height: 100%;
    overflow: auto;
  }



}

@media only screen and (max-width:767px) {
  .menuMainwrap .navBrand{
    flex: 1;
    max-width: 160px;
  }
}

@media only screen and (max-width:500px) {
  .headMenuWrap .langSelect{display: none;}
  .headNotificationBlock{display: none;}
}



/* Home page Css */

.homeBannerSec{
  background-color:#000;
  background-image: url('../images/banner-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-position: center;
}


.homeBannerContWrap{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.homeBannerCont{
  max-width: 563px;
  align-self: flex-end;
  margin: 0 0 40px 0;
}

.homeBannerCont h1{
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: 0 0 12px 0;
}

.homeBannerCont p{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0px 0;
}

.homeBannerForm{
  background: #fff;
  border-radius: 20px;
  flex: 0 0 374px;
  padding: 36px 32px;
  position: relative;
  z-index: 0;
}

.homeBannerForm:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-5deg);
    background: rgba(217, 216, 108, 0.5);
    z-index: -1;
    border-radius: inherit;
}

.homeBannerForm:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background:inherit;
  z-index: -1;
  border-radius: inherit;
}



.homeBannerForm h5{
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 28px 0;
}

.homeBannerForm .form-group{
  margin: 0 0 24px 0;
}

.homeBannerForm .form-group label {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-weight: 600;
    margin: 0 0 -7px 0;
    display: block;
    position: relative;
    z-index: 1;
}

.homeBannerForm .form-group .iconField{
  position: relative;
}

.homeBannerForm .form-group .iconField .icon{
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 26px;
  color: #BC8686;
}

.homeBannerForm .form-group .iconField .icon.icon-date {
    font-size: 22px;
}

.homeBannerForm .form-group .iconField .icon.icon-guest {
  font-size: 23px;
}

.homeBannerForm .form-group input{
  width: 100%;
  height: 48px;
  border-width: 0 0 1px 0px;
  border-style: solid;
  border-color: #B7B7B7;
  font-size: 17px;
}

.homeBannerForm .form-group input:focus{
  outline: none;
  box-shadow: none;
  border-color: #BC8686;
}

.btnWrap{
  display: flex;
  align-items: center;
  gap: 16px;
}

.homeBannerForm .btnWrap button{
  background: #F0F0F0;
  border: 1px solid #251611;
  border-radius: 100px;
  padding: 3px 3px 6px 16px;
  display: flex;
  align-items: center;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  transition:background, color, 0.25s ease-out;
}

.homeBannerForm .btnWrap button .icon{
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: #251611;
  color: #DBD96F;
  border-radius: 100px;
  margin: 0 0 -3px 8px;
  transition:background, color, 0.25s ease-out;
}

.homeBannerForm .btnWrap button:hover{
  background: #251611;
  color: #fff;
}

.homeBannerForm .btnWrap button:hover .icon{
  background: #DBD96F;
  color: #251611;
}

.sectionTitleWrap h2{
  font-weight: 400;
  color: #000;
  margin: 0 0 14px 0px;
}

.sectionTitleWrap p{
  font-weight: 400;
  color: #000000;
  margin: 0 0 0px 0px;
}

.propImgRWrap{
  margin: 24px 0 0;
  position: relative;
}

.propImgRWrap .img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.locBgWrap{
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background: rgba(49, 49, 49, 0.7);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  color: #fff;
}

.locBgWrap .loc {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
}

.locBgWrap .loc .icon{
  font-size: 16px;
}

.locBgWrap .rating {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
}

.locBgWrap .rating .icon{
  font-size: 18px;
  color: #F2CC50;
}


.propImgRWrap .cont{
  text-align: center;
  padding: 20px 16px 0;
}

.propImgRWrap .cont h5{
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0 0 2px 0;
}

.propImgRWrap .cont h5 a{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.propImgRWrap .cont p{
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.76);
  margin: 0 0 0px 0;
}

.privatePropertyWrap {
    background: #EDEDED;
    border-radius: 10px;
    padding: 34px 0px 34px 36px;
    display: flex;
    align-items: center;
}

.privatePropertyWrap > .cont{
  flex: 0 0 270px;
  margin: 0 30px 0 0;
}

.privatePropertyWrap > .cont h4{
  font-weight: 600;
  margin: 0 0 12px 0;
}

.privatePropertyWrap > .cont p{
  margin: 0 0 0px 0;
  color: #000;
  line-height: 1.4;
}

.privatePropertySliderWrap{
  flex: 1;
  overflow: hidden;
}

.privatePropSlide{
  position: relative;

}

.privatePropSlide .img{
 margin: 0 13px;
 background: #000;
 border-radius: 12px;
 overflow: hidden;
}

.privatePropSlide .img img{
  opacity: 0.67;
}

.privatePropSlide .discrp{
  position: absolute;
  left: 13px;
  padding: 18px;
  bottom: 0px;
}

.privatePropSlide .discrp a{
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}



.privatePropSlide .discrp a span{
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.signVillWrap{
  position: relative;
  margin: 24px 0 0;
}

.signVillWrap .img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.signVillWrap .cont{
  position: absolute;
  right: 36px;
  bottom: 36px;
  background: rgba(25, 25, 25, 0.74);
  border-radius: 10px;
  padding: 30px;
  text-align: right;
  color: #fff;
  max-width: 280px;
}

.signVillWrap .cont h4{
  color: #fff;
  margin: 0px 0 6px 0px;
  font-weight: 600;
}

.signVillWrap .cont p{
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}

.signVillWrap .cont p + p{
  margin-top: 18px;
}

.signVillWrap .cont .price{
  font-size: 17px;
  margin: 20px 0 0;
}

.signVillWrap .cont .btn{
  margin: 22px 0 0;
}

.signVillWrap.centerCont .cont{
  max-width: inherit;
  text-align: center;
  right: 28px;
  left: 28px;
  bottom: 28px;
}

.beyondSecWrap{
  position: relative;
}

.beyondSecWrap .img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.beyondSecWrap .cont{
  position: absolute;
  right: 42px;
  bottom: 42px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.53);
  max-width: 412px;
  color: #fff;
  padding: 32px 40px
}

.beyondSecWrap .cont h3{
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
  font-size: 28px;
}

.starList{
  max-width: 300px;
}
.starList ul {
  list-style: none;
  padding: 0;
}

.starList ul li {
  position: relative;
  padding-left: 48px; 
  margin-bottom: 34px;
  color: #fff; 
}

.starList ul li:last-child {
  margin-bottom: 0px;
}

.starList ul li::before {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff; 
  color: #E0100F; 
  font-size: 17px;
  font-weight: bold;
}

.starList h6 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.5;
}

.starList p {
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.9;
  margin: 0;
}


@media only screen and (min-width:991px) {

  .row.grid30{
    margin-left: -15px;
    margin-right: -15px;
  }

  .row.grid30 [class*='col-']{
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.grid28{
    margin-left: -14px;
    margin-right: -14px;
  }

  .row.grid28 [class*='col-']{
    padding-left: 14px;
    padding-right: 14px;
  }

  .beyondSecWrap .cont h3{
    font-size: 32px;
  }
  
}

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

  .homeBannerCont h1{
    font-size: 62px;
  }
  
}

.spotlightsec{
  background: #EFEFEF;
}

.spotlightWrap{
  position: relative;
  margin: 24px 0 0;
}

.spotlightWrap .img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.spotlightWrap .img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.spotlightWrap .cont{
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 36px;
  background: rgba(25, 25, 25, 0.74);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.spotlightWrap .cont h4{
  color: #fff;
  margin: 0px 0 6px 0px;
  font-weight: 600;
}

.spotlightWrap .cont p{
  font-size: 15px;
  line-height: 1.3;
  max-width: 260px;
  margin: 0px auto;
}

.spotlightWrap .cont .price{
  font-size: 17px;
  margin: 20px 0 0;
}

.spotlightWrap .cont .btn{
  margin: 18px 0 0;
}


.staylocalWrap{
  margin: 24px 0 0;
  position: relative;
}

.staylocalWrap .img{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.staylocalWrap .img img{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.staylocalWrap .img .price{
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px 21px;
  color: #fff;
  font-size: 17px;
  min-height: 53px;
}

.staylocalWrap .cont{
  padding: 18px 0px 0;
}

.staylocalWrap .cont h5{
  font-size: 21px;
  font-weight: 600;
  color: #000;
  margin: 0 0 2px 0;
}

.staylocalWrap .cont h5 a{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.staylocalWrap .cont p{
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.76);
  margin: 0 0 0px 0;
  max-width: 280px;
  font-size: 17px;
}
.feedback-sec{
  background: #EFEFEF;
}
.feedback-sec h2{
    max-width: 400px;
    line-height: 50px;
}
.feedbackWrap{
  margin-top: 28px;
  background-color: white;
  padding: 26px 36px;
  border-radius: 5px
}
.feedbackWrap h5{
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.feedbackWrap .rate{
  display: flex;
  align-items: baseline;
  margin: 0 0 16px 0;
}
.feedbackWrap .rate p{
  font-size: 16px;
  margin: 0px 0px 0px 5px;
  color: #000000;
}
.feedbackWrap .stars{
  color: #F2CC50;
}

.feedbackWrap p{
  font-size: 15px;
  margin-bottom: 30px;
  color: #000000;
}
.feedback-user img{
  max-height: 38px;
}
.feedback-user p{
  margin: 5px;
}

.feedback-user p *{
  color: #000;
}

@media (max-width: 1200px) {
  .beyondSecWrap .cont {
    right: 25px;
    bottom: 25px;
    padding: 24px 28px;
    max-width: 350px;
  }

  .spotlightWrap .cont {
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 25px;
  }
  .feedbackWrap {
    padding: 24px 28px;
  }
}

@media (max-width: 991px) {
  .beyondSecWrap {
    display: flex;
    flex-direction: column;
  }
  .beyondSecWrap .cont {
    position: relative;
    max-width: 100%;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.8);
    padding: 28px;
  }
  .beyondSecWrap .img img {
    width: 100%;
    height: auto;
  }

  .spotlightGrid .col-lg-6 {
    margin-bottom: 25px;
  }

  .staylocalWrap{
    margin: 10px 0 24px;
  }

  .feedbackWrap {
    padding: 22px 26px;
  }
}

@media (max-width: 768px) {
  .beyondSecWrap .cont {
    padding: 24px;
  }
  .beyondSecWrap .cont h3 {
    font-size: 24px;
  }
  .starList ul li {
    padding-left: 34px;
    margin-bottom: 18px;
  }

  .spotlightWrap .cont {
    padding: 20px;
  }
  .spotlightWrap .cont h4 {
    font-size: 20px;
  }

  .staylocalWrap .cont h5 {
    font-size: 19px;
  }
  .staylocalWrap .cont p {
    font-size: 15px;
  }

  .feedbackWrap {
    padding: 20px;
  }
  .feedbackWrap h5 {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .beyondSecWrap .cont {
    padding: 20px;
  }
  
  .starList ul li::before {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .spotlightWrap .cont {
    padding: 18px;
  }
  .spotlightWrap .cont h4 {
    font-size: 18px;
  }
  .spotlightWrap .cont p {
    font-size: 14px;
  }

  .staylocalWrap .cont h5 {
    font-size: 17px;
  }

  .feedbackWrap {
    padding: 18px;
  }
  .feedbackWrap p {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .beyondSecWrap .cont {
    padding: 16px;
  }
  .beyondSecWrap .cont h3 {
    margin-bottom: 16px;
  }
  .starList h6 {
    font-size: 14px;
  }
  .starList p {
    font-size: 13px;
  }

  .spotlightWrap .cont {
    padding: 15px;
  }
  .spotlightWrap .cont h4 {
    font-size: 17px;
  }
  

  .staylocalWrap .cont h5 {
    font-size: 16px;
  }
  .staylocalWrap .cont p {
    font-size: 13px;
  }

  .feedbackWrap {
    padding: 16px;
  }
  
}

.footersec{
  background: url(../images/footer-bg.svg) center / cover no-repeat;
}
.footerWrap{
  background: #291D1DC6;
    padding: 50px;
    border-radius: 5px;
}
.footerWrap .img{
      background: #1C0D06;
    max-width: 236px;
    align-items: center;
    display: flex;
    padding: 2px;
}
.footerWrap .secTitle h5{
    font-size: 21px;
    font-weight: 700;
    padding-left: 25px;
    color: white;
    margin: 0px;
}
.footerWrap .secTitle p{
    font-size: 17px;
    color: white;
    padding-left: 25px;
    max-width: 260px;
    line-height: 23px;
    margin: 0px;
}
.footerGrid{
    margin: 40px 0px;
}
.footerGrid p{
  font-size: 17px;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
}
.footerGrid ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footerGrid ul li a{
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
}
.footer-bottom{
    padding-top: 28px;
    border-top: solid 1px #938D45; 
    display: flex;
    justify-content: space-between;
}
.copy-right{
    font-size: 15px;
    color: white;
}
.copy-right a{
    color: white;
    text-decoration: none;
}
.media-icons{
    gap: 12px;
    display: flex;
}
.media-icons a{
  text-decoration: none;
}

@media (max-width: 1200px) {
  .footerWrap { padding: 40px; }
  .footerWrap .secTitle h5 { font-size: 20px; }
  .footerWrap .secTitle p { font-size: 16px; 
    max-width: 240px;
  }
}

@media (max-width: 991px) {
  .footerWrap .d-flex { gap: 10px; }
  .footerWrap .img { max-width: 180px;
    margin-bottom: 20px;
  }
  .footerWrap .secTitle h5,
  .footerWrap .secTitle p { padding-left: 0; }
  .footerGrid { margin: 30px -12px;}
  .footerGrid [class*='col-'] { margin-bottom: 25px; }
  .footer-bottom { flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footerWrap { padding: 30px; }
  .footerWrap .secTitle p { font-size: 15px;
    line-height: 22px;
  }
  .footerGrid ul li a { font-size: 15px;
    line-height: 28px;
  }
  .footerGrid [class*='col-'] { margin-bottom: 20px; }
}

@media (max-width: 600px) {
  .footerWrap { padding: 25px; }
  .footerWrap .img {max-height: 70px;}
  .footerWrap .secTitle h5 {font-size: 17px; }
  /* .footerGrid .col-lg-3 {
    width: 100%;
  } */
}

@media (max-width: 380px) {
  .footerWrap {
    padding: 20px;
  }
  .footerWrap .d-flex{flex-direction: column; gap: 0;}
  .footerWrap .secTitle h5 { font-size: 16px; }
  .footerWrap .secTitle p { font-size: 13px;
    line-height: 20px;
  }
  .footerGrid { margin: 10px 0;}
  .copy-right { font-size: 13px; }
  .media-icons a i { font-size: 16px; }
}


/* listing page */
.filter-toggle-btn {
  display: none;
}

@media (max-width: 990px) {
  .filter-sidebar {
    position: fixed;
    /* top: 70px; */
    top: 0;
    left: 0;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    height: calc(100% - 65px);
  }

  .filter-sidebar.active {
    transform: translateX(0);
            padding: 15px;
  }

  .filter-toggle-btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #251611;
        font-weight: 600;
        border: none;
        padding: 20px 25px;
        font-size: 16px;
        cursor: pointer;
        z-index: 1100;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        transition: background-color 0.2s ease;
        color: white;
  }

  .filter-toggle-btn:hover {
    background-color: #3a231d;
  }

  .filter-toggle-btn.show-back::before {
    content: "\2190";
    margin-right: 8px;
    font-size: 18px;
  }

  .filter-toggle-btn span{
    margin-right: 8px;
  }

  .filter-toggle-btn.show-back .icon-filter,
  .filter-toggle-btn.show-back::after {
    display: none;
  }
}

.searchWrap {
  border: 1px solid #CBCBCB;
  background-color: #fff;
  display: flex;
  margin-top: 20px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  text-align: left;
  align-items: center;
}
.search-item {
  border-right: 1px solid #CBCBCB;
  padding: 10px 15px;
  position: relative;
  min-width: 220px;
}
.search-item:last-child {
  border-right: none;
}
.search-item p {
  color: #3C3C3C;
  font-size: 15px;
  margin-bottom: 0;
}
.search-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.search-item input, .search-item select {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
}

input[type="date"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrap .arrow {
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

#guestCount {
  width: 20px;
  padding-right: 5px;
}

#guestType {
  width: auto;
  padding-right: 25px;
  margin-left: 5px;
  font-size: 16px;
  color: #3C3C3C;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.search-box .container .searchWrap .btnWrap button {
  border: none;
  background: none;
  margin: 10px 29px;
  cursor: pointer;
}

.search-box .container .searchWrap .btnWrap button .icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background: #251611;
  color: #DBD96F;
  border-radius: 100px;
  transition: background, color, 0.25s ease-out;
}


.map-container {
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    margin-bottom: 10px;
}

.map-box {
  border: 1px solid #C4C4C4;
  border-radius: 6px;
}

.map-box iframe {
  width: 100%;
  height: 150px;
  border: none;
  display: block;
}

.view-map-btn {
  width: 100%;
    background-color: #EBEBEB;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 0;
    border: 1px solid #C4C4C4;
    border-top: none;
    border-radius: 0 0 6px 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
}

.filter-sidebar .accordion .accordion-item  .accordion-button{
  font-weight: 600;
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 14px 0;
  font-size: 17px;
}

.filter-sidebar .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}

.accordion-button::after {
  background-image: none !important;
  content: "\e90f" !important; 
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 6px;
  color: #444;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease;
  transform: rotate(0deg);
  transform-origin: center center;
}

.filter-sidebar .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #000;
}
.filter-sidebar .accordion .accordion-item .accordion-button:focus{
  box-shadow: none;
}
.filter-sidebar .accordion .accordion-item {
  border: none;
}
.filter-sidebar .accordion .accordion-item .accordion-body {
  padding: 0px 0 15px;
}

.accordion-body button {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.accordion-body button:hover {
   background: #E8E8E8;
  color: #000;
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: none;
}

.accordion-body button.active,
.accordion-body button:focus,
.accordion-body button:active {
  background: transparent linear-gradient(180deg, #F5F5F5 0%, #E8E8E8 100%);
  color: #000;
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: none;
}

.accordion-body button .iconWrap{
    font-size: 35px;
}
  .price-range {
    margin: 0 auto;
  }

  .price-range small {
    color: #666;
  }

  .histogram {
    position: relative;
    height: 60px;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    margin: 20px 0 0px;
  }

  .bar {
    flex: 1;
    background: #CF3761;
    border-radius: 2px 2px 0 0;
    opacity: 1;
    transition: background 0.3s, opacity 0.3s;
  }

  .bar.grey {
    background: #ccc;
    opacity: 1;
  }

  .slider-container {
    position: absolute;
    width: auto;
    bottom: 0;
    left: -8px;
    right: -8px;
  }

  .slider-container:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    background: #CF3761;
    left: 8px;
    right: 8px;
  }

  input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    top: -18px;
    pointer-events: none;
    background: transparent;
  }

  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
  }

  .labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .labels p{
    margin: 0px;
    font-size: 14px;
  }
  
  .labels h5{
        font-size: 17px;
    font-weight: 700;
  }
  .priceRangeWrap{
    position: relative;
    padding: 0px 15px;
  }

.counter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.counter-box .label {
    font-weight: 600;
    font-size: 14px;
    opacity: 0.7;
    color: #2b2b2b;
    transition: opacity 0.2s ease;
}
.counter-box.active .label {
  opacity: 1;
  color: #000;
}

.counter{
  display: flex;
  align-items: center;
}
.counter-box button{
    width: 30px;
    height: 32px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.counter-box button:hover,
.counter-box button:active,
 .counter-box button:focus{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
 }

 .counter-btn.disabled,
.counter-btn[disabled] {
  color: #c2c2c2;
  background: #fff;
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}

.counter-value {
    min-width: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.counter-value.any {
  opacity: 0.6;
  color: #777;
}

.accordion-body.amenities {
  display: flex !important;  
  flex-wrap: wrap;
  gap: 9px;
}

.amenity-btn {
  width: auto !important;  
  flex-grow: 0;       
  display: inline-block;     
  color: #5C5C5C !important;
  text-align: center;       
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
 .amenity-btn:hover,
 .amenity-btn:focus,
 .amenity-btn:active {
  color: #000 !important;
 }

.propertytype-btn {
  width: auto !important;  
  flex-grow: 0;       
  display: inline-block;     
  color: #5C5C5C !important;
  text-align: center;       
  transition: background-color 0.2s ease, border-color 0.2s ease;

}
 .propertytype-btn:hover,
 .propertytype-btn:focus,
 .propertytype-btn:active {
  color: #000 !important;
 }


.additional-feature-btn {
  width: auto !important;  
  flex-grow: 0;       
  display: inline-block;     
  color: #5C5C5C !important;
  text-align: center;       
  transition: background-color 0.2s ease, border-color 0.2s ease;

}
 .additional-feature-btn:hover,
 .additional-feature-btn:focus,
 .additional-feature-btn:active {
  color: #000 !important;
 }

.listingSection .listingSecHead{
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.listingSection .listingSecHead  h5{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.listingSection .listingSecHead  .search-bar{
    position: relative;
    display: flex;
    align-items: center;
}

.listingSection .listingSecHead  .search-bar .icon-search{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    z-index: 1;
    color: #000;
}
.listingSection .listingSecHead  .search-bar .search-input {
    padding-left: 40px;
    padding-right: 15px;
    border-radius: 25px;
    font-size: 16px;
    border: none;
    outline: none;
  }
.listingSection .listingSecHead  .search-bar .search-input::placeholder{
  color: #000;
  font-weight: 400;
}
.detailsImgWrap{
    position: relative;
    margin: 0 0 35px 0;
}
.detailsImgWrap .img{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.detailsImgWrap .img img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.detailsImgWrap .img .price{
    position: absolute;
    background: rgba(0, 0, 0, 0.69);
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px 10px;
    color: #fff;
    font-size: 17px;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
}
.detailsImgWrap .img .iconWrap{
  position: absolute;
  min-height: 20px;
  min-width: 20px;
  top: 13px;
  right: 13px;
  font-size: 20px;
  color: white;
}
.detailsImgWrap .cont{
  padding: 10px 0 0 0;
}
.detailsImgWrap .cont h5{
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}
.detailsImgWrap .cont h5 a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.detailsImgWrap .cont p{
  font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: black;
    margin: 0 0 10px 0;
}
.detailsImgWrap .cont h6{
  font-size: 15px;
    line-height: 20px;
    gap: 5px;
    display: flex;
}
.detailsImgWrap .cont .icon-star{
      font-size: 18px;
    color: #F2CC50;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination-item.arrow {
  position: relative;
  color: transparent; 
  font-size: 0; 
  border: none;
}

.pagination-item.arrow::before {
  content: "\e90f"; 
  font-family: "icomoon" !important;
  font-size: 6px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease, color 0.2s ease;
}

#prev-btn::before {
  transform: rotate(90deg); 
}

#next-btn::before {
  transform: rotate(270deg); 
}

.pagination-item.arrow:hover::before {
  color: #222;
  transform: scale(1.1) rotate(var(--rotation, 0deg));
}

.pagination-item:not(.active):not(.dots):hover {
  background-color: #f0f0f0;
  color: #333;
}

.pagination-item.active {
  background-color: #222;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.pagination-item.dots {
  color: #999;
  cursor: default;
}
@media (max-width: 1200px){
  .search-item {min-width: 180px}
}
@media (max-width: 991px) {
  .searchWrap { flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-item { border-right: none;
    border-bottom: 1px solid #CBCBCB;min-height:65px;
  }.search-item p{font-size: 13px;}
  .search-item input{ font-size: 16px;
  }
  .search-box .container .searchWrap .btnWrap button { margin: 10px 15px; }
  .filter-sidebar { margin-bottom: 25px; }
  .listWrap .col-lg-4 { max-width: 50%; }
  #list-footer{margin:  0 0 60px ;}
}

@media (max-width: 768px) {
  .search-item { min-width: 50%; }
  .btnWrap { text-align: center;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .searchWrap { margin-top: 10px; }
  .search-item {min-width: 150px;min-height:66px;}
  .search-item p { font-size: 14px; }
  .detailsImgWrap .cont p { font-size: 13px; }
  .listingSection .listingSecHead{ flex-direction: column; gap: 10px;}
  .listWrap .col-lg-4 {  min-width: 100%; }
}

@media (max-width: 380px) {
  .search-item {width: 100%; }
  .search-item p { font-size: 13px; }
  .search-item h5 { font-size: 15px; }
  .listingSection .listingSecHead h5 { font-size: 15px;}
  .pagination-item { width: 28px;
    height: 28px;
    font-size: 12px;
  }
}


/* deatils page */
.detailsRoomWrap {
  padding-top: 20px;
}
.propertyDetailsWrap .propertySecTitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 10px;
}
.propertyDetailsWrap .propertySecTitle .likeSec{
      display: flex;
    align-items: center;
}
.propertyDetailsWrap .propertySecTitle .likeSec .btnWrap .btn{
  font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    align-items: center;
    display: flex;
    gap: 5px;
    padding: 0 ;
}
.propertyDetailsWrap .propertySecTitle .likeSec .btnWrap .btn span{
  font-size: 20px; 
}
.propertyDetailsWrap .propertySecTitle .likeSec .btnWrap .btn span::before{
  color: #000;
}
.propertyDetailsWrap .propertySecTitle .BreadcrumbsWrap .breadcrumb a{
  color: #7C7C7C;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.propertyDetailsWrap .propertySecTitle .BreadcrumbsWrap .breadcrumb .divider{
      padding: 0px 5px;
    font-weight: 600;
    color: #7C7C7C;
}
.propertyDetailsWrap .propertySecTitle .BreadcrumbsWrap .breadcrumb:active{
  color: #000;
      font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.propertyDetailsWrap .propertySec .roomThumbImg {
  padding-right: 0px;
}
.propertySec .roomGallery .RoomImgBlock{
  row-gap: 15px;
}
.propertySec .roomGallery .RoomImgBlock .roomImg{
  padding-right: 0px;
}
.propertySec .roomGallery .RoomImgBlock .roomImg .img img{
  min-height: 154px;
}

.propertySec .ownerdeatilsWrap{
  border: 1px solid #C6C6C6;
  border-radius: 6px;
  margin-left: 10px;
 }
 .propertySec .ownerdeatilsWrap .ownerWrap{
  padding: 15px;
 }
.propertySec .ownerdeatilsWrap .ownerWrap .ownerProfile{
  display: flex;
  align-items: center;
    gap: 10px;
}
.ownerdeatilsWrap .ownerWrap .ownerProfile .img{
  max-width: 70px;
}
 .ownerdeatilsWrap .ownerWrap .ownerProfile .cont h5{
  font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}
.ownerdeatilsWrap .ownerWrap .ownerProfile .cont p{
    font-size: 15px;
    font-weight: 600;
    opacity: 0.6;
    margin: 0;
}
.ownerdeatilsWrap .ownerWrap .ownerResWrap{
  padding: 15px 0;
}
 .ownerdeatilsWrap .ownerWrap .ownerResWrap .contWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .ownerWrap .ownerResWrap .contWrap .cont p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.ownerWrap .ownerResWrap .contWrap .btnWrap{
  border: 1px solid #707070;
    border-radius: 4px;
    padding: 10px;
    gap: 5px;
        width: auto;
}
 .ownerWrap .ownerResWrap .contWrap .btnWrap button{
      padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}
 .ownerWrap .roomRating{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .ownerWrap .roomRating .cont h5{
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
.ownerWrap .roomRating .cont p{
      font-size: 15px;
    font-weight: 600;
    opacity: 0.6;
    line-height: 1.4;
}
.ownerdeatilsWrap .roomLocWrap{
  border-top:  1px solid #C6C6C6;;
}
 .roomLocWrap .roomLocDetail{
  padding: 10px 15px;
}
 .roomLocWrap .roomLocDetail .cont{
  display: flex;
  align-items: center;
  gap: 10px;
}
.roomLocWrap .roomLocDetail .cont p{
  font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
.roomLocWrap .roomLocDetail .cont .iconWrap{
  font-size: 24px;
}
/* about room */
.detailsRoomWrap .roomWrap .roomDetailSec{
    border-bottom: 1px solid #BEBEBE;
}
.detailsRoomWrap .roomWrap .roomDetailSec .roomTitle p{
  font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
 .roomWrap  .aboutWrap{
  border-bottom: 1px solid #BEBEBE;
}

 .roomWrap .map-container .mapContainerHead{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
 .roomWrap .map-container .mapContainerHead h5{
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}
 .roomWrap .map-container .mapContainerHead  .view-map-btn{
   width: 30%;  
  color: #000;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #C4C4C4;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    text-decoration: underline;
    background: inherit;
}
 .roomWrap .aboutWrap .aboutSec p{
  font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
.roomWrap .aboutWrap .btnWrap .btn{
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

/* hightlight */
.highlightWrap .highlightSec{
  border-bottom: 1px solid #BEBEBE;
}
.highlightWrap .highlightSec .col{
  text-align: center;
}
.highlightWrap .highlightSec .iconWrap{
    color: #222;
    font-size: 37px;
}
.highlightWrap .highlightSec .cont p{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

/* offer */
.offersWrap {
  border-bottom: 1px solid #BEBEBE;
}
.offersWrap .offerSec .offerList{
  margin: 20px 0;
}
.offersWrap .offerSec .offerList .offerItem{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.offersWrap .offerSec .offerList .offerItem .iconWrap{
    min-width: 40px;
    font-size: 32px;
    display: flex;
    align-items: center;
}
.offersWrap .offerSec .offerList .offerItem .cont h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.offersWrap .offerSec .offerList .offerItem .cont p{
      font-size: 14px;
    color: #7B7B7B;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

/* review */
.reviewWrap .reviewSecTitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 20px 0;
}
.reviewWrap .reviewSecTitle .btnWrap button{
    border: none;
    background: white;
    font-size: 16px;
    font-weight: 600;
}
.reviewWrap .reviewSec .review-card .reviewCardHead{
  display: flex;
  gap: 10px;
}
.reviewWrap .reviewSec .review-card .reviewCardHead .img{
  max-width: 41px;
}
.reviewWrap .reviewSec .review-card .reviewCardHead .cont h6{
  font-size: 15px;
  margin: 0;
}
.reviewWrap .reviewSec .review-card{
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    padding: 20px;
    margin: 0 0 30px 0;
}
 .review-card .reviewRate{
    display: flex;
    gap: 5px;
    align-items: center;
    text-align: center;
    margin: 15px 0px;
}
 .review-card .reviewRate p{
      font-size: 14px;
    font-weight: 600;
    margin: 0;
}
 .review-card .reviewCardBody p{
      font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px 0;
}
 .review-card .reviewCardBody .btnWrap .btn{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.exploreWrap h4{
  font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 20px 0px;
}

@media (max-width: 991px) {
  .propertySec .roomGallery { margin-bottom: 20px;
    row-gap: 20px;
  }
  .propertySec .roomGallery .RoomImgBlock .roomImg{max-width: 50%; }
  .propertySec .ownerdeatilsWrap { margin-top: 20px;}
  .reviewWrap .reviewSec .col-lg-4 {
    max-width: 50%;
  }
  .exploreWrap .col-lg-3 { max-width: 50%; margin-bottom: 20px; }
  .homeBannerContWrap{flex-wrap: wrap;}
  .homeBannerForm{flex: auto;}

  .pb-60 { padding-bottom: 30px; }
  .pt-60 { padding-top: 30px;}
  .privatePropertyWrap{flex-wrap: wrap; padding: 24px;}
  .privatePropertySliderWrap{flex: auto; margin: 32px 0 0 0;}
  .privatePropertyWrap > .cont{flex: auto;}
  .signVillWrap .cont{    max-width: inherit; text-align: center; left: 30px}
  .starList { max-width: inherit;}
}

@media (max-width: 768px) {
  .ownerResWrap .contWrap .btnWrap{width: 50%;}
  .propertySec .col-lg-4{
    width: 100%;
  }
  .roomGallery .roomThumbImg .img img,
  .roomGallery .RoomImgBlock .roomImg .img img {
    width: 100%;
  }
  .propertySec .ownerdeatilsWrap { margin-left: 0; }
  .reviewWrap .reviewSecTitle { text-align: left;}
  .reviewWrap .reviewSecTitle .btnWrap{width: 25%;}
  .map-container iframe { min-height: 200px; }
  .reviewWrap .reviewSec .col-lg-4 {max-width: 100%;}
  .exploreWrap .col-lg-3{  max-width: 50%; }
  .homeBannerCont h1 { font-size: 48px;}
  .homeBannerCont p{font-size: 18px;}
}

@media (max-width: 600px) {
  .propertySecTitle {flex-wrap: wrap;flex-direction: column;align-items:normal !important;}
  .propertyDetailsWrap .propertySecTitle .likeSec { justify-content: flex-start; gap: 10px;}
  .ownerWrap .roomRating { flex-wrap: wrap; gap: 10px;}
  .exploreWrap .col-lg-3 { max-width: 50%; }
  .signVillWrap .cont{position: static; background: transparent; border-radius: 0px; text-align: left; padding: 20px 0px; color: #000;}
  .signVillWrap .cont h4{color: #000;}
  .signVillWrap .cont p{color: rgba(0, 0, 0, 0.76);}
  .signVillWrap.centerCont .cont{color: #000; text-align: left;}
  .privatePropSlide .img{ margin: 0 0px;}
  .highlightSec .col{min-width: 50%; text-align: left !important;}
  .exploreWrap .col-lg-3{min-width: 100%;}
}
@media (max-width: 380px) {
  .propertyDetailsWrap .propertySec .roomThumbImg {max-width: 95%;}
  .propertySec .roomGallery .RoomImgBlock .roomImg .img img{max-width: 90%;}
  .ownerWrap .roomRating .cont h5 { font-size: 18px; }
  .roomWrap .aboutWrap .btnWrap .btn { font-size: 12px;}
  .highlightWrap .highlightSec .cont p,
  .offersWrap .offerSec .offerList .offerItem .cont h5 {font-size: 14px;}
  .reviewWrap .reviewSec .review-card {padding: 15px;}
}

