/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/************ Custom Product archive Start  ***************/

.products-section {
	position: relative;
	padding: 50px 0;
/* 	background-color: #0a0a0a; */
	color: white;
	overflow: hidden;
}

.pattern-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
		linear-gradient(45deg, transparent 48%, rgba(74, 144, 226, 0.05) 49%, rgba(74, 144, 226, 0.05) 51%, transparent 52%);
	background-size: 100px 100px;
	opacity: 0.8;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.section-title span {
	color: #cc0000;
}

.section-subtitle {
	text-align: center;
	color: #aaa;
	margin-bottom: 50px;
	font-size: 1.1rem;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.product-card {
	background: rgba(20, 20, 20, 0.7);
	border-radius: 15px;
	padding: 25px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(5px);
}

.product-card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgb(1 2 45 / 30%) 0%, transparent 70%);
	transform: scale(0);
	transition: transform 0.6s ease;
	opacity: 0;
}

.product-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
	border-color: rgba(74, 144, 226, 0.3);
}

.product-card:hover::before {
	transform: scale(1);
	opacity: 1;
}

.product-image {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
	transform: scale(1.05);
}

.product-title {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #f5f5f5;
}

.product-desc {
	color: #bbb;
	margin-bottom: 25px;
	line-height: 1.6;
}

.know-more-btn {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	z-index: 5;
	position: relative;
	padding: 5px 20px;
	border-radius: 10px;
	border: 1px solid #fff;
}

.know-more-btn i {
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.know-more-btn:hover {
	color: #cc0000;
	background-color: #fff;
}

.know-more-btn:hover i {
	transform: translateX(5px);
}

@media (max-width: 768px) {
	.products-grid {
		grid-template-columns: 1fr;
	}

	.section-title {
		font-size: 2rem;
	}

	.product-image {
		height: 180px;
	}
}
/**************** Custome archive product End *****************/








/**************** Custome Single Start *****************/
body.custom_products-template-default #main-content.container{
	max-width:unset !important;
	padding:0px;
}
.page-header {
    position: relative;
    display: block;
    padding: 170px 0px 70px;
    z-index: 1;
}

.product_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-color: #01022d;
}

.page-header__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(34 36 41 / 40%);
    content: "";
    z-index: 0;
}

.page-header__inner h2 {
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
}

.page-header__inner .thm-breadcrumb {
    position: relative;
    display: block;
}

.page-header__inner .thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}


.steel-product-section {
    position: relative;
    padding: 80px 0;
    background-color: #000;
    color: white;
    overflow: hidden;
}

.geometric-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #01032E 25%, transparent 25%) -50px 0, linear-gradient(-45deg, #01032E 25%, transparent 25%) -50px 0, linear-gradient(45deg, transparent 75%, #01032E 75%), linear-gradient(-45deg, transparent 75%, #01032E 75%);
    background-size: 100px 100px;
    opacity: 0.15;
}


.product-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.product-gallery {
    position: relative;
}

.main-image-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-product-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(204, 0, 0, 0.1) 0%, rgba(1, 3, 46, 0.3) 100%);
}

.product-specs {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
}

.specs-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.specs-header h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.spec-card {
    background: rgba(1, 3, 46, 0.3);
    border-radius: 8px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-left: 3px solid #CC0000;
}

.spec-name {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.spec-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 1.5rem;
}


.spec-value {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}


.specs-cta {
    text-align: center;
    margin-top: 40px;
	margin-bottom:40px;
}

.specs-download-btn {
    display: inline-flex;
    align-items: center;
    background: #CC0000;
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}





/* FAQ */

.faq-one__content {
    position: relative;
    display: block;
    width: 100%;
}

.faq-one__content .sec-title {
    padding-bottom: 0px;
}





.sec-title .sub-title h3 {
    color: #d6000f;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}


.sec-title .sub-title .round-one {
    position: absolute;
    top: 10px;
    left: -25px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    border: 2px solid #000099;
;
    margin: 0px auto;
}

.sec-title .sub-title .round-one::before {
    position: absolute;
    top: 3px;
    left: -32px;
    width: 25px;
    height: 2px;
    content: "";
    background:#000099;
}

.sec-title .sub-title .round-two::before {
    position: absolute;
    top: 3px;
    right: -32px;
    width: 25px;
    height: 2px;
    content: "";
    background: #000099;
}

.sec-title .sub-title .round-two {
    position: absolute;
    top: 10px;
    right: -25px;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 50%;
    border: 2px solid #000099;
    margin: 0px auto;
}


.faq-one__accordion {
    position: relative;
    display: block;
    margin-top: 30px;
}

.accordion-box {
    position: relative;
    display: block;
	padding-left:0px;
}

.accordion-box .block {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px 0px;
    transition: 500ms;
    background: rgb(255, 255, 255);
    border-radius: 8px;
}


.accordion-box .block .acc-btn.active {
    padding-bottom: 19px;
}

.accordion-box .block .acc-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-top: 23px;
    padding-left: 40px;
    padding-bottom: 22px;
    padding-right: 40px;
    transition: 500ms;
}


.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-top: 0px;
    padding-left: 40px;
    padding-bottom: 39px;
    padding-right: 40px;
}


.accordion-box .block .acc-content.current {
    display: block;
}


.accordion-box .block .acc-btn.active h3 {
    color: rgb(204, 0, 0);
    font-weight: 600;
    font-family: Outfit;
    font-size: 18px;
}

.accordion-box .block .acc-content p {
    color: #1a1919;;
    line-height: 28px;
    font-weight: 300;
    margin: 0px;
}


/************* Type of bar *************/

 .bars-types-section {
   background: #111;
   padding: 2.5rem 0 2rem 0;
   border-radius: 18px;
   margin-bottom: 2.5rem;
   box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.18);
   overflow: hidden;
   position: relative;
 }

 .bars-types-container {
   display: flex;
   flex-direction: column;
   gap: 2.5rem;
   align-items: center;
   z-index: 1;
   position: relative;
 }

 .bars-type-card {
   background: rgba(20, 20, 20, 0.98);
   border-radius: 14px;
   box-shadow: 0 2px 16px 0 rgba(204, 0, 0, 0.08);
   overflow: hidden;
   width: 90%;
   max-width: 900px;
   min-width: 260px;
   transition: transform 0.35s cubic-bezier(.4, 2, .6, 1), box-shadow 0.3s;
   cursor: pointer;
   position: relative;
   border: 2px solid transparent;
   display: flex;
   align-items: stretch;
   justify-content: space-between;
   flex-direction: row;
   gap: 0;
 }

 .bars-type-card.reverse {
   flex-direction: row-reverse;
 }

 .bars-type-card:hover {
   transform: scale(1.02);
   box-shadow: 0 8px 32px 0 rgba(204, 0, 0, 0.18);
   border-color: #cc0000;
 }

 .bars-type-img {
   width: 44%;
   min-width: 160px;
   max-width: 340px;
   /* height: 210px; */
   overflow: hidden;
   background: #222;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
 }

 .bars-type-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.5s cubic-bezier(.4, 2, .6, 1);
   filter: grayscale(0.2) brightness(0.92);
 }

 .bars-type-card:hover .bars-type-img img {
   transform: scale(1.08) rotate(1deg);
   filter: grayscale(0) brightness(1.05) drop-shadow(0 0 8px #cc0000aa);
 }

 .bars-type-content {
   flex: 1 1 0;
   padding: 1.3rem 1.2rem 1.1rem 1.2rem;
   color: #e0e0e0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   transition: color 0.3s;
 }

 .bars-type-card:hover .bars-type-content {
   color: #fff;
 }

 .bars-type-content h3 {
   color: #cc0000;
   font-size: 1.35rem;
   margin-bottom: 0.8rem;
   font-weight: 700;
   letter-spacing: 0.01em;
   text-shadow: 0 2px 8px #000a;
   transition: color 0.3s;
 }

 .bars-type-content ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .bars-type-content ul li {
   position: relative;
   padding-left: 1.7em;
   margin-bottom: 0.7em;
   font-size: 1.04rem;
   line-height: 1.6;
 }

 .bars-type-content ul li:before {
   content: '';
   position: absolute;
   left: 0.3em;
   top: 0.7em;
   width: 0.7em;
   height: 0.7em;
   background: linear-gradient(135deg, #cc0000 0%, #5f1219 100%);
   border-radius: 50%;
   box-shadow: 0 1px 4px rgba(204, 0, 0, 0.13);
   display: inline-block;
   transition: background 0.3s;
 }

 .bars-type-card:hover .bars-type-content ul li:before {
   background: linear-gradient(135deg, #fff 0%, #cc0000 100%);
 }

 /* Animated background highlight */
 .bars-types-section:before {
   content: '';
   position: absolute;
   left: -80px;
   top: -80px;
   width: 220px;
   height: 220px;
   background: radial-gradient(circle at 60% 40%, #cc0000 0%, transparent 70%);
   opacity: 0.13;
   z-index: 0;
   animation: bars-bg-move 7s linear infinite alternate;
 }

 @keyframes bars-bg-move {
   0% {
     left: -80px;
     top: -80px;
   }

   100% {
     left: 60%;
     top: 60%;
   }
 }

 @media (max-width: 900px) {

   .bars-type-card,
   .bars-type-card.reverse {
     flex-direction: column !important;
     width: 98%;
     max-width: 500px;
     margin: 0 auto;
   }

   .bars-type-img {
     width: 100%;
     max-width: 100%;
     height: 160px;
   }

   .bars-type-content {
     padding: 1rem 0.7rem 0.8rem 0.7rem;
   }
 }

 @media (max-width: 600px) {
   .bars-types-section {
     padding: 1.2rem 0 1rem 0;
     border-radius: 10px;
   }

   .bars-type-img {
     height: 120px;
   }

   .bars-type-content h3 {
     font-size: 1.1rem;
   }

   .bars-type-content ul li {
     font-size: 0.98rem;
   }
 }


/************* Type of bar *************/

/* Application */
.main-product-image {
  height: 270px !important;
  object-fit: cover;
}

.steel-key-attributes-section {
  background: #11111194;
  padding: 1.5rem;
  color: #fff;
  margin-bottom: 30px;
}

.steel-key-attributes h2 {
  color: #fff;
  margin-bottom: 20px;
}

.steel-key-attributes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steel-key-attributes ul li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 1.1em;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #e0e0e0;
}

.steel-key-attributes ul li:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 0.4em;
  width: 0.8em;
  height: 0.8em;
  background: linear-gradient(135deg, #cc0000 0%, #5f1219 100%);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: inline-block;
}

.steel-key-attributes ul li strong {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 700px) {
  .steel-key-attributes-section {
    padding: 1.5rem 0 1rem 0;
  }

  .steel-key-attributes h2 {
    font-size: 1.3rem;
  }

  .steel-key-attributes ul li {
    font-size: 1rem;
    padding-left: 1.7em;
  }

  .steel-key-attributes ul li:before {
    width: 0.6em;
    height: 0.6em;
    left: 0.2em;
    top: 0.7em;
  }
}
/* Application */


/* Tab section */

  .dim-note {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #1a1a1a;
  }

.dim-note p{
	margin-bottom: 0px !important;
}


table{
	color: #040404;
}

  .dimension-table {
    background: #101010;
    position: relative;
    padding: 48px 0 32px 0;
    overflow: hidden;
  }

  .dimension-table-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
/*     background: repeating-linear-gradient(135deg,
        rgba(71, 71, 71, 0.07) 0px,
        rgba(65, 65, 65, 0.07) 2px,
        transparent 2px,
        transparent 24px); */
  }

  .dimension-table tbody {
    background-color: #cfd0eb;
  }

  .dimension-table-title {
    color: #fff;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .dimension-table-responsive {
    max-height: 480px;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
    background: #000;
    position: relative;
    z-index: 2;
    scrollbar-width: thin;
    scrollbar-color: #cc0000 rgba(255, 255, 255, 0.05);
  }

  .dimension-table-responsive::-webkit-scrollbar {
    width: 10px;
    background: transparent;
  }

  .dimension-table-responsive::-webkit-scrollbar-thumb {
    background: #cc0000;
    border-radius: 8px;
    opacity: 0.7;
  }

  .dimension-table-responsive::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
  }

  .dimension-table-table {
    width: 100%;
    min-width: 500px;
    background: #000;
    border-radius: 12px;
	color: #040404;
  }

  .dimension-table-table th,
  .dimension-table-table td {
    text-align: center;
    vertical-align: middle;
    border: none;
    font-size: 15px;
    padding: 10px 8px;
    transition: background 0.2s, color 0.2s;
  }

  .dimension-table-table thead {
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .dimension-table-table thead th {
    background: #cc0000;
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    /* Remove the sticky positioning from here */
  }

  .dimension-table-table tbody tr {
    border-bottom: 1px solid #222;
  }

  .dimension-table-table tbody tr:hover {
    background: rgb(0, 0, 0);
    color: #fff;
  }

  @media (max-width: 767px) {

    .dimension-table-table th,
    .dimension-table-table td {
      font-size: 13px;
      padding: 8px 4px;
    }

    .dimension-table-responsive {
      min-width: 0;
      max-height: 450px;
      overflow-x: scroll;
    }

    .dimension-table-table {
      min-width: 800px;
    }
  }

  @media (max-width: 480px) {

    .dimension-table-table th,
    .dimension-table-table td {
      font-size: 12px;
      padding: 6px 2px;
    }

    .dimension-table-responsive {
      max-height: 450px;
       overflow-x: scroll;
    }

    .dimension-table-table {
      min-width: 800px;
    }
  }

  .dimension-tabs {
    margin: 0 auto 2.5rem auto;
    /* max-width: 900px; */
    background: transparent;
  }

  .dimension-tabs-nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .dimension-tab-btn {
    background: #222;
    color: #fff;
    border: none;
    outline: none;
    padding: 0.7rem 2.2rem;
    font-size: 1.08rem;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    letter-spacing: 0.01em;
  }

  .dimension-tab-btn.active,
  .dimension-tab-btn:hover {
    background: #cc0000;
    color: #fff;
  }

  .dimension-tabs-content {
    background: transparent;
  }

  .dimension-tab-pane {
    display: none;
    animation: fadeInTab 0.4s;
  }

  .dimension-tab-pane.active {
    display: block;
  }

  @keyframes fadeInTab {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 600px) {
    .dimension-tab-btn {
      padding: 0.6rem 1.1rem;
      font-size: 0.98rem;
    }
  }

.dim-note {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    color: #1a1a1a;
	background:#fff;
}



@media (max-width: 992px) {
    .product-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .product-specs {
        padding: 25px;
    }
	

	.dimension-tabs-nav {
        overflow-x: auto;
        padding-left: 60px;
        padding-right: 30px;
        padding-bottom: 10px;
    }
}


@media (max-width: 400px) {
	.dimension-tabs-nav {
        padding-left: 95px;
		 padding-right: 10px;
    }
}


.specs-download-btn:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(204, 0, 0, 0.3);
}


.thm-btn {
    position: relative;
    display: inline-block;
    border-radius: 27px;
    padding: 0px 35px 0px;
    line-height: 55px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: #d6000f;
    overflow: hidden;
    font-family: var(--thm-font);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0.1s;
}

.thm-btn:hover, .thm-btn:focus {
    color: #ffffff;
}

.dimension-tab-btn:empty {
    display: none;
}


@media screen and (max-width: 768px) {
	
	.steel-key-attributes-section container{
		padding:0px !important;
	}
	
  .accordion-box li h3 {
    font-size: 18px;
  }
}


/**************** Custome Single End *****************/












/*********** Pagination Css Start *********/

.custom-pagination{
    margin-top:50px;
    text-align:center;
}

.custom-pagination ul{
    display:inline-flex;
    flex-wrap:wrap;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

.custom-pagination li{
    list-style:none;
}

.custom-pagination a,
.custom-pagination span{
    display:block;
    padding:10px 16px;
    border:1px solid #ddd;
    text-decoration:none;
	color:#fff !important;
}

.custom-pagination .current{
    background:#000;
    color:#fff;
    border-color:#000;
}

/*********** Pagination Css End *********/