.elementor-559 .elementor-element.elementor-element-b0d065c{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a6042c2 *//* =========================================================
   OUTSOURCING PAGE GLOBAL STYLES
   ========================================================= */
.outsourcing-page-wrapper {
    background-color: #011032;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tech-container { max-width: 1100px !important; margin: 0 auto; padding: 0 40px; }
.text-center { text-align: center; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }

/* Headings & Typography */
.tech-title { color: #00f2ff; font-size: 36px; font-weight: 800; margin-bottom: 20px; }
.border-left-cyan { border-left: 5px solid #00f2ff; padding-left: 20px; }
.deep-text { color: #8892b0; font-size: 17px; line-height: 1.9; margin-bottom: 25px; text-align: justify; }

/* Buttons */
.bold-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; transition: all 0.3s ease; border-radius: 8px; cursor: pointer; border: none; }
.btn-neon-massive { padding: 20px 45px; font-size: 18px; font-weight: 700; background-color: #00f2ff; color: #011032 !important; box-shadow: 0 0 20px rgba(0, 242, 255, 0.4); margin-top: 20px;}
.btn-neon-massive:hover { background-color: transparent !important; color: #00f2ff !important; border: 2px solid #00f2ff; box-shadow: 0 0 30px rgba(0, 242, 255, 0.6); transform: translateY(-3px); }

/* --- HERO SECTION --- */
.outsource-hero-section { padding: 120px 0 80px; text-align: center; background: radial-gradient(circle at center, #011a4a 0%, #011032 80%); border-bottom: 1px solid rgba(0, 242, 255, 0.1); }
.neon-subtitle { color: #00f2ff; letter-spacing: 3px; font-size: 16px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.main-tech-title { font-size: 60px; font-weight: 900; color: #ffffff !important; line-height: 1.2; margin-bottom: 25px; text-shadow: 0 0 25px rgba(0, 242, 255, 0.3); }
.outsource-lead-text { color: #ccd6f6; font-size: 19px; line-height: 1.8; max-width: 850px; margin: 0 auto 40px; font-weight: 300; }

/* --- LONG TEXT SECTION (The Dilemma) --- */
.long-text-section { padding: 80px 0 40px; }
.text-content-box { background: rgba(255,255,255,0.01); padding: 50px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.03); }

/* --- CAPABILITIES GRID --- */
.capabilities-section { padding: 60px 0; }
.capabilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.cap-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05); padding: 40px 30px; border-radius: 12px; transition: 0.4s; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.cap-card:hover { transform: translateY(-10px); border-color: rgba(0, 242, 255, 0.4); background: rgba(0, 242, 255, 0.02); box-shadow: 0 15px 40px rgba(0, 242, 255, 0.1); }
.cap-icon { font-size: 45px; color: #00f2ff; margin-bottom: 25px; }
.cap-title { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 15px; font-family: 'Poppins', sans-serif;}
.cap-desc { color: #8892b0; font-size: 15px; line-height: 1.8; }

/* --- ENGAGEMENT MODELS --- */
.models-section { padding: 80px 0; background: #010a1c; border-top: 1px solid rgba(0,242,255,0.05); }
.models-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
.model-box { background: #011032; border-left: 4px solid #00f2ff; padding: 40px; border-radius: 0 12px 12px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.2); transition: 0.3s; }
.model-box:hover { background: rgba(0, 242, 255, 0.03); transform: translateX(10px); }
.model-title { color: #fff; font-size: 24px; font-weight: 700; margin-bottom: 15px; display: flex; align-items: center; gap: 15px; }
.model-title i { color: #00f2ff; }
.model-text { color: #8892b0; font-size: 16px; line-height: 1.8; }

/* --- NDA TRUST SECTION --- */
.trust-nda-section { padding: 100px 0; }
.nda-box { display: flex; align-items: center; gap: 50px; background: radial-gradient(circle at right, rgba(0, 242, 255, 0.05) 0%, rgba(255,255,255,0.02) 100%); border: 1px solid rgba(0, 242, 255, 0.2); padding: 60px; border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.4); }
.nda-icon { font-size: 100px; color: rgba(0, 242, 255, 0.15); text-shadow: 0 0 30px rgba(0, 242, 255, 0.2); }
.nda-title { color: #00f2ff; font-size: 32px; font-weight: 800; margin-bottom: 20px; }
.nda-text { color: #ccd6f6; font-size: 17px; line-height: 1.8; margin-bottom: 25px; }
.nda-list { list-style: none; padding: 0; }
.nda-list li { color: #8892b0; font-size: 16px; margin-bottom: 15px; display: flex; align-items: flex-start; gap: 12px; }
.nda-list li i { color: #00f2ff; margin-top: 4px; }
.nda-list li strong { color: #fff; }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 991px) {
    .capabilities-grid { grid-template-columns: 1fr; }
    .nda-box { flex-direction: column; text-align: center; padding: 40px 30px; gap: 30px; }
    .nda-list li { justify-content: center; text-align: left; }
    .text-content-box { padding: 30px 20px; }
}
@media (max-width: 768px) {
    .tech-container { padding: 0 20px !important; }
    .main-tech-title { font-size: 42px; }
    .outsource-lead-text { font-size: 16px; }
    .tech-title { font-size: 28px; }
    .model-box { padding: 25px 20px; }
    .model-title { font-size: 20px; }
    .nda-title { font-size: 26px; }
}/* End custom CSS */