

   .trencor-footer {
      background: url('/Images/_98_1e3bd782-7dd4-4ef7-b59e-7e4d95b0ea94.jpg') no-repeat center;
      background-size: cover;
      background-attachment: fixed;
      color: #fff;
     
    }
    .trencor-footer ul li {
      cursor: pointer;
      letter-spacing: 1px;
    }
    .trencor-footer img {
      max-width: 220px;
      margin-top: 25px;
    }
    .footer-content {
      display: flex;
      justify-content: space-between;
      padding: 50px 40px 0px 40px;
      
     
    }
    .left-content{
        text-align: left;
        margin: 0px 0px 15px 0px;
        padding: 9px 0px 9px 0px;
      
    }
    .right-content{
        text-align: right;
     
    }

    .left-content-text{
        font-weight: 800;
        font-size: 18px;
        color: #fff;
        line-height: 30.6px;
        text-transform: uppercase;
       
    }
  .left-content-text a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
    @media (max-width: 768px) {
     .footer-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 50px 20px 0px 20px;
    }
    
    .right-content{
        text-align: left;
    }
    .bottom-section {
        padding: 0px 20px 60px !important;
    }
    .heading {
        font-size: 80px !important;
    }
}
.heading{
    font-size: 161px;
    font-weight: 800;
    line-height: 1;
    color: #DDBB37;
    max-width: 1000px;
}

  .bottom-section{
    padding: 0px 70px 60px;
    margin-top: 50px;
  }
     .header-trencor {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            background: transparent;
            color: white;
            z-index: 1000;
        }

        /* Logo */
        .header-trencor .logo img {
            height: 37px;
        }

        /* Nav links */
        .nav-trencor {
            display: flex;
        }

        .nav-trencor ul {
            list-style-type: none;
            display: flex;
        }

        .nav-items {
            display: flex;
            flex-direction: column;
        }

        .nav-trencor ul li a {
            color: white;
            text-decoration: none;
            font-size: 18px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.3px;
            line-height: 20px;
            transition: 0.3s;
            padding-right: 7px;
        }

        /* Diagonal separator except last item */
        .nav-trencor ul li:not(:last-child) a::after {
            content: "";
            display: inline-block;
            width: 2px;
            height: 8px;
            background-color: #DDBB37;
            margin-left: 10px;
            transform: rotate(15deg);
            vertical-align: middle;
        }

        .nav-trencor a:hover {
            color: #7a7a7a;
        }

        /* Social links */
        .social {
            display: flex;
            justify-content: end;
            padding-bottom: 9px;
        }

        .social a {
            color: white;
            text-decoration: none;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.3px;
            line-height: 10px;
            padding-right: 9px;
        }

        .social a:not(:last-child)::after {
            content: "";
            display: inline-block;
            width: 2px;
            height: 4px;
            background-color: #fff;
            margin-left: 10px;
            transform: rotate(15deg);
            vertical-align: middle;
        }

        .social a:hover {
            color: #7a7a7a;
        }

        .hamburger-trencor {
            display: none;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 33px;
            background: #DDBB37;
            border-radius: 3px;
            cursor: pointer;
            transition: 0.3s;
        }

        .hamburger-trencor span {
            width: 20px;
            height: 3px;
            background: #fff;
            margin: 2px 0;
            transition: 0.3s;
        }

        .hamburger-trencor.active span:nth-child(1) {
            transform: rotate(45deg) translate(5px, 4px);
        }

        .hamburger-trencor.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger-trencor.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -5px);
        }

        @media (max-width: 1024px) {
            .header-trencor  {
                width: 100%;
                display: flex;
                padding: 0;
            }

            .nav-trencor {
                display: none;
                flex-direction: column;
                background-color: #fff;
                position: absolute;
                top: 100%;
                right: 0;
                width: 100%;
                text-align: center;
                height: 100vh;
            }

            .hamburger-logo {
                display: flex;
                width: 100%;
                justify-content: space-between;
                padding: 0 15px;
            }

            .nav-trencor ul li a {
                color: #33373d;
                padding-left: 20px;
            }

            .social {
                display: none;
            }

            .nav-trencor.active {
                display: flex;
            }

            .social {
                justify-content: center;
            }

            .hamburger-trencor {
                display: flex;
            }

            .nav-trencor ul {
                flex-direction: column;
                text-align: left;
            }
            .nav-trencor ul li {
                padding: 8px 0 7px;
            }

            .nav-trencor ul li:not(:last-child) a::after {
                display: none;
            }
             .nav-trencor ul li:hover {
            background-color: #3f444b;
        }

        .nav-trencor ul li:hover a {
            color: #fff !important;
        }

        .header-trencor.scrolled {
            background: rgba(0, 0, 0, 0.6);
            transition: 0.3s;
        }
        }


/* footer starts */


.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;
}





section.contact_section_form {
      display: flex;
      justify-content: center;
      align-items: stretch;
      background-color: #ebf5f1;
      flex-wrap: wrap;
     min-height: 50vh;
    }
   
    .contact_section_form .contact_img {
      width: 50%;
    }
   
    .contact_section_form .contact_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }
   
    .contact_section_form .contact_field {
      width: 50%;
      padding: 0 50px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
   
    .contact_section_form  .contact_field button {
      background-color: #028554;
      width: 100%;
      padding: 15px;
      color: white;
      font-size: 16px;
      border: none;
    }
   
    .contact_section_form  .contact_field label {
      width: 100%;
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
    }
   
    .contact_field input,
    .contact_field select,
    .contact_field textarea {
      width: 100%;
      display: block;
      outline: none;
      border: none;
      padding: 15px;
      margin-bottom: 15px;
      font-size: 14px;
      box-sizing: border-box;
    }
   
    .contact_section_form .contact_field textarea {
      height: 150px;
      color: grey;
      font-family: "Inter", sans-serif;
    }
   
    .contact_section_form .input_radio,
    .contact_section_form .input_checkbox {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: baseline;
      margin-bottom: 10px;
    }
   
    .contact_section_form .input_radio input,
    .contact_section_form .input_checkbox input {
      width: auto;
      margin: 0;
    }
   
    .contact_section_form .input_radio label,
    .contact_section_form .input_checkbox label {
      width: auto;
      margin-left: 5px;
    }
   
    @media (max-width: 991px) {
      section.contact_section_form {
        min-height: auto;
      }
      .contact_section_form .contact_img,
      .contact_section_form .contact_field {
        width: 100%;
     
      }
   
      .contact_section_form .contact_img {
        height: 400px;
        object-fit: cover;
      }
   
      .contact_section_form .contact_img img {
        height: 100%;
      }
      .contact_section_form .contact_field {
        padding: 30px;
      }
    }
   
    @media (max-width: 576px) {
        .contact_section_form .contact_field {
        padding: 20px;
      }
   
   
      .contact_section_form .contact_field button {
        padding: 12px;
        font-size: 14px;
      }
   
      .contact_field input,
      .contact_field select,
      .contact_field textarea {
        padding: 12px;
        font-size: 13px;
      }
   
      .contact_section_form .contact_img {
        height: 250px;
      }
    }
	
	 .table_section {
      padding: 20px;
      line-height: 1.6;
    }
    .table_section .search_section label {
      display: block;
      color: #000;
      font-weight: 600;
      margin-bottom: 5px;
    }
    .table_section .search_section input[type="search"] {
      width: 100%;
      min-width: 250px;
      height: 52px;
      background-color: transparent;
      border: 1px solid #cccccc;
      border-radius: 7px;
      padding: 0 15px;
      font-size: 16px;
    }
    
    /* Table styles */
    .table_section .table-container {
      overflow-x: auto;
      margin: 25px 0;

      border-radius: 5px;
      background: rgba(235, 245, 241, 1);
    }
    
    .table_section .styled-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 18px;
      min-width: 600px;
    }
    .table_section .styled-table caption {
      font-size: 1.2em;
      margin-bottom: 10px;
      font-weight: bold;
      color: #333;
    }
    .table_section .styled-table thead tr {
      background-color: #ebf5f1;
      color: #000;
      text-align: left;
      font-weight: bold;
    }
    .table_section .styled-table th, .styled-table td {
      padding: 16px 20px;
      text-align: left;
    }
    .table_section .styled-table tbody tr:nth-of-type(odd) {
      background-color: #fafdfc;
    }
    .table_section .styled-table tbody tr:nth-of-type(even) {
      background-color: #f5faf8;
    }
    .table_section .styled-table tbody tr:hover {
      background-color: #d8efe5;
    }
    
    /* Mobile card view */
   .mobile-cards {
      display: none;
    }
    
    .mobile-card {
      background: white;
      border-radius: 5px;
      padding: 15px;
      margin-bottom: 15px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .mobile-card-row {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid #eee;
    }
    
    .mobile-card-row:last-child {
      border-bottom: none;
    }
    
    .mobile-card-label {
      font-weight: bold;
      color: #555;
      min-width: 120px;
    }
    
    /* Pagination styles */
    .table_section .button_pagination {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;
    }
    .table_section .button_secion button {
      padding: 8px 15px;
      border: none;
      color: white;
      font-weight: 400;
      background-color: rgba(0, 132, 83, 1);
      border-radius: 0px;
    }
    .table_section select.rows-per-page {
      border: none;
      background: transparent;
      margin-right: 20px;
      font-size: 18px;
    }
    .table_section span.page-info {
      font-size: 18px;
      margin-right: 20px;
      font-weight: 500;
    }
    .table_section button.nav-btn {
      border: 1.5px solid black;
      padding: 10px;
      border-radius: 5px;
      background: transparent;
    }
    .table_section button.nav-btn.active {
      background: black;
    }
    .table_section button.nav-btn.active svg path {
      stroke: white;
    }
    .table_section .top-container{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 3;
    }
  
    @media (max-width: 767px) {
      .d-flex.justify-content-between {
        flex-direction: column;
        gap: 15px;
      }
      .table_section .top-container{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
       gap: 10px;
        margin-bottom: 3;
    }
    .table_section .search_section{
       
        width: 100%;
    }
    .table_section .search_section input[type="search"] {
        max-width: 100%;
      }
      
      .table_section .styled-table {
        display: none;
      }
      
      .mobile-cards {
        display: block;
      }
      
      .table_section .button_pagination {
        justify-content: space-between;
      }
    }

    .table_section button.nav-btn {
   
    cursor: pointer; /* Added this line */
}
.table_section button.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #ccc;
}
.table_section button.nav-btn:disabled svg path {
    stroke: #ccc;
}
/* Add these styles to your existing CSS */
.table_section button.nav-btn.active {
    background: black;
}

.table_section button.nav-btn.active svg path {
    fill: white;  /* Changed from stroke to fill */
}



.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;
          }

/* news detail design */
.trencor-project-details {
	  font-family: 'Oswald', sans-serif !important;
  font-weight: 800 !important;
  position: relative;
}

.trencor-project-details .project-detail-banner {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.trencor-project-details .project-detail-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.trencor-project-details .project-detail-banner h1 {
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-size:5rem;
  letter-spacing: 1px;
line-height:1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.trencor-project-details .project-detail-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background-image: url('/Images/_98_c5937ad7-3f5d-482c-85ac-b7c496e72d05.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  z-index: 2;
}
.trencor-project-details .date-block {
  display: inline-block;
  background-color: #dfbd37;
  color: #000;
  font-weight: 800;
  font-size: 18px;
  padding: 12px 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.trencor-project-details .container-related-projects {
  padding: 60px 20px;
  max-width:1024px;
margin:0 auto;

}

.trencor-project-details .container-related-projects p {
  font-weight: 800;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width:992px){

.trencor-project-details .project-detail-banner h1 {

 font-size: 2.5rem;
}
}


@media (max-width:557px){

.trencor-project-details .project-detail-banner h1 {

 font-size: 2rem;
}
}   
.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-icons .icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;          
  font-size: 20px;
  border-radius: 3px;
  transition: 0.3s ease;
}

.facebook { background: #3b5998; }
.twitter  { background: #1da1f2; }
.linkedin { background: #0077b5; }
.email    { background: #e74c3c; }


