/* Import DM Sans font from Google Fonts */
.button-primary {
  background-color: #5ab52b;
  color: #000000;
}

.button-secondary {
  background-color: #c0e1b8;
  color: #000000;
}

.hover-background-primary-lightest:hover {
  background-color: #eff4fb;
  color: #162c40;
  transition: color 0.2s;
}

.theme-info {
  background-color: #294a71;
  color: #ebf9e8;
}

.theme-info-alt {
  background-color: #c0e1b8;
  color: #294a71;
}

.theme-header {
  color: #294a71;
}

.theme-icon {
  color: #294a71;
}
.theme-icon svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-link {
  color: #325989;
  transition: color 0.2s;
}
.theme-link:active {
  color: #294a71;
}
.theme-link:hover {
  color: #7090b5;
}

.theme-icon-alt {
  color: #c0e1b8;
}
.theme-icon-alt svg {
  fill: currentColor;
  stroke: currentColor;
}

.theme-section-header {
  background-color: #294a71;
  color: #ddf1d9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 40px 20px 40px 20px;
}
.theme-section-header p {
  color: #ddf1d9;
}

.theme-divider {
  height: 5px;
  width: 100%;
  background-color: #294a71;
  margin: 15px 0px;
}

.theme-cta {
  color: #325989;
}

.theme-section-alt-header {
  background-color: #eff4fb;
  color: #294a71;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme-section-alt-header p {
  color: #1f3b58;
  margin: 0px;
}

.theme-background {
  background-color: whitesmoke;
}

.theme-section {
  background-color: #eff4fb;
  color: #000000;
  margin-top: 50px;
}

.theme-subsection {
  background-color: #ddf1d9;
  color: #294a71;
}
.theme-subsection h1 h2 h3 {
  color: #294a71;
}
.theme-subsection p {
  color: #1f3b58;
  margin: 5px;
}
.theme-subsection p.profile-experience {
  margin-top: 20px;
}

/* dm-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/dm-sans-v15-latin_latin-ext-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/dm-sans-v15-latin_latin-ext-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/dm-sans-v15-latin_latin-ext-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Apply DM Sans font to the entire website */
body {
  font-family: "DM Sans", sans-serif;
  margin: 0;
  padding: 0px;
}
body [id] {
  scroll-margin-top: 80px;
}

.embed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1.6em 0;
  box-shadow: 0 2px 8px rgba(63, 69, 81, 0.16);
  border-radius: 8px;
  overflow: hidden;
  will-change: transform;
}
.embed-container .embed-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

@media (max-width: 767px) {
  .embed-container {
    padding-top: 100%;
  }
}
.top-info {
  /* White background for the main content */
  padding: 20px;
  /* Padding inside the content */
  margin: 0;
  /* No margin on the content itself */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Horizontally center */
  justify-content: center;
  /* Vertically center */
  text-align: center;
  text-wrap: balance;
}

/* Main content styles */
.main-content {
  padding: 0px;
  max-width: 1400px;
  /* Adjust the padding as needed */
  margin: 0px;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-top: 50px;
}
@supports (-webkit-touch-callout: none) {
  .main-container {
    padding-top: 0px;
  }
}

.contact-section {
  padding-bottom: 30px;
}

/* Styles for headings */
/* Styles for h1 */
h1 {
  font-size: 32px;
  /* Example size for h1 */
  font-weight: 700;
  /* Bold */
  /* Example color */
  margin-bottom: 5px;
  /* Space below the heading */
}

/* Styles for h2 */
h2 {
  font-size: 24px;
  /* Smaller size than h1 */
  font-weight: 700;
  /* Bold */
  /* Example color */
  margin-bottom: 5px;
  /* Space below the heading */
}

/* Styles for h3 */
h3 {
  font-size: 20px;
  /* Smaller size than h2 */
  font-weight: 700;
  /* Bold */
  /* Example color */
  margin-bottom: 5px;
  /* Space below the heading */
}

/* Styles for body text */
.body-text {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  /* Adjust the font size as needed */
  font-weight: 400;
  /* Regular */
  line-height: 1.5;
  /* Line height for readability */
  color: black;
  /* Example color */
  display: block;
  /* Ensure it takes the full width */
  max-width: 600px;
  margin: 20px;
}

/* Styles for the first paragraph */
.first-paragraph {
  margin-bottom: 40px;
  /* Add space below the first paragraph */
}

/* Image container styles */
.first-image-container img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.first-image-container img {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

/* Styles for process frame  */
.process-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Horizontally center */
  justify-content: center;
  /* Vertically center */
  text-align: center;
  /* Center the text itself */
  padding: 40px 20px 40px 20px;
  /* Ensure the container takes full width */
}

.process-title {
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.icon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  /* Ensure the container takes full width */
}

.icon-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.circle-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
}

.enova {
  padding: 20px;
}
.enova h2 {
  margin: 10px;
}
.enova h3 {
  margin: 10px;
}
.enova .heading {
  max-width: 600px;
}

.last-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  text-align: center;
  padding: 20px;
}
.last-paragraph .heading {
  max-width: 600px;
}

.dashed-line {
  height: 40px;
  /* Height of the line */
  border-left: 1px dashed #ddf1d9;
  /* Change to a solid line with dashed pattern */
}

/* Dashed lines */
.dashed {
  flex-grow: 1;
  height: 10px;
  /* Adjust the thickness of the dashed line */
  background: none;
  border-top: 2px solid #ddf1d9;
  margin: 0px;
  /* Adjust the spacing as needed */
  position: relative;
  top: 50px;
  /* Align with the center of the icons */
}

/* Styles for process map  */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  padding: 20px;
  border-radius: 8px;
  justify-items: center;
}

@media (min-width: 1123px) {
  .profile-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-step {
  max-width: 300px;
  margin: 40px 0px 60px 0px;
  /* Adjusted margin to make room for the circle */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* Needed for the circle to be positioned absolutely */
  padding: 20px;
  border-radius: 10px;
  border-bottom: 5px solid #325989;
}
.process-step .step-number-circle {
  position: absolute;
  top: -35px;
  /* Adjust to move the circle outside the box */
  left: 50%;
  transform: translateX(-50%);
  /* Centers the circle horizontally */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border-bottom: 5px solid #c0e1b8;
}
.process-step .icon-row {
  padding: 30px 30px 0px 30px;
}
.process-step .process-heading {
  text-align: center;
  margin: 10px 20px;
}
.process-step .process-body-text {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  margin: 0px 20px 20px 20px;
}

.om-oss {
  padding: 20px;
}

/* Profile Section Styles */
.profile-section {
  width: auto;
  max-width: 420px;
  /* Maximum width for the profile section */
  margin: 0px auto;
  /* Center the section with auto margins */
  text-align: center;
  /* Center-align text */
  border-radius: 10px;
  /* White background */
  padding: 20px 12px;
  border-bottom: 5px solid #c0e1b8;
}

.profile-headshot {
  width: 150px;
  /* Fixed width for the headshot */
  height: 150px;
  /* Fixed height for the headshot */
  border-radius: 50%;
  /* Circular headshot */
  object-fit: cover;
  /* Ensure the image covers the area */
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.1);
  padding: 1px;
  border-bottom: 2px solid #c0e1b8;
}

.profile-name {
  margin: 0px 0px 0px 0px;
}

/* Button Styling */
.btn {
  background-color: #5dbc2e !important;
  /* Force green background color */
  color: white !important;
  /* Force white text color */
  border: none !important;
  /* Remove border */
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}

.btn:hover {
  background-color: #4a9a24 !important;
  /* Darker shade on hover */
}

.centered-heading {
  text-align: center;
  /* Center the text inside this specific heading */
}

/* Apply styles only on desktop */
@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
  .margin-container {
    padding: 0px 90px;
    /* This padding creates the margin effect */
    box-sizing: border-box;
    /* Include padding in the total width/height */
  }
}
.packages-section {
  background-color: #f9f9f9;
  text-align: center;
}
.packages-section .packages-grid {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  justify-items: stretch;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .packages-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .packages-section .packages-grid {
    grid-template-columns: 1fr;
  }
}
.packages-section .package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Ensure elements are spaced correctly */
  height: 100%;
  /* Full height for proper alignment */
  /* Custom colors for each card */
}
.packages-section .package-card .package-header,
.packages-section .package-card .package-content,
.packages-section .package-card .package-cta {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}
.packages-section .package-card .package-header {
  background-color: #4a3e55;
  color: white;
  padding: 20px;
  box-sizing: border-box;
}
.packages-section .package-card .package-header .package-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.packages-section .package-card .package-header .package-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  min-height: 42px;
}
.packages-section .package-card .package-header .package-price {
  min-height: 48px;
  font-size: 18px;
  font-weight: 700;
}
.packages-section .package-card .package-content {
  background-color: #89729d;
  /* Default for content */
  color: white;
  padding-left: 24px;
  min-height: 365px;
}
.packages-section .package-card .package-content .package-items {
  padding: 0;
  margin: 0;
}
.packages-section .package-card .package-content .package-items li {
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
}
.packages-section .package-card .package-cta {
  background-color: #cda8ed;
  /* Default for CTA */
  color: white;
}
.packages-section .package-card .package-cta .btn {
  background-color: white;
  color: #333;
  padding: 10px 20px;
  border: 2px solid white;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.packages-section .package-card .package-cta .btn:hover {
  background-color: #f9f9f9;
  color: #333;
}
.packages-section .package-card:nth-child(1) .package-header {
  background-color: #4a3e55;
}
.packages-section .package-card:nth-child(1) .package-content {
  background-color: #89729d;
}
.packages-section .package-card:nth-child(1) .package-cta {
  background-color: #cda8ed;
}
.packages-section .package-card:nth-child(2) .package-header {
  background-color: #484f45;
}
.packages-section .package-card:nth-child(2) .package-content {
  background-color: #8b9b87;
}
.packages-section .package-card:nth-child(2) .package-cta {
  background-color: #d9f1d1;
}
.packages-section .package-card:nth-child(3) .package-header {
  background-color: #364630;
}
.packages-section .package-card:nth-child(3) .package-content {
  background-color: #67895c;
}
.packages-section .package-card:nth-child(3) .package-cta {
  background-color: #a0d58d;
}
.packages-section .package-card:nth-child(4) .package-header {
  background-color: #483f50;
}
.packages-section .package-card:nth-child(4) .package-content {
  background-color: #8c7a9c;
}
.packages-section .package-card:nth-child(4) .package-cta {
  background-color: #dabdf4;
}

@media (max-width: 768px) {
  .packages-section .packages-grid {
    grid-template-columns: 1fr;
    /* Single column layout */
    gap: 20px;
    /* Add spacing between package cards */
  }
  .packages-section .package-card {
    flex-direction: column;
    /* Ensure cards stack properly */
    padding: 10px;
    /* Add some padding for better spacing */
  }
  .packages-section .package-card .package-header {
    padding: 15px;
    text-align: center;
    /* Center-align for better mobile experience */
    font-size: 16px;
    /* Slightly smaller font for mobile */
  }
  .packages-section .package-card .package-title {
    font-size: 18px;
    /* Slightly smaller title for mobile */
  }
  .packages-section .package-card .package-description {
    font-size: 13px;
    line-height: 1.4;
  }
  .packages-section .package-card .package-price {
    font-size: 16px;
  }
  .packages-section .package-card .package-content {
    padding: 10px;
    min-height: auto;
    padding-left: 24px;
    /* Remove fixed height */
    font-size: 14px;
  }
  .packages-section .package-card .package-content .package-items li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .packages-section .package-card .package-cta {
    padding: 15px;
    text-align: center;
  }
  .packages-section .package-card .package-cta .btn {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

.contact-section {
  border: 2px solid #325989;
  /* Use $primary-main */
  background-color: #eff4fb;
  /* Use $primary-lightest */
  border-radius: 8px;
  padding: 20px;
  max-width: 600px;
  /* Center the form */
  margin: 20px auto;
  /* Center the container on the page */
}

label {
  display: block;
  margin-bottom: 6px;
  color: #294a71;
  /* Use $primary-dark */
  font-weight: bold;
  text-align: left;
}

input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  /* Halve the size of input fields */
  margin: 0 auto;
  /* Center the fields */
  display: block;
  padding: 12px;
  border: 1px solid #7090b5;
  /* Use $primary-light */
  border-radius: 4px;
  background-color: #eff4fb;
  /* Use $primary-lightest */
  margin-bottom: 16px;
  font-size: 14px;
}

input[type=submit] {
  background-color: #5ab52b;
  /* Use $secondary-main for bold green */
  color: white;
  /* White text for contrast */
  font-weight: bold;
  /* Make the text bold */
  font-size: 16px;
  /* Slightly larger font size */
  padding: 12px 20px;
  /* Add padding for a button-like appearance */
  border: none;
  /* Remove border */
  border-radius: 6px;
  /* Slightly rounded corners */
  cursor: pointer;
  /* Pointer cursor for interactivity */
  text-transform: uppercase;
  /* Makes the text uppercase for emphasis */
  width: auto;
  /* Adjust the width to fit the content */
  margin: 20px auto;
  /* Center the button horizontally */
  display: block;
  /* Ensure it occupies its own line */
}

input[type=submit]:hover {
  background-color: #4a8e23;
  /* Use $secondary-dark for hover effect */
  transition: background-color 0.3s ease;
  /* Smooth color transition */
}

textarea {
  resize: vertical;
  min-height: 150px;
}

a {
  color: #1fa6a5;
  /* Use $accent-main */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Style for the tab container */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 5px 5px 0 0;
}

/* Style for the tab buttons */
.tab button {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  padding: 14px 16px;
  cursor: pointer;
  font-size: 17px;
  transition: background-color 0.3s, color 0.3s;
}

/* Highlight the active tab button */
.tab button.active {
  background-color: #75c24c; /* Medium Green (secondary-main) */
  color: white; /* Text color for active tab */
  border-bottom: 2px solid #75c24c; /* Adds a bottom border to show it's active */
}

/* Change color of tab buttons when hovering */
.tab button:hover {
  background-color: #ddd;
}

/* Style for the tab content */
.tabcontent {
  display: none;
  padding: 20px;
  border-top: none;
  background-color: white;
  border-radius: 0 0 5px 5px;
}

/* Display the active tab content */
.tabcontent.active {
  display: block;
}

/*# sourceMappingURL=styles.css.map */
