.elementor-90 .elementor-element.elementor-element-8723327{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2c78cd0 */.terms-page {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  box-sizing: border-box;
}

.terms-header {
  background-color: #011813;
  padding: 80px 40px;
  text-align: center;
}

.terms-header h1 {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.terms-header p {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  opacity: 0.7;
}

/* Tabs */
.terms-tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  background-color: #f9f9f9;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}

.tab-btn {
  background-color: transparent;
  color: #000000;
  padding: 20px 50px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  position: relative;
}

.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  color: #011813;
}

.tab-btn.active {
  color: #011813;
}

.tab-btn.active::after {
  background-color: #011813;
}

/* Content */
.terms-content {
  padding: 80px 40px;
  background-color: #FFFFFF;
}

.terms-content.hidden {
  display: none;
}

.terms-container {
  max-width: 900px;
  margin: 0 auto;
}

.terms-section {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}

.terms-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.terms-section h2 {
  color: #011813;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.terms-section h4 {
  color: #011813;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 12px 0;
}

.terms-section h4:first-of-type {
  margin-top: 0;
}

.terms-section p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px 0;
}

.terms-section p:last-child {
  margin-bottom: 0;
}

.terms-section ul {
  margin: 0 0 16px 0;
  padding: 0 0 0 20px;
}

.terms-section ul li {
  color: #000000;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.terms-section ul li:last-child {
  margin-bottom: 0;
}

.terms-section strong {
  color: #011813;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-header {
    padding: 60px 20px;
  }
  
  .terms-header h1 {
    font-size: 32px;
  }
  
  .terms-tabs {
    flex-direction: column;
  }
  
  .tab-btn {
    padding: 16px 30px;
    width: 100%;
    text-align: center;
  }
  
  .tab-btn::after {
    height: 2px;
  }
  
  .terms-content {
    padding: 60px 20px;
  }
  
  .terms-section h2 {
    font-size: 22px;
  }
  
  .terms-section h4 {
    font-size: 16px;
  }
  
  .terms-section p,
  .terms-section ul li {
    font-size: 15px;
  }
}/* End custom CSS */