@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Quicksand:wght@300..700&family=Zain:wght@200;300;400;700;800;900&display=swap');
img {
    max-width: 100%;
}
em {
    font-family: 'Dancing Script', cursive;
}
body {
  font-family: "Quicksand", sans-serif;;
}
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Zain", sans-serif;
}
/* Hero Slider Styles */
#hero-slider .carousel-item {
    height: 38rem; /* Adjust this value as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero-slider .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff; /* Ensure text is visible on dark backgrounds */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Optional: adds shadow to text for better readability */
    align-items: center;
}

/* Specific background images for each slide */
#slide-pool {
    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,.5)), url('/media/u3jjvvs3/pool-balls.jpg');
}

#slide-darts {
    background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,.5)), url('/media/3m2lo0bs/darts-bg.jpeg');
}

/* Ensure text is readable on any background */
#hero-slider h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#hero-slider p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

#hero-slider .btn {
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
    text-shadow: none;
}

@media (max-width: 768px) {
    #hero-slider .carousel-item {
        height: 28rem; /* Shorter height on mobile */
    }

    #hero-slider h2 {
        font-size: 2rem;
    }

    #hero-slider p {
        font-size: 1rem;
    }
}
header img {
    height: 5rem;
}
nav {
    background: #fff;
}
.btn {
    background-color: #458dd5;
    border-color: #458dd5;
    color: #fff;
    border-bottom-right-radius: 0;
}
.navbar {
    --bs-navbar-nav-link-padding-x: 2rem;
    --bs-navbar-color: #000;
    text-transform: uppercase;
}
@media(min-width:991px){
    .py-5 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}
a {
    text-decoration: none;
    font-weight: 500;
    color: #458dd5;
}
.nav-link {
    font-weight: 500;
}
.nav-link:hover, .nav-link:active, .nav-link:focus, .nav-link.active {
    color: #458dd5;
}
/* Slider arrow styles */
.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}



/* Ensure arrows are visible on light backgrounds */
.carousel-control-prev,
.carousel-control-next {
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}
.top-bar {
    background-color: #458dd5;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.top-bar a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 1rem;
}

.top-bar a:hover {
    text-decoration: underline;
}

.social-links a {
    margin-left: 1rem;
    font-size: 1rem;
}

@media (max-width: 767px) {
      .top-bar .row > div {
        text-align: center !important;
        align-items: center;
        justify-content: center !important;
        margin-top: 0.5rem;
      }
    .social-links {
        display: none;
    }
}

.contact-info {
    align-items: center;
    display: flex;
}
@media (max-width: 767px){
    .contact-info {
        justify-content: center;
    }
}
.bg-dark .form-control {
    background-color: #eee;
}

#testimonialCarousel .carousel-item {
    padding: 20px;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 30px;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 20px;
    color: #333;
}

.testimonial-author {
    font-weight: bold;
    color: #458dd5;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #458dd5;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

#testimonialCarousel .carousel-control-prev {
    left: -25px;
}

#testimonialCarousel .carousel-control-next {
    right: -25px;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 768px) {
    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        display: none;
    }
}
section#customer-testimonials {
    background: linear-gradient(to top, rgba(33, 37, 41.5), rgba(33, 37, 41, .5)), url(/media/4wegselw/305301338_536606218467430_2639384553311096109_n.jpg);
    background-position: center;
    background-size: cover;
}

section#get-quote {
        background: linear-gradient(to top, rgba(33, 37, 41.5), rgba(33, 37, 41, .5)), url(/media/4ynnkfno/pool-table-2.jpg);
    background-position: center;
    background-size: cover;
}