/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745947358
Updated: 2025-04-29 12:22:38

*/


.infographic-container {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goj-items {
    position: absolute;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    transition: 0.5s ease;
}
.goj-items:hover{
    text-decoration: none;
    -webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.7);
    background: #ffdc00;
    color: #000;
}
.goj-items.active {
    text-decoration: none;
    color: #000;
    background: #ffdc00;
    -webkit-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: -3px 3px 0 0 rgba(0, 0, 0, 0.7);
}
.goj-section-title div {
    font-size: 11px;
    font-weight: 800;
    line-height: 15px;
}
.section1 {
    background-color: #0072ff;
    transform: rotate(0deg) translate(50%, -50%);
}
.section1 .goj-section-title {
    transform: rotate(45deg);
}

.section2 {
    background-color: #593bfb;
    transform: rotate(120deg) translate(50%, -50%);
}
.section2 .goj-section-title {
    transform: rotate(230deg);
}

.section3 {
    background-color: #1e4f94;
    transform: rotate(240deg) translate(50%, -50%);
}
.section3 .goj-section-title {
    transform: rotate(45deg);
}


.goj-center-element {
    position: absolute;
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 19px -7px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 0px 19px -7px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 19px -7px rgba(0, 0, 0, 0.62);
    text-align: center;
    color: #555;
}

.goj-center-element:hover {
    background: #ffdc00;
    color: #000;
}

.goj-center-element .goj {
    font-size: 16px;
    margin: 0;
}

.goj-center-element .goj-title {
    font-size: 14px;
    margin: 0;
}

.plsdp-button-effect:hover .elementor-heading-title {
    color: #1e4f94 !important;
}

.plsdp-button-effect-2:hover .elementor-heading-title {
    color: #593BFB !important;
}

.plsdp-button-effect-3:hover .elementor-heading-title {
    color: #0072ff !important;
}