/* turf page styles */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.turf-banner-container {
    background-image: url('/images/turf-img2.jpg');
    background-size: cover;
    background-position: center;
    height: 80vh;
    position: relative;
}

.turf-banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(47, 39, 39, 0.611);
    z-index: 1;
}

@media (max-width: 767px) {
    .turf-banner-container {
        height: 100vh;
    }
}

.turf-banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(47, 39, 39, 0.611);
    z-index: 1;
}


.venue-container {
    text-align: center;
}

.venue-header {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 30px;
}

.venue-description {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
    font-size: 15px;
}

.venue-image {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.venue-btn {
    background-color: #c6b069;
    color: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
    padding: 15px;
    border-radius: 5px;
}




/*********** FAQs CSS **********/
.faqs {
    position: relative;
    width: 100%;
    padding: 50px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }

    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }

    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: "Poppins", sans-serif;
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: "Poppins", sans-serif;
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}

#carouselExampleIndicators {
    border-radius: 10px;
}

.carousel-inner {
    border-radius: 10px;
}

.carousel-item {
    border-radius: 10px;
}

#carouselExampleIndicators img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}


.social-icons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #c6b069;
}

.social-icons-header {
    text-align: center;
}

.social-icons-header h6 {
    font-size: 23px;
    font-weight: 600;
    color: white;
}

.social-icons {
    text-align: center;
    padding: 13px;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.social-icons a {
    font-size: 20px;
    color: white;
}

.social-icons a:hover {
    color: black;
}

/* Media Queries for smaller devices */
@media (max-width: 768px) {
    .social-icons-container {
        height: 150px;
    }

    .social-icons-header h6 {
        font-size: 20px;
    }

    .social-icons {
        gap: 30px;
    }

    .social-icons a {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .social-icons-container {
        height: 120px;
    }

    .social-icons-header h6 {
        font-size: 18px;
    }

    .social-icons {
        gap: 20px;
    }

    .social-icons a {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .social-icons-container {
        height: 150px;
    }

    .social-icons-header h6 {
        font-size: 16px;
    }

    .social-icons {
        gap: 10px;
    }

    .social-icons a {
        font-size: 14px;
    }
}