.inner-banner {
width: 100%;
position: relative;
background-repeat: no-repeat;
background-size: cover;
padding:100px 0;
min-height: 300px;
display: flex;
align-items: center;
}

.inner-banner .col-md-12.col-lg-12{ flex-direction:column !important;}

.inner-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000066;
}

.inner-banner .container {
    position: relative;
    z-index: 1;
    height: 100%;
}

.inner-banner .container .row {
    height: 100%;
}

.inner-banner h1 {
    color: #fff;
}
.inner-banner h1:last-child{margin-bottom: 0}
.inner-banner p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}


.inner-body{width: 100%;}

/********Left Side Filters**********/
.left-filter-box hr{border-bottom: 1px solid #DCE5DF;}
.left-filter-box {
    width: 100%;
    max-width: 360px;
    background: #FAFAFA;
    padding: 30px 18px;
    border-radius: 10px;
    border: 1px solid #DCE5DF;
    transform: none;
    position:relative;
    visibility: visible;
}
#mobileFilters .btn-close {
    position: absolute;
    top: 5px;
    right:5px;
    padding: 7px;
    border: 1px solid #3355;
    display: none;
    background-size: 11px;
    background-color: #fff;
    opacity: 1;
    cursor: pointer;
}

.left-filter-box .filter-group {
    margin-bottom: 30px;
}

.left-filter-box label {
    font-size: 14px;
    line-height: 19px;
    color: #636370;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 600;
}
.left-filter-box label svg{height: 15px}
.left-filter-box label svg path{fill:#3F3F46B2}
/* Date */
.left-filter-box .date-box {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #DCE5DF;
  padding: 10px;
  border-radius:5px;
  font-size: 14px;
  color: #636370;
  background: #fff;
}
.date-box .icon img{width:17px;}

/* Range */
.left-filter-box input[type="range"] {
    width: 100%;
    accent-color: #0F5729;
}

.left-filter-box .range-values {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5c8a6b;
  margin-top: 6px;
}

.left-filter-box .range-center {
  text-align: center;
  font-size: 13px;
  color: #2f7d32;
  margin-top: 6px;
}

/* Buttons */
.left-filter-box .btn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.left-filter-box .btn-column button,
.left-filter-box .btn-grid button {
  border: 1px solid #cfe8d2;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #3f3f46;
}

.left-filter-box .btn-grid button.active {
  background: #e9f5ec;
  border-color: #2f7d32;
  color: #2f7d32;
}

.left-filter-box .btn-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Checkbox */
.left-filter-box .checkbox-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    margin-bottom: 10px !important;
}
.left-filter-box .checkbox-group label.red {
  color: #e53935;
}

.filter-group.course button{text-align: left;}


/* Divider */
hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
/********Left Side Filters End**********/

#weather-widget-tab {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    border-bottom: 0;
}

#weather-widget-tab li{width: 100%;}
.weather-card.active{background:#0F5729; border: 1px solid #0F5729;}
.weather-card.active .day, .weather-card.active .date, .weather-card.active .temp{ color: #fff;}
.weather-card .weather-info {width: 100%; text-align: center;}
.weather-card .weather-info .temp{white-space: nowrap;}
.weather-card.active:hover{background:#0F5729;}
.weather-card {
    width: 100%;
    background: #fff;
    border: 1px solid #DCE5DF;
    padding: 5px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease
}
.weather-card:hover{background: #e3f2e8;}
.weather-card .day{font-size: 14px; line-height: 20px; color:#00342B; font-weight: 400;}
.weather-card .date{font-size: 12px; line-height: 20px; color:#00342B; font-weight: 400;}
.weather-card .temp{font-size: 12px; line-height: 20px; font-weight: 700; color:#00342B;}

.golf-card.horizontal {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid #DCE5DF;
    margin-bottom: 25px;
}
.golf-card.horizontal .tags{display: flex; align-items: center; justify-content: flex-start; gap: 15px; flex-wrap: wrap;}
.golf-card.horizontal .tags span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    border: 1px solid #DCE5DF;
    border-radius: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #1F2E24;
    padding: 5px 15px;
}
.golf-card.horizontal .golf-top {
    width: 100%;
    display: flex;
}

.golf-card.horizontal figure {
    width: 230px;
    height: 127px;
    overflow: hidden;
    border-radius: 10px 0 0 0;
    position: relative;
    margin: 0;
}

.golf-card.horizontal figure > img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.golf-card.horizontal .inner-text {
    flex: 1;
    padding:15px 30px;
}

.golf-card.horizontal .golf-bottom {
    border-top: 1px solid #DCE5DF;
    width: 100%;
    padding: 20px;
}

.golf-card.horizontal .golf-bottom .tee-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.golf-card.horizontal .disable{color:#DCE5DF !important; cursor: auto; transform: none !important;}
.golf-card.horizontal .disable:hover {
    transform: none !important;
    background: #fff !important;
}
.golf-card.horizontal .golf-bottom .tee-header .btn-group{gap: 15px}
.golf-card.horizontal .golf-bottom .tee-header .btn-group button, .golf-card.horizontal .golf-bottom .tee-header .btn-group a{width: auto; font-size: 12px}
.view-all {
    border: 1px solid #dce5df !important;
    background: #fff !important;
    color: #1f2e24 !important;
}
.view-all:hover {
    background: #e3f2e8 !important;
}

.golf-card.horizontal .golf-bottom .tee-header h4{color: #1f2e24; font-size: 14px; line-height: 20px; font-weight: 600;}
.golf-card.horizontal .icons-group{
display: flex;
margin-left: 35px;
margin-right: auto;
gap: 10px;
}
.golf-card .wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffe5;
}

.golf-card .wishlist:hover {
    background: #fff;
}
.golf-card.horizontal .icons-group li img{height: 30px;}

.golf-card figure:hover a img {
    transform: none;
}

.tee-times {
    display: flex;
    gap: 10px;
    width: 100%;
}


.tee-times .tee.blue{background:#EFF6FF; border: 1px solid #BFDBFE;}
.tee-times .tee.red{background:#FEF2F2; border: 1px solid #FECACA;}
.tee-times .tee{
    flex: 1 1 0;
    min-width: 94px;
    min-height: 64px;
    background: #FFF;
    border: 1px solid #transparent;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:4px;
    cursor: pointer;
}
.tee-times .tee.blue strong{font-size: 12px; line-height: 14px; font-weight: 600; color:#1d4ed8;}
.tee-times .tee.blue span{font-size: 12px; line-height: 14px; font-weight: 500; color:#2563eb;}
.tee-times .tee.blue small {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #3b82f6;
    display: flex;
    align-items: center;
}

.tee-times .tee small svg{
    height: 11px;
    margin-right: 2px;
}
.tee-times .tee.red strong{font-size: 12px; line-height: 14px; font-weight: 600; color:#b91c1c;}
.tee-times .tee.red span{font-size: 12px; line-height: 14px; font-weight: 500; color:#dc2626;}
.tee-times .tee.red small{font-size: 12px; line-height: 14px; font-weight:600; color:#ef4444;}

.tee-times .tee small {
    display: flex;
}
.tee-times .tee small img {
    margin-right: 3px;
}

.tee.blue small img {
  filter: invert(47%) sepia(83%) saturate(1773%) hue-rotate(199deg) brightness(97%) contrast(101%);
}
.tee.red small img {
  filter: invert(47%) sepia(86%) saturate(2400%) hue-rotate(326deg) brightness(95%) contrast(97%);
}
.tee.active small img {
  filter: brightness(0) invert(1);
}


.golf-card .inner p {
    font-size: 14px;
    margin: 15px 0 0 0;
}

.golf-card.horizontal h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}
.golf-card.horizontal h3 .discount {
    background: linear-gradient(90deg, #0F5729 0%, #31814F 100%);
    height: 25px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding: 3px 7px;
}

.golf-card .top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.golf-card .bottom-row h4{font-size: 20px; line-height: 24px; color: #1F2E24; font-weight: 700;}
.golf-card .bottom-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.golf-card .bottom-row .location{font-size: 16px; line-height: 20px;}
.golf-card .bottom-row .location img{height:18px}


.golf-card .ratings {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight:600;
    color:#222;
    font-size: 14px;
    cursor: pointer;
}
.golf-card .ratings small{color:#636370; font-size: 14px; font-weight:400;}
.golf-card .ratings a{ color:#222;}

.golf-card .top-row .discount {
    color: #5C8A6B;
    font-size: 20px;
}

.golf-card .time-location {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.golf-card .time-location li {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #5c8a6b;
    font-weight: 400;
}

.golf-card .time-location li.notification {
    color: #ea580c;
    font-size: 12px;
    font-weight: 500;
}

.golf-card .time-location li a {
    color: #5c8a6b;
}

.golf-card .time-location li img {
    margin-right: 5px;
    width: 14px;
    height: auto;
    color: #f00;
}

.golf-card .price {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0f5729;
    margin: 20px 0;
}

.golf-card .price .discount {
    font-size: 16px;
    line-height: 20px;
    color: #00342B;
    font-weight: 400;
}

.golf-card .common-btn {
    width: 100%;
    height: 36px;
    line-height: 33px;
    min-height: auto;
}

.golf-card .common-btn.active{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color: #fff !important;}
.tee-times .tee.active{background: linear-gradient(90deg, #0F5729 0%, #31814F 100%) !important; color: #fff !important; border:1px solid transparent;}
.tee-times .tee.active strong, .tee-times .tee.active span, .tee-times .tee.active small{color: #fff !important; }

.bottom-fix {
    margin-top: auto;
}

.golf-card .price del {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
}

.golf-card .price sup {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.left-filter-box .filter-group .mid-box {padding: 8px 0;}



.price-input {
 display: flex;
justify-content: space-between;
font-size: 13px;
color: #5c8a6b;
margin-top: 6px;
}
.price-input .field {
  display: flex;
  align-items: center;
}
.price-input .field .input-max {
    text-align: right;
    width: 35px;
}
.price-input .field .input-min {
    text-align:left;
    width: 35px;
}

.field input {
    width: 100%;
    outline: none;
    margin-left: 6px;
    border: 0;
    -moz-appearance: textfield;
    background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #0F5729;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #676774;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #676774;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}



@media only screen and (max-width:767px){
  .golf-card.horizontal figure{height: 200px;}  
}