        .body {
            font-family: 'Lexend', sans-serif;
            padding-top: 60px;
        }
        .navbar {
            background-color: #ffffff;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
            padding: 0.5rem 1rem;
        }
        .navbar img {
            max-height: 70px;
        }
        .navbar-buttons .navbar-link {
            padding: 0.5rem 1rem;
        }
        .search {
            --padding: 14px;
            width: max-content;
            display: flex;
            align-items: center;
            padding: var(--padding);
            border-radius: 28px;
            background: #cacaca;
            width: 600px
        }
        .search-input {
            font-size: 16;
            font-family: 'Lexend', sans-serif;
            color: #333333;
            margin-left: var(--padding);
            outline: none;
            border: none;
            background: transparent;
            flex: 1;
        }
        .search-input::placeholder, .search-icon {
            color: rgba( 0, 0, 0, 0.25);
        }
        .navbar-textandlogo {
            display: flex;
            align-items: center;
            position: relative;
        }
        .navbar-logo {
            display: flex;
            align-items: center;
            position: absolute;
            transition: all 0.5s ease;
        }
        .navbar-text {
            opacity: 0;
            display: flex;
            align-items: center;
            transition: all 0.5s ease;
            margin-left: 0;
        }
        .navbar-textandlogo:hover .navbar-text {
            opacity: 1;
            margin-left: 110px;
        }
        .carousel-inner img {
            width: 100%;
            height: 500px;
            object-fit: cover;

          /* Services Secton*/
        }
        .hero_section {
          min-height: 100vh;
          background: url('https://hr.asia/awards/2021/wp-content/uploads/2022/02/ph-globe-8.jpg') no-repeat center center/cover;
          position: relative;
      }
      .hero_section::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(55, 55, 58, 0.5); 
      }
      .hero_container {
          display: flex;
          gap: 20px;
          padding: 20px;
          align-items: center;
          padding-top: 85px;
          min-height: calc(100vh - 85px);
          justify-content: space-between;
      }
      .hero_container .text_section h2 {
          font-size: 40px;
          color: #ffffff;
          z-index: 2;
      }
      .hero_container .text_section h3 {
          font-size: 35px;
          font-weight: 600;
          color: #ffffff;
          margin-top: 8px;
          z-index: 1;
      }
      .hero_container .text_section p {
          font-size: 20px;
          font-weight: 400;
          color: var(--white-color);
          margin: 24px 0 40px;
          max-width: 70%;
          color: #ffffff;
          z-index: 1;
      }
      .hero_container .hero_section_button {
          display: flex;
          gap: 24px;
          color: #ffffff;
          z-index: 1;
      }
      .hero_container .hero_section_button .button {
          padding: 8px 28px;
          border: 2px solid transparent;
          outline: none;
          cursor: pointer;
          border-radius: 50px;
          background: var(--secondary-color);
          color: #ffffff;
          z-index: 1;
          font-size: 18px;
          font-weight: 600;
          transition: all 0.4s ease;
      }
      .hero_container .hero_section_button .button:last-child {
          color: var(--white-color);
          border-color: var(--white-color);
          color: #ffffff;
          z-index: 1;
          background: none;
      }
      .hero_container .hero_section_button .button:first-child:hover {
          color: var(--white-color);
          background: transparent;
          color: #ffffff;
          z-index: 1;
          border-color: var(--white-color);
      }
      .hero_container .hero_section_button .button:last-child:hover {
          color: var(--primary-color);
          background: var(--secondary-color);
          color: #ffffff;
          z-index: 1;
          border-color: var(--secondary-color);
      }
      .hero_container .image_section {
          max-width: 45%;
      }
      .hero_container .image_section img {
          width: 100%;
      }

      .services {
        background: #1d256e; 
        color: #fff;
        padding: 60px 20px 120px;
    }
    .services .service_container {
        display: flex;
        justify-content: space-between;
        gap: 30px; /* Reduced gap for better alignment */
        align-items: center;
        flex-wrap: wrap;
    }
    .services_items {
        flex: 1;
        margin: 10px;
        padding: 20px;
        background: #00a1e0;
        border-radius: 10px;
        text-align: center;
        transition: transform 0.3s
    }
    .services_items:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .section_container .services_items img {
        width: 100%;
    }
    .section_container .services_items {
        width: calc(100% / 3 - 120px);
    }
    .services_items .services_text {
        text-align: center;
    }
    .services_items .services_text h3 {
        margin: 12px 0;
        font-weight: 600;
        font-size: 24px;
    }
    .services_items .services_text p {
        font-size: 17px;
    }


    .hero_container {
      flex-direction: column-reverse;
      align-items: center;
      padding-bottom: 32px;
  }
  .hero_container .image_section {
      max-width: 100%;
      text-align: center;
  }
  .hero_container .image_section img {
      max-width: 90%;
      align-items: center;
  }
  .hero_container .text_section {
      max-width: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .hero_container .text_section p {
      max-width: 100%;
  }

footer {
  background: #0e0768;
  color: #ffffff;
  padding: 60px 20px;
}

.footer_section {
  display: flex;
  justify-content: space-between;
}

.footer_section h3 {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
}

.about-section {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

.about-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
  color: #333333;
  max-width: 800px;
  margin: 0 auto;
}


.about-section {
  padding: 60px 20px;
  background: #f8f9fa;
  text-align: center;
}

.about-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 18px;
  color: #3f3939;
  max-width: 800px;
  margin: 0 auto;

  .about-us {
    text-align: center;
    padding: 50px 20px;
    background: url('https://hr.asia/awards/2021/wp-content/uploads/2022/02/ph-globe-7.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    border-radius: 10px;
    position: relative;
}
.about-us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(55, 55, 167, 0.5);
    border-radius: 10px;
    z-index: 1;
}
.about-us h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.about-us p {
    font-size: 1.1rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.about-us img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  background-color: #00a1e0;
}
.image-container .image-item {
  position: relative;
  width: 24%;
  cursor: pointer;
}
.image-container .image-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.image-container .image-item:hover .overlay {
  opacity: 1;
}
.image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a1e0;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

element.style {
  background-color: #00a1e0;
}
.footer p {
  color: #f8f9fa;
}
}