* {
    margin: 0;
    padding: 0;
  }
.link_text {
    font-family: Abel, sans-serif;
    color: white;
    font-size: 1.1rem;
    border-bottom: 1.5px solid white; 
    padding-bottom: 4px;              
    text-decoration: none; 
    width:2.5rem;
  }
.image_background{
    position: relative;
    background-image: url('img/bg_image.jpg');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 150vh;
    background-blend-mode: darken;

}
.heading_image {
  width: 37%;
}
.image_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   /* Ensure it covers the full width */
    height: 100%;  /* Ensure it covers the full height */
    background-color: rgba(0, 0, 0, 0.5); /* Adjust darkness here */
    z-index: 1;
}
.image_content {
    position: relative;
    z-index: 2;
    
}
.image_text{
    padding:14.6% 8.6%;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:  1.75% 8.6%;
}
.solid_background {
    background-color: black;
    border-bottom: 2px solid rgb(29, 29, 29);
    padding-bottom: 4%;
}
.industry-box {
    position: relative;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4%;
    overflow: hidden;
  }
  
  .industry-box span {
    font-family: 'Orpheus Pro', sans-serif;
    color: white;
    font-size: 1.8rem;
    padding: 9% 10%;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  
  .industry-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
    border-radius: 5px;
  }
  .quote-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('img/parkbg.jpg');
    background-size: cover;
    background-position: center;
    padding: 13.5% 9%;
    padding-left: 8.5%;
    padding-right: 12%;
    padding-bottom: 20%;
    overflow: hidden;
  }
  
  .quote-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
    z-index: 1;
  }
  
  .quote-section p {
    position: relative;
    z-index: 2;
    font-family: 'Orpheus Pro', sans-serif;
    line-height: 2.4rem;
    color: white;
    font-size: 1.85rem;
    text-align: left;
  }
  .underline-anim {
    position: relative;
    display: inline-block;
    color: inherit;
  }
  
  .underline-anim::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.25em;
    width: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.758);
    transition: width 0.6s ease;
  }
  
  .underline-anim.in-view::after {
    width: 100%;
  }
 
  .custom-input {
    border: none;
    border-bottom: 2px solid #666;
    outline: none;
    padding: 0.75em 0.6rem;
    margin-top: 1%;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    font-size: 1rem;
    transition:all 0.3s ease-in-out; 
    font-family: "Abel", sans-serif;
  }
    .custom-input:focus {
    border-bottom-color: #000; 
  }
  .custom-input:hover {
    transform: scale(1.04);
  }
  .checkbox-wrapper {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
  }

  .checkbox-wrapper input[type="checkbox"] {
    display: none;
  }

  .checkbox-custom {
    width: 100%;
    height: 100%;
    border: 2px solid  #666;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
  }

  .checkbox-wrapper input:checked + .checkbox-custom svg path {
    stroke-dashoffset: 0;
  }

  svg path {
    stroke: #666;
    stroke-width: 3;
    fill: none;
    stroke-dasharray: 24;
    stroke-dashoffset: 24;
    transition: stroke-dashoffset 0.3s ease-out;
  }
  .rounded-button {
    padding: 25px 40px;
    border: 1px solid #000;
    border-radius: 50px;
    background-color: white;
    color: black;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
  }

  .rounded-button:hover {
    background-color: #000;
    color: white;
  }
  .map-container {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
  .map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
  }
  .capabilities {
    display: flex; flex-direction: row;padding-right: 7%; padding-left:8.5%;padding-bottom: 4%;
  }
  .capabilities_image{
    width: 10.2%;
  }
  .capabilities_container{
    color: white; display: flex; flex-direction: column;width:33%
  }
  .industries {
    display: flex;
  }
  .partners {
    display:flex;align-items:center;padding-top:3.1%; padding-left: 10.5%; padding-right: 8%;
  }
  .partners_container {
    width: 33%;margin: 0% 2%;
  }
  .contact {
    background-color: white; display: flex; align-items: stretch;
  }
  .message {
    width: 48%; margin-top: 6%; padding-left: 8.5%; padding-right: 5%;
  }
  .map {
     width: 52%;  display: flex; align-items: stretch;
  }
  .bottom-div {
    background-color: black;display: flex;padding-top: 3.4%;padding-bottom: 7%;padding-left:10%;color: white; 
  }
  .bottom_image {
    width: 40%;
  }
  .top-bar {
    width: 90%;
    padding: 0 20px;
    height: 60px;
    display: none;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: relative;
    z-index: 5; /* ensure it's above other normal content */
    
  }
  
  .logo {
    height: 40px;
    object-fit: contain;
  }
  
  .hamburger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 4; /* higher than the menu */
  }
  
  .hamburger span {
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
  
  .hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  
  .floating-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding-top: 60px;
    transition: right 0.3s ease;
    z-index: 3;
    display: none;
    flex-direction: column;
    align-items: center;
  }
  
  .floating-menu.active {
    display: flex;
  }
  
  .floating-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .floating-menu ul li {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
  }
  .floating-menu ul li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  @media (max-width: 800px) {
    .capabilities {
      flex-direction: column;
      padding-left:10% ;
      gap:50px;
    }
    .capabilities_image {
      width :50px;
    }
    .capabilities_container {
      width: 100%;
    }
    .industries {
      flex-direction: column;
      gap:5px;
      margin-bottom: 5px;
    }
    .industry-box {
      width: 100%;
      height:90px
    }
    .partners {
      flex-direction: column;
      padding-left: 5%;
      padding-right: 5%;
      gap:50px;
    }
    .partners_containers {
      width: 100%;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .contact {
      flex-direction: column;
      padding-left: 5%;
      padding-right: 5%;
    }
    .message {
      width:80%;
    }
    .map {
      width:82%;
      padding-bottom: 10%;
      padding-left: 8.5%; padding-right: 5%;
    }
    .heading_image {
      width: 100%;
    }
    .bottom-div {
      flex-direction: column;
      padding-left: 5%;
      padding-right: 5%;
      gap:50px;
    }
    .bottom-container {
      width:100% !important;
      margin-left: 0% !important;
    }
    .bottom_image {
      width: 60%;
    }
    .hamburger {
      display: flex;
    }
    .header{
      display: none;
    }
    .top-bar {
      display: flex;
    }
  }
