.circle-widget-wrapper-d6db34db {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    box-sizing: border-box;
    overflow: visible;
}

.circle-container-d6db34db {
    position: relative;
    border: 1px dashed rgba(0, 85, 165, 0.25);
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Center element */
.circle-center-d6db34db {
    position: absolute;
    background-color: #ffffff;
    border: 4px solid #0055a5;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 0.4s ease-in-out;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.circle-center-content-wrapper-d6db34db {
    max-width: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circle-center-icon-d6db34db {
    font-size: 32px;
    margin-bottom: 12px;
    color: #0055a5;
}
.circle-center-icon-d6db34db svg {
    width: 32px;
    height: 32px;
    fill: #0055a5;
}

.circle-center-title-d6db34db {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
    color: #0055a5;
}

.circle-center-desc-d6db34db {
    font-size: 13px;
    color: #666;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.circle-center-btn-d6db34db {
    display: inline-block;
    padding: 6px 14px;
    background-color: #0055a5;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}
.circle-center-btn-d6db34db:hover {
    opacity: 0.9;
    color: #fff;
}

/* Orbiter Node elements */
.circle-node-d6db34db {
    position: absolute;
    border-radius: 50%;
    border: 2px solid #e1e8ed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.3s, border-color 0.3s;
}

.circle-node-inner-d6db34db {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-node-icon-d6db34db {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.circle-node-icon-d6db34db svg {
    width: 22px;
    height: 22px;
}

/* Hover or active effects */
.circle-node-d6db34db:hover,
.circle-node-d6db34db.active {
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(0, 85, 165, 0.15);
}

/* Mobile optimizations */
@media (max-width: 767px) {
    .circle-widget-wrapper-d6db34db {
        padding: 20px 10px;
    }
    .circle-container-d6db34db {
        width: 100% !important;
        height: auto !important;
        border: none !important;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .circle-center-d6db34db {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 12px !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        box-shadow: none;
        border: 2px solid #0055a5;
    }
    .circle-node-d6db34db {
        position: relative !important;
        width: 70px !important;
        height: 70px !important;
        margin: 0 auto;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        border-radius: 50% !important;
        display: flex;
        justify-content: center !important;
        box-sizing: border-box;
    }
    .circle-node-d6db34db:hover,
    .circle-node-d6db34db.active {
        transform: none !important;
    }
}
