/*
  Privacy Policy page styles
  Extracted from style 2.css — only rules used by privacypolicy.php
  (header and footer styles excluded).
  Rules are kept in their original source order so the cascade
  (later overrides) behaves exactly as before.
*/

/* ---------- Content container ---------- */

.text-center {
  text-align: center;
}

.container.effort {
  padding: 5% 0;
  max-width: 85%;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.container.effort h2 {
  color: #202092;
  font-family: 'Sailec Bold';
  font-size: 32px;
  line-height: 42px;
}

.container.effort p {
  color: #0F0F33;
  font-family: 'Sailec Medium';
}

.container.effort h4 {
  display: list-item;
  font-size: 20px;
  opacity: 0.8;
  font-family: 'Sailec Medium';
  margin-left: 25px;
  margin-bottom: 25px;
}

.container.effort h4::marker {
  color: #FFC905;
}

ul{
  font-family: "Sailac Light";
}

/* ---------- Hero section (.cont-monk) ---------- */

.cont-monk {
  /* margin-top: 85px; */
}

.cont-mok {
  text-align: center;
}

.cont-monk h1 {
  color: #333333;
  font-family: 'Sailec Bold';
  font-weight: 600;
  margin-bottom: 45px;
}

.cont-monk h3 {
  color: #6E6E83;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 45px;
}

.cont-monk a {
  color: #0F0F33;
  padding-left: 10px;
  font-family: 'Sailec Bold';
}

/* ---------- Content section (.monk-form) ---------- */

.monk-form h5 {
  text-align: left;
  padding-bottom: 30px;
  color: #0F0F33;
}

.monk-form .container.effort {
  background: #f4f4f4 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 45px;
  /* margin-bottom: -120px; */
}

section.monk-form {
  position: relative;
}

section.cont-monk {
  background-image: url('../vcd.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* The hero image is 1920px wide natively — on wider screens `cover`
   upscales and crops it into an unrecognizable blur. Cap it at its
   native width and let the section background color fill the sides. */
@media (min-width: 1920px) {
  section.cont-monk {
    background-size: 1920px auto;
    background-position: center top;
  }
}

.cont-mok img {
  width: unset !important;
}

/* ---------- Mobile ---------- */

@media (max-width: 767px) {
  .container.effort h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .wace2 {
    padding: 0;
  }

  .monk-form .container.effort {
    padding: 20px !important;
    /* margin-bottom: 45px !important; */
    margin-top: 25px;
    padding-top: 45px;
  }

  .cont-monk h1, .cont-monk h3 {
    margin-bottom: 20px;
  }
}

/* ---------- Privacy-policy body class overrides ---------- */

body.privacy-policy .monk-form .container.effort {
  background-color: #fff;
}

body.privacy-policy .monk-form .container.effort h3 {
  color: #0F0F33;
}

/* ---------- Later cascade overrides (kept in source order) ---------- */

.container.effort h2 {
  color: #4C4C61;
  font-size: 34px;
  line-height: 44px;
  padding-right: 3%;
}

.container.effort h4 {
  margin-left: 22px;
}

.container.effort p {
  font-family: 'Sailec Light';
  font-weight: 500;
}
.container.effort li{
  color: #0F0F33;
  font-size: 17px;
  font-family: 'Sailec Light';
  font-weight: 500;
} 

@media (min-width: 1150px) {
  .monk-form .container.effort {
    padding: 5% 7%;
  }
}

section.cont-monk, section.monk-form {
  background-color: #f5f5f5;
}

.monk-form .container.effort {
  background: #ffffff 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 9;
}

.container.effort p {
  font-size: 17px;
}

.container.effort h2 {
  width: 92% !important;
  line-height: 1.3 !important;
  padding-right: 1% !important;
}

section.monk-form {
  position: relative;
  background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/11/grf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
