html {
    scroll-behavior: smooth;
}

body,
ul,
li,
p,
a,
label,
input,
div {
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0.1em;
}

#templatemo_main_nav a {
    font-size: 14px !important;
}

.logo img {
    width: 150px;
}

.max-w-100 {
    max-width: 100% !important;
}

.ah-banner {
    position: relative;
}

.ah-banner img.banner-logo {
    position: absolute;
}

/* Default image for desktop */
.banner-image {
    content: url('/assets/img/banner_img_01.jpg');
}

/* For mobile screens (max-width: 768px) */
@media (max-width: 768px) {
    .banner-image {
        content: url('/assets/img/banner_img_01_m.jpg');
    }
}

.templatemo-accordion a.h3 {
    color: #000;
    background-color: #ececec;
    padding: 10px 20px;
    font-size: 16px !important;
    margin-bottom: 2px !important;
}




.contact-link {
    color: #6b7280;
    
    text-decoration: none;
}

.contact-link:hover {
    color: #4b5563;
    text-decoration: underline;
}