* {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.bg-primary {
    background-color: #084d92 !important;
}

.text-primary {
    color: #084d92 !important;
}

.logo {
    width: 11%;
}
/* add logo keyframe to rotae infinite */
@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner {
    background-image: url(../images/header-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
}

.carousel-inner {
    height: 300px;
}

.card {
    box-shadow: 4px 5px 14px 0px #9baab0cf;
}

footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes upDownAnimation {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.animatedUpDown {
    animation: upDownAnimation 3s ease-in-out infinite;
}

.font {
    font-size: 3rem;
}

.active {
    color: #084d92 !important;
    font-weight: 700;
}

.banner-text {
    font-family: 'Lato', sans-serif;
    letter-spacing: 5px;
    font-size: 3.2rem;
    text-align: center;
}

.contactus {
    background: linear-gradient(to right, #26559b38, #084d92);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactbox {
    box-shadow: 0px 0px 12px 0px #00000040;
}

.contactbox .login_form {
    padding: 3rem;
}

.form-control {
    border: 0;
    border-bottom: 3px solid #11499E;
    border-radius: 0;
}

.form_button {
    background-color: #11499E;
    color: #000;
}

.navbar-toggler {
    background-color: #11499E;
}

.navbar-brand {
    display: contents;
}

.Copyright {
    color: #f0ffffd6;
}

.nav-link:hover {
    color: #084d92 !important;
    font-weight: 400;
}

.service-card {
    text-align: center;
    padding: 0.8rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.5rem;
    background: white;
    border: 1px solid #e9ecef;
    cursor: pointer;
}

/* .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */
.new-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #084d92;
    font-size: 2rem;
    margin: 0 auto 10px;
}

.service-card h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
}

.service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.circle-image {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    border: 3px solid #fff;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    animation: rotateCircle 110s linear infinite;
}

.circle-image:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .logo {
        width: 15%;
    }

    .circle-image {
        width: 300px;
        height: 300px;
    }

    .banner-text {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 992px) {
    .logo {
        width: 18%;
    }

    .circle-image {
        width: 250px;
        height: 250px;
    }

    .banner-text {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 22%;
    }
     .active {
    color: #fff !important;
    font-weight: 700;
}
 #navbarNav {
        background-color: #89b0d7 !important;
        padding: 1rem;
        z-index: 1080;
    }
    .banner {
        /* height: 40vh; */
        height: 14vh;

    }

    .box {
        margin-top: 8%;
    }

    .banner-text {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }

    .service-card h4 {
        font-size: 1.1rem;
    }

    .service-card p {
        font-size: 0.85rem;
    }

    .circle-image {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {
    .img{height: auto!important;}
    .active {
    color: #fff !important;
    font-weight: 700;
}
    .logo {
        width: 25%;
    }

    .banner {
        /* height: 50vh; */
        height: 20vh;
    }

    .box {
        margin-top: 12%;
    }

    .banner-text {
        font-size: 1.5rem;
    }

    .circle-image {
        width: 150px;
        height: 150px;
    }

    #navbarNav {
        background-color: #89b0d7 !important;
        padding: 1rem;
        z-index: 1080;
    }
}

.site-footer {

    color: #fff;
    text-align: center;
    padding: 2.5rem 2rem;
}

.site-footer h3 {
    margin-bottom: 1rem;
}

.site-footer p {
    margin-bottom: 0rem;
}

.btn-white {
    background-color: white;
    border-color: white;
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    color: var(--primary-dark);
    margin-top: 2%;
    border: 0px;
}

 .img {
    width: 100%;
    height: 700px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-outline-primary:hover{
    color: #fff;
    border-color: #084d92;
    background-color: #084d92;
}
.btn-outline-primary{
    color: #084d92;
    border-color: #084d92;
}