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

.whb-main-header .container {
    max-width: 1340px;
}

.page-id-16686 li#menu-item-17425 a {
    color: #fff !important;
}
span.required-red {
    color: #F00;
}
/* span.dnd-upload-counter {
    display: none;
} */

.home-products-tabs img,
.product-element-top.wd-quick-shop img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.home-slider img.swiper-slide-image {
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.service-card h2 {
    text-shadow: 0px 0 55px #000000;
}
.promo-banner.wd-with-link .wrapper-content-banner {
    background: linear-gradient(to bottom, rgb(0 0 0 / 75%) 20%, rgba(0, 0, 0, 0) 100%);
}

.error404 .page-header {
    margin-top: 150px;
}

/* Header */
.whb-main-header {
    background: linear-gradient(to bottom, rgb(0 0 0 / 57%) 20%, rgb(0 0 0 / 1%) 100%);
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #000;
}
ul.wd-nav-product-cat.wd-active.wd-nav.wd-gap-m.wd-style-underline.has-product-count.wd-mobile-accordion {
    display: none;
}
/* li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    display: none;
} */

/* Calculator */

.calform-row {
    display: flex;
    gap: 24px;
}

.calform-row .calform-column {
    flex: 1;
}

.calform-row .calform-column input, .calform-row .calform-column select {
    color: #333;
}
.calform-row .calform-column input::placeholder {
    color: #767676;
}

.form-table {
    margin-top: 24px;
    border: 1px solid rgba(0, 0, 0, 0.105);
    border-radius: 30px;
     margin-bottom: 30px;
}

.form-table table {
    margin: 0;
}

.form-table table tr th, .form-table table tr td {
    color: #000;
}

.form-table table tr:last-child td {
    border-bottom: none;
}

.form-table table tr th:first-child,.form-table table tr td:first-child {
    padding-left: 24px;
}

.form-price {
    text-align: right;
    font-size: 15px;
    line-height: 22px;
}

.form-price p {
    margin-bottom: 16px;
}

.form-price strong {
    color: #000;
    font-weight: 500;
}

.form-price .total-quote {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

.form-price .total-quote strong {
    font-weight: 600;
}

.form-action {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin: 24px 0 0;
}

.form-action button {
    border-radius: 50px;
}

.form-action button[disabled] {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    background: #D15E0D;
}

span#total_price, span#gst, span#total_quote {
    color: #000;
}

/* -------- Checkbox css -------- */

/* Hide the default checkbox */
.product-checkbox {
    display: none;
}
/* Custom label for the checkbox */
.checkbox-label {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin: 0;
}
/* Custom checkmark design when checkbox is checked */
.checkbox-label::before {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 4px;
    width: 11px;
    height: 6px;
    margin: auto;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    box-sizing: border-box;
}
/* Background color for the checked state */
.product-checkbox:checked + .checkbox-label, .proselect-checkbox:checked + .checkbox-label{
    background-color: #d15e0d;
    border-color: #d15e0d;
}
.product-checkbox:checked + .checkbox-label:before, .proselect-checkbox:checked + .checkbox-label:before{
    display: block;
}

.from-tbl-th-checkbox label {
    margin: 0;
}
.from-tbl-th-checkbox {
    position: relative;
}
.from-tbl-th-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.codedropz-upload-inner h3 {
    font-size: 17px;
}

@media (max-width: 575px) {
    .calform-row {
        flex-direction: column;
        gap: 18px;
    }
    .error404 .page-header {
        margin-top: 100px;
    }
}

.post-image-mask {
    display: none;
}
a.recent-posts-comment {
    display: none;
}

.table-special {
    margin-top: 24px;
    border: 1px solid rgba(0, 0, 0, 0.105);
    border-radius: 30px;
}
.table-special table {
    margin: 0;
}
.table-special table tr td {
    color: #333;
}
.table-special table tr:last-child td {
    border-bottom: none;
}
.table-special table tr th:first-child,.table-special table tr td:first-child {
    padding: 12px 24px;
}

.dynamic-schedule-wrapper {
    margin-top: 24px;
    border: 1px solid rgba(0, 0, 0, 0.105);
    border-radius: 30px;
}
.dynamic-schedule-wrapper table {
    margin: 0;
}
.dynamic-schedule-wrapper table tr:last-child td {
    border-bottom: none;
}
.dynamic-schedule-wrapper table tr th:first-child,.dynamic-schedule-wrapper table tr td:first-child {
    padding: 12px 20px;
}
.dynamic-schedule {
    color: #444444;
    font-size: 16px;
    line-height: normal;
}
.schedule-today {
    font-weight: bold;
    color: #707070;
}

.wd-meta-author, .wd-meta-reply {
    display: none;
}
.wd-notice.wd-success, .wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message,
.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
	    border-radius: 35px;
}


td.product-price {
    width: 190px;
	min-width: 190px;
}
@media (max-width: 575px) {
	td.product-price {
		width: 100px;
		min-width: 100px;
	}
}
.phone-error {
    color: #767676;
}
.table-special.cl-black td {
    color: #000 !important;
}


/* ----- July 11 - DVCODE ----- */

.bas-benefits, .dsp {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.bas-benefits ul, .dsp ul {
  flex: 1;
  list-style: none; /* remove default bullets */
  padding-left: 0;
  line-height: 1.8;
  margin: 0;
}

.bas-benefits li, .dsp li {
  position: relative;
  font-size: 16px;
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
}

.bas-benefits li {
  color: #c7622ae0;
}

.dsp li {
  color: #767676;
}

.bas-benefits li::before, .dsp li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.bas-benefits li::before {
  background-color: #C7621A;
}

.dsp li::before {
  background-color: #767676;
}

@media (max-width: 768px) {
  .bas-benefits, .dsp {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .bas-benefits, .dsp {
    flex-direction: column;
	gap: 1rem;
  }
}

/* ---- Our Solutions | Swiper Slider CSS ---- */

.custom-swiper-container {
	position: relative;
}
.custom-swiper-container .swiper-wrapper {
	display: flex;
}
.custom-swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
}
.custom-swiper-container .slide-box {
	position: relative;
}
.custom-swiper-container .slide-box img {
	width: 100%;
	height: auto;
}
.custom-swiper-container .slide-box h2 {
	font-family: 'Ubuntu';
	position: absolute;
	color: white;
	font-size: 38px;
	text-shadow: 2px 2px 5px rgb(0 0 0 / 22%);
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 0;
	z-index: 1;
	padding: 24px;
	right: 0;
	left: 0;
}
.custom-swiper-container .swiper-slide.slide-1 h2 {
	top: 0;
}
.custom-swiper-container .swiper-slide.slide-2 h2 {
	bottom: 0;
}
.custom-swiper-container .swiper-slide.slide-3 h2 {
	top: 0;
	bottom: 0;
	align-items: center;
	display: flex;
}
.custom-swiper-container .swiper-slide.slide-4 h2 {
	bottom: 0;
}
.custom-swiper-container .swiper-slide.slide-5 h2 {
	top: 0;
	bottom: 0;
	align-items: center;
	display: flex;
}
.custom-swiper-container .swiper-slide.slide-6 h2 {
	top: 0;
}

/* ---- Clients Logos | Swiper Slider CSS ---- */

.client-custom-swiper .swiper-slide img {
    border: 1px solid #f1f1f1;
    border-radius: 20px 0 20px 0;
    padding-left: 10px;
    padding-right: 10px;
}


.blog-design-masonry .post-title {
    font-family: "Manrope3", Sans-serif;
    font-size: 20px !important;
    font-weight: 400;
}



/* Main container for all cards */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between cards */
}

/* Card styling */
.card {
  position: relative;
  display: block;
  width: 100%; /* Default 100% width */
  box-sizing: border-box;
}

/* First Row (3 cards with equal width of 33.33%) */
.card:nth-child(1),
.card:nth-child(2),
.card:nth-child(3) {
  flex: 0 0 33.33%; /* Set width to 33.33% for each card */
}

/* Second Row (2 cards with 33.33% and 66.66% width) */
.card:nth-child(4) {
  flex: 0 0 33.33%; /* 33.33% width */
}

.card:nth-child(5) {
  flex: 0 0 66.66%; /* 66.66% width */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card {
    flex: 0 0 100%; /* Stack all cards on smaller screens */
  }
}

/* Card image styles */
.card img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
}

/* Card content styling */
.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #FFFFFF00 50%, #242424 100%);
}

.card-content h3, .card-content .arrow {
  color: #fff;
  font-family: "Manrope3", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.card-content .arrow {
  margin-left: 10px;
  width: 20px;
  height: auto;
  transition: transform 0.3s ease;
}

.card:hover .card-content {
  background-image: linear-gradient(180deg, #FFFFFF00 40%, #242424 100%);
}

.card:hover .card-content .arrow {
  transform: translateX(10px);
}



/* ------------------------------------------------------------------------------- */


/* --- TPC Finance Form Styles --- */

/* Main Container */
.tpc-finance-form-container {
	font-family: "Manrope3", Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin: 20px auto;
}

/* Header with Logo */
.tpc-finance-form-container .form-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.tpc-finance-form-container .form-header h2 {
    font-size: 1.4em;
    color: #333;
    margin: 0 0 5px 0;
}

.tpc-finance-form-container .form-header p {
    margin: 0;
    font-weight: bold;
    color: #555;
}


/* Fieldset and Legend Styling */
.tpc-finance-form-container fieldset {
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}

.tpc-finance-form-container fieldset legend {
    font-weight: bold;
    color: #707070;
    padding: 0 10px;
    font-size: 1.2em;
    margin-left: 10px;
}

/* Grid layout for fields */
.tpc-finance-form-container .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
}

.tpc-finance-form-container .grid-item.full-width {
    grid-column: 1 / -1;
}

/* Labels */
.tpc-finance-form-container label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 0.9em;
    color: #444;
}

/* Input Fields */
/* .tpc-finance-form-container input[type="text"],
.tpc-finance-form-container input[type="email"],
.tpc-finance-form-container input[type="tel"],
.tpc-finance-form-container input[type="date"],
.tpc-finance-form-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
} */

/* .tpc-finance-form-container input:focus,
.tpc-finance-form-container textarea:focus {
    border-color: #004a99;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 74, 153, 0.3);
} */

/* Checkbox Styling */
.tpc-finance-form-container .wpcf7-list-item {
    margin: 0;
}
.tpc-finance-form-container input[type="checkbox"] {
    margin-right: 8px;
}


/* Signature Pad Styling */
.tpc-finance-form-container .wpcf7-form-control.digital-signature-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}

/* Informational Box */
.tpc-finance-form-container .info-box {
    background-color: #ffffff;
    border-left: 5px solid #d1d1d1;
    padding: 15px;
    margin: 20px 0;
    font-size: 0.9em;
    border-radius: 4px;
}

.tpc-finance-form-container .info-box p {
    margin: 0 0 10px 0;
}
.tpc-finance-form-container .info-box p:last-child {
    margin-bottom: 0;
}

/* Submit Button */
.tpc-finance-form-container .submit-button-wrapper {
    text-align: right;
}

.tpc-finance-form-container input[type="submit"] {
    background-color: #0056b3;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.tpc-finance-form-container input[type="submit"]:hover {
    background-color: #004a99;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .tpc-finance-form-container .grid-container {
        grid-template-columns: 1fr;
    }
    .tpc-finance-form-container .form-header {
        flex-direction: column;
        text-align: center;
    }
    .tpc-finance-form-container .submit-button-wrapper {
        text-align: center;
    }
    .tpc-finance-form-container input[type="submit"] {
        width: 100%;
    }
	
	.tpc-finance-form-container .form-header h2 {
		font-size: 18px;
	}
}



.dscf7_signature input.clearButton {
	min-height: 20px !important;
}





/* --- TPC Finance PDF Download Notice Styles --- */

/* Your existing styles for the container box */
.tpc-pdf-download-notice {
    font-family: "Manrope3", Arial, sans-serif;
	background-color: #f7f7f7;
    border-left: 5px solid #dfdddd;
    padding: 25px 30px;
    border-radius: 8px;
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.tpc-pdf-download-notice h3 {
    font-size: 1.5em;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.tpc-pdf-download-notice p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* --- NEW styles for the download button --- */
.tpc-pdf-download-notice .pdf-download-button {
    display: inline-flex; /* Aligns icon and text nicely */
    align-items: center;
    justify-content: center;
    background-color: #707070; /* A distinct 'download' red color */
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.tpc-pdf-download-notice .pdf-download-button:hover {
    background-color: #404040; /* Darker red on hover */
}

/* Styles for the icon image inside the button */
.tpc-pdf-download-notice .pdf-download-button img {
    width: 20px; /* Adjust size as needed */
    height: 20px;
    margin-right: 12px; /* Adds space between the icon and the text */
}

.custom-swiper-container .swiper-button-prev{
	left: -45px;
	font-size: 30px;
}

.custom-swiper-container .swiper-button-next{
	right: -45px;
	font-size: 30px;
}

.custom-swiper-container .swiper-button-prev, .custom-swiper-container .swiper-button-next{
	color: var(--wd-arrow-color, var(--color-gray-800));
	transition: all 0.35s ease 0s;
}

.custom-swiper-container .swiper-button-prev:hover, .custom-swiper-container .swiper-button-next:hover{
	color: var(--wd-arrow-color-hover, var(--color-gray-500));
}


.custom-swiper-container .swiper-button-prev:after, .custom-swiper-container .swiper-button-next:after{
	font-size: inherit;
}

.custom-swiper-container .our-solutions-swiper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    gap: 12px;
    justify-content: center;
	display: none;
}

.custom-swiper-container .our-solutions-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease 0s;
    background: var(--color-gray-300);
    opacity: 1;
}

.custom-swiper-container .our-solutions-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-gray-800);
}

@media screen and (max-width: 1200px){
	.custom-swiper-container .our-solutions-swiper {
		padding-bottom: 34px;
	}
	.custom-swiper-container .our-solutions-swiper .swiper-pagination {
		display: flex;
	}
	.custom-swiper-container .swiper-button-prev, .custom-swiper-container .swiper-button-next{
		display: none !important;
	}
}


@media only screen and (max-width: 767px) {
    canvas#digital_signature-pad_signature-525 {
        width: 100% !important;
    }
	.tpc-finance-form-container {
		padding: 15px;
	}
}