* {
    box-sizing: border-box;
}

body {
 font-family: "Poppins", sans-serif;
 overflow-x: hidden !important;
}

.navbar {
    background: transparent !important;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.navbar-nav .nav-link {
    color: #434343 !important;
    font-weight: 500;
    margin-right: 30px;
}
.navbar-toggler {
    border-color: #434343 ;
}

.new-cbtn {
    background: linear-gradient(to right, #166D9C, #06A4CD);
    color: white !important;
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-style: none;
    text-decoration: none;
}
.new-cbtn:hover {
    opacity: 0.9;
}

.home-top {
    width: 100%;
    height: 100vh;
    background-color: #F0FAFD;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0.5 rem;
}

.top-text {
    color: #20497E;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.second-text {
    color: #434343;
    font-weight: 600;
    font-size: 30px;
    margin-top: 16px;
}
.marquee {
    background: #20497E;
    padding: 20px;
}

.marquee img {
    height: 100px;
    margin-right: 25px;
}

.section-custom {
    margin: 40px 0;
}

.title-c {
    font-weight: bold;
    color: #CBE54E;
    font-size: 28px;
    margin-bottom: 25px;
}

.text-c {
    color: #434343;
}

.img-con {
    height: 150px;
    width: 150px;
    border: 4px solid #04ABD3;
    border-radius: 25px;
    padding: 25px;
    margin: 0 auto;
}

.img-con img {
    height: 100%;
    object-fit: contain;
}

.module-title {
    color: #04ABD3;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.blue-section {
    background-color: #F0FAFD;
    padding: 25px 8px;
    margin-top: 40px;
}

.service {
    height: 250px;
    position: relative;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 25px;
}
.service:before {
    content: '';
    position: absolute;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #20497ebf;
}

.service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.service p {
    position: absolute;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.scrolled {
    background: white !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.testimonials {
    margin-top: 40px;
    text-align: center;
}

.testimonial-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.testimonial {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 410px;
    transition: 0.3s ease-in-out;
}

.testimonial:hover {
    transform: translateY(-5px);
}

.testimonial-content p {
    font-size: 18px;
    color: #434343;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #04ABD3;
    margin-bottom: 10px;
}

.testimonial-author h4 {
    font-size: 16px;
    font-weight: 600;
    color: #20497E;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
}

footer {
    background: #20497E;
    padding: 25px;
}

.footer-text {
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.footer-menu li a:hover {
    color: #fff;
    text-decoration: none;
    margin-left: 8px;
}

.stars {
    font-size: 30px;
    color: #FFC107; /* Gold color for stars */
    margin-top: 8px;
}

.c-name {
    font-weight: 600;
    color: #20497E;
    font-size: 25px;
    margin-bottom: 4px;
}

.c-poition {
    text-transform: uppercase;
    color: #d1e86c;
    margin-bottom: 8px;
    font-size: 18px;
}