#carouselExampleIndicators {
    margin-left: 50px;
    margin-top: 25px;
    margin-right: 50px;
    position: relative;
    border: 5px solid transparent;
    border-image: linear-gradient(45deg, #ff5733, #33ff57);
    border-image-slice: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
#hyderabad-carousel img { 
    filter: blur(0px);
}



.carousel-inner {
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    -webkit-text-fill-color: #ffffff;
    /* Set the height to 500 pixels */
}
body > div > a,
body > div > p,
body > div > ul > li {
    text-align: justify;
    text-decoration: none;
    line-height: 2;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;

}
/* .overlay-text h1 {
    font-size: 1000px; /* Adjust size as you like */
}

.overlay-text p {
    font-size: 24px; /* Adjust size as you like */
} */
  
  @keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

 { box-sizing: border-box; } 
        .body { font-family: Arial, sans-serif; }
        .carousel-container { position: relative; width: 80%; margin: auto; overflow: hidden; }
        .carousel-slide { display: none; width: 100%; }
        .carousel-slide img { width: 100%; }
        .active { display: block; }
        .prev, .next { position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; padding: 10px; background: rgba(0, 0, 0, 0.5); color: white; border: none; }
        .prev { left: 10px; }
        .next { right: 10px; }
/* * { box-sizing: border-box; }
        body { font-family: Arial, sans-serif; border: 8px solid transparent;
            border-image: linear-gradient(45deg, #07d723, #d00b22);
            border-image-slice: 1;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);}
        .carousel-container { position: relative; width: 70%; margin: 10px auto; overflow: hidden; border-radius: 20px;}
        .carousel-slide { display: none; width: 100%; height: 350px; }
        .carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
        .active { display: block; } */
        
.card {
    margin-bottom: 50px;
    box-shadow: 2px 3px 4px 5px rgba(237, 86, 11, 0.1);
    border: none;
    border: #5115de;
}

/* Default card styling */
.card {
    background-size: cover; /* Ensures the image covers the card */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
    color: white; /* Ensures text readability */
    border-radius: 10px;
    padding: 20px;
    position: relative;
    min-height: 250px; /* Adjust height if necessary */
}

/* Overlay for better readability */
.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    border-radius: 10px;
}

/* Ensuring text appears above overlay */
.card-body {
    position: relative;
    z-index: 1;
}

/* Assigning different background images to each card */
.track-1 { background-image: url('https://i.pinimg.com/736x/8c/69/a0/8c69a0c899bfb5254633395a9017be79.jpg'); }
.track-2 { background-image: url('https://media.istockphoto.com/id/1403500817/photo/the-craggies-in-the-blue-ridge-mountains.jpg?s=612x612&w=0&k=20&c=N-pGA8OClRVDzRfj_9AqANnOaDS3devZWwrQNwZuDSk='); }
.track-3 { background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS_bB7pNAE3VFwMHLAPXJMzwYvoIxr38OJ8GA&s'); }
.track-4 { background-image: url('https://thumbs.dreamstime.com/b/environment-earth-day-hands-trees-growing-seedlings-bokeh-green-background-female-hand-holding-tree-nature-field-gra-130247647.jpg'); }
.track-5 { background-image: url('https://media.istockphoto.com/id/471926619/photo/moraine-lake-at-sunrise-banff-national-park-canada.jpg?s=612x612&w=0&k=20&c=mujiCtVk5QA697SD3d8V8BGmd91-8HlxCNHkolEA0Bo='); }
.track-6 { background-image: url('https://images.pexels.com/photos/158063/bellingrath-gardens-alabama-landscape-scenic-158063.jpeg?cs=srgb&dl=pexels-pixabay-158063.jpg&fm=jpg'); }
.track-7 { background-image: url('https://static.vecteezy.com/system/resources/thumbnails/036/226/872/small/ai-generated-nature-landscapes-background-free-photo.jpg'); }
.track-8 { background-image: url('https://cdn.pixabay.com/photo/2024/05/26/10/15/bird-8788491_1280.jpg'); }
.track-9 { background-image: url('https://media.istockphoto.com/id/1317323736/photo/a-view-up-into-the-trees-direction-sky.jpg?s=612x612&w=0&k=20&c=i4HYO7xhao7CkGy7Zc_8XSNX_iqG0vAwNsrH1ERmw2Q='); }
.track-10 { background-image: url('https://t4.ftcdn.net/jpg/02/56/10/07/360_F_256100731_qNLp6MQ3FjYtA3Freu9epjhsAj2cwU9c.jpg'); }
.track-11 { background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ8o7SEaOtu3s1wu2h1A3s6sdjfe0j-zXKjkg&s'); }
.track-12 { background-image: url('https://img.freepik.com/premium-photo/wide-angle-shot-single-tree-growing-clouded-sky-sunset-surrounded-by-grass_181624-22807.jpg'); }


@media only screen and (max-width: 768px) {
    .navbar-brand {
        white-space: wrap;
    }
}
/* General Reset */
body, html {
    margin: 0;
    padding: 0;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    scroll-behavior: smooth; /* Smooth scrolling effect */
    background: radial-gradient(circle,  rgb(134, 235, 149), rgb(110, 238, 238), lightblue);
    height: 100vh; /* Ensures full-page coverage */
    margin: 0;
    

}

/* Sticky Navbar */
.navbar {
    position: sticky; /* Sticks to the top of the page */
    top: 0;
    z-index: 1000; /* Ensures navbar stays above all other content */
    background: linear-gradient(90deg, #4caf50, #81c784); /* Gradient background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    transition: background-color 0.3s ease; /* Smooth transition on scroll */
}

/* Navbar Brand */
.navbar-brand {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
}



.navbar-brand img {
        /* width: 200px; */
        height: 80px;
    display: block;
    max-width: 100%;
}

/* Navbar Links */
.navbar-nav {
    list-style: none;
    display: flex;
    gap: 20px; /* Space between items */
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px; /* Rounded corners for a modern look */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth hover effects */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: white;
    color: #4caf50; /* Invert colors on hover */
}

/* Navbar Toggler (Mobile) */
.navbar-toggler {
    display: none; /* Hidden by default */
    background-color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        position: absolute;
        top: 100%; /* Dropdown just below the navbar */
        left: 0;
        width: 100%;
        background: linear-gradient(90deg, #4caf50, #81c784);
        display: none; /* Hidden by default */
        gap: 0;
    }

    .navbar-nav.active {
        display: flex; /* Show dropdown menu */
    }

    .navbar-toggler {
        display: block; /* Show toggler button */
    }
}
/* Hide all sections initially */
.section {
    display: none;
}

/* Show the section when it is targeted */
.section:target {
    display: block;
}

/* Optional: Smooth scrolling */
html {
    scroll-behavior: smooth;
}
.section h2 {
    display: block;
}
:target {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: bold;
   
    width: 90%;
}
.overlay-text h1 {
    margin: 0;
    font-size: 2em;
}
.overlay-text p {
    margin: 10px 0;
    font-size: 1.2em;
}
.image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}
