/* RAK Privé Elementor Styles - Extracted from WordPress */

/* Global Color Scheme */
:root {
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-26ea29b: #066AAB;
  --e-global-color-b0a0287: #000043;
  --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;
}

/* Container & Layout */
.elementor-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  background-color: #EEE1BA;
  background-image: url('/DDX_Frontpage_band_002_FullHD.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -250px;
  padding-top: 300px;
  padding-bottom: 50px;
}

/* Main Content Section */
.main-content {
  background-color: #FFFFFF;
  background-image: url('/nathan-watson-Qerg85B7JDI-unsplash01-scaled.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 76px 0;
  position: relative;
}

.main-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  background-image: url('/DDX_Frontpage_band_002_FullHD.jpg');
  background-position: center center;
  background-size: cover;
  opacity: 0.65;
  z-index: 1;
}

.main-content > * {
  position: relative;
  z-index: 2;
}

/* Typography */
.elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}

.main-heading {
  font-family: "Exo", sans-serif;
  font-size: 37px;
  font-weight: 500;
  line-height: 48px;
  color: var(--e-global-color-b0a0287);
  text-align: center;
}

.hero-heading {
  font-family: "Exo", sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}

.hero-subheading {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #F8F8F8;
  text-align: center;
}

.content-text {
  color: #54595F;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

/* Icon List Styling */
.elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}

.elementor-icon-list-icon {
  display: flex;
  position: relative;
  margin-right: 5px;
  color: var(--e-global-color-b0a0287);
  font-size: 21px;
}

.elementor-icon-list-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #54595F;
}

/* Divider */
.elementor-divider {
  text-align: center;
  margin: 75px 0;
}

.elementor-divider-separator {
  width: 10%;
  height: 2px;
  background-color: var(--e-global-color-b0a0287);
  margin: 0 auto;
}

/* Highlighted Section */
.highlight-section {
  background-color: #FFF2BC;
  padding: 75px;
}

/* Status Section */
.status-section {
  padding: 50px 0;
}

/* Forms */
.wpr-forms-container {
  text-align: left;
  background-color: #DFD6C3;
  border-style: none;
  padding: 15px;
  border-radius: 3px;
}

.wpr-forms-container label {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}

.wpr-forms-container input[type="text"],
.wpr-forms-container input[type="email"],
.wpr-forms-container input[type="tel"],
.wpr-forms-container input[type="number"],
.wpr-forms-container select,
.wpr-forms-container textarea {
  color: #474747;
  background-color: #E9E9E9;
  border: none;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  padding: 0 10px;
  margin: 10px;
  width: 100%;
  max-width: 700px;
}

.wpr-forms-container textarea {
  height: 400px;
  max-width: 400px;
  resize: vertical;
  padding: 10px;
  line-height: 1.4;
}

/* Buttons */
.wpr-button {
  background-color: #8FCAFC;
  color: #000000;
  border: none;
  border-radius: 2px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.4s;
}

.wpr-button:hover {
  background-color: #FFFFFF;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .elementor-container {
    max-width: 1024px;
  }
  
  .hero-heading {
    font-size: 35px;
  }
  
  .main-heading {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .elementor-container {
    max-width: 767px;
  }
  
  .hero-section {
    padding-top: 200px;
    margin-top: -150px;
  }
  
  .hero-heading {
    font-size: 28px;
  }
  
  .hero-subheading {
    font-size: 22px;
  }
  
  .main-heading {
    font-size: 24px;
  }
  
  .highlight-section {
    padding: 40px 20px;
  }
  
  .wpr-forms-container input[type="text"],
  .wpr-forms-container input[type="email"],
  .wpr-forms-container input[type="tel"],
  .wpr-forms-container input[type="number"],
  .wpr-forms-container select {
    max-width: 260px;
  }
}

/* Additional utility classes */
.text-center {
  text-align: center;
}

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

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}