.elementor-11 .elementor-element.elementor-element-c2407c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-9377a44 */:root {
    --primary-teal: #008080;
    --primary-orange: #b65601;
    --dark-bg: #06090a;
    --card-bg: #0d1214;
}

.tech-services-section {
    background-color: var(--dark-bg);
    padding: 100px 15px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.section-header { text-align: center; margin-bottom: 60px; }

.gradient-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-teal), var(--primary-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.title-line {
    width: 60px; height: 4px;
    background: var(--primary-teal);
    margin: 15px auto;
    border-radius: 10px;
}

/* Bento Card Styling */
.service-bento-card {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 25px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.service-bento-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary-teal);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.icon-box {
    width: 55px;
    height: 55px;
    background: rgba(0, 128, 128, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-teal);
    margin-bottom: 25px;
    transition: 0.3s;
}

.service-bento-card:hover .icon-box {
    background: var(--primary-teal);
    color: #ffffff;
}

.service-bento-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-bento-card p {
    color: #a0a0a0;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Special Elements */
.mini-list {
    list-style: none;
    padding: 0;
}

.mini-list li {
    font-size: 0.9rem;
    color: #cbd5e0;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.mini-list li i {
    font-size: 10px;
    color: var(--primary-orange);
    margin-right: 10px;
}

.tag {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 10px;
    background: rgba(182, 86, 1, 0.1);
    color: var(--primary-orange);
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.security-gradient {
    background: linear-gradient(145deg, #0d1214 0%, #0a2021 100%);
}/* End custom CSS */