*{
margin: 0;
padding:0;
}

h1,h2,h3,h4{
    font-family: "Jost", sans-serif;
}

p{
    font-family: "Jost", sans-serif;
}
.navbar-brand img {
    width: 100%;
    filter: brightness(0) invert(1);
    height: 100%;
}   
@media (min-width: 1300px) {
    .container {
         max-width: 1200px;
    }
}
nav.bg-nav-custom {
    background: #385f96;
}
header.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 999;
}

.header .nav-link {
    font-weight: 500;
    margin-left: 12px;
    color: #fff;
    font-size: 18px;
}
li.nav-item .nav-link.active {
    color: #39b3d7;
}

.header .nav-link:hover {
    color: #39b3d7;
}

.hero-section {
    background: #385f96;
    color: #fff;
    padding: 124px 0px 32px;
    position: relative;
}

.hero-section h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}
.hero-section span.banner {
    font-family: "Comic Sans MS", "Lucida Handwriting", cursive;
    font-size: 24px;
}
.hero-section a.btn {
    background-color: #39aad7;
    color: #fff;
    width: 184px;
    border: 0px;
    animation: float 4s ease-in-out infinite;
}
.hero-section a.btn:hover {
    background-color: #238fb9;
}
        
.hero-section p {
    font-size: 18px;
}

.hero-badge {
    font-style: italic;
    font-size: 0.95rem;
    opacity: 0.9;
}

.hero-img {
    max-width: 100%;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }
}
section.about {
    padding: 90px 0px;
}
section.about .abt-image {
    width: 400px;
    overflow: hidden;
    margin: 0 auto;
}

section.about .abt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin-top: 20px;
    background: #385f96;
    width: 184px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 8px;
    font-weight: 600;
}
section.about .abt-cont h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 18px;
}
section.about .abt-cont p {
    font-size: 18px;
    line-height: 26px;
}
.abt-cont
{
    padding: 0px 40px;
}
section.services-sec {
    background: #39b3d71c;
    padding: 90px 0px;
}
.service-row > div {
    margin-bottom: 20px;
}
section.services-sec .service-icon {
    width: 84px;
    min-height: 112px;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}
section.services-sec .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.services-sec .card-body {
    background: #385f96;
    color: #fff;
    border-radius: 8px;
    padding: 34px 20px;
}
section.services-sec h5.service-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
section.services-sec .srvc-sec-descr {
    font-size: 21px;
    width: 62%;
    margin: 0 auto;
    line-height: 25px;
}
section.services-sec .srvc-sec-title {
    font-size: 44px;
    font-weight: 700;
}
section.services-sec .card {
    border: none;
}        
.bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bullets li {
    position: relative;
    padding: 12px 15px 12px 45px;
    margin-bottom: 12px;
    background: #f0f8ff;
    border-left: 4px solid #385f96;
    border-radius: 6px;
    font-weight: 500;
    color: #385f96;
    font-size: 14px;;
    transition: all 0.3s ease;
}
.bullets li::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: #385f96;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
}

.bullets li:hover {
    background: #e2efff;
    transform: translateX(5px);
}
footer.site-footer {
    background: #385f96;
    padding: 44px 0px;
    color: #fff;
}
/* bullet */
footer ul.slinks {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 0px;
}

footer ul.slinks li a {
    color: #fff;
    font-size: 32px;
}

footer ul.slinks li {
    list-style-type: none;
}

footer .copyright p {
    margin-bottom: 0;
}

footer .footer-cont h3 {
    font-size: 38px;
}
.abt-cont p
 {
    margin-bottom: 44px;
}
ul.bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
ul.bullets li {
    width: 48%;
}
section.contact-section {
    padding: 48px 0px;
    background: #385f96;
    border-bottom: 2px solid #e1dbdb;
}
.contact-form h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
.contact-info h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}
.contact-info .info-item h6 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-info .info-item {
    border-left: 4px solid #fff;
    border-radius: 8px;
    padding: 12px 22px;
}
.contact-info .info-item p {
    margin: 0px;
    color: #fff;
    font-weight: 500;
}
.contact-info .info-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
section.parallax-sec {
    background: aliceblue;
    padding: 64px 0px;
}
section.parallax-sec .parallax-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.parallax-sec .para-cont h4 {
    font-size: 42px;
    font-weight: 600;
}
section.parallax-sec .para-cont p {
    font-weight: 500;
    font-size: 18px;
}
.submit-btn
 {
    background: #39aad7;
    color: #fff;
    border: none;
}
.submit-btn:hover {
    color: #fff;
    border: 2px solid #fff;
}


.footer-cont-center {
    justify-content: center;
}

/*mobile*/
.bg-nav-custom{
    background:#fff;
}

.navbar-nav .nav-link{
    color:#fff;
    padding:12px 18px;
}

.navbar-nav .nav-link.active{
    color:#38bdf8;
}

/* Mobile navbar design */
@media (max-width: 991px){
    .navbar-collapse{
        background:#39aad7;
        margin-top:12px;
        border-radius:12px;
        padding:15px;
        box-shadow:0 10px 25px rgba(0,0,0,.4);
    }
    span.navbar-toggler-icon {
        display: inline-block;
        background-image: url(../images/hamburger.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 28px;
        height: 28px;
    }

    .navbar-nav{
        gap:8px;
    }

    .navbar-nav .nav-link{
        background:#39aad7;
        border-radius:8px;
        transition:.3s;
    }

    .navbar-nav .nav-link:hover{
        background:#1e293b;
        padding-left:22px;
    }
    button.navbar-toggler {
        background: #fff;
    }
    li.nav-item .nav-link.active {
    color: #0d428d;
   }
   .hero-section {
    padding: 170px 0px 32px;
    }
    .hero-section h1
     {
        font-size: 52px;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 14px;
    }
    section.about .abt-image {
    padding-right: 22px !important;
    }
    section.services-sec .srvc-sec-descr {
        width: 100%;
    }
    ul.bullets li {
        width: 100%;
    }
}
