.elementor-834 .elementor-element.elementor-element-830f88e{--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;}/* Start custom CSS for html, class: .elementor-element-a0854e2 *//* GLOBAL RESET */
.enterprise-policy-hub {
    background-color: #010a1c !important; /* Deep Dark Blue */
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    padding-bottom: 100px;
}

.policy-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
}

/* HERO SECTION - FORCED SPACING */
.policy-hero-section {
    padding: 240px 0 100px !important; /* Header se safe distance */
    background: radial-gradient(circle at center, #011d4d 0%, #010a1c 100%);
    text-align: center;
    border-bottom: 1px solid rgba(0, 242, 255, 0.1);
}

.top-tag {
    color: #00f2ff !important; /* Neon Cyan */
    letter-spacing: 5px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

.main-title {
    font-size: clamp(40px, 7vw, 70px) !important;
    font-weight: 900 !important;
    color: #ffffff !important; /* Pure White Title */
    margin: 20px 0 !important;
    line-height: 1.1;
}

.cyan-text {
    color: #00f2ff !important;
    text-shadow: 0 0 20px rgba(0, 242, 255, 0.4);
}

.sub-lead {
    color: #8892b0 !important; /* Muted Blue-Grey */
    font-size: 19px;
    max-width: 750px;
    margin: 0 auto !important;
    line-height: 1.6;
}

/* POLICY BLOCKS */
.policy-grid-body { padding: 80px 0 !important; }

.policy-block { margin-bottom: 60px; }

.block-label {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-left: 4px solid #00f2ff;
    padding-left: 20px;
}

.faq-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.faq-card:hover {
    border-color: rgba(0, 242, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.faq-btn {
    width: 100%;
    padding: 25px 30px;
    background: none; border: none;
    text-align: left;
    color: #ffffff !important; /* Clear White Question Text */
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-btn i { color: #00f2ff; transition: 0.3s; }

.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.4s ease;
    color: #8892b0 !important;
    font-size: 16px;
    line-height: 1.8;
}

/* ACTIVE STATE */
.faq-card.active { border-color: #00f2ff; background: rgba(0, 242, 255, 0.02); }
.faq-card.active .faq-btn { color: #00f2ff !important; }
.faq-card.active .faq-btn i { transform: rotate(45deg); }
.faq-card.active .faq-content { max-height: 400px; padding-bottom: 30px; }

/* MOBILE RESPONSIVENESS */
@media (max-width: 768px) {
    .main-title { font-size: 38px !important; }
    .policy-hero-section { padding-top: 180px !important; }
    .faq-btn { font-size: 16px; padding: 20px; }
}/* End custom CSS */