* {
    font-family: "Libre Franklin", sans-serif;
  }
  
  /* navbar/ header styles starts */
  .nav-main-logo {
    height: 100%;
    width: 126px;
    object-fit: cover;
  }
  
  .navbar {  
    background: #ffffff;
  }
  #navbarList .nav-link.active::after {
    position: absolute;
    top: -7px; 
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    content: "";
    width: 100%;
    background-color: #008453CC;
  }
  #HeaderSection {
    width: 100%;
    height: auto !important;
    z-index: 9999 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: none;
  }
  #HeaderSection.sticky {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    position: fixed !important;
  }
  
  #HeaderSection .main-logo img{
    width: 130px !important;
  }
  #HeaderSection.sticky .main-logo img {
    width: 125px;
  }
  .navbar-nav {
    position: relative;
  }
  
  #nav_btn a {
    color: white;
    text-decoration: none;
  }
  
  .navbar-nav .nav-link {
    position: relative;
  }
  
  .navbar-nav li {
    position: relative;
  }
  
  .navbar-nav li:hover .dropdown {
    display: block;
  }
  
  #navbarList .nav-ancher-tag {
    margin: 10px 15px !important; 
    padding: 0px !important;
    color: #ffffff;
    font-weight: 500;
  }
  
  @media (max-width: 768px) {
    .dropdown {
      position: static;
    }
  
    .nav-main-logo {
  
      width: 100px;
      object-fit: cover;
    }
  }
  
  #nav_btn {
    background-color: transparent;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    line-height: 26px;
  }
  
  #nav_btn img {
    width: 20px;
  }
  
  .dropdown a {
    color: #000000;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    font-size: 14px !important;
  }
  
  .navbar-nav .dropdown {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 200px;
  }
  
  .navbar-nav li {
    position: relative;
  }
  
  .navbar-nav li:hover .dropdown {
    display: block;
  }
  
  .dropdown a:hover {
    background-color: rgb(151 151 151 / 18%);
  }
  
  @media (max-width: 768px) {
    .dropdown {
      position: static;
    }
  }
  
  /* navbar/ header styles ends */
  
  
  
  
  
  
  /* hero section starts */
  
  .hero-section {
    height: 100vh;
    background: url('../images/henkels-hero.png') no-repeat center center/cover;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  
  .hero-section-heading {
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
  }
  
  .hero-section-heading-container {
    background-color: #008453CC;
    padding: 40px 60px;
  }
  
  .hero-section-heading-container {
    background-color: #008453CC;
    padding: 40px 60px;
    text-align: center;
    /* Ensures text inside is centered */
  }
  
  @media (max-width: 1023px) {
  
    .hero-section-heading {
      font-size: 48px;
    }
  
  }
  
  /* Mobile (sm) */
  @media (max-width: 767px) {
  
    .hero-section-heading {
      font-size: 28px;
    }
  
    .hero-section-heading-container {
  
      padding: 40px 40px;
    }
  
  }
  
  * {
    box-sizing: border-box;
  }
  
  .graph-outer-container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 10px;
  }
  
  .graph-outer-container .flex-thirty {
    flex-basis: 30%;
  }
  
  .graph-outer-container .flex-seventy {
    flex-basis: 70%;
  }
  
  .graph-cell {
    min-height: 75px;
    flex-grow: 1;
    flex-basis: 100%;
  }
  
  .fixed-3-7 .col-sm-3 {
    width: 25%;
  }
  
  .fixed-3-7 .col-sm-9 {
    width: 75%;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .graph-cell {
      min-height: 100px;
    }
  
    .graph-outer-container {
      flex-wrap: wrap;
    }
  }
  
  .construction_section {
    padding: 50px 60px;
  }
  
  .join_us_text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .join_us h3 {
    color: #081A31;
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  
  .join_us h3 strong {
    font-weight: 600;
  }
  
  /* hero section ends */
  
  .news-list-section .news-card {
    background-color: rgba(0, 132, 83, 0.08);
    border-radius: 0;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .news-list-section .news-title {
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .news-list-section .news-date {
    font-size: 0.875rem;
    color: #6c757d;
  }
  
  .news-list-section .news-body {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .news-list-section .read-more-btn {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 0;
    background-color: #fff !important;
  }
  
  .news-list-section .read-more-btn:hover {
    color: #272525;
  }
  
  .news-list-section .pagination-container {
    margin-top: 2rem;
    text-align: left;
  }
  
  .news-list-section .page-item #page-link {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #000000;
    color: #000000;
    transition: 0.2s ease;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
  }
  
  .news-list-section .page-item #page-link:hover {
    background-color: #e2e6ea;
    border-radius: 5px;
  }
  
  .news-list-section .page-item.active #page-link {
    background-color: rgba(0, 132, 83, 1);
    color: white;
    border-radius: 5px;
    border: none;
  }
  
  
  
  
  .project-list-view-section .project-item {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .project-list-view-section .project-section-flex-container {
    height: 100%;
  }
  
  .project-list-view-section .project-main-heading {
    font-size: 1.5rem;
  }
  
  .project-list-view-section .col-lg-6 {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    max-height: 600px;
  }
  
  .project-list-view-section .col-lg-6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .project-list-view-section .project-section-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  
  }
  
  
  .project-list-view-section .project-section-learn-more {
    color: #000;
    background-color: rgba(255, 223, 73, 1);
    text-decoration: none;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 150px;
  
  }
  
  .project-list-view-section .project-section-learn-more:hover {
    background-color: rgb(247, 209, 42);
  
    color: #000;
  
    text-decoration: none;
  
  }
  
  .project-list-view-section .project-main-heading {
    text-transform: uppercase;
  }
  
  
  /* On small screens, allow items to stack naturally */
  @media (max-width: 767.98px) {
    .project-list-view-section .project-item {
      height: auto;
    }
  
    .project-list-view-section .col-lg-6 {
      height: auto;
    }
  
    .project-list-view-section .project-main-heading {
      font-size: 1rem;
      font-weight: bold;
    }
  
    .project-list-view-section .col-lg-6 img {
      height: auto;
      max-height: 300px;
      object-fit: cover;
    }
  
    .project-list-view-section .project-section-card {
      padding: 1.5rem;
    }
  }
  
  section.contact_section_form {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #ebf5f1;
    flex-wrap: wrap;
    min-height: 50vh;
  }
  
  .contact_section_form .contact_img {
    width: 50%;
  }
  
  .contact_section_form .contact_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    display: block;
  }
  
  .contact_section_form .contact_field {
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .contact_section_form .contact_field button {
    background-color: #028554;
    width: 100%;
    padding: 15px;
    color: white;
    font-size: 16px;
    border: none;
  }
  
  .contact_section_form .contact_field label {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .contact_field input,
  .contact_field select,
  .contact_field textarea {
    width: 100%;
    display: block;
    outline: none;
    border: none;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    box-sizing: border-box;
  }
  
  .contact_section_form .contact_field textarea {
    height: 150px;
    color: grey;
    font-family: "Inter", sans-serif;
  }
  
  .contact_section_form .input_radio,
  .contact_section_form .input_checkbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
  }
  
  .contact_section_form .input_radio input,
  .contact_section_form .input_checkbox input {
    width: auto;
    margin: 0;
  }
  
  .contact_section_form .input_radio label,
  .contact_section_form .input_checkbox label {
    width: auto;
    margin-left: 5px;
  }
  
  @media (max-width: 991px) {
    section.contact_section_form {
      min-height: auto;
    }
  
    .contact_section_form .contact_img,
    .contact_section_form .contact_field {
      width: 100%;
  
    }
  
    .contact_section_form .contact_img {
      height: 400px;
      object-fit: cover;
    }
  
    .contact_section_form .contact_img img {
      height: 100%;
    }
  
    .contact_section_form .contact_field {
      padding: 30px;
    }
  }
  
  @media (max-width: 576px) {
    .contact_section_form .contact_field {
      padding: 20px;
    }
  
  
    .contact_section_form .contact_field button {
      padding: 12px;
      font-size: 14px;
    }
  
    .contact_field input,
    .contact_field select,
    .contact_field textarea {
      padding: 12px;
      font-size: 13px;
    }
  
    .contact_section_form .contact_img {
      height: 250px;
    }
  }
  
  .table_section {
    padding: 20px;
    line-height: 1.6;
  }
  
  .table_section .search_section label {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .table_section .search_section input[type="search"] {
    width: 100%;
    min-width: 250px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 7px;
    padding: 0 15px;
    font-size: 16px;
  }
  
  /* Table styles */
  .table_section .table-container {
    overflow-x: auto;
    margin: 25px 0;
  
    border-radius: 5px;
    background: rgba(235, 245, 241, 1);
  }
  
  .table_section .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    min-width: 600px;
  }
  
  .table_section .styled-table caption {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
  }
  
  .table_section .styled-table thead tr {
    background-color: #ebf5f1;
    color: #000;
    text-align: left;
    font-weight: bold;
  }
  
  .table_section .styled-table th,
  .styled-table td {
    padding: 16px 20px;
    text-align: left;
  }
  
  .table_section .styled-table tbody tr:nth-of-type(odd) {
    background-color: #fafdfc;
  }
  
  .table_section .styled-table tbody tr:nth-of-type(even) {
    background-color: #f5faf8;
  }
  
  .table_section .styled-table tbody tr:hover {
    background-color: #d8efe5;
  }
  
  /* Mobile card view */
  .mobile-cards {
    display: none;
  }
  
  .mobile-card {
    background: white;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .mobile-card-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  
  .mobile-card-row:last-child {
    border-bottom: none;
  }
  
  .mobile-card-label {
    font-weight: bold;
    color: #555;
    min-width: 120px;
  }
  
  /* Pagination styles */
  .table_section .button_pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  
  .table_section .button_secion button {
    padding: 8px 15px;
    border: none;
    color: white;
    font-weight: 400;
    background-color: rgba(0, 132, 83, 1);
    border-radius: 0px;
  }
  
  .table_section select.rows-per-page {
    border: none;
    background: transparent;
    margin-right: 20px;
    font-size: 18px;
  }
  
  .table_section span.page-info {
    font-size: 18px;
    margin-right: 20px;
    font-weight: 500;
  }
  
  .table_section button.nav-btn {
    border: 1.5px solid black;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
  }
  
  .table_section button.nav-btn.active {
    background: black;
  }
  
  .table_section button.nav-btn.active svg path {
    stroke: white;
  }
  
  .table_section .top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3;
  }
  
  @media (max-width: 767px) {
    .d-flex.justify-content-between {
      flex-direction: column;
      gap: 15px;
    }
  
    .table_section .top-container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      gap: 10px;
      margin-bottom: 3;
    }
  
    .table_section .search_section {
  
      width: 100%;
    }
  
    .table_section .search_section input[type="search"] {
      max-width: 100%;
    }
  
    .table_section .styled-table {
      display: none;
    }
  
    .mobile-cards {
      display: block;
    }
  
    .table_section .button_pagination {
      justify-content: space-between;
    }
  }
  
  .table_section button.nav-btn {
  
    cursor: pointer;
    /* Added this line */
  }
  
  .table_section button.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #ccc;
  }
  
  .table_section button.nav-btn:disabled svg path {
    stroke: #ccc;
  }
  
  /* Add these styles to your existing CSS */
  .table_section button.nav-btn.active {
    background: black;
  }
  
  .table_section button.nav-btn.active svg path {
    fill: white;
    /* Changed from stroke to fill */
  }
  
  .custom-swipper-slider-new .slider-container {
    position: relative;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    display: flex;
    gap: 1rem;
    padding: 1rem;
    /* Hide scrollbar */
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .custom-swipper-slider-new .slider-container::-webkit-scrollbar {
    display: none;
  }
  
  .custom-swipper-slider-new .slide {
    scroll-snap-align: start;
    background: #007bff;
    color: white;
    border-radius: 10px;
    height: 300px;
    padding: 2rem;
    text-align: center;
    flex: 0 0 calc(100% / var(--slides-per-view) - 1.5rem);
  }
  
  .custom-swipper-slider-new .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
  }
  
  .custom-swipper-slider-new .slider-nav button {
    pointer-events: all;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .custom-swipper-slider-new .slider-nav button:hover {
    background: #f8f9fa;
    transform: scale(1.05);
  }
  
  .custom-swipper-slider-new .slider-nav button i {
    font-size: 1.2rem;
    color: #007bff;
  }
  
  .custom-swipper-slider-new .slider-wrapper {
    position: relative;
  }
  
  .nav-link {
    color: #000000 !important;
  }
  
  
  .search-panel {
    position: fixed;
    top: 80px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.07);
    right: 15px;
    z-index: 1055;
    width: 100%;
    background-color: #fff;
    max-width: 600px;
    background-color: #fff;
    border-radius: 0px;
  
    transition: all 0.3s ease;
    padding: 10px 16px;
    display: none;
  }
  
  #searchInput:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  
  .search-body .list-group-item h6,
  .search-body .list-group-item p {
    word-break: break-word;
    white-space: normal;
  }
  
  #searchLoader .spinner-border {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .search-panel.active {
    display: block;
  }
  
  .search-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A7A9AC;
  }
  
  .search-header input {
    flex: 1;
    border: none;
    padding: 12px 0px !important;
    font-size: 16px;
  
    border-radius: 0px
  }
  
  #searchInput:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: none !important;
  }
  
  .search-header .btn-close {
    margin-left: 10px;
  }
  
  .search-body .list-group-item h6,
  .search-body .list-group-item p {
    word-break: break-word;
    white-space: normal;
  }
  
  #searchLoader .spinner-border {
    width: 1.2rem;
    height: 1.2rem;
  }
  
  .search-header {
    position: sticky;
    top: 0;
    background-color: #fff;
    /* Match panel background */
    padding: 10px 0;
    z-index: 1056;
    /* Higher than parent panel */
    border-bottom: 1px solid #eee;
    /* Optional separator */
  }
  
  .search-body {
    overflow-y: auto;
    max-height: 500px;
  }
  
  @media (max-width: 992px) {
  
  
    .search-panel {
      right: 0;
      left: 0;
      z-index: 1055;
      width: 95%;
      background-color: #fff;
  
      border-radius: 0;
      transition: all 0.3s ease;
      padding: 10px 16px;
      max-width: 100%;
      margin: 0px auto;
  
    }
  
    .search-body {
      overflow-y: auto;
      max-height: 300px;
    }
  
  }
  
  
  
  .henles-footer .footer-top {
    background-color: #008453;
    color: white;
    padding: 40px 0;
  }
  
  .henles-footer .footer-bottom {
    background-color: rgb(255, 209, 0);
    color: black;
    padding: 20px 0;
  }
  
  .henles-footer .footer-logo {
    width: 150px;
    margin-bottom: 20px;
  }
  
  .henles-footer .footer-header {
    color: rgb(255, 209, 0);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
  
  .henles-footer .footer-links {
    list-style: none;
    padding-left: 0;
  }
  
  .henles-footer .footer-links li {
    margin-bottom: 8px;
  }
  
  .henles-footer .footer-links a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .henles-footer .footer-links a:hover {
    color: rgb(255, 209, 0);
  }
  
  .henles-footer .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  
  .henles-footer .social-icons a {
    color: white;
    font-size: 1.5rem;
    transition: color 0.3s;
  }
  
  .henles-footer .text-yellow {
    color: rgb(255, 209, 0);
    text-decoration: none;
  }
  
  .henles-footer .social-icons a:hover {
    color: rgb(255, 209, 0);
  }
  
  .henles-footer .cert-logo {
    height: 60px;
    width: auto;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  
  .henles-footer .social-logo {
    height: 30px;
    width: auto;
    margin-right: 2px;
    margin-bottom: 10px;
  }
  
  @media (max-width: 575.98px) {
    .henles-footer .text-md-end {
      text-align: start !important;
      margin-top: 10px;
    }
  }
  
  .henles-footer .text-dark {
    text-decoration: none;
  }
  
  
  
  
  .henkels-project-details .project-detail-banner {
    height: 842px;
    background: url('/Images/_A_b618fcf9-9206-431a-a484-67b80e29b33f.png');
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .henkels-project-details .container-related-projects {
    max-width: 1548px;
    margin: 0 auto;
  }
  
  .henkels-project-details .banner-bottom-bar {
    position: absolute;
    bottom: 0;
    background-color: #008453;
    height: 100px;
    width: 100%;
  }
  
  .henkels-project-details .project-details-corporate {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  
  .henkels-project-details .image-container {
  
    margin-bottom: 1rem;
  }
  
  
  .henkels-project-details .image-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }
  
  .henkels-project-details .image-1 img {
    height: 450px;
    object-fit: cover;
  }
  
  .henkels-project-details .project-header h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
    color: #000000;
  }
  
  @media (max-width: 992px) {
  
  
    .henkels-project-details .image-container img {
      height: 250px;
    }
  }
  
  @media (max-width: 768px) {
    .henkels-project-details .project-detail-banner {}
  
    .henkels-project-details .image-container img {
      height: 200px;
    }
  
    .henkels-project-details .image-1 img {
      height: 350px;
      object-fit: cover;
    }
  
    .henkels-project-details .project-header h3 {
      font-size: 1.25rem;
    }
  }
  
  @media (max-width: 576px) {
  
  
    .henkels-project-details .image-container img {
      height: 150px;
    }
  
    .henkels-project-details .image-1 img {
      height: 250px;
      object-fit: cover;
    }
  
    .henkels-project-details .project-header h3 {
      font-size: 1.1rem;
    }
  }
  
  
  
  .leaflet-popup-content-wrapper,
  .leaflet-popup-tip {
    background: #008453 !important;
    color: #fff !important;
    background-color: #008453 !important;
  }
  
  .leaflet-popup-close-button {
    color: #fff !important;
  }
  
  .henles-footer .footer-bottom .text-dark{
    color: #000000 !important;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}