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

..wd-nav.wd-gap-m{
	gap:100px !important;
}

.nav-link-text{
	color:#fff;
}

.mobile-pages-menu .nav-link-text{
	color:#000;
}

.whb-mobile-left {
	margin-left:0px !important;
}


.whb-general-header .container{
	margin:0;
	padding-left:0;
}
.whb-col-left{
	background:#fff;
	min-width: 250px;
	justify-content:center !important;
}


.quotebtn {
  font-family: "archivo-semibold", sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  color: #000 !important;
  background-color: #fff;
  padding: 15px 20px;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.quotebtn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}

.quotebtn:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.quotebtn:hover {
  color: #fff !important;
  border-color: #fff;
}
.page-title-default {
  display: none !important;
}

.main-page-wrapper{
	margin:0 !important;
	padding:0 !important;
}
header{
	margin-bottom:0 !important;
	
}

.custom_icon{
	display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #1b1b1b;
	margin-bottom: 15px;
  margin-right: 11px;
}
.elementor-template-full-width .row > [data-elementor-type]{
	padding:0;
}


.about-awards-wrapper {
  background-color: #f3f3f3;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 12px;
}

.about-awards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-award-item {
  font-family: "archivo-med";
  font-size: clamp(0.875rem, 1.5vw, 1.01rem);
  margin-bottom: 0.625rem;
  color: #555555;
  display: flex;
  justify-content: center;
}

.about-award-item p {
  margin: 0;
}


.service-btn {
  display: inline-block;
  margin-top: 1rem;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-item:hover .service-btn {
  color: #000 !important;
}

.service-grid .elementor-element{
	position: relative;
  overflow: hidden;
  border: 2px solid #000;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}


.service-grid .elementor-element::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

.service-grid .elementor-element:hover::after {
  transform: translateY(0);
}

.service-grid .elementor-element p,
.service-grid .elementor-element a,
.service-grid .elementor-element img {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease, transform 0.3s ease, filter 0.3s ease;
}

.service-grid .elementor-element:hover p {
  color: #000;
}

.service-grid .elementor-element:hover img {
border-radius:12px;
}


.service-grid .elementor-element:hover {
  border-color: #000;
  border-width: 2px;
}
.service-grid .elementor-element:hover .elementor-image-box-title{
	color:#555;
}

.project-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'archivo', sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
  border: 1px solid #e1e1e1;
  table-layout: fixed;
}

.project-table thead {
  background-color: #f9f9f9;
}



/* Column widths */
.project-table th:nth-child(1),
.project-table td:nth-child(1) {
  width: 20%;
}

.project-table th:nth-child(2),
.project-table td:nth-child(2) {
  width: 40%;
}

.project-table th:nth-child(3),
.project-table td:nth-child(3) {
  width: 40%;
}

.project-table th,
.project-table td {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  padding: 20px;
  vertical-align: middle;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Typography */
.project-table th {
  font-family: "prata", sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 4vw, 20px);
  color: #000;
}

.project-table td {
  font-family: "archivo", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 4vw, 20px);
  color: #000;
	border:none;
}

.project-table thead tr th:first-child {
  border-left: 1px solid #e1e1e1;
}

.project-table thead tr th:last-child {
  border-right: 1px solid #e1e1e1;
}


.project-table thead {
  background-color: #f0f0f0;
}

.project-table tr{
	border-left:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-top:none;
	border-bottom:none;
}

/* .project-table tr:nth-child(even) {
  background-color: #fefefe;
} */

/* Responsive tweaks */
@media (max-width: 768px) {
	.project-table th{
		font-size: 11px;
    padding: 10px;
		font-weight:600;
	}
	
  .project-table td {
    font-size: 14px;
    padding: 10px;
  }
}



.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 30px auto;
    position: relative;
    transition: background 0.3s ease;
}

.load-more-btn:hover {
    background-color: #333;
}

.load-more-btn .fa-angle-down, .load-more-btn .fa-spinner {
   font-size:25px;
	color:#fff;
}

@keyframes dropFadeIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.drop-fade-in {
  animation: dropFadeIn 0.4s ease-out forwards;
  opacity: 0;
}

.scrollToTop {
 background: linear-gradient(135deg, #FFD700, #FF4500);
  color: #000 !important;
	font-size:25px;
	font-weight:bold;
	transition:all 0.4s ease-in-out !important;
}

.scrollToTop:hover {
  background: linear-gradient(135deg, #FF4500, #FFD700);
  color: #000;
}

