body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: white;
}

.heading{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 45px;
}

.logo .text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
}



.nav-a a{
    font-size: 1.6vmax;
    text-align: center;
}

.collapse ul li{
    padding-left: 4.5vw;
    text-transform: none;
    font-size: 16px;
}

.collapse ul li a{
    font-weight: 500;
}
.hero{
    background-color: #3349A5;
    color: white;
    padding: 5vw;
    
}

.hero h1{
    font-size: 35px;
}

.hero p{
    font-size: 16px;
}

h1, h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.about-info{
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 16px;
}

.why-exist{
    padding-left: 8vw;
    padding-right: 8vw;
}

.about-bg-img{
    background-image: url("img/nguy-n-hi-p-2rNHliX6XHk-unsplash.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: inset 0 10px 250px 10px rgba(0, 0, 0, 0.5);
    background-size: cover;
    display: flex;
    border-radius: 10px;
    height: 20vw;
    margin: 0 auto;
    justify-content: center;
}

.content h3{
    display: block;
    color: white;
}
.content p {
    font-size: 0px;
    padding-bottom: 0px;
    margin: 0%;
}

.content:hover h3{
    font-size: 0;
}
.content:hover p{
    display: block;
    font-size: larger;
}

.content:hover .about-bg-img{
    background:rgba(40, 127, 67, 1);
    color: white;
}

.services i{
    padding-bottom: 20px;
    font-size: 100%;
}
.services ul li{
    font-size: xx-small;
    list-style-type: circle;
    padding-right: 15px;
    font-size: 1.3rem;
}

.bg-green{
    background-color: rgb(40, 127, 67);
}

.bg-green ul li{
    padding: 5px;
}

.services-para{
    font-size: medium;
}

#inner-box ul li{
    font-size: 1.3rem;
}

@media (min-width: 450px) {
    .logo img{
        width: 75%;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 766.98px) {
    .logo .text{
        font-size: 14px;
    }
    .hero h1{
        font-size: 26px;
    }
    
    .hero p{
        font-size: 16px;
    }
    .content h3, .services h3{
        font-size: 32px;
    }
    .content:hover p{
        font-size: 13px;
    }
    .about-bg-img{
        height: 45vw;
    }

    .about-info{
        padding: 0;
    }

    .content:hover h3{
        display: none;
    }
    .services i{
        font-size: 30px;
    }
    .services p{
        font-size: 16px;
    }
    .more-services{
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 767.98px) {
    .logo .text{
        font-size: 32px;
    }
    .hero p, .about-info{
        font-size: 20px;
    }
    .services i{
        font-size: 30px;
    }
    .services p{
        font-size: 16px;
    }
    .logo img{
        width: 50%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .content h3{
        font-size: 42px;
    }
    .content:hover p{
        font-size: 16px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1400px) {
    .logo .text{
        font-size: 30px;
    }
    .hero h1{
        font-size: 25px;
    }
    
    .hero p{
        font-size: 16px;
    }
    .content h3{
        font-size: 32px;
    }
    .content:hover p{
        font-size: 13px;
    }
    .about-bg-img{
        height: 20vw;
    }

    .about-info{
        padding: 0;
    }

    .content:hover h3{
        display: none;
    }
    .content:hover p{
        font-size: 14px;
    }
    .logo img{
        width: 100%;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1401px) {
    .hero h1{
        font-size: 3vw;
    }
    
    .hero p{
        font-size: 20px;
    }
    .why img{
        width: 100px;
        height: auto;
    }
    .logo img{
        width: 75%;
    }
}




#testimonials .card {
    color: #fff;
    border: none;
    border-radius: 10px;
    background-color: #3349A5;
}


#testimonials .card img {
    object-fit: cover;
}

#regulatory-bodies img {
    max-width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

#regulatory-bodies img:hover {
    filter: grayscale(0%);
}

.partner-logo {
    max-height: 100px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}


form.p-4 {
    padding: 2rem;
    margin: 2rem auto;
    max-width: 600px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

form .form-label {
    font-weight: bold;
    color: #3349A5;
}

form .btn-primary {
    background-color: #3349A5;
    border: none;
}

form .btn-primary:hover {
    background-color: #2a3d8f;
}

form .btn-outline-success {
    border-color: #3349A5;
    color: #3349A5;
}

form .btn-outline-success:hover {
    background-color: #3349A5;
    color: #fff;
}

/* Footer Styling */
footer.hero {
    padding: 3rem 1rem;
    color: #fff;
}

footer h5 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

footer p, footer ul li {
    font-size: 0.9rem;
    line-height: 1.6;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer .table {
    color: #fff;
    font-size: 0.9rem;
}

footer .table td {
    padding: 0.3rem;
}

footer .text-center {
    /* font-size: 0.85rem; */
    /* margin-top: 2rem; */
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}