.elementor-4633 .elementor-element.elementor-element-09a2d84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4633 .elementor-element.elementor-element-09a2d84:not(.elementor-motion-effects-element-type-background), .elementor-4633 .elementor-element.elementor-element-09a2d84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F10;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-28cd0a0 *//* === CGV Section Styling === */
.cgv {
    max-width: 90%;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #222;
  line-height: 1.8;

}

.cgv ul li{
    color: white;
}

.cgv h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.cgv h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #f99320;
  margin: 12px auto 0;
  border-radius: 4px;
}

.cgv h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.cgv p {
  font-size: 16px;
  color: #fff!important;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cgv {
    padding: 40px 16px;
  }

  .cgv h1 {
    font-size: 28px;
  }

  .cgv h3 {
    font-size: 20px;
  }

  .cgv p {
    font-size: 15px;
  }
}/* End custom CSS */