/* General styles */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
.l-header {
  width: 100%;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: relative;
  top: 0;
  z-index: 1000;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__menu-content {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between elements */
}

.nav__logo img {
  height: 40px; /* Adjust logo size as needed */
}

a.nav__logo {
  display: flex;
}

.nav__list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bolder;
  white-space: nowrap;
  font-size: 17px;
  font-family: 'orbitron';
  justify-content: center;
  align-items: center;
}

.nav__link {
  text-decoration: none;
  color: #333;
  /* font-weight: 500; */
}

.nav__toggle {
  display: none; /* Hide the toggle button by default */
  cursor: pointer; /* Show a pointer cursor on hover */
}

.nav__toggle img {
  height: 24px; /* Adjust icon size as needed */
}

.two-column-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* padding: 20px; */
}

.image-container {
  width: 100%;
  height: 500px; 
  overflow: hidden; 
}


.top-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}



.cta-button1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.nav__menu-content {
  display: flex;
  align-items: center;
  gap: 10px; /* Space between elements */
}

.nav__separator {
  color: #333; /* Adjust color as needed */
  padding: 0 5px; /* Space around separator */
}

.cta-button {
  background: #8800B7;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 4px 0px rgba(255, 255, 255, 0.25) inset;
  color: #ffffff;
  padding: 8px 16px; /* Adjust padding to fit navbar height */
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Orbitron';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
}

.cta-button1 {
  background: #8800B7;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 4px 0px rgba(255, 255, 255, 0.25) inset;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  height: 50px;
  width: 15rem;
  font-family: 'Orbitron';
  display: flex;
  justify-content: center;
  align-items: center;
  
}

/* Hover effect for the CTA button */
.cta-button:hover {
  background-color: #640186; /* Adjust hover color */
}

.cta-button1:hover {
  background-color: #640186; /* Adjust hover color */
}


.nav__menu {
  display: flex;
  gap: 40px;
}
.center-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
  
  text-align: center;      /* Center text alignment */
}
.content {
  padding: 20px;
  margin-left: 20rem;
  margin-right: 20rem;
  /* display: ruby; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  
  
}

.heading {
  font-size: 1.8em;
  margin: 10px 0;
  font-family: 'orbitron';
}

.subheading {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: poppins;
  font-weight: 500;
}

.two-row-section {
  padding: 20px;
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.container1 {
  display: flex;
  flex-direction: row; 
  align-items: center; /* Center rows horizontally */
}

.row {
  width: 100%; /* Make sure each row takes up full width */
  text-align: center; /* Center text content in both rows */
}
.row.second-row {
  width: 300px;
}

/* Image container */
.image-container1 {
  width: 300px; /* Make image container full width of the row */
}

.top-image {
  width: 100%; /* Ensure the image is responsive */
  height: auto; /* Maintain aspect ratio */
}

img.mid-image {
  width: 250px;
}

.first-row {
  width: 100%;
  text-align: left; /* Align all text to the left */
  padding: 0 20px; /* Optional: Add padding to the left and right for spacing */
}

.first-row h2.heading1 {
  margin-bottom: 10px;
  font-family: 'Orbitron';
  font-size: 1.8rem;
}

.first-row p {
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.bullet {
  /* font-size: 20px;  */
  color: #640186; /* Bullet color */
  margin-right: 10px; /* Space between bullet and text */
}
.benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  margin-top: 8rem;
  margin-bottom: 5rem;
}

.benefits-heading {
  font-size: 1.8rem;
  font-family: 'orbitron';
  margin-bottom: 20px;
  color: #000000;
}

.benefits-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 600px; /* Limit max width on larger screens */
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.benefit-percentage {
  font-size: 2.5em;
  font-weight: bold;
  font-family: 'orbitron';
  color: #640186; /* Customize color */
}

.benefit-description {
  font-size: 1em;
  font-family: 'poppins';
  margin-top: 10px;
  color: #4f4f4f;
  
}
.benefit-description span {
  display: block; /* Each word on a new line */
  text-align: center; /* Center-align each word */
}

.container2 {
  display: flex;
  flex-direction: row-reverse; 
  align-items: center; /* Center rows horizontally */
}
img.bottom-image {
  width: 100%;
  height: 300px;
}

.bg-container-bottom {
  background-image:url(Ass/footer_bottom.png) ;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  object-fit: contain;
  color: #fff; /* Adjust text color for contrast */
  margin-top: 2rem;
}

.content_bottompage {
  max-width: 100%; 
  text-align: left;
  font-family: 'orbitron';
  font-size: 1.8rem;
  margin-left: 220px;
  margin-right: 620px;
}

.content_bottompage p{
  font-size: 15px;
  font-family: 'poppins';
}

.content_bottompage h2{
  font-size: 1.8rem;
  font-family: 'orbitron';
}

.cta-button-bottom {
  background: #8800B7;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 4px 0px rgba(255, 255, 255, 0.25) inset;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  height: 50px;
  width: 13rem;
  font-family: 'Orbitron';
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
a {
  text-decoration: none; /* Remove underline */
}

.cta-button-bottom:hover {
background-color: #640186;
}
.line-break {
  display: block; /* Forces each word to be on a new line */
}

.video-container {
  width: 550px; /* Adjust to fit your layout */
}

.mid-video {
  width: 100%; /* Make video responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 5px; /* Optional: add rounded corners */
}
.row.second-row2 {
  width: 100%;
}

.first-row2 {
  width: 100%;
  text-align: left; /* Align all text to the left */
  padding: 0 20px; /* Optional: Add padding to the left and right for spacing */
}

.first-row2 h2.heading1 {
  margin-bottom: 10px;
  font-family: 'Orbitron';
  font-size: 1.8rem;
}

.first-row2 p {
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: darkgray;
  margin-top: 5rem;
}

.contact-form-wrapper {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}

.contact-form-wrapper h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'orbitron';
  color: #ffffff;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-col {
  flex: 1;
  min-width: 300px;
  align-content: center;
}

.contact-form-group {
  margin-bottom: 15px;
}

.contact-form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'Orbitron';
  color: white;
}

.required-marker {
  color: red;
}

.contact-input, .contact-textarea {
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #555;
  border-radius: 5px;
  color: #000000;
}

.contact-message {
  text-align: center;
  font-size: 1rem;
  color: #b3b3b3;
  font-family: 'orbitron';
}

.contact-submit-button {
  width: 100%;
  padding: 12px;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 4px 0px rgba(255, 255, 255, 0.25) inset;
  background-color: #8800B7;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
  font-family: 'Orbitron';
  font-weight: 500;
}


.contact-submit-button:hover {
background-color: #640186;
}



footer {
  margin-top: 20px;
  padding: 0px 0;
}

.social-icons input {
  margin-bottom: 10px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.footer-left {
  display: flex;
  gap: 1rem;
}

.footer-icon {
  color: #faf4f4;
  font-size: 1.5rem;
  text-decoration: none;
}

.footer-center {
  flex: 1;
  text-align: center;
  font-family: 'orbitron';
  font-size: 12px;
}
footer.container.text-center.d-flex.justify-content-between.align-items-center {
  background-color: darkgray;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0px;
  padding-top: 0px;
}

.top-video {
  width: 100%; /* Make video responsive */
  height: 600px; /* Maintain aspect ratio */
  object-fit: cover;
  
}

/* Confirmation Popup Style */
.confirmation-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: 'orbitron';
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  display: none;
  z-index: 10;
}

.checkmark {
  margin-bottom: 10px;
}

.checkmark-icon {
  width: 50px;
  height: 50px;
  animation: checkmarkAnimation 1s ease forwards;
}

@keyframes checkmarkAnimation {
  0% {
      stroke-dasharray: 0, 100;
  }
  100% {
      stroke-dasharray: 100, 100;
  }
}

/* Button Hover and Active Styles */
.contact-submit-button {
  transition: background-color 0.3s ease;
}

.contact-submit-button:active {
  background-color: #9d00ff;
}



.content-container001 {
  padding: 2rem 0;
  max-width: 100%;
  margin-left: 20rem;
  margin-right: 20rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Auto-fill columns with a minimum width of 300px */
  gap: 2rem; /* Space between grid items */
  grid-auto-rows: minmax(200px, auto); /* Make sure rows adjust their height */
}

.grid-item {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.grid-item h2 {
  font-size: 1.5rem;
  color: #333;
  font-family: 'orbitron';
}

.grid-item p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  font-family: 'poppins';
}

.grid-item:hover {
  transform: translateY(-5px); /* Hover effect for grid items */
}

.highlight {
  color: #f39c12;
  font-weight: bold;
}

.grid-headingtxt{
  font-family: 'orbitron';
  font-size: 1.4rem;
  font-weight: 600;
}

.content-container200 {
  display: flex;
  height: 100%;
  padding: 0 190px; /* Add left and right padding */
  box-sizing: border-box;
}

/* Desktop Layout */
.split-layout {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* Left Section: Steps */
.steps-section {
  flex: 1;
  background-color: #ffffff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step {
  margin-bottom: 40px;
  cursor: pointer;
  color: black;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: left;
}

.step:hover::after {
  transform: scaleX(1); /* Underline grows */
}

.step:hover {
  color: black;
  transform: translateX(10px); /* Subtle slide to the right */
}

.step.active h2 {
  font-weight: bold;
  color: black;
  font-family: 'Orbitron';
  font-size: 1.4rem;
}
.step h2 {
  font-weight: bold;
  color: black;
  font-family: 'Orbitron';
  font-size: 1.4rem;
}

.step p {
  font-weight: 500;
  color: black;
  font-family: 'poppins';
  font-size: 16px
}


/* Cool Text Transition on Hover */
.step:hover h2 {
  background: linear-gradient(to right, #8800B7, #d558ff); /* Cool gradient effect */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.visual-section {
  flex: 1;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.visual {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: scale(0.9);
  width: 80%; /* Makes the container square */
  padding-top: 80%; /* Aspect ratio trick to ensure height matches width */
}

.visual.active {
  opacity: 1;
  transform: scale(1);
}

.visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image scales and fits within the square */
  border-radius: 0px;
}
.main-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.main-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.main-heading h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin: 0;
  text-transform: uppercase;
}

.title-split-layout{
  font-family: 'orbitron';
  font-weight: bold;
  font-size: 1.8rem;
}
.genai_bottomimg {
  width: 100%;
  height: auto;
}
.top-img{
  width: 100%;
  object-fit: cover;
  height: 600px;
}







/* Mobile (small screens, phones) */
@media (max-width: 767px) {
  .nav__toggle {
      display: block; /* Show toggle button */
  }

  .nav__toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 24px; /* Adjust icon size */
}

.nav__toggle i {
    transition: transform 0.3s ease; /* Smooth transition for toggle */
}

  .nav__menu {
    display: none; /* Hide menu by default */
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 80%; /* Adjust width for better layout */
    border-radius: 8px;
}

  /* Show menu when nav__toggle is active */
  .nav__menu.active {
    display: flex; /* Show the menu when active */
}

  .nav__logo img {
      height: 30px; /* Adjust logo size for mobile */
  }

  .nav__list {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 20px; /* Add spacing between items */
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav__link {
    padding: 10px 0;
    width: 100%; /* Full width for links */
    text-align: left; /* Align text to the left */
    font-size: 16px; /* Adjust font size for better readability */
    color: #333; /* Consistent color */
    border-bottom: 1px solid #eaeaea; /* Optional: Add a subtle divider between links */
}
.nav__separator {
  display: none; /* Hide separator on mobile */
}
  .two-column-section .container {
    
    margin: 0 auto;
}
.nav__menu-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

/* Hide the separator on smaller screens */
.nav__separator {
  display: none;
}

/* Adjust CTA button for mobile */
.cta-button {
  width: 100%;
  text-align: center;
}

.image-container {
  width: 100%;
  height: auto; 
  overflow: hidden; 
}

.image-container1 {
  width: 300px;
  display: flex;
  justify-content: center;
}

.heading {
  font-size: 1.4em;
  margin: 10px 0;
}

.subheading {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: poppins;
  font-weight: 500;
}
.center-container {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center;     /* Center vertically */
  
  text-align: center;      /* Center text alignment */
}

.content {
  padding: 20px;
  margin-left: 0rem;
  margin-right: 0rem;
  /* display: ruby; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container1 {
  flex-direction: column; 
}

.container2 {
  flex-direction: column; 
}

.row {
  width: 50%; 
}

.first-row {
  order: 1; 
  margin-bottom: 0; 
}

.second-row {
  order: 0; /* Move the second row (image) to the first column */
  margin-bottom: 0; /* Remove margin */
}

.two-row-section {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.row.first-row {
  padding: 20px;
  width: 100%;
}
.first-row h2.heading1 {
  margin-bottom: 10px;
  font-family: 'Orbitron';
  font-size: 1.4rem;
}
.first-row p {
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
}

.benefits-content {
  flex-direction: column;
  align-items: center;
}

.benefit-item {
  margin-bottom: 15px; /* Space between items */
}

.benefits-heading {
  font-size: 1.6em; /* Slightly smaller heading on mobile */
}
.benefits-heading {
  font-size: 1.4rem;
  font-family: 'orbitron';
  margin-bottom: 20px;
  color: #000000;
}

.benefits-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.bg-container-bottom {
  height: auto; /* Allow the height to adjust naturally */
  padding: 15px;
}

.content_bottompage {
  max-width: 100%; /* Allow the content to use full width */
  margin-left: 4px;
}

.line-break {
  font-size: 1.5rem; /* Reduce font size for smaller screens */
}

.cta-button-bottom {
  padding: 8px 16px; /* Adjust button size */
  font-size: 0.9rem;
}
.row {
  width: 100%;
}
.video-container {
  width: 100%; /* Adjust to fit your layout */
}
.container2 {
  flex-direction: column-reverse;
}

img.genai_bottomimg {
  width: 100%;
  height: auto;
}
.first-row2 h2.heading1 {
  margin-bottom: 10px;
  font-family: 'Orbitron';
  font-size: 1.4rem;
}
.first-row2 p {
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
}
.bg-container-bottom {
  margin-bottom: 2rem;
}

.contact-row {
  flex-direction: column;
}

footer {
  flex-direction: column;
  text-align: center;
}
.footer-left {
  margin-bottom: 0.5rem;
}
footer.container.text-center.d-flex.justify-content-between.align-items-center {
  background-color: darkgray;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0px;
  padding-top: 0px;
}
.contact-message {
  text-align: center;
  font-size: 12px;
  color: #b3b3b3;
  font-family: 'Orbitron';
}
.benefits-section {
  
  margin-top: 3rem;
  
}
.top-video {
  width: 100%; /* Make video responsive */
  height: 500px; /* Maintain aspect ratio */
  object-fit: cover;
  
}
.content-container001 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.content-container200 {
  flex-direction: column;
  padding: 0px; 
  height: auto;
}

.steps-section {
  order: 1;
  padding: 20px;
}

.step {
  margin-bottom: 20px;
}

.visual-section {
  display: none; /* Hide images on smaller screens */
}
.content_bottompage {
  max-width: 100%;
  text-align: left;
  font-family: 'orbitron';
  font-size: 1.8rem;
  margin-left: 0px;
  margin-right: 0px;
}
}










/* Tablet (medium screens, tablets) */
@media (min-width: 768px) and (max-width: 1024px) {
  .nav__toggle {
    display: block; /* Show toggle button */
}

.nav__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 24px; /* Adjust icon size */
}

.nav__toggle i {
  transition: transform 0.3s ease; /* Smooth transition for toggle */
}

.nav__menu {
  display: none; /* Hide menu by default */
  flex-direction: column;
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 80%; /* Adjust width for better layout */
  border-radius: 8px;
}

/* Show menu when nav__toggle is active */
.nav__menu.active {
  display: flex; /* Show the menu when active */
}

.nav__logo img {
    height: 30px; /* Adjust logo size for mobile */
}

.nav__list {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  gap: 20px; /* Add spacing between items */
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__link {
  padding: 10px 0;
  width: 100%; /* Full width for links */
  text-align: left; /* Align text to the left */
  font-size: 16px; /* Adjust font size for better readability */
  color: #333; /* Consistent color */
  border-bottom: 1px solid #eaeaea; /* Optional: Add a subtle divider between links */
}
.nav__separator {
display: none; /* Hide separator on mobile */
}

.nav__menu-content {
flex-direction: column;
align-items: flex-start;
gap: 5px;
}

/* Hide the separator on smaller screens */
.nav__separator {
display: none;
}

/* Adjust CTA button for mobile */
.cta-button {
width: 100%;
text-align: center;
}
  .content {
    padding: 20px;
    margin-left: 0rem;
    margin-right: 0rem;
    display: ruby;
  }
  .two-row-section {
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.content_bottompage {
  max-width: 300px;
  text-align: left;
  font-family: 'orbitron';
  font-size: 1.8rem;
  margin-left: 11rem;
}

.content-container001 {
  margin-left: 1rem;
  margin-right: 1rem;
}



}



/* Desktop (large screens, laptops and desktops) */
@media (min-width: 1025px) and (max-width: 1300px){
  .nav__menu {
      display: flex;
  }
  .nav__menu-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

/* Hide the separator on smaller screens */
.nav__separator {
    display: none;
}

/* Adjust CTA button for mobile */
.cta-button {
    width: 100%;
    text-align: center;
}



.highlight {
  color: #f39c12;
  font-weight: bold;
}

.content-container001 {
  margin-left: 1rem;
  margin-right: 1rem;
}



}


