/* Hero Section Styles */
.hero-section {
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* padding-bottom: 110px; */
  background-position: bottom;
}

/* Header dropdown arrow flip on hover/open (desktop) */
.header-row .dropdown-toggle svg {
  transition: transform 0s ease;
}

header .dropdown:hover .dropdown-toggle span,
header .dropdown.show .dropdown-toggle span {
  color: var(--primary-color) !important;
}

header .dropdown {
  cursor: pointer;
}

.header-row .dropdown .dropdown-toggle svg {
  transition: transform 0.05s ease;
}

.header-row .dropdown:hover .dropdown-toggle svg,
.header-row .dropdown .dropdown-toggle:hover svg {
  transition: transform 0.2s ease;
}

.why-choose-techniquip
  .techniquip-number-wrapper
  .number-item
  .number-description
  p {
  font-size: 30px;
}

section.normal-page-type {
  padding: 120px 0 200px;
  background-image: url(../images/blog-hero-bg.png);
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.normal-page-type .hero-title {
  text-transform: none;
}
/* Header dropdown arrow flip on hover/open (desktop) */

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.download-icon {
  width: 20px;
  height: 20px;
}

.mega-heading-link:hover {
  color: #39a7ff;
}

.download-wrap .download-btn {
  width: 50%;
}

.featured-blog-section
  .featured-blog-card
  .featured-blog-media
  a
  .featured-blog-image {
  max-height: 500px;
}

@media (min-width: 1200px) {
  .header-row .dropdown .dropdown-toggle:hover svg,
  header .dropdown:hover .dropdown-toggle svg,
  header .dropdown.show .dropdown-toggle svg {
    transform: rotate(180deg);
  }
}

.hero-carousel {
  position: relative;
}

.hero-item {
  display: flex;
  align-items: center;
  position: relative;
}

.hero-content {
  color: #ffffff;
  z-index: 2;
  padding: 156px 0;
}

.hero-highlight {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.hero-title {
  font-size: 72px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
  color: #ffffff;
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}

.hero-title .highlight-text {
  color: var(--primary-color);
  display: inline-block;
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Inter", sans-serif;
}

.hero-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: initial;
  font-family: "Inter", sans-serif;
  color: rgba(253, 253, 253, 1);
  margin-bottom: 50px;
}

.hero-description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 500px;
  font-weight: 300;
}

.btn-hero {
  display: inline-block;
  padding: 14px 32px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  transition: all 0.3s ease;
  position: relative;
  clip-path: polygon(
    13px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 13px),
    calc(100% - 13px) 100%,
    20% 100%,
    0 100%,
    0 13px
  );
  background: #fff;
  overflow: hidden;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.btn-hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000000;
  clip-path: polygon(
    13px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 13px),
    calc(100% - 13px) 100%,
    20% 100%,
    0 100%,
    0 13px
  );
  z-index: -1;
}

.btn-hero:hover::before {
  background: #fff;
}

.btn-hero:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.btn-hero:hover::before {
  background: #fff;
}

.hero-image {
  position: absolute;
  z-index: 1;
  text-align: center;
  height: 100%;
  top: 0;
  left: 50%;
  right: auto;
}

.hero-image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

/* Owl Carousel Custom Styles */
.hero-section .owl-carousel {
  position: relative;
}

.hero-section .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.hero-section .owl-dots .owl-dot {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(217, 217, 217, 0.4);
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.hero-section .owl-dots .owl-dot.active {
  background-color: rgba(201, 201, 201, 1);
  width: 40px;
}

.hero-section .owl-dots .owl-dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.hero-section .owl-nav {
  display: none;
}

section.why-techniquip {
  padding-top: 80px;
  padding-bottom: 80px;
}

.reasons-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reason-content {
  margin-bottom: 50px;
}

.reason-image {
  margin-top: auto;
}

.reason-image img {
  width: 100%;
  height: auto;
}

.reason-item {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid rgba(215, 215, 215, 1);
  border-radius: 30px;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}

.section-header {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.img-clip {
  clip-path: polygon(
    40px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    20% 100%,
    0 100%,
    0 40px
  );
  border-radius: 20px;
  border-top-left-radius: 55px !important;
  border-bottom-right-radius: 55px !important;
}

.theme-btn {
  background-color: var(--primary-color);
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 400;
  transition: background-color 0.2s;
  position: relative;
  display: inline-block;
  text-decoration: none;
  clip-path: polygon(
    13px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 13px),
    calc(100% - 13px) 100%,
    20% 100%,
    0 100%,
    0 13px
  );
  font-size: 14px;
  line-height: 1.2;
  border-top-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

span.highlight-text {
  /* font-family: "Bebas Neue", sans-serif; */
  font-family: "Inter", sans-serif;
  color: var(--primary-color);
}

.theme-btn:hover {
  background-color: #6c7a83;
  color: white;
}

.section-title {
  /* font-family: Bebas Neue; */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 6px;
}

p.section-description {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
}

section.why-techniquip {
  position: relative;
}

section.why-techniquip::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 80px;
  height: 257px;
  background-image: url(../images/left-top.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

section.our-capabilities::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  width: 80px;
  height: 257px;
  background-image: url(../images/left-top.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.reason-content h3 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.reason-content p {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0;
  vertical-align: middle;
}

section.homepage-video {
  background: linear-gradient(360deg, #000000 0%, #555555 100%);
  padding: 50px 0;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

section.homepage-video video {
  width: 100%;
  height: auto;
  display: block;
}

/* Hide video controls by default */
section.homepage-video video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.homepage-video video::-webkit-media-controls-play-button {
  display: none !important;
}

section.homepage-video video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* Show controls on hover */
section.homepage-video
  .video-wrapper:hover
  video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1;
}

section.homepage-video
  .video-wrapper:hover
  video::-webkit-media-controls-play-button {
  display: block !important;
}

section.homepage-video
  .video-wrapper:hover
  video::-webkit-media-controls-start-playback-button {
  display: block !important;
}

.video-play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: 3px solid var(--primary-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  padding: 0;
}

.video-play-pause-btn:hover {
  background-color: #6c7a83;
  border-color: #ffffff;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-pause-btn svg {
  width: 50px;
  height: 50px;
  pointer-events: none;
}

.video-play-pause-btn.playing .play-icon {
  display: none;
}

.video-play-pause-btn.playing .pause-icon {
  display: block !important;
}

.video-play-pause-btn:not(.playing) .play-icon {
  display: block;
}

.video-play-pause-btn:not(.playing) .pause-icon {
  display: none;
}

/* Our Clients Section Styles */
section.our-clients {
  padding: 100px 0;
  position: relative;
  background: #ffffff;
}

.our-clients-wrapper {
  position: relative;
  padding: 30px 0px;
  background: #ffffff;
}

.our-clients-title.section-title {
  margin-bottom: 50px;
}

.clients-scroll-wrapper {
  overflow: hidden;
  padding: 0px 0;
  cursor: grab;
  position: relative;
}

.clients-scroll-wrapper:active {
  cursor: grabbing;
}

.clients-scroll-track {
  display: flex;
  align-items: center;
  will-change: transform;
}

.clients-logos-group {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  padding: 0 20px;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.client-logo img {
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: grayscale(1);
  mix-blend-mode: Luminosity;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.02);
}

section.our-clients::before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 100px;
  height: 257px;
  background: url(../images/right-top.png) no-repeat center center;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 1;
}

.section-header.featured-products-header {
  margin-bottom: 30px;
}

span.wpcf7-not-valid-tip {
  font-size: 14px;
}

.contact-form-wrapper h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  margin-bottom: 20px;
}

.contact-form-wrapper p {
  margin-bottom: 0;
  width: 100%;
}

.contact-form-wrapper {
  margin: 0 auto;
  background: #fff;
  padding: 50px 30px;
  border-radius: 10px;
}

.contact-image img {
  object-fit: cover;
  object-position: center;
  min-height: 700px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}

.two-column .form-group {
  flex: 1;
  min-width: 48%;
}

.form-group {
  margin-right: 4%;
}

.form-group:last-child {
  margin-right: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 4px 0 15px;
  font-size: 16px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: var(--primary-color);
}

input[type="text"]:placeholder,
input[type="email"]:placeholder,
input[type="tel"]:placeholder,
textarea:placeholder,
select:placeholder {
  color: rgba(122, 122, 133, 1);
  opacity: 1;
}

.checkbox-row label {
  font-size: 14px;
  color: #333;
}

.submit-btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 40px;
}

span.wpcf7-list-item.first.last {
  margin-left: 0;
}

span.wpcf7-form-control.wpcf7-checkbox label span.wpcf7-list-item-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(122, 122, 133, 1);
  margin-left: 7px;
}

.submit-btn:hover {
  background-color: #6c7a83;
}

.featured-products-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.product-item > a {
  width: 100%;
}

.product-image {
  width: 100%;
  height: 434px !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}

a.product-title-link {
  height: 434px;
  overflow: hidden;
  display: block;
}

a.product-title-link:hover .product-image {
  transform: scale(1.05);
}

.product-item {
  width: 100%;
}

.product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

section.latest-posts {
  padding: 100px 0;
  position: relative;
}

.product-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  gap: 20px;
}

a.product-link-btn img {
  width: 22px;
  height: auto;
}

a.product-link-btn {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 9px 0;
  flex-shrink: 0;
}

.product-link .product-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 5px 0;
  color: #000;
  text-decoration: none;
}

a.product-title-link {
  text-decoration: none;
}

a.product-title-link:hover {
  text-decoration: underline;
  color: #000;
}

a.product-link-btn:hover {
  background-color: #000;
  border-color: #000;
}

a.product-link-btn:hover img {
  filter: brightness(0) invert(1);
}

section.featured-products {
  position: relative;
}

section.featured-products::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0px;
  width: 56px;
  height: 257px;
  background: url(../images/featur-shape.png) no-repeat center center;
  background-size: contain;
}

section.latest-posts::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 100px;
  height: 167px;
  background: url(../images/blog-shape.png) no-repeat center center;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.latest-posts-header {
  margin-bottom: 30px;
}

.latest-posts-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
  align-items: start;
}

.post-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.post-item-large {
  grid-row: span 2;
  height: 100%;
}

.post-item-small {
  grid-column: 2;
  height: 341px;
}

.post-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.post-item:hover {
  transform: translateY(-5px);
}

.post-thumb {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.post-item-large .post-thumb {
  height: 100%;
}

.post-item-small .post-thumb {
  height: 100%;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  border-radius: 30px;
}

.post-link:hover .post-thumb img {
  transform: scale(1.05);
}

.post-content {
  padding: 25px;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0) 0%, #020617 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.post-tag {
  display: inline-block;
  color: rgba(10, 9, 11, 1);
  padding: 7.5px 14px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(80px);
  line-height: 9px;
}

.post-title {
  color: #ffffff;
  margin: 0 0 10px 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.post-meta {
  color: rgba(255, 255, 255, 1);
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
}

.post-date {
  display: block;
}

section.contact-us {
  padding: 120px 0;
  position: relative;
  background-image: url(../images/call-to-action-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

a.btn.theme-btn.contact-btn {
  background: var(--primary-color);
  color: #fff;
  margin-top: 30px;
}

a.btn.theme-btn.contact-btn:hover {
  background: #fff;
  color: var(--primary-color);
}

h2.contact-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.35;
  letter-spacing: 0.02px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

p.description-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

section.get-in-touch {
  padding: 100px 0;
  position: relative;
}

section.get-in-touch::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 162px;
  height: 167px;
  background: url(../images/get-in-touch-dots.png) no-repeat center center;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

span.wpcf7-form-control.wpcf7-checkbox label input[type="checkbox"] {
  border: 1px solid rgba(215, 215, 218, 1);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  vertical-align: bottom;
  appearance: none;
  outline: none;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
}

span.wpcf7-form-control.wpcf7-checkbox label input[type="checkbox"]:checked {
  background: #3fa5f0;
  border-color: #3fa5f0;
}

span.wpcf7-form-control.wpcf7-checkbox
  label
  input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}

.footer-questions-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
}

.about-us-hero-section .hero-subtitle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================ Footer Styles ============================ */
.site-footer {
  background: linear-gradient(360deg, #000000 0%, #555555 103.8%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 80%;
  background-image: url(../images/footer-bg.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 0;
  mix-blend-mode: hard-light;
  opacity: 1;
}

/* Top Banner - Still have questions? */
.footer-questions-banner {
  padding: 0 0 50px;
  border-bottom: none;
}

.footer-questions-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.footer-questions-text {
  flex: 1;
}

.footer-questions-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.2;
}

.footer-questions-description {
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
}

.footer-questions-form {
  flex-shrink: 0;
}

.footer-email-form {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-direction: column;
}

.footer-main .footer-email-input {
  padding: 16px 12px;
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  font-size: 16px;
  min-width: 300px;
  line-height: 1.2;
  outline: none;
  transition: border-color 0.3s ease;
  background-color: #ffffff;
}

.footer-email-input:focus {
  border-color: var(--primary-color);
}

/* Main Footer Content */
.footer-main {
  padding: 50px 0 50px;
  position: relative;
  z-index: 10;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo-img {
  height: 32px;
  width: auto;
}

.footer-column-title {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.footer-company-info .company-address,
.footer-company-info .company-phone,
.footer-company-info .company-fax {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
  font-weight: lighter;
  opacity: 0.95;
}

.footer-company-info .company-phone a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-company-info .company-phone:hover a {
  opacity: 1;
}

/* Footer Navigation */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 16px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-block;
  font-weight: 300;
}

.footer-nav a:hover {
  color: #ffffff;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 1);
  padding: 20px 0 50px;
  position: relative;
  z-index: 10;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-copyright {
  flex: 1;
}

.company-copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
}

/* Social Media Icons */
.footer-social-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-item a:hover img {
  filter: brightness(0.9);
}

.footer-social-item a img {
  width: 100%;
  height: auto;
}

.footer-social-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 50%;
  opacity: 1;
}

.footer-social-item a:hover {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-2px);
}

.footer-social-item svg {
  width: 22px;
  height: 22px;
}

.about-us-hero-section {
  padding: 80px 0 120px;
  background-image: url(../images/about-bg.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about-us-hero-section.blog-hero-section {
  background-image: url(../images/blog-hero-bg.png);
}

.team-members-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.member-image {
  margin-bottom: 20px;
  width: 100%;
}

h3.member-name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.02px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
}

p.member-position {
  color: rgba(116, 116, 116, 1);
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02px;
  margin: 0;
}

section.meet-the-team {
  padding: 100px 0;
}

.member-image img {
  height: 433px;
  object-fit: cover;
  width: 100%;
}

.certification-logos-wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.certification-logos-wrapper .certification-logo {
  text-align: center;
}

.certification-logo img {
  width: 100%;
  max-width: 100px;
}

section.why-choose-techniquip {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/why-choose-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

section.why-choose-techniquip {
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../images/why-choose-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-blend-mode: multiply;
}

section.why-choose-techniquip h1.section-title {
  color: #fff;
  margin-bottom: 20px;
}

section.why-choose-techniquip p.section-description {
  font-size: 20px;
  color: #fff;
}

.number h5 {
  font-family: Bebas Neue;
  font-weight: 500;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.02px;
  color: #000;
}

.techniquip-number-wrapper .number-item {
  padding: 30px;
  border-right: 1px solid rgba(219, 219, 219, 1);
  background: #fff;
  min-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.techniquip-number-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.techniquip-number-wrapper .number-item:last-child {
  border: none;
}

section.certified-for-excellence {
  padding-bottom: 100px;
}

/* ============================ Our Capabilities Section ============================ */
section.our-capabilities {
  padding: 100px 0 80px 0;
  position: relative;
}

.capabilities-content-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
}

.our-capabilities .section-header {
  text-align: left;
}

.capabilities-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.capability-item {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  padding: 30px 10px;
  position: relative;
  border-bottom: 1px solid var(--primary-color);
  transition: all 0.3s ease;
}

.capability-image {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 263px;
}

.capability-image img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.capability-item:hover .capability-image img {
  transform: scale(1.1);
}

.capability-content {
  flex: 1;
  color: #ffffff;
}

.capability-image h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0;
}

.capability-content p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 1);
  margin: 0;
  letter-spacing: 0;
}

.cb-blog-filter {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

.cb-input-with-icon {
  position: relative;
  flex: 1;
}

.cb-input-with-icon input {
  width: 310px;
  max-width: 100%;
  border-radius: 8px;
  background: #fff;
  padding: 12px 72px 12px 34px;
  font-size: 16px;
  font-weight: 500;
  color: #0b1424;
  border: 1px solid rgba(225, 228, 237, 1);
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  outline: none !important;
}

.cb-input-with-icon button.btn.theme-btn {
  clip-path: none;
  padding: 5px 8px;
  border-radius: 4px !important;
  margin: 0;
  position: absolute;
  right: 5px;
  height: calc(100% - 12px);
  top: 6px;
}

.cb-input-with-icon button.btn.theme-btn:hover,
.cb-input-with-icon button.btn.theme-btn:focus {
  background-color: #6c7a83;
  color: white;
}

.cb-input-with-icon input::placeholder {
  color: rgba(127, 125, 131, 1);
}

.cb-input-icon {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(11, 20, 36, 0.45);
  display: inline-flex;
}

.cb-input-icon svg path {
  fill: rgba(127, 125, 131, 1);
}

.cb-input-icon svg {
  width: 20px;
  height: auto;
}

.cb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.cb-filter-select {
  position: relative;
  flex: 0 0 auto;
}

.cb-filter-select select {
  border: none;
  border-radius: 8px;
  padding: 13.5px 30px 13.5px 40px;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #0b1424;
  box-shadow: 0px 1.5px 4px -1px rgba(10, 9, 11, 0.07);
  appearance: none;
  min-width: 170px;
  cursor: pointer;
  border: 1px solid rgba(225, 228, 237, 1);
}

.cb-filter-select::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5H21V7L14 15V20L10 22V15L3 7V5Z' stroke='%230B1424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.cb-filter-select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(11, 20, 36, 0.6);
  border-bottom: 2px solid rgba(11, 20, 36, 0.6);
  pointer-events: none;
}

.cb-blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}

.cb-blog-items article.post-item.post-item-small {
  grid-column: auto;
  height: 400px;
}

section.cb-blog-list-section {
  padding: 100px 0;
}

.cb-blog-items span.post-tag {
  font-size: 12px;
  margin-bottom: 8px;
}

.cb-blog-items .post-title {
  font-size: 18px;
}

.cb-blog-items .post-meta {
  font-size: 14px;
}

/* Featured Blog (Blog Template) */
.featured-blog-section {
  padding-top: 100px;
}

.featured-blog-card {
  border-radius: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.featured-blog-media {
  max-height: 500px;
  position: relative;
}

.featured-blog-image,
.featured-blog-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-blog-fallback {
  background: radial-gradient(circle at 20% 20%, #f8d07a, #f04b4c, #111);
}

.featured-blog-content {
  padding: 30px 0 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.featured-blog-badge {
  align-self: flex-start;
  background: rgba(241, 241, 241, 1);
  color: rgba(10, 9, 11, 1);
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 6px 16px;
  border-radius: 0;
  text-transform: capitalize;
  line-height: 1;
}

.feature-blog-date {
  color: #000;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}

.featured-blog-title {
  color: rgba(10, 9, 11, 1);
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-family: "Inter", sans-serif;
}

.featured-blog-excerpt {
  color: rgba(79, 77, 85, 1);
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 300;
}

.featured-blog-meta {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.featured-blog-content .cb-btn.cb-btn-light {
  align-self: flex-start;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 12px 28px;
  border-radius: 999px;
  transition:
    border-color 0.3s,
    color 0.3s,
    background 0.3s;
}

.featured-blog-content .cb-btn.cb-btn-light:hover,
.featured-blog-content .cb-btn.cb-btn-light:focus {
  border-color: #fff;
  color: #000;
  background: #fff;
}

.featured-blog-empty {
  text-align: center;
  padding: 48px 0;
}

.pagination {
  border: 1px solid rgba(230, 230, 230, 1);
  border-radius: 8px;
  display: inline-flex;
  margin-top: 50px;
  box-shadow: 0px 5px 13px -5px rgba(10, 9, 11, 0.05);
  flex-wrap: wrap;
}

.page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(230, 230, 230, 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05px;
  vertical-align: middle;
  color: rgba(10, 9, 11, 1);
  text-decoration: none;
  padding: 10px;
}

.page-numbers.current,
.page-numbers:hover {
  background: rgba(248, 248, 248, 1);
}

a.next.page-numbers {
  width: auto;
}

a.prev.page-numbers {
  width: auto;
}

form.wpcf7-form.init.footer-email-form span.wpcf7-spinner {
  display: none;
}

.footer-email-form > p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  width: auto;
  flex-wrap: wrap;
}

.footer-email-form > p br {
  display: none;
}

span.wpcf7-not-valid-tip {
  font-size: 13px;
}

header nav .dropdown .nav-link-custom:hover span {
  color: var(--primary-color) !important;
}

article.post-item.post-item-large {
  max-height: 702px;
}

.footer-email-form > p span.wpcf7-form-control-wrap {
  flex: 1;
}

.contact-form-right input,
.contact-form-right textarea {
  border-radius: 0 !important;
  border-color: #7a7a7a !important;
}

.contact-form-right input:focus,
.contact-form-right textarea:focus {
  box-shadow: none !important;
  border-color: #2c6bb0 !important;
}

.upload-icon:hover div {
  opacity: 0.85;
  transition: 0.3s ease;
}

.contact-banner-section {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 50px 0;
  height: 591px;
}

.contact-banner-section .small-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 1);
  margin: 0 0 10px;
}

.contact-data-wrapper {
  background: rgba(245, 246, 247, 1);
  padding: 10px;
  border-radius: 30px;
  clip-path: polygon(
    45px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 57px),
    calc(100% - 45px) 100%,
    20% 100%,
    0 100%,
    0 57px
  );
  display: grid;
  gap: 30px;
  grid-template-columns: 1.5fr 2fr;
  border-top-left-radius: 65px;
  border-bottom-right-radius: 65px;
}

.contact-info-box {
  background: rgba(0, 0, 0, 1);
  clip-path: polygon(
    40px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 55px),
    calc(100% - 40px) 100%,
    20% 100%,
    0 100%,
    0 55px
  );
  border-radius: 30px;
  padding: 40px;
  background-image: url("../images/contact-info-bg.png");
  display: flex;
  flex-direction: column;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
}

.contact-social {
  margin-top: auto;
}

section.contact-info {
  margin-top: -380px;
}

section.contact-map {
  padding: 100px 0;
}

ul.contact-data-list li img {
  width: 30px;
  height: auto;
}

ul.contact-data-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 70px;
}

ul.contact-data-list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 25px;
}

ul.contact-social-list li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 100%;
}

ul.contact-social-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.contact-social-list li a img {
  width: 15px;
  height: auto;
  filter: invert(1);
}

.contact-info-box h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 6px;
}

.contact-info-box > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(201, 201, 201, 1);
  margin: 0;
}

ul.contact-data-list li a,
ul.contact-data-list li {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
}

.contact-form .contact-form-wrapper {
  padding: 20px 0;
  background: transparent;
  border-radius: 0;
  padding-right: 10px;
}

.contact-form span.wpcf7-form-control {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-form span.wpcf7-list-item {
  margin: 0;
}

.file-upload br {
  display: none;
}

.file-upload {
  /* border: 1px solid rgba(215, 215, 218, 1);
  border-radius: 8px; */
  width: 100%;
  position: relative;
  /* padding: 20px; */
}

.contact-form .file-upload > p label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  right: 0;
  opacity: 0;
}

.Custom-file-upload .upload-circle {
  width: 48px;
  height: 48px;
  background: rgba(236, 236, 237, 1);
  border-radius: 50%;
  margin: 0 auto 10px;
  background-image: url("../images/upload-icon.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  font-size: 0;
  width: 48px;
  height: 48px;
  background: rgba(236, 236, 237, 1);
  border-radius: 50%;
  margin: 0 auto 10px;
  background-image: url("../images/upload-icon.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.Custom-file-upload {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
}

p.file-select-text {
  margin: 0 0 8px;
}

.contact-form .contact-form-wrapper .codedropz-upload-inner h3 {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 8px;
  order: 2;
}

.codedropz-btn-wrap {
  order: 1;
  height: auto;
  display: flex;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
  background-color: rgba(220, 220, 220, 1);
}

.dnd-upload-status .dnd-upload-details .name {
  color: var(--primary-color);
}

.contact-form .contact-form-wrapper .codedropz-upload-inner span {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 1);
  order: 3;
}

.codedropz-upload-container {
  padding: 20px;
}

.codedropz-upload-inner {
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper .submit-btn {
  margin-top: 10px;
}

.contact-form .contact-form-wrapper h3 {
  font-size: 14px;
}

article.blog-detail-article {
  padding: 50px 0;
}

.category-timepassed {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

span.category {
  font-weight: 400;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0px;
  vertical-align: middle;
  border-radius: 8px;
  background: rgba(241, 241, 241, 1);
  display: inline-block;
  padding: 10px;
}

span.timepassed {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(79, 77, 85, 1);
}

h1.entry-title.blog-detail-title {
  font-family: Bebas Neue;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(10, 9, 11, 1);
  margin-bottom: 20px;
}

.author-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.author-image img {
  width: 100%;
  height: auto;
}

.author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(212, 209, 191, 1);
  overflow: hidden;
}

.author-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(10, 9, 11, 1);
}

.post-thumbnail img.blog-detail-image {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  margin-bottom: 20px;
  height: auto;
}

.entry-content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(79, 77, 85, 1);
  margin-bottom: 20px;
}

.overlay-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% + 50px);
  object-fit: contain;
}

.row.get-in-touch-content .contact-form {
  padding: 30px;
  width: 100%;
}

.hero-image-banner img {
  height: 100%;
  object-fit: contain;
  object-position: top right;
}

.hero-image-banner {
  height: 100%;
}

.footer-questions-form span.wpcf7-spinner {
  display: none;
}

.footer-questions-form .wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.footer-questions-form .wpcf7 .wpcf7-response-output {
  color: #000;
  margin: 0;
  font-size: 14px;
}

section.get-in-touch .section-header.get-in-touch-header {
  display: block;
}

header .nav-link-custom:hover span {
  color: var(--primary-color) !important;
}

section.product-banner-section {
  padding: 120px 0 200px;
  background-image: url("../images/product-application-bg.png");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
}

section.product-banner-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pro-bg.png);
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}

section.product-banner-section .product-application-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pro-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

section.product-banner-section.product-application-banner::before {
  display: none;
}

.product-banner-section.category-banner-section::before {
  display: none;
}

.category-overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.case-studies-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
}

.case-study-item {
  width: calc(50% - 25px);
}

.case-study-image img {
  margin-bottom: 30px;
  height: 410px;
  object-fit: cover;
  object-position: center;
}

.case-study-content h2 {
  /* line-height: 1; */
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 1);
}

.case-study-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 20px;
}

.case-study-content a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: var(--primary-color);
  margin: 0;
}

section.why-techniquip.about-product-section {
  padding: 100px 0;
}

section.why-techniquip.about-product-section .section-header {
  margin-bottom: 20px;
}

section.why-techniquip.about-product-section p.section-description {
  font-size: 22px;
  margin-bottom: 22px;
}

section.case-studies-section {
  padding-bottom: 100px;
  position: relative;
}

section.case-studies-section::after {
  content: "";
  position: absolute;
  bottom: -110px;
  right: 0px;
  width: 140px;
  height: 228px;
  background-image: url(../images/case-study-shape.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 0;
}

section.product-banner-section h1.hero-title {
  max-width: 60%;
}

section.why-techniquip.category-about-section .section-header {
  margin-bottom: 30px;
}

section.why-techniquip.category-about-section p.section-description {
  color: rgba(79, 77, 85, 1);
  margin-bottom: 24px;
}

.key-feature-item-header {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: Nimbus Sans;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  padding-bottom: 14px;
  margin-bottom: 24px;
}

.key-feature-item-header img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
}

.key-feature-item {
  border: 1px solid rgba(225, 228, 237, 1);
  border-radius: 10px;
  padding: 22px;
}

.key-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 8px;
}

section.why-techniquip.category-about-section .sub-data {
  margin-bottom: 24px;
  padding-top: 5px;
}

section.why-techniquip.category-about-section .sub-data h4 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(10, 9, 11, 1);
  margin-bottom: 20px;
  line-height: 1.2;
}

section.why-techniquip.category-about-section .sub-data p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(79, 77, 85, 1);
  line-height: 1.2;
}

.key-feature-item-header h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin: 0;
  line-height: 1.2;
}

.key-feature-item-content {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}

.about-data-button-section .btn-hero::before {
  background: #fff;
}

.about-data-button-section {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.about-data-button-section .btn-hero {
  color: var(--primary-color);
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 400;
  transition: background-color 0.2s;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  border-top-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.about-data-button-section .btn-hero:hover {
  color: #fff;
}

.about-data-button-section .btn-hero:hover::before {
  background: var(--primary-color);
}

.product-image-section.img-clip::before {
  clip-path: polygon(
    40px 0,
    80% 0%,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    20% 100%,
    0 100%,
    0 40px
  );
  border-radius: 20px;
  border-top-left-radius: 55px !important;
  border-bottom-right-radius: 55px !important;
  position: absolute;
  content: "";
  background: #fff;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 3px;
  z-index: -1;
}

.product-image-section {
  margin: 30px 0;
  background: rgba(0, 0, 0, 0.08);
  padding: 50px;
  position: relative;
  height: 550px;
}

.product-image-section img {
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.key-features-list.use-cases-list {
  grid-template-columns: repeat(3, 1fr);
}

.product-link a.product-title-link {
  height: auto;
}

footer.site-footer {
  clear: both;
}

.product-detail-article
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

.product-detail-article ol.flex-control-nav {
  display: flex;
  flex-direction: column;
}

.woocommerce
  .product-detail-article
  div.product
  div.images
  .flex-control-thumbs
  li {
  width: 100%;
}

.product-detail-article ol.flex-control-nav {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 10px;
}

.woocommerce
  .product-detail-article
  div.product
  div.images
  .flex-control-thumbs
  img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.woocommerce .product-detail-article div.product div.images img {
  height: 614px;
  object-position: center;
  object-fit: cover;
}

.woocommerce .product-detail-article div.product::after {
  position: relative;
  clear: both;
  content: "";
  width: 100%;
  height: auto;
  display: block;
}

.woocommerce
  .product-detail-article
  div.product
  div.images.woocommerce-product-gallery {
  margin-bottom: 0;
}

article.product-detail-article {
  padding-top: 62px;
  padding-bottom: 0px;
}

section.product-specification-wrapper {
  padding: 100px 0;
  position: relative;
  clear: both;
}

section.product-specification-wrapper::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 89px;
  height: 135px;
  background: url(../images/product-specification-shape.png) no-repeat center
    center;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
}

.specificatio-item {
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  border: 1px solid rgba(225, 228, 237, 1);
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.specification-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
}

.specification-value {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: rgba(79, 77, 85, 1);
}

.specification-list {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

section.key-benefit-section {
  background: radial-gradient(
    67.7% 96.55% at 74.71% 82.62%,
    #616264 0%,
    #616264 1%,
    #231f20 100%
  );
  padding: 70px 0;
}

section.key-benefit-section h1.section-title {
  color: #fff;
}

section.key-benefit-section .key-feature-item {
  background: #fff;
}

section.product-banner-section.product-dl-banner::before {
  display: none;
}

section.product-banner-section.product-dl-banner h1.hero-title {
  max-width: unset;
  text-align: center;
}

section.product-banner-section.product-dl-banner {
  padding: 150px 0;
  min-height: unset;
}

section.illuminator-range-wrapper {
  padding: 100px 0 50px;
}

.dl-item-data .data-name {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 4px;
}

.download-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.data-filetype {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: capitalize;
}

.download-item > img {
  width: 20px;
  height: auto;
  align-self: flex-start;
  margin-top: 2px;
  flex-shrink: 0;
}

.download-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(225, 228, 237, 1);
  padding: 12px;
  border-radius: 10px;
}

.specification-list.download-list-wrapper .specificatio-item {
  box-shadow: none;
  padding: 20px;
  gap: 20px;
  background: #fff;
  height: 100%;
}

.specification-list.download-list-wrapper
  .specificatio-item
  .specification-name {
  font-size: 24px;
}

.download-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.download-item button.btn-text img {
  width: 24px;
  height: auto;
}

.download-item button.btn-text {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin-left: auto;
  flex-shrink: 0;
}

.specification-list.download-list-wrapper {
  align-items: flex-start;
  gap: 30px 22px;
}

.download-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

.illuminator-range-wrapper {
  position: relative;
}

.illuminator-range-wrapper::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 89px;
  height: 100px;
  background: url(../images/product-specification-shape.png) no-repeat center
    center;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
}

.task-ligthing-section {
  padding: 50px 0;
}

.legacy-product-section {
  padding-bottom: 50px;
}

.catalog-forms-section {
  padding: 50px 0 100px;
}

#teamMemberImage {
  max-height: 300px;
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
}

section.custom-single-product.product-detail-article {
  padding-top: 62px;
}

h1.product_title.entry-title.section-title {
  margin-bottom: 20px;
}

.product-full-description p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  margin-bottom: 20px;
}

.woocommerce span.onsale {
  background-color: var(--primary-color);
}

.quantity-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  margin-bottom: 8px;
}

.button-group.about-data-button-section {
  width: 100%;
  margin-top: 18px;
}

.button-group.about-data-button-section button.btn {
  width: 100%;
  height: 50px;
  font-size: 18px;
}

.quantity-wrap input.qty::-webkit-outer-spin-button,
.quantity-wrap input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.quantity-wrap {
  border: 1px solid rgba(225, 228, 237, 1);
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  display: inline-flex;
  border-radius: 10px;
  padding: 11px 15px;
  gap: 15px;
  width: 143px;
}

.quantity-wrap input.qty {
  width: 100%;
  border: none;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  outline: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 12px;
  letter-spacing: -0.3px;
  text-align: center;
  color: rgba(13, 13, 13, 1);
  height: auto;
  min-height: unset;
}

.quantity-wrap button.qty-btn {
  background: transparent;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

.button-group.about-data-button-section button.btn.theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.button-group.about-data-button-section button.btn.theme-btn img {
  width: 20px;
  height: auto;
}

.hero-item {
  padding-bottom: 0;
  min-height: 720px;
}

.overlay-image {
  height: 100%;
}

.hero-image-banner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* background-color: #000; */
}

.hero-content {
  padding: 156px 0 216px;
}

.hero-section {
  background: none !important;
  padding-bottom: 0;
  position: relative;
}

.hero-section::after {
  position: absolute;
  content: "";
  height: 110px;
  bottom: -2px;
  left: 0px;
  background-image: url(../images/main-home-banner-bottom.png);
  width: 100%;
  background-size: 100% 100%;
  background-position: bottom center;
  z-index: 1;
  background-repeat: no-repeat;
}

.hero-section .owl-dots {
  bottom: 120px;
}

.dnd-upload-status .dnd-upload-details .name span {
  padding-right: 10px;
  white-space: normal;
  word-break: break-word;
}

span.wpcf7-form-control.wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

span.wpcf7-form-control.wpcf7-checkbox label input[type="checkbox"] {
  flex-shrink: 0;
  top: -4px;
  margin-top: 0;
}

span.wpcf7-form-control.wpcf7-checkbox label span.wpcf7-list-item-label {
  margin-top: 0px;
  width: 100%;
}

.page-template-page-product-application section.featured-products {
  padding: 100px 0 0;
}

section.category-products {
  padding: 0 0 100px;
}

.single-product.woocommerce-page section.featured-products {
  padding: 100px 0;
}

section.product-banner-section.product-application-banner::after {
  position: absolute;
  content: "";
  height: 90px;
  bottom: -2px;
  left: 0px;
  background-image: url(../images/main-home-banner-bottom.png);
  width: 100%;
  background-size: 100% 100%;
  background-position: bottom center;
  z-index: 10;
  background-repeat: no-repeat;
}

section.product-banner-section.product-application-banner {
  background: none;
}

.word-space {
  white-space: break-spaces;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 1.5em 1em 0;
}

section.contact-info.customer-return-info {
  margin-top: -197px;
  padding-bottom: 100px;
}

section.contact-banner-section.not-contact-type {
  height: 375px;
}

.contact-info-box p.word-space a {
  color: var(--primary-color);
}

.featured-blog-media a.img-clip img {
  transition: all 0.2s ease;
}

.featured-blog-media a.img-clip:hover img {
  transform: scale(1.05);
}

.featured-blog-media a.img-clip {
  display: block;
  overflow: hidden;
}

.feature-date-title a:hover h2.featured-blog-title {
  color: var(--primary-color);
}

.mobile-menu-list > a.text-dark {
  font-weight: 500;
  font-size: 15px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 14px;
}

.row.get-in-touch-content .contact-form .contact-form-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
}

.page-template.page-template-page-product-application
  section.why-techniquip::before {
  height: 220px;
}

.page-template.page-template-page-product-application
  section.get-in-touch::before {
  width: 160px;
  top: 20px;
  height: 150px;
}

.page-template.page-template-page-product-application
  section.case-studies-section::after {
  height: 208px;
}

/* ============================ Responsive Styles ============================ */

/* @media (min-width: 1200px) {
  section.product-banner-section h1.hero-title {
    font-size: 80px;
  }
}

@media (min-width: 1400px) {
  section.product-banner-section h1.hero-title {
    font-size: 92px;
  }
} */

@media (min-width: 1800px) {
  .hero-image-banner img {
    object-position: center;
  }

  .hero-item {
    min-height: calc(100dvh - 90px);
  }
}

@media (max-width: 1500px) {
  .hero-image-banner img {
    object-fit: cover;
  }

  .hero-item {
    min-height: 720px;
  }
}

@media (max-width: 1199px) {
  .hero-image-banner img {
    object-fit: cover;
  }

  .hero-title {
    font-size: 64px;
  }

  /* section.product-banner-section h1.hero-title {
    font-size: 66px;
  } */

  .cb-blog-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .single-product.woocommerce-page section.featured-products {
    padding: 80px 0;
  }

  .section-title {
    font-size: 56px;
  }

  .capability-content p {
    font-size: 17px;
  }

  .hero-image {
    position: static;
    text-align: center;
    height: auto;
  }

  .hero-item .row {
    align-items: center;
  }

  .hero-content {
    padding: 90px 0 140px;
  }

  /* .hero-section {
    background-size: cover;
    padding-bottom: 80px;
  } */

  .product-image {
    height: 354px !important;
  }

  a.product-title-link {
    height: 354px;
  }

  .product-link .product-title {
    font-size: 24px;
  }

  a.product-link-btn {
    width: 45px;
    height: 45px;
  }

  a.product-link-btn img {
    width: 18px;
  }

  .footer-content-wrapper {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
  }

  .footer-email-input {
    min-width: 260px;
  }

  /* .site-footer::before {
    width: 25%;
  } */

  .reason-item {
    padding: 20px;
  }

  .reasons-wrapper {
    gap: 20px;
  }

  h2.contact-title {
    font-size: 34px;
  }

  p.description-title {
    font-size: 18px;
  }

  .footer-main .footer-email-input {
    padding: 14px 12px;
  }

  .contact-form-wrapper {
    padding: 15px 20px;
  }

  .post-title {
    font-size: 24px;
  }

  .featured-products-wrapper {
    gap: 30px;
  }

  .post-item-small {
    height: 300px;
  }

  .capability-item {
    gap: 30px;
  }

  .capability-image h3 {
    font-size: 26px;
  }

  .number h5 {
    font-size: 64px;
  }

  section.why-choose-techniquip p.section-description {
    font-size: 18px;
  }

  .cb-blog-items article.post-item.post-item-small {
    grid-column: auto;
    height: 300px;
  }

  ul.contact-data-list li a,
  ul.contact-data-list li {
    font-size: 20px;
  }

  .contact-info-box {
    padding: 35px;
  }

  ul.contact-data-list li {
    gap: 20px;
  }

  .contact-banner-section .small-title {
    font-size: 22px;
  }

  section.why-techniquip.about-product-section {
    padding: 80px 0;
  }

  section.case-studies-section {
    padding-bottom: 80px;
  }

  section.category-products {
    padding: 0 0 80px;
  }

  .page-template-page-product-application section.featured-products {
    padding: 80px 0 0;
  }

  section.why-techniquip.about-product-section p.section-description {
    font-size: 20px;
    margin-bottom: 20px;
  }

  section.product-banner-section {
    min-height: unset;
  }

  .category-overlay-img {
    background-position: center;
  }

  .specification-list.download-list-wrapper
    .specificatio-item
    .specification-name {
    font-size: 22px;
  }

  .specification-list.download-list-wrapper
    .specificatio-item
    .specification-name {
    font-size: 20px;
  }

  .product-full-description p {
    font-size: 18px;
    margin-bottom: 16px;
  }

  h1.product_title.entry-title.section-title {
    font-size: 48px;
  }

  .button-group.about-data-button-section button.btn {
    height: 47px;
    font-size: 16px;
  }

  .quantity-title {
    font-size: 20px;
  }

  section.custom-single-product.product-detail-article {
    padding-top: 50px;
  }

  section.product-specification-wrapper {
    padding: 80px 0;
  }

  .quantity-wrap input.qty {
    font-size: 15px;
  }

  .hero-section::after {
    background-size: contain;
    height: 90px;
  }

  .hero-section .owl-dots {
    bottom: 94px;
  }

  .hero-item {
    padding-bottom: 0;
    min-height: 550px;
  }

  section.product-banner-section.product-application-banner::after {
    height: 70px;
  }

  section.contact-info.customer-return-info {
    padding-bottom: 80px;
  }

  section.contact-banner-section.not-contact-type {
    height: 360px;
  }
}

@media (max-width: 1024px) {
  .product-detail-article
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    flex-direction: column;
  }

  .product-detail-article ol.flex-control-nav {
    flex-direction: row;
  }

  .woocommerce
    .product-detail-article
    div.product
    div.images
    .flex-control-thumbs
    li {
    width: auto;
  }

  .woocommerce .product-detail-article div.product div.images img {
    height: 500px;
  }

  h1.product_title.entry-title.section-title {
    font-size: 44px;
  }

  .contact-image img {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  section.contact-banner-section.not-contact-type {
    height: 335px;
  }

  .hero-title {
    font-size: 42px;
  }

  /* section.product-banner-section h1.hero-title {
    font-size: 48px;
  } */

  section.cb-blog-list-section {
    padding: 80px 0;
  }

  section.category-products {
    padding: 0 0 80px;
  }

  .featured-blog-section {
    padding-top: 80px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .reason-content {
    margin-bottom: 30px;
  }

  .hero-description {
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .hero-image {
    margin-top: 30px;
  }

  section.latest-posts {
    padding: 80px 0;
  }

  .page-template-page-product-application section.featured-products {
    padding: 80px 0 0;
  }

  .section-title {
    font-size: 44px;
  }

  section.our-capabilities {
    padding: 80px 0 60px 0;
  }

  .why-choose-techniquip
    .techniquip-number-wrapper
    .number-item
    .number-description
    p {
    font-size: 20px;
  }

  section.certified-for-excellence {
    padding-bottom: 80px;
  }

  .capability-item {
    gap: 30px;
    padding: 25px 10px;
  }

  .our-capabilities .section-header {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .capability-content p {
    font-size: 16px;
  }

  .capability-image {
    width: 230px;
  }

  .post-item-large .post-thumb {
    height: 400px;
  }

  .post-title {
    font-size: 20px;
  }

  .footer-questions-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .footer-questions-form {
    width: 100%;
  }

  .footer-email-form {
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-email-form > p {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-email-input {
    flex: 1;
    min-width: 200px;
  }

  .footer-content-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 30px;
  }

  .footer-company-info {
    grid-column: 1 / -1;
  }

  /* .hero-section {
    background-size: 100% 100%;
    padding-bottom: 60px;
  } */

  .reasons-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  section.our-clients {
    padding: 60px 0;
  }

  .product-image {
    height: 260px !important;
  }

  a.product-title-link {
    height: 260px;
  }

  .product-link .product-title {
    font-size: 16px;
  }

  a.product-link-btn {
    width: 35px;
    height: 35px;
    margin: 5px 0;
  }

  a.product-link-btn img {
    width: 14px;
  }

  .product-link {
    margin-top: 14px;
    gap: 14px;
  }

  .featured-products-wrapper {
    gap: 20px;
  }

  .post-item-small {
    height: 240px;
  }

  .client-logo img {
    max-height: 40px;
  }

  h2.contact-title {
    font-size: 26px;
  }

  p.description-title {
    font-size: 16px;
  }

  section.contact-us {
    padding: 90px 0;
  }

  .submit-btn {
    margin-top: 20px;
  }

  .contact-form-wrapper {
    padding: 10px;
  }

  .site-footer::before {
    width: 50%;
    height: 50%;
  }

  section.why-techniquip {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reason-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .clients-logos-group {
    gap: 40px;
  }

  section.get-in-touch {
    padding: 80px 0;
    position: relative;
  }

  .video-play-pause-btn {
    width: 70px;
    height: 70px;
  }

  .video-play-pause-btn svg {
    width: 40px;
    height: 40px;
  }

  .capabilities-content-wrapper {
    display: block;
    gap: 0;
  }

  .capability-image h3 {
    font-size: 22px;
  }

  .team-members-wrapper {
    gap: 30px;
  }

  .member-image img {
    height: 300px;
    object-fit: cover;
  }

  h3.member-name {
    font-size: 26px;
  }

  .number h5 {
    font-size: 52px;
  }

  .techniquip-number-wrapper .number-item {
    min-height: 260px;
    padding: 20px;
  }

  section.why-choose-techniquip p.section-description {
    font-size: 16px;
  }

  .about-us-hero-section {
    padding: 80px 0 120px;
  }

  section.meet-the-team {
    padding: 80px 0;
  }

  .featured-blog-card {
    border-radius: 28px;
  }

  .featured-blog-content {
    padding: 30px 0 30px 20px;
    gap: 15px;
  }

  .featured-blog-title {
    font-size: 20px;
  }

  .featured-blog-excerpt {
    font-size: 18px;
  }

  .pagination {
    margin-top: 30px;
  }

  .contact-data-wrapper {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .contact-form .contact-form-wrapper {
    padding: 20px;
  }

  section.contact-map {
    padding: 80px 0;
  }

  .contact-banner-section .small-title {
    font-size: 20px;
  }

  article.blog-detail-article {
    padding: 35px 0;
  }

  h1.entry-title.blog-detail-title {
    font-size: 42px;
  }

  /* .post-thumbnail img.blog-detail-image {
    max-height: 400px;
  } */

  .row.get-in-touch-content .contact-form {
    padding: 0px;
  }

  .hero-content {
    padding: 60px 0 100px;
  }

  .hero-item {
    padding-bottom: 0;
    min-height: 470px;
  }

  .hero-image-banner img {
    object-fit: cover;
    object-position: center;
  }

  .hero-section .owl-dots {
    bottom: 75px;
  }

  section.product-banner-section {
    padding: 75px 0 120px;
  }

  section.why-techniquip.about-product-section {
    padding: 60px 0;
  }

  section.case-studies-section {
    padding-bottom: 60px;
  }

  .case-studies-grid {
    gap: 30px;
  }

  .case-study-item {
    width: calc(50% - 15px);
  }

  .case-study-content p {
    font-size: 18px;
  }

  .case-study-content h2,
  .case-study-content p {
    margin-bottom: 16px;
  }

  .case-study-content a {
    font-size: 16px;
  }

  .case-study-image img {
    height: 330px;
  }

  section.why-techniquip.about-product-section p.section-description {
    font-size: 18px;
  }

  section.case-studies-section::after {
    bottom: -110px;
    right: 0px;
    width: 105px;
    height: 215px;
  }

  p.section-description {
    font-size: 16px;
  }

  section.why-techniquip.category-about-section .sub-data h4 {
    font-size: 20px;
  }

  section.why-techniquip.category-about-section .sub-data p {
    font-size: 16px;
  }

  .key-feature-item {
    padding: 16px;
  }

  .key-feature-item-header {
    gap: 10px;
  }

  .key-feature-item-header h5 {
    font-size: 19px;
  }

  .key-feature-item-content {
    font-size: 16px;
  }

  .key-feature-item-header img {
    width: 26px;
    height: 26px;
  }

  .key-features-list.use-cases-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .specification-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .product-image-section {
    height: 420px;
  }

  .key-features-list {
    gap: 20px;
  }

  .specification-name {
    font-size: 20px;
  }

  .specification-value {
    font-size: 18px;
  }

  section.product-specification-wrapper {
    padding: 80px 0;
  }

  .specificatio-item {
    padding: 20px;
  }

  section.illuminator-range-wrapper {
    padding: 50px 0 50px;
  }

  .catalog-forms-section {
    padding: 50px 0;
  }

  .specification-list.download-list-wrapper {
    gap: 16px;
  }

  .dl-item-data .data-name {
    font-size: 18px;
  }

  section.product-banner-section.product-dl-banner {
    padding: 100px 0;
  }

  section.key-benefit-section {
    padding: 50px 0;
  }

  h1.product_title.entry-title.section-title {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .product-full-description p {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .quantity-title {
    font-size: 18px;
  }

  .quantity-wrap input.qty {
    font-size: 16px;
  }

  .woocommerce .product-detail-article div.product div.images img {
    height: 410px;
  }

  .woocommerce
    .product-detail-article
    div.product
    div.images.woocommerce-product-gallery {
    margin-bottom: 30px;
  }

  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 50%;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }

  .button-group.about-data-button-section {
    margin-top: 15px;
    display: flex;
    max-width: 420px;
  }

  .hero-section::after {
    height: 75px;
  }

  .single-product.woocommerce-page section.featured-products {
    padding: 80px 0;
  }

  section.product-banner-section.product-application-banner::after {
    height: 55px;
  }

  .contact-image {
    margin-bottom: 30px;
  }

  .contact-image img {
    min-height: unset;
  }

  /* .cb-blog-filter {
    flex: 1 1 100%;
  }

  .cb-blog-list-section .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .cb-blog-filter {
    width: 100%;
  } */
  .cb-input-with-icon {
    flex: none;
  }

  .cb-filter-select {
    margin-left: auto;
  }
  section.featured-products::before {
    top: -85px;
    left: 0px;
    width: 37px;
    height: 157px;
  }
  section.why-techniquip::before {
    top: -124px;
    left: 0;
    width: 52px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

@media (max-width: 767px) {
  section.contact-info.customer-return-info {
    padding-bottom: 60px;
  }

  section.product-banner-section.product-application-banner::after {
    height: 40px;
  }

  .hero-item {
    padding-bottom: 0;
    min-height: 350px;
  }

  section.category-products {
    padding: 0 0 60px;
  }

  .woocommerce
    .product-detail-article
    div.product
    div.images
    .flex-control-thumbs
    img {
    width: 100px;
    height: 100px;
  }

  .product-detail-article
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    flex-direction: row-reverse;
  }

  .product-detail-article ol.flex-control-nav {
    flex-direction: column;
  }

  .woocommerce .product-detail-article div.product div.images img {
    height: 600px;
  }

  .product-full-description p {
    font-size: 15px;
  }

  .quantity-wrap {
    padding: 9px 15px;
  }

  h1.product_title.entry-title.section-title {
    font-size: 36px;
  }

  .download-list {
    gap: 14px;
  }

  .specification-list.download-list-wrapper .specificatio-item {
    padding: 16px;
    gap: 15px;
  }

  section.product-banner-section.product-dl-banner {
    padding: 70px 0;
  }

  .specification-list.download-list-wrapper
    .specificatio-item
    .specification-name {
    font-size: 19px;
  }

  .cb-blog-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .specification-name {
    font-size: 19px;
  }

  .specification-value {
    font-size: 16px;
  }

  .product-image {
    height: 350px !important;
  }

  a.product-title-link {
    height: 350px;
  }

  .hero-title {
    font-size: 32px;
  }

  /* section.product-banner-section h1.hero-title {
    font-size: 38px;
  } */

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-description {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .hero-section .owl-dots .owl-dot {
    width: 16px;
    height: 8px;
  }

  .hero-section .owl-dots .owl-dot.active {
    width: 30px;
  }

  .btn-hero {
    padding: 11px 20px;
    font-size: 14px;
  }

  .hero-section .owl-dots {
    bottom: 60px;
  }

  section.our-clients {
    padding: 60px 0;
  }

  .page-template-page-product-application section.featured-products {
    padding: 60px 0 0;
  }

  .our-clients-wrapper {
    padding: 0px 0px;
  }

  section.latest-posts {
    padding: 60px 0;
  }

  .section-title {
    font-size: 36px;
  }

  section.our-capabilities {
    padding: 60px 0 40px 0;
  }

  .why-choose-techniquip
    .techniquip-number-wrapper
    .number-item
    .number-description
    p {
    font-size: 18px;
  }

  .capability-item {
    flex-direction: row;
    gap: 20px;
    padding: 20px 0;
  }

  /* Remove the hover effect
  .capability-item:hover {
    padding-left: 0px;
  }
    */

  .capability-content p {
    font-size: 14px;
  }

  .team-members-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .post-content {
    padding: 20px;
  }

  .post-title {
    font-size: 20px;
  }

  .footer-questions-description {
    font-size: 14px;
  }

  .footer-email-form {
    align-items: stretch;
  }

  .footer-email-form > p {
    align-items: stretch;
  }

  .footer-email-input {
    width: 100%;
    min-width: auto;
  }

  .footer-send-btn {
    width: 100%;
  }

  .footer-main {
    padding: 50px 0 35px;
  }

  .footer-bottom {
    padding: 25px 0;
  }

  .footer-column-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer-social-list {
    justify-content: flex-start;
  }

  .reason-item {
    margin-bottom: 0;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .section-header {
    gap: 20px;
  }

  .clients-logos-group {
    gap: 30px;
  }

  .client-logo img {
    max-height: 30px;
  }

  .our-clients-title.section-title {
    margin-bottom: 30px;
  }

  section.our-clients::before {
    top: -40px;
    right: 0;
    width: 70px;
    height: 130px;
  }

  section.featured-products::before {
    top: -65px;
    left: 0px;
    width: 30px;
    height: 120px;
  }

  section.latest-posts::after {
    bottom: -50px;
    right: 0px;
    width: 70px;
    height: 130px;
  }

  section.get-in-touch::before {
    top: -110px;
    left: 0;
    width: 90px;
    height: 177px;
  }

  .contact-image {
    margin-bottom: 30px;
  }

  section.why-techniquip::before {
    top: -140px;
    left: 0;
    width: 40px;
    height: 180px;
  }

  section.our-capabilities::before {
    top: -80px;
    left: 0;
    width: 40px;
    height: 180px;
  }

  .featured-products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .reason-content h3 {
    font-size: 24px;
  }

  .reason-content p {
    font-size: 16px;
  }

  .reason-content {
    margin-bottom: 20px;
  }

  .post-title {
    font-size: 16px;
  }

  .post-meta {
    font-size: 14px;
  }

  .post-content {
    padding: 15px;
  }

  .post-tag {
    margin-bottom: 14px;
  }

  h2.contact-title {
    font-size: 20px;
  }

  p.description-title {
    font-size: 14px;
  }

  section.get-in-touch {
    padding: 50px 0;
  }

  .site-footer::before {
    background-size: contain;
  }

  .hero-content {
    padding: 30px 0 70px;
  }

  a.product-link-btn {
    margin: 0;
  }

  .video-play-pause-btn {
    width: 60px;
    height: 60px;
  }

  .video-play-pause-btn svg {
    width: 35px;
    height: 35px;
  }

  .capability-image h3 {
    font-size: 19px;
  }

  .capability-image img {
    width: 35px;
    height: 35px;
  }

  .capability-image {
    width: 200px;
  }

  .member-image img {
    height: 350px;
  }

  .techniquip-number-wrapper .number-item {
    min-height: 240px;
    padding: 15px;
  }

  .number h5 {
    font-size: 46px;
  }

  .about-us-hero-section {
    padding: 80px 0 80px;
  }

  .techniquip-number-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  h3.member-name {
    font-size: 22px;
  }

  p.member-position {
    font-size: 16px;
  }

  .certification-logos-wrapper {
    gap: 25px;
  }

  .capability-image {
    width: 200px;
  }

  .featured-blog-card {
    flex-direction: column;
  }

  .featured-blog-media,
  .featured-blog-content {
    flex-basis: 100%;
  }

  .featured-blog-title {
    font-size: 18px;
  }

  .featured-blog-excerpt {
    font-size: 16px;
  }

  .featured-blog-section {
    padding-top: 60px;
  }

  section.cb-blog-list-section {
    padding: 60px 0;
  }

  .cb-blog-items article.post-item.post-item-small {
    grid-column: auto;
    height: 280px;
  }

  section.contact-map {
    padding: 60px 0;
  }

  .contact-info-box h3 {
    font-size: 36px;
  }

  ul.contact-data-list li a,
  ul.contact-data-list li {
    font-size: 18px;
  }

  ul.contact-data-list {
    gap: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .contact-form .contact-form-wrapper {
    padding: 0 0 10px;
  }

  .contact-banner-section {
    height: 545px;
  }

  section.contact-banner-section.not-contact-type {
    height: 315px;
  }

  .contact-banner-section .small-title {
    font-size: 18px;
  }

  article.blog-detail-article {
    padding: 25px 0;
  }

  .author-card {
    margin-bottom: 20px;
  }

  h1.entry-title.blog-detail-title {
    font-size: 38px;
  }

  /* .post-thumbnail img.blog-detail-image {
    max-height: 350px;
  } */

  section.product-banner-section {
    padding: 75px 0 100px;
  }

  .case-study-image img {
    height: 260px;
    margin-bottom: 24px;
  }

  .case-study-content p {
    font-size: 16px;
  }

  .case-study-content h2,
  .case-study-content p {
    margin-bottom: 12px;
  }

  .case-study-content a {
    font-size: 14px;
  }

  .case-studies-grid {
    gap: 20px;
  }

  .case-study-item {
    width: calc(50% - 10px);
  }

  section.case-studies-section::after {
    bottom: -110px;
    right: 0px;
    width: 85px;
    height: 195px;
  }

  .case-study-content h2 {
    font-size: 24px;
  }

  .contact-image img {
    min-height: unset;
  }

  .key-features-list,
  .key-features-list.use-cases-list,
  .specification-list {
    grid-template-columns: auto;
  }

  .product-image-section {
    height: auto;
    padding: 20px;
  }

  .product-image-section img {
    max-height: 330px;
  }

  section.product-specification-wrapper::after {
    width: 70px;
    height: 115px;
  }

  .specificatio-item {
    padding: 16px;
  }

  section.product-specification-wrapper {
    padding: 60px 0;
  }

  .download-wrap .download-btn {
    width: auto;
  }

  .button-group.about-data-button-section button.btn {
    height: 45px;
    font-size: 14px;
  }

  .hero-section::after {
    height: 63px;
  }

  .dnd-upload-status .dnd-upload-image {
    width: 30px;
    height: 30px;
  }

  .dnd-upload-status .dnd-upload-image span.file {
    height: 17px;
    width: 13px;
  }

  .dnd-upload-status .dnd-upload-details {
    width: calc(100% - 30px);
  }

  .dnd-upload-status {
    align-items: flex-start;
  }

  .dnd-upload-status .dnd-upload-details .name {
    padding-right: 25px;
    padding-top: 0;
    font-size: 14px;
  }

  .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    font-size: 10px;
  }

  .single-product.woocommerce-page section.featured-products {
    padding: 60px 0;
  }
}

@media (max-width: 575px) {
  section.product-banner-section.product-application-banner::after {
    height: 30px;
  }

  section.custom-single-product.product-detail-article {
    padding-top: 30px;
  }

  .product-detail-article
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    gap: 10px;
  }

  .woocommerce .product-detail-article div.product div.images img {
    height: 500px;
  }

  .product-detail-article
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    flex-direction: column;
  }

  .product-detail-article ol.flex-control-nav {
    flex-direction: row;
  }

  h1.product_title.entry-title.section-title {
    font-size: 34px;
  }

  .number-description p {
    font-size: 14px;
  }

  .dl-item-data .data-name {
    font-size: 16px;
  }

  .specification-list.download-list-wrapper
    .specificatio-item
    .specification-name {
    font-size: 17px;
  }

  section.homepage-video {
    padding: 30px 0;
  }

  .product-image {
    height: 300px !important;
  }

  a.product-title-link {
    height: 300px;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .section-title {
    font-size: 34px;
  }

  section.why-techniquip.about-product-section p.section-description {
    font-size: 16px;
  }

  section.our-capabilities {
    padding: 50 0 30px 0;
  }

  .why-choose-techniquip
    .techniquip-number-wrapper
    .number-item
    .number-description
    p {
    font-size: 16px;
  }

  .capability-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 10px;
  }

  /* 
  .capability-item:hover {
    padding-left: 0;
    padding-top: 30px; // Removed the effect for text movement
  } 
  */

  .capability-content p {
    font-size: 14px;
  }

  .footer-social {
    width: 100%;
  }

  .footer-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-company-info {
    grid-column: 1;
  }

  h2.contact-title {
    font-size: 18px;
  }

  p.section-description {
    font-weight: 300;
    font-size: 16px;
  }

  p.description-title {
    font-size: 14px;
  }

  .latest-posts-grid {
    grid-template-columns: 1fr;
  }

  .post-item-large {
    grid-row: span 1;
  }

  .post-item-small {
    grid-column: 1;
  }

  .featured-products-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .reasons-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .hero-title {
    font-size: 28px;
  }

  /* section.product-banner-section h1.hero-title {
    font-size: 34px;
  } */

  .hero-subtitle {
    font-size: 14px;
  }

  .hero-highlight {
    font-size: 12px;
    margin-bottom: 15px;
  }

  section.latest-posts {
    padding: 50px 0;
  }

  .latest-posts-header {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .section-title {
    font-size: 36px;
  }

  .post-content {
    padding: 18px;
  }

  .post-tag {
    font-size: 11px;
    padding: 5px 10px;
    margin-bottom: 12px;
  }

  .post-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .post-meta {
    font-size: 13px;
  }

  .footer-main {
    padding: 45px 0 30px;
  }

  .footer-bottom {
    padding: 20px 0;
  }

  .footer-content-wrapper {
    gap: 30px;
  }

  .footer-logo-img {
    height: 35px;
  }

  .footer-column-title {
    font-size: 15px;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .company-copyright {
    font-size: 12px;
  }

  section.contact-us {
    padding: 50px 0;
    background-size: 100% 100%;
  }

  .footer-social-list {
    justify-content: center;
  }

  /* .hero-section {
    background: #000;
    padding-bottom: 50px;
  } */

  .hero-image {
    margin-top: 0;
  }

  section.why-techniquip::before {
    top: -100px;
  }

  section.our-capabilities::before {
    top: -90px;
  }

  .two-column .form-group {
    min-width: 100%;
  }

  .two-column .form-group + .form-group {
    margin-top: 20px;
  }

  .footer-questions-content {
    padding: 16px;
    gap: 20px;
  }

  .about-us-hero-section {
    padding: 50px 0 60px;
    background-size: 100% 100%;
  }

  .capability-item {
    gap: 15px;
  }

  .capability-image h3 {
    font-size: 18px;
  }

  .capability-image {
    width: auto;
  }

  .number h5 {
    font-size: 42px;
  }

  .techniquip-number-wrapper .number-item {
    min-height: 210px;
  }

  .member-image img {
    height: 290px;
  }

  .team-members-wrapper {
    gap: 20px;
  }

  section.meet-the-team {
    padding: 60px 0;
  }

  section.certified-for-excellence {
    padding-bottom: 60px;
  }

  .cb-blog-items article.post-item.post-item-small {
    grid-column: auto;
    height: 280px;
  }

  .cb-input-with-icon input {
    padding: 9px 12px 9px 40px;
    font-size: 16px;
  }

  .cb-filter-select select {
    padding: 9px 30px 9px 40px;
  }

  .cb-blog-items {
    grid-template-columns: 1fr;
  }

  .featured-blog-card {
    grid-template-columns: 1fr;
  }

  .featured-blog-content {
    padding: 20px 0 0px 0px;
    gap: 12px;
  }

  .cb-blog-filter {
    flex: 1 1 100%;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .featured-blog-excerpt {
    font-size: 15px;
  }

  .page-numbers {
    width: 35px;
    height: 35px;
    padding: 5px;
  }

  a.prev.page-numbers,
  a.next.page-numbers {
    padding: 5px 10px;
  }

  .contact-info-box {
    padding: 25px;
  }

  .contact-data-wrapper {
    padding: 15px;
  }

  .contact-info-box h3 {
    font-size: 32px;
  }

  .contact-info-box > p {
    font-weight: 400;
    font-size: 16px;
  }

  ul.contact-data-list li img {
    width: 28px;
    height: auto;
  }

  section.contact-map iframe {
    height: 400px;
  }

  .contact-banner-section .small-title {
    font-size: 16px;
  }

  section.contact-info {
    margin-top: -400px;
  }

  ul.contact-social-list li a img {
    width: 13px;
  }

  ul.contact-social-list li a {
    width: 26px;
    height: 26px;
  }

  h1.entry-title.blog-detail-title {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .entry-content p {
    font-size: 16px;
  }

  /* .post-thumbnail img.blog-detail-image {
    max-height: 280px;
  } */

  .category-timepassed {
    gap: 15px;
    margin-bottom: 14px;
  }

  article.blog-detail-article {
    padding: 20px 0;
  }

  span.timepassed {
    font-weight: 400;
    font-size: 14px;
  }

  h1.entry-title.blog-detail-title {
    font-size: 30px;
  }

  .contact-info-box {
    clip-path: polygon(
      30px 0,
      80% 0%,
      100% 0,
      100% calc(100% - 40px),
      calc(100% - 30px) 100%,
      20% 100%,
      0 100%,
      0 40px
    );
    border-radius: 20px;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

  .contact-data-wrapper {
    clip-path: polygon(
      35px 0,
      80% 0%,
      100% 0,
      100% calc(100% - 45px),
      calc(100% - 35px) 100%,
      20% 100%,
      0 100%,
      0 45px
    );
    border-radius: 20px;
    border-top-left-radius: 53px;
    border-bottom-right-radius: 53px;
  }

  section.product-banner-section {
    padding: 70px 0 70px;
  }

  .case-study-image img {
    height: 210px;
  }

  .category-overlay-img {
    background-size: cover;
  }

  .woocommerce
    .product-detail-article
    div.product
    div.images
    .flex-control-thumbs
    img {
    width: 80px;
    height: 80px;
  }

  .hero-section::after {
    height: 45px;
  }

  .hero-section .owl-dots {
    bottom: 50px;
  }

  section.product-banner-section.product-application-banner {
    padding: 60px 0 75px;
  }

  section.contact-us {
    background-image: url("../images/call-to-action-bg-mobile.png");
  }

  .about-us-hero-section {
    background-image: url(../images/about-bg-mobile.png);
  }

  .about-us-hero-section.blog-hero-section {
    background-image: url(../images/blog-hero-bg-mobile.png);
  }

  .img-clip {
    clip-path: polygon(
      30px 0,
      80% 0%,
      100% 0,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      20% 100%,
      0 100%,
      0 30px
    );
    border-radius: 20px;
    border-top-left-radius: 42px !important;
    border-bottom-right-radius: 42px !important;
  }

  .post-thumb img {
    min-height: 250px;
  }

  .cb-filter-select {
    margin-left: 0;
  }
}

@media (max-width: 460px) {
  .hero-item {
    padding-bottom: 0;
    min-height: 320px;
  }

  .hero-section::after {
    height: 35px;
    bottom: -1px;
  }

  .hero-section .owl-dots {
    bottom: 40px;
  }

  .hero-image-banner img {
    object-fit: cover;
    object-position: center;
  }

  .contact-form span.wpcf7-form-control {
    flex-direction: column;
  }

  .woocommerce .product-detail-article div.product div.images img {
    height: 420px;
  }

  h1.product_title.entry-title.section-title {
    font-size: 32px;
  }

  .product-image {
    height: 250px !important;
  }

  a.product-title-link {
    height: 250px;
  }

  .submit-btn {
    padding: 12px 20px;
  }

  .section-title {
    font-size: 32px;
  }

  .team-members-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .member-image img {
    height: 350px;
    object-position: top;
  }

  .contact-data-wrapper {
    padding: 10px;
  }

  .contact-info-box h3 {
    font-size: 28px;
  }

  .contact-info-box > p {
    font-weight: 400;
    font-size: 14px;
  }

  ul.contact-data-list li img {
    width: 24px;
    height: auto;
  }

  ul.contact-data-list li a,
  ul.contact-data-list li {
    font-size: 16px;
  }

  section.contact-map iframe {
    height: 300px;
  }

  .contact-info-box {
    padding: 20px;
  }

  h1.entry-title.blog-detail-title {
    font-size: 28px;
  }

  .author-image {
    width: 35px;
    height: 35px;
  }

  .author-name {
    font-size: 14px;
  }

  .footer-questions-content {
    padding: 12px;
  }

  .case-study-item {
    width: 100%;
  }

  .case-study-image img {
    height: 270px;
  }

  section.why-techniquip.category-about-section p.section-description {
    margin-bottom: 18px;
  }

  section.why-techniquip.category-about-section .section-header {
    margin-bottom: 24px;
  }

  p.section-description {
    font-size: 14px;
  }

  section.why-techniquip.category-about-section .sub-data h4 {
    font-size: 18px;
  }

  section.why-techniquip.category-about-section .sub-data p {
    font-size: 14px;
  }

  section.why-techniquip.category-about-section .sub-data {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .key-feature-item {
    padding: 12px;
  }

  .key-feature-item-header img {
    width: 22px;
    height: 22px;
  }

  .key-feature-item-header h5 {
    font-size: 17px;
  }

  .key-feature-item-header {
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .key-feature-item-content {
    font-size: 14px;
  }

  .specification-name {
    font-size: 18px;
  }

  .specification-value {
    font-size: 14px;
  }

  section.product-banner-section.product-application-banner::after {
    height: 25px;
    bottom: -1px;
  }
}

/* ========================================
   404 Error Page Styles
   ======================================== */

.error-404-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--secondary-color) 50%,
    var(--primary-color) 100%
  );
  position: relative;
  overflow: hidden;
}

.error-404-section {
  width: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

/* Animated Background Elements */
.error-404-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  animation: float 20s infinite ease-in-out;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--primary-color), #fff);
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #fff, var(--primary-color));
  top: 60%;
  right: 15%;
  animation-delay: 5s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, var(--secondary-color), #fff);
  bottom: 20%;
  left: 20%;
  animation-delay: 10s;
}

.shape-4 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #fff, var(--secondary-color));
  top: 30%;
  right: 25%;
  animation-delay: 15s;
}

@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(30px, -30px) rotate(90deg);
  }
  50% {
    transform: translate(-20px, 20px) rotate(180deg);
  }
  75% {
    transform: translate(20px, 30px) rotate(270deg);
  }
}

/* Main Content Container */
.error-404-content {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* 404 Number Display */
.error-404-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  animation: fadeInDown 1s ease-out;
}

.error-digit {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Inter", sans-serif;
  animation: pulse 2s infinite ease-in-out;
}

.error-digit-middle {
  position: relative;
  animation: bounce 2s infinite ease-in-out;
}

.error-icon {
  width: 120px;
  height: 120px;
  color: var(--primary-color);
  filter: drop-shadow(0 4px 10px rgba(63, 165, 240, 0.3));
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Error Message */
.error-404-message {
  margin-bottom: 40px;
  animation: fadeInUp 1s ease-out 0.2s both;
}

.error-title {
  font-size: 48px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

.error-description {
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Search Section */
.error-404-search {
  margin-bottom: 40px;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.search-heading {
  font-size: 18px;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.error-404-search form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.error-404-search input[type="search"] {
  width: 100%;
  padding: 16px 24px;
  border: 2px solid #e2e8f0;
  border-radius: 50px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
  color: #2d3748;
}

.error-404-search input[type="search"]:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(63, 165, 240, 0.1);
}

.error-404-search button[type="submit"] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.error-404-search button[type="submit"]:hover {
  background: var(--secondary-color);
  transform: translateY(-50%) scale(1.05);
}

/* Action Buttons */
.error-404-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: fadeInUp 1s ease-out 0.6s both;
}

.error-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

.error-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
}

.error-btn:hover::before {
  width: 300px;
  height: 300px;
}

.error-btn svg {
  position: relative;
  z-index: 1;
}

.error-btn span,
.error-btn-primary,
.error-btn-secondary {
  position: relative;
  z-index: 1;
}

.error-btn-primary {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
}

.error-btn-primary:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(63, 165, 240, 0.3);
}

.error-btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.error-btn-secondary:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(63, 165, 240, 0.2);
}

/* Quick Links */
.error-404-links {
  animation: fadeInUp 1s ease-out 0.8s both;
}

.quick-links-title {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 20px;
  font-weight: 400;
}

.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  max-width: 600px;
  margin: 0 auto;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f7fafc;
  color: #2d3748;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.quick-link:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(63, 165, 240, 0.2);
}

.quick-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.quick-link:hover svg {
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .error-404-content {
    padding: 50px 30px;
  }

  .error-digit {
    font-size: 100px;
  }

  .error-icon {
    width: 100px;
    height: 100px;
  }

  .error-title {
    font-size: 40px;
  }

  .error-description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .error-404-section {
    padding: 60px 0;
  }

  .error-404-content {
    padding: 40px 25px;
    border-radius: 20px;
  }

  .error-404-number {
    gap: 10px;
    margin-bottom: 30px;
  }

  .error-digit {
    font-size: 80px;
  }

  .error-icon {
    width: 80px;
    height: 80px;
  }

  .error-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .error-description {
    font-size: 15px;
  }

  .error-404-actions {
    flex-direction: column;
    gap: 15px;
  }

  .error-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }

  .quick-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .quick-link {
    padding: 10px 16px;
    font-size: 13px;
  }

  .floating-shape {
    opacity: 0.1;
  }

  .shape-1 {
    width: 200px;
    height: 200px;
  }

  .shape-2 {
    width: 150px;
    height: 150px;
  }

  .shape-3 {
    width: 100px;
    height: 100px;
  }

  .shape-4 {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 480px) {
  .error-404-content {
    padding: 30px 20px;
  }

  .error-digit {
    font-size: 60px;
  }

  .error-icon {
    width: 60px;
    height: 60px;
  }

  .error-title {
    font-size: 28px;
  }

  .error-description {
    font-size: 14px;
  }

  .search-heading {
    font-size: 16px;
  }

  .error-404-search input[type="search"] {
    padding: 14px 20px;
    font-size: 14px;
  }

  .error-404-search button[type="submit"] {
    padding: 8px 20px;
    font-size: 14px;
  }

  .quick-links-grid {
    grid-template-columns: 1fr;
  }
}
