.TItiletxt {
    font-size: 50px;
}

.titleptag{
    max-width: 55%;
    margin: 0 auto;
    line-height: normal;
    margin-bottom: 35px;
    font-size: 30px;
}

.BookAEventBtn {
    width: fit-content;
    height: unset;
    padding: 17px 25px;
    font-size: 20px;
    border: 1px solid #046A38 !important;
}



.tee-time-banner{
    margin-bottom: 50px;
}

.first-sec {
    padding:0;
}

.sectionTitle{
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Aeonik', sans-serif;
    font-style: italic;
}

.herotext {
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px;
}

.eventTypes{
    padding-left: 0;
}

.eventTypes li {
    font-weight: 700;
    list-style: none;
    display: flex;
    gap:10px
}

.eventTypes li::before {
    content: '✓';
    color: #00B74F;
    font-weight: 900;
    font-size: 16px;
    padding-right: 7px;
}

.eventTypes li strong{
    white-space: nowrap;
}

.eventTypes li p{
    line-height: normal;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
}

.priceList{
    margin: 40px 0  70px 0 !important;
}

.priceListHead h2{
    font-family: 'Aeonik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #000000;
}

.eventPackagesTable th,.eventPackagesTable tr,.eventPackagesTable td{
    padding:20px;
    text-align: center;
}
.eventPackagesTable th{
    background-color: #048b4c;
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.eventPackagesTable td{
    background-color: #fff!important;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color:#000;
    font-size: 15px;
}

.eventPackagesTable .tablehead{
    font-weight: 700;
    color:#000;
    background-color: #fff!important;
}
.inquiry-form-head{
    font-family: 'Aeonik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    padding:0;
}

.inquiry-form-content{
    max-width: 420px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
}

.inquiry-form-section{
    background-image: linear-gradient(360deg, transparent 50%, #DFF2E5 50%);
    padding: 50px;
}

.needs-validation{
    padding: 30px 60px;
    background-color: #fff;
    margin: 0 10%;
    border-radius: 20px;
    box-shadow: 0px 6px 5px 0px #ede8e8;
}

.needs-validation .form-label {
    margin-bottom: .5rem;
    color: #253447;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
}


.needs-validation .form-label {
    font-family: 'Inter';
}

.faq-head{
    font-family: 'Aeonik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #000000;
    padding: 0;
}

.faq-section .accordion-item{
    border:none;
    padding-top: 20px;
}

.faq-section .accordion-header{
    padding: 0;
}

.faq-section .accordion-body{
    padding-left: 0;
    font-size: 16px;
    font-family: 'Inter';
    color: #000000;
    font-weight: 400;
}

.faq-section .accordion-button{
    padding: 0 0 20px 0;
    border:none;
    border-bottom: 1px solid #DCDCDC;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    color: #000000 !important;
}

.faq-section .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}

.faq-section .accordion-button:focus {
    box-shadow: unset;
}

.faq-section .accordion-button::after{
    background-image: url(../images/accplus.png);
    width: 20px;
    height: 25px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accminus.png);

}

.banner-inner{
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#115E3200 10%, #00160A 100%);
}

.image-container{
    width: 100%;
    flex: 1;
    border-radius: 25px;
}

.image-container img{
    width: 100%;
    
    max-height: 350px;
    object-fit: cover;
}

.secContent{
    flex: 1;
}

@media screen and (max-width: 1366px){
    .TItiletxt {
        font-size: 40px;
    }
    .titleptag {
        font-size: 25px;
    }
    .sectionTitle {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .herotext {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .priceListHead h2 
    {
        font-size: 35px;
    }

    .inquiry-form-head {
        font-size: 35px;
    }

    .faq-head {
        font-size: 35px;
    }
}

@media screen and (max-width: 1024px){
    .titleptag {
        max-width: 75%;
    }
    .first-sec {
        gap: 20px;
    }
    .priceList {
        margin: 10px 0 50px 0 !important;
    }
    .needs-validation {
        padding: 30px 35px;
        margin: 0 5%;
    }
}

@media screen and (max-width: 991px){
    .first-sec{
        flex-direction: column;
    }
    .second-sec{
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px){
    .banner_image {
        min-height: 500px;
        height: unset;
    }
    .inquiry-form-section {
        padding: 30px 20px;
    }

    .priceListHead h2 
    {
       line-height: normal;
    }

    .inquiry-form-head {
        line-height: normal;
    }

    .faq-head {
        line-height: normal;
    }

    .tableholder{
        overflow-x: scroll;
    }

    .tableholder .table{
        min-width: 700px;
    }

    }

@media screen and (max-width: 575px){
    .needs-validation {
        padding: 20px 15px;
        margin: 0;
        border-radius: 10px;
    }
    .priceListHead h2 {
        font-size: 25px;
    }
    .inquiry-form-head {
        font-size: 25px;
    }

    .faq-head {
        font-size: 25px;
    }
}

.swal2-confirm{
    border:none !important;
    background-color: #046A38 !important;
}