/*Start Block1*/
body{
    background: #fff !important;
}
.block1 {
    padding-top: 100px;
}

.block1-form {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    padding: 20px;
    position: sticky;
    margin-bottom: 30px;
    top: 100px;
}
.block1-form:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    margin-bottom: 30px;
}
.block1-form-p {
    color: #122C5A;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 50px;
}
.block1-form-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #122C5A;
    margin: 15px auto;
}

.block1-form-form-control {
    font-size: 18px;
    height: calc(2.25rem + 20px) !important;
    padding-top: 20px;
    width: 100%;
    position: relative;
    padding-left: 50px;
    color: #000101;

}
#state_filter {
    background: url(../images/arrow-down.svg) no-repeat ;
    -webkit-appearance: none;
    background-position: 97% 50%;
    background-size: 6%;
}

.form-group.search:before {
    content: "Where would you like to play?";
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    left: 52px;
    color: #000101;
    z-index: 5;
    top: 7px;
}
.form-group.search:after {
    content: url(../images/global-search.svg);
    position: absolute;
    left: 10px;
    z-index: 5;
    top: 25%;
}
.form-group.gameType:before {
    content: "What type of game?";
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    left: 52px;
    color: #000;
    z-index: 5;
    top: 7px;
}
.form-group.gameType:after {
    content: url(../images/games.svg);
    position: absolute;
    left: 14px;
    z-index: 5;
    top: 25%;
}
.block1-form-btn {
    background: #122C5A;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
}
#ui-datepicker-div {
    z-index: 5 !important;
}
#datepicker {
    padding-top: .375rem ;
}
#datepicker::placeholder {
    color: #000101;
}
.form-group.data:after {
    content: url(../images/calendar.svg);
    position: absolute;
    left: 14px;
    z-index: 5;
    top: 25%;
}




.block3-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: #122D5A;
    margin-bottom: 10px;
}

.block3-p {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 35px;
}

.block3-place-contatiner1 {
    position: relative;
}
.block3-place-contatiner1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000006b;
    width: 100%;
    height: 30%;
    z-index: 4;
}
.block3-place-contatiner1 > img{
    height: 230px;
}
.block3-place-feature {
    display: flex;
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    background: #FFC800;
    color: #000101;
    border-radius: 4px;
    padding: 7px 15px 8px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.block3-place-heart {
    cursor: pointer;
    margin-top: 3px;
}
.block3-place-head {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin: 7px auto;
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 15px;
}
.block3-feature-container {
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 0 15px;
    margin-bottom: 30px;
}
.block3-view-btn {
    z-index: 2; /* Ensures "View tee time" is visible and functional */
    position: relative;
}
.course-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.course-card {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.course-card-link:hover {
    color: #000 !important;
    text-decoration: none !important;
}
.block3-view-btn {
    z-index: 2;
    position: relative;
}

.block3-mmr {
    background: #2BB673;
    border-radius: 0px 8px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block3-mmr img {
    margin-right: 10px;
}
.block3-place-location ,.block3-place-hole{
    font-size: 14px;
    line-height: 17px;
    margin: 20px auto;
}
.block3-place-location img,.block3-place-hole img{
    margin-right: 7px;
}
.block3-place-price2 {
    color: #122C5A;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.block3-place-price2 span {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 27px;
    font-family: 'Montserrat';
}
.block3-view-btn {
    font-family: 'Montserrat';
    background: #122C5A;
    border-radius: 8px;
    color: #fff;
    width: 100%;
    line-height: 3;
    font-weight: 600;
    margin: 10px auto 0;
}
.block3-view-btn:hover {
    color: #fff;
}
.block3-place-head span {
    position: absolute;
    right: 0;
    color: #646464;
    font-size: 12px;
    line-height: 14px;
    top: 2px;
}
.block3-place-star {
    display: flex;
    align-items: center;
    position: relative;
}
.block3-place-star img{
    width: 16px !important;
    height: 16px;
    margin-right: 2px;
}
.block3-place-star .price {
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
    color: #FFC800;
    margin-left: 5px;
}
.block3-place-star .price2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    color: #122C5A;
}
.block3-place-time {
    font-size: 12px;
    line-height: 14px;
    color: #000101;
    margin-top: 8px;
}


@media (max-width: 1199px) {



}

@media (max-width: 991px) {
    .block1-form {
        width: 50%;
    }

}


@media (max-width: 767px) {
    .block1-form-form-control {
        font-size: 15px;
        height: calc(2.25rem + 12px) !important;
        padding-top: 21px;
    }

    .block1-form-head {
        font-size: 20px;
    }
    .block3-place-head {
        font-size: 16px;
    }
    .block3-mmr {
        padding: 6px 20px;
        font-size: 14px;
    }
    .block3-place-star img {
        width: 15px !important;
        height: 15px;
        margin-right: 2px;
    }
    .block3-place-location, .block3-place-hole {
        font-size: 14px;
        line-height: 17px;
        margin: 12px auto;
    }
    .block3-place-time {
        font-size: 10px;
        margin-top: 5px;
    }
    .block3-place-price2 {
        font-size: 11px;
        margin-top: 10px;
    }


    .block3-view-btn {
        font-size: 15px;
        line-height: 2;
        margin: 5px auto 0;

    }
    .block3-place-location img, .block3-place-hole img {
        margin-right: 7px;
        width: 12px;
    }

}


@media (max-width: 576px) {
    .block1-form {
        width: 100%;
        padding: 15px;
    }
    .block1-form-p  ,.block1-form:after{
        display: none;
    }
    .search-filter-form {
        display: flex;
    }
    .search-filter-form .search {
        width: 60%;
        margin-right: 5vw;
    }
    .search-filter-form .data {
        width: 40%;
    }
    .block1-form-form-control {
        font-size: 3.5vw;
        height: calc(2.25rem + 2vw) !important;
        padding-top: 4.5vw;
        padding-left: 7vw;
    }
    .form-group.search:after {
        content: "";
        background: url(../images/global-search.svg) no-repeat center;
        background-size: contain;
        width: 3vw;
        height: 3vw;
        top: 50%;
        transform: translate(-50% , -50%);
        left: 4vw;
    }
    .form-group.data:after {
        content: "";
        background: url(../images/calendar.svg) no-repeat center;
        background-size: contain;
        width: 3vw;
        height: 3vw;
        top: 50%;
        transform: translate(-50% , -50%);
        left: 4vw;
    }
    .form-group.search:before {
        font-size: 2.5vw;
        left: 7vw;
        top: 3px;
    }
    .block3-mmr {
        padding: 2vw 5vw;
        font-size: 3vw;
        top: 0;
        right: 0;
    }


    .block3-place-feature {
        font-size: 2vw;
        padding: 3px 8px 5px 8px;
    }
    .block3-mmr img {
        margin-right: 2vw;
        width: 4vw;
        top: -2px;
    }
    .block3-place-head {
        font-size: 3vw;
        bottom: 1vw;
    }
    .block3-place-location, .block3-place-hole {
        font-size: 3.5vw;
        line-height: 17px;
        margin: 3vw auto;
    }
    .block3-place-price2 {
        font-size: 2.5vw;
    }
    .block3-view-btn {
        font-size: 3vw;
        line-height: 2;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 15px;
        width: 80%;
    }
    .block3-place-contatiner1 {
        margin-bottom: 2vw;
    }
    .block3-place-star img {
        width: 12px !important;
        height: 12px;
        margin-right: 1px;
    }
    .block3-place-location, .block3-place-hole {
        font-size: 3vw;
        line-height: 17px;
        margin: 3vw auto;
    }
    .block3-place-location img, .block3-place-hole img {
        margin-right: 4px;
        width: 12px;
    }
    #state_filter {
        background-position: 95% 50%;
    }
}



