@charset "UTF-8";
/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Description: Child theme for Blocksy
Author: Your Name
Author URI: https://yourwebsite.com
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/
/* Add your custom CSS below */
:root {
  --theme-palette-color-1: #131313;
  --theme-button-text-hover-color: #fff;
  --theme-button-border-hover-color: #ce1118;
  --theme-button-background-hover-color: #ce1118;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: unset !important;
}

h2 span {
  font-family: "Bebas Neue", sans-serif;
  color: #ce1118;
  font-size: unset;
}

p,
li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #1C1C1C;
}

p + p,
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6 {
  margin: 20px 0;
}

hr {
  background-color: var(--theme-form-field-border-initial-color) !important;
}

:is(.is-layout-flow, .is-layout-constrained) :where(p, ul, ol, dl, table, pre, form, hr) {
  margin-block-end: calc(var(--has-theme-content-spacing, 1) * (0.3em + 10px));
}

body.blog .status-publish h2.entry-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 28px;
  line-height: 0.8;
}

nav[class*=menu] li:hover > .ct-menu-link,
nav[class*=menu] li:hover > .ct-sub-menu-parent {
  color: #E30613;
}

[data-header*=type-1] .ct-header [data-id=menu] .sub-menu .ct-menu-link {
  color: #f7bf10;
}

[data-header*=type-1] .ct-header [data-id=menu] .sub-menu .ct-menu-link:hover {
  color: #f7bf10;
}

[class*=animated-submenu] > .sub-menu {
  background: #131313;
}

.center {
  text-align: center;
}

/*  */
.product-category {
  list-style-type: none;
  display: flex;
  padding: 0;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.product-category li {
  width: 16.6666666667%;
  text-align: center;
  height: 175px;
  border-radius: 8px;
  background: #ffc107;
}
.product-category li:hover {
  background: #ce1118;
  transition: all 0.3s ease-in-out;
}
.product-category li:hover span {
  color: #fff;
}
.product-category li:hover img {
  filter: invert(1);
}
.product-category li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.product-category li a figure {
  max-width: 110px;
  max-height: 100px;
  object-fit: contain;
  display: flex;
  justify-content: center;
  position: relative;
  top: 15px;
}
.product-category li a figure img {
  margin-top: auto;
}
.product-category li a span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  padding: 10px;
  color: #1C1C1C;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .product-category {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-category li {
    width: calc(33.333% - 14px);
    height: 160px;
  }
}
@media (max-width: 575px) {
  .product-category {
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
  .product-category li {
    width: calc(50% - 6px);
    height: 145px;
  }
  .product-category li a figure {
    max-width: 82px;
    max-height: 74px;
    top: 8px;
  }
  .product-category li a span {
    font-size: 16px;
    padding: 8px;
  }
}

/*  */
.industry_products img {
  position: relative;
}

.industry-name {
  display: flex;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, black 100%);
  border-radius: 8px;
}
.industry-name h3 {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.industry-name h3 a {
  font-family: "Bebas Neue", Sans-serif;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.industry-name h3:hover a {
  color: #ffc107 !important;
}

/*  */
.client-speak {
  background: url(images/quotes.png) no-repeat;
  background-position: top left;
  background-size: 40px;
  padding: 0 0 0 50px !important;
}
.client-speak h5 {
  font-family: "Bebas Neue", Sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 20px 0 0;
}

/*  */
[data-footer*=type-1] .ct-footer {
  background: #f01321;
  color: #fff;
}
[data-footer*=type-1] .ct-footer p {
  color: #fff;
}

/*  */
.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}
.footer-links li a::before {
  content: "›";
  color: #E30613;
  font-size: 1.125rem;
  transition: transform 0.3s ease;
}
.footer-links li a:hover::before {
  transform: translateX(4px);
}
@media (min-width: 576px) and (max-width: 991px) {
  .footer-links {
    gap: 10px 20px;
  }
  .footer-links li a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 575px) {
  .footer-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/*  */
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info li {
  margin-bottom: 12px;
}
.contact-info li:last-child {
  margin-bottom: 0;
}
.contact-info li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info li a i {
  width: 18px;
  color: #E30613;
  font-size: 16px;
}

/*  */
.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-links li a:hover {
  background: #E30613;
  border-color: #E30613;
  color: #fff;
  transform: translateY(-3px);
}

/*  */
.newsletter {
  padding: 0;
}
.newsletter__container {
  max-width: 700px;
  margin: 0 auto;
}
.newsletter h2 {
  margin: 0 0 15px;
  color: #111;
}
.newsletter__subtitle {
  margin-bottom: 35px;
  color: #666;
}
.newsletter__form {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.newsletter__input {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 64px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.newsletter__input i {
  color: #999;
  margin-right: 12px;
  font-size: 18px;
}
.newsletter__input input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  font-size: 16px;
}
.newsletter__input input::placeholder {
  color: #999;
}
.newsletter button {
  min-width: 180px;
  height: 64px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.newsletter button:hover {
  /* background: #b6000f; */
  border-radius: 50px;
}
.newsletter__note {
  margin-bottom: 8px;
  color: #777;
  font-size: 15px;
}
.newsletter__privacy {
  color: #777;
  font-size: 15px;
}
.newsletter__privacy a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}
.newsletter__privacy a:hover {
  color: #E30613;
}
@media (max-width: 768px) {
  .newsletter h2 {
    font-size: 30px;
  }
  .newsletter__form {
    flex-direction: column;
  }
  .newsletter button {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .newsletter {
    padding: 50px 20px;
  }
  .newsletter h2 {
    font-size: 24px;
  }
  .newsletter__subtitle {
    font-size: 16px;
  }
  .newsletter__input,
  .newsletter button {
    height: 56px;
  }
}

/*  */
.dealer-section {
  overflow: hidden;
}
.dealer-section .dealer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  padding: 25px 0;
}
.dealer-section .dealer-container::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  height: 1px;
  background: #cfcfcf;
  z-index: 0;
}
.dealer-section .dealer-card {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 20px;
}
.dealer-section .dealer-card h3 {
  margin: 0 0 15px;
  color: #111;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.dealer-section .dealer-card a {
  color: #d60000;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 34px;
  text-decoration: none;
}
.dealer-section .dealer-center {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 0 30px;
}
.dealer-section .dealer-center span {
  display: block;
  margin-bottom: 15px;
  color: #111;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 28px;
}
.dealer-section .dealer-center .whatsapp-btn {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid #d8d8d8;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.dealer-section .dealer-center .whatsapp-btn i {
  font-size: 82px;
  color: #25D366;
}
.dealer-section .dealer-center .whatsapp-btn:hover {
  transform: scale(1.05);
  border-color: #25D366;
}
@media (max-width: 991px) {
  .dealer-section .dealer-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .dealer-section .dealer-container::before {
    display: none;
  }
  .dealer-section .dealer-card h3 {
    font-size: 40px;
  }
  .dealer-section .dealer-card a {
    font-size: 28px;
  }
  .dealer-section .dealer-center .whatsapp-btn {
    width: 130px;
    height: 130px;
    margin: 0 auto;
  }
  .dealer-section .dealer-center .whatsapp-btn i {
    font-size: 68px;
  }
}
@media (max-width: 576px) {
  .dealer-section .dealer-card h3 {
    font-size: 32px;
  }
  .dealer-section .dealer-card a {
    font-size: 22px;
  }
  .dealer-section .dealer-center .whatsapp-btn {
    width: 110px;
    height: 110px;
  }
  .dealer-section .dealer-center .whatsapp-btn i {
    font-size: 56px;
  }
}

/*  */
.stats-section {
  padding: 45px 0;
  position: relative;
  overflow: hidden;
}
.stats-section::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 90px;
  background: #e30613;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
.stats-section .container {
  max-width: 1280px;
  margin: auto;
}
.stats-section .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
}
.stats-section .divider {
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  justify-self: center;
}
.stats-section .stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stats-section .stat-item:not(:first-child) {
  padding: 0 8%;
}
.stats-section .stat-icon {
  width: 95px;
  height: 95px;
  border: 3px solid #e30613;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stats-section .stat-icon i {
  color: #e30613;
  font-size: 42px;
}
.stats-section .stat-content span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.stats-section .stat-content h2 {
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .stats-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .stats-section .divider {
    display: none;
  }
  .stats-section .stat-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .stats-section .stat-content span {
    font-size: 18px;
  }
  .stats-section .stat-content h2 {
    font-size: 46px;
  }
}
@media (max-width: 576px) {
  .stats-section {
    padding: 40px 0;
  }
  .stats-section .stat-icon {
    width: 80px;
    height: 80px;
  }
  .stats-section .stat-icon i {
    font-size: 34px;
  }
  .stats-section .stat-content span {
    font-size: 16px;
  }
  .stats-section .stat-content h2 {
    font-size: 38px;
  }
}

/*  */
.story-background {
  position: relative;
}
.story-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.08) 2px, transparent 2px);
  background-size: 14px 14px;
  opacity: 0.25;
  transform: translate(45%, 25%);
  pointer-events: none;
}

.story-section {
  position: relative;
  overflow: hidden;
}
.story-section .story-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
@media (max-width: 767px) {
  .story-section .story-content {
    max-width: 100%;
  }
}
.story-section .story-heading {
  display: inline-block;
  margin-bottom: 35px;
  padding: 18px 22px;
  background: #f7bf10;
}
.story-section .story-heading h2 {
  margin: 0;
  color: #111;
  line-height: 1;
}
.story-section .story-heading span {
  display: block;
  margin-top: 8px;
  color: #111;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 1.2rem;
}
.story-section .read-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
}
.story-section .read-more i {
  transition: transform 0.3s ease;
}
.story-section .read-more:hover {
  color: #e30613;
}
.story-section .read-more:hover i {
  transform: translateX(6px);
}
@media (max-width: 991px) {
  .story-section {
    padding: 60px 0;
  }
  .story-section .story-heading h2 {
    font-size: 2.8rem;
  }
  .story-section .story-heading span {
    font-size: 1.125rem;
  }
  .story-section p {
    font-size: 1.0625rem;
  }
  .story-section .read-more {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .story-section {
    padding: 50px 0;
  }
  .story-section .story-heading {
    padding: 14px 18px;
  }
  .story-section .story-heading h2 {
    font-size: 2rem;
  }
  .story-section .story-heading span {
    font-size: 0.875rem;
  }
  .story-section p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .story-section .read-more {
    font-size: 1.125rem;
  }
}

/*  */
.features-grid {
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.feature-item {
  text-align: center;
  padding: 0 25px;
  position: relative;
}
.feature-item:not(:last-child) {
  border-right: 1px solid #d5d5d5;
}
.feature-item .feature-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item .feature-icon i {
  color: #E30613;
  font-size: 50px;
}
.feature-item h3 {
  margin: 0;
  color: #111;
  font-size: 21px;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .feature-item {
    border: none !important;
  }
  .feature-item .feature-icon i {
    font-size: 60px;
  }
  .feature-item h3 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .features-section {
    padding: 40px 0;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
  .feature-item {
    padding: 0;
    border: none !important;
  }
  .feature-item .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .feature-item .feature-icon i {
    font-size: 50px;
  }
  .feature-item h3 {
    font-size: 18px;
  }
}
/*  */
.product-categories {
  background: linear-gradient(135deg, #171b20 0%, #0e1013 100%);
  border-top: 2px solid #e30613;
  border-bottom: 2px solid #e30613;
  overflow: hidden;
}
.product-categories .categories-wrapper {
  display: flex;
  align-items: stretch;
}
.product-categories .category-item {
  flex: 1;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.35s;
}
.product-categories .category-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: rgba(246, 176, 0, 0.6);
}
.product-categories .category-item i {
  font-size: 46px;
  color: #fff;
}
.product-categories .category-item span {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.product-categories .category-item:hover, .product-categories .category-item.active {
  background: rgba(255, 255, 255, 0.05);
}
.product-categories .category-item:hover::before, .product-categories .category-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #e30613;
}
.product-categories .priority-box {
  min-width: 300px;
  background: #e30613;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 35px;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
.product-categories .priority-box i {
  font-size: 48px;
}
.product-categories .priority-box strong,
.product-categories .priority-box span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .product-categories .categories-wrapper {
    flex-wrap: wrap;
  }
  .product-categories .category-item {
    flex: 0 0 33.333%;
    min-height: 90px;
  }
  .product-categories .category-item::after {
    display: none;
  }
  .product-categories .category-item span {
    font-size: 18px;
  }
  .product-categories .category-item i {
    font-size: 36px;
  }
  .product-categories .priority-box {
    flex: 0 0 100%;
    min-width: auto;
    clip-path: none;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .product-categories .categories-wrapper {
    flex-wrap: wrap;
  }
  .product-categories .category-item {
    flex: 0 0 50%;
    min-height: 80px;
    gap: 12px;
  }
  .product-categories .category-item span {
    font-size: 16px;
  }
  .product-categories .category-item i {
    font-size: 30px;
  }
  .product-categories .priority-box {
    flex: 0 0 100%;
    min-width: auto;
    clip-path: none;
    padding: 25px;
    flex-direction: column;
    text-align: center;
  }
  .product-categories .priority-box i {
    font-size: 40px;
  }
  .product-categories .priority-box strong,
  .product-categories .priority-box span {
    font-size: 22px;
  }
}
.home-product .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .home-product .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-product .products {
    grid-template-columns: 1fr;
  }
}
.home-product .product {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}
.home-product .product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}
.home-product .product:hover figure img {
  transform: scale(1.08);
}
.home-product .product:hover .woocommerce-loop-product__title a {
  color: #0169fb;
}
.home-product .product figure {
  margin: 0;
  overflow: hidden;
  background: #f8fafc;
}
.home-product .product figure .ct-media-container {
  display: block;
}
.home-product .product figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.5s ease;
  padding: 30px;
}
.home-product .product .woocommerce-loop-product__title {
  margin: 25px 25px 10px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}
.home-product .product .woocommerce-loop-product__title a {
  color: #1e293b;
  text-decoration: none;
  transition: 0.3s;
}
.home-product .product .price {
  margin: 0 25px 18px;
  display: block;
}
.home-product .product .price .amount {
  font-size: 28px;
  font-weight: 700;
}
.home-product .product .entry-meta {
  margin: 0 25px 20px;
  padding: 0;
  list-style: none;
}
.home-product .product .entry-meta .meta-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-product .product .entry-meta .meta-categories a {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(255, 193, 7, 0.5);
  color: #000;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home-product .product .entry-meta .meta-categories a:hover {
  background: rgba(224, 168, 0, 0.5);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.35);
}
.home-product .product .ct-woo-card-actions {
  margin-top: auto;
  padding: 25px;
}
.home-product .product .ct-woo-card-actions .button {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c40806 0%, #940605 100%);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.home-product .product .ct-woo-card-actions .button:hover {
  background: linear-gradient(135deg, #d90a08 0%, #b10605 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(196, 8, 6, 0.35);
}
.home-product {
  /* Sale Badge */
}
.home-product .onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ef4444;
  color: #fff;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

/* Wooocommerce */
[data-products] .product h2 a {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

[data-products] .price {
  font-family: "Bebas Neue", Sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
}

[data-products] .product .entry-meta[data-id=default] li a {
  font-size: 14px;
  line-height: 1.2;
}

:is(.ct-woo-card-actions, .ct-woo-card-extra) :is(a, button) {
  font-family: "Bebas Neue", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(135deg, #c40806 0%, #940605 100%);
  color: #fff;
  width: 100%;
}
:is(.ct-woo-card-actions, .ct-woo-card-extra) :is(a, button):hover {
  background: linear-gradient(135deg, #d90a08 0%, #b10605 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(196, 8, 6, 0.35);
  color: #fff;
}

/* pagination */
.ct-pagination {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ct-pagination .ct-hidden-sm {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ct-pagination .page-numbers {
  min-width: 48px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.ct-pagination .page-numbers svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.ct-pagination .page-numbers:hover {
  background: #e30613;
  border-color: #e30613;
  color: #fff;
}
.ct-pagination .page-numbers:hover svg {
  transform: translateX(4px);
}
.ct-pagination .page-numbers.current {
  background: #111;
  border-color: #111;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.ct-pagination .page-numbers.next, .ct-pagination .page-numbers.prev {
  padding: 0 24px;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .ct-pagination {
    gap: 10px;
  }
  .ct-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    font-size: 15px;
  }
  .ct-pagination .page-numbers.next, .ct-pagination .page-numbers.prev {
    padding: 0 18px;
  }
}
@media (max-width: 575px) {
  .ct-pagination {
    margin-top: 40px;
    justify-content: center;
  }
  .ct-pagination .ct-hidden-sm {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ct-pagination .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }
  .ct-pagination .page-numbers.next, .ct-pagination .page-numbers.prev {
    width: 100%;
    margin-top: 10px;
  }
}

[data-pagination=simple] .page-numbers.current,
[data-pagination=next_prev] .page-numbers.current {
  background: #e30613 !important;
  border-color: #e30613 !important;
  color: #fff;
}

.entry-summary .entry-title {
  line-height: 1.2;
}

.privacy-policy-section .privacy-policy {
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}
.privacy-policy-section .policy-item {
  margin-bottom: 60px;
}
.privacy-policy-section .policy-item:last-child {
  margin-bottom: 0;
}
.privacy-policy-section .policy-item h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
}
.privacy-policy-section .policy-item h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  border-radius: 10px;
  background: #e30613;
}
.privacy-policy-section .policy-item h3 {
  margin: 35px 0 15px;
}
.privacy-policy-section .policy-item p {
  margin-bottom: 20px;
}
.privacy-policy-section .policy-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.privacy-policy-section .policy-item ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
  color: #555;
}
.privacy-policy-section .policy-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e30613;
}
.privacy-policy-section .policy-item ul li strong {
  color: #111;
}
.privacy-policy-section .policy-sub-item {
  margin-top: 35px;
  padding: 30px;
  background: #fafafa;
  border-left: 4px solid #e30613;
  border-radius: 8px;
}
.privacy-policy-section .policy-sub-item h3 {
  margin-top: 0;
}
.privacy-policy-section .contact-box {
  margin-top: 25px;
  padding: 35px;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.privacy-policy-section .contact-box h3 {
  margin-top: 0;
  color: #111;
  font-size: 24px;
}
.privacy-policy-section .contact-box .contact-address {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-left: 5px solid #e30613;
  border-radius: 12px;
  transition: 0.3s ease;
}
.privacy-policy-section .contact-box .contact-address:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.privacy-policy-section .contact-box .contact-address .address-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.08);
}
.privacy-policy-section .contact-box .contact-address .address-icon i {
  font-size: 24px;
  color: #e30613;
}
.privacy-policy-section .contact-box .contact-address address strong {
  font-family: "Bebas Neue", Sans-serif;
  display: block;
  margin-bottom: 10px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
}
@media (min-width: 576px) and (max-width: 991px) {
  .privacy-policy-section .contact-box .contact-address {
    padding: 20px;
  }
  .privacy-policy-section .contact-box .contact-address address {
    font-size: 16px;
  }
  .privacy-policy-section .contact-box .contact-address address strong {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .privacy-policy-section .contact-box .contact-address {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 16px;
    padding: 18px;
  }
  .privacy-policy-section .contact-box .contact-address .address-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .privacy-policy-section .contact-box .contact-address .address-icon i {
    font-size: 20px;
  }
  .privacy-policy-section .contact-box .contact-address address {
    font-size: 15px;
  }
  .privacy-policy-section .contact-box .contact-address address strong {
    font-size: 18px;
  }
}
.privacy-policy-section .contact-box .contact-list {
  margin-top: 25px;
}
.privacy-policy-section .contact-box .contact-list li {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 0;
  padding-left: 0;
}
.privacy-policy-section .contact-box .contact-list li::before {
  display: none;
}
.privacy-policy-section .contact-box .contact-list li strong {
  min-width: 70px;
  color: #111;
}
.privacy-policy-section .contact-box .contact-list li a {
  color: #e30613;
  text-decoration: none;
  transition: 0.3s;
}
.privacy-policy-section .contact-box .contact-list li a:hover {
  color: #111;
}
@media (min-width: 576px) and (max-width: 991px) {
  .privacy-policy-section {
    /* padding: 60px 0; */
  }
  .privacy-policy-section .privacy-policy {
    padding: 40px;
  }
  .privacy-policy-section .policy-item h2 {
    font-size: 28px;
  }
  .privacy-policy-section .policy-item h3 {
    font-size: 22px;
  }
  .privacy-policy-section .policy-item p,
  .privacy-policy-section .policy-item ul li,
  .privacy-policy-section .policy-item address {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .privacy-policy-section {
    /* padding: 40px 0; */
  }
  .privacy-policy-section .privacy-policy {
    padding: 25px;
    border-radius: 8px;
  }
  .privacy-policy-section .policy-item {
    margin-bottom: 45px;
  }
  .privacy-policy-section .policy-item h2 {
    font-size: 24px;
  }
  .privacy-policy-section .policy-item h3 {
    font-size: 20px;
  }
  .privacy-policy-section .policy-item p,
  .privacy-policy-section .policy-item ul li,
  .privacy-policy-section .policy-item address {
    font-size: 15px;
    line-height: 1.8;
  }
  .privacy-policy-section .policy-item ul li {
    padding-left: 24px;
  }
  .privacy-policy-section .policy-item ul li::before {
    width: 8px;
    height: 8px;
  }
  .privacy-policy-section .policy-sub-item,
  .privacy-policy-section .contact-box {
    padding: 20px;
  }
  .privacy-policy-section .contact-list li {
    flex-direction: column;
    gap: 5px;
  }
  .privacy-policy-section .contact-list li strong {
    min-width: auto;
  }
}

.terms-section .terms-container {
  max-width: 1200px;
  margin: 0 auto;
}
.terms-section .terms-item {
  margin-bottom: 50px;
}
.terms-section .terms-item h2 {
  margin-bottom: 20px;
  border-left: 5px solid #E30613;
  padding-left: 15px;
}
.terms-section .terms-item ul {
  margin: 0;
  padding-left: 22px;
}
.terms-section .terms-item ul li {
  margin-bottom: 18px;
  color: #555;
}
.terms-section .terms-item ul li strong {
  color: #111;
}
@media (min-width: 576px) and (max-width: 991px) {
  .terms-section .terms-item h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .terms-section .terms-item h2 {
    font-size: 1.35rem;
  }
  .terms-section .terms-item ul li {
    font-size: 0.95rem;
  }
}

/* FAQ */
.faq-section {
  padding: 0;
  /* background: #f8fafc; */
}
.faq-section .section-heading {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
}
.faq-section .section-heading span {
  color: #E30613;
  text-transform: uppercase;
  font-weight: 500;
}
.faq-section .section-heading h2 {
  margin: 15px 0;
  font-size: 42px;
  color: #111;
}
.faq-section .section-heading p {
  color: #666;
  line-height: 1.8;
}
.faq-section .faq-group {
  margin-bottom: 50px;
}
.faq-section .faq-group-title {
  margin-bottom: 20px;
}
.faq-section .faq-group-title h3 {
  font-size: 28px;
  color: #111;
  padding-left: 18px;
  border-left: 5px solid #E30613;
}
.faq-section .faq-item {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ececec;
  overflow: hidden;
  transition: 0.3s;
}
.faq-section .faq-item:hover {
  border-color: #E30613;
}
.faq-section .faq-item .faq-question {
  width: 100%;
  padding: 22px 28px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #111;
  text-align: left;
}
.faq-section .faq-item .faq-question span {
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
}
.faq-section .faq-item .faq-question span::before, .faq-section .faq-item .faq-question span::after {
  content: "";
  position: absolute;
  background: #E30613;
  transition: 0.3s;
}
.faq-section .faq-item .faq-question span::before {
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
}
.faq-section .faq-item .faq-question span::after {
  width: 2px;
  height: 18px;
  left: 8px;
  top: 0;
}
.faq-section .faq-item .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.35s ease;
}
.faq-section .faq-item .faq-answer p {
  overflow: hidden;
  margin: 0;
  padding: 0 28px;
  line-height: 1.8;
  color: #666;
}
.faq-section .faq-item.active {
  border-color: #E30613;
}
.faq-section .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}
.faq-section .faq-item.active .faq-answer p {
  padding: 0 28px 24px;
}
.faq-section .faq-item.active .faq-question span::after {
  transform: scaleY(0);
}
@media (min-width: 576px) and (max-width: 991px) {
  .faq-section {
    padding: 70px 0;
  }
  .faq-section .section-heading h2 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .faq-section {
    padding: 50px 0;
  }
  .faq-section .section-heading h2 {
    font-size: 28px;
  }
  .faq-section .faq-group-title h3 {
    font-size: 22px;
  }
  .faq-section .faq-question {
    font-size: 16px !important;
    padding: 18px 20px !important;
  }
  .faq-section .faq-answer p {
    padding: 0 20px 18px !important;
  }
}

/* About */
.about-company .about-header {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
}
.about-company .about-header .subtitle {
  display: inline-block;
  margin-bottom: 15px;
  color: #e30613;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-company .about-header h2 {
  margin-bottom: 20px;
  color: #111;
  font-size: 52px;
  line-height: 1.2;
}
.about-company .about-header p {
  max-width: 760px;
  margin: 0 auto;
  color: #666;
  font-size: 18px;
  line-height: 1.9;
}
.about-company .about-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
.about-company .about-grid .about-story {
  padding: 45px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}
.about-company .about-grid .about-story h3 {
  margin-bottom: 25px;
  color: #111;
  font-size: 32px;
}
.about-company .about-grid .about-story p {
  color: #666;
  font-size: 17px;
  line-height: 2;
}
.about-company .about-grid .about-stats {
  display: grid;
  gap: 20px;
}
.about-company .about-grid .about-stats .stat {
  padding: 30px;
  background: #111;
  border-radius: 18px;
  text-align: center;
  transition: 0.35s;
}
.about-company .about-grid .about-stats .stat:hover {
  background: #e30613;
  transform: translateY(-5px);
}
.about-company .about-grid .about-stats .stat h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 36px;
}
.about-company .about-grid .about-stats .stat span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}
.about-company .mission-vision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-bottom: 90px;
}
.about-company .mission-vision .card {
  position: relative;
  padding: 45px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}
.about-company .mission-vision .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #e30613;
}
.about-company .mission-vision .card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #e30613;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-company .mission-vision .card h3 {
  margin-bottom: 18px;
  color: #111;
  font-size: 30px;
}
.about-company .mission-vision .card p {
  color: #666;
  line-height: 1.9;
}
.about-company .why-extra-weld {
  margin-bottom: 90px;
}
.about-company .why-extra-weld .section-title {
  margin-bottom: 45px;
  text-align: center;
}
.about-company .why-extra-weld .section-title h2 {
  color: #111;
  font-size: 42px;
}
.about-company .why-extra-weld .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.about-company .why-extra-weld .feature-grid .feature {
  padding: 35px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #ececec;
  transition: 0.35s;
}
.about-company .why-extra-weld .feature-grid .feature:hover {
  border-color: #e30613;
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}
.about-company .why-extra-weld .feature-grid .feature h4 {
  margin-bottom: 15px;
  color: #111;
  font-size: 22px;
}
.about-company .why-extra-weld .feature-grid .feature p {
  color: #666;
  line-height: 1.8;
}
.about-company .industry-strip {
  padding: 60px;
  margin-bottom: 80px;
  background: #111;
  border-radius: 24px;
  text-align: center;
}
.about-company .industry-strip h3 {
  margin-bottom: 35px;
  color: #fff;
  font-size: 34px;
}
.about-company .industry-strip ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-company .industry-strip ul li {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
}
.about-company .industry-strip ul li:hover {
  background: #e30613;
  border-color: #e30613;
}
.about-company .about-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  padding: 55px 60px;
  background: linear-gradient(135deg, #111, #2b2b2b);
  border-radius: 24px;
}
.about-company .about-cta h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
}
.about-company .about-cta p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
}
.about-company .about-cta .cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 230px;
}
.about-company .about-cta .cta-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: 56px;
  padding: 0 30px;
  border-radius: 50px;
  background: #e30613;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.35s;
}
.about-company .about-cta .cta-buttons a:hover {
  background: #fff;
  color: #111;
}
.about-company .about-cta .cta-buttons a:last-child {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.about-company .about-cta .cta-buttons a:last-child:hover {
  border-color: #fff;
  background-color: #fff;
}
@media (min-width: 576px) and (max-width: 991px) {
  .about-company .about-header h2 {
    font-size: 42px;
  }
  .about-company .about-grid,
  .about-company .mission-vision,
  .about-company .why-extra-weld .feature-grid,
  .about-company .about-cta {
    grid-template-columns: 1fr;
    display: grid;
  }
  .about-company .about-cta {
    text-align: center;
  }
  .about-company .about-cta .cta-buttons {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .about-company .about-header h2 {
    font-size: 32px;
  }
  .about-company .about-header p {
    font-size: 16px;
  }
  .about-company .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-company .about-grid .about-story {
    padding: 30px;
  }
  .about-company .mission-vision {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-company .mission-vision .card {
    padding: 30px;
  }
  .about-company .mission-vision .card h3 {
    font-size: 24px;
  }
  .about-company .why-extra-weld .section-title h2 {
    font-size: 30px;
  }
  .about-company .why-extra-weld .feature-grid {
    grid-template-columns: 1fr;
  }
  .about-company .industry-strip {
    padding: 35px 20px;
  }
  .about-company .industry-strip h3 {
    font-size: 26px;
  }
  .about-company .about-cta {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 30px;
    padding: 35px 25px;
  }
  .about-company .about-cta h2 {
    font-size: 28px;
  }
  .about-company .about-cta .cta-buttons {
    flex-direction: column;
  }
  .about-company .about-cta .cta-buttons a {
    width: 100%;
  }
}

/* contact us */
.wpcf7 .contact-us-form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.wpcf7 .contact-us-form .contact-us-form-field:last-of-type {
  grid-column: 1/-1;
}
.wpcf7 .contact-us-form .contact-us-form-field p {
  margin: 0;
}
.wpcf7 .contact-us-form .contact-us-form-field .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .contact-us-form .contact-us-form-field input,
.wpcf7 .contact-us-form .contact-us-form-field textarea {
  width: 100%;
  padding: 16px 22px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease;
  outline: none;
  box-sizing: border-box;
}
.wpcf7 .contact-us-form .contact-us-form-field input::placeholder,
.wpcf7 .contact-us-form .contact-us-form-field textarea::placeholder {
  color: #8b8b8b;
}
.wpcf7 .contact-us-form .contact-us-form-field input:focus,
.wpcf7 .contact-us-form .contact-us-form-field textarea:focus {
  border-color: #e30613;
  box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.12);
}
.wpcf7 .contact-us-form .contact-us-form-field textarea {
  min-height: 180px;
  resize: vertical;
}
.wpcf7 .contact-us-form .contact-us-form-submit {
  grid-column: 1/-1;
}
.wpcf7 .contact-us-form .contact-us-form-submit p {
  margin: 0;
}
.wpcf7 .contact-us-form .contact-us-form-submit .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 58px;
  padding: 0 40px;
  border: none;
  border-radius: 50px;
  background: #e30613;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.35s;
}
.wpcf7 .contact-us-form .contact-us-form-submit .wpcf7-submit:hover {
  background: #111;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}
.wpcf7 .contact-us-form .contact-us-form-submit .wpcf7-submit:active {
  transform: translateY(0);
}
.wpcf7 .contact-us-form .contact-us-form-submit .wpcf7-spinner {
  margin-left: 15px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 8px;
  color: #e30613;
  font-size: 14px;
  font-weight: 500;
}
.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 500;
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #e8f7ed;
  border: 1px solid #2e9b52;
  color: #2e9b52;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  background: #fff1f1;
  border: 1px solid #e30613;
  color: #e30613;
}
@media (min-width: 576px) and (max-width: 991px) {
  .wpcf7 .contact-us-form {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .wpcf7 .contact-us-form {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .wpcf7 .contact-us-form .contact-us-form-field {
    grid-column: auto !important;
  }
  .wpcf7 .contact-us-form .contact-us-form-submit .wpcf7-submit {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
