@font-face {
    font-family: 'Figtree';
    src: url('../fonts/fingtree/Figtree-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: 300;
  }
  
  @font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebusneue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  /* navbar/ header styles starts */
  .nav-main-logo {
    height: 110px;
    width: 146px !important;
    object-fit: cover;
  }
  
  #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%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: none;
    opacity: 1;
    transform: translateY(0) scale(1);
    will-change: transform, padding, box-shadow;
    transition:
      transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
      padding 0.35s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.35s ease,
      opacity 0.25s ease;
  }
  
  #HeaderSection.sticky {
    padding: 10px 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    opacity: 1;
  }
  
  
  #HeaderSection .main-logo img {
    width: 130px !important;
  }
  
  #HeaderSection.sticky .main-logo img {
    width: 125px;
  }
  
  .navbar {
    background-color: #ffffff;
    max-width: 1290px;
    margin: 0 auto;
    padding: 16px 8px;
  }
  
  .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;
  }
  
  .henkel-mccoy-breadcrumb .breadcrumb-item a,
  .henkel-mccoy-breadcrumb .breadcrumb-item span {
    text-transform: uppercase !important;
    font-family: 'Calibri', sans-serif !important;
  }
  
  .nav-item .nav-ancher-tag {
    font-family: 'Franklin Gothic Demi', sans-serif;
    margin-right: 30px;
    color: rgba(88, 88, 91, 1) !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px !important;
  }
  
  .nav-item a {
    color: rgba(88, 88, 91, 1) !important;
  }
  
  .nav-item .nav-ancher-tag:hover {
    color: #008453 !important;
  }
  
  @media (max-width: 768px) {
    .dropdown {
      position: static;
    }
  
    .nav-main-logo {
      height: auto !important;
      width: 100px !important;
      object-fit: cover;
    }
  }
  
  #nav_btn {
    background-color: transparent;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    line-height: 26px;
    color: rgba(88, 88, 91, 1) !important;
  }
  
  #nav_btn:hover {
    color: #008453 !important;
  }
  
  #nav_btn img {
    width: 20px;
  }
  
  .dropdown a {
    color: rgba(88, 88, 91, 1) !important;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: 400;
    line-height: normal;
    display: block;
    font-size: 16px !important;
    font-family: 'Franklin Gothic Demi';
  }
  
  .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: #ffffff;
    color: #008453 !important;
  }
  
  @media (max-width: 768px) {
    .dropdown {
      position: static;
    }
  }
  
  #FooterSection .footer {
    background-color: rgba(0, 132, 83, 1);
    padding: 30px 40px;
  }
  
  #FooterSection .footer-container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #FooterSection .footer-logo img,
  .footer-logo-right img {
    height: auto;
    width: 146px;
  }
  
  #FooterSection .footer-buttons {
    display: flex;
    gap: 20px;
  }
  
  #FooterSection .footer-buttons a {
    font-family: "Franklin Gothic Demi", sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 16px 24px;
    line-height: normal;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
  }
  
  #FooterSection .footer-buttons a:hover {
    background-color: rgba(255, 209, 0, 1);
    color: rgba(88, 88, 91, 1);
    border-color: rgba(255, 209, 0, 1);
  }
  
  #FooterSection .footer-bottom {
    background-color: rgba(255, 209, 0, 1);
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    color: rgba(88, 88, 91, 1);
    font-family: 'Calibri', sans-serif;
  }
  
  #FooterSection .footer-bottom a {
    color: rgba(88, 88, 91, 1);
    text-decoration: none;
    margin: 0 6px;
  }
  
  #FooterSection .footer-bottom a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    #FooterSection .footer-container {
      flex-direction: column;
      gap: 20px;
    }
  
    #FooterSection .footer-buttons a {
      font-family: "Franklin Gothic Demi", sans-serif;
      font-size: 14px;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      padding: 8px 20px;
      line-height: normal;
      border: 1px solid #ffffff;
      transition: all 0.3s ease;
    }
  
    #FooterSection .footer-logo img,
    .footer-logo-right img {
      height: auto;
      width: 100px;
    }
  
  }
  
  
  
  
  * {
    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;
  }
  
  
  
  .custom_slider_classes .text-justify {
    text-align: justify;
  }
  
  .custom_slider_classes .carousel-control-prev,
  .custom_slider_classes .carousel-control-next {
    width: 10rem !important;
  }
  
  .custom_slider_classes h3 {
    color: #000000;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
  }
  
  .custom_slider_classes p_arrow_slide_icon svg {
    fill: #000000;
  }
  
  .custom_slider_classes .slider-preview {
    background: #f4f4f4;
    border: 1px solid #bdbdbd;
    border-radius: 7px;
    height: 550px;
    width: 100%;
  }
  
  .project-list-view-section .project-item {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .project-list-view-section .project-section-flex-container {
    height: 100%;
  }
  
  .project-list-view-section .col-lg-6 {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .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;
    gap: .5rem;
    padding: 2rem;
  
  }
  
  
  .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;
  }
  
  @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 .col-lg-6 img {
      height: auto;
      max-height: 300px;
      object-fit: cover;
    }
  
    .project-list-view-section .project-section-card {
      padding: 1.5rem;
    }
  }
  
  .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;
  }
  
  
  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%;
  
    }
  
    .navbar-nav li {
      padding: 10px 0px !important;
    }
  
    .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 */
  }
  
  
  
  .image-gallery-section {
    width: 100%;
    padding: 0 60px;
  }
  
  .image-gallery-section .main-image-wrapper {
    position: relative;
    margin-bottom: 120px;
    max-width: 100%;
  }
  
  .image-gallery-section .main-image {
    width: 100%;
    height: 500px;
    min-width: 250px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s;
    display: block;
    margin: 0 auto;
  }
  
  .image-gallery-section .thumbnails-scroll-container {
    position: absolute;
    bottom: -50px;
    left: -50px;
    right: 0;
    overflow-x: auto;
    padding: 0 10px;
    margin: 0 auto;
  }
  
  .image-gallery-section .thumbnails-container {
    display: flex;
    /* gap: 10px;s */
    width: max-content;
    padding: 10px 0;
  }
  
  .image-gallery-section .thumbnail,
  .image-gallery-section .add-thumbnail {
    width: 90px;
    height: 90px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .image-gallery-section .active-thumbnail {
    border: 2px solid #007bff;
  }
  
  .image-gallery-section .add-thumbnail {
    background-color: #f8f9fa;
    font-size: 1.8rem;
    color: #6c757d;
    border: 1px dashed #ccc;
  }
  
  /* Scrollbar styling */
  .image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar {
    height: 6px;
  }
  
  .image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
  }
  
  .image-gallery-section .thumbnails-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .image-gallery-section .main-image-wrapper {
      margin-bottom: 100px;
    }
  
    .image-gallery-section .thumbnail,
    .image-gallery-section .add-thumbnail {
      width: 70px;
      height: 70px;
    }
  
    .image-gallery-section .image-gallery-section {
      width: 100%;
      padding-left: 50px;
      padding-right: 20px;
    }
  
    .image-gallery-section .main-image {
      height: 400px;
    }
  
    .image-gallery-section .thumbnails-scroll-container {
      bottom: -45px;
      left: -50px;
    }
  }
  
  @media (max-width: 576px) {
    .image-gallery-section .main-image-wrapper {
      margin-bottom: 90px;
    }
  
    .image-gallery-section .thumbnail,
    .image-gallery-section .add-thumbnail {
      width: 60px;
      height: 60px;
    }
  
    .image-gallery-section .image-gallery-section {
      width: 100%;
      padding-left: 50px;
      padding-right: 20px;
    }
  
    .image-gallery-section .main-image {
      height: 300px;
    }
  
    .image-gallery-section .thumbnails-scroll-container {
      bottom: -40px;
      left: -40px;
    }
  }
  
  
  .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;
  }
  
  ul li a {
    color: inherit !important;
  }
  
  .button_links li {
    list-style: none !important;
  }
  
  .button_links li a {
    border-color: black !important;
    color: black !important;
    padding: 10px 20px !important;
    display: block;
    border: 1px solid black !important;
    margin-right: 10px;
  }
  
  .footer-top-nav {
    margin-top: 30px;
    display: flex;
    list-style: none;
    padding-left: 0px !important;
  }
  
  .footer-top-nav li a {
    color: #028454 !important;
    margin-right: 10px;
  }
  
  .footer-top-nav li a {
    text-decoration: none;
  }
  
  .footer-top-nav a:hover {
    color: #ffd201 !important;
  }
  
  .button_links {
    display: flex !important;
  }
  
  #ihsl0y {
    color: black !important;
  }
  
  .hpl_merch_button {
    margin-top: 20px;
  }
  
  a#i5upkz-2 {
    text-decoration: none;
    margin-right: 0px;
  }
  
  a#i5upkz-2:hover {
    background-color: #028554;
    color: white !important;
  }
  
  #io6he2:hover {
    background-color: #028554 !important;
  }
  
  #i5upkz:hover {
    background-color: #028554 !important;
  }
  
  .custom-search-container {
    position: relative;
    height: auto;
    max-width: 1290px;
    padding: 0px 15px;
    margin: auto;
  }
  
  .search-panel {
    position: absolute;
    top: 0px;
    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) {
  
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 12px 0px !important;
      display: inline-block;
    }
  
    #nav_btn {
      padding: 12px 0px !important;
    }
  
    div#navbarNav {
      padding: 30px 0px !important;
    }
  
    .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;
    }
  
  }
  
  @media (max-width: 480px) {
    #navbarNav {
  
      padding: 20px 0px;
    }
      .henkel-mccoy-breadcrumb .breadcrumb-wrapper{
  
  padding: 0px 20px 0px 10px !important;
  
    }
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px !important;
  }
  
  .pipeline-media-gallery {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 15px;
  }
  
  .pipeline-media-gallery .gallery-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    align-items: center;
  }
  
  .pipeline-media-gallery .gallery-section:not(:last-child) {
    border-bottom: 1px solid #c6c6c6;
  }
  
  .pipeline-media-gallery .section-title {
    font-family: 'Franklin Gothic Demi', sans-serif;
    font-size: 32px;
    line-height: 1;
    color: #008453;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .pipeline-media-gallery .section-description {
    font-family: 'Calibri', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
  }
  
  /* IMAGE HOVER LOGIC */
  .pipeline-media-gallery .section-image {
    position: relative;
    width: 100%;
    height: 400px;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
  }
  
  .pipeline-media-gallery .section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .pipeline-media-gallery .section-image:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: rgba(0, 132, 83, 0.9);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
  }
  
  .pipeline-media-gallery .section-image:hover:after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  
  .pipeline-media-gallery .image-icon {
    font-family: 'Calibri', sans-serif;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 5;
    pointer-events: none;
  }
  
  .pipeline-media-gallery .image-icon::before {
      content: '\f302';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
  }
  
  .pipeline-media-gallery .overlay-text {
    position: absolute;
    inset: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 6;
    transition: opacity 0.3s ease 0.1s;
    pointer-events: none;
  }
  
  .pipeline-media-gallery .section-image:hover .overlay-text {
    opacity: 1;
  }
  
  /* MODAL STYLES */
  .pipeline-media-gallery .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 40px;
  }
  
  .pipeline-media-gallery .modal.active {
    display: flex;
  }
  
  .pipeline-media-gallery .modal-wrapper {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    max-width: 90%;
    max-height: 95vh;
  }
  
  .image-relative-container {
    position: relative;
    display: inline-block;
    min-width: 300px;
    min-height: 200px;
  }
  
  /* LOADING SPINNER */
  .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #008453;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    display: none;
    z-index: 1;
  }
  
  @keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
  
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  .pipeline-media-gallery .modal-image {
    display: block;
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    border: 4px solid white;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 2;
  }
  
  .pipeline-media-gallery .modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 60px;
    cursor: pointer;
    z-index: 10;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  .pipeline-media-gallery .modal-nav.prev {
    left: 10px;
  }
  
  .pipeline-media-gallery .modal-nav.next {
    right: 10px;
  }
  
  .pipeline-media-gallery .modal-close {
    position: absolute;
    top: -40px;
    right: -10px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 32px;
    z-index: 11;
  }
  
  .pipeline-media-gallery .modal-info {
    color: white;
    margin-top: 15px;
    text-align: left;
    width: 100%;
    font-family: 'Calibri', sans-serif;
  }
  
  .pipeline-media-gallery .view-gallery-label {
    font-size: 14px;
    font-weight: 700;
    color: #ccc;
    text-transform: capitalize;
  }
  
  .pipeline-media-gallery .gallery-count {
    font-size: 13px;
    color: #999;
    font-weight: 400;
  }
  
  @media (max-width: 768px) {
    .pipeline-media-gallery .gallery-section {
      grid-template-columns: 1fr;
    }
  
    .pipeline-media-gallery .section-title {
      font-size: 28px;
    }
  
    .pipeline-media-gallery .modal-nav {
      font-size: 40px;
    }
  }
 
.custom-dropdown {
    width: 100%;
    font-family: Arial, sans-serif;
    position: relative;
}

/* Hide inputs */
.custom-dropdown input {
    display: none;
}

.field-heading {
    display: block;
    font-size: 16px !important;
    margin-bottom: 0.3em;
}

/* Shell: label fills left, chevron stays on the right (chevron is a sibling of the button) */
.dropdown-selected-shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 30%;
    border: 1px solid #ccc;
        border-radius: 5px;
                box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
   
    background: #fff;
    box-sizing: border-box;
}

/* Selected area */
.dropdown-selected {
    padding: 6px 15px;
    border: none;
    background: #fff;
            box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    cursor: pointer;
}

.my-custom-dd .dropdown-selected {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
}

/*
 * Sighted copy comes from ::after + data-* (survives CMS form_script textContent on the button).
 * Inner span stays for a11y / JS sync — visually hidden so no duplicate and no :has() dependency.
 */
.my-custom-dd .dropdown-selected-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

button.dropdown-selected {
    margin: 0;
    font: inherit;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    -webkit-appearance: none;
    appearance: none;
}

.my-custom-dd button.dropdown-selected,
.my-custom-dd label.dropdown-selected {
    position: relative;
    overflow: visible;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}

/* Visible label: default if attributes missing (CMS); attr() overrides when present */
.my-custom-dd button.dropdown-selected::after,
.my-custom-dd label.dropdown-selected::after {
    content: "Select Option";
    color: #999;
}

.my-custom-dd button.dropdown-selected[data-placeholder]::after,
.my-custom-dd label.dropdown-selected[data-placeholder]::after {
    content: attr(data-placeholder);
    color: #999;
    font-family: Calibri, sans-serif;
    font-size: 14px;
}

.my-custom-dd button.dropdown-selected[data-value]::after,
.my-custom-dd label.dropdown-selected[data-value]::after {
    content: attr(data-value);
    color: #333;
}

/* Dropdown list */
.dropdown-options {
    position: absolute;
    width: 30%;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    display: none;
    z-index: 10;
}

.dropdown-options label {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.dropdown-options label:hover {
    /* background: #f2f2f2; */
    background: #008453;
    color: #ffffff;
}

.dropdown-options .dd-option {
    display: block;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Calibri', sans-serif;
}

.dropdown-options .dd-option:hover {
    background: #008453;
    color: #ffffff;
}

/* Open only the list inside the same .custom-dropdown as the checked toggle */
.custom-dropdown>.custom-dd-toggle:checked~.dropdown-options {
    display: block;
}
 @media (max-width:550px) {
    .dropdown-selected-shell {
        width: 100% !important;
    }
    #box_content {
        width: 100% !important;
    }
 }