@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.digitalmarketingweb.net/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.2") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:rgb(255, 255, 255);
	background-image: url(https://www.digitalmarketingweb.net/wp-content/uploads/2021/09/corporate-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(25, 25, 25);
	background-image: url(https://www.digitalmarketingweb.net/wp-content/uploads/2025/03/pexels-olly-3760067-scaled.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:inherit;
	background-position:center center;
}

.footer-container{
	background-color:rgb(0, 0, 0);
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(17,17,17);
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Lato", Arial, Helvetica, sans-serif;
--wd-title-font-weight:700;
--wd-title-color:rgb(0,0,0);
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:rgb(17,17,17);
--wd-entities-title-color-hover:rgb(0, 0, 0);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
.wd-load-additional-fonts-700{
	font-family: "Quicksand", Arial, Helvetica, sans-serif;font-weight: 700;
}

:root{
--wd-primary-color:rgb(252,134,28);
}
:root{
--wd-alternative-color:rgb(252,134,28);
}
:root{
--wd-link-color:rgb(221,51,51);
--wd-link-color-hover:rgb(221,51,51);
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(252,134,28);
}
:root{
--btn-accented-bgcolor-hover:rgb(252,134,28);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 12px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
			div.wd-popup.popup-quick-view {
			max-width: 920px;
		}
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
	body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {

									--wd-form-color: rgb(0,0,0);
					
							
							
							
								}
p{
	text-align:justify;
}/* Global font imports */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Open+Sans:wght@400;600;700&display=swap');

/* Base heading styles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  color: #222;
  margin: 1.2em 0 0.6em;
  line-height: 1.2;
  position: relative;
}

/* H1 - Blog Title / Main Heading */
h1 {
  font-size: 3.2em;
  font-weight: 700;
  color: #2c2c2c;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 2px 3px 6px rgba(0,0,0,0.15);
  border-bottom: 3px solid #ff6b6b;
  padding-bottom: 10px;
}

/* H2 - Section Title */
h2 {
  font-size: 2.4em;
  font-weight: 600;
  color: #333;
  margin-top: 1.5em;
  padding-bottom: 8px;
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #ffa36c);
  border-radius: 3px;
}

/* H3 - Subsection Heading */
h3 {
  font-size: 1.9em;
  color: #444;
  font-weight: 600;
  border-left: 5px solid #ff6b6b;
  padding-left: 12px;
}

/* H4 - Minor Heading */
h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.5px;
}

/* H5 - Subheading */
h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* H6 - Small Title / Note */
h6 {
  font-size: 1em;
  font-weight: 700;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}
@media (max-width: 576px) {
	.woodmart-bottom-nav {
    display: none !important;
}

}

