
@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: 100%;
    width: 126px;
    object-fit: cover;
  }
  .navbar {
    background:#ffffff;
  }
  
  .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;
  }
  #HeaderSection ul li a:hover {
    color: #000000 !important;
}
  
  .nav-item .nav-ancher-tag {
    font-family: "Figtree", sans-serif;
    margin-right: 10px;
    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: #003366;
    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: #e5eef8;
  }
  
  @media (max-width: 768px) {
    .dropdown {
      position: static;
    }
  }
  
/* navbar/ header styles ends */



/* footer starts */

.footer-anchor-tag{
    font-family: "Manrope", sans-serif;
    color: #E0E0E0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}
.footer-bottom-nav{
    font-family: "Manrope", sans-serif;
    color: #FDFDFD;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}
.ul-title{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    color: #F2F2F2;
}
.footer-main-logo{
    width: 126px;
    object-fit: cover;
}
#email-form-control::placeholder {
        color: #ccc; 
        opacity: 1;
    }

.custom-btn {
    width: 100%;
}

@media (min-width: 992px) {
    .custom-btn {
        width: 40%;
        float: right; 
    }
}


@media (max-width: 767px) {
  
    .footer-main-logo{
        
        width: 80px;
        object-fit: cover;
    }
    
}

/* footer 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;
}



.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 .btn-primary {
  padding: 0.5em 1em !important;
  background-color: $secondary-color !important;
  color: #000000 !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease 0s !important;

  &:hover{
    background-color: #f8edeb !important;
    color: $accent-color !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;
}
 
 
  /* 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 .col-lg-6 img {
      height: auto;
      max-height: 300px;
      object-fit: cover;
    }
 
    .project-list-view-section .project-section-card {
      padding: 1.5rem;
    }
  }
 

/* 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;
}


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: #f9f3f4;
      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: #fafafa;
    }
    .table_section .styled-table tbody tr:nth-of-type(even) {
      background-color: #ffffff;
    }
    .table_section .styled-table tbody tr:hover {
      background-color:#f9f3f4;
    }
    
    /* 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 css added after QA */

@media (max-width: 1080px) {
    .table_section .styled-table th span {
        display: table-caption;
    }
}
@media (max-width: 1080px) {
    .table_section .styled-table th svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 1080px) {
    .table_section .styled-table th {
        position: relative;
    }
}
.table_section .button_pagination {
   
    justify-content: space-between !important;
   }

.custom_select {
    background-image: url(../assets/editor/icons/chevron_down.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: auto;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
  .table_section button.nav-btn.active {
      background: #7F141A !important;
      border: 1.5px solid #7F141A;
    }
    .table_section button.nav-btn.active svg path {
      stroke: white;
      fill: white;
    }
	
        .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;
            }
 
        }
		
		 .main_footer05 {
  background-color: #ffffff;
  padding: 50px 20px;
}

.main_footer05 .custom_container {
  max-width: 1400px;
  margin: auto;
}

.main_footer05 .footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.main_footer05 .logo-column img.footer-logo {
  width: 120px;
}

.main_footer05 .sub-text {
  margin: 10px 0;
  font-size: 14px;
  color: #444;
}

.main_footer05 .company_column h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
}

.main_footer05 .company_column ul {
  list-style: none;
  padding-left: 0px;
}

.main_footer05 .company_column ul li {
  margin-bottom: 8px;
}

.main_footer05 .company_column ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.main_footer05 .company_column .address {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.main_footer05 .latest_news input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.main_footer05 .latest_news button {
  margin-top: 10px;
  background-color: #000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.main_footer05 .footer-bottom {
  text-align: center;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: #000;
}
.main_footer05 .footer-bottom p{
  text-align: left;
  padding-left: 30px;
  color: black;
}
.main_footer05 .footer-links {
  margin-top: 0px;
  float: right;
  padding-right: 20px;
}
.main_footer05 .address{
  font-size: 14px;
  margin-top: 30px;
}

.main_footer05 .footer-links a {
  margin: 0 10px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.main_footer05 .logo_address img.footer-logo {
    width: 150px;
}

/* Responsive */
@media (max-width: 768px) {
  .main_footer05 .logo_address {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_1 {
    width: 50%;
}
.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_2 {
    width: 50%;
}
.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_3 {
    width: 50%;
}
.main_footer05 .col-md-3.col-sm-12.col-xs-12.order_4 {
    width: 50%;
}
.main_footer05 ul.margin_bottom {
    margin-bottom: 40px;
}
.main_footer05 .latest_news button{
  float: left;
}
.main_footer05 .footer-bottom p{
  text-align: center;
}
.main_footer05 .footer-links{
  float: none;
  padding-right: 0;
}
.main_footer05 .address {
    width: 50%;
    padding-left: 12px;
}
.main_footer05 .footer-bottom p{
  padding-left: 0px;
}

.main_footer05 .footer-column {
    width: 100%;
  }

  .main_footer05  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main_footer05.footer-links a {
    margin: 5px;
  }
}

@media (max-width: 480px) {
  .main_footer05 .col-md-3.col-sm-12.col-xs-12.order_4 {
  width: 100%;
}
.main_footer05 .logo_address img.footer-logo {
    width: 150px;
}
.main_footer05 .footer-bottom p{
  padding-left: 0px;
}
}