body {
    font-family: Poppins, sans-serif;
}

.demo {
    background-image: url("/new_theme/images/footer-image.jpg");
}

.gsg {
    color: #a5cd39;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
}

.carousel-indicators .active {
    background-color: #0099ff;
}

.carousel-image {
    object-fit: cover;
    width: 100%;
    height: 40vh;
    /* Default height for mobile */
}

.carousel2-image {
    object-fit: cover;
    width: 100%;
    height: 40vh;
    /* Default height for mobile */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .carousel-image {
        height: 50vh;
    }

    .carousel2-image {
        height: 50vh;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel-image {
        height: 60vh;
    }

    .carousel2-image {
        height: 30vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-image {
        height: 70vh;
    }

    .carousel2-image {
        height: 40vh;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-image {
        height: 80vh;
    }

    .carousel2-image {
        height: 40vh;
    }
}

/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .carousel-image {
        height: 85vh;
    }

    .carousel2-image {
        height: 45vh;
    }
}

/* For very small mobile devices (below 400px) */
@media (max-width: 400px) {
    .carousel-image {
        height: 35vh;
    }

    .carousel2-image {
        height: 35vh;
    }
}

@media (max-width: 400px) {
    p.binduRajesh {
        color: #07294d !important;
    }
}

/* Landscape orientation for mobile devices */
@media (max-height: 500px) and (orientation: landscape) {
    .carousel-image {
        height: 90vh;
    }

    .carousel2-image {
        height: 90vh;
    }
}

.sticky-wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tooltip-container {
    display: none;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    /* Adjust the maximum width as needed */
    padding: 8px;
}

.announcement-info h4 a {
    margin-top: 300px !important;
}
