.custom-css-style .elementor-element.elementor-element-658e32a .elementor-icon,
.custom-css-style .elementor-element.elementor-element-03d2b2d .elementor-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-css-style
    .elementor-element.elementor-element-658e32a
    .elementor-icon
    i,
.custom-css-style
    .elementor-element.elementor-element-03d2b2d
    .elementor-icon
    i {
    font-size: 42px;
    line-height: 1;
    color: #fff;
}

.quick-connect {
    position: fixed;
    bottom: 50%;
    transform: translate(0, 50%);
    left: 0.3%;
    z-index: 999;
    border-radius: 35px;
    background-color: var(--accent-color);
}

.quick-connect a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-connect a:not([href]):not([class]),
.quick-connect a:not([href]):not([class]):hover {
    color: #fff;
}

.quick-connect .qc-single {
    font-size: 24px;
    height: 55px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

.call {
    border-radius: 35px 35px 0 0;
    background-color: #1d4ed8;
}

.whatsapp {
    border-radius: 0 0 35px 35px;
    background-color: #1cac61;
}

.direction {
    background-color: #db4437;
}

@media (prefers-reduced-motion: reduce) {
    .quick-connect .qc-single,
    .quick-connect .qc-single i {
        animation: none;
        box-shadow: none;
    }
}
.qc-single:hover {
    background-color: #000;
}

.hidden-txt {
    display: none;
}

#call-popup canvas {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .quick-connect {
        position: fixed;
        bottom: 8px;
        left: 25%;
        z-index: 999;
        width: 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(-50%, 0);
        height: 54px;
        overflow: hidden;
    }

    .qc-single::before {
        top: -40% !important;
        left: 0 !important;
        transform: translate(42%, -50%) !important;
    }

    .quick-connect .qc-single {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    .qc-single:hover::after {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .footer__copyright {
        padding-bottom: 60px;
    }

    .call-popup-container {
        display: none !important;
    }
}

.qc-single {
    position: relative;
}

.qc-single::before {
    content: attr(data-text);
    position: absolute;
    background-color: rgb(33 37 41);
    color: #fbf9fd;
    padding: 0.4rem 1rem;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.qc-single:hover::before {
    opacity: 1;
    visibility: visible;
}

.qc-single::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(33 37 41);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.qc-single:hover::after {
    opacity: 1;
    visibility: visible;
}

.call-popup-container {
    position: fixed;
    left: 60px;
    bottom: 50%;
    transform: translate(0, 50%);
    display: none;
    text-align: center;
    z-index: 100000;
    background: var(--accent-color);
    padding: 15px;
    border-radius: 20px;
}

.call-popup {
    width: 120px;
    height: auto;
    border-radius: 10px;
}

.call-popup-text {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #fff;
}
