html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}
.nav-item:first-of-type {
    padding-top: 0rem !important;
}
@media screen and (max-width: 768px) {
    .JoesFavorites {
        height: 300px;
        display: inline-flex;
        align-items: Center;
        width: 40%;
        flex-direction: column;
        background-color: aliceblue;
        border-radius: 10px;
        border-color: #63c8ff;
        border-width: 2px;
        border-style: solid;
        box-shadow: 6px 6px 10px #c7c5bd, -6px -6px 10px #ffffff;
        margin: 10px;
    }

    .nav {
        display: block !important;
        text-align: center;
    }

    .icecream {
        margin: 10px;
        align-items: center;
        display: inline-flex;
        width: 83% !important;
    }

    .collapse {
        transition: max-height 0.5s ease, opacity 0.5s ease;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        display: inline !important;
    }

        .collapse.show {
            max-height: 500px; /* Adjust based on the menu height */
            opacity: 1;
        }

    .paddingfix {
        width: 90%;
        text-align: center;
        display: inline-flex !important;
        margin-left: 6% !important;
    }
}

/*menu stuff*/
.settings {
    height: 73px;
    float: left;
    background: url( https://s3.postimg.org/bqfooag4z/startific.jpg);
    background-repeat: no-repeat;
    width: 250px;
    margin: 0px;
    text-align: center;
    font-size: 20px;
    font-family: 'Strait', sans-serif;
}






/* ScrolBar  */
.scrollbar {
    height: 90%;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

    .scrollbar:hover {
        height: 90%;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

/* Scrollbar Style */



#style-1::-webkit-scrollbar-track {
    border-radius: 2px;
}

#style-1::-webkit-scrollbar {
    width: 5px;
    background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #BFBFBF;
}
/* Scrollbar End */




.fa-lg {
    font-size: 1em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 36px;
    text-align: center;
    top: 12px;
    font-size: 20px;
}




.nav-text {
    position: relative;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none !important;
    color:black;
    font-size: 20px;
    font-weight: 900;
    border-style:solid;
    border-width:1px;
    border-radius:20px;

}
.nav-text:hover {
    background-color:aqua;
}

.hideme {
    opacity: 0;
}


.whychoose{
    font-size:20px;
}
.hideleft {
    opacity: 0;
    transform: translateX(40%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .hideleft.show {
        opacity: 1;
        transform: translateX(0);

    }
.hideright {
    opacity: 0;

    transform: translateX(40%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .hideright.show {
        opacity: 1;

        transform: translateX(0);
    }
.hidetop {
    opacity: 0;

    transform: translateY(-40%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .hidetop.show {
        opacity: 1;
        display: block;
        transform: translateY(0);
    }
.hidebottom {
    opacity: 0;
    transform: translateY(-40%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .hidebottom.show {
        opacity: 1;
        transform: translateY(0);
    }

.callnowbar.hide {
    opacity: 0;
    pointer-events: none;
}

/* Phone icon styling */
.call-icon {
    position: fixed;
    text-align: center;
    height: 50px;
    bottom: 40px;
    width: 50px;
    right: 20px;
    background-color: green;
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 20px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

    /* Show phone icon */
    .call-icon.show {
        opacity: 1;
        transform: scale(1);
    }


.menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 9%;
}

     .menu .menu-item {
        position: relative;
        cursor: pointer;
    }

         .menu .menu-item .wee {
            height: 2px;
            width: 100%;
            background-color: #002b75;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: 0.75s;
        }

         .menu .menu-item h6 {
            margin: 0;
            padding: 0 1rem 1.5rem;
            font-size: 1rem;
            color: #232323;
            transition: 0.75s;
        }

         .menu .menu-item:hover h6 {
            color: #002b75;
        }

    .menu .current-menu-item h6 {
        color: #002b75;
    }
/* Logo Hover Property */


.settings:hover, settings:focus {
    background: url( https://s17.postimg.org/74cl7s05b/logo_hover.jpg);
    -webkit-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    -moz-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    -o-transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
    transition: all 0.2s ease-in-out, width 0, height 0, top 0, left 0;
}

.settings:active, settings:focus {
    background: url( https://s3.postimg.org/bqfooag4z/startific.jpg);
    -webkit-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
    -moz-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
    -o-transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
    transition: all 0.1s ease-in-out, width 0, height 0, top 0, left 0;
}


a:hover, a:focus {
    text-decoration: none;
    border-left: 0px solid #F7F7F7;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }




/* Darker element side menu Start*/


.darkerli {
    background-color: #ededed;
    text-transform: capitalize;
}

.darkerlishadow {
    background-color: #ededed;
    text-transform: capitalize;
    -webkit-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
    box-shadow: inset 0px 5px 5px -4px rgba(50, 50, 50, 0.55);
}


.darkerlishadowdown {
    background-color: #ededed;
    text-transform: capitalize;
    -webkit-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
    box-shadow: inset 0px -4px 5px -4px rgba(50, 50, 50, 0.55);
}

/* Darker element side menu End*/




.main-menu li:hover > a, nav.main-menu li.active > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #00bbbb;
    text-shadow: 0px 0px 0px;
}

.area {
    float: left;
    background: #e2e2e2;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}


body .footer {
    z-index: 1;
    --footer-background: #ed5565;
    display: grid;
    position: relative;
    grid-area: footer;
    min-height: 12rem;
}

    body .footer .bubbles {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1rem;
        background: var(--footer-background);
        filter: url("#blob");
    }

        body .footer .bubbles .bubble {
            position: absolute;
            left: var(--position, 50%);
            background: var(--footer-background);
            border-radius: 100%;
            -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
            animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
            transform: translate(-50%, 100%);
        }

    body .footer .content {
        z-index: 2;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 4rem;
        padding: 2rem;
        background: var(--footer-background);
    }

        body .footer .content a,
        body .footer .content p {
            color: #f5f7fa;
            text-decoration: none;
        }

        body .footer .content b {
            color: white;
        }

        body .footer .content p {
            margin: 0;
            font-size: 0.75rem;
        }

        body .footer .content > div {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            body .footer .content > div > div {
                margin: 0.25rem 0;
            }

                body .footer .content > div > div > * {
                    margin-right: 0.5rem;
                }

            body .footer .content > div .image {
                align-self: center;
                width: 4rem;
                height: 4rem;
                margin: 0.25rem 0;
                background-size: cover;
                background-position: center;
            }

@-webkit-keyframes bubble-size {
    0%, 75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@keyframes bubble-size {
    0%, 75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@-webkit-keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}

@keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}


.image-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust width as needed */
    max-width: 600px;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Adds a translucent background */
    padding: 10px; /* Optional padding around text */
    border-radius: 5px; /* Optional: rounded corners */
}
.overlay-text a{
    color:white;
}
.headerHero {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(147,147,147,1) 99%);
}

.headerImages {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust width as needed */
}
.headerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: Adds a translucent background */
    padding: 10px; /* Optional padding around text */
    border-radius: 5px; /* Optional: rounded corners */
}

.circle-container {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 5px; /* Space between image and first border */
    background-color: white;
    box-shadow: 0 0 0 2px #ccc, /* Outer ring with 2px */
    0 0 0 12px white, /* Padding between the two rings */
    0 0 0 14px #ccc; /* Inner ring with 2px */
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.gradient {
    border-bottom-left-radius: 50% 100px;
    /*border-bottom-right-radius: 50% 100px;*/
    
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,208,208,1) 14%, rgba(223,143,143,1) 50%, rgba(238,197,197,1) 87%, rgba(255,255,255,1) 100%);
}
.heatingandcoolingmatters {
    /*border-top-left-radius: 50% 100px;*/
    border-top-right-radius: 50% 100px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(100,195,214,1) 21%, rgba(23,150,176,1) 50%, rgba(100,195,214,1) 80%, rgba(255,255,255,1) 100%);
}

.text-with-border {
    color: white; /* Text color */
     /* Optional for bolder text */
     font-size:22px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* Creates the border effect */
}

.services {
    background: linear-gradient(180deg, rgba(0, 187, 187, 1) 0%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    border-bottom-left-radius: 100% 200px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

    .services:after {
        content: "";
        height: 50%;
        width: 100%;
        position: absolute;
        background: white;
        border-top-right-radius: 38%;
        bottom: -33%;
        left: 0;
        transition: all 0.8s;
    }
.googlemap {
    border: 0;
    border-top-right-radius: 60% 91px;
}
.map-container {
    position: relative;
    height: 450px; /* Adjust height as needed */
    overflow: hidden; /* Hide overflow for rounded effect */
}

.curved-background {
    position: absolute;
    bottom: 92%;
    left: 100;
    width: 100%;
    right: 0px;
    height: 40px;
    background: white;
    border-bottom-left-radius: 275% 137px;
    border-top-right-radius: 27% 100px;
    z-index: 1;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* Send it behind the curved background */
}

.plumbborder{
    border-width:2px;
    border-style:solid;
    border-radius:20px;
    padding-bottom:20px;
}
.myButton {
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    background-color: #33bdef;
    border-radius: 6px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
    margin: 10px;
    text-align: center;
}

    .myButton:hover {
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        background-color: #019ad2;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.callnowbar{
    background-color:black;
    height:60px;
}

@media screen and (max-width: 768px) {
    .paddingleft{
        padding-left:30% !important;
    }
    .textPaddingLeft{
        padding-left:60px !important;
        background-color:white;
       /* border-radius:20px;*/
    }
    .services {
        background: rgb(0,187,187);
        background: linear-gradient(180deg, rgba(0,187,187,1) 0%, rgba(255,255,255,1) 100%);
        text-align: center;
        border-bottom-left-radius: 50% 100px;
        height:100%;
    }
    .plumbborder {
        border-width: 0px;
        border-style: solid;
        border-radius: 20px;
        padding-bottom: 20px;
    }

    .services:after {
        content: "";
        height: 10%;
        width: 100%;
        position: absolute;
        background: white;
        border-radius: 38%;
        bottom: -33%;
        left: 0;
        transition: all 0.8s;
    }
    .menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 9%;
    }

        .menu .menu-item {
            position: relative;
            cursor: pointer;
            font-size:20px;
        }

            .menu .menu-item .wee {
                height: 2px;
                width: 100%;
                background-color: #002b75;
                position: absolute;
                left: 0;
                bottom: 0;
                transition: 0.75s;
            }

            .menu .menu-item h6 {
                margin: 0;
                padding: 0 1rem 1.5rem;
                font-size: 0.7rem;
                color: #232323;
                transition: 0.75s;
            }

            .menu .menu-item:hover h6 {
                color: #002b75;
            }

        .menu .current-menu-item h6 {
            color: #002b75;
        }

}

