#carouselExampleControls {
    max-height: 400px;
    overflow: hidden;
    margin-top: 70px;
}

.carousel-inner {
    max-height: 400px;
}

.carousel-item img {

    width: 100%;
    height: 400px;
    filter: brightness(90%);
    transition: filter 0.3s ease;
}

.carousel-item:hover img {
    filter: brightness(100%);
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #003087;
    border-radius: 50%;
    padding: 10px;
}

/* Dynamic date and time styling */
.date-time {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 48, 135, 0.8);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 10;
}



@media screen and (min-width: 300px) and (max-width: 650px) {

    #carouselExampleControls {
        max-height: 400px;
        overflow: hidden;
        margin-top: 0px;
    }

    .carousel-inner {
        max-height: 400px;
    }

    .carousel-item img {
        width: 100%;
        height: 180px;
        filter: brightness(90%);
        transition: filter 0.3s ease;
    }
}



.Advanced {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.6;
}

.Advanced strong {
    color: #003087;
}


.contact-form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}




.sticky-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.sticky-footer a {
    padding: 12px 20px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.call-now {
    background-color: #28a745;
    /* green */
}

.book-now {
    background-color: #007bff;
    /* blue */
}

@media screen and (max-width: 600px) {
    .sticky-footer {

        align-items: center;
        display: flex;
    }

    .sticky-footer a {
        width: 50%;
        text-align: center;
        margin: 5px 0;
        margin-left: 10px;
        color: white;
    }
}



.footer {
    background-color: #3596cb;
    color: white;
    padding: 2rem 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    max-width: 200px;
    height: auto;
}

.footer h3 {
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.footer .phone-icon {
    width: 16px;
    height: 16px;
    fill: white;
    margin-right: 8px;
    vertical-align: middle;
}

.footer .copyright {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
    margin-top: 2rem;
    text-align: center;
}




.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    background-color: #3596cb;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
}

.header h1 {
    margin: 0;
    font-size: 2.5em;
}

.content {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.content h2 {
    color: #3596cb;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.content ul li {
    margin-bottom: 10px;
}

.contact {
    text-align: center;
    margin-top: 20px;
}

.contact a {
    display: inline-block;
    background-color: #3596cb;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.contact a:hover {
    background-color: #2a78a0;
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 1.8em;
    }

    .content h2 {
        font-size: 1.5em;
    }
}


.elementor-element {
    border: none !important;
}


.section-header {
    background-color: #3596cb;
    padding-bottom: 20px;
    font-weight: bold;
}

.btn-primary {
    background-color: #3596cb;
}

@media (max-width: 768px) {
    .moderns {
        font-size: 13px;
        font-style: italic;
    }

    .card-title {
        font-size: 21px;
        text-decoration: none;
    }

    .list-group-item span {
        margin-left: 10px;
    }
}



.timings {
    margin-left: 300px;
}


@media (max-width: 768px) {
.timings {
    margin-left: 0px;
}
}