
@font-face {
  font-family: "Figtree";
  src: url("../fonts/fingtree/Figtree-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; 
  font-display: swap; 
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebusneue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}


#iq1dd {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding: 15px 0;
  height: 126px !important;
}

#iq1dd.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 88px !important;
  background-color: rgba(32, 32, 32, 0.9) !important;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: rgba(32, 32, 32, 0.9) !important;
  border-bottom: 4px solid #FF5B24;
}

/* Search Panel Fullscreen Modal Style */
.search-panel {
  position: fixed;
  top: 110px;
  right: 80px;
  z-index: 1055;
  width: 100%;
  background-color: #fff;
  max-width: 600px;
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  padding: 10px 16px;
  display: none;
}

#searchInput:focus {
  outline: none !important;
  box-shadow: none !important;
}

.container-fluid{
  padding: 0px !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;
  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;
}

/* Mobile Navbar Styles */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    right: -90%;
    bottom: 0;
    width: 90%;
    background-color: #222;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 999;
    padding-top: 60px;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .mobile-search-container {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .mobile-search-container input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;
    padding: 8px;
  }

  .mobile-search-container .btn-close {
    margin-left: 10px;
    filter: invert(1);
  }

  /* Updated Toggler Styles */
  .navbar-toggler {
    position: absolute;
    right: 20px;
    z-index: 1050;
    color: #ffffff;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  /* Hamburger state (closed) */
  .navbar-toggler[aria-expanded="false"] {
    top: 50%;
    transform: translateY(-50%);
  }

  /* Cross state (open) */
  .navbar-toggler[aria-expanded="true"] {
    top: 20px;
    transform: none;
  }

  .navbar-toggler .toggler-icon {
    transition: all 0.3s ease;
    font-size: 16px !important;
  }

  /* Updated Search Panel for Mobile */
  .search-panel {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 94%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1040;
    display: none !important;
  }

  .search-panel.active {
    display: block !important;
  }
}

#HeaderSection #logo {
  padding: 40px 30px;
  display: inline-block;
}

#HeaderSection .navigation {
  padding: 35px 0px;
}

.navbar {
  padding: 0px !important;
  height: 100%;
  position: fixed;
  background-color: #214a7a;
  top: 0;
  width: 100%;
 
  z-index: 1030;
}

.navbar.scrolled {
  height: 88px;
  background: rgba(32, 32, 32, 0.9);
  transition: all ease-in-out 0.2s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


.navbar.scrolled .navbar-brand img {
  width: 130px !important;
  max-height: 37px !important;
}

#navbarNav {
  padding-right: 45px;
}

.navbar-brand img {
  width: 156px;
  height: 44px;
}

.navbar-brand {
  padding: 0px !important;
  margin: 0px !important;
}

#HeaderSection .navigation li {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#HeaderSection .navigation li a {
  color: #ffffff;
  margin: 16px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s cubic-bezier(0.07, 0.99, 0.49, 0.99);
  box-sizing: border-box;
}

#HeaderSection .navigation li a:hover {
  color: rgb(60, 138, 227) !important;
}

.search-icon-container .search-icon:hover {
  color: rgb(60, 138, 227) !important;
}

.nav-link {
  padding: 0px !important;
  font-weight: 600 !important;
}

#navbarNav .search-icon-container i {
  font-size: 14px;
  color: #ffffff;
  padding-left: 5px;
}

#navbarNav .search-icon-container {
  margin: 16px 20px;
}

@media (max-width: 1350px) {
  #HeaderSection .navigation li a {
    color: #ffffff;
    padding: 10px 10px;
    margin: 0 8px;
    text-decoration: none;
    letter-spacing: 1px;
  }

  .nav-link {
    font-weight: 600 !important;
  }

  #navbarNav {
    padding-right: 15px;
  }
  #HeaderSection #logo {
    padding: 40px 15px;
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  #HeaderSection .navigation {
    padding: 0px 0px;
    margin-top: 10px;
  }

  #HeaderSection .navigation li a {
    color: #ffffff;
    padding: 15px 20px;
    margin: 0px;
    display: block;
  }

  .nav-link {
    padding: 20px 20px !important;
  }
}


.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;
  }
}

:root {
  --primary-color: #002147;
  --secondary-color: #3c8ae3;
  --secondary-hover: #0055b8;
  --text-light: white;
  --text-dark: #111;
  --dropdown-bg: #3c8ae3;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Figtree", sans-serif;
  text-size-adjust: 100%;
}

#HeaderSection #logo {
  padding: 40px 30px;
  display: inline-block;
}

#HeaderSection .navigation {
  padding: 35px 0px;
}

.navbar {
  padding: 0px !important;
  height: 100%;
}

#navbarNav {
  padding-right: 45px;
}

.navbar-brand img {
  width: 156px;
  height: 44px;
}

.navbar-brand {
  padding: 0px !important;
  margin: 0px !important;
}

#HeaderSection .navigation li {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#HeaderSection .navigation li a {
  color: #ffffff;
  margin: 16px 20px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.4s cubic-bezier(0.07, 0.99, 0.49, 0.99);
  box-sizing: border-box;
}

#HeaderSection .navigation li a:hover {
  color: rgb(60, 138, 227);
}

.search-icon-container .search-icon:hover {
  color: rgb(60, 138, 227) !important;
}

.nav-link {
  padding: 0px !important;
  font-weight: 600 !important;
}

.dropdown-menu {
  background-color: var(--dropdown-bg);
  border: none;
  border-radius: 0;
  padding: 5px 0px 0px;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.dropdown-menu li:first-of-type .dropdown-item {
  padding-top: 27px;
}

.dropdown-menu .dropdown-item {
  margin: 16px 10px !important;
}

.dropdown-item {
  font-size: 14px;
  padding: 15px 0px !important;
  color: var(--text-light);
}

.dropdown-item:hover {
  background-color: var(--secondary-hover);
}

.dropdown-toggle::after {
  display: none;
}

.chevron-icon {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.dropdown.show .chevron-icon {
  transform: rotate(180deg);
}

.custom-toggler {
  border: none;
  background: none;
  padding: 0.25rem 0.75rem;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 1.5em;
  height: 1.5em;
}

#navbarNav .search-icon-container i {
  font-size: 14px;
  color: #ffffff;
  padding-left: 5px;
}

#navbarNav .search-icon-container {
  margin: 16px 20px;
}

.dropdown-menu {
  background-color: #3c8ae3;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 160px;
  width: auto;
  position: relative;
  overflow: visible !important;
}

/* Dropdown items */
.dropdown-menu > li > .dropdown-item {
  background-color: #3c8ae3 !important;
  padding: 8px 30px 6px !important;
  border-top: 5px solid #3c8ae3 !important;
  border-bottom: 3px solid #3c8ae3 !important;
  transition: all 0.15s !important;
  margin: 0 !important;
}

/* Hover styles for items */
.dropdown-menu > li > .dropdown-item:hover,
.dropdown-menu > li > .dropdown-item:focus {
  background-color: #0056b8 !important;
  color: #fff !important;
  opacity: 1 !important;
  border-top: 5px solid #0050a0 !important;
  border-bottom: 3px solid #0054a7 !important;
}

/* Remove arrow from .dropdown-menu */
.dropdown-menu::before {
  content: none;
}

/* Add arrow to the first <li> only */
.dropdown-menu > li:first-child::before {
  content: "";
  position: absolute;
  top: -7.2px;
  left: 27px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 8px solid #3c8ae3;
  z-index: 1001;
  transition: border-bottom-color 0.15s ease;
}

.dropdown-menu > li:first-child > .dropdown-item {
  padding-top: 27px !important;
}

.dropdown-menu > li:last-child > .dropdown-item {
  padding-bottom: 27px !important;
}

/* Change arrow color ONLY when first item is hovered */
.dropdown-menu > li:first-child:hover::before {
  border-bottom-color: #0056b8;
}

/* Desktop styles */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-collapse {
    top: 125px !important;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
  }

  .dropdown-menu {
    position: absolute;
    width: auto;
    min-width: 200px;
  }

  .custom-dropdown .chevron-icon {
    display: none !important;
  }
}

@media (max-width: 1350px) {
  #HeaderSection .navigation li a {
    color: #ffffff;
    padding: 10px 10px; /* Changed from margin to padding for better control */
    margin: 0 8px; /* Reduced margin */
    text-decoration: none;
    letter-spacing: 1px;
  }

  .nav-link {
    font-weight: 500 !important;
  }

  #navbarNav {
    padding-right: 15px;
  }
  #HeaderSection #logo {
    padding: 17px 25px 16px;
    display: inline-block;
  }
}

/* Mobile styles */
@media (max-width: 991.98px) {
  .navbar {
    background-color: #222;
    padding: 10px 0;
   
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }

  .navbar-brand img{
    width: 90px !important;

    height: 25px !important;
  }

  #iq1dd{
    height: 56px !important;
  }



  #HeaderSection .navigation {
    padding: 0px 0px;
  }

  #HeaderSection .navigation li a:hover {
    color: rgb(255, 255, 255);
  }

  .search-icon-container .search-icon:hover {
    color: rgb(255, 255, 255) !important;
  }

  .nav-link {
    padding: 20px 20px !important;
    font-weight: 600 !important;
    margin: 0px !important;
  }

  #HeaderSection .navigation li a {
    color: #ffffff;
    padding: 27px 20px; /* Changed from margin to padding for better control */
    margin: 0 8px; /* Reduced margin */
    text-decoration: none;
    letter-spacing: 1px;
  }

  #navbarNav {
    padding-right: 0px;
  }

  .dropdown-menu {
    max-height: 0;
    width: 100% !important;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  .dropdown.show .dropdown-menu {
    max-height: 1500px;
    visibility: visible;
    min-width: 160px;
    opacity: 1;
  }

  .dropdown.show .dropdown-toggle {
    background-color: var(--secondary-hover);
  }

  .nav-item {
    padding: 0px 0px;
  }

  .navbar-nav {
    margin-bottom: 20px;
  }

  .custom-dropdown .dropdown-toggle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  #HeaderSection ul li {
    border: 1px solid #000;
  }

  .custom-dropdown .expertise-link {
    flex: 1;
    color: #fff;
    text-decoration: none;
    padding: 17px 15px;
    margin: 0px !important;
    font-weight: 600;
  }

  .custom-dropdown .expertise-link:hover {
    background-color: #0055b8;
    transition: all;
  }

  .custom-dropdown .dropdown-toggle-btn {
    padding: 27px 25px;
    background-color: #222;
    border: 0px;
    outline: none;
    flex-shrink: 0;
    width: 80px;
    text-align: center;
    border-left: 1px solid #000;
  }

  .custom-dropdown .dropdown-toggle-btn:focus {
    background-color: rgba(255, 255, 255, 0.04);
  }

  .custom-dropdown .dropdown-toggle-btn:hover {
    background-color: #0055b8;
    transition: all;
  }
  .custom-dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.04);
  }

  .custom-dropdown .dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }

  .dropdown-menu > li > .dropdown-item {
    background-color: rgba(255, 255, 255, 0.04) !important;
    padding: 8px 30px 6px !important;
    border-top: none !important;
    border-bottom: none !important;
    transition: all 0.15s !important;
    margin: 0 !important;
  }

  /* Search field styles */
  #HeaderSection .search-field-container {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background-color: #333;
  }

  #HeaderSection .search-field-container input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;

    outline: none;
  }

  #HeaderSection .search-field-container i {
    color: white;
    padding: 0 10px;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
}

/* Hide arrow on small screens */
@media (max-width: 991.98px) {
  #HeaderSection .dropdown-menu > li:first-child::before {
    display: none;
  }

  #HeaderSection .navigation .ul-sublink-hover:hover {
    background-color: #0056b8;
  }

  #HeaderSection .dropdown-menu > li:first-child > .dropdown-item {
    padding-top: 14px !important;
  }

  #HeaderSection .dropdown-menu > li:last-child > .dropdown-item {
    padding-bottom: 14px !important;
  }

  #HeaderSection .dropdown-menu > li > .dropdown-item {
    padding: 17px 30px !important;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: #999999 !important;
    text-wrap: wrap;
  }

  #HeaderSection .dropdown-menu > li {
    font-weight: 600 !important;
  }

  .dropdown-menu > li > .dropdown-item:hover,
  .dropdown-menu > li > .dropdown-item:focus {
    background-color: #0056b8 !important;
    color: #fff !important;
    opacity: 1 !important;
    border-top: none !important;
    border-bottom: none !important;
  }
}
/* Chevron wrapper */
.chevron-icon {
  position: relative;
  display: inline-block;
  width: 12px; /* fixed width */
  height: 6px; /* fixed height */
  margin-left: 8px;
  vertical-align: middle;
}

/* Triangle using ::after */
.chevron-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transition: transform 0.2s ease;
  transform-origin: center;
}

/* Rotate in-place when expanded */
.dropdown-toggle-btn[aria-expanded="true"] .chevron-icon::after {
  transform: rotate(180deg);
}

/* Hide chevron on desktop */
@media (min-width: 992px) {
  .dropdown-toggle-wrapper .chevron-icon {
    display: none;
  }
}
.navbar {
  position: fixed;

  background-color: #214a7a;
  top: 0;
  width: 100%;
  height: 126px;
  z-index: 9999;
}

.navbar.scrolled {
  height: 88px;
  background: rgba(32, 32, 32, 0.9);
  transition: all ease-in-out 0.2s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.navbar.scrolled #logo {
  padding: 16px 25px 17px !important;
}

.navbar.scrolled .navbar-brand img {
  width: 90px !important;
  max-height: 25px !important;
}

.navbar {
  height: auto; /* let it size naturally */
  overflow: visible; /* avoid clipping */
  z-index: 9999;
}

.container-fluid-custom {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

* {
  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;
}
.carousel-control-prev-icon::before,
.carousel-control-next-icon::before {
  border-radius: 0px !important;
  display: none; /* Hide Bootstrap's default arrow */
}
.custom_slider_classes .carousel-control-prev,
.custom_slider_classes .carousel-control-next {
}

.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-radius: 0px !important;
  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: 0.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;
  }
}
#HeaderSection .dropdown-item {
  letter-spacing: 1px !important;
}

/* hero section ends */

.news-list-section .news-card {
  background-color: white !important;
  border-radius: 0;
  padding: 0px 1.5rem;
}
.news-list-section .news-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #0057b8;
}
.news-list-section .news-date {
  font-size: 14px;
  color: #333;
}
.news-list-section .news-body {
  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: #0057b8;
  border-radius: 5px;
}

.news-list-section .page-item.active #page-link {
  background-color: #0057b8;
  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;
  }
 #HeaderSection #logo {
    padding:12px 20px 11px !important;
    display: inline-block;
  }
  
.navbar.scrolled #logo {
  padding: 12px 20px 11px !important;
}

  .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: #d1d3d4;
  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: #eaeaea;
}
.table_section .styled-table tbody tr:nth-of-type(even) {
  background-color: #ffffff;
}
.table_section .styled-table tbody tr:hover {
  background-color: #d1d3d4;
}

/* 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) {
  .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 {
  width: 100%;
  position: relative;
}

.custom-swipper-slider .swiper {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.custom-swipper-slider .swiper-slide {
  color: #000;
  text-align: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.custom-swipper-slider .swiper-button-prev,
.custom-swipper-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.custom-swipper-slider .swiper-button-prev:hover,
.custom-swipper-slider .swiper-button-next:hover {
  background: #4a90e2;
  transform: scale(1.1);
}

.custom-swipper-slider .swiper-button-prev::after,
.custom-swipper-slider .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .custom-swipper-slider .swiper-button-prev,
  .custom-swipper-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .custom-swipper-slider .swiper-button-prev::after,
  .custom-swipper-slider .swiper-button-next::after {
    font-size: 16px;
  }

  .custom-swipper-slider .swiper-slide {
    height: 150px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .custom-swipper-slider .swiper-button-prev,
  .custom-swipper-slider .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .custom-swipper-slider .swiper-slide {
    height: 120px;
    font-size: 18px;
  }
}

.project-links .text-bold {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.footer-bottom-bar img.footer-logo-img {

  width: 150px !important;
}
footer-main-container .footer-main-container-child .col-md-2 h2 a,
.footer-main-container .footer-main-container-child > div h2 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  margin-bottom: 15px !important;
}

footer-main-container .footer-main-container-child .col-md-2 h2 a,
.footer-main-container .footer-main-container-child > div h2 a:hover {
  color: #3c8ae3;
}
.footer-main-container
  .footer-main-container-child
  ul.list-unstyled
  li
  a:hover {
  color: #3c8ae3 !important;
}
.footer-bottom-bar a:hover {
  color: #3c8ae3 !important;
}

/* Footer container */
#FooterSection.footer-main-links-wrapper.main_footer_links {
  background-color: rgb(0, 0, 0);
  border-top: 6px solid #FF5B24;
}

/* Footer main */
.footer-main.footer-main-wrapper .footer-main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* List in footer */
.footer-main-container .footer-main-container-child ul.list-unstyled {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px !important;
}

/* List item */
/* .footer-main-container .footer-main-container-child ul.list-unstyled li {
    margin-bottom: 8px;
} */

/* Links in list items */
.footer-main-container .footer-main-container-child ul.list-unstyled li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  line-height: 24px;
}

.footer-list #h6 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1%;
}

.footer-main-container
  .footer-main-container-child
  ul.list-unstyled
  li
  a:hover {
  color: #fdfdfd;
}

.footer-main-container.footer-main-container-wrapper.custom-padding {
  padding: 80px 75px 60px 75px;
}

@media (max-width: 767px) {
  .footer-main-container.footer-main-container-wrapper.custom-padding {
    padding: 30px 15px;
  }
}

.footer-bottom.footer-bottom-nav-wrapper p,
.footer-bottom.footer-bottom-nav-wrapper a {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

/* Title in list */
.footer-main-container .footer-main-container-child .ul-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: #f2f2f2;
}

/* Logo */
.footer-main-logo.footer-logo-img {
  width: 126px;

  object-fit: cover;
}

.footer-bottom-bar a,
.footer-bottom-bar p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400 !important; 
  line-height: normal;
  margin: 0;
  font-size: 14px;
  line-height: normal;
  margin-right: 20px;
  display: inline;
}

.footer-bottom-bar {
  position: relative !important;
  margin-top: 40px !important;
  padding: 12px !important;
}

.footer-bottom-bar img.footer-logo-img {
  max-height: 44px;

  width: 150px !important;
}

/* Email placeholder */
#email-form-control.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

/* Custom button */
.footer-main-container .custom-btn.btn-footer-submit {
  width: 100%;
}

.footer-column-section .footer-address {
  margin-top: 0px;
  color: white !important ;
  font-size: 14px;


}
.footer-column-section .footer-address a {
  color: white;
  text-decoration: none;
  font-weight: 100;
}

.footer-column-section .footer-address p {
  font-size: 14px;
}

.footer-column-section .h6 {
  margin-bottom: 10px !important;
}

.rightReserved {
  display: flex;
  align-items: end;
  justify-content: end;
}

@media (min-width: 992px) {
  .footer-main-container .custom-btn.btn-footer-submit {
    width: 40%;
    float: right;
  }
}

@media (max-width: 767px) {
  .footer-main-logo.footer-logo-img {
    width: 80px;
    object-fit: cover;
  }

  .rightReserved {
    display: flex;
    align-items: end;
    justify-content: start;
  }
}

#scrollToTopBtn i {
  color: white !important;
}

@media (min-width: 992px) {
  .scroll-to-top {
    display: none !important;
  }

  .footer-bottom-bar img.footer-logo-img {
    max-height: 34px;

    width: auto;
  }
}

@media (min-width: 1100px) {
  .footer-bottom-bar a,
  .footer-bottom-bar p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .footer-bottom-bar img.footer-logo-img {
    height: auto;

    width: auto;
  }

  .footer-bottom-bar img.footer-logo-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .footer-bottom-bar img.footer-logo-img {
    height: auto;

    width: auto;
  }

  .footer-bottom-bar img.footer-logo-img {
    margin-bottom: 20px !important;
  }

  .footer-column-section {
    margin-bottom: 40px;
  }

  .rightReserved {
    display: flex;
    align-items: end;
    justify-content: start;
  }
}

button#nav_btn {
  padding: 14px 22px !important;
}
button#nav_btn i.fas.fa-search.search-icon {
  font-size: 14px;
}
.footer-column-section .h6 {
  line-height: 24px !important;
  margin-bottom: 6px !important;

}
#ixhn9j h2 {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  margin-bottom: 5px !important;
  line-height: 24px !important;
}
p.mb-0.text-white.small.text-md-end {
  margin-right: 10px;
  display: inline;
  margin-right: 20px;
  line-height: 36px;
}

.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;
}

.project-detail-banner {
  height: 25vh;
  min-height: 185px;
  background-image: url('/Images/_98_bafa7e79-80cf-4eb6-a376-1dde3f61ec52.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-details-corporate .project-title{
font-size:18px;
font-weight: 700;
color: #0057b8;
line-height: 20px;
padding-top: 12px;
margin-bottom: 20px;
}
.project-details-corporate ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #495860;
}
.project-details-corporate .bullets li {
   font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #495860;
}

.project-details-corporate .project-description{
font-size:18px;
font-weight: 400;
color: #495860;
line-height: 28px;
}


@media (max-width: 992px) {
  .project-detail-banner {
    height: 20vh;
  }
}

@media (max-width: 768px) {
  .project-detail-banner {
    height: 15vh;
    min-height: 150px;
  }
}

/* Breadcrumb + Icon row */
.project-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.container-breadcrum .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
  
}

.container-breadcrum .breadcrumb-wrapper a {
  color: #0056b8;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}
.container-breadcrum .breadcrumb-wrapper a:hover{
  color: #a8a8a8 !important;
}
.category-icon-box {
  width: 78px;
  height: 78px;
  background-color: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0;
  /* transform: translateY(-50%); */
}

.category-icon-box img {
  width: 48px;
  height: 42px;
  max-width: 100%;
}

.project-details-corporate {
  padding-top: 2rem;
}

.project-details-corporate .project-header {
  margin-bottom:0px;
}

.project-details-corporate .project-header h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #1f1f1f;
}

.project-details-corporate .project-location{
    margin-top: 0;
    margin-bottom: 30px;
    color: #0057b8;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.project-details-corporate .project-header p {
  color: rgb(0, 86, 184);
  margin-bottom: 0;
  font-weight: 500;
}

.project-details-corporate .carousel-indicators {
  display: none;
}

.project-details-corporate .carousel-inner {
  min-height: 300px;
}

.project-details-corporate .carousel-item {
  transition: transform 0.6s ease-in-out;
}

.project-details-corporate .carousel-inner img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.project-details-corporate .carousel-controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.project-details-corporate .carousel-controls button {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  color: rgb(153, 153, 153);
}

.project-details-corporate .carousel-controls button:disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.container-related-projects {
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 10px;
}

.related-projects-section .card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px !important;
}

.related-projects-section .card-img-top {
  height: 257px;
  object-fit: cover;
  border-radius: 0px !important;
}

.related-projects-section .card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #0056b8;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.related-projects-section .card-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #0056b8 !important;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}


.related-projects-section .card-footer {
  border-top: none;
  background: none;
  padding: 0.5rem 50px;
}

.related-projects-section .text-blue {
  color: #007bff;
}

.related-projects-wrapper .card {
  background-color: rgb(255, 255, 255) !important;
  position: relative;
}

.related-projects-wrapper .category-card-2 {
  width: 78px;
  height: 78px;
  background-color: #0058b7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  right: 0;
}

.related-projects-wrapper .category-card-2 img {
  width: 40px;
  height: 40px;
  max-width: 100%;
  filter: brightness(0) invert(1) !important;
}

.container-breadcrum .category-icon-box img{
   filter: brightness(0) invert(1) !important;
}

.related-projects-wrapper .card-body {
  padding: 50px;
}

.related-projects-wrapper {
  background: url('/Images/_98_136d0ca7-3033-40e2-afc0-1e75d3ed7351.png');
  background-repeat: repeat;
  background-position: center top;
  margin-top: 50px;
  padding: 0 15px;
}

.related-projects-section .heading {
  color: #0056b8;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: center;
}

.related-projects-btn {
  padding: 12px 25px;
  background-color: transparent;
  background-image: none;
  border: 2px solid #0056b8;
  color: #0056b8;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.related-projects-btn:hover {
  background-color: #0056b8;
  color: #ffffff;
}

.container-breadcrum {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  padding-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .related-projects-section .card-img-top {
    height: 220px;
  }
}

@media (max-width: 992px) {
  .related-projects-section .card {
    width: 100%;
  }

  .category-icon-box {
    width: 60px;
    height: 60px;
  }

  .category-icon-box img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  .project-details-corporate .carousel-inner img {
    height: 250px;
  }

  .project-details-corporate .carousel-inner {
    min-height: 250px;
  }

  .related-projects-section .card-img-top {
    height: 180px;
  }

  .project-header h3 {
    font-size: 1.5rem;
  }

  .container-breadcrum .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
  
  }

  .category-icon-box {
    width: 50px;
    height: 50px;
  }

  .category-icon-box img {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 576px) {
  .project-details-corporate .carousel-inner img {
    height: 200px;
  }

  .project-details-corporate .carousel-inner {
    min-height: 200px;
  }

  .related-projects-section .card-img-top {
    height: 150px;
  }

  .related-projects-section .card-title {
    font-size: 1rem;
  }

  .related-projects-section .card-text {
    font-size: 0.8rem;
  }

  .card-body {
    padding: 20px;
  }

  .project-header h3 {
    font-size: 1.3rem;
  }

  .breadcrumb-wrapper .breadcrumb {
    font-size: 0.7rem;
    padding-right: 60px;
  }

  .category-icon-box {
    width: 40px;
    height: 40px;
    right: 0px;
  }

  .category-icon-box img {
    width: 20px;
    height: 20px;
  }

  .project-meta-bar {
    padding: 0.5rem 0;
    margin-bottom: 20px;
  }

  .related-projects-btn {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 20px;
  }
  .related-projects-wrapper .card-body {
    padding: 20px !important;
  }
}

@media (max-width: 400px) {
  .project-details-corporate .carousel-inner img {
    height: 180px;
  }

  .project-details-corporate .carousel-inner {
    min-height: 180px;
  }

  .breadcrumb-wrapper .breadcrumb {
    font-size: 0.65rem;
    padding-right: 50px;
  }
}

.nav-item a {
  font-size: 14px !important;
}

/* Hover styles for items */
#HeaderSection .dropdown-menu > li > .dropdown-item:hover,
#HeaderSection .dropdown-menu > li > .dropdown-item:focus {
  background-color: #0055b8 !important;
  color: #fff !important;
  opacity: 1 !important;
}
#navbarList a.nav-current {
  position: relative;
}

#navbarList a.nav-current::before {
  content: "";
  position: absolute;
  top: -10px; /* adjust based on spacing */
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  background-color: white;
}

@media (max-width: 992px) {
  #navbarList a.nav-current {
    background-color: #0057b8 !important;
    color: #fff !important;
  }
  #navbarList a.nav-current::before {
    display: none;
  }
}

.related-projects-section a {
  text-decoration: none !important;
  height: 100%;
}

#breadcrums-side-image {
  width: 40px !important;
  height: 40px !important;
}
/* clean energy subpages hero section */



    #clean-energy-hero.clean-energy-hero {
      position: relative;
      height: 270px;
      background-color: #072037;
      padding: 0px 77px 77px 40px;
      display: flex;
      align-items: flex-end; 
      overflow: hidden;
    }


    #clean-energy-hero.clean-energy-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url('/Images/_98_dc2b1244-8ced-4c7f-9436-d030892aa598.png');
 
      background-size: cover;
      background-position: center;
      opacity: 0.25; 
      z-index: 1;
    }

    #clean-energy-hero .hero-inner {
		width: 100%;
      position: relative;
      z-index: 2;
	  max-width: 1280px;
	  margin: 0 auto;
      display: flex;
      align-items: flex-end;
      height: 100%;
    }


    #clean-energy-hero .hero-title {
      color: #ffffff;
	  text-transform: uppercase ;
      margin: 0;
      font-size: 26px;
      font-weight: 600;
      line-height: 1.2;
    }


    @media (max-width: 768px) {
      #clean-energy-hero.clean-energy-hero {
        padding: 0px 20px 20px 20px;
        height: 220px;
      }

    
    }

    /* hero section ends here */


/* ===================== HERO SECTION ===================== */
.entities-hero-section {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 80px 80px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--solid-bg-color, transparent);
}
.entities-hero-section.solid-bg::before,
.entities-hero-section.solid-bg::after {
  display: none;
}

.entities-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.entities-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-gradient, none);
  z-index: 1;
}

.entities-hero-section .hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto 60px;
}

.entities-hero-section .hero-heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.entities-hero-section .hero-subheading {
  font-size: 1.15rem;
  max-width: 740px;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 400;
}

.entities-hero-section .hero-btn {
  margin-top: 60px;
  border-radius: 0;
  padding: 15px 30px;
  background-color: #ffffff;
  color: #0057b8;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-block;
}

.entities-hero-section .hero-btn:hover {
  background-color: #0057b8;
  color: #ffffff;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.entities-hero-section .websiteSquareCard {
  background-color: #0057b8 !important;
  color: #fff !important;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0px;
  overflow: hidden;
}

.entities-hero-section .websiteSquareCard:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.entities-hero-section .websiteSquareCard img {
  max-width: 75%;
  max-height: 60%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.entities-hero-section .websiteSquareCard .status-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FF5B24!important;
  color: #ffffff !important;
  padding: 6px 12px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 0;
}

.entities-hero-section .websiteSquareCard .entity-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

@media (max-width: 992px) {
  .entities-hero-section {
    padding: 60px 40px;
  }
  .entities-hero-section .websiteSquareCard {
    aspect-ratio: 16 / 12;
  }
  .entities-hero-section .hero-heading {
    font-size: 26px;
  }

  .entities-hero-section .hero-subheading {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .entities-hero-section {
    padding: 40px 20px;
  }
  .entities-hero-section .hero-content {
    margin-bottom: 40px;
  }

  .entities-hero-section .hero-heading {
    font-size: 22px;
  }

  .entities-hero-section .hero-subheading {
    font-size: 0.95rem;
  }

  .entities-hero-section .hero-btn {
    padding: 12px 25px;
    margin-top: 40px;
    font-size: 0.9rem;
  }

  .entities-hero-section .websiteSquareCard {
    aspect-ratio: 16 / 13;
  }
}

.clean-energy-infrastructure-boxes .industry-card {
  position: relative;
  height: 450px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.clean-energy-infrastructure-boxes .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.clean-energy-infrastructure-boxes .industry-card:hover .card-bg {
  transform: scale(1.1);
}

.clean-energy-infrastructure-boxes .card-title {
  text-transform: uppercase;
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.clean-energy-infrastructure-boxes .industry-card:hover .card-title {
  opacity: 0;
}

.clean-energy-infrastructure-boxes .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 87, 184, 0.76);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  z-index: 2;
}

.clean-energy-infrastructure-boxes .industry-card:hover .card-overlay {
  max-height: 300px;
}

.clean-energy-infrastructure-boxes .overlay-title {
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: bold;
  padding: 30px 30px 0;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.clean-energy-infrastructure-boxes .industry-card:hover .overlay-title {
  opacity: 1;
  transform: translateY(0);
}

.clean-energy-infrastructure-boxes .card-description {
  padding: 15px 30px 20px;
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 10px;
  max-width: 90%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
}

.clean-energy-infrastructure-boxes .industry-card:hover .card-description {
  opacity: 1;
  transform: translateY(0);
}

.clean-energy-infrastructure-boxes .arrow-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s,
    background-color 0.2s ease;
}

.clean-energy-infrastructure-boxes .industry-card:hover .arrow-box {
  opacity: 1;
  transform: scale(1);
}

.clean-energy-infrastructure-boxes .arrow-box:hover {
  background-color: #f0f0f0;
}

.clean-energy-infrastructure-boxes .arrow-box i {
  color: black;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .clean-energy-infrastructure-boxes .industry-card {
    height: 350px;
    margin-bottom: 20px;
  }

  .clean-energy-infrastructure-boxes .card-title,
  .clean-energy-infrastructure-boxes .overlay-title {
    font-size: 1.5rem;
  }

  .clean-energy-infrastructure-boxes .card-description {
    font-size: 0.9rem;
  }
}

.project-carousel-wrapper .project-spotlight {
  text-decoration: none !important;
  border-bottom: 2px solid rgb(73, 88, 96) !important;
  max-width: fit-content !important;
}

.projectcategory-carousel-wrapper .project-spotlight {
  text-decoration: none !important;
  border-bottom: 2px solid rgb(73, 88, 96) !important;
  max-width: fit-content !important;
}

#projectSpotLightCarousel .no-image-panel {
  height: 100%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
}


:root {
  --yellow: #D1FF38;
}


.clean-energy-infrastructure-experties .expertise-accordion {
  width: 100%;
}


.clean-energy-infrastructure-experties .accordion-item {
  background: #fff;
  margin-bottom: 20px;
 
}

.clean-energy-infrastructure-experties .accordion-header {
  background: #ffffff;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
}

.clean-energy-infrastructure-experties .accordion-header .chevron-icon {
  transition: all .3s ease;
  width: 17px;
  height: 12px;
}

.clean-energy-infrastructure-experties .accordion-header .chevron-icon path {
  transition: fill .3s ease;
}

.clean-energy-infrastructure-experties .accordion-header.active {
  background: #000;
  color: #fff !important;
  border-bottom: 4px solid #B8D411;
}

.clean-energy-infrastructure-experties .accordion-body {
  display: none;
  padding: 20px 20px;
  background: #ffffff;
}

.clean-energy-infrastructure-experties .accordion-body.open {
  display: block;
}

.clean-energy-infrastructure-experties .expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 22px;
}

.clean-energy-infrastructure-experties .skeleton-card {
  height: 282px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}


.clean-energy-infrastructure-experties .expertise-card {
  position: relative;
  display: block;
  height: 282px;
  overflow: hidden;
  text-decoration: none;
  color: white;
}


.clean-energy-infrastructure-experties .expertise-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: filter .4s ease;
}


.clean-energy-infrastructure-experties .expertise-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45%;
  width: 100%;

  background: rgba(0,0,0,0.60);
  transition: height .4s ease;
}

.clean-energy-infrastructure-experties .expertise-card:hover .expertise-bg {
  filter: brightness(.7);
}

.clean-energy-infrastructure-experties .expertise-card:hover .expertise-bg::after {
  height: 100%;
}


.clean-energy-infrastructure-experties .expertise-overlay {
  position: absolute;
  padding: 0px 20px;
  bottom: 25px;
  left: 0px;
  z-index: 4;
}

.clean-energy-infrastructure-experties .expertise-overlay h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.clean-energy-infrastructure-experties .expertise-overlay hr {
  width: 35px;
  margin-top: 8px;
  border: none;
  border-top: 3px solid var(--yellow);
  opacity: 1;
}

/* TEXT HOVER */
.clean-energy-infrastructure-experties .expertise-card:hover .expertise-overlay h3 {
  color: var(--yellow);
}

.clean-energy-infrastructure-experties .expertise-card:hover .expertise-overlay hr {
  border-color: #fff;
}

@media (max-width: 992px) {
 .clean-energy-infrastructure-experties .accordion-header{
font-size: 18px !important;
padding: 16px 20px !important;
 }
 .clean-energy-infrastructure-experties .accordion-body{
padding: 20px 20px !important;  
 }
}

/* ends */

ol.breadcrumb {
      margin-bottom: 2px !important;
  }
.graph-outer-container-rm9Ou li > button.button-breadcrumb {
  cursor: default !important;
  font-weight: 700 !important;
}

h2.text-dark.text-transform-none.font-weight-bold.letter-spacing-half {
  margin-bottom: 25px;
}
div#irhy92 section.graph-outer-container-rm9Ou
 {
    margin-bottom: 10px;
}
.graph-cell-I0IiK ol.breadcrumb li svg {
  fill: #757575 !important;
}

 .project-location-text{
  font-weight: 700 !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 6px 0px !important;
}

.projectcategory-carousel-wrapper .project-location-text{
  font-weight: 700 !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 15px !important;
    padding: 6px 0px !important;
}

.projectcategory-carousel-wrapper .project-title{
 
  font-weight: 700 !important;
 
}

.project-carousel-wrapper .project-title{
 
  font-weight: 700 !important;
 
}

.mastec-corporate-cta-section .hero-section {
    background: linear-gradient(90deg, #001E37 0%, #003166 100%) !important;
}

.mastec-corporate-cta-section .why-mastec-section {
    background: linear-gradient(90deg, #001E37 0%, #003166 100%) !important;
}


/* ===============================
   OPERATING ENTITY â€“ SIMPLE CARD
=============================== */

.operating-entity-card .expertise-bg::after {
  display: none;
}

.operating-entity-card:hover .expertise-bg {
  filter: none;
}

.operating-entity-card .expertise-overlay {
  display: none !important;
}

/* Visit Website CTA */
.operating-entity-card .visit-website-cta {
  position: absolute;
  bottom: 14px;
  right: 18px;
  z-index: 3;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.operating-entity-card .visit-website-cta::before {
  content: "";
  position: absolute;
  inset: -6px -10px;
  background: rgba(0,0,0,0.4);
  z-index: -1;
  border-radius: 2px;
}

       .expertise-heading-with-logo-section {
            background-color: #000000;
            padding: 40px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 20px;
            max-width: 511.12px;
            margin: 0 auto;
            font-family: 'Figtree', sans-serif;
        }

       .expertise-heading-with-logo-section  img {
            width: 48px;
            height: 43px;
            flex-shrink: 0;
        }

        .expertise-heading-with-logo-section .heading-text {
            color: #ffffff;
            font-size: 21px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            white-space: nowrap;
            margin: 0px;
        }

        @media (max-width: 576px) {
            .expertise-heading-with-logo-section {
                padding: 20px 24px;
                max-width: 100%;
                gap: 15px;
            }

           .expertise-heading-with-logo-section .heading-text {
                font-size: 16px;
                letter-spacing: 0.5px;
            }

            .expertise-heading-with-logo-section img {
                width: 36px;
                height: 32px;
            }
        }

        @media (max-width: 420px) {
            .expertise-heading-with-logo-section {
                padding: 18px 20px;
                gap: 12px;
            }

            .expertise-heading-with-logo-section .heading-text {
                font-size: 14px;
                line-height: 13px;
            }

            .expertise-heading-with-logo-section img {
                width: 32px;
                height: 28px;
            }
        } 
 
.custom-leaflet-map {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}
 
.map-filter-container {
  position: absolute;
  top: 0;
  left: 0;

  width: 105px;
  height: 100%;

  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  z-index: 1000;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
 
.map-filter-container button {
  width: 100px;
  height: 60px;
  margin-bottom: 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #ffffff;
  background: #ffffff;
  cursor: pointer;
  position: relative;
}

.map-filter-container button img {
  width: 30px;
  height: 30px;
}
 
.map-filter-container button span {
  position: absolute;
  left: 94%;
  top: 50%;
  transform: translateY(-50%);

  background: #ffffff;
  padding: 16px 8px;
  min-width: 160px;
  height: 55px;

  color: #0057b8;
  font-size: 17px;
  font-weight: 600;
  text-align: center;

  display: none;
  z-index: 1001;
}

.map-filter-container button:hover span {
  display: block;
}

.graph-outer-container-o9gfB {
  position: relative;
}
 

@media (max-width: 576px) {

  .custom-leaflet-map {
    width: 100% !important;
    height: 70vh !important;
    margin: 80px auto 0 auto; /* space for bar */
  }

  .map-filter-container {
    position: absolute;
    top: 6px;               /* âœ… NOW IT SHOWS */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    background: #fff;
    /* box-shadow: 0 1px 5px rgba(0,0,0,.3); */
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.25);
    z-index: 999;

    overflow-x: auto;
    overflow-y: hidden;
  }

  .map-filter-container button {
    width: 55px !important;
    height: 50px !important;
    margin: 0 !important;
    flex-shrink: 0;
  }

  .map-filter-container button span {
    display: none !important;
  }
  #ixeuli {
    height: 70vh !important;
  }
}