html {
  scroll-behavior: smooth; /* enables smooth scrolling */
}
#logo-outer {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
img#logo {
    display: inline-block;
    background: #ffffffd6;
    border-radius: 10px;
    padding: 10px 30px;
}
.block-text {
    min-height: 130px;
}
#phone-btn {
    color: #000;
}
#phone-btn:hover {
    color: hsl(var(--accent));
}
div#wrapper {
    max-width: 100%;
    overflow-x: hidden;
}
input#wantAnalysis {
    accent-color: #11446f;
}
form#contactForm.loading {
    opacity: .4;
}
form#contactForm.loading * {
    cursor: wait;
}
#mob-submit-btn {
    display: none;
}
@media screen and (max-width: 1100px) {   
    .block-text {
        min-height: 170px;
    }
}
@media screen and (max-width: 1024px) {   
    .block-text {
        min-height: 110px;
    }
}
@media screen and (max-width: 768px) {   
    .block-text {
        min-height: 10px;
    }
}
@media screen and (max-width: 530px) {    
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    #contact-form .grid {
        display: block;
    }
    div#contactFormOuter {
        margin-bottom: 35px;
    }
    #form-submit-btn {
        display: none;
    }
    #mob-submit-btn {
        display: block;
        width: 100%;
        background-color: #11446f;
        color: #fff;
        font-weight: 600;
        padding: 12px;
        border-radius: 8px;
        border: none;
        font-size: 12px;
        text-align: center;
    }
    .bg-hero-gradient .grid {
        display: block;
    }
    .bg-hero-gradient .py-20 {
        padding-bottom: 8rem;
    }
    .bg-hero-gradient .py-20 .relative {
        margin-top: 3rem;
    }
    .bg-hero-gradient .grid > .items-center {
        margin-bottom: 1rem;
    }
    footer .flex {
        display: block;
        margin-top: 30px;
    }
    .bg-hero-gradient .py-20 .relative span.text-foreground {
        text-align: left;
        padding-right: 10px;
    }


}