.blog-section {
    background-color: black;
    padding: 3rem 2rem;
    margin-top: 3rem;
    border-top: 2px solid #eaeaea;
    font-family: "Mooli", sans-serif;
    color: white;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .blog-title {
    font-size: 2rem;
    color: yellow;
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .blog-intro {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .blog-body h3 {
    color: yellow;
    margin-top: 1.5rem;
    font-size: 1.3rem;
  }
  
  .blog-body p {
    line-height: 1.7;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
  
  .blog-closing {
    font-style: italic;
    font-weight: 500;
    text-align: center;
    margin-top: 2rem;
  }
  
  .App-footer {
    background-color: #0a347e;
    color: #ffffff;
    text-align: center;
    padding: 1.5rem 1rem;
    font-size: 0.95rem;
  }
  
  .App-footer a {
    color: #ffdf00;
    text-decoration: none;
    margin: 0 5px;
  }
  
  .App-footer a:hover {
    text-decoration: underline;
  }

  
  body, html {
    margin: 0; /* Remove default margins */
    background-color: black; /* Set the background color to black */
    color: white; /* Ensure text is white by default */
    height: 100%; /* Make sure the body fills the viewport */
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling if any overflow occurs */
  }
  
  .logo-container {
    text-align: left; /* Center the image horizontally */
    margin: 20px auto; /* Add some spacing around the container */
    display: flex;
  }
  
  
  
  
  .brand-name{
    font-family: "Goldman", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    color: white;
  }
  
  .App {
    background-color: black; /* Keeps the App component's background black */
    color: white; /* Set text color to white */
    min-height: 100vh; /* Ensure it covers the full viewport height */
    display: flex;
    flex-direction: column;
    align-items: left; /* Center children horizontally */
    justify-content: center; /* Center children vertically */
  }
  
  .App-footer {
    margin-top: auto; /* Push the footer to the bottom */
    padding: 20px;
    background-color: black; /* Ensure footer background is black */
    text-align: center;
    color: white; /* Text color for footer */
    font-family: "Mooli", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .App-header h1 {
    margin: 10px 0; /* Reduce margin around the heading */
    font-size: 55px; /* Keep it bold and prominent */
  }
  
  .App-header button {
    background-color: white; /* Button background color */
    color: black; /* Button text color */
    border: none; /* Remove default border */
    border-radius: 5px; /* Slightly round the corners */
    padding: 2px 5px; /* Add comfortable padding for the button */
    font-size: 16px; /* Font size for button text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth hover effect */
  }
  
  .App-main {
    padding: 10px; /* Add some padding for spacing inside the header */
  }
  
  .features-top{
    font-family: "Mooli", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: yellow;
    margin-left: 20px;
    padding-bottom: 5px;
  }
  
  .red-letter {
    color: #FF5758;
  }
  
  /* Style for blue letters */
  .blue-letter {
    color: white;
  }
  
  .product-container {
    margin-top: 50px; /* Add spacing above the container */
  }
  
  .subproduct-container {
    margin-top: 50px; /* Add spacing above the container */
  
  }
  
  
  .logo-container {
    margin-bottom: 20px; /* Optional: Add spacing between products */
  }
  
  .linkedin-container {
    display: flex; /* Arrange the icons horizontally */
    gap: 15px; /* Add space between the icons */
    justify-content: start; /* Optional: center the icons */
    align-items: center; /* Optional: align them vertically */
  }
  
  .linkedin-icon {
    margin-top: 10px;
    transition: fill 0.3s ease;
  }
  
  .linkedin-icon:hover {
    fill: grey; /* Change icon color on hover */
  }
  
  .brand-name-mig {
    font-family: sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    font-variation-settings:
      "slnt" 0;
    font-size: 36px;  
    letter-spacing: 10px;
  }
  
  @media (max-width: 600px) {
    .brand-logo-fp {
      max-height: 250px; /* Limit the image's height */
      width: auto; /* Maintain aspect ratio */
      object-fit: contain; /* Ensures the image fits nicely */
      border-radius: 5%;
      height: 22px;
      max-width: 100px;
      padding-left: 5px;
    }
    .brand-pic-fp {
      border-radius: 5%;
      max-width: 200px;
      padding-left: 5px;
    }
  .about-text {
    font-size: 18px;
  }
  .App-header {
    margin: 0; /* Remove default margin */
    padding: 2px; /* Add some padding for spacing inside the header */
    background-color: black; /* Ensure the header background matches the page */
    text-align: left; /* Center-align the content */
    border-bottom: 2px solid white; /* Optional: Add a subtle border to separate the header */
    align-items: flex-end;
  }
  .App-header p {
    font-size: 12px; /* Adjust text size for better readability */
  } 
  .vid-text {
    font-family: "Mooli", sans-serif;
    text-align: center;
    margin: 0; /* Reset default margin */
    line-height: 1.5; /* Add spacing between lines */
    color: black;
  }
  .curved-section1 {
    position: absolute;
    top: 50%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    z-index: 2; /* Layer above the video */
  }
  .slideshow {
    font-family: "Mooli", sans-serif;
    color: black; /* Adjust text color */
    animation: slideUp 3s ease-in-out infinite; /* Apply slideshow animation */
    text-shadow: 2px 2px 4px rgba(250, 247, 247, 0.5);
    letter-spacing: 4px;
  }
  .video-section {
    position: relative; /* Allows positioning of children */
    width: 100%;
    height: auto;
    overflow: hidden; /* Ensures nothing overflows the section */
  }
  .video-responsive {
    width: 100%;
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove any inline-block spacing below the video */
    object-fit: cover; /* Ensure the video scales nicely */
  }
  .section{
    font-family: "Mooli", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 50px;
  }
  .brand-name-fp {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 12px;
  }
  .brand-name-fp2 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 12px;
    margin-left: 20px;
    margin-right: 20px;
    color: #FF5758;
  }
  .brand-name-fp3 {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    color: white;
  }
  .consults {
    font-size: 20px;
    font-family: "Mooli", sans-serif;
    text-align: center;
    margin: 0; /* Reset default margin */
    padding: 20px;
  }
  .curved-section2 {
    margin-top: 1px;
  }
  .features2{
    font-family: "Mooli", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
    margin-left: 20px;
  }
  .about-container {
    justify-content: space-between; /* Add space between the two columns */
    align-items: center; /* Vertically align items in the same row */
    gap: 20px; /* Add spacing between the columns */
    margin-top: 20px; /* Add space above the container */
    padding: 10px;
  }
  .about-photo {
    display: flex;
    justify-content: center; /* Center the image horizontally */
  }
  .content-container {
    display: flex; /* Flexbox for column layout */
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center horizontally */
    justify-content: flex-end; /* Push content to the bottom */
    text-align: center; /* Ensure content remains centered */
    gap: 10px; /* Add spacing between elements */
    height: 75%; /* Ensure it takes up the full height of the parent */
    margin-top: 30px;
  }
  }
  
  @media (min-width: 601px) and (max-width: 1024px) {
    .vid-text {
      font-size: 20px;
    }
    .slideshow {
      font-size: 25px;
    }
  }
  
  @media (max-width: 601px) {
    .vid-text {
      font-size: 20px;
    }
    .slideshow {
      font-size: 20px;
    }
  }
  
  @media (min-width: 601px) {
    .vid-text {
      font-size: 30px;
    }
    .slideshow {
      font-size: 55px;
    }
  }
  
  @media (min-width: 601px) {
    .brand-logo-fp {
      max-height: 250px; /* Limit the image's height */
      width: auto; /* Maintain aspect ratio */
      object-fit: contain; /* Ensures the image fits nicely */
      border-radius: 5%;
      height: 26px;
      max-width: 100px;
      padding-left: 5px;
    }
    .brand-pic-fp {
      border-radius: 5%;
      max-width: 200px;
      padding-left: 5px;
    }
  .about-text {
    flex: 1; /* Make the text column flexible */
    font-size: 18px;
    margin-right: 10%;
    margin-left: 100px;
  }
  .App-header {
    margin: 0; /* Remove default margin */
    padding: 20px; /* Add some padding for spacing inside the header */
    background-color: black; /* Ensure the header background matches the page */
    text-align: left; /* Center-align the content */
    border-bottom: 2px solid white; /* Optional: Add a subtle border to separate the header */
    display: flex;
    align-items: flex-end;
  }
  .App-header p {
    font-size: 18px; /* Adjust text size for better readability */
  }
  .vid-text {
    font-family: "Mooli", sans-serif;
    text-align: center;
    margin: 0; /* Reset default margin */
    line-height: 1.5; /* Add spacing between lines */
    color: black;
  }
  .video-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the section */
    z-index: 1; /* Background layer */
  }
  .curved-section1 {
    position: absolute;
    top: 40%; /* Adjust as needed */
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    z-index: 2; /* Layer above the video */
    padding: 2px; /* Add padding if needed */
    width: 80%;
  }
  .slideshow {
    font-family: "Mooli", sans-serif;
    color: black; /* Adjust text color */
    animation: slideUp 3s ease-in-out infinite; /* Apply slideshow animation */
    text-shadow: 2px 2px 4px rgba(250, 247, 247, 0.5);
    letter-spacing: 4px;
  }
  .video-section {
    position: relative; /* Allows positioning of children */
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Ensures nothing overflows the section */
  }
  .section{
    font-family: "Mooli", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 250px;
  }
  .brand-name-fp {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 12px;
  }
  .brand-name-fp2 {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 12px;
    color: #FF5758;
    margin-left: 20px;
    margin-right: 20px;
  }
  .brand-name-fp3 {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    color: white;
  }
  .consults {
    font-size: 30px;
    font-family: "Mooli", sans-serif;
    text-align: center;
    margin: 0; /* Reset default margin */
    padding-top: 20px;
  }
  .curved-section2 {
    margin-top: 100px;
  }
  .features2{
    font-family: "Mooli", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 70px;
    margin-left: 20px;
  }
  .about-container {
    display: flex; /* Use Flexbox for horizontal alignment */
    justify-content: space-between; /* Add space between the two columns */
    align-items: center; /* Vertically align items in the same row */
    gap: 20px; /* Add spacing between the columns */
    margin-top: 20px; /* Add space above the container */
    padding: 10px;
  }
  .about-photo {
    display: flex;
    justify-content: left; /* Center the image horizontally */
  }
  .content-container {
    display: flex; /* Flexbox for column layout */
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center horizontally */
    justify-content: flex-end; /* Push content to the bottom */
    text-align: center; /* Ensure content remains centered */
    gap: 10px; /* Add spacing between elements */
    height: 75%; /* Ensure it takes up the full height of the parent */
  }
  }
  
  .brand-link {
    text-decoration: none; /* Removes underline */
    color: inherit; /* Ensures the color matches the surrounding text */
    cursor: pointer; /* Shows a pointer cursor */
  }
  
  .brand-link:hover .blue-letter {
    color: #092f7a; /* Optional hover effect for blue letters */
  }
  
  .brand-link:hover .red-letter {
    color: pink; /* Optional hover effect for red letters */
  }
  
  .curved-section2 {
    background: linear-gradient(to bottom, yellow 70%, black 100%); /* Extend yellow further */
    clip-path: ellipse(100% 70% at 50% 100%); /* Adjust curve */
    color: black;
    display: block; /* Use flexbox for centering */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    text-align: center; /* Center text alignment */
    position: relative; /* Ensures proper positioning */
    font-weight: 900;
    letter-spacing: 2px;
    font-family: "Mooli", sans-serif;
    overflow: hidden; /* Keeps content inside the clip-path */
    font-size: 15px;
    margin-bottom: 30px;
    height: 600px; /* Increase height to make the yellow part longer */
  }
  
  .slideshow-container {
    text-align: center; /* Center the slideshow */
  }
  
  
  @keyframes slideUp {
    0% {
      transform: translateY(0); /* Start in place */
      opacity: 1; /* Fully visible */
    }
    66% {
      transform: translateY(0); /* Stay in place for 2 seconds */
      opacity: 1; /* Fully visible */
    }
    100% {
      transform: translateY(0); /* Move up to vanish */
      opacity: 0; /* Fade out */
    }
  }
  
  .icon-section {
    display: flex;
    justify-content: space-evenly; /* Distribute icons evenly */
    align-items: center; /* Center vertically */
    margin: 20px 0; /* Add space around the icons */
    gap: 40px; /* Optional: Additional spacing between icons */
  }
  
  .icon-placeholder {
    font-size: 80px; /* Adjust icon size */
    color: #fff; /* Icon color */
    background: #000; /* Placeholder background */
    border-radius: 50%; /* Make the icons circular */
    width: 80px; /* Icon container size */
    height: 80px; /* Icon container size */
    display: flex; /* Center the icon inside */
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  
  .brand-name-fp {
    font-weight: 900;
    font-family: sans-serif;
    letter-spacing: 10px;
    /* Consistent letter spacing */
    color: #092f7a;
    /* Default color for blue letters */
    display: inline-block;
    white-space: nowrap;
    /* Prevent wrapping */
    margin-left: 10px;
  }
  
  
  .brand-name-fp span {
    display: flex;
    /* Use flexbox for centering */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
    text-align: center;
    /* Ensure text alignment within the span */
    letter-spacing: 10px;
    /* Space between letters within the span */
    box-sizing: border-box;
    /* Ensure padding and borders are included in the span's size */
  }
  
  .blue-letter {
    color: #092f7a;
  }
  
  .red-letter {
    color: #FF5758;
  }
  
  .brand-name-fp .blue-letter {
    color: white;
  }
  
  .brand-name-fp .red-letter {
    color: #FF5758;
  }
  
  .brand-name-fp span {
    display: inline;
    /* Prevent additional spacing */
    letter-spacing: inherit;
    /* Ensure consistent spacing */
  }
  
  
  
  /* Container Styles */
  .brand-container-fp {
    display: flex;
    align-items: center;
    margin-top: 1px; /* Remove any external margins */
    padding-top: 10px; /* Remove any internal padding */
    padding-bottom: 10px; 
  }
  
  .company-logo-fp {
    max-width: 3%; /* Ensure the image doesn't exceed the container's width */
    max-height: 250px; /* Limit the image's height */
    height: auto; /* Maintain aspect ratio */
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensures the image fits nicely */
    margin-right: 10px;
  }