.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%;
}


.top-filter-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 30px 0;
    gap: 20px;
}
.top-filter-row .left{ margin-right:auto; }
.top-filter-row .search{max-width: 200px; width: 100%;}
.top-filter-row .left h3{display:flex; margin-bottom: 10px;}
.top-filter-row .left .location{color:#0F5729; font-size: 18px; font-weight:600;}
.top-filter-row .left .location img{margin-right:5px;}


.top-filter-row .search input[type="search"]{
border: 1px solid #dce5df;
font-size: 14px;
line-height: 20px;
font-weight: 400;
border-radius: 5px;
width: 100%;
padding: 9px 16px;
color: #1f2e24;
padding-right: 35px;
background: url(../images/search-green.svg) no-repeat right 10px center #fff;
background-size: auto;
background-size: 16px;
}

.top-filter-row .short-filter {
    max-width:258px;
    width: 100%;
    display: flex;
    align-items: center;
}
.top-filter-row .short-filter label {
    color: #1f2e24;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
}

.top-filter-row .short-filter select{
border: 1px solid #dce5df;
font-size: 14px;
line-height: 20px;
font-weight: 400;
background: #fff;
border-radius: 5px;
width: 100%;
padding: 9px 16px;
color: #1f2e24;
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
margin-bottom: 0 !important;
background: url(../images/select-arrow.svg) no-repeat right 8px center #fff;
background-size: 12px;
padding-right: 38px;
appearance: none;
-webkit-appearance: none;
}


.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 .golf-top {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.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 .inner-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.bottom-fix {
    margin-top: auto;
}
.golf-card ul{display: flex;}
.golf-card ul li{display: flex; width: 100%;}
.golf-card ul li .box{width:100%;}


.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 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 p{ font-size:14px; line-height:20px; color:#222; font-weight:400; margin-bottom:10px;
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.golf-card ul li .location {
    font-size: 14px;
    line-height: 16px;
    color: #5C8A6B;
    display: flex;
    margin-bottom: 10px;
}
.golf-card ul li .location img {
    width: 13px;
    margin-right: 3px;
}
.golf-card .price {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #0f5729;
    margin: 10px 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.golf-card .price h6 {
    margin-bottom: 0;
    color: #0F5729;
    font-weight: 700;
    display: flex;
    gap: 15px;
}

.golf-card .price .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 .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 a {
    color: #5c8a6b;
}
.golf-card .time-location li img {
    margin-right: 5px;
    width: 14px;
    height: auto;
}
.golf-card .time-location li a b{color: #f00; font-weight: 600;  animation: blinkText 1.5s infinite;}

@keyframes blinkText {
  0%   { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 1; }
}

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



.pagination-row {
    padding: 20px 0;
}
.pagination-row .pagination li .page-link {
    border:0;
    width: 35px;
    height: 35px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1F2E24;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    background: #e9ecef;
}
.pagination-row .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0f5729;
    border-color: #0f5729;
    color: #fff !important;
}
.pagination-row .page-item .page-link:hover{background:#e3f2e8; color: #1F2E24 !important;}
.page-link:focus{box-shadow: none;}
.pagination-row .pagination li .page-link.next img {
    transform: rotate(-90deg);
}
.pagination-row .pagination li .page-link.prev img{transform: rotate(90deg);}

.pagination-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pagination-scroll .pagination{
  flex-wrap: nowrap;
  min-width: max-content;
}



@media only screen and (max-width:991px){
.golf-card figure{height: 250px}
.golf-card ul {display: flex;  flex-direction: column;}
.golf-card ul li {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.golf-card ul li .box.time {
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
    margin: 15px 0;
}
.golf-card ul li .box.time strong, .golf-card ul li .box.time span {font-size: 14px; line-height: 16px;}
.golf-card ul li .box.time img{width: 16px; height: auto;}
.golf-card ul li .box.book {padding: 0; margin-top: 20px;}
.golf-card ul li p{margin-bottom: 15px;}
.golf-card ul li .location{margin-bottom:15px;}


}




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

.top-filter-row {
    flex-direction: column;
    align-items: flex-start;
}
.top-filter-row .left {
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    flex-direction: column;
}
.top-filter-row .left .location {
    display: flex;
    align-items: center;
}
.top-filter-row .search, .top-filter-row .short-filter {
    max-width: 100%;
    width: 100%;
}

.golf-card ul {
    display: flex;
    flex-direction: column;
}
.golf-card ul li:nth-child(2) {
    max-width: 100%;
    margin:15px 0;
}

.golf-card ul li .box.time {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
    padding: 0;
}
.golf-card ul li .box.time img {
    width:16px;
    height:16px;
}
.golf-card ul li .box.book {
    padding: 0;
    display: flex;
    justify-content: flex-start;
}

.golf-card ul li .box.time span{font-size:13px;}
.golf-card ul li .box.time strong {
    font-size: 14px;
    line-height: 18px;
    color: #5C8A6B;
    font-weight: 600;
}
.golf-card ul li:last-child {
    max-width: 100%;
}

}


