.portfolio h3 {
    margin-top: 10px;
    margin-bottom: none;

}

.sitename {
    font-size: 28px;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    color: #007bff;
}

.dot {
    font-size: 20px;
    /* Adjust size of the dot */
    color: #6c757d;
    /* Bootstrap muted gray */
}

.portfolio {
    padding: 10px;
}

.EULA {
    margin: 10px;
}

#cookies {
    margin: 10px;

}

#cookies span {
    text-align: center;
}
#online .today {
    background-color: orange;
    border-radius: 50%;
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: large;
    margin: auto;
    transition: all 0.8s ease-in-out;
    animation: juggle 3s infinite ease-in-out;
    direction: none;
    color: white;
}




#online .today:hover {
    transform: scale(1.05);


}

.service-item {
    margin: 10px;
    border: 1px solid black;
    padding: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: cadetblue;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition:  all 0.8s ease-in-out;

}

.service-item:hover {
    color: rgb(243, 235, 235);
    /* transform: rotateY(180deg); */
    transform: scale(1.05);
    background-color: #f8f8f8;
}

.money-item {
    margin: 10px;
    border: 1px solid black;
    padding: 50px;
    border-radius: 30px 0px 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 350px;
    font-weight: 500;
    height: 80%;
    transition: all 0.8s ease-in-out;
}

.money-item:hover {
   
    transform: translate(0, -20px);
    
    box-shadow: 0 10px 20px rgba(0, 162, 255, 0.7);
    /* Glowing effect */
    font-weight: 600;
}

.money-item p {
    padding: 20px;
}

.hassle_anyware .sky {
    border-radius: 50px;
    text-align: center;
}

.faq-container {
    max-width: 100%;
    margin: auto;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 5px;
}

.faq-answer {
    display: none;
    padding: 10px;
}

.step-image img {
    width: 90%;
    height: 90%;
    border-radius: 10px;
    text-align: center;
    margin-left: 60px;
}
.web{
    width: 50%;
    background-color: #f8f8f8;

}

.custom-img {
    width: 90%; /* Adjust width as needed */
    height: auto; /* Keeps aspect ratio */
    max-width: 200px; /* Prevents image from getting too large */
   display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
   
}


.section-title h3,h5,p {
    margin: 5px 0px;

    
}
.section-title p {
    margin: 5px 0px;
    margin-left: 10px;
}



