/* Reset some default styles */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
}

/* Basic styling */
header {
    
    background-color: #007bff;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.hero {
    position: relative;
}

.hero img {
    max-width: 100%;
    height: auto;
}

.hero-content {


    text-align: center;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #007bff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}

#services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto;
}

.service-card {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin: 15px;
    max-width: 300px;
}

.floating-contact {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}
.wtsap-img{
    width: 45px;
    height: 45px;
}


.bottom-line{
    font-size: 11px;
    text-align: center;
}
header{
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 5px 80px;
    /* background: rgb(0,215,255);
    background: radial-gradient(circle, rgba(0,215,255,1) 27%, rgba(0,142,255,1) 72%);  */
    /* background-color: rgb(39, 39, 39); */
    background: rgb(63,63,63);
    background: radial-gradient(circle, rgba(63,63,63,1) 27%, rgba(0,0,0,1) 72%); 
}
.h1-mobile-menu{
    display: none;
}
.h1-logo-div{
    height: 45px;
    flex: 1;
    text-align: left;
}
.h1-logo-img{
    max-height: 90%;
}
.h1-hlinks-item{
    color: white;
    margin: 0 20px 0 0;
    cursor: pointer;
}
.pricing{
    border-radius: 20px;
    background-color: rgb(0, 136, 255);
    padding: 6px 15px;
}
.h1-hlinks-item:hover{
    border-bottom: 2px solid white;
}
.pricing:hover{
    background: orange;
    border-bottom: none;
}
.active-h1{
    background-color: white;
    color: #444;
    padding: 3px 7px;
    border-radius: 15px;
}
.active-h1:hover{
    border-bottom: none;
}