.elementor-6511 .elementor-element.elementor-element-7930f86{--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;}body.elementor-page-6511:not(.elementor-motion-effects-element-type-background), body.elementor-page-6511 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-868ac6d */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');

.privacy-policy-section {
    padding: 120px 0;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-top:200px;
}

/* Header Styling */
.policy-header { text-align: center; margin-bottom: 80px; }
.policy-badge { 
    font-size: 11px; letter-spacing: 4px; color: #fbbf24; 
    border: 1px solid rgba(251, 191, 36, 0.3); padding: 8px 20px; 
    border-radius: 50px; display: inline-block; margin-bottom: 20px;
    
}
.policy-title { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 800; margin-bottom: 10px; }
.policy-subtitle { color: #64748b; font-size: 0.9rem; font-weight: 600; }

/* Policy Grid */
.policy-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
    margin-bottom: 60px;
}

.policy-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 35px;
    border-radius: 30px;
    backdrop-filter: blur(15px);
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.policy-card:hover {
    transform: translateY(-10px);
    border-color: #fbbf24;
    background: rgba(251, 191, 36, 0.05);
}

.p-card-icon { font-size: 2.5rem; margin-bottom: 25px; }
.policy-card h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 15px; color: #fff; }
.policy-card p { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; }

.policy-list { list-style: none; padding: 0; }
.policy-list li { 
    margin-bottom: 12px; font-size: 0.9rem; color: #cbd5e1; 
    display: flex; gap: 10px; font-weight: 600; 
}
.policy-list li span { color: #fbbf24; }

/* Contact Footer */
.policy-contact-footer {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0.05), transparent);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px;
    border-radius: 35px;
    text-align: center;
}

.policy-contact-footer h4 { font-size: 1.1rem; letter-spacing: 3px; color: #fbbf24; margin-bottom: 15px; }
.policy-contact-footer p { color: #94a3b8; margin-bottom: 30px; }

.p-contact-links { display: flex; justify-content: center; align-items: center; gap: 20px; }
.p-link { 
    font-size: 1.5rem; font-weight: 800; color: #fff; 
    text-decoration: none; transition: 0.3s; 
}
.p-link:hover { color: #fbbf24; }
.sep { color: rgba(255, 255, 255, 0.1); font-size: 1.5rem; }

/* Heading Shimmer */
.gradient-shine {
    background: linear-gradient(90deg, #fbbf24, #fff3ad, #fbbf24);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
}
.text1{
  background: linear-gradient(
    90deg,
    #22c55e,
    #06b6d4,
    #3b82f6,
    #8b5cf6,
    #ec4899,
    #22c55e
  );
  background-size: 250% 100%;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove{
  0%{background-position:0%}
  50%{background-position:100%}
  100%{background-position:0%}
}

@keyframes shine { to { background-position: 200% center; } }

@media (max-width: 968px) {
    .policy-grid { grid-template-columns: 1fr; }
    .p-contact-links { flex-direction: column; gap: 10px; }
    .sep { display: none; }
}/* End custom CSS */