.elementor-531 .elementor-element.elementor-element-4d654b5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8c4c16e */.ninda-policy-page{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:110px 7%;
  background:
    radial-gradient(circle at 12% 18%,rgba(209,0,114,.10),transparent 30%),
    radial-gradient(circle at 88% 82%,rgba(216,164,91,.13),transparent 34%),
    linear-gradient(135deg,#fff7f8 0%,#fff 46%,#fde6ef 100%);
  font-family:'Poppins',sans-serif;
  color:#4a2140;
}

.ninda-policy-page::before{
  content:"";
  position:absolute;
  width:460px;
  height:460px;
  right:-170px;
  top:-160px;
  border-radius:50%;
  background:rgba(209,0,114,.08);
  filter:blur(14px);
}

.ninda-policy-page::after{
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  left:-170px;
  bottom:-170px;
  border-radius:50%;
  background:rgba(216,164,91,.11);
  filter:blur(14px);
}

.ninda-policy-page__wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.ninda-policy-page__header{
  max-width:850px;
  margin:0 auto 54px;
  text-align:center;
}

.ninda-policy-page__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(209,0,114,.16);
  color:#d10072;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  box-shadow:0 12px 28px rgba(209,0,114,.07);
}

.ninda-policy-page__header h1{
  margin:22px 0 18px;
  font-family:'Playfair Display','Cormorant Garamond',serif;
  font-size:clamp(38px,5vw,68px);
  line-height:1.04;
  font-weight:800;
  color:#4a2140;
  letter-spacing:-1px;
}

.ninda-policy-page__header p{
  margin:0 auto;
  max-width:760px;
  font-size:16px;
  line-height:1.85;
  color:rgba(74,33,64,.74);
}

.ninda-policy-page__panel{
  padding:48px;
  border-radius:42px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(209,0,114,.13);
  box-shadow:0 34px 90px rgba(74,33,64,.12);
  backdrop-filter:blur(14px);
}

.ninda-policy-page__intro{
  display:flex;
  gap:22px;
  align-items:flex-start;
  margin-bottom:28px;
}

.ninda-policy-page__intro > span{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:18px;
  background:linear-gradient(135deg,#d10072,#e78bb7);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  box-shadow:0 16px 34px rgba(209,0,114,.22);
}

.ninda-policy-page__intro h2{
  margin:0 0 8px;
  font-family:'Playfair Display','Cormorant Garamond',serif;
  font-size:clamp(26px,3vw,40px);
  line-height:1.12;
  color:#4a2140;
  font-weight:800;
}

.ninda-policy-page__intro p{
  margin:0;
  max-width:760px;
  font-size:15px;
  line-height:1.75;
  color:rgba(74,33,64,.72);
}

.ninda-policy-page__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.ninda-policy-page__item{
  position:relative;
  min-height:210px;
  padding:24px;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,247,248,.82));
  border:1px solid rgba(209,0,114,.12);
  box-shadow:0 18px 42px rgba(74,33,64,.07);
  overflow:hidden;
}

.ninda-policy-page__item::before{
  content:"";
  position:absolute;
  right:-34px;
  top:-34px;
  width:100px;
  height:100px;
  border-radius:50%;
  background:rgba(209,0,114,.08);
}

.ninda-policy-page__item span{
  display:inline-flex;
  margin-bottom:16px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(209,0,114,.09);
  color:#d10072;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.ninda-policy-page__item h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.35;
  color:#4a2140;
  font-weight:800;
}

.ninda-policy-page__item p{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:rgba(74,33,64,.74);
}

.ninda-policy-page__item b{
  color:#d10072;
}

.ninda-policy-page__divider{
  height:1px;
  margin:44px 0;
  background:linear-gradient(90deg,transparent,rgba(209,0,114,.22),transparent);
}

.ninda-policy-page__note{
  margin-top:34px;
  padding:28px 32px;
  border-radius:30px;
  background:
    linear-gradient(135deg,rgba(74,33,64,.96),rgba(209,0,114,.84));
  box-shadow:0 24px 58px rgba(74,33,64,.16);
}

.ninda-policy-page__note h3{
  margin:0 0 8px;
  color:#fff;
  font-size:22px;
  font-weight:800;
}

.ninda-policy-page__note p{
  margin:0;
  max-width:900px;
  color:rgba(255,255,255,.86);
  font-size:15px;
  line-height:1.75;
}

@media(max-width:1100px){
  .ninda-policy-page__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:900px){
  .ninda-policy-page{
    padding:90px 5%;
  }

  .ninda-policy-page__panel{
    padding:34px;
    border-radius:34px;
  }
}

@media(max-width:767px){
  .ninda-policy-page{
    padding:70px 20px;
  }

  .ninda-policy-page__header{
    margin-bottom:36px;
  }

  .ninda-policy-page__panel{
    padding:24px 18px;
    border-radius:28px;
  }

  .ninda-policy-page__intro{
    gap:16px;
  }

  .ninda-policy-page__intro > span{
    width:46px;
    height:46px;
    flex-basis:46px;
    border-radius:15px;
    font-size:15px;
  }

  .ninda-policy-page__grid{
    grid-template-columns:1fr;
  }

  .ninda-policy-page__item{
    min-height:auto;
    padding:22px;
  }

  .ninda-policy-page__note{
    padding:24px 22px;
    border-radius:24px;
  }
}/* End custom CSS */