.milestone .number {
    color: black
}

.milestone .title {
    color: black
}

.home .home-content {
    top: 25%;
}

#active-asap-round-container {
    display:inline-block;
    overflow:hidden;
    margin-bottom:15px;
    border-radius:120px;
}

#active-asap-round-container img {
    height:80%;
    width:80%;
}

/* CONTACT US BUTTON STYLING */
.contact-us-button {
    background-color: #009aa8 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important; /* Rounded pill shape */
    padding: 12px 30px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(0, 154, 168, 0.3) !important;
}

.contact-us-button:hover {
    background-color: #007d87 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0, 154, 168, 0.4) !important;
}

.contact-us-button:focus,
.contact-us-button:active {
    background-color: #006b73 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0, 154, 168, 0.5) !important;
}
