  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  * {
      margin: 0;
      padding: 0;
      font-family: 'poppins';
  }

  .ml-auto {
      background-color: #f8c12c;

  }
  .about-1-img{
    height: -webkit-fill-available;
  }


  /* slider start from here css */
  .carousel-indicators [data-bs-target] {
      width: 30px;
      height: 11px;
      background-color: black;
  }

  /* next and prev button */
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
      background-color: black;
      border-radius: 50%;
  }

  .about-1 {
      /* padding-top: 60px; */
      padding-bottom: 60px;
  }

  .about-us h2 {
      padding-top: 50px;
      padding-bottom: 25px;
  }

  .content-1 {
      background-color: #dbdbd1;
      color: #000;
      padding: 40px 70px;
      position: relative;
  }

  .content-1 h2 {
      color: white;
      font-family: 'poppins';
  }

  .text-1 {
      padding-top: 60px;
  }

  .text-one {
      color: #1671B9;
  }

  .about-1 img {
      /* position: absolute; */
      /* padding-top: 25px; */
      z-index: 1;
      max-width: 100%;
      border-radius: 2%;
  }

  .about-content p {
      font-family: 'Poppins';
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      position: relative;

  }

  .list-inline-content li {
      border-left: 3px solid #1671B9;
      font-family: "Poppins";
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px;
      margin-right: 60px;
      margin-top: 20px;
      padding-left: 15px;
  }

  .list-inline li {
      display: inline-block;
      /* visibility: none; */
  }

  .irt-footer {
      background-color: #252525;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 39%;
  }

  .img-container {
      position: relative;
      margin-bottom: 20px;
  }

  .img-container img {
      /* width: 100%;
    height: 200px; */
      object-fit: cover;
      /* border-radius: 10px; */
  }

  .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.5s;
  }

  .img-container:hover .overlay {
      opacity: 0.8;
  }

  .overlay h4 {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .overlay p {
      font-size: 14px;
  }

  .img-about-1 h4 p {
      padding-top: 25px;

  }

  /* .heading-1 {
      padding-top: 50px;
  } */

  .img-about-1 {
      padding-bottom: 120px;
  }

  :root {
      --background-color: #ffffff;
      /* Background color for the entire website, including individual sections */
      --default-color: #444444;
      /* Default color used for the majority of the text content across the entire website */
      --heading-color: #384046;
      /* Color for headings, subheadings and title throughout the website */
      --accent-color: #f2bd2e;
      /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */

  }

  /* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
  :root {
      --nav-color: #444444;
      /* The default color of the main navmenu links */
      --nav-hover-color: #f2bd2e;
      /* Applied to main navmenu links when they are hovered over or active */
      --nav-mobile-background-color: #ffffff;
      /* Used as the background color for mobile navigation menu */
      --nav-dropdown-background-color: #ffffff;
      /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
      --nav-dropdown-color: #444444;
      /* Used for navigation links of the dropdown items in the navigation menu. */
      --nav-dropdown-hover-color: #f2bd2e;
      /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  }

  /* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

  .light-background {
      --background-color: #f7fbfe;
      --surface-color: #ffffff;
  }

  .dark-background {
      --background-color: #1d222d;
      --default-color: #ffffff;
      --heading-color: #ffffff;
      --surface-color: #31394c;
      --contrast-color: #ffffff;
  }

  /* Smooth scroll */
  :root {
      scroll-behavior: smooth;
  }

  /*--------------------------------------------------------------
  # General Styling & Shared Classes
  --------------------------------------------------------------*/
  body {
      color: var(--default-color);
      background-color: var(--background-color);
      font-family: var(--default-font);
  }

  a {
      color: white;
      text-decoration: none;
      transition: 0.3s;
  }

  a:hover {
      color: color-mix(in srgb, white, transparent 25%);
      text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      color: #f2bd2e;
      font-family: var(--heading-font);
      font-family: 'Poppins';
  }



  /* @keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

  /*--------------------------------------------------------------
  # Global Header
  --------------------------------------------------------------*/
  .header {
      color: var(--default-color);
      background-color: var(--background-color);
      padding: 20px 0;
      transition: all 0.5s;
      z-index: 997;
  }

  .header .logo {
      line-height: 1;
  }

  .header .logo img {
      max-height: 70px;
      margin-right: 20px;
  }

  .header .logo h1 {
      font-size: 30px;
      margin: 0;
      font-weight: 700;
      color: var(--heading-color);
  }

  .header .header-social-links {
      padding-right: 15px;
  }

  .header .header-social-links a {
      color: color-mix(in srgb, var(--default-color), transparent 40%);
      padding-left: 6px;
      display: inline-block;
      transition: 0.3s;
      font-size: 16px;
  }

  .header .header-social-links a:hover {
      color: var(--accent-color);
  }

  .header .header-social-links a i {
      line-height: 0px;
  }

  @media (max-width: 1200px) {
      .header .logo {
          order: 1;
      }

      .header .header-social-links {
          order: 2;
      }

      .header .navmenu {
          order: 3;
      }
  }

  .scrolled .header {
      box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */





  /* # Portfolio Section --------------------------------------------------------------*/
  .portfolio .portfolio-filters {
      padding: 0;
      margin: 0 auto 20px auto;
      list-style: none;
      text-align: center;
  }

  .img-11 {
      margin-top: 10px;
      background-color: white;
      padding: 5px 15px 5px 15px;


  }

  .portfolio {
      padding-top: 30px;
      /* padding-bottom: 50px
     !important; */

  }

  .text-two {
      background-color: #dbdbd1;
  }

  .portfolio .portfolio-filters li {
      cursor: pointer;
      display: inline-block;
      padding: 0;
      font-size: 16px;
      font-weight: 600;
      margin: 0 10px;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 5px;
      transition: all 0.3s ease-in-out;
  }

  .portfolio .portfolio-filters li:hover,
  .portfolio .portfolio-filters li.filter-active {
      color: var(--accent-color);
  }

  .portfolio .portfolio-filters li:first-child {
      margin-left: 0;
  }

  .portfolio .portfolio-filters li:last-child {
      margin-right: 0;
  }

  @media (max-width: 575px) {
      .portfolio .portfolio-filters li {
          font-size: 14px;
          margin: 0 5px;
      }
  }

  .portfolio .portfolio-item {
      position: relative;
  }

  .portfolio .portfolio-item .portfolio-info {
      background-color: color-mix(in srgb, var(--surface-color), transparent 10%);
      opacity: 0;
      /* position: absolute; */
      left: 30px;
      right: 30px;
      bottom: 0;
      z-index: 3;
      transition: all ease-in-out 0.3s;
      padding: 10px;
      background: #1671B9;
  }

  .portfolio .portfolio-item .portfolio-info h4 {
      font-size: 12px;
      font-weight: 600;
      text-align: start;
      font-family: 'poppins';
      margin: 0;
  }


  .portfolio .portfolio-item .portfolio-info p {
      color: white;
      font-size: 14px;
      margin-bottom: 0;
      padding-right: 50px;
  }

  .portfolio .portfolio-item .portfolio-info .preview-link,
  .portfolio .portfolio-item .portfolio-info .details-link {
      position: absolute;
      right: 50px;
      font-size: 24px;
      top: calc(50% - 14px);
      color: black;
      transition: 0.3s;
      line-height: 0;
  }

  .portfolio .portfolio-item .portfolio-info .preview-link:hover,
  .portfolio .portfolio-item .portfolio-info .details-link:hover {
      color: var(--accent-color);
  }

  .portfolio .portfolio-item .portfolio-info .details-link {
      right: 14px;
      font-size: 28px;
  }

  /* .portfolio .portfolio-item:hover .portfolio-info {
      opacity: 1;
      bottom: 20px;
  } */
  .portfolio .portfolio-item .portfolio-info {
      opacity: 1;
      bottom: 20px;
  }


  /*--------------------- FAQ----------------------------- */
  
.accordion-button::after {
    background-image: none !important;
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
    transform: none !important;
}


.accordion-button:not(.collapsed)::after {
    content: "-";
    font-size: 1.5rem;
}
.accordion-button:not(.collapsed) {
    background-color: #ffff;
    border: none;
}
.accordion-button:focus {
    box-shadow: none;
}


  /*--------------------------------------------------------------
  # Global Footer
  --------------------------------------------------------------*/
  .footer {
      color: var(--default-color);
      background-color: var(--background-color);
      font-size: 14px;
      padding-bottom: 50px;
      position: relative;
      font-family: poppins;
  }

  .footer .footer-top {
      padding-top: 50px;
  }

  .footer .footer-about .logo {
      line-height: 1;
      margin-bottom: 25px;
  }

  .footer .footer-about .logo img {
      max-height: 40px;
      margin-right: 6px;
  }

  .footer .footer-about .logo span {
      color: var(--heading-color);
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1px;
      font-family: var(--heading-font);
  }

  .footer .footer-about p {
      font-size: 14px;
      font-family: var(--heading-font);
  }

  .footer .social-links a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid color-mix(in srgb, #000000, transparent 50%);
      font-size: 16px;
      color: color-mix(in srgb, var(--default-color), transparent 50%);
      margin-right: 10px;
      transition: 0.3s;
  }

  .footer .social-links a:hover {
      color: var(--accent-color);
      border-color: var(--accent-color);
  }

  .footer h4 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-bottom: 12px;
  }

  .footer .footer-links {
      margin-bottom: 30px;
  }

  .footer .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .footer .footer-links ul i {
      padding-right: 2px;
      font-size: 12px;
      line-height: 0;
  }

  .footer .footer-links ul li {
      padding: 10px 0;
      display: flex;
      align-items: center;
  }

  .footer .footer-links ul li:first-child {
      padding-top: 0;
  }

  .footer .footer-links ul a {
      color: color-mix(in srgb, var(--default-color), transparent 20%);
      display: inline-block;
      line-height: 1;
  }

  .footer .footer-links ul a:hover {
      color: #1671B9;
  }

  .footer .footer-contact p {
      margin-bottom: 5px;
  }

  .footer .copyright {
      padding-top: 25px;
      padding-bottom: 25px;
      background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  }

  .footer .copyright p {
      margin-bottom: 0;
  }

  .footer .credits {
      margin-top: 6px;
      font-size: 13px;
  }

  .back-exmple {
      background-image: url(img/slider-1.jpg);
      background-size: cover;
      background-position: center;
      height: 85vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 100%;
  }

  @media (max-width: 768px) {

      /* Tablet and mobile devices */
      .back-exmple {
          background-size: cover;
          /* Maintain cover behavior */
          height: 60vh;
          /* Adjust height for smaller screens */
      }
  }

  @media (max-width: 480px) {

      /* Mobile devices */
      .back-exmple {
          background-size: cover;
          /* Ensure no stretching */
          height: 50vh;
          /* Further reduce height for smaller mobile screens */
      }

  }

  .precision-1 {
      background-image: url(img/slider-2.jpg);
      background-size: cover;
      background-position: center;
      height: 50vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: 100% 85vh;
      object-fit: cover;
      max-width: 100%;

  }

  .front-exmp {
      background-image: url(img/slider-4.jpg);
      background-size: cover;
      background-position: center;
      height: 85vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 100%;
  }

  @media (max-width: 768px) {

      /* Tablet and mobile devices */
      .front-exmp {
          background-size: cover;
          /* Maintain cover behavior */
          height: 60vh;
          /* Adjust height for smaller screens */
      }
  }

  @media (max-width: 480px) {

      /* Mobile devices */
      .front-exmp {
          background-size: cover;
          /* Ensure no stretching */
          height: 50vh;
          /* Further reduce height for smaller mobile screens */
      }
  }

  .cont-exmp {
      background-image: url('img/slider-4.jpg');
      background-size: cover;
      background-position: center;
      height: 50vh;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      margin: 0;
      padding: 0;
      position: relative;
      overflow: hidden;
      max-width: 100%;
  }

  /* .cont-exmp {
      background-image: url(img/slider-4.jpg);
      background-size: cover;
      background-position: center;
      height: 50vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 100%;
  } */

  @media (max-width: 768px) {


      .cont-exmp {
          background-size: cover;
          height: 60vh;

      }
  }

  @media (max-width: 480px) {


      .cont-exmp {
          background-size: cover;
          /* Ensure no stretching */
          height: 50vh;

      }

  }

  .dropdown-item {
      display: flex;
  }

  .contact .info-item {
      background-color: var(--surface-color);
      padding: 20px 0 30px 0;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  .contact .info-item i {
      font-size: 20px;
      color: var(--accent-color);
      width: 56px;
      height: 56px;
      font-size: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 4px;
      transition: all 0.3s ease-in-out;
      border-radius: 50%;
      border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
  }

  .contact .info-item h3 {
      font-size: 20px;
      font-size: 18px;
      font-weight: 700;
      margin: 10px 0;
  }

  .contact .info-item p {
      padding: 0;
      margin-bottom: 0;
      font-size: 14px;
  }

  .contact .php-email-form {
      background-color: var(--surface-color);
      height: 100%;
      padding: 30px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  }

  @media (max-width: 575px) {
      .contact .php-email-form {
          padding: 20px;
      }
  }

  .map,
  .form {
      width: 50%;
      padding: 20px;
  }

  .map iframe {
      width: 100%;
      height: 100%;
      border: 0;
  }

  .form {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .form h2 {
      margin-bottom: 20px;
  }

  .form input,
  .form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
  }

  .form textarea {
      resize: none;
  }

  .form button {
      padding: 10px;
      background-color: #28a745;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
  }

  .form button:hover {
      background-color: #218838;
  }

  .solid-pin-1 img:hover {
      transform: scale(0.9);


  }

  .solid-pin-1 p {
      text-align: justify;
      font-family: 'poppins';
      /* font-size: 17px; */
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
      height: 25px;
      width: 30px;
  }

  .nav-bar {
      background: var(--bs-white);
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }

  .sticky-top {
      transition: 1s;
  }

  .navbar-light .navbar-nav .nav-link {
      position: relative;
      margin-right: 25px;
      padding: 35px 0;
      letter-spacing: 1px;
      color: var(--bs-dark);
      font-size: 14px;
      font-weight: 500;
      outline: none;
      transition: .5s;
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
      padding: 20px 0;
      color: var(--bs-dark);
  }

  .btn {
      background-color: #1671B9;
      color: white !important;
      border: 1px #1671B9;
  }

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
      /* color: #ffc107; */
      background: #1671B9;
      padding-left: 10px;
      padding-right: 10px;
      color: white;


  }

  .navbar {
      padding: 0;
  }

  .navbar-light .navbar-brand img {
      max-height: 60px;
      transition: .5s;
  }

  .sticky-top .navbar-light .navbar-brand img {
      max-height: 60px;
  }

  .navbar .dropdown-toggle::after {
      font-weight: 600;
      vertical-align: middle;
      margin-left: 8px;

  }

  .dropdown .dropdown-menu a:hover {
      background: #659fcb;
      color: var(--bs-white);
  }

  .navbar .nav-item:hover .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      /* margin-top: 8px !important; */
      background: var(--bs-light);
      transition: .5s;
      opacity: 1;

  }



  @media (min-width: 992px) {
      .navbar .nav-item .dropdown-menu {
          display: block;
          visibility: hidden;
          top: 100%;
          transform: rotateX(-75deg);
          transform-origin: 0% 0%;
          border: 0;
          /* border-radius: 10px; */

          transition: .5s;
          opacity: 0;
      }
  }

  @media (max-width: 991px) {
      .navbar.navbar-expand-lg .navbar-toggler {
          padding: 8px 15px;
          border: 1px solid #1671B9;          
          color: #1671B9;
      }

      .sticky-top .navbar-light .navbar-nav .nav-link {
          padding: 12px 0;
      }
  }



  .product-2,
  .product-3 {
      /* padding-top: 30px; */
      padding-bottom: 50px;

  }

  .isotope-container img {
      object-fit: contain;
  }

  .isotope-container-1 img {
      object-fit: contain;
      border: 1px solid rgb(151, 151, 151);

  }

  .product-2 {
      padding-top: 50px;
  }

  .isotope-container-1 img:hover {
      border: 1px solid #ffc107;

  }

  .isotope-container img {
      object-fit: contain;
      border: 2px solid #2d84c6;
  }

  .navbar-nav .dropdown-menu {
      border: none;

  }

  .form-floating label {
      left: 0 !important;
      /* border: 1px solid #dcdcdc; */


  }

  .count-1 h4 p {
      justify-content: center;
      text-align: center;
      text-align: end;
      /* font-size: 15px; */


  }

  .isotope-container {
      padding-bottom: 28px;
  }

  .product-1 img {
      align-items: center !important;

  }

  .dropdown-item.active {
      background-color: #1671B9 !important;
  }

  .contact-add-item {
      align-content: center;
  }




  .taper-bg{
    background-image: url('../img/taper-1.png');
  }
  .dowel-bg{
    background-image: url('../img/dowel-pin.png');
  }
  .precision-bg{
    background-image: url('../img/precision-machine-new-1.png');
  }
  .sulzer-bg{
    background-image: url('../img/sulzer-spare-parts-1\ 1.png');
  }
  .cnc-bg{
    background-image: url('../img/cnc-turned-parts-new-1.png');
  }
  .gallery-bg{
    background-image: url('../img/slider-4.jpg');
  }
  .about-bg{
    background-image: url('../img/slider-2.jpg');
  }
  .contact-bg{
    background-image: url('../img/precision-machine-new-1.png');
  }
  .combined-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers vertically */
  align-items: center;     /* Centers horizontally */
  text-align: center;      /* Centers text */
  padding: 20px;
}

.combined-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrumb,
.heading-1 {
  position: relative;
  z-index: 2;
  color: white;
}

.breadcrumb-item {
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.breadcrumb-item a {
  color: white;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: white;
}

/* Removes the extra slash between breadcrumb items */
.breadcrumb-item + .breadcrumb-item::before {
  content: " / ";
  color: white;
}


  .footer-contact {
      cursor: pointer;
  }

  .navbar-collapse .btn:hover,
  .text-three:hover {
      background-color: #5e99c7;
      color: #fff;
  }