@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//aslanasfalt.com/wp-content/themes/woodmart-9/fonts/woodmart-font-1-400.woff2?v=8.2.2") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-transform: capitalize;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-transform: capitalize;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", 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;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(244,163,0);
	--wd-alternative-color: rgb(44,44,44);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(44,44,44);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1400px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.references {text-align: center;max-width: 1000px;margin: 0 auto;}
.references h2 {font-size: 26px;font-weight: bold;margin-bottom: 30px;position: relative;display: inline-block;}
.references h2::after {content: '';width: 40px;height: 3px;background: #2c2c2c;position: absolute;bottom: -8px;left: 50%;transform: translateX(-50%);}
.reference-tags {display: flex;flex-wrap: wrap;gap: 12px;justify-content: center;}
.reference-tags span {background-color: #f2f2f2;padding: 10px 20px;border-radius: 25px;font-size: 18px;color: #333;transition: background-color 0.3s ease, color 0.3s ease;font-weight: 500;}
.reference-tags span:hover {background-color: #2c2c2c;color: #fff;cursor: default;}
.iletisimitem li {background: #f4a300;border-radius: 16px;padding: 32px 50px 32px 20px;color:white !important;font-weight:500;}
.iletisimitem {gap: 22px !important;}
.iletisimitem li:hover {background:#2c2c2c; }
.tophead a {color: white !important;font-size: 16px;font-weight: 500;font-family: 'Montserrat';display:flex;gap:10px;}
.filo .info-box-inner {margin-top: 0px !important;}
.filo .info-box-title {color: #f4a300 !important;}
.titleFilo h2 {font-size: 36px;color: white;}
.titleFilo strong {color: #f4a300 !important;}
.contact-footer {display: flex;flex-direction: column;gap: 12px;}
.contact-footer a {display: flex;gap: 10px;}
.yanyana .vc_column-inner .wpb_wrapper {display: flex;justify-content: center;align-items: center;gap: 100px;}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.service-item {
  background-color: #2c2c2c;
  padding: 20px 15px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #dddddd40;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.service-item:hover {
  background-color: #f4a300;
  transform: translateY(-3px);
}
@media (max-width: 576px) {
	.reference-tags {display: grid;grid-template-columns: 1fr 1fr;}
.reference-tags span {text-align: center;display: flex;align-items: center;justify-content: center;min-height: 64px;}
.yanyana .vc_column-inner .wpb_wrapper {gap: 10px;display: flex;flex-wrap: nowrap;}
.tophead a {font-size: 14px;}
.tophead  {text-align:center;}
}

