.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**********/

.limited-offer {
    background: #DC2626;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    padding: 10px 20px;
    height: 45px;
}

.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.top-row span{font-size:16px; color: #5C8A6B; font-weight: 600;}


.golf-card {
    display: flex;
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    border-radius: 10px;
}

.golf-card figure {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-bottom: 0
}

.golf-card figure>img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.golf-card figure .deals {
    min-width: 65px;
    height: 22px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 5px 10px;
}

.golf-card figure .deals img {
    filter: brightness(0) invert(1);
    max-height: 11px;
    margin-right: 5px;
}

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

.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 figure:hover a img {
    transform: none;
}

.golf-card .inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.golf-card .inner-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

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

.golf-card.mini h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.golf-card h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.golf-card .top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
}

.golf-card .ratings {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    position: relative;
    top: 5px;
}

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

.golf-card .time-location {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
}

.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;
    display: flex;
    align-items: end;
}

.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: 10px 0 20px;
}

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

.golf-card .common-btn {
    width: 100%;
    height: 36px;
    line-height: 25px;
    min-height: auto;
    min-width: auto;
    padding: 0 10px;
}

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

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

.golf-card .price sup {
    color: #5C8A6B;
    font-weight: 400;
    margin-left: 3px;
    font-size: 12px;
    position: relative;
    top: -2px;
    white-space: nowrap;
}

.golf-card ul.tags {
    display: flex;
    gap: 8px;
    margin-bottom:5px;
    flex-wrap: wrap;
}
.golf-card ul.tags li {
    font-size: 12px;
    line-height: 14px;
    color: #1F2E24;
    font-weight: 400;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
}

.action-btns {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}
.action-btns .border-btn{background: inherit !important;   color: #1F2E24 !important;}
.action-btns .border-btn:hover{background: #e3f2e8 !important;}

@media only screen and (max-width:1150px){
    .golf-card .common-btn{font-size: 13px;}

}




