  /* Cyberpunk Green Styling for Highlighted Text */
  .trx-addons-advanced-title-item-bg-as-text {
    color: #099f01 !important;
    text-shadow: 0 0 10px rgba(0, 166, 33, 0.5), 0 0 20px rgba(0, 255, 0, 0.3) !important;
}

.trx-addons-advanced-title-item-bg-as-text .trx-addons-advanced-title-item-text {
    background: linear-gradient(135deg, rgba(0, 255, 47, 0.2) 0%, rgba(0, 255, 47, 0.1) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: #099f01 !important;
    color: #099f01 !important;
}

/* Typewriter Effect */
.typewriter-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* min-width and max-width will be set dynamically by JavaScript */
    box-sizing: border-box;
}

.typewriter-content {
    color: #099f01;
    text-shadow: 0 0 10px rgba(0, 255, 51, 0.5), 0 0 20px rgba(0, 170, 0, 0.3);
    display: inline-block;
    white-space: nowrap;
}

.typewriter-cursor {
    color: #099f01;
    animation: blink 1s infinite;
    margin-left: 2px;
    font-weight: 300;
    display: inline-block;
}

/* Prevent layout shift during typewriter animation */
.trx-addons-advanced-title {
    overflow: visible;
    word-wrap: break-word;
}

.trx-addons-advanced-title-item.typewriter-text {
    overflow: visible;
    box-sizing: border-box;
}

/* Ensure parent container doesn't expand - only for typewriter text */
.elementor-element-821a881 .elementor-widget-container {
    overflow: visible;
}

/* Only constrain the typewriter text span, not the entire title */
.elementor-element-821a881 .trx-addons-advanced-title-item.typewriter-text {
    display: inline-block;
    vertical-align: top;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

/* Become Xomonoid Button - Same style as Download Xintro but rounded */
.become-xomonoid-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 0.6rem 1.5rem !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%) !important;
    color: #aaff00 !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
    border: 2px solid #aaff00 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(170, 255, 0, 0.2),
        inset 0 0 20px rgba(170, 255, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
}

.become-xomonoid-btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

.become-xomonoid-btn:hover::before {
    left: 100% !important;
}

.become-xomonoid-btn:hover {
    background: linear-gradient(135deg, #aaff00 0%, #88cc00 100%) !important;
    color: #0a0a0a !important;
    border-color: #aaff00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(170, 255, 0, 0.4),
        0 0 30px rgba(170, 255, 0, 0.3),
        inset 0 0 30px rgba(255, 255, 255, 0.1) !important;
}

.become-xomonoid-btn i {
    font-size: 1rem !important;
    transition: transform 0.3s ease !important;
}

.become-xomonoid-btn:hover i {
    transform: translateY(-2px) !important;
}

.become-xomonoid-btn .elementor-button-content-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

.become-xomonoid-btn .elementor-button-text {
    letter-spacing: 0.3px !important;
}

/* Profile Images Container */
.profile-images-container {
    display: flex;
    align-items: start;
    justify-content: start;
    margin: 1rem 0;
    flex-wrap: nowrap;
    position: relative;
}

.profile-image-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: -30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.profile-image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 50%;
}

.profile-image-wrapper:first-child {
    margin-left: 0;
    z-index: 3;
}

.profile-image-wrapper:nth-child(2) {
    z-index: 2;
}

.profile-image-wrapper:nth-child(3) {
    z-index: 1;
}

.profile-image-wrapper:hover {
    z-index: 10;
    transform: scale(1.15) translateY(-10px);
    filter: drop-shadow(0 15px 35px rgba(170, 255, 0, 0.5)) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.4));
}

.profile-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    border: 3px solid rgba(170, 255, 0, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3),
        inset 0 0 0 0 rgba(170, 255, 0, 0) !important;
    background: linear-gradient(135deg, rgba(170, 255, 0, 0.1) 0%, rgba(102, 204, 0, 0.05) 100%) !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.profile-image-wrapper:hover .profile-image {
    border-color: #aaff00;
    box-shadow: 0 12px 40px rgba(170, 255, 0, 0.7),
        0 0 50px rgba(170, 255, 0, 0.5),
        0 8px 25px rgba(0, 0, 0, 0.5),
        inset 0 0 20px rgba(170, 255, 0, 0.1);
    filter: brightness(1.1) contrast(1.05);
}

.profile-image-wrapper::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #aaff00, #66cc00);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    filter: blur(10px);
}

.profile-image-wrapper:hover::before {
    opacity: 0.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .profile-image-wrapper {
        width: 100px;
        height: 100px;
        margin-left: -25px;
    }

    .profile-image-wrapper:first-child {
        margin-left: 0;
    }

    .profile-image-wrapper:hover {
        transform: scale(1.1) translateY(-5px);
    }
}

@media (max-width: 480px) {
    .profile-image-wrapper {
        width: 80px;
        height: 80px;
        margin-left: -20px;
    }

    .profile-image-wrapper:first-child {
        margin-left: 0;
    }
}

/* Cyberpunk Email Form */
.cyberpunk-email-form {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.email-input-group {
    display: flex;
    padding: 10px;
    flex-direction: column;
    gap: 1.25rem;
}

.input-button-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 16px;
    overflow: visible;
    background: rgba(20, 20, 30, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 2px solid rgba(170, 255, 0, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                inset 0 1px 0 rgba(170, 255, 0, 0.1);
    transition: all 0.3s ease;
    padding: 0.5rem;
}

.input-button-wrapper:focus-within {
    border-color: rgba(170, 255, 0, 0.6);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 0 20px rgba(170, 255, 0, 0.2),
                inset 0 1px 0 rgba(170, 255, 0, 0.2);
}

.email-input-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.125rem 1.5rem;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    border-radius: 12px;
}

.email-icon {
    color: #aaff00;
    font-size: 1.2rem;
    flex-shrink: 0;
    text-shadow: 0 0 8px rgba(170, 255, 0, 0.5);
}

.email-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    font-weight: 400;
    padding: 0;
    width: 100%;
    letter-spacing: 0.3px;
}

.email-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.email-input:focus {
    color: rgba(255, 255, 255, 1);
}

.get-started-btn {
    padding: 0.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    color: #aaff00;
    border: 2px solid rgba(170, 255, 0, 0.5);
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.5px;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-shadow: 0 0 10px rgba(170, 255, 0, 0.5);
    margin: 0.5rem;
    align-self: center;
}

.get-started-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(170, 255, 0, 0.1), transparent);
    transition: left 0.5s ease;
}

.get-started-btn:hover::before {
    left: 100%;
}

.get-started-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #aaff00;
    border-color: #aaff00;
    box-shadow: 0 0 20px rgba(170, 255, 0, 0.6),
                0 0 40px rgba(170, 255, 0, 0.4);
    text-shadow: 0 0 15px rgba(170, 255, 0, 0.8);
    transform: translateY(-2px);
}

.get-started-btn:hover i {
    transform: translateX(3px);
}

.get-started-btn i {
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.get-started-btn:active {
    transform: translateY(0);
}

.consent-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding-left: 0.5rem;
}

.consent-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #aaff00;
    flex-shrink: 0;
}

.consent-checkbox label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
}

.consent-checkbox .highlight-text {
    color: #aaff00;
    font-weight: 500;
    text-shadow: 0 0 8px rgba(170, 255, 0, 0.5);
}

/* Pricing CTA Block */
.pricing-cta-block {
    position: relative;
    margin: 4rem 0;
    padding: 0 2rem;
    z-index: 10;
}

.pricing-cta-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(170, 255, 0, 0.3);
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 0 60px rgba(170, 255, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(170, 255, 0, 0.05) 0%, transparent 50%, rgba(170, 255, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.pricing-cta-container:hover {
    transform: translateY(-8px);
    border-color: rgba(170, 255, 0, 0.6);
    box-shadow: 
        0 12px 48px rgba(0, 0, 0, 0.4),
        0 0 80px rgba(170, 255, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.pricing-cta-container:hover::before {
    opacity: 1;
}

.pricing-cta-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(170, 255, 0, 0.15) 0%, transparent 70%);
    opacity: 0;
    animation: pulse-glow 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

.pricing-cta-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    z-index: 2;
}

.pricing-cta-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(170, 255, 0, 0.1);
    border: 2px solid rgba(170, 255, 0, 0.3);
    border-radius: 20px;
    color: #aaff00;
    transition: all 0.4s ease;
    box-shadow: 0 0 20px rgba(170, 255, 0, 0.2);
}

.pricing-cta-container:hover .pricing-cta-icon {
    background: rgba(170, 255, 0, 0.2);
    border-color: rgba(170, 255, 0, 0.6);
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 0 30px rgba(170, 255, 0, 0.4);
}

.pricing-cta-icon svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 0 8px rgba(170, 255, 0, 0.5));
}

.pricing-cta-text {
    flex: 1;
}

.pricing-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.75rem 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #ffffff 0%, rgba(170, 255, 0, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-cta-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.6;
}

.pricing-cta-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #aaff00 0%, #88cc00 100%);
    color: #14141e;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(170, 255, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.pricing-cta-button:hover::before {
    left: 100%;
}

.pricing-cta-button:hover {
    background: linear-gradient(135deg, #88cc00 0%, #aaff00 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 8px 25px rgba(170, 255, 0, 0.5),
        0 0 40px rgba(170, 255, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

.pricing-cta-button:active {
    transform: translateY(-1px) scale(1.02);
}

.pricing-cta-button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.pricing-cta-button:hover svg {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-cta-block {
        margin: 3rem 0;
        padding: 0 1rem;
    }

    .pricing-cta-container {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }

    .pricing-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .pricing-cta-icon {
        width: 70px;
        height: 70px;
    }

    .pricing-cta-icon svg {
        width: 40px;
        height: 40px;
    }

    .pricing-cta-title {
        font-size: 1.75rem;
    }

    .pricing-cta-description {
        font-size: 1rem;
    }

    .pricing-cta-button {
        width: 100%;
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
    }

    .input-button-wrapper {
        flex-direction: column;
        border-radius: 16px;
        padding: 0.5rem;
    }
    
    .email-input-container {
        border-radius: 12px;
        width: 80%;
    }
    
    .get-started-btn {
        border-radius: 25px;
        width: 100%;
        justify-content: center;
        margin: 0;
    }
    
    .get-started-btn:hover {
        border-color: #aaff00;
    }
}

/* ============================================
   Home Page Posts - Different Image Heights for Even Products
   ============================================ */
/* Target the specific home page products grid */
.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap {
    height: auto !important;
}

.elementor-element-8631a29 .trx-addons-posts-item {
    height: auto !important;
}

/* Make even product images taller - target the thumbnail and wrap */
.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap:nth-of-type(2n) .trx-addons-posts-item-thumbnail {
    height: 450px !important;
    overflow: hidden !important;
}

.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap:nth-of-type(2n) .trx-addons-posts-item-thumbnail-wrap {
    height: 100% !important;
}

.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap:nth-of-type(2n) .trx-addons-posts-item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Make odd product images shorter */
.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap:nth-of-type(2n+1) .trx-addons-posts-item-thumbnail {
    height: 350px !important;
    overflow: hidden !important;
}

.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap:nth-of-type(2n+1) .trx-addons-posts-item-thumbnail-wrap {
    height: 100% !important;
}

.elementor-element-8631a29 .trx-addons-posts-grid .trx-addons-grid-item-wrap:nth-of-type(2n+1) .trx-addons-posts-item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Background Text Section - Use linear gradient background with green */
.elementor-element-c6b964f:not(.trx_addons_bg_text_clip_mask) .trx_addons_bg_text,
.elementor-element-c6b964f.trx_addons_bg_text_clip_mask .trx_addons_bg_text_char,
.elementor-element-c6b964f.trx_addons_bg_text_clip_mask .trx_addons_bg_text_char i,
.elementor-element-c6b964f.trx_addons_bg_text_clip_mask .trx_addons_bg_text_char svg,
.elementor-element-c6b964f.trx_addons_bg_text_clip_mask .trx_addons_bg_text_char img {
    background-image: linear-gradient(93deg, rgba(170, 255, 0, 1) -14%, rgba(136, 204, 0, 1) 97%) !important;
    background-color: transparent !important;
}

.elementor-element-c6b964f .trx_addons_bg_text .trx_addons_bg_text_char {
    color: rgba(170, 255, 0, 1) !important;
}

.elementor-element-c6b964f .trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_delimiter svg path {
    fill: rgba(170, 255, 0, 1) !important;
    stroke: rgba(170, 255, 0, 1) !important;
}

/* Technology Solutions Section - Custom Unified Design */
.elementor-element-9cd4580 {
    padding: 4rem 2rem !important;
    background: transparent !important;
}

.elementor-element-0235058 {
    background: transparent !important;
    padding: 0 !important;
}

.elementor-element-0235058 .e-con-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Section Header */
.elementor-element-e219f85 h6 {
    color: rgba(170, 255, 0, 0.9) !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 0 1rem 0 !important;
}

.elementor-element-5da2c4d h1 {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 3rem 0 !important;
}

/* Tech Stack Grid - Equal Cards */
.elementor-element-a4211ec.tech-stack-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    margin-top: 3rem !important;
}

.elementor-element-a4211ec .elementor-widget-icon-box {
    height: 100% !important;
    display: flex !important;
}

.elementor-element-a4211ec .elementor-icon-box-wrapper {
    background: rgba(255, 255, 255, 0.03) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    padding: 2.5rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 280px !important;
    box-sizing: border-box !important;
}

.elementor-element-a4211ec .elementor-icon-box-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg,
        transparent,
        rgba(170, 255, 0, 0.4) 50%,
        transparent) !important;
    opacity: 0.6 !important;
}

.elementor-element-a4211ec .elementor-icon-box-wrapper:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    border-color: rgba(170, 255, 0, 0.3) !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
                0 0 30px rgba(170, 255, 0, 0.1) !important;
}

.elementor-element-a4211ec .elementor-icon-box-icon {
    width: 64px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(170, 255, 0, 0.1) !important;
    border-radius: 12px !important;
    margin-bottom: 1.5rem !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex-shrink: 0 !important;
}

.elementor-element-a4211ec .elementor-icon-box-icon svg {
    width: 32px !important;
    height: 32px !important;
    color: rgba(170, 255, 0, 0.9) !important;
    stroke: #aaff00 !important;
    filter: drop-shadow(0 0 4px rgba(170, 255, 0, 0.4)) !important;
}

.elementor-element-a4211ec .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    background: rgba(170, 255, 0, 0.2) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 8px 24px rgba(170, 255, 0, 0.3) !important;
}

.elementor-element-a4211ec .elementor-icon-box-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.elementor-element-a4211ec .elementor-icon-box-title {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.3 !important;
}

.elementor-element-a4211ec .elementor-icon-box-description {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    flex: 1 !important;
}

/* Video Section - Custom Design */
.elementor-element-1766208 {
    margin-top: 4rem !important;
    padding: 0 !important;
}

.elementor-element-1306853 {
    position: relative !important;
    min-height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    padding: 4rem 2rem !important;
}

.elementor-element-1306853::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(20, 20, 30, 0.7) 0%, 
        rgba(20, 20, 30, 0.5) 50%,
        rgba(20, 20, 30, 0.7) 100%) !important;
    z-index: 1 !important;
}

.elementor-element-21f9504 {
    position: relative !important;
    z-index: 2 !important;
}

.elementor-element-21f9504 .elementor-icon-box-wrapper {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.elementor-element-21f9504 .elementor-icon {
    width: 100px !important;
    height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(170, 255, 0, 0.15) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 2px solid rgba(170, 255, 0, 0.4) !important;
    border-radius: 50% !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
                0 0 40px rgba(170, 255, 0, 0.2) !important;
}

.elementor-element-21f9504 .elementor-icon:hover {
    background: rgba(170, 255, 0, 0.25) !important;
    border-color: rgba(170, 255, 0, 0.6) !important;
    transform: scale(1.15) !important;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.5),
                0 0 60px rgba(170, 255, 0, 0.4) !important;
}

.elementor-element-21f9504 .elementor-icon svg {
    width: 40px !important;
    height: 40px !important;
    color: rgba(170, 255, 0, 1) !important;
    filter: drop-shadow(0 0 8px rgba(170, 255, 0, 0.5)) !important;
    margin-left: 4px !important;
}

.elementor-element-21f9504 .elementor-icon:hover svg {
    filter: drop-shadow(0 0 12px rgba(170, 255, 0, 0.8)) !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .elementor-element-a4211ec.tech-stack-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
    
    .elementor-element-5da2c4d h1 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 768px) {
    .elementor-element-a4211ec.tech-stack-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    
    .elementor-element-5da2c4d h1 {
        font-size: 2rem !important;
    }
    
    .elementor-element-1306853 {
        min-height: 400px !important;
        padding: 3rem 1.5rem !important;
    }
    
    .elementor-element-21f9504 .elementor-icon {
        width: 80px !important;
        height: 80px !important;
    }
    
    .elementor-element-21f9504 .elementor-icon svg {
        width: 32px !important;
        height: 32px !important;
    }
}

@media (max-width: 480px) {
    .elementor-element-9cd4580 {
        padding: 3rem 1rem !important;
    }
    
    .elementor-element-5da2c4d h1 {
        font-size: 1.75rem !important;
    }
    
    .elementor-element-a4211ec .elementor-icon-box-wrapper {
        min-height: 260px !important;
        padding: 2rem !important;
    }
}

/* Section Divider - Same style as about page */
.about-section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}

.about-section-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(170, 255, 0, 0.05) 50%, 
        transparent 100%);
    pointer-events: none;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(170, 255, 0, 0.3) 20%, 
        rgba(170, 255, 0, 0.6) 50%, 
        rgba(170, 255, 0, 0.3) 80%, 
        transparent 100%);
    position: relative;
}

.divider-line::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(170, 255, 0, 0.4);
    box-shadow: 0 0 20px rgba(170, 255, 0, 0.6);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        width: 0;
        height: 0;
        opacity: 0.6;
    }
    50% {
        width: 8px;
        height: 8px;
        opacity: 1;
    }
}

.divider-content {
    position: relative;
    z-index: 1;
}

.divider-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(170, 255, 0, 0.1);
    border: 1px solid rgba(170, 255, 0, 0.3);
    color: rgba(170, 255, 0, 0.8);
    transition: all 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.divider-icon:hover {
    background: rgba(170, 255, 0, 0.2);
    border-color: rgba(170, 255, 0, 0.6);
    color: rgba(170, 255, 0, 1);
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(170, 255, 0, 0.4);
}

.divider-icon svg {
    width: 20px;
    height: 20px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 767px) {
    .about-section-divider {
        padding: 3rem 1rem;
        gap: 1rem;
    }
    
    .divider-icon {
        width: 40px;
        height: 40px;
    }
    
    .divider-icon svg {
        width: 16px;
        height: 16px;
    }
}

/* Comprehensive Technology Solutions Section - Icon Styling */
.elementor-element-22e348b .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1.5rem !important;
}

.elementor-element-22e348b .elementor-icon-box-icon {
    width: 64px !important;
    height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(170, 255, 0, 0.1) !important;
    border-radius: 12px !important;
    margin-bottom: 0 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    flex-shrink: 0 !important;
}

.elementor-element-22e348b .elementor-icon-box-icon svg {
    width: 32px !important;
    height: 32px !important;
    stroke: #aaff00 !important;
    filter: drop-shadow(0 0 4px rgba(170, 255, 0, 0.4)) !important;
}

.elementor-element-22e348b .elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    background: rgba(170, 255, 0, 0.2) !important;
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 8px 24px rgba(170, 255, 0, 0.3) !important;
}

.elementor-element-22e348b .elementor-icon-box-wrapper:hover .elementor-icon-box-icon svg {
    filter: drop-shadow(0 0 8px rgba(170, 255, 0, 0.6)) !important;
}

.elementor-element-22e348b .elementor-icon-box-title {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    margin: 0 0 0.75rem 0 !important;
    line-height: 1.3 !important;
}

.elementor-element-22e348b .elementor-icon-box-description {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.elementor-element-22e348b .elementor-icon-box-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
}

/* Hero Section - Remove margin on mobile */
@media (max-width: 768px) {
    .elementor-element-431c452[style*="margin-right"] {
        margin-right: 0 !important;
        width: 100%;
    justify-items: center;
    }
}