body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

/* Navbar */
.navbar {
    background: #ffffff;
    border-radius: 40px;
    margin: 15px auto;
    width: 90%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.navbar-nav .nav-link {
    margin: 0 10px;
    color: #555;
}

.btn-green {
    background: #7cc043;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
}

/* Hero */
.hero {
    background: linear-gradient(180deg,#0469BC,#ffffff);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.hero h1 {
    font-weight: 600;
    font-size: 3.75rem;
}

.hero p {
       opacity: 1;
    font-size: 1.25rem;
    font-weight: 100;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero img {
    /* max-height: 350px; */
    margin-top: 30px;
}

/* About */
.section {
    padding: 60px 0;
    text-align: center;
    padding-top: 10px;
}

.section p {
  color: #263644;
    max-width: 1190px;
    margin: auto;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    font-weight: 400;
    letter-spacing: .2px;
}

/* Services */
.service-card {
    border-radius: 15px;
    padding: 20px;
    background: #f5f5f5;
    transition: 0.3s;
}
.service-card h6 {
    color: #133E61;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: .75rem;
}
.service-card.dex {
    background-color: #F9EEE6;
}
.service-card.pure {
    background-color: #EDF5E4;
}
.service-card.dme {
    background-color: #F2F7FF;
}
.service-card:hover {
    transform: translateY(-5px);
}
a,a:link,a:visited {
    color: inherit;
    text-decoration: none;
}
/* CTA */
.cta {
    background: url('/mnt/data/vamm-final.png') center/cover no-repeat;
      padding: 0px;
    position: relative;
    padding-bottom: 90px;
}

.cta::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.4); */
}

.cta-box {
    position: relative;
    padding: 0px;
    border-radius: 10px;
    text-align: center;
    background-image: url(../img/service-main.png);
    height: 433px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
}
header.btm-fix {
    background: #fff;
    border-radius: 30px 0px 30px 0px;
    padding: 1.5rem;
    width: 50%;
    box-shadow: rgba(0, 0, 0, .16) 0px 3px 16px;
    position: relative;
    top: 10%;
}
header.btm-fix h5 {
    margin-bottom: 1rem;
    font-weight: 100;
}
header.btm-fix .btn-primary {
    border-radius: 50px;
    background-color: #0469BC !important;
    color: #fff !important;
}

/* Contact */
.contact-box {
    background-color: rgba(4, 105, 188, .05);
    border-radius: 10px;
    color: #133E61;
    font-size: 1.15rem;
    padding: 2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.bx2{
    background-color: rgba(229, 245, 210, .43);
}

.sec-ftr h4 {
    font-size: 36px;
    font-weight: 100;
    color: #133E61;
}
section.sec-ftr h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #133E61;
}

/* Footer */
.footer {
       background: #eef3f7;
    padding: 40px 0;
    text-align: center;
    color: #666;
    max-width: 90%;
    margin: 0px auto;
    border-radius: 20px;
    padding-bottom: 10px;
}
.footer aside {
    margin: 3rem 0px;
}
p.ftr-cnt {
    font-size: 1.25rem;
    font-weight: 100;
    line-height: 1.5;
}
img.footer-logo {
    max-width: 180px;
}

.navbar {
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    margin: 0 auto;
    border-radius: 50px;
}
a.navbar-brand {
    margin-left: 2rem;
}
.carousel-item a.btn {
    border-radius: 50px;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    padding: .75rem 2rem !important;
}
.abt-fix h2 {
    color: #295C85;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}
header.abt-fix {
    margin-top: 1.5rem;
}
.carousel-item a.btn.btn-light {
   color: #0469BC !important;
}

.carousel-item .btn-outline-light {
  
    background-color: rgba(255,255,255,.5) !important;
    color: #053F6F !important;
}
.carousel-item .btn-outline-light:hover {
  
    background-color: rgba(255,255,255,1) !important;
}

.hero {
    padding-top: 180px; /* adjust if needed */
}
.navbar-light .navbar-nav .nav-link {
    color: #707070;
    font-weight: 600;
    font-size: 1.25rem;
}

@media screen and (max-width: 991px) {
    .navbar {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
}
.no-link{
    pointer-events: none;
}
.hero{
    padding-bottom: 40px;
}
.btn-green {
    background: #7cc043;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -33px;
}
.navbar-light .navbar-nav .nav-link{
    margin: 0px;
    font-size: 1rem;
}
a.navbar-brand {
    margin-left: 0rem;
}
.hero h1{
    font-size: 2.7rem;
}
.carousel-item a.btn{
    font-size: 1rem !important;
}
.hero img{
    max-height: 420px;
}
img.abt-logo {
    max-height: 125px;
}
.section p{
    padding: 0px 1rem;
}
.cta-box{
    height: 220px;
    background-size: contain;
}
header.btm-fix {
    background: #fff;
    border-radius: 30px 0px 30px 0px;
    padding: 1.5rem;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .16) 0px 3px 16px;
    position: relative;
    top: 20%;
}
p.ftr-cnt{
    font-size: 1rem;
    padding: 0px 1rem;
}
}

#divLargerImage
{
    display: none;
    width: 450px;
    height: 450px;
       position: fixed;
    top: calc(50% - 150px);
    left: calc(50% - 150px);
    z-index: 999999999999;
}

#divOverlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 99999;
}