/* Nojum About Widget Styles */
@font-face {
    font-family: 'IRANSans';
    src: url('https://cdn.fontcdn.ir/Font/Persian/IRANSans/IRANSansWeb.woff') format('woff');
    font-weight: normal;
}

[id^="nojum-about-us-widget"] {
    direction: rtl;
    text-align: right;
    width: 100%;
    position: relative;
}

[id^="nojum-about-us-widget"] * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

[id^="nojum-about-us-widget"] .about-container {
    font-family: 'Dana', Tahoma, Arial;
    background: #070824;
    color: #0a1128;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

[id^="nojum-about-us-widget"] .stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: radial-gradient(1.5px 1.5px at 20px 30px, rgba(13, 178, 107, 0.7), rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 40px 70px, rgba(13, 178, 107, 0.8), rgba(0, 0, 0, 0)),
    radial-gradient(1.5px 1.5px at 90px 40px, rgba(13, 178, 107, 0.7), rgba(0, 0, 0, 0)),
    radial-gradient(2.5px 2.5px at 160px 120px, rgba(13, 178, 107, 0.75), rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 200px 90px, rgba(13, 178, 107, 0.8), rgba(0, 0, 0, 0)),
    radial-gradient(1.2px 1.2px at 50px 100px, rgba(13, 178, 107, 0.6), rgba(0, 0, 0, 0)),
    radial-gradient(1.8px 1.8px at 120px 150px, rgba(13, 178, 107, 0.75), rgba(0, 0, 0, 0)),
    radial-gradient(1.3px 1.3px at 180px 50px, rgba(13, 178, 107, 0.7), rgba(0, 0, 0, 0)),
    radial-gradient(2.2px 2.2px at 220px 180px, rgba(13, 178, 107, 0.8), rgba(0, 0, 0, 0));
    background-size: 250px 250px;
    background-repeat: repeat;
    opacity: 0.6;
    box-sizing: border-box;
    animation: starMovement 30s linear infinite;
}

/* Star layers for more complex movement and shimmering */
[id^="nojum-about-us-widget"] .stars:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: radial-gradient(1.3px 1.3px at 25px 40px, rgba(13, 178, 107, 0.65), rgba(0, 0, 0, 0)),
    radial-gradient(1.7px 1.7px at 80px 20px, rgba(13, 178, 107, 0.7), rgba(0, 0, 0, 0)),
    radial-gradient(1.2px 1.2px at 110px 80px, rgba(13, 178, 107, 0.6), rgba(0, 0, 0, 0)),
    radial-gradient(2.1px 2.1px at 190px 60px, rgba(13, 178, 107, 0.8), rgba(0, 0, 0, 0)),
    radial-gradient(1.8px 1.8px at 230px 140px, rgba(13, 178, 107, 0.75), rgba(0, 0, 0, 0));
    background-size: 230px 230px;
    animation: starMovement2 40s linear infinite;
}

[id^="nojum-about-us-widget"] .stars:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: radial-gradient(1.4px 1.4px at 15px 50px, rgba(13, 178, 107, 0.7), rgba(0, 0, 0, 0)),
    radial-gradient(1.8px 1.8px at 60px 100px, rgba(13, 178, 107, 0.75), rgba(0, 0, 0, 0)),
    radial-gradient(1.2px 1.2px at 140px 30px, rgba(13, 178, 107, 0.65), rgba(0, 0, 0, 0)),
    radial-gradient(2.0px 2.0px at 200px 110px, rgba(13, 178, 107, 0.8), rgba(0, 0, 0, 0));
    background-size: 210px 210px;
    animation: starMovement3 25s linear infinite;
}

/* Star shimmering effect */
[id^="nojum-about-us-widget"] .shimmer-stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

[id^="nojum-about-us-widget"] .star-shimmer {
    position: absolute;
    border-radius: 50%;
    background-color: #0db26b;
    animation: shimmer 4s ease-in-out infinite, starSlide 15s linear infinite;
    box-shadow: 0 0 10px 1px rgba(13, 178, 107, 0.8);
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(1) {
    width: 2px;
    height: 2px;
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(2) {
    width: 3px;
    height: 3px;
    top: 35%;
    left: 25%;
    animation-delay: 0.5s;
    animation: shimmer 4s ease-in-out infinite, starSlide 18s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(3) {
    width: 2px;
    height: 2px;
    top: 65%;
    left: 15%;
    animation-delay: 1s;
    animation: shimmer 4s ease-in-out infinite, starSlide 22s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(4) {
    width: 2.5px;
    height: 2.5px;
    top: 25%;
    left: 65%;
    animation-delay: 1.5s;
    animation: shimmer 4s ease-in-out infinite, starSlide 20s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(5) {
    width: 3px;
    height: 3px;
    top: 75%;
    left: 75%;
    animation-delay: 2s;
    animation: shimmer 4s ease-in-out infinite, starSlide 19s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(6) {
    width: 2px;
    height: 2px;
    top: 45%;
    left: 85%;
    animation-delay: 2.5s;
    animation: shimmer 4s ease-in-out infinite, starSlide 26s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(7) {
    width: 2.5px;
    height: 2.5px;
    top: 85%;
    left: 45%;
    animation-delay: 3s;
    animation: shimmer 4s ease-in-out infinite, starSlide 23s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(8) {
    width: 2px;
    height: 2px;
    top: 10%;
    left: 40%;
    animation-delay: 3.5s;
    animation: shimmer 4s ease-in-out infinite, starSlide 17s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(9) {
    width: 3px;
    height: 3px;
    top: 55%;
    left: 55%;
    animation-delay: 2.8s;
    animation: shimmer 4s ease-in-out infinite, starSlide 21s linear infinite;
}

[id^="nojum-about-us-widget"] .star-shimmer:nth-child(10) {
    width: 2px;
    height: 2px;
    top: 25%;
    left: 85%;
    animation-delay: 1.2s;
    animation: shimmer 4s ease-in-out infinite, starSlide 28s linear infinite;
}

@keyframes shimmer {
    0%, 100% { opacity: 0.3; transform: scale(0.8); }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
        box-shadow: 0 0 4px 2px rgba(13, 178, 107, 0.7);
    }
}

@keyframes starSlide {
    0% { transform: translate(-100%, -100%); }
    25% { transform: translate(-50%, -50%); opacity: 0.4; }
    50% { transform: translate(0%, 0%); opacity: 0.8; }
    75% { transform: translate(50%, 50%); opacity: 0.4; }
    100% { transform: translate(100%, 100%); opacity: 0; }
}

@keyframes starMovement {
    0% { background-position: 0 0; }
    100% { background-position: 250px 125px; }
}

@keyframes starMovement2 {
    0% { background-position: 0 0; }
    100% { background-position: 230px 110px; }
}

@keyframes starMovement3 {
    0% { background-position: 0 0; }
    100% { background-position: 210px 100px; }
}

/* Nebula Animation */
[id^="nojum-about-us-widget"] .nebula-container {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 380px;
    height: 320px;
    z-index: 1;
    border-radius: 0;
    overflow: visible !important;
    transform: rotate(10deg);
    filter: drop-shadow(0 0 35px rgba(13, 178, 107, 0.25));
    animation: nebulaFloat 15s ease-in-out infinite alternate;
    perspective: 1000px;
}

[id^="nojum-about-us-widget"] .nebula {
    position: relative;
    width: 100%;
    height: 100%;
    background: none;
    overflow: visible;
    animation: nebulaGlow 12s ease-in-out infinite alternate, nebulaRotate 30s linear infinite;
    transform-style: preserve-3d;
}

/* Irregular nebula shape using multiple elements */
[id^="nojum-about-us-widget"] .nebula-shape-1 {
    position: absolute;
    top: 5%;
    left: -5%;
    width: 75%;
    height: 75%;
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    background: radial-gradient(
        ellipse at 40% 60%,
        rgba(230, 230, 250, 0.3) 0%,
        rgba(210, 210, 240, 0.5) 30%,
        rgba(170, 140, 240, 0.7) 60%,
        rgba(150, 110, 230, 0.85) 85%,
        rgba(138, 63, 252, 0.7) 100%
    );
    transform: rotate(-5deg);
    animation: morphShape 25s ease-in-out infinite alternate;
    opacity: 0.75;
    filter: blur(3px);
}

[id^="nojum-about-us-widget"] .nebula-shape-2 {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 70%;
    height: 70%;
    border-radius: 70% 30% 50% 50% / 40% 60% 30% 60%;
    background: radial-gradient(
        ellipse at 60% 40%,
        rgba(230, 230, 250, 0.3) 0%,
        rgba(200, 190, 235, 0.5) 30%,
        rgba(165, 185, 255, 0.7) 60%,
        rgba(140, 160, 240, 0.85) 85%,
        rgba(100, 125, 240, 0.7) 100%
    );
    transform: rotate(12deg);
    animation: morphShape 30s ease-in-out infinite alternate-reverse;
    opacity: 0.7;
    filter: blur(4px);
}

/* Additional shape for more irregularity */
[id^="nojum-about-us-widget"] .nebula-shape-3 {
    position: absolute;
    top: -10%;
    right: 5%;
    width: 55%;
    height: 65%;
    border-radius: 30% 70% 40% 60% / 50% 30% 70% 50%;
    background: radial-gradient(
        ellipse at 30% 70%,
        rgba(230, 230, 250, 0.3) 0%,
        rgba(200, 180, 235, 0.5) 30%,
        rgba(255, 150, 200, 0.6) 60%,
        rgba(220, 140, 210, 0.7) 85%,
        rgba(200, 130, 200, 0.6) 100%
    );
    transform: rotate(18deg);
    animation: morphShape2 28s ease-in-out infinite alternate;
    opacity: 0.6;
    filter: blur(5px);
}

/* Central bright region */
[id^="nojum-about-us-widget"] .nebula-core {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-40%, -40%);
    width: 180px;
    height: 160px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(235, 200, 255, 0.9) 10%,
        rgba(200, 130, 255, 0.8) 25%,
        rgba(160, 80, 250, 0.6) 40%,
        rgba(138, 63, 252, 0.4) 60%,
        rgba(120, 80, 210, 0.2) 80%,
        rgba(100, 80, 200, 0.1) 100%
    );
    border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%;
    filter: blur(10px);
    opacity: 0.8;
    mix-blend-mode: multiply;
    animation: coreGlow 8s ease-in-out infinite alternate, morphCore 20s ease-in-out infinite alternate, corePulse 5s ease-in-out infinite;
}

/* Inner energy ring */
[id^="nojum-about-us-widget"] .nebula-inner-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid rgba(13, 178, 107, 0.3);
    box-shadow: 0 0 25px 12px rgba(13, 178, 107, 0.4);
    filter: blur(3px);
    opacity: 0.6;
    animation: ringPulse 6s ease-in-out infinite alternate, rotateRing 20s linear infinite;
}

@keyframes nebulaGlow {
    0% { filter: hue-rotate(0deg) brightness(1); }
    33% { filter: hue-rotate(10deg) brightness(1.05); }
    66% { filter: hue-rotate(20deg) brightness(1.12); }
    100% { filter: hue-rotate(0deg) brightness(1); }
}

@keyframes nebulaRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes nebulaFloat {
    0% { transform: rotate(10deg) translate(0, 0); }
    25% { transform: rotate(7deg) translate(5px, -5px); }
    50% { transform: rotate(12deg) translate(-3px, 10px); }
    75% { transform: rotate(8deg) translate(-8px, 5px); }
    100% { transform: rotate(10deg) translate(0, 0); }
}

@keyframes morphShape {
    0%, 100% { border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%; }
    25% { border-radius: 50% 50% 70% 30% / 40% 40% 60% 60%; }
    50% { border-radius: 30% 70% 40% 60% / 50% 60% 40% 50%; }
    75% { border-radius: 60% 40% 50% 50% / 30% 30% 70% 70%; }
}

@keyframes morphShape2 {
    0%, 100% { border-radius: 30% 70% 40% 60% / 50% 30% 70% 50%; }
    25% { border-radius: 40% 60% 60% 40% / 40% 50% 50% 60%; }
    50% { border-radius: 60% 40% 30% 70% / 60% 40% 60% 40%; }
    75% { border-radius: 50% 50% 50% 50% / 40% 60% 40% 60%; }
}

@keyframes morphCore {
    0%, 100% { border-radius: 60% 40% 55% 45% / 45% 60% 40% 55%; }
    25% { border-radius: 50% 50% 60% 40% / 40% 50% 60% 50%; }
    50% { border-radius: 40% 60% 50% 50% / 55% 45% 45% 55%; }
    75% { border-radius: 55% 45% 40% 60% / 50% 60% 40% 50%; }
}

@keyframes rotateRing {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotateRingReverse {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes corePulse {
    0%, 100% { transform: translate(-40%, -40%) scale(1); }
    50% { transform: translate(-40%, -40%) scale(1.08); }
}

@keyframes coreGlow {
    0% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); filter: blur(10px); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.15); filter: blur(8px); }
    100% { opacity: 0.85; transform: translate(-50%, -50%) scale(1); filter: blur(10px); }
}

@keyframes ringPulse {
    0%, 100% { width: 100px; height: 100px; opacity: 0.6; }
    50% { width: 110px; height: 110px; opacity: 0.8; }
}

/* Additional nebula elements */
[id^="nojum-about-us-widget"] .nebula-dust-1 {
    position: absolute;
    top: 28%;
    left: 5%;
    width: 250px;
    height: 170px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 170, 220, 0.5) 0%,
        rgba(230, 120, 190, 0.3) 35%,
        rgba(200, 100, 170, 0.2) 65%,
        rgba(170, 80, 150, 0.1) 85%
    );
    border-radius: 60% 40% 50% 50% / 40% 50% 50% 60%;
    filter: blur(12px);
    transform: rotate(15deg);
    animation: dustMove 15s ease-in-out infinite alternate, morphDust1 25s ease-in-out infinite alternate;
    opacity: 0.7;
}

[id^="nojum-about-us-widget"] .nebula-dust-2 {
    position: absolute;
    top: 32%;
    left: 35%;
    width: 230px;
    height: 150px;
    background: radial-gradient(
        ellipse at center,
        rgba(120, 180, 255, 0.5) 0%,
        rgba(90, 150, 220, 0.3) 35%,
        rgba(70, 120, 200, 0.2) 65%,
        rgba(50, 100, 180, 0.1) 85%
    );
    border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
    filter: blur(14px);
    transform: rotate(-12deg);
    animation: dustMove 17s ease-in-out infinite alternate-reverse, morphDust2 28s ease-in-out infinite alternate;
    opacity: 0.7;
}

[id^="nojum-about-us-widget"] .nebula-dust-3 {
    position: absolute;
    top: 65%;
    left: 0%;
    width: 220px;
    height: 140px;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 220, 120, 0.5) 0%,
        rgba(240, 180, 70, 0.3) 35%,
        rgba(220, 160, 50, 0.2) 65%,
        rgba(200, 140, 30, 0.1) 85%
    );
    border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%;
    filter: blur(12px);
    transform: rotate(25deg);
    animation: dustMove 20s ease-in-out infinite alternate, morphDust3 22s ease-in-out infinite alternate-reverse;
    opacity: 0.7;
}

[id^="nojum-about-us-widget"] .nebula-dust-5 {
    position: absolute;
    top: 70%;
    right: 5%;
    width: 180px;
    height: 110px;
    background: radial-gradient(
        ellipse at center,
        rgba(180, 140, 255, 0.5) 0%,
        rgba(150, 100, 220, 0.3) 35%,
        rgba(120, 70, 190, 0.2) 65%,
        rgba(80, 40, 160, 0.1) 85%
    );
    border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%;
    filter: blur(10px);
    transform: rotate(-15deg);
    animation: dustMove 19s ease-in-out infinite alternate, morphDust5 23s ease-in-out infinite alternate;
    opacity: 0.7;
}

[id^="nojum-about-us-widget"] .nebula-dust-6 {
    position: absolute;
    top: 15%;
    right: 15%;
    width: 140px;
    height: 90px;
    background: radial-gradient(
        ellipse at center,
        rgba(190, 230, 255, 0.5) 0%,
        rgba(160, 200, 240, 0.3) 35%,
        rgba(120, 170, 220, 0.2) 65%,
        rgba(80, 120, 190, 0.1) 85%
    );
    border-radius: 40% 60% 50% 50% / 60% 40% 50% 40%;
    filter: blur(8px);
    transform: rotate(8deg);
    animation: dustMove 16s ease-in-out infinite alternate-reverse, morphDust6 26s ease-in-out infinite alternate-reverse;
    opacity: 0.7;
}

@keyframes dustMove {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-5px, 5px) rotate(5deg); }
    50% { transform: translate(5px, -8px) rotate(-3deg); }
    75% { transform: translate(-8px, -3px) rotate(2deg); }
    100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes morphDust1 {
    0%, 100% { border-radius: 60% 40% 50% 50% / 40% 50% 50% 60%; }
    25% { border-radius: 50% 50% 60% 40% / 50% 40% 60% 50%; }
    50% { border-radius: 30% 70% 40% 60% / 40% 60% 50% 50%; }
    75% { border-radius: 70% 30% 50% 50% / 50% 50% 60% 40%; }
}

@keyframes morphDust2 {
    0%, 100% { border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%; }
    25% { border-radius: 60% 40% 40% 60% / 50% 50% 40% 60%; }
    50% { border-radius: 30% 70% 60% 40% / 40% 60% 50% 50%; }
    75% { border-radius: 50% 50% 40% 60% / 60% 40% 60% 40%; }
}

@keyframes morphDust3 {
    0%, 100% { border-radius: 50% 50% 30% 70% / 50% 60% 40% 50%; }
    25% { border-radius: 60% 40% 40% 60% / 40% 50% 60% 50%; }
    50% { border-radius: 40% 60% 50% 50% / 60% 40% 40% 60%; }
    75% { border-radius: 50% 50% 40% 60% / 40% 60% 50% 50%; }
}

@keyframes morphDust5 {
    0%, 100% { border-radius: 30% 70% 60% 40% / 50% 40% 60% 50%; }
    25% { border-radius: 40% 60% 50% 50% / 60% 40% 50% 50%; }
    50% { border-radius: 60% 40% 40% 60% / 40% 60% 40% 60%; }
    75% { border-radius: 40% 60% 50% 50% / 50% 50% 60% 40%; }
}

@keyframes morphDust6 {
    0%, 100% { border-radius: 40% 60% 50% 50% / 60% 40% 50% 40%; }
    25% { border-radius: 50% 50% 40% 60% / 50% 50% 40% 60%; }
    50% { border-radius: 30% 70% 60% 40% / 40% 60% 50% 50%; }
    75% { border-radius: 60% 40% 50% 50% / 50% 50% 60% 40%; }
}

[id^="nojum-about-us-widget"] .galaxy {
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 350px;
    height: 350px;
    background: radial-gradient(ellipse at center,
    rgba(13, 178, 107, 0.15) 0%,
    rgba(13, 178, 107, 0) 70%);
    border-radius: 50%;
    transform: rotate(30deg);
    opacity: 0.4;
    z-index: 1;
    box-sizing: border-box;
}

[id^="nojum-about-us-widget"] .content {
    position: relative;
    z-index: 2;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    max-width: 1000px;
    width: 90%;
    box-shadow: 0 5px 25px rgba(13, 178, 107, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

[id^="nojum-about-us-widget"] h1 {
    color: #0a1128;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}

[id^="nojum-about-us-widget"] h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 40px;
    height: 3px;
    background: #0db26b;
}

[id^="nojum-about-us-widget"] p {
    font-size: 1.05rem;
    line-height: 2;
    margin-bottom: 25px;
    font-weight: 400;
    color: #202040;
}

[id^="nojum-about-us-widget"] .highlight {
    color: #0db26b;
    font-weight: 500;
}

[id^="nojum-about-us-widget"] .service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

[id^="nojum-about-us-widget"] .service-container.vertical {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

[id^="nojum-about-us-widget"] .service-box {
    background: rgba(245, 245, 252, 0.95);
    border-radius: 8px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    border-right: 3px solid rgba(13, 178, 107, 0.6);
    box-shadow: 0 4px 12px rgba(13, 178, 107, 0.15);
}

[id^="nojum-about-us-widget"] .service-box:hover {
    transform: translateY(-3px);
    background: rgba(250, 250, 255, 1);
    box-shadow: 0 6px 15px rgba(13, 178, 107, 0.2);
}

[id^="nojum-about-us-widget"] .service-box h3 {
    color: #0a1128;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

[id^="nojum-about-us-widget"] .service-box h3:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #0db26b;
    border-radius: 50%;
    margin-left: 10px;
}

[id^="nojum-about-us-widget"] .service-box p {
    margin-bottom: 0;
    font-size: 1rem;
}

[id^="nojum-about-us-widget"] .nebula-container,
[id^="nojum-about-us-widget"] .galaxy {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    [id^="nojum-about-us-widget"] .about-container {
        padding: 20px;
        min-height: 500px;
    }

    [id^="nojum-about-us-widget"] .content {
        padding: 25px 20px;
    }

    [id^="nojum-about-us-widget"] h1 {
        font-size: 1.9rem;
    }

    [id^="nojum-about-us-widget"] p {
        font-size: 1rem;
    }

    [id^="nojum-about-us-widget"] .service-container {
        grid-template-columns: 1fr;
    }

    [id^="nojum-about-us-widget"] .nebula-container {
        width: 200px;
        height: 200px;
        top: 15px;
        left: 15px;
    }
}

@media only screen and (max-width: 480px) {
    [id^="nojum-about-us-widget"] .about-container {
        padding: 15px;
    }

    [id^="nojum-about-us-widget"] .content {
        padding: 20px 15px;
    }

    [id^="nojum-about-us-widget"] h1 {
        font-size: 1.7rem;
    }

    [id^="nojum-about-us-widget"] .galaxy {
        width: 250px;
        height: 250px;
    }
}

/* Direction support */
[id^="nojum-about-us-widget"].ltr {
    direction: ltr;
    text-align: left;
}

[id^="nojum-about-us-widget"].ltr h1:after {
    right: auto;
    left: 0;
}

[id^="nojum-about-us-widget"].ltr .service-box {
    border-right: none;
    border-left: 3px solid rgba(13, 178, 107, 0.6);
}

[id^="nojum-about-us-widget"].ltr .service-box h3:before {
    margin-left: 0;
    margin-right: 10px;
}