:root {
    --accent-color: #63f6fd;
    --accent-color2: #0036a3;
}

html {
    scroll-behavior: smooth;
}

.service-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
}

.service-img-area {
    width: 100%;
}

.dark-bg-1,
.dark-bg-2 {
    background: #231f20;
}

.testimonials-content {
    background: #231f20 !important;
}

.bg-gray {
    background: #f8f8f8 !important;
}

.floating-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
    background: #f9f9f9;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.floating-icons a {
    color: #444;
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
    transition: all 0.3s ease;
    text-align: center;
}

.floating-icons a:hover {
    color: white;
    background-color: #007bff;
    border-radius: 2px;
}

.floating-icons a.facebook:hover {
    color: #fff;
    background-color: #3b5998;
}

.floating-icons a.instagram:hover {
    color: #fff;
    background-color: #e1306c;
}

.floating-icons a.twitter:hover {
    color: #fff;
    background-color: #1da1f2;
}

.floating-icons a.whatsapp:hover {
    color: #fff;
    background-color: #25d366;
}

.floating-icons a.email:hover {
    color: #fff;
    background-color: var(--accent-color2)
}
.footer{
    position: relative !important;
}