body {
    background: linear-gradient(to bottom, #fff6fc, #fff);
    min-height: 100vh;
    font-family: 'Segoe UI', sans-serif;
}


.top-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.heading {
    position: relative;
    height: 670px;
    overflow: hidden;
    text-align: center;
    color: white;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.heading .heading-name {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
}

.heading-name h1,
.heading-name p {
    animation: fadeUp 2s ease-out forwards;
    opacity: 0;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        color: #000;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        color: #fff;
    }
}


.heading h1 {
    position: relative;
    z-index: 1;
    padding-top: 170px;
    color: black;
}

.click h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 364px;
    /* adjust width */
    height: 2px;
    /* line thickness */
    background-color: #340a0a;
    /* line color */
    border-radius: 2px;
    /* optional for rounded ends */
}


.card-body {
    width: 220px;
}

.info h5 {
    color: white;
}

.services h5 {
    font-weight: bold;
}

/* .bg-image img {
    width: 500px;
    height: 500px;
} */

.marquee-container {
    font-size: 18px;
    /* Increase as needed */
    font-weight: bold;
    color: rgb(24, 24, 24);
    background-color: rgb(243, 242, 242);
    /* Optional: for contrast */
    padding: 10px 0;
}

.data {
    padding: 7px;
    background-color: rgb(28, 68, 137);
    color: white;
}

.call {
    font-size: 1.5rem;
    margin-right: 40px;
}

.custom-navbar .call a:hover {
    color: #007bff;
    text-decoration: none;
}

.footer {
    background: linear-gradient(to bottom, #fff6fc, #fff);
    font-size: 16px;
}

.footer i {
    font-size: 40px;
    color: #333;
}

.footer a:hover {
    color: #007bff;
}




@media only screen and (max-width: 600px) {
    .heading {
        position: relative;
        height: 175px;
        overflow: hidden;
        text-align: center;
        color: white;
    }

}

.more {
    border: 2px solid #04547f;
    background-color: #04547f;
    color: #fff;
}

.more-info {
    border: 1px solid brown;
    background-color: brown;
    color: #fff;
}

.more-info:hover {
    background-color: brown;
    color: #fff;
}

@keyframes blinkColors {
    0% {
        background-color: #2f567e;
        /* Blue */
    }

    33% {
        background-color: rgb(140, 57, 57);
        /* Green */
    }

    66% {
        background-color: rgb(129, 36, 36);
        /* Purple */
    }

    100% {
        background-color: red;
        /* Back to Blue */
    }
}

.more-info {
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 8px;
    animation: blinkColors 1.5s infinite;
    transition: background-color 0.3s;
}




body {
    font-family: 'Rubik', sans-serif;
    background-color: #004d4d;
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
}

.custom-modal {
    position: relative;
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    overflow: hidden;
    border-radius: 15px;
    background-size: cover;
    background-position: center;


}

.custom-modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    /* semi-dark overlay */
    z-index: 1;
}

.custom-modal .modal-header,
.custom-modal .modal-body,
.custom-modal .text-end {
    position: relative;
    z-index: 2;
}

.custom-modal .btn-close {
    filter: invert(1);
}



.modal-body {
    color: #000;
    background-color: #fff;
}

.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.custom-modal img {
    height: 220px;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}

.card-body {
    padding: 1rem;
    background-color: #fff;
}

.card-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    color: #212529;
}

.card-text {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.more {
    background-color: #173f69;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    width: 250px;
}

.more a {
    text-decoration: none;
    color: #fff;
}

.more h5 {
    font-size: 16px;
}

.more:hover {
    background-color: #173f69;
    color: #fff;
}

.call1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 185px;
    right: 9px;
    background-image: url(../images/call2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}

.whatsapp1 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 114px;
    right: 9px;
    background-image: url(../images/whatsapp2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}