/* Custom styles for Aerakis Dental */

/* Disable vertical scrolling completely */
html {
    overflow-y: hidden !important;
    height: 100% !important;
    background-color: rgb(1,166,191) !important;
}

body {
    overflow-y: hidden !important;
    height: 100% !important;
    min-height: 100vh !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /*background-color: #2b7a8a !important;*/
}

/* Fix white areas on mobile overscroll */
#mainContainer {
    min-height: 100vh !important;
    background: transparent !important;
}

/* Remove any white backgrounds from wrapper elements */
[class*="wrapper"],
[class*="container"],
[class*="inner"] {
    background: transparent !important;
}

/* Make all countdown text black */
[class*="countdown"],
[class*="days"],
[class*="hours"],
[class*="minutes"],
[class*="seconds"],
[class*="label"],
[class*="hms"],
[class*="comingSoon"],
[class*="description"] {
    color: #000000 !important;
}

/* Ensure countdown container text is black */
div[class*="main"] {
    color: #000000 !important;
}

/* Hide Powered by text - try multiple selectors */
[class*="cpanel_label"],
div[class*="cpanel_label"],
.cpanel_label {
    display: none !important;
}