* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #149FF0;
    --primary-color-light: #55AEE2;
    --teko-font: 'Teko';
    --montserrat-font: 'Montserrat';
    --inter-font: "Inter", sans-serif;
    --white: #ffffff;
    --black: #000000;
    --light-grey: #F1F1F1;
}

body {
    background-color: #FDFDFD;
}

body.custom-background {
    background-color: var(--white) !important;
}

.entry-header {
    padding: 0 !important;
}

.entry-header-inner {
    max-width: 100% !important;
    position: relative;
    padding-top: 8rem;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: none !important;
    width: max-content;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 0;
}

.entry-content hr {
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.entry-content hr::before, .entry-content hr::after {
    background: transparent !important;
}

.entry-content hr {
    margin: 1rem 0 1rem 0;
}

.entry-content > * {
    padding-bottom: 1.25em;
    margin-bottom: 0;
}

section {
    width: 100% !important;
    padding: 0rem 0;
}

.product-cards .col-lg-3 {
    width: 32%;   
}

.footer-nav-widgets-wrapper {
    margin-top: 0 !important;
}

.post-meta-wrapper {
    margin-top: 0 !important;
    height: 0 !important;
}

.post-inner {
    padding-top: 0 !important;
}

hr {
    background-color: var(--primary-color) !important;
    height: 4px !important;
    width: 18%;
    opacity: 1 !important;
    overflow: hidden !important;
    position: unset !important;
}

/* HEADER SECTION START */

h1 {
    order: 1;
    color: #0D1531;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 100% */
    letter-spacing: -0.8px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-color: #005EBD;
    text-decoration-thickness: 16%; /* 6.4px */
    text-underline-offset: 43%; /* 22px */
    text-underline-position: from-font;
}

.header-description {
    background-position: center !important;
    background-size: cover !important;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.header-description h2 {
    order: 2;
    color: #0D1531;
    font-family: var(--inter-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -0.48px;
}

.header-description p {
    order: 3;
    color: #000;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.header-description .header-links {
    order: 4;
}

.header-description a {
    display: block;
    width: 216px;
    height: 49px;
    border-radius: 50px;
    background: #005EBD;
    color: #FFF !important;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px; /* 200% */
    text-decoration: none !important;
    letter-spacing: -0.4px;
    margin-top: 40px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #005EBD;
}

.header-description a:hover {
    background: #fff !important;
    color: #005EBD !important;
}

/* HEADER SECTION END */

/* SWIPER SLIDER START */

.slider-medium .container-fluid {
    position: relative;
    width: 80%;
}

.slider-medium {
    padding-top: 10rem;
}

.slider-medium .title {
    text-align: center;
    padding-bottom: 6rem;
}

.slider-medium h2 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    letter-spacing: -0.8px;
}

.slider-medium h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.slider-medium-underline {
    width: 32%;
    margin-left: 34% !important;
}

.slider-medium .slide-quote-image {
    width: 100%;
}

.slider-medium .quote-description {
    height: 100%;
    background-color: #ffffff;
    text-align: initial;
    padding: 3rem;
}

.slider-medium .quote-description hr {
    width: 85%;
}

.slider-medium .quote-description h3 {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.6px;
}

.slider-medium .quote-description p {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
}

.slider-medium .categoriesSwiper .swiper-slide {
    border-radius: 20px;
    border: 2px solid #DDE0E2;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

  .mySwiper .swiper-slide:hover {
    border: 3px solid #636363;
    opacity: 1;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 3px solid var(--primary-color) !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .swiper-slide {
    height: 75% !important;
  }

  .categoriesSwiper {
    height: 595px;
  }

  .categoriesSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
  }

  #s-next {
    color: var(--primary-color);
    z-index: 1;
  }

  #s-prev {
    color: var(--primary-color);
    z-index: 1;
  }

  .categoriesSwiper .swiper-pagination-bullet {
    background: #C4C4C4;
  }

  .categoriesSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }

  .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }

  .slider-medium .swiper-pagination {
    bottom: 90px !important;
  }

/* SWIPER SLIDER END */

/* CAPABILITIES START */

.capabilities {
    padding-bottom: 6rem !important;
}

.capabilities .title {
    text-align: start;
}

.capabilities h2 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    letter-spacing: -0.8px;
}

.capabilities h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.capabilities-underline {
    width: 32%;
    margin-left: 34% !important;
}

.capabilities-container .col-lg-3 {
    width: 26% !important;
}

.capabilities-points {
    padding-top: 4rem;
}

.capabilities-points .row {
    justify-content: space-between;
}

.capabilities-points ul {
    text-align: center;
    list-style: none;
    padding-left: 4rem;
    padding-right: 4rem;
    margin: 0;
}

.capabilities-points .col-lg-4:nth-child(2) {
    border-left: 2px solid #DDE0E2;
    border-right: 2px solid #DDE0E2;
}

.capabilities-points li {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.capabilities .column-title {
    color: #1E1E1E;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 120% */
}

/* CAPABILITIES END */

/* GALLERY START */

.gallery {
    padding-top: 8rem;
    padding-bottom: 8rem !important;
    margin: 0;
}

.gallery-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.gallery-block .container:nth-child(1) {
    padding: 0 !important;
}

.gallery-block .title {
    padding: 0;
    padding-bottom: 2rem;
}

.gallery-block h2 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    letter-spacing: -0.8px;
}

.gallery-block h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.5px;
}

.gallery-underline {
    width: 32%;
    margin-left: 34% !important;
}

.gallery-block img {
    object-fit: cover;
}

.gallery-block .swiper-slide {
    border-radius: 20px;
    border: 2px solid #DDE0E2;
    overflow: hidden;
}

.gallerySwiperThumbs .swiper-slide {
    opacity: 0.6;
}

.gallerySwiperThumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #005EBD;
}

.gallery-block .swiper-slide {
    cursor: pointer;
}

.gallery-block .swiper, .gallery-block .swiper-wrapper, .gallery-block .gallerySwiper {
    height: auto;
}

.gallery-block .container:nth-child(2) {
    display: flex;
    height: 550px;
    position: relative;
}

.gallery-block .swiper-navigation-container {
    position: absolute;
    width: 130px;
    height: 100px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-110%);
}

.gallery-block .swiper-navigation-container .swiper-button-next svg {
    transform: rotate(180deg);
}

.gallery-block .swiper-navigation-container .swiper-button-next svg, .gallery-block .swiper-navigation-container .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.gallery-block .swiper-navigation-container .swiper-button-next::after, .gallery-block .swiper-navigation-container .swiper-button-prev::after {
    display: none !important;
}

.gallery-block .swiper-navigation-container .swiper-button-next, .gallery-block .swiper-navigation-container .swiper-button-prev {
    width: auto !important;
}

.gallery-block .gallerySwiper {
    width: 75%;
    height: 550px;
}

.gallery-block .gallerySwiperThumbs {
    width: 18%;
}

.gallery-block p {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-right: 80px;
}

.gallery-block ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.gallery-block li {
    padding-bottom: 0.7rem;
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 15px;
}

.gallery-block .mission-point {
    color: #1E1E1E;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-left: 10px;
}

.gallery-block .banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 200% */
    letter-spacing: -0.4px;
    padding: 0 !important;
    width: 186px !important;
    text-decoration: none;
    text-transform: none !important;
    border: 1px solid #005EBD !important;
    border-radius: 50px;
    background-color:#005EBD;
    transition: 0.4s all ease-in-out;
}

.gallery-block .banner-link:hover {
    color: #005EBD !important;
    background-color: var(--white);
}

.gallery-block svg:hover > circle {
    fill: #005EBD !important;
    transition: all 0.5s ease-in-out;
}

/* GALLERY END */

/* FABRICATION PROCESS START*/

.fabrication-process {
    padding-top: 6rem;
    padding-bottom: 6rem !important;
}

.fabrication-process .row {
    justify-content: space-between !important;
    padding-top: 2rem;
}

.fabrication-process .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23% !important;
}

.fabrication-process h2 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    letter-spacing: -0.8px;
}

.fabrication-process h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.fabrication-process .col-lg-3 h4 {
    color: #1E1E1E;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 120% */
    letter-spacing: -0.5px;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.fabrication-process p {
    color: #1E1E1E;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.fabrication-process .card-image {
    border-radius: 20px;
    border: 2px solid #DDE0E2;
    margin-bottom: 1rem;
}


/* FABRICATION PROCESS END */

/* CONTACT FORM START */

#contact-form hr {
    display: none !important;
}

#contact-form h2 {
    color: #000;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    text-transform: none;
    letter-spacing: -0.8px;
}

#contact-form h4 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-transform: none;
    letter-spacing: -0.5px;
}

/* CONTACT FORM END */

/* ENGINEERING SERVICES START */

.engineering-services {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.engineering-services .title {
    text-align: center;
}

.engineering-services h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    color: var(--black);
}

.engineering-services h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--black);
}

.engineering-services-underline {
    width: 32%;
    margin-left: 34% !important;
}

.engineering-services-container, .engineering-cards {
    max-width: 1440px !important;
}

.engineering-cards {
    padding-top: 3rem;
}

.engineering-cards .row {
    justify-content: space-between;
}

.engineering-card {
    position: relative;
    margin-bottom: 3rem;
    padding: 40px 300px 65px 20px;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
}

.engineering-cards .engineering-card hr {
    height: 2px !important;
    width: 90% !important;
    background-color: var(--primary-color-dark) !important;
}

.engineering-card ul {
    margin-left: 0;
    padding-left: 0;
}

.engineering-card li {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #222222;
}

.engineering-cards .row:nth-child(1)  .engineering-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/04/customdesign-category-thumbnail-background-1.jpg");
    background-size: cover !important;
}

.engineering-cards .row:nth-child(1) .engineering-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/04/fabrication-category-thumbnail-background-1.jpg");
    background-size: cover !important;
}

.engineering-cards .row:nth-child(2) .engineering-card:nth-child(1) {
    background: url("/wp-content/uploads/2022/04/testing-category-thumbnail-background-1.jpg");
    background-size: cover !important;
}

.engineering-cards .row:nth-child(2) .engineering-card:nth-child(2) {
    background: url("/wp-content/uploads/2022/04/integration-category-thumbnail-background-1.jpg");
    background-size: cover !important;
}

.engineering-card h3 {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0;
}

.engineering-card p {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #333333CC;
    margin-bottom: 5rem;
}

.engineering-card .link {
    position: absolute;
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 30px 10px 30px;
    bottom: 16px;
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--primary-color-dark);
    transition: 0.4s all ease-in-out;
}

.engineering-card .link:hover {
    color: var(--primary-color-dark);
    background-color: var(--white);
}

.engineering-card img {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ENGINEERING SERVICES END */

.minimalistic-cards h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.5px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.laptop {
    display: block;
}

.tablet {
    display: none;
}

.product-cards-mobile {
    padding-top: 6rem;
}

.product-cards-mobile .row {
    justify-content: center;
}

.product-cards-mobile .product-mobile-card:nth-child(1) {
    background: url("/wp-content/uploads/2023/04/engineering-card-mobile-1-1.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(2) {
    background: url("/wp-content/uploads/2023/04/custom-design-card-1.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(3) {
    background: url("/wp-content/uploads/2023/04/testing-card-mobile-1.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(4) {
    background: url("/wp-content/uploads/2023/04/product-mobile-card-4-1.webp");
    background-size: cover;
    background-position: center;
}

.product-mobile-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid rgb(217 217 217);
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height: 174px;
}

.product-mobile-card h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
}

.product-mobile-card a {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    padding: 5px 50px 5px 50px;
    margin-top: 34px;
    background-color: var(--primary-color);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}


.product-mobile-card a {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    padding: 5px 50px 5px 50px;
    margin-top: 34px;
    background-color: var(--primary-color);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.product-mobile-card a:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.product-cards-mobile h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 36px !important;
    text-transform: uppercase;
    color: var(--black);
}

.product-cards-mobile h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase;
    color: var(--black);
}

.product-cards-mobile h3 {
    letter-spacing: 0;
}

.product-cards-mobile .title {
    text-align: center;
}

.products-underline {
    width: 28.7%;
    margin-left: 36% !important;
}

.mobile-slider-explore {
    padding-top: 4rem;
}

.mobile-slider-explore h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    text-transform: uppercase;
    margin-left: 4% !important;
}

.mobile-slider-explore .mobile-slider-underline {
    width: 20%;
    margin-left: 4%;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

.mobileExploreSwiper .swiper {
    width: 100%;
    height: 100%;
}


.mobile-slider-explore .swiper {
    height: 180px !important;
}

.mobileExploreSwiper .swiper-slide {
    display: flex;
    align-items: end;
    justify-content: start;
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
    text-transform: uppercase;
    color: var(--white);
    height: 136px !important;
    width: 70% !important;
    margin-left: 4%;
    border-radius: 5px;
    border: 2px solid rgb(217 217 217);
}

.mobileExploreSwiper .swiper-slide a { 
    width: 100%;
    height: 100%;
    padding-left: 10px;
    display: flex;
    align-items: end;
    text-decoration: none;
    color: var(--white);
}

.mobileExploreSwiper .swiper-slide:nth-child(1) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/04/haas-machines-1.webp");
    background-size: cover;
}

.mobileExploreSwiper .swiper-slide:nth-child(2) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/04/sheet-metal-fabrication-1.webp");
    background-size: cover;
}

.mobileExploreSwiper .swiper-slide:nth-child(3) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/04/laser-cutting-1-1.webp");
    background-size: cover;
}

.mobileExploreSwiper .swiper-slide:nth-child(4) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/04/mig-tig-welding-1.webp");
    background-size: cover;
}

.mobileExploreSwiper .swiper-slide:nth-child(5) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/04/metal-bending.webp");
    background-size: cover;
}

.mobileExploreSwiper .swiper-slide:nth-child(6) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 28.37%, rgba(0, 0, 0, 0) 57.91%), url("/wp-content/uploads/2023/04/turret-punching.webp");
    background-size: cover;
}

.process .swiper {
    width: 88%;
    height: 500px;
  }
  
.process .cubeProcessSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.process .cubeProcessSwiper .quote-description {
    border: 3px solid var(--primary-color);
    width: 100%;
    height: 100%;
    text-align: initial;
    padding: 5rem 4rem 4rem 4rem;
    position: relative;
}

.process .cubeProcessSwiper .swiper-slide:nth-child(1) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.7) 68.75%), url("/wp-content/uploads/2023/04/fabrication-mobile-step-1.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiper .swiper-slide:nth-child(2) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/fabrication-mobile-step-2.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiper .swiper-slide:nth-child(3) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/fabrication-mobile-step-3.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiper .swiper-slide:nth-child(4) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/fabrication-mobile-step-4.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiper .swiper-slide .quote-description h3 {
    color: var(--white)
}

.process .cubeProcessSwiper .swiper-slide .quote-description p {
    color: var(--white)
}

.process .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

.process .swiper-pagination {
    bottom: 82px !important;
}

.process .quote-description h4 {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #F5F5F5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.process .quote-description p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #F5F5F5;
}

.process .quote-description .step-underline {
    width: 60% !important;
}

.process .title {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.process .title h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
}

.process .title h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--black);
}

.process .unit-icon {
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    height: 0;
    border-top: 70px solid #149FF0;
    border-right: 70px solid transparent;
    color: #ffffff;
}

.process .unit-number {
    position: absolute;
    top: 0px;
    left: 11px;
    z-index: 1;
    color: #ffffff;
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

.banner-about h2, .banner-built h2, .banner-domain h2, .slider-medium h2, .contact-form h2, .engineering-services h2, .capabilities h2 {
    letter-spacing: 1px;
}

@media (max-width: 1600px) {
    .entry-header-inner {
        background-position-x: 37%;
    }
    .banner-built {
        background-position-x: 50%;
    }
    .banner-domain {
        background-position-x: 55%;
    }
    .capabilities-card h3 {
        font-size: 22px;
    }
    .chip-point h4 {
        font-size: 34px;
    }
    .chip-point p {
        font-size: 18px;
    }
}

@media (max-width: 1400px) {
    .entry-header-inner {
        background: url("/wp-content/uploads/2023/08/FABRICATION-HEADER-1400-scaled.jpg");
        background-size: cover;
        background-position-x: 40%;
    }
    .header-description h1 {
        font-size: 50px;
    }
    .header-description h3 {
        font-size: 28px;
    }
    .header-description {
        padding-bottom: 3rem;
    }
    .capabilities-points ul {
        padding-left: 0;
        padding-right: 0;
    }
    .banner-link {
        width: 45% !important;
    }
    .fabrication-process .col-lg-9 {
        width: 87% !important;
    }
    .explore-core .banner-link {
        width: 50% !important;
    }
}

@media (max-width: 1200px) {
    .header-description h3 {
        font-size: 20px;
    }
    .title h2 {
        font-size: 45px !important;
    }
    .title h4 {
        font-size: 20px !important;
    }
    .engineering-card h3 {
        font-size: 26px;
    }
    .banner-link {
        padding: 10px 10px 10px 10px;
    }
    .banner .request-quote-btn {
        font-size: 26px !important;
    }
    .capabilities-card h3 {
        font-size: 18px;
    }
    .capabilities-card .link {
        padding: 10px 15px 10px 15px;
    }
    .capabilities .column-title {
        font-size: 28px;
    }
    .capabilities-points li {
        font-size: 20px;
    }
    .gallery-block .banner-link {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .header-description p {
        width: 1070px;
    }
}

@media (min-width: 992px) {
    .engineering-cards .col-lg-6 {
        width: 49%;
    }
    .banner-about p {
        width: 80%;
    }
    .product-cards .col-lg-3, .capabilities-cards .col-lg-3 {
        width: 32%;
    }
    .header-cards .col-lg-4 {
        width: 32.3%;
    }
}


@media (max-width: 992px) {
    .entry-header-inner {
        background: var(--black);
        padding-top: 3rem;
    }
    .header-description, .page h1 {
        text-align: center;
    }
    .header-description hr {
        margin-left: 32%;
    }
    .header-description .description {
        justify-content: center;
    }
    .header-description .request-quote-header {
        width: 100%;
        justify-content: center;
    }
    .header-description .request-quote-btn {
        width: 36% !important;
    }
    .capabilities-points .col-lg-4:nth-child(2) {
        border-right: none;
        border-left: none;
    }
    .dropdown-menu {
        border: none !important;
    }
    .product-card .image {
        height: 350px;
    }
    .banner-about .col-lg-6:nth-child(2) {
        height: 350px;
    }
    .banner-about p {
        font-size: 1.5rem;
    }
    .banner-built {
        background-position-x: 35%;
    }
    .banner-domain {
        background-position-x: 70%;
    }
    .banner-domain a {
        width: 30% !important;
    }
    .banner-domain .banner-underline {
        width: 60% !important;
    }
    .product-card-1 .description {
        border-right: 0;
    }
    .product-card-2 .description {
        border-left: 0;
    }
    .product-card-1 img {
        margin-top: 4rem;
    }
    .gallery-block .container:nth-child(2) {
        padding-top: 6rem;
    }
    .gallery-block .banner-link {
        font-size: 26px;
    }
}

@media (max-width: 1220px) {
    .footer-inner {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .header-description .request-quote-btn {
        width: 45% !important;
    }
    .product-card .description h2 {
        font-size: 35px;
    }
    .laptop {
        display: none;
    }
    .tablet {
        display: block;
    }
    .fabrication-process .col-lg-3 {
        width: 100% !important;
    }
    .gallery-block .container:nth-child(2) {
        height: 458px;
    }
    .minimalistic-cards .container .row {
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    h1 {
        font-size: 35px !important;
    }
    .title h2 {
        font-size: 36px !important;
    }
    .header-description h1 {
        text-align: center;
        margin-bottom: 17px;
    }
    .header-description hr {
        margin-left: 0;
    }
    .header-description h3 {
        font-size: 14px !important;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }
    .entry-header-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-description {
        padding: 3rem;
        padding-top: 9rem;
        background: url("/wp-content/uploads/2023/04/fabrication-mobile-bg.webp");
        background-size: cover;
        background-position: center;
    }
    .header-description .request-quote-header {
        display: none;
    }
    .header-description .col-lg-6:nth-child(2) {
        display: none;
    }
    .header-description .description {
        width: 100%;
    }
    .header-description .description p {
        text-align: center;
        font-weight: 500;
        line-height: 26px;
        font-size: 15px;
    }
    .slider-medium, .capabilities, .gallery, .fabrication-process, .contact-form, .minimalistic-cards {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .gallery-block .container:nth-child(2) {
        height: 335px;
    }
    .capabilities {
        background-color: var(--white) !important;
        padding-bottom: 0 !important;
    }
    .capabilities-points .col-lg-4 {
        width: 60%;
    }
    .capabilities-points .column-title {
        font-size: 20px;
    }
    .capabilities-points li {
        font-size: 16px;
    }
    .capabilities-points .row {
        justify-content: center;
    }
    .banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-about .banner .description, .banner-domain .banner {
        padding: 60px 30px 60px 30px;
    }
    .footer-widgets-wrapper .column-one {
        padding: 20px;
    }
    .banner-about h4, .banner-built h4, .banner-domain h4, .slider-medium h4 {
        font-size: 14px;
    }
    .banner-about h2, .banner-built h2, .banner-domain h2, .slider-medium h2 {
        font-size: 36px;
    }
    .contact-form h4 {
        font-size: 14px !important;
    }
    .contact-form h2 {
        font-size: 36px !important;
    }
    .banner-link {
        font-size: 21px;
        width: 40% !important;
    }
    .banner .request-quote-btn {
        font-size: 21px !important;
    }
    .banner-built {
        background: url("/wp-content/uploads/2022/04/FLAG-MOBILE.jpg");
        background-size: cover;
    }
    .banner-built .row {
        justify-content: center;
        text-align: center;
    }
    .banner-underline {
        width: 20% !important;
        margin-left: 0 !important;
    }    
    .banner-built h2 {
        margin-bottom: 2rem;
        letter-spacing: 0.5px;
    }
    .banner-domain a {
        width: 43% !important;
    }
    .banner-about h4, .banner-built h4, .banner-domain h4 {
        font-size: 14px;
    }
    .banner-about h2, .banner-built h2, .banner-domain h2 {
        font-size: 36px;
    }
    .banner-link {
        font-size: 21px;
        width: 40% !important;
    }
    .banner-built {
        background: url("/wp-content/uploads/2022/04/FLAG-MOBILE.jpg");
        background-size: cover;
    }
    .banner-built .row {
        justify-content: center;
        text-align: center;
    }
    .banner-underline {
        width: 20% !important;
        margin-left: 0 !important;
    }    
    .banner-built h2 {
        margin-bottom: 2rem;
        letter-spacing: 0.5px;
    }
    .banner-built .request-quote-btn {
        font-weight: 600;
        font-size: 21px !important;
        padding: 10px 10px 10px 10px !important;
        width: 40% !important;
        margin-left: 0.8rem !important;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
        color: var(--white) !important;
        background-color: transparent;
        border: 4px solid var(--primary-color) !important;
        transition: 0.4s all ease-in-out !important;
    }
    .header-description .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-description .row .col-lg-6:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-description .link {
        font-size: 20px;
        width: 133px;
        padding: 10px 10px 10px 18px;
    }
    .products {
        padding-bottom: 3rem;
    }
    .products h4 {
        font-size: 14px !important;
    }
    .products h2 {
        font-size: 36px !important;
    }
    .contact-form {
        padding: 0 !important;
    }
    .minimalistic-cards {
        padding-top: 6rem !important;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 30px !important;
    }
    .header-description .description p {
        line-height: 24px;
    }
    .core-slider h4 {
        font-size: 32px;
    }
    .core-slider li {
        font-size: 16px;
    }
    .mobileExploreSwiper .swiper-slide {
        font-size: 13px !important;
    }
}