.home-banner {
    width: 100%;
    height: calc(600px + 140px);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

.home-banner h1 {
    color: #fff;
    line-height: 48px;
}

.home-banner p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1024px;
    width: 100%;
    text-align: center;
}

.filter-box {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fffffff2;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}

.filter-box .box {
    width: 100%;
}

/*
.filter-box .box #date {
    padding-left: 35px;
    background: url(../images/calender-green.svg) no-repeat 0 0 #fff;
    background-size: 16px;
    background-position: 10px 10px;
}
*/

.filter-box .box #date::placeholder {
    color: #5c8a6b;
    opacity: 1;
}


.filter-box .box label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1f2e24;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.filter-box .box label img {
    max-width: 15px;
    margin-right: 6px;
}



.filter-box .box input[type="text"],
.filter-box .box input[type="date"],
.filter-box .box input[type="email"],
.filter-box .box button {
    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;
}

.filter-box .box button {
    width: 100%;
    text-align: left;
}

.filter-box .box input[type="text"]:hover,
.filter-box .box input[type="email"]:hover,
.filter-box .box button:hover,
.filter-box .box #date:hover,
.location-select .select-box:hover {
    background-color: #e3f2e8;
}

.filter-box .dropdown-menu {
    width: 100%;
    padding: 8px;
}

.filter-box .dropdown-menu li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 4px;
    padding: 7px 12px;
}

.filter-box .dropdown-menu li a:hover {
    background: #e3f2e8
}

.filter-box .box button:after {
    content: none;
}

.filter-box .box button {
    background: url(../images/select-arrow.svg) no-repeat right 8px center #fff;
    background-size: 12px;
    padding-right: 38px;
}

.filter-box .box.last img {
    filter: brightness(0) invert(1);
}

.filter-box .box .common-btn.search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    width: auto;
    min-width: inherit;
    padding: 7px 15px;
    min-height: 40px;
}

.filter-box .box.last {
    width: 103px;
}

.location-select {
    position: relative;
    width: 100%;
}

.location-select input[type="checkbox"] {
    display: none;
}

.location-select .select-box {
    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;
}


.location-select .dropdown {
    position: absolute;
    top: 110%;
    width: 100%;
    max-width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .15);
    display: none;
    z-index: 1000;
}

.location-select .dropdown .location-search {
    padding-left: 35px !important;
    background: url(../images/search.svg) no-repeat left 10px center !important;
}

#toggleSelect:checked~.dropdown {
    display: block;
}

.location-select .dropdown-body {
    max-height: 240px;
    overflow-y: auto;
    padding: 8px;
}

.location-select .dropdown label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 6px;
}

.location-select .dropdown label:hover {
    background: #f4f7f6;
}

.location-select .dropdown input[type="radio"] {
    accent-color: #2f7d4e;
}

.location-select .group-title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #5c8a6b;
    margin: 8px 10px;
    text-align: left;
}

.service-cards {
    padding: 60px 0;
    width: 100%;
}

.service-cards ul {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.service-cards ul li {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    /* flex: 1 1 0; */
    width: 100%;
    max-width: 180px;
}

.service-cards ul li .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
    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.05) 0px 1px 2px 0px;
    webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    min-height: 102px;
}

.service-cards ul li .box a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.service-cards ul li .box .icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0f57291a;
    justify-content: center;
    flex-shrink: 0;
}

.service-cards ul li .box .icon img {
    height: 20px;
    flex-shrink: 0
}

.service-cards ul li .box h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #1f2e24;
    margin: 0
}

.service-cards ul li .box:hover {
    border: 1px solid #1f2e24;
}

.location-change {
    margin-left: 35px;
    color: #00008B;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 5px;
}

.location-change a {
    color: #00008B;
}

.redhot {
    background: linear-gradient(90deg, #F15627 0%, #FB8951 100%) !important;
}

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

.golf-card h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

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

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

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

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

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

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

.golf-card .common-btn:hover {
    transform: scale(1.1);
}

.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;
    white-space: nowrap;
}

.view-all {
    border: 1px solid #dce5df !important;
    background: #fff !important;
    color: #1f2e24 !important;
}

.view-all:hover {
    background: #e3f2e8 !important;
}

.playday {
    width: 100%;
    background: linear-gradient(180deg, #C9E8C9 0%, rgba(201, 232, 201, 0) 100%);
}

.playday h2 {
    margin-bottom: 25px;
}

.playday p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #5c8a6b;
    margin-bottom: 40px;
}

.playday .service-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    min-height: 204px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 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;
}

.playday .service-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    background: #e3f2e8;
    justify-content: center;
    margin-bottom: 15px;
}

.playday .service-card .icon img {
    width: 30px;
    height: auto;
}

.playday .service-card h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #1f2e24;
    margin-bottom: 10px;
}

.playday .service-card p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #5c8a6b;
    margin: 0;
}


.stayplay {
    width: 100%;
    padding: 20px 0 50px;
}

.stayplay h2 {
    margin-bottom: 25px;
}

.stayplay p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #5c8a6b;
    margin-bottom: 40px;
}

.search-activity {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(0deg, #C9E8C9 0%, rgba(201, 232, 201, 0) 100%);
}

.search-activity ul {
    display: flex;
    gap: 24px;
}

.search-activity ul li {
    width: 20%;
}

.search-activity ul li .activity-card {
    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;
    position: relative;
}

.search-activity ul li .activity-card figure:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0000004D;
    border-radius: 10px;
}

.search-activity ul li .activity-card figure {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 10px
}

.search-activity ul li .activity-card figure img {
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.search-activity ul li .activity-card .text {
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -wekit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-activity ul li .activity-card .text h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
}

.search-activity ul li .activity-card .text span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.search-activity ul li .activity-card .text span img {
    filter: brightness(0) invert(1);
    height: 14px;
    margin-right: 5px;
}

.search-activity ul li a:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.location .modal-content {
    max-width: 600px;
    border-radius: 15px;
    padding: 25px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.location .modal-content .modal-header {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.location .modal-body {
    padding: 0;
}

.location h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.location .modal-body p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

.location .modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    font-size: 13px;
}

.location .modal-body .form-row {
    margin-bottom: 15px;
}
.location .modal-body .form-row:last-child{margin-bottom: 0;}

.location .modal-body .form-row #search {
    border: 1px solid #DCE5DF;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 10px 8px 29px;
    background: url(../images/search-green.svg) no-repeat left 8px center;
    background-size: 15px;
}

.location .modal-body .form-row #location {
   border: 1px solid #DCE5DF;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 10px 8px 29px;
    background: url(../images/location-card.svg) no-repeat left 8px center;
    background-size: 15px;
}

.location .modal-body .btn-group {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin:25px 0 20px 0;
}
.location .modal-body .btn-group .common-btn.cancel{border:1px solid #DCE5DF !important; background:#fff !important; color:#1F2E24 !important;}
.location .modal-body .btn-group .common-btn.cancel:hover{background:#222 !important; color: #fff !important; border: 1px solid transparent !important;}