 .terms-section {
    background-color: #f8f9fa;
    min-height: 100vh;
  }

  .terms-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  }

  .terms-title {
    color: #212529;
    font-size: 38px;
    letter-spacing: 1px;
  }

  .terms-updated {
    color: #6c757d;
    font-size: 16px;
  }

  .terms-intro {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
  }

  .terms-content {
    border-top: 1px solid #e9ecef;
    padding-top: 30px;
    margin-top: 30px;
  }

  .terms-content h4 {
    color: #212529;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .terms-number {
    color: red;
    margin-right: 5px;
  }

  .terms-content p {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
  }

  .terms-card a {
    color: red;
    text-decoration: none;
  }

  .terms-card a:hover {
    text-decoration: underline;
  }
  .refund-section {
    min-height: 100vh;
    background-color: #f8f9fa;
  }

  .refund-card {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  }

  .refund-title {
    color: #212529;
    font-size: 38px;
    letter-spacing: 0.5px;
  }

  .refund-updated {
    color: #6c757d;
    font-size: 16px;
  }

  .policy-content h4 {
    color: #212529;
    font-size: 22px;
  }

  .policy-content p {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.8;
  }

  .refund-item {
    background-color: #f8f9fa;
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.3s ease;
  }

  .refund-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  }

  .refund-item strong {
    color: #212529;
  }

  .contact-box {
    background-color: #f8f9fa;
    border: 1px solid #e1e5e9;
    border-left: 4px solid red;
    border-radius: 10px;
    padding: 25px;
  }

  .contact-box a {
    color: red;
    word-break: break-word;
  }

  .contact-box a:hover {
    text-decoration: underline !important;
  }

  .refund-section {
    min-height: 100vh;
    background-color: #f8f9fa;
  }

  .refund-card {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  }

  .refund-title {
    color: #212529;
    font-size: 38px;
    letter-spacing: 0.5px;
  }

  .refund-updated {
    color: #6c757d;
    font-size: 16px;
  }

  .privacy-heading {
    color: #212529;
    font-size: 28px;
    line-height: 1.4;
  }

  .policy-content h4 {
    color: #212529;
    font-size: 22px;
  }

  .policy-content p {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.8;
  }

  .policy-content a {
    color: red;
    text-decoration: none;
    word-break: break-word;
  }

  .policy-content a:hover {
    text-decoration: underline;
  }

  .policy-section {
    border-top: 1px solid #e9ecef;
    padding-top: 30px;
    margin-top: 35px;
  }

  .privacy-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .privacy-list li {
    position: relative;
    background-color: #f8f9fa;
    border: 1px solid #e1e5e9;
    border-radius: 10px;
    padding: 18px 18px 18px 48px;
    margin-bottom: 14px;
    color: #5f6368;
    font-size: 16px;
    line-height: 1.7;
    transition: 0.3s ease;
  }

  .privacy-list li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 18px;
    width: 22px;
    height: 22px;
    background-color: red;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .privacy-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
  }

  .contact-box {
    background-color: #f8f9fa;
    border: 1px solid #e1e5e9;
    border-left: 4px solid red;
    border-radius: 10px;
    padding: 25px;
  }

  .contact-box p:last-child {
    margin-bottom: 0;
  }

 

  @media (max-width: 767px) {
    .refund-section {
      padding: 30px 12px !important;
    }

    .refund-card {
      padding: 25px 20px;
      border-radius: 12px;
    }

    .refund-title {
      font-size: 28px;
    }

    .policy-content h4 {
      font-size: 20px;
    }

    .policy-content p {
      font-size: 15px;
    }

    .refund-item {
      padding: 16px;
    }
  }

  @media (max-width: 767px) {
    .terms-section {
      padding: 30px 12px;
    }

    .terms-card {
      padding: 25px 20px;
      border-radius: 10px;
    }

    .terms-title {
      font-size: 28px;
    }

    .terms-content h4 {
      font-size: 20px;
    }

    .terms-intro,
    .terms-content p {
      font-size: 15px;
    }
      .refund-section {
      padding: 30px 12px !important;
    }

    .refund-card {
      padding: 25px 20px;
      border-radius: 12px;
    }

    .refund-title {
      font-size: 28px;
    }

    .privacy-heading {
      font-size: 23px;
    }

    .policy-content h4 {
      font-size: 20px;
    }

    .policy-content p,
    .privacy-list li {
      font-size: 15px;
    }

    .privacy-list li {
      padding: 15px 15px 15px 44px;
    }

    .privacy-list li::before {
      left: 15px;
      top: 15px;
    }
  }