.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.demoiselle-page {
  font-family: Georgia, "Times New Roman", serif;
  color: #243746;
  line-height: 1.7;
}

.demo-container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.demo-center {
  text-align: center;
}

.demo-section,
.demo-hero,
.demo-closing {
  padding: 80px 0;
}

.demo-light {
  background: #f7f5ef;
}

.demo-hero {
  background: #506c7d;
  color: #ffffff;
  padding: 110px 0 90px;
}

.demo-hero h1 {
  font-size: 56px;
  margin: 0 0 10px;
  color: #ffffff;
}

.demo-subtitle {
  font-size: 34px;
  font-style: italic;
  margin: 0 0 18px;
}

.demo-author {
  font-size: 22px;
  margin-bottom: 40px;
}

.demo-hero-image img,
.demo-final-image img,
.demo-certificate img,
.demo-card img,
.demo-gallery img,
.demo-signature img {
  max-width: 100%;
  height: auto;
  display: block;
}

.demo-hero-image {
  max-width: 420px;
  margin: 0 auto 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.demo-intro-text {
  font-size: 24px;
  margin-bottom: 24px;
}

.demo-divider {
  width: 180px;
  height: 3px;
  background: #c9a24d;
  margin: 24px auto;
}

.demo-event {
  font-size: 24px;
}

.demo-section h2,
.demo-closing h2 {
  font-size: 40px;
  margin: 0 0 18px;
  color: #243746;
}

.demo-section h3 {
  font-size: 24px;
  margin-top: 0;
  color: #243746;
}

.demo-section-intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.demo-grid {
  display: grid;
  gap: 28px;
}

.demo-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.demo-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.demo-card,
.demo-contact-card,
.demo-tier {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
  text-align: center;
}

.demo-card p {
  margin: 14px 0 0;
}

.text-left {
  text-align: left;
}

.demo-gallery img {
  border-radius: 12px;
}

.demo-stats {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.demo-stat {
  background: #243746;
  color: #fff;
  border-radius: 14px;
  padding: 24px 18px;
  text-align: center;
}

.demo-stat strong {
  display: block;
  font-size: 34px;
  margin-bottom: 6px;
}

blockquote {
  margin: 24px 0;
  padding: 18px 24px;
  border-left: 4px solid #c9a24d;
  background: #fbfaf6;
  font-style: italic;
}

.demo-tier {
  text-align: left;
  border-top: 4px solid #c9a24d;
}

.demo-tier.featured {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
}

.demo-tier h3 {
  margin-bottom: 10px;
}

.demo-price {
  font-size: 28px;
  font-weight: 700;
  color: #506c7d;
  margin-bottom: 18px;
}

.demo-tier ul {
  padding-left: 18px;
  margin: 0;
}

.demo-tier li {
  margin-bottom: 10px;
}

.demo-timeline {
  border-left: 3px solid #c9a24d;
  margin-left: 10px;
  padding-left: 28px;
}

.demo-timeline-item {
  position: relative;
  margin-bottom: 28px;
}

.demo-timeline-item::before {
  content: "";
  position: absolute;
  left: -37px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #506c7d;
}

.demo-contact-card a {
  color: #506c7d;
  text-decoration: none;
}

.demo-closing {
  background: #f3f3ef;
}

.demo-highlight {
  font-size: 24px;
  font-weight: 700;
  max-width: 850px;
  margin: 20px auto 30px;
}

.demo-signature {
  max-width: 180px;
  margin: 20px auto 30px;
}

.demo-final-image {
  max-width: 540px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .demo-grid-2,
  .demo-grid-3,
  .demo-stats {
    grid-template-columns: 1fr;
  }

  .demo-hero h1 {
    font-size: 40px;
  }

  .demo-subtitle {
    font-size: 26px;
  }

  .demo-section h2,
  .demo-closing h2 {
    font-size: 30px;
  }

  .demo-intro-text,
  .demo-event,
  .demo-highlight {
    font-size: 20px;
  }
}/* End custom CSS */