
  body {
    margin: 0;
    font-family: "Arial", sans-serif;
  }

  .terms-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
    overflow: hidden;
  }


  .headers {
    display: flex;
    height: 360px;
    padding: 20px;
    justify-content: space-between;
    background: linear-gradient(45deg, #f6a61f, #ff8700);
    color: white;
    clip-path: polygon(0 100%, 100% 80%, 100% 0, 0 0);
  }
  .cone{
    display: none;
    
  }
  .title-section {
    margin-top: 30px;
    margin-left: 50px;
  }
  .title-section h1 {
    font-family: Work Sans;
    font-size: 54px;
    font-weight: 700;
    line-height: 10.07px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .title-section h2 {
    font-family: Work Sans;
    font-size: 54px;
    font-weight: 400;
    line-height: 10.07px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .title-section p {
    font-family: Work Sans;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    line-height: 23.46px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .illustration {
    position: absolute;
    top: 100px; 
    right: 70px; 
    width: auto; 
    height: 100%; 
  }
  .illustration img {
    z-index: 1000;
  }


  .contents {
    width: 85%;
    margin: 200px auto;
  }

  .contents h3 {
    font-family: Sofia Sans Cond;
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

 
   .contents p{
   font-weight: 400;
  font-size: 18px;
  color: #333;
}
  
a[href^="mailto:"] {
  color: #d23669;           /* a noticeable reddish-pink */
  font-weight: 600;
  text-decoration: underline dotted;
  transition: color 0.3s;
}

a[href^="mailto:"]:hover {
  color: #a21848;
  text-decoration: underline;
}
  blockquote {
    background: #f0f0f0;
    padding: 10px;
    border-left: 5px solid #ff8700;
    font-style: italic;
    color: #555;
  }

.contents p.section-heading {
  font-weight: 700;
  font-size: 18px;
  color: #222;
  margin-top: 30px;
  margin-bottom: 15px;
}
.contents p.subsection-heading {
  font-weight: 600;
  font-size: 17px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
  background: #f7f7f7;
  border-radius: 3px;
}

  @media(max-width:1151px){
    .terms-container {
      width: 100%;
      margin: 0 auto;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      background: white;
      overflow: hidden;
    }
  
   
    .headers {
      display: flex;
      width:100%;
      height: 429px;
      padding: 0px;
      
      justify-content:center;
      background: linear-gradient(45deg, #f6a61f, #ff8700);
      color: white;
      clip-path: polygon(0 100%, 100% 70%, 100% 0, 0 0);
    }
    .title-section {
      margin-top: 30px;
      margin-left: 0px;
    }
    .title-section h1 {
font-family: Work Sans;
font-size: 28px;
font-weight: 700;
line-height: 12.84px;
letter-spacing: 0.01em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
  
    .title-section h2 {
font-family: Work Sans;
font-size: 28px;
font-weight: 700;
line-height: 12.84px;
letter-spacing: 0.01em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
  
    .title-section p {
      font-family: Work Sans;
      font-size: 20px;
      font-weight: 500;
      line-height: 13.46px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      
    }
    .illustration {
      position: relative;
      top: -220px; 
      display: flex;
      justify-content: center;
      right: 0px; 
      width: auto; 
      height: 100%; 
      z-index: 3; 
    }
    .illustration img {
      z-index: 1000;
      width: 235px;
      height: 223px;
    }
  
   
    .contents {
      width:100%;
      margin-top:-120px;
      height: auto;
    }
  
    .contents h3 {
font-family: Work Sans;
font-size: 28px;
font-weight: 700;
line-height: 32.84px;
letter-spacing: 0.01em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
  
    .contents p {
font-family: Work Sans;
width: 93%;
margin: 35px auto;
font-size: 16px;
font-weight: 400;
color: black;
line-height: 18.77px;
letter-spacing: 0.005em;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
  
    blockquote {
      background: #f0f0f0;
      padding: 10px;
      margin: 10px auto;
      border-left: 5px solid #ff8700;
      font-style: italic;
      color: #555;
    }
  






.contents p.section-heading {
    font-size: 17px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #222;
  }



  }

     

/* 
   body {
    margin: 0;
    font-family: "Arial", sans-serif;
  }

  .terms-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
    overflow: hidden;
  }


  .headers {
    display: flex;
    height: 360px;
    padding: 20px;
    justify-content: space-between;
    background: linear-gradient(45deg, #f6a61f, #ff8700);
    color: white;
    clip-path: polygon(0 100%, 100% 80%, 100% 0, 0 0);
  }
  .cone{
    display: none;
    
  }
  .title-section {
    margin-top: 30px;
    margin-left: 50px;
  }
  .title-section h1 {
    font-family: Work Sans;
    font-size: 54px;
    font-weight: 700;
    line-height: 10.07px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .title-section h2 {
    font-family: Work Sans;
    font-size: 54px;
    font-weight: 400;
    line-height: 10.07px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .title-section p {
    font-family: Work Sans;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    line-height: 23.46px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .illustration {
    position: absolute;
    top: 100px; 
    right: 70px; 
    width: auto; 
    height: 100%; 
  }
  .illustration img {
    z-index: 1000;
  }


.contents {
  max-width: 800px;
  margin: 100px auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.05);
}

.contents h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #222;
}

.contents p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #444;
}


.contents p.section-heading {
  font-weight: 700;
  font-size: 19px;
  color: #111;
  margin-top: 40px;
  margin-bottom: 10px;
  border-left: 4px solid #ff8700;
  padding-left: 12px;
  background: #fdf7f1;
  border-radius: 4px;
}


.contents p.subsection-heading {
  font-weight: 600;
  font-size: 17px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
  background: #f7f7f7;
  border-radius: 3px;
}


blockquote {
  background: #f8f8f8;
  padding: 15px 20px;
  border-left: 5px solid #ff8700;
  font-style: italic;
  color: #666;
  margin: 30px 0;
  border-radius: 6px;
}


@media (max-width: 768px) {
  .contents {
    padding: 20px;
    margin: 60px 15px;
  }

  .title-section h1 {
    font-size: 32px;
  }

  .title-section h2 {
    font-size: 20px;
  }

  .contents h3 {
    font-size: 24px;
  }

  .contents p.section-heading {
    font-size: 17px;
  }

  .contents p.subsection-heading {
    font-size: 16px;
  }

  .contents p {
    font-size: 15px;
  }
} 