.elementor-505 .elementor-element.elementor-element-c3f9bb9{--display:flex;--min-height:45vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-505 .elementor-element.elementor-element-c3f9bb9:not(.elementor-motion-effects-element-type-background), .elementor-505 .elementor-element.elementor-element-c3f9bb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://shadiclub.coderiters.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-26-2026-12_44_48-PM.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-505 .elementor-element.elementor-element-1b4d435.elementor-element{--align-self:center;}.elementor-505 .elementor-element.elementor-element-1b4d435 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:56px;font-weight:600;color:var( --e-global-color-text );}.elementor-505 .elementor-element.elementor-element-fc95e10{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-505 .elementor-element.elementor-element-c3f9bb9{--min-height:28vh;}.elementor-505 .elementor-element.elementor-element-c3f9bb9:not(.elementor-motion-effects-element-type-background), .elementor-505 .elementor-element.elementor-element-c3f9bb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center left;}.elementor-505 .elementor-element.elementor-element-1b4d435 .elementor-heading-title{font-size:29px;}}@media(min-width:768px){.elementor-505 .elementor-element.elementor-element-c3f9bb9{--content-width:1200px;}}/* Start custom CSS for text-editor, class: .elementor-element-ffd3eff */@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700;800&display=swap');

/* SHAADI CLUB PRIVACY POLICY DESIGN */
.sc-privacy-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 60px;
  background:
    radial-gradient(circle at top left, rgba(190, 46, 89, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
  border: 1px solid rgba(190, 46, 89, 0.12);
  box-shadow: 0 25px 80px rgba(37, 24, 32, 0.10);
  font-family: "Outfit", sans-serif;
  color: #514952;
  font-size: 16.5px;
  line-height: 1.9;
  position: relative;
  overflow: hidden;
}

.sc-privacy-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #be2e59, #f2b6a5, #be2e59);
}

.sc-privacy-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.05;
  font-weight: 800;
  color: #241b2f;
  text-align: center;
  margin: 0 0 26px;
  padding-bottom: 26px;
  position: relative;
}

.sc-privacy-content h1::after {
  content: "♡";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 120px;
  height: 1px;
  color: #be2e59;
  font-family: serif;
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(90deg, transparent, #e5b5a5, transparent);
}

.sc-privacy-content h2 {
  margin: 46px 0 16px;
  padding: 20px 22px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.35;
  font-weight: 800;
  color: #be2e59;
  background: linear-gradient(90deg, rgba(190, 46, 89, 0.09), rgba(255, 248, 246, 0));
  border-left: 5px solid #be2e59;
  border-radius: 16px;
  letter-spacing: -0.3px;
}

.sc-privacy-content p {
  margin: 0 0 18px;
  color: #514952;
  font-size: 16.5px;
  line-height: 1.9;
}

.sc-privacy-content strong {
  color: #241b2f;
  font-weight: 800;
}

/* Last Updated line */
.sc-privacy-content h1 + strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(190, 46, 89, 0.10);
  color: #be2e59;
  font-size: 14px;
  font-weight: 800;
}

/* Normal text readability */
.sc-privacy-content {
  white-space: normal;
}

/* Links */
.sc-privacy-content a {
  color: #be2e59;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(190, 46, 89, 0.35);
  transition: 0.25s ease;
}

.sc-privacy-content a:hover {
  color: #8f1f40;
  border-bottom-color: #8f1f40;
}

/* Better spacing after headings */
.sc-privacy-content h2 + p,
.sc-privacy-content h2 + strong,
.sc-privacy-content h2 + br {
  margin-top: 8px;
}

/* If you use UL LI anywhere, it will look premium */
.sc-privacy-content ul {
  margin: 18px 0 26px;
  padding: 22px 26px;
  list-style: none;
  background: #fff7f8;
  border: 1px solid rgba(190, 46, 89, 0.12);
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
}

.sc-privacy-content li {
  position: relative;
  padding-left: 24px;
  color: #514952;
  font-size: 15.8px;
  line-height: 1.65;
}

.sc-privacy-content li::before {
  content: "♥";
  position: absolute;
  left: 0;
  top: 1px;
  color: #be2e59;
  font-size: 12px;
}

/* Contact section area styling */
.sc-privacy-content h2:nth-of-type(38) {
  background: linear-gradient(135deg, rgba(190, 46, 89, 0.12), rgba(255, 246, 243, 1));
}

.sc-privacy-content h2:nth-of-type(38) ~ strong {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 18px;
  background: #fff5f7;
  border: 1px solid rgba(190, 46, 89, 0.14);
  border-radius: 14px;
  color: #be2e59;
}

/* Nice selection */
.sc-privacy-content ::selection {
  background: #be2e59;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .sc-privacy-content {
    padding: 42px 22px;
    border-radius: 22px;
    font-size: 15.8px;
    line-height: 1.85;
  }

  .sc-privacy-content h1 {
    font-size: 42px;
  }

  .sc-privacy-content h2 {
    margin-top: 34px;
    padding: 16px 18px;
    font-size: 22px;
  }

  .sc-privacy-content ul {
    grid-template-columns: 1fr;
    padding: 18px;
  }
}/* End custom CSS */