.elementor-4326 .elementor-element.elementor-element-5f26856{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4326 .elementor-element.elementor-element-5f26856{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-f9b3d29 */```css
/* =========================
   GOOGLE FONT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

/* =========================
   GLOBAL STYLE
========================= */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Outfit', sans-serif;
  background:#f5f7fb;
  color:#1b1b1b;
  line-height:1.8;
}

a{
  text-decoration:none;
}

.privacy-wrapper{
  width:100%;
  overflow:hidden;
}

/* =========================
   HERO SECTION
========================= */
.privacy-hero{
  position:relative;
  background:linear-gradient(135deg,#0A1F5C 0%, #12307f 100%);
  padding:120px 20px 140px;
  text-align:center;
  color:#fff;
  overflow:hidden;
}

.privacy-hero::before{
  content:'';
  position:absolute;
  width:400px;
  height:400px;
  background:rgba(255,255,255,0.05);
  border-radius:50%;
  top:-180px;
  left:-120px;
}

.privacy-hero::after{
  content:'';
  position:absolute;
  width:300px;
  height:300px;
  background:rgba(255,255,255,0.04);
  border-radius:50%;
  bottom:-140px;
  right:-100px;
}

.privacy-hero-content{
  position:relative;
  z-index:2;
  max-width:850px;
  margin:auto;
}

.privacy-badge{
  display:inline-block;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.15);
  color:#fff;
  padding:10px 18px;
  border-radius:50px;
  font-size:14px;
  margin-bottom:22px;
  backdrop-filter:blur(10px);
}

.privacy-hero h1{
  font-size:58px;
  font-weight:700;
  margin-bottom:20px;
  line-height:1.2;
  letter-spacing:-1px;
}

.privacy-hero p{
  font-size:18px;
  color:rgba(255,255,255,0.85);
  max-width:700px;
  margin:auto;
}

/* =========================
   MAIN CONTENT
========================= */
.privacy-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

.privacy-card{
  background:#fff;
  margin-top:-80px;
  position:relative;
  z-index:10;
  border-radius:28px;
  padding:60px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  border:1px solid rgba(10,31,92,0.06);
}

/* =========================
   POLICY SECTION
========================= */
.policy-section{
  margin-bottom:45px;
}

.policy-section:last-child{
  margin-bottom:0;
}

.section-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}

.section-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:#eef2ff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#0A1F5C;
  flex-shrink:0;
}

.section-icon svg{
  width:24px;
  height:24px;
}

.policy-section h2{
  font-size:28px;
  color:#0A1F5C;
  font-weight:700;
  line-height:1.3;
}

.policy-section p{
  color:#555;
  font-size:16px;
  margin-bottom:16px;
}

.policy-section ul{
  padding-left:22px;
}

.policy-section ul li{
  margin-bottom:12px;
  color:#555;
}

/* =========================
   HIGHLIGHT BOX
========================= */
.highlight-box{
  background:linear-gradient(to right, rgba(31,111,74,0.08), rgba(10,31,92,0.04));
  border-left:4px solid #1F6F4A;
  padding:28px;
  border-radius:18px;
  margin-top:20px;
}

.highlight-box p{
  margin:0;
  color:#333;
  font-weight:500;
}

/* =========================
   CONTACT CARD
========================= */
.contact-card{
  margin-top:40px;
  background:#0A1F5C;
  border-radius:24px;
  padding:40px;
  color:#fff;
  position:relative;
  overflow:hidden;
}

.contact-card::before{
  content:'';
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,255,255,0.05);
  right:-100px;
  top:-100px;
}

.contact-card h3{
  font-size:32px;
  margin-bottom:14px;
  position:relative;
  z-index:2;
}

.contact-card p{
  color:rgba(255,255,255,0.82);
  margin-bottom:24px;
  position:relative;
  z-index:2;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  position:relative;
  z-index:2;
}

.contact-item{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.08);
  padding:20px;
  border-radius:18px;
  backdrop-filter:blur(10px);
}

.contact-label{
  font-size:14px;
  color:rgba(255,255,255,0.65);
  margin-bottom:6px;
}

.contact-value{
  font-size:18px;
  font-weight:600;
  word-break:break-word;
}

/* =========================
   FOOTER
========================= */
.policy-footer{
  text-align:center;
  padding:40px 20px 60px;
  color:#777;
  font-size:15px;
}

.policy-footer span{
  color:#B3002D;
  font-weight:600;
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:991px){

  .privacy-hero{
    padding:90px 20px 120px;
  }

  .privacy-hero h1{
    font-size:44px;
  }

  .privacy-card{
    padding:40px 30px;
  }

  .policy-section h2{
    font-size:24px;
  }

}

@media(max-width:768px){

  .privacy-hero h1{
    font-size:36px;
  }

  .privacy-hero p{
    font-size:16px;
  }

  .privacy-card{
    margin-top:-60px;
    border-radius:22px;
  }

  .contact-grid{
    grid-template-columns:1fr;
  }

  .contact-card{
    padding:30px;
  }

  .contact-card h3{
    font-size:28px;
  }

}

@media(max-width:480px){

  .privacy-hero{
    padding:80px 18px 100px;
  }

  .privacy-hero h1{
    font-size:30px;
  }

  .privacy-card{
    padding:30px 22px;
  }

  .section-title{
    align-items:flex-start;
  }

  .policy-section h2{
    font-size:22px;
  }

  .section-icon{
    width:46px;
    height:46px;
  }

}
```/* End custom CSS */