.badge-heading h3 span {
    background: linear-gradient(135deg, #0a4b7c, #00bef2);
    color: #fff;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.15);
}

body {
    margin: 0;
    background: #eef6fb;
   font-family: "Poppins", sans-serif;
}
/* ============================================ */
/* ============================================ */

/*  NAVBAR */

.floating-navbar {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    background: #fff;
    border-radius: 50px;
    padding: 10px 28px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu {
    display: flex;
    gap: 22px;
}
.nav-menu a {
    text-decoration: none;
    color: #0a4b7c;
    font-weight: 500;
    font-size: 15px;
}
.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}
.call-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a4b7c;
}
/* RESPONSIVE */
@media(max-width:991px) {
    .nav-menu {
        display: none;
    }
}
/* =================================================== */
/* =================================================== */

/* FOOTER  */

 /* Footer CSS */

 /* .custom-footer {
            background: #ffffff url('assets/footer-bg.png') no-repeat center bottom;
            background-size: cover;
            color: #000;
            padding: 70px 0 30px;
            position: relative;
        } */

 .custom-footer {
   position: relative;
   background-size: cover;
   background-position: center;
   padding: 70px 0 30px;
   color: #000;
   overflow: hidden;
 }

 /* OVERLAY */
 .custom-footer::before {
   content: "";
   position: absolute;
   inset: 0;
   background: rgba(255, 255, 255, 0.88);
   /* white soft overlay */
   z-index: 1;
 }

 /* footer content upar rahe */
 .custom-footer .container {
   position: relative;
   z-index: 2;
 }


 .footer-title {
   font-weight: 600;
   margin-bottom: 15px;
 }

 .footer-address {
   text-decoration: none;
   color: #b44a1f;
 }

 .custom-footer ul {
   list-style: none;
   padding: 0;
 }

 .custom-footer ul li {
   margin-bottom: 8px;
 }

 .custom-footer ul li a {
   color: #b44a1f;
   text-decoration: none;
 }

 .custom-footer ul li a:hover {
   text-decoration: underline;
 }

 .newsletter-box input {
   width: 100%;
   padding: 10px 15px;
   background: transparent;
   border: 1px solid #8fd3c1;
   color: #fff;
 }

 .social-icons a {
   display: inline-flex;
   width: 40px;
   height: 40px;
   background: #b44a1f;
   color: #fff;
   border-radius: 50%;
   align-items: center;
   justify-content: center;
   margin-right: 10px;
   font-size: 18px;
 }

 .app-btns img {
   height: 40px;
   margin-right: 10px;
   margin-top: 10px;
 }

 .footer-bottom {
   font-size: 14px;
   opacity: 0.8;
 }

 .footer-bottom a {
   color: #b44a1f
 }

 /* ====================================================== */
 /* ====================================================== */

/* button css  */
.main-btn {
      background: #fff;
    color: #0a4b7c;
    border: none;
    border-radius: 30px;
    box-shadow: 0px 1px 6px 0px rgb(158 129 254 / 17%);
    border-bottom: 5px solid rgb(204 183 254 / 59%);
    padding: 12px 28px;
    font-weight: 600;
    font-size: 15px;
    transform: translate(0, -3px);
    cursor: pointer;
    transition: 0.2s;
    transition-timing-function: linear;
    text-decoration: none;
}
.main-btn:hover {
    background-color: rgba(227, 211, 245, 0.736);
}
.main-btn:active {
    transform: translate(0, 0);
    border-bottom: 2px solid rgba(227, 211, 245, 0.829);
}

/* ===================================================== */
/* ===================================================== */