body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
  }
  .hero-section-splunk {
    background-size: cover; /* Ensure the image covers the whole section */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid image repetition */
    background-color: #000; /* Fallback color */
    margin-top: 120px;
    padding: 100px 0; /* Adjust padding to balance space */
    position: relative;
  }
  
  .hero-section-splunk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Optional: Add a dark overlay for better text contrast */
    z-index: 1;
  }
  
  .container {
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
  }
  
  .hero-subtitle {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  
  .hero-title span {
    background: linear-gradient(135deg, #FF8405 0%, #F9348D 97.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: linear-gradient(135deg, #FF8405 0%, #F9348D 97.4%); /* Applied gradient */
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 20px;
  transition: background 0.3s ease; /* Smooth transition */
  }
  
  .hero-button i {
  margin-left: 8px;
  font-size: 18px;
  }
  
  .hero-button:hover {
  background: linear-gradient(135deg, #f26a4b, #b01507); /* Reverse gradient on hover */
  }
  
  @media (max-width: 992px) {
    .hero-section-splunk {
      margin-top: 96px;
      padding: 60px 0;
    }
  
    .hero-title {
      font-size: 28px;
    }
  
    .hero-button {
      font-size: 14px;
      padding: 10px 20px;
    }
  }











/* Our Vision Simple Section */
.why-partner-section {
    padding: 50px 20px;
    background-color: #ffffff; /* White background */
    text-align: center;
  }
  
  .why-partner-title {
    font-size: 32px;
    font-weight: 700;
    color: #333333; /* Dark text color */
    text-transform: uppercase;
    margin-bottom: 20px; /* Spacing below the title */
    letter-spacing: 1px; /* Slight letter spacing for style */
  }
  
  .why-partner-text {
    font-size: 18px;
    color: #555555; /* Neutral text color */
    line-height: 1.8;
    max-width: 800px; /* Restrict the width for readability */
    margin: 0 auto; /* Center the text */
  }
  

















  /* Why Partner with Hallatec Section */
.why-hallatec-section {
    padding: 80px 20px;
    background-color: #f8f9fa; /* Light background for contrast */
  }
  
  .why-hallatec-title {
    font-size: 32px;
    font-weight: 700;
    color: #333; /* Dark headline color */
    margin-bottom: 20px;
  }
  
  .why-hallatec-description {
    font-size: 18px;
    line-height: 1.8;
    color: #555; /* Neutral text color */
    margin-bottom: 20px;
  }
  
  .why-hallatec-points {
    margin-top: 20px;
  }
  
  .why-hallatec-point {
    display: flex;
    align-items: flex-start; /* Align icon and text */
    margin-bottom: 20px; /* Space between list items */
  }
  
  .bullet-icon {
    display: inline-block;
    margin-right: 12px; /* Space between icon and text */
    flex-shrink: 0; /* Prevent shrinking */
  }
  
  .bullet-icon img {
    width: 24px; /* Restrict the size of icons */
    height: 24px; /* Maintain square ratio */
  }
  
  .point-content strong {
    display: block;
    font-size: 18px;
    color: #333; /* Bold and emphasized text */
  }
  
  .point-content p {
    font-size: 16px;
    line-height: 1.5;
    color: #555; /* Secondary text color */
    margin: 0; /* Remove default margins */
  }
  
  .why-hallatec-image-wrapper {
    text-align: center; /* Center the image */
  }
  
  .why-hallatec-image-wrapper img {
    max-width: 100%; /* Responsive image */
    border-radius: 8px; /* Optional: Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .why-hallatec-title {
      font-size: 28px; /* Smaller headline */
    }
  
    .why-hallatec-description {
      font-size: 16px; /* Smaller body text */
    }
  
    .bullet-icon img {
      width: 20px; /* Adjust icon size for smaller screens */
      height: 20px;
    }
  
    .point-content strong {
      font-size: 16px;
    }
  
    .point-content p {
      font-size: 14px;
    }
  }
  

















/* market-opportunity-section */
  .market-opportunity-section {
    padding: 60px 20px;
    background-color: #f9f9f9; /* Light background for contrast */
    text-align: center;
  }
  
  .market-opportunity-title {
    font-size: 32px;
    font-weight: 700;
    color: #333; /* Dark text color */
    margin-bottom: 40px; /* Space below the headline */
  }
  
  .market-icon {
    width: 64px; /* Restrict icon size */
    height: 64px;
    margin-bottom: 20px; /* Space between icon and text */
  }
  
  .market-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #333; /* Darker text color for subtitles */
    margin-bottom: 10px; /* Space below the subtitle */
  }
  
  .market-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555; /* Neutral text color */
  }
  
  @media (max-width: 768px) {
    .market-opportunity-title {
      font-size: 28px;
    }
  
    .market-text {
      font-size: 14px;
    }
  }
  














  /* cybersecurity-revolution-section */
  
  .cybersecurity-revolution-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
  }
  
  .cybersecurity-revolution-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
  }
  
  .cybersecurity-revolution-content {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px; /* Space between the content and cards */
  }
  
  .revolution-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    max-width: 300px; /* Restrict the card width */
    margin: 0 auto; /* Center the card */
  }
  
  .revolution-card.active {
    background: #ffebf2;
  }
  
  .revolution-image {
    max-width: 100%;
    height: 180px; /* Set a fixed height for images */
    object-fit: cover; /* Ensures the image is cropped properly */
    border-radius: 8px;
    margin-bottom: 15px;
  }
  
  .revolution-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }
  
  .revolution-card-text {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
  }
  
  .revolution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  }
  
  @media (max-width: 768px) {
    .revolution-card {
      margin-bottom: 20px;
    }
  
    .cybersecurity-revolution-title {
      font-size: 28px;
    }
  
    .cybersecurity-revolution-content {
      font-size: 16px;
    }
  }

  





  .contact-heading-section {
    padding: 40px 20px;
    background-color: #f4f4f4;
  }
  
  .contact-heading {
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }
  
  .opportunities-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, #FF8405 0%, #F9348D 97.4%);
    color: #ffffff; /* Ensure text is readable on the gradient */
  }
  
  .opportunities-heading {
    font-weight: bold;
    color: #ffffff; /* White text for contrast */
    margin-bottom: 20px;
  }
  
  .opportunities-content {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff; /* White text for readability */
    max-width: 700px;
    margin: 0 auto;
  }

  





  .contact-heading-section {
    padding: 40px 0px 10px 0px; /* Space around the heading section */
    background-color: #f9f9f9; /* Background color to match the reference */
  }
  
  .contact-heading {
    font-size: 36px; /* Large font size for the heading */
    font-weight: 700; /* Lighter weight for clean and professional look */
    text-transform: uppercase; /* Convert text to uppercase */
    color: #555; /* Neutral text color for readability */
    letter-spacing: 1px; /* Add spacing between letters for better emphasis */
    margin: 0; /* Remove default margin */
  }
  
  










/* contact-us-section */

.contact-us-section {
    padding: 20px 20px;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .contact-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .contact-form .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    color: #333;
  }
  
  .contact-form .form-control:focus {
    border-color: #ff5100;
    box-shadow: 0 0 5px rgba(255, 177, 0, 0.5);
  }
  
  .contact-form select.form-control {
    appearance: none; /* Remove default dropdown styles */
  }
  
  .contact-form .consent-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
  }
  
  .contact-form .consent-text a {
    color: #ffb100;
    text-decoration: none;
  }
  
  .contact-form .consent-text a:hover {
    text-decoration: underline;
  }
  
  .contact-form .form-check-label {
    font-size: 14px;
    color: #555;
  }
  
  .contact-form .submit-button {
    background: linear-gradient(135deg, #FF8405 0%, #F9348D 97.4%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .contact-form .submit-button:hover {
    background: linear-gradient(135deg, #FF8405 0%, #e10568 97.4%);
  }
  

  .contact-form .download-button{
    background: linear-gradient(135deg, #FF8405 0%, #F9348D 97.4%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .contact-form .download-button:hover {
    background: linear-gradient(135deg, #FF8405 0%, #e10568 97.4%);
  }

  /* Keep investor form fields light in dark mode */
  body.dark-mode .contact-form-wrapper {
    background: #fff !important;
  }

  body.dark-mode .contact-form .form-control,
  body.dark-mode .contact-form textarea.form-control,
  body.dark-mode .contact-form select.form-control {
    background-color: #fff !important;
    color: #333 !important;
    border-color: #ccc !important;
  }

  body.dark-mode .contact-form .form-control::placeholder {
    color: #8a8a8a !important;
  }

  /* Keep only the three cards unchanged in dark mode */
  body.dark-mode .revolution-card {
    background: #fff !important;
  }

  body.dark-mode .revolution-card.active {
    background: #ffebf2 !important;
  }

  body.dark-mode .revolution-card-title {
    color: #333 !important;
  }

  body.dark-mode .revolution-card-text {
    color: #555 !important;
  }

@media (max-width: 992px) {
  .why-partner-title,
  .why-hallatec-title,
  .market-opportunity-title,
  .cybersecurity-revolution-title,
  .contact-heading {
    font-size: clamp(26px, 5vw, 32px);
  }

  .why-partner-text,
  .why-hallatec-description,
  .market-text,
  .cybersecurity-revolution-content,
  .opportunities-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .revolution-card {
    max-width: 100%;
  }

  .contact-form-wrapper {
    max-width: 100%;
    padding: 28px 20px;
  }
}

@media (max-width: 576px) {
  .hero-subtitle {
    font-size: 18px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .why-hallatec-point {
    margin-bottom: 14px;
  }

  .point-content strong {
    font-size: 16px;
  }

  .point-content p {
    font-size: 14px;
  }

  .contact-form-wrapper {
    padding: 20px 14px;
  }

  .contact-form .submit-button,
  .contact-form .download-button {
    width: 100%;
  }
}






  
