  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
  }

  /* Keep the company's original proportions with Bootstrap 5's flex grid. */
  .container { --bs-gutter-x: 30px; }
  .row { --bs-gutter-x: 30px; }
  h1, h2, h3 { margin-top: 20px; }
  h4, h5, h6 { margin-top: 10px; }
  h1, h2, h4, h5, h6 { margin-bottom: 10px; }
  p { margin: 0 0 10px; }
  .img-fluid { display: block; }
  label { display: inline-block; margin-bottom: 5px; }
  a:focus-visible, button:focus-visible { outline: 3px solid #4267b2; outline-offset: 3px; }
  [id] { scroll-margin-top: 20px; }
  #top { scroll-margin-top: 0; }
  @media (min-width: 768px) { .container { max-width: 750px; } }
  @media (min-width: 992px) { .container { max-width: 970px; } }
  @media (min-width: 1200px) { .container { max-width: 1170px; } }
  .slider .container { max-width: none; padding: 0; }
  .slider .row { --bs-gutter-x: 0; }
  .company-navbar .navbar-brand { padding: 10px 0; }
  .company-navbar .navbar-nav .nav-link { padding-top: 15px; padding-bottom: 15px; }
  .company-navbar .navbar-toggler { font-size: 20px; }
  .company-map { display: block; width: 100%; border: 0; }
  .preloader.is-loaded { opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
  #products-detail blockquote { padding: 10px 20px; border-left: 5px solid #eee; font-size: 17.5px; }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #a5c422;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #a5c422;
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    --bs-btn-hover-bg: #393939;
    --bs-btn-active-bg: #393939;
    background: #393939;
  }

  .btn-blue {
    --bs-btn-hover-bg: #4267b2;
    --bs-btn-active-bg: #4267b2;
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news,
  #news-detail {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-lg-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #ffa600;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .company-navbar {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .company-navbar .company-logo {
    color: #ffa600 !important;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    text-decoration: none;
  }

  .company-navbar .company-logo img.logo-icon {
    height: 30px; 
    width: auto;
    margin-right: 10px;
    display: inline-block;
  }

  .company-navbar .navbar-nav li.enquiry-btn {
    margin: 3px 0 0 20px;
  }

  .company-navbar .navbar-nav li.enquiry-btn a {
    background: #ffa600;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .company-navbar .navbar-nav li.enquiry-btn a:hover {
    background: #4267b2;
    color: #ffffff !important;
  }

  .company-navbar .navbar-nav li a {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .company-navbar .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .company-navbar .navbar-nav > li > a:hover,
  .company-navbar .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .company-navbar .navbar-nav > li > a.active,
  .company-navbar .navbar-nav > li > a.active:hover,
  .company-navbar .navbar-nav > li > a.active:focus {
    color: #393939;
    background-color: transparent;
  }

  .company-navbar .navbar-toggler {
    border: none;
    padding-top: 10px;
  }

  .company-navbar .navbar-toggler .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .company-navbar .navbar-toggler:hover,
  .company-navbar .navbar-toggler:focus { 
    background-color: transparent;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .carousel-indicators {
    bottom: 100px;
  }

  .slider .carousel-indicators button {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
  }

  .slider .carousel-indicators button.active {
    background: #ffffff;
    border-color: #ffffff;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 700px;
  }

  .slider .item-first {
    background-image: url(../images/slider1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider3.jpg);
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background-image: 
      linear-gradient(to right, rgba(255, 255, 255, 1) 40%, transparent 100%),
      url('../images/crane-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .about-info h2{
    color: #ffa600;
  }

  .slogan {
    padding-bottom: 10px;
  }

  .slogan .klang-word {
    white-space: nowrap;
  }

  .slogan .letter-square{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #ffa600;
    border-radius: 4px;
    font-family: Arial, sans-serif;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  #about h6 {
    color: #858585;
    margin: 0;
  }



  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  #values {
    color: inherit;
  }

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
  }

  .team-info {
    padding: 20px 30px 0 30px;
  }

  .additional-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .recycled-stats-container {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .recycled-box {
    flex: 1;
    min-width: 80px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ffa600;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }

  .recycled-box strong {
    color: #ffa600;
    font-size: 16px;
  }

  .recycled-box p {
    margin: 0;
    font-size: 14px;
    color: black;
  }

  .recycled-box:hover {
    transform: translateY(-5px);
  }

  .team-thumb li {
    font-weight: 500;
  }

  .team-thumb li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb {
    opacity: 1;
    transform: none;
    transition: box-shadow .2s ease;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      PRODUCTS             
  -----------------------------------------*/

  #products::before {
    content: "";
    display: block;
    margin-top: -20px;
    visibility: hidden;
  }

  #products, #products-detail {
    background: #f9f9f9;
  }

  #products-detail {
    position: relative;
  }

  #products-detail blockquote {
    margin: 15px 0;
    color: #ffa600;
  }

  .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 0 30px;
    display: block;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ffffff;
    opacity: 1;
    transition: background 0.3s, transform 0.3s;
  }

  .swiper-pagination-bullet-active {
    background-color: #ffa600;
    transform: scale(1.3);
  }

  .vertical-swiper {
    height: max(600px, calc(100vh - 115px));
    position: relative;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
  }

  .swiper-animate { opacity: 1; }

  .ferrous-detail-thumb,
  .non-ferrous-detail-thumb,
  .paper-detail-thumb,
  .plastic-detail-thumb {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100%;
    color: white;
    display: flex;
    align-items: center;
  }

  .ferrous-detail-thumb {
    background-image: url('../images/ferrous-detail-image.jpg');
  }

  .non-ferrous-detail-thumb {
    background-image: url('../images/non-ferrous-detail-image.jpg');
  }

  .paper-detail-thumb {
    background-image: url('../images/paper-detail-image.jpg');
  }

  .plastic-detail-thumb {
    background-image: url('../images/plastic-detail-image.jpg');
  }

  .content-overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
  }

  .ferrous-detail-thumb h3,
  .non-ferrous-detail-thumb h3,
  .paper-detail-thumb h3,
  .plastic-detail-thumb h3 {
    margin-bottom: 8px;
    color: #ffa600;
  }

  .ferrous-detail-thumb p,
  .non-ferrous-detail-thumb p,
  .paper-detail-thumb p,
  .plastic-detail-thumb p {
    color: #ffffff;
  }

  .ferrous-detail-thumb ul,
  .non-ferrous-detail-thumb ul,
  .paper-detail-thumb ul,
  .plastic-detail-thumb ul {
    margin: 16px 12px 11px 0px;
  }

  .ferrous-detail-thumb ul li,
  .non-ferrous-detail-thumb ul li,
  .paper-detail-thumb ul li,
  .plastic-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
    color: #ffa600;
  }

  .two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;
  }

  .products-sidebar {
    margin-top: 16px;
  }

  .products-categories ul {
    list-style: none;
    margin-top: 8px;
    padding-left: 0;
  }

  .products-categories ul li {
    margin: 4px;
    margin-bottom: 8px;
  }

  .products-categories ul li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;	
    text-decoration: none;
    min-width: 30px;
    padding: 6px 12px;
    display: inline-block;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .products-categories ul li a.active {
     background: #ffa600;
     color: #ffffff;
  }

  .products-categories ul li a:hover {
    background: #4267b2;
  }





  /*---------------------------------------
      ENQUIRY             
  -----------------------------------------*/

  #enquiry {
    padding-top: 100px;
  }

  #enquiry label {
    color: #393939;
    font-weight: 500;
  }

  #enquiry .form-control,
  #enquiry .form-select {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #enquiry input,
  #enquiry select {
    height: 45px;
  }

  #enquiry button#cf-submit {
    background: #ffa600;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #enquiry button#cf-submit:hover {
    background: #4267b2;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info p {
    display: flex;
    align-items: center;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .company-navbar .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 991px) {
    .company-navbar .navbar-nav li.enquiry-btn { margin: 5px 0; }
    .company-navbar .navbar-nav .nav-link { display: block; padding: 10px 15px; }
  }

  @media only screen and (max-width: 767px) {
    .company-navbar .navbar-collapse, .company-navbar .navbar-form {
      border-color: transparent;
    }
    .company-navbar .navbar-nav li.enquiry-btn {
      margin-left: 15px;
    }
    .company-navbar .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    #products-detail .row > .col-lg-2 { order: -1; }
    .products-categories ul { display: flex; flex-wrap: wrap; }
    .ferrous-detail-thumb, .non-ferrous-detail-thumb,
    .paper-detail-thumb, .plastic-detail-thumb { padding: 10px; }
    .content-overlay { padding: 15px; }

    .news-sidebar {
      margin-top: 2em;
    }

    #enquiry-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

  /* Always animate, including when an OS motion preference is set. */
  .carousel-item { transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
  .carousel-fade .carousel-item { transition-property: opacity; }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end { transition: opacity 0s .7s; }
  .collapsing { transition: height .35s ease; }
  .vertical-swiper .swiper-wrapper { transition-timing-function: cubic-bezier(.22, 1, .36, 1); }
  .count-up { font-variant-numeric: tabular-nums; }
