.elementor-579 .elementor-element.elementor-element-ad2490f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-579 .elementor-element.elementor-element-6b812da{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-579 .elementor-element.elementor-element-6697681{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-faae6c0 *//* =========================================
   BARANGONLINE.COM — POLICY THEME
   WHITE + NAVY + BLUE + ORANGE
========================================= */

.bo-policy{
  --bo-bg:#f7f9fc;
  --bo-card:#ffffff;
  --bo-text:#102a5c;
  --bo-muted:#6b7280;
  --bo-line:rgba(16,42,92,.10);

  --bo-navy:#102a5c;
  --bo-blue:#164aa3;
  --bo-blue-light:#2f6fd0;
  --bo-orange:#f5a623;
  --bo-orange-dark:#d98b08;

  width:100%;

  background:
    radial-gradient(
      circle at top left,
      rgba(47,111,208,.08),
      transparent 28%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(245,166,35,.06),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7f9fc 100%
    );

  color:var(--bo-text);

  padding:90px 20px;

  font-family:'Poppins',Arial,sans-serif;
}

.bo-policy *{
  box-sizing:border-box;
}

.bo-policy__container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* =========================================
   HEADER
========================================= */

.bo-policy__header{
  max-width:850px;
  margin:0 auto 70px;
  text-align:center;
}

.bo-policy__eyebrow{
  display:inline-flex;

  align-items:center;
  justify-content:center;

  padding:9px 16px;

  border:
    1px solid rgba(22,74,163,.18);

  background:
    rgba(47,111,208,.07);

  color:var(--bo-blue);

  border-radius:999px;

  font-size:12px;
  font-weight:800;

  letter-spacing:2px;
  text-transform:uppercase;

  margin-bottom:22px;
}

.bo-policy__header h1{
  margin:0;

  font-size:clamp(42px,6vw,78px);

  line-height:.98;

  letter-spacing:-3px;

  font-weight:800;

  color:var(--bo-navy);
}

.bo-policy__updated{
  margin:18px 0 30px;

  color:var(--bo-muted);

  font-size:14px;

  font-weight:500;
}

.bo-policy__intro{
  max-width:760px;

  margin:0 auto 14px;

  font-size:16px;

  line-height:1.85;

  color:#526070;
}

.bo-policy__intro strong{
  color:var(--bo-navy);

  font-weight:700;
}


/* =========================================
   CONTENT WRAPPER
========================================= */

.bo-policy__content{
  display:flex;

  flex-direction:column;

  gap:22px;
}


/* =========================================
   POLICY CARD
========================================= */

.bo-policy__section{
  position:relative;

  display:grid;

  grid-template-columns:90px 1fr;

  gap:28px;

  background:
    rgba(255,255,255,.96);

  border:
    1px solid var(--bo-line);

  border-radius:24px;

  padding:34px;

  box-shadow:
    0 10px 35px rgba(16,42,92,.045);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.bo-policy__section:hover{
  transform:translateY(-3px);

  border-color:
    rgba(22,74,163,.22);

  box-shadow:
    0 18px 50px rgba(16,42,92,.08);
}


/* =========================================
   SECTION NUMBER
========================================= */

.bo-policy__number{
  width:68px;
  height:68px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:18px;

  background:
    linear-gradient(
      135deg,
      var(--bo-navy) 0%,
      var(--bo-blue) 100%
    );

  color:#ffffff;

  font-size:18px;

  font-weight:800;

  letter-spacing:.5px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    0 10px 24px rgba(22,74,163,.18);
}


/* =========================================
   BODY TYPOGRAPHY
========================================= */

.bo-policy__body h2{
  margin:3px 0 16px;

  color:var(--bo-navy);

  font-size:26px;

  line-height:1.25;

  font-weight:750;

  letter-spacing:-.7px;
}

.bo-policy__body p{
  margin:0 0 14px;

  color:#526070;

  font-size:15px;

  line-height:1.85;
}

.bo-policy__body p:last-child{
  margin-bottom:0;
}


/* =========================================
   LIST
========================================= */

.bo-policy__body ul{
  list-style:none;

  padding:0;

  margin:20px 0 22px;

  display:grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap:11px 16px;
}

.bo-policy__body li{
  position:relative;

  margin:0;

  padding:
    13px 15px 13px 42px;

  border:
    1px solid rgba(22,74,163,.09);

  background:
    linear-gradient(
      135deg,
      #f8faff,
      #ffffff
    );

  border-radius:12px;

  color:#3f4d61;

  font-size:14px;

  line-height:1.5;
}

.bo-policy__body li::before{
  content:"✓";

  position:absolute;

  left:14px;

  top:50%;

  transform:translateY(-50%);

  width:20px;
  height:20px;

  display:flex;

  align-items:center;
  justify-content:center;

  border-radius:50%;

  background:
    rgba(245,166,35,.15);

  color:var(--bo-orange-dark);

  font-size:11px;

  font-weight:900;
}


/* =========================================
   CONTACT SECTION
========================================= */

.bo-policy__section--contact{
  background:
    radial-gradient(
      circle at top right,
      rgba(47,111,208,.25),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      #102a5c 0%,
      #164aa3 100%
    );

  border-color:
    rgba(255,255,255,.08);

  overflow:hidden;
}

.bo-policy__section--contact:hover{
  border-color:
    rgba(245,166,35,.30);
}

.bo-policy__section--contact
.bo-policy__number{
  background:
    linear-gradient(
      135deg,
      #f5a623,
      #e38d0c
    );

  color:#ffffff;

  box-shadow:
    0 10px 24px rgba(245,166,35,.22);
}

.bo-policy__section--contact
.bo-policy__body h2{
  color:#ffffff;
}

.bo-policy__section--contact
.bo-policy__body p{
  color:rgba(255,255,255,.72);
}


/* =========================================
   CONTACT CARDS
========================================= */

.bo-policy__contact{
  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:14px;

  margin-top:26px;
}

.bo-policy__contact-item{
  min-height:100px;

  display:flex;

  flex-direction:column;

  justify-content:center;

  gap:7px;

  padding:18px;

  border-radius:15px;

  border:
    1px solid rgba(255,255,255,.12);

  background:
    rgba(255,255,255,.07);

  backdrop-filter:blur(8px);
}

.bo-policy__contact-item span{
  color:#f6b948;

  font-size:11px;

  line-height:1;

  font-weight:800;

  letter-spacing:1.4px;

  text-transform:uppercase;
}

.bo-policy__contact-item strong,
.bo-policy__contact-item a{
  color:#ffffff;

  font-size:15px;

  font-weight:600;

  line-height:1.5;

  text-decoration:none;
}

.bo-policy__contact-item a{
  transition:
    color .2s ease;
}

.bo-policy__contact-item a:hover{
  color:#ffd477;
}


/* =========================================
   FOOTER NOTE
========================================= */

.bo-policy__footer{
  margin-top:42px;

  padding-top:28px;

  border-top:
    1px solid var(--bo-line);

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:30px;
}

.bo-policy__footer p{
  margin:0;

  max-width:660px;

  color:var(--bo-muted);

  font-size:13px;

  line-height:1.7;
}

.bo-policy__footer span{
  flex-shrink:0;

  color:var(--bo-navy);

  font-size:12px;

  font-weight:700;
}


/* =========================================
   TABLET
========================================= */

@media(max-width:900px){

  .bo-policy{
    padding:70px 18px;
  }

  .bo-policy__section{
    grid-template-columns:72px 1fr;

    gap:20px;

    padding:28px;
  }

  .bo-policy__number{
    width:58px;
    height:58px;

    border-radius:15px;

    font-size:16px;
  }

  .bo-policy__body ul{
    grid-template-columns:1fr;
  }

  .bo-policy__contact{
    grid-template-columns:
      1fr 1fr;
  }

  .bo-policy__footer{
    align-items:flex-start;

    flex-direction:column;

    gap:12px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media(max-width:600px){

  .bo-policy{
    padding:55px 14px;
  }

  .bo-policy__header{
    margin-bottom:45px;
  }

  .bo-policy__eyebrow{
    font-size:10px;

    letter-spacing:1.5px;

    padding:8px 13px;

    margin-bottom:18px;
  }

  .bo-policy__header h1{
    font-size:43px;

    line-height:1;

    letter-spacing:-2px;
  }

  .bo-policy__updated{
    font-size:12px;

    margin:15px 0 22px;
  }

  .bo-policy__intro{
    font-size:14px;

    line-height:1.75;
  }

  .bo-policy__content{
    gap:15px;
  }

  .bo-policy__section{
    display:block;

    padding:22px 18px;

    border-radius:18px;
  }

  .bo-policy__number{
    width:48px;
    height:48px;

    margin-bottom:18px;

    border-radius:13px;

    font-size:14px;
  }

  .bo-policy__body h2{
    margin-top:0;

    font-size:21px;

    letter-spacing:-.4px;
  }

  .bo-policy__body p{
    font-size:14px;

    line-height:1.75;
  }

  .bo-policy__body ul{
    margin:17px 0 20px;

    gap:8px;
  }

  .bo-policy__body li{
    padding:
      12px 12px 12px 39px;

    font-size:13px;
  }

  .bo-policy__body li::before{
    left:12px;
  }

  .bo-policy__contact{
    grid-template-columns:1fr;

    gap:10px;
  }

  .bo-policy__contact-item{
    min-height:auto;

    padding:15px;
  }

  .bo-policy__footer{
    margin-top:30px;

    padding-top:22px;
  }

  .bo-policy__footer p,
  .bo-policy__footer span{
    font-size:11px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6b812da *//* =========================================
   BARANGONLINE.COM — PRIVACY POLICY
========================================= */

.bo-policy{
  --bo-bg:#f7f5ef;
  --bo-card:#ffffff;
  --bo-text:#171717;
  --bo-muted:#6f6f6f;
  --bo-line:#e8e3d8;
  --bo-accent:#d59a2f;
  --bo-accent-dark:#a87319;
  --bo-dark:#111111;

  width:100%;
  background:
    radial-gradient(circle at top left, rgba(213,154,47,.08), transparent 28%),
    linear-gradient(180deg,#fbfaf7 0%,#f6f3ec 100%);
  color:var(--bo-text);
  padding:90px 20px;
  font-family:'Poppins',Arial,sans-serif;
}

.bo-policy *{
  box-sizing:border-box;
}

.bo-policy__container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}


/* =========================================
   HEADER
========================================= */

.bo-policy__header{
  max-width:850px;
  margin:0 auto 70px;
  text-align:center;
}

.bo-policy__eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 16px;
  border:1px solid rgba(213,154,47,.35);
  background:rgba(213,154,47,.08);
  color:var(--bo-accent-dark);
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:22px;
}

.bo-policy__header h1{
  margin:0;
  font-size:clamp(42px,6vw,78px);
  line-height:.98;
  letter-spacing:-3px;
  font-weight:800;
  color:var(--bo-dark);
}

.bo-policy__updated{
  margin:18px 0 30px;
  color:var(--bo-muted);
  font-size:14px;
  font-weight:500;
}

.bo-policy__intro{
  max-width:760px;
  margin:0 auto 14px;
  font-size:16px;
  line-height:1.85;
  color:#555;
}

.bo-policy__intro strong{
  color:var(--bo-dark);
  font-weight:700;
}


/* =========================================
   CONTENT WRAPPER
========================================= */

.bo-policy__content{
  display:flex;
  flex-direction:column;
  gap:22px;
}


/* =========================================
   POLICY CARD
========================================= */

.bo-policy__section{
  position:relative;
  display:grid;
  grid-template-columns:90px 1fr;
  gap:28px;

  background:var(--bo-card);
  border:1px solid var(--bo-line);
  border-radius:24px;
  padding:34px;

  box-shadow:
    0 10px 35px rgba(0,0,0,.035);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
}

.bo-policy__section:hover{
  transform:translateY(-3px);
  border-color:rgba(213,154,47,.35);
  box-shadow:
    0 18px 50px rgba(0,0,0,.06);
}


/* =========================================
   SECTION NUMBER
========================================= */

.bo-policy__number{
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:18px;
  background:
    linear-gradient(135deg,#f4d89a 0%,#d59a2f 100%);

  color:#171717;
  font-size:18px;
  font-weight:800;
  letter-spacing:.5px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.5),
    0 8px 20px rgba(213,154,47,.18);
}


/* =========================================
   BODY TYPOGRAPHY
========================================= */

.bo-policy__body h2{
  margin:3px 0 16px;
  color:var(--bo-dark);
  font-size:26px;
  line-height:1.25;
  font-weight:750;
  letter-spacing:-.7px;
}

.bo-policy__body p{
  margin:0 0 14px;
  color:#555;
  font-size:15px;
  line-height:1.85;
}

.bo-policy__body p:last-child{
  margin-bottom:0;
}


/* =========================================
   LIST
========================================= */

.bo-policy__body ul{
  list-style:none;
  padding:0;
  margin:20px 0 22px;

  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px 16px;
}

.bo-policy__body li{
  position:relative;
  margin:0;
  padding:13px 15px 13px 42px;

  border:1px solid #eee8dc;
  background:#fbfaf7;
  border-radius:12px;

  color:#404040;
  font-size:14px;
  line-height:1.5;
}

.bo-policy__body li::before{
  content:"✓";
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);

  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:50%;
  background:rgba(213,154,47,.14);
  color:var(--bo-accent-dark);
  font-size:11px;
  font-weight:800;
}


/* =========================================
   CONTACT SECTION
========================================= */

.bo-policy__section--contact{
  background:
    linear-gradient(135deg,#151515 0%,#202020 100%);
  border-color:#282828;
}

.bo-policy__section--contact:hover{
  border-color:#3b3b3b;
}

.bo-policy__section--contact .bo-policy__body h2{
  color:#fff;
}

.bo-policy__section--contact .bo-policy__body p{
  color:#bfbfbf;
}

.bo-policy__contact{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:26px;
}

.bo-policy__contact-item{
  min-height:100px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;

  padding:18px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
}

.bo-policy__contact-item span{
  color:#8f8f8f;
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.bo-policy__contact-item strong,
.bo-policy__contact-item a{
  color:#fff;
  font-size:15px;
  font-weight:600;
  line-height:1.5;
  text-decoration:none;
}

.bo-policy__contact-item a{
  transition:color .2s ease;
}

.bo-policy__contact-item a:hover{
  color:#efc66c;
}


/* =========================================
   FOOTER NOTE
========================================= */

.bo-policy__footer{
  margin-top:42px;
  padding-top:28px;
  border-top:1px solid var(--bo-line);

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.bo-policy__footer p{
  margin:0;
  max-width:660px;
  color:var(--bo-muted);
  font-size:13px;
  line-height:1.7;
}

.bo-policy__footer span{
  flex-shrink:0;
  color:#454545;
  font-size:12px;
  font-weight:600;
}


/* =========================================
   TABLET
========================================= */

@media (max-width:900px){

  .bo-policy{
    padding:70px 18px;
  }

  .bo-policy__section{
    grid-template-columns:72px 1fr;
    gap:20px;
    padding:28px;
  }

  .bo-policy__number{
    width:58px;
    height:58px;
    border-radius:15px;
    font-size:16px;
  }

  .bo-policy__body ul{
    grid-template-columns:1fr;
  }

  .bo-policy__contact{
    grid-template-columns:1fr 1fr;
  }

  .bo-policy__footer{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width:600px){

  .bo-policy{
    padding:55px 14px;
  }

  .bo-policy__header{
    margin-bottom:45px;
  }

  .bo-policy__eyebrow{
    font-size:10px;
    letter-spacing:1.5px;
    padding:8px 13px;
    margin-bottom:18px;
  }

  .bo-policy__header h1{
    font-size:43px;
    line-height:1;
    letter-spacing:-2px;
  }

  .bo-policy__updated{
    font-size:12px;
    margin:15px 0 22px;
  }

  .bo-policy__intro{
    font-size:14px;
    line-height:1.75;
  }

  .bo-policy__content{
    gap:15px;
  }

  .bo-policy__section{
    display:block;
    padding:22px 18px;
    border-radius:18px;
  }

  .bo-policy__number{
    width:48px;
    height:48px;
    margin-bottom:18px;
    border-radius:13px;
    font-size:14px;
  }

  .bo-policy__body h2{
    margin-top:0;
    font-size:21px;
    letter-spacing:-.4px;
  }

  .bo-policy__body p{
    font-size:14px;
    line-height:1.75;
  }

  .bo-policy__body ul{
    margin:17px 0 20px;
    gap:8px;
  }

  .bo-policy__body li{
    padding:12px 12px 12px 39px;
    font-size:13px;
  }

  .bo-policy__body li::before{
    left:12px;
  }

  .bo-policy__contact{
    grid-template-columns:1fr;
    gap:10px;
  }

  .bo-policy__contact-item{
    min-height:auto;
    padding:15px;
  }

  .bo-policy__footer{
    margin-top:30px;
    padding-top:22px;
  }

  .bo-policy__footer p,
  .bo-policy__footer span{
    font-size:11px;
  }

}/* End custom CSS */