
section.featured-pro {
    padding: var(--p60) var(--p12);
}
.search-bar{
    position: absolute;
    top: 304px;
    width: 100%;
}

.search-bar form{
       position: relative;
    margin: auto;
    justify-content: center;
    width: 95%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--white-color);
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.search-bar select{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 var(--p15) 0 var(--p10);
    background: var(--white-color);
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input{
    font-size: var(--f14);
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left:var(--p10);
    background: var(--white-color);
    border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
    padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--other-color);
    opacity: 1; /* Firefox */
  }

  .search-bar i{
    color: var(--other-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f16);
    right: 20px;
  }

  .search-bar .col-3{
   position: relative;
   width: 25%;
   padding-left: var(--p10);
   padding-right: 0;
   padding-top: var(--p17);
   padding-bottom: var(--p17);
  }
.search-bar .col-3:before{
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check:before {
     position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}
.search-bar .check i{
    top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
    display:none;
}
.search-bar .col-3.srch-btn{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
}
  .search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
}
.search-bar button.main-btn.close111 {
    height: 43px;
    padding: var(--p5) var(--p15);
    font-size: var(--f14);
}
.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}
.search-bar .main-check{
    padding-left: var(--p10);
    padding-right: 0;
    padding-top: var(--p17);
    padding-bottom: var(--p17);
}
.search-bar .main-check .row{
    position:relative;
}
div#guestsss {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss .close1 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss .adult-box p{
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss button.button1 {
   background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}
#guestsss button.button11.button1 {
    margin-left: var(--m14);
}
.datepicker-section{
                            position: relative;
                        }
                        .datepicker-common-2{
                            padding:0;
                        }
                        input#demo17 {
                            position: absolute;
                            left: 0px;
                            top: 0px !important;
                            width: 100% !important;
                            opacity: 0;
                            height: 32px !important;
                            z-index: 9;
                        }
/*.form-control:focus {*/
/*    background-color: var(--black-color) !important;*/
/*}*/


section.featured-pro {
    background: var(--white-color);
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}
section.featured-pro .row{
    gap:20px 0;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 300px;
    object-fit: cover;border-radius: 10px 10px 0 0;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:30px;
    overflow:hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    background-color: var(--lt-bg-color);
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--heading-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}

/* Revamp polish: Properties listing / Packages */
section.featured-pro {
    background: var(--color-cream);
}

section.featured-pro .col-md-4,
section.featured-pro .item {
    border-radius: 8px;
}

section.featured-pro .pro-cont {
    background: #fff;
    border: 1px solid rgba(206, 197, 180, 0.55);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 40px rgba(20, 28, 16, 0.08);
}

section.featured-pro .pro-img img.img-fluid,
section.featured-pro img.img-fluid {
    border-radius: 8px 8px 0 0;
}

section.featured-pro .featured span,
section.featured-pro .pro-img .featured span {
    background: var(--color-forest) !important;
    color: var(--color-cream) !important;
    border-radius: 999px;
    font-family: var(--font-sans);
}

section.featured-pro h3.title,
section.featured-pro h3.title a {
    font-family: var(--font-serif);
    color: var(--color-charcoal) !important;
    letter-spacing: 0;
}

section.featured-pro .pro-img h5,
section.featured-pro .pro-img h5 span {
    font-family: var(--font-serif);
    color: var(--color-cream) !important;
    text-shadow: 0 2px 12px rgba(20, 28, 16, 0.42);
}

section.featured-pro p.adr,
section.featured-pro ul li {
    font-family: var(--font-sans);
    color: rgba(20, 28, 16, 0.74);
}

section.featured-pro .rating i.checked,
section.featured-pro .rating-count .checked {
    color: var(--color-gold) !important;
}

.search-bar {
    border: 1px solid rgba(206, 197, 180, 0.7);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 28, 16, 0.12);
}

.search-bar button.main-btn,
a.sticky.main-btn.book1 {
    background: var(--color-forest) !important;
    border-color: var(--color-forest) !important;
    color: var(--color-cream) !important;
}



/* ── Properties search bar: same frosted glass treatment as the homepage hero bar
   (.glass-panel / .search-field in home-new.css) — translucent blurred bar, translucent
   field boxes, white text, white pill button. Scoped to .search-bar, which only the
   properties listing page uses; no markup changes. ───────────────────── */
.search-bar form {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(20, 28, 16, 0.18) !important;
    padding: 12px !important;
    align-items: center;
}

/* each field is a translucent box, matching .search-field on the homepage. No horizontal
   margin — the date fields split .main-check 50/50, so margin pushes them past 100% and
   wraps them onto two rows; the gaps come from the form padding + transparent borders. */
.search-bar .check.left,
.search-bar .check.right,
.search-bar .col-3.guest {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    transition: background 0.3s;
}
.search-bar .check.left:hover,
.search-bar .check.right:hover,
.search-bar .col-3.guest:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* text/icons go white over the banner */
.search-bar input,
.search-bar select,
.search-bar .form-control,
.search-bar i {
    background: transparent !important;
    color: #fff !important;
    border: none !important;
}
.search-bar input::placeholder { color: rgba(255, 255, 255, 0.65) !important; opacity: 1; }
.search-bar input::-webkit-calendar-picker-indicator { filter: invert(1); opacity: 0.6; }

/* the grey dividers belonged to the old solid bar */
.search-bar .col-3:before,
.search-bar .check:before { display: none !important; }

/* white pill button with forest text, like the homepage hero. Extra-specific selector so
   it beats the rules in property-list-responsive.css (same specificity, loads later). */
.search-bar .col-3.srch-btn button.main-btn {
    background: #fff !important;
    color: var(--color-forest, #3F5E3C) !important;
    border: 1px solid #fff !important;
    border-radius: 999px !important;
    font-weight: 600;
}
.search-bar .col-3.srch-btn button.main-btn:hover {
    background: var(--color-cream, #FAF8F5) !important;
    color: var(--color-forest, #3F5E3C) !important;
}
