/*
 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-copyrights {
    background-color: #142223 !important;
    border-top: 1px solid #FFFFFF1F !important;
}

.wd-copyrights .wd-col-start.reset-last-child {
    font-family: 'Inter' !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #FFFFFFB3 !important;
}

.logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logo-scroll 18s linear infinite;
}

.logo-track img {
  max-height: 40px;      /* logo size adjust kar sakte ho */
  width: auto;
  margin-right: 60px;   /* gap between logos */
  flex-shrink: 0;
}

/* IMPORTANT */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
	/* preloader */

.preloader-img img {
    width: 9%;
}
.preloader-img {
	  animation: fadeIn 10s;
}
.page-loading .loader-icon {
    font-size: 0px !important;
    display: none !important;
}


.preloader.home{
	display: none;
}

.home .preloader.home {
    display: block;
}
.preloader {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  background-color: #fff;
	  z-index: 999999;
}
#videoPlayer {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		object-fit: cover !important;
}
/* WoodMart Slider Image Overlay */
#slider-70 .wd-slide {
    position: relative; /* ensures overlay positions correctly */
}

#slider-70 .wd-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Black overlay with 40% opacity */
    z-index: 1; /* overlay sits above the image but below text/buttons */
}

#slider-70 .wd-slide .wd-slide-inner,
#slider-70 .wd-slide .elementor-element {
    position: relative;
    z-index: 2; /* text/buttons appear above overlay */
}
.wd-page-title {
    position: relative;
}

.wd-page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Black overlay with 40% opacity */
    z-index: 1; /* overlay sits above the image but below text/buttons */
}

.wd-page-title h1.entry-title.title, .wd-page-title nav.wd-breadcrumbs {
    position: relative;
    z-index: 1;
}


@media only screen and (max-width: 1000px) {
	#videoPlayer {
		height: 100% !important;
	}	
}