
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



body {
    font-family: 'Poppins';
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
         url('fonts/Poppins-Regular.woff') format('woff'),
         url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        animation: fadeIn 0.3s ease-in-out;
    }
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0px); }
}
img{width: 100%; height: auto;}
p{color: #474747;

font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 190.909% */
letter-spacing: 0.22px;}
h2{color: #000;
font-family: Poppins;
font-size: 54px;
font-style: normal;
font-weight: 300;
line-height: 60px;
letter-spacing: 0.6px;}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-item:hover {
    background-color: #f8f9fa;
}
.red{
    color: #fff!important;
}


/* Ensure navbar is inside the banner */
        .navbar {
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 10;
            padding: 15px 0px;
            border-bottom: 1px solid #fff;
        }

        .navbar .logo {
            font-size: 1.5rem;
            font-weight: bold;
            color: white;
        }

        .navbar nav ul {
            list-style: none;
            display: flex;
            padding: 0;
            margin: 0;
        }

        .navbar nav ul li {
            margin: 0 15px;
        }

        .navbar nav ul li a {
            text-decoration: none;
            color: white;
            font-size: 1rem;
            transition: 0.3s;
        }

        .navbar nav ul li a:hover {
            color: #f4b400;
        }

        .banner {
            position: relative;
            width: 100%;
            height: 100vh;
            background: url('https://dev.z-aksys.net/SPRV/assets/images/sprv-banner.png') no-repeat center center/cover;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        /* Ensure the overlay is behind all elements */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }

        .content {
            position: relative;
            z-index: 1;
        }
        .nav-link{color: #fff;}
.introSection .row{align-items: center;}
.introSection{padding: 3rem 0;}
.introthumb img{border-radius: 10px;}



.blogWrap {
    padding: 3rem 0 5rem;
}
.blog-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0 5px;
    justify-content: center;
}
.blog-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 3px 15px 0px #52525230;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    width: 31.9%;
    text-align: left;
    margin-top: 20px;
}
.blog-content{
    padding: 18px 15px 5px;
}
.blog-content h3{
    font-size: 17px;
    color: #000;
    font-family: Poppins;
    line-height: normal;
}
#blogAnchor{
    color:#000;
    text-decoration: none;
}
.blogDt{
    font-size: 12px;
    color:#949494;
    padding: 10px 0;
}
.blog-content p{
    font-size: 14px;
    line-height: 24px;
}
.blogImg{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.inner-img {
transition: 0.9s;
}

.inner-img:hover {
transform: scale(1.1);
}
@media (max-width: 1399px) {
    .blog-container {
        gap: 22px !important;
        justify-content: center;
    }
    .blog-card {
        width: 28.9% !important;
    }
}
@media (max-width: 768px) {
    .blog-container {
        gap: 12px !important;
    }
    .blog-card {
        width: 45.9% !important;
    }
}
@media (max-width: 600px) {
    .blog-container {
        gap: 0px !important;
    }
    .blog-card {
        width: 100% !important;
    }
}
.blog-load-btn .button-load {
    border-radius: 5px;
    background: #005153;
    border: navajowhite;
    padding: 15px 34px;
    color: #fff;
    margin: 45px auto 0;
    width: 20%;
    text-align: center;
    text-decoration: none;
}
.unique-load-more {
    background-color: #005153;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 14px 70px;
    margin-top: 80px;
}