body {
    font-family: 'Inter', sans-serif;
    color: #333;
}

h1, h2 {
    font-family: 'Roboto' !important;
    font-weight: 700;
    text-transform: capitalize;
    color: #1b1c1d;
}

p {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #444;
}

/* Subtle hover effect for better user interaction */
.dropdown-item {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
    color: #007bff;
}

/* Make icons a bit larger for better visual balance */
.dropdown-item i {
    margin-right: 10px;
    font-size: 1.2em;
}

/* For the 'Logout' item, you can add a slight emphasis */
.dropdown-item.text-danger:hover {
    background-color: #f8d7da;
    color: #721c24;
}

.hero-section {
    height: 70vh;
    /* background: url('../images/sports-tools\ copy.jpg') no-repeat center center; */
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-section1 {
    /* height: 70vh;
    background: url('../images/sports-tools\ copy.jpg') no-repeat center center;
    background-size: 100% 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.search-section {
    
    padding: 20px;
    color: white;
    width: 80%;
    max-width: 900px;
}
.search-section1 {
    padding: 20px;
    color: white;
    width: 100%;
    max-width: 1000px;
    text-align: center; /* Centers text inside */
    transition: 0.3s ease-in-out; /* Smooth transition effect */
}
.sport{
    font-family: Roboto;
    color: white;
}
.location {
    border-radius: 0px;
    padding: 13px;
    border: 1px solid black;
}
.meet{
    font-family: Roboto;
    color: #00ADF9 ;
}
.result{
    background-color: #fff; /* White background for better visibility */
    padding: 20px;
    border-radius: 10px; /* Smooth rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Soft black shadow */
    transition: 0.3s ease-in-out; /* Smooth hover effect */
}
.result:hover{
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
}
.nav-item{
   
    font-family: Alfa Slab One;
}

.shadow1 {
    box-shadow: 0px 4px 10px rgba(0, 173, 249, 0.5); /* Smooth shadow effect */
    border: 2px solid #00ADF9; /* Border color */
    border-radius: 10px; /* Optional: Rounded corners */
    transition: all 0.3s ease-in-out; /* Smooth hover effect */
  }
  
  .shadow1:hover {
    box-shadow: 0px 6px 15px rgba(0, 173, 249, 0.7); /* Stronger shadow on hover */
  }

.swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
}


.card-img-top {
    border-radius: 10px 10px 0 0;  /* Rounded corners for the top image */
    object-fit: cover;
    height: 200px;  /* Fixed height for the image */
}

.card-body {
    padding: 15px;
}

.rating {
    font-size: 16px;
}

.card-name {
    font-size: 18px;
    font-weight: bold;
}

.address {
    font-size: 14px;
    color: #6c757d;
}

.additional-images img {
    margin-left: 5px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* Lightbox Modal CSS  */
.image-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-modal-content {
    position: relative;
    width: 70%;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: black;
    cursor: pointer;
}



.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(355deg, #4054B200 35%, #9013FE 0%); /* Gradient background with angle and color stops */
    color: white;
    text-align: center;
    padding: 10px 10px 35px 10px;
    font-size: 24px;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000; /* Customize navigation button color */
}
.w-1001{
width:100%;
height:300px;
object-fit: cover;
}

.swiper-pagination {
    position: relative !important;;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    margin:10px;
}

.text-center1{
    font-family: 'Alfa Slab One', cursive;
    color:#00ADF9;
}

/* footer section */
.footer {
    background-color: #343a40;
    color: white;
    padding: 40px 0;
}

.footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.footer .footer-links a {
    color: #aaa;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

.footer .footer-links a:hover {
    color: #00ADF9; /* Highlight color for links */
}

.footer .footer-icons i {
    color: #00ADF9;
    margin-right: 15px;
    font-size: 24px;
}

.footer .footer-icons i:hover {
    color: #fff;
}

.newsletter {
    margin-top: 10px;
}

.newsletter .input-group {
    display: flex;
    align-items: center;
}

.newsletter input[type="email"] {
    border-radius: 25px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    flex-grow: 1; /* Makes the input take the available width */
    margin-right: 10px; /* Adds some space between the input field and the button */
}

.newsletter button {
    border-radius: 25px;
    padding: 12px 25px;
    background-color: #00ADF9;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.newsletter button:hover {
    background-color: #007bb5;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .newsletter .input-group {
        flex-direction: column; /* Stack the input and button vertically on small screens */
    }

    .newsletter input[type="email"] {
        margin-bottom: 10px; /* Adds space below the input on mobile */
    }

    .newsletter button {
        width: 100%; /* Makes the button take the full width on small screens */
    }
    .hero-section {
        height: 210vh;
        background: url('../images/sports-tools\ copy.jpg') no-repeat center center;
        /* background-size: 100% 100%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        object-fit: cover;
    }
    .swiper-button-next{
        display: none !important;
    }
    .swiper-button-prev{
        display: none !important;
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .footer .footer-links,
    .footer .footer-icons {
        margin-bottom: 20px;
    }
    .footer .newsletter input {
        width: 60%;
    }

    .footer .newsletter {
        text-align: center;
    }

}

@media (max-width: 576px) {
 

    .footer .col-md-3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .newsletter button {
        width: 100%;
    }

    .footer .col-md-3 {
        text-align: center;
        margin-bottom: 20px;
    }
}


  .breadcrumb {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
    font-size: 25px;
}

.breadcrumb-item a:hover {
    color: #0056b3;
}

/* Active Breadcrumb Styling */
.breadcrumb-item.active {
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    max-width: 200px; /* Adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Slice Effect */
.breadcrumb-item.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 100%;
    background: linear-gradient(135deg, transparent 50%, #0056b3 50%);
    transform: skewX(-30deg);
}

/* Separator */
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 10px;
    color: #6c757d;
}


/* Truncate long venue descriptions */
.text-truncate {
    max-width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20ch; /* Limits text to 20 characters */
}

/* Add spacing between elements */
.gap-3 {
    gap: 1rem;
}

/* Button styles */
.share-btn, .book-now-btn {
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

/* Hover effect for Share button */
.share-btn:hover {
    background-color: #007bff;
    color: white;
}

/* Dropdown styling */
.dropdown-menu {
    border-radius: 10px;
    padding: 10px 0;
    min-width: 180px;
}

/* Dropdown items hover effect */
.dropdown-item {
    transition: background 0.3s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Icons styling */
.bi {
    font-size: 1.2rem;
}



.modal-content {
    border-radius: 12px;
    border: none;
}

.modal-header {
    border-bottom: none;
}

.btn-close {
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}

.form-control, .form-select {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s;
}

.form-control:focus, .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.btn-success {
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-success:hover {
    background-color: #28a745;
    transform: scale(1.02);
}

.badge {
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }

    .btn-success {
        font-size: 1rem;
    }
}

/* Responsive Styling: */
@media (max-width: 767px) {
    /* For mobile screens */
    .dropdown-menu {
        min-width: 225px; /* Make dropdown menu wider for easier interaction */
    }

    /* Icons and text should scale down */
    .dropdown-item i {
        font-size: 1em; /* Slightly smaller icons for mobile */
    }
    
    /* Dropdown items should have more padding for touch devices */
    .dropdown-item {
        padding: 12px 15px;
    }
}

@media (min-width: 768px) {
    /* For larger screens (tablets and up), ensure the icons and items look good */
    .dropdown-menu {
        min-width: 250px; /* Wider dropdown for larger screens */
    }

    .dropdown-item i {
        font-size: 1.3em; /* Larger icons for desktops */
    }
}


.col-md-2 {
    text-align: center;  /* Center everything in the column */
}

.col-md-2 img {
    width: 100%; /* Makes sure image takes full width of the column */
    height:200px;
    object-fit: contain;
}



/* Add some space below the icon */
.col-md-2 .text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.time{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

/* Hover effect for icons and images */
.col-md-2:hover .bi {
    color: #343a40;
    transform: scale(1.1);
    transition: 0.3s ease;
}

.col-md-2:hover img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}
.social-btn i {
    color: rgb(125, 27, 216);
}
.social-btn:hover {
    opacity: 0.8;
}

.register-now {
    color: #1d3f68;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.toggle-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    font-size: 16px;
}

.modal.fade .modal-dialog {
    transform: translateY(-10%);
    transition: transform 0.3s ease-out;
  }
  .modal.show .modal-dialog {
    transform: translateY(0);
  }

  /* Input field animations */
  .form-control:focus {
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  }

  /* Toggle switch styling */
  .form-switch .form-check-input {
    cursor: pointer;
    transition: 0.3s;
  }
  .form-switch .form-check-input:checked {
    background-color: #007bff;
  }

  /* Social login buttons */
  .social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: 0.3s;
  }
  .social-btn:hover {
    transform: scale(1.1);
  }


