
body{
    font-family: "DM Sans", sans-serif;
}
.main-container{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.lh-0{
    line-height: 0 !important;
}

.btn{
    border-radius: 12px;
    padding: 8px;
}

.section{
    padding: 25px 0;
}

.banner-section{
    background: #A30092;
}

.banner-bg {
    background: url("../images/ahp-icon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.25;
    padding: 80px 0;
}

.logo{
    width: 120px;
}

.sticky-top .logo {
    width: 50% !important;
}

.topnav.sticky-header {
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    z-index: 99;
    background: #0000004f;
    border-bottom: 1px solid #424242;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    width: 100%;
    box-shadow: 0 0px 8px #0000000d;
    z-index: 999;
}

.sticky-top {
   position: sticky;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    z-index: 99;
    padding: 0;
    width: 100%;
    background: white;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}

.sticky-top .card {
    box-shadow: none;
    background: transparent;
}

.card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
}
.logo-card {
    margin-top: -75px;
}

.title {
    font-size: 28px;
    font-weight: 600;
}
.icon{
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #E9E9E9;
    color: black;
    font-size: 20px;
}

.icon i{
    line-height: 0;
}

.location-map iframe {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.bottom-nav {
    box-shadow: 0px -2px 13px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 767px){
    .title {
        font-size: 22px;
    }
    .icon {
    height: 40px;
    width: 40px;
    font-size: 16px;
}
}
@media screen and (max-width: 479px){
    .main-container{
        max-width: 100%;
    }
}




