/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/terms/termsPage.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
/* Terms Page Styles */

.termsPage_termsPage__Mj5Qx {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 90px 0;
  color: #333;
}

.termsPage_termsPage__Mj5Qx h1 {
  color: #2563eb;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

.termsPage_termsContainer__Zi957 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.termsPage_termsPage__Mj5Qx h2 {
  color: #1e40af;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 10px;
}

.termsPage_termsPage__Mj5Qx p {
  margin-bottom: 16px;
  text-align: justify;
  line-height: 1.6;
}

.termsPage_termsPage__Mj5Qx ul {
  margin: 20px 0;
  padding-left: 30px;
}

.termsPage_termsPage__Mj5Qx li {
  margin-bottom: 8px;
}

/* Section styles */
.termsPage_termsSection___lZDI {
  margin-bottom: 30px;
}

.termsPage_termsSection___lZDI h3 {
  color: #374151;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.termsPage_termsPage__Mj5Qx strong {
  color: #1f2937;
  font-weight: 600;
}

.termsPage_contactEmail__VjiyT {
  text-align: left;
  margin: 0;
}

.termsPage_contactEmail__VjiyT a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
  transition: all 0.3s ease;
}

.termsPage_contactEmail__VjiyT a:hover {
  color: #1e40af;
  transform: translateY(-2px);
}

/* Responsive design */
@media (max-width: 768px) {
  .termsPage_termsContainer__Zi957 {
    padding: 0 15px;
  }
  
  .termsPage_termsPage__Mj5Qx h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .termsPage_termsPage__Mj5Qx h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  
  .termsPage_termsPage__Mj5Qx p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .termsPage_termsPage__Mj5Qx {
    padding: 60px 0;
  }
  
  .termsPage_termsContainer__Zi957 {
    padding: 0 10px;
  }
  
  .termsPage_termsPage__Mj5Qx h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .termsPage_termsPage__Mj5Qx h2 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  
  .termsPage_termsPage__Mj5Qx p {
    font-size: 13px;
    line-height: 1.5;
  }
}

