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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(17,17,28);
	--wd-text-font-size: 16px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(17,17,28);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(17,17,28);
	--wd-entities-title-color-hover: rgb(17, 17, 28);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(17,17,28);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(66,142,255);
	--wd-alternative-color: rgb(17,17,28);
	--wd-link-color: rgb(17,17,28);
	--wd-link-color-hover: rgb(17,17,28);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(17,17,28);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(221,51,51);
	--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: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: #F5F5FC;
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(245,245,252);
	background-image: none;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-icon-size: 30px;
	--wd-arrow-color: rgb(66,142,255);
	--wd-arrow-color-hover: rgb(66,142,255);
	--wd-arrow-color-dis: rgb(66,142,255);
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-bg: rgb(145,145,145);
	--wd-pagin-bg-hover: rgb(66,142,255);
	--wd-pagin-bg-act: rgb(66,142,255);
	--wd-pagin-radius: 70px;
	--wd-pagin-brd-color: rgb(155,155,155);
	--wd-pagin-brd-color-hover: rgb(66,142,255);
	--wd-pagin-brd-color-act: rgb(66,142,255);
	--wd-pagin-brd: 1px solid;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-icon-size: 0px;
	}

}

@media (max-width: 768.98px) {
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-icon-size: 0px;
	}

}
:root{
--wd-container-w: 1215px;
--wd-form-brd-radius: 5px;
--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: 1215px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


:root{
	--aa-half-width: calc((100vw - 1215px - var(--wd-scroll-w)) / 2);
}
.aa-leftcontainer {
	padding-left:var(--aa-half-width) !important;
}
.aa-rightcontainer {
	padding-right:var(--aa-half-width) !important;
}

ul#menu-main-menu a {
    letter-spacing: 1px;
}
.wpcf7-recaptcha>div{
	margin-inline: auto !important;
}

.btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px !important;
}

.btn-shape-round {
    padding: 20px 30px;
}

.whb-general-header .btn-color-primary:hover {
   background-color: #11111C !important;
}


.star-box:before {
    content: url(/wp-content/uploads/2025/08/Star-8.svg);
    position: absolute;
    right: -20px;
    top: -22px;
}

.star-b-box:before {
    content: url(/wp-content/uploads/2025/08/Star-8.svg);
    position: absolute;
    right: -20px;
    bottom: -31px;
}

strong, b {
    font-weight: 700 !important;
}

label {
    color: #18A0FB !important;
    font-weight: 700 !important;
    margin-top: 40px;
    margin-bottom: 15px;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], select {
    background-image: linear-gradient(90deg, #093b8400, #093B84) !important;
    height: 56px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: none !important;
/* border-bottom: 1px solid #babababa !important; */
}

:root textarea {
  background-image: linear-gradient(90deg, #093b8400, #093B84) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    border: none !important;
}

:root select {
   background-position: right 0px top 50%;
	 background-size: 100% !important;
}

:root select option {
    color: #000000 !important;
}

.wpcf7-list-item label {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    margin: 17px 1px;
}

.wpcf7-list-item {
    display: block !important;
}

input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
	  margin-inline-end: 10px !important;
}

input[type="checkbox"]:checked {
    content: url(/wp-content/uploads/2025/08/Vector.svg);
}

input[type="submit"], .cookies-buttons .cookies-accept-btn {
    color: #fff !important;
    background-color: #428EFF !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    border-radius: 50px !important;
    padding: 20px 35px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}

input[type="submit"]:hover, .cookies-buttons .cookies-accept-btn:hover {
    color: #fff !important;
    background-color: #11111C !important;
}

p.form-btn {
    text-align: center;
    margin-top: 40px;
}


.our-philosophy .wd-carousel-item:nth-child(odd) {
    background-image: url(/wp-content/uploads/2025/08/Group-184-1.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 280px;
    padding: 70px 30px 30px 30px;
}


.our-philosophy .wd-carousel-item:nth-child(even) {
    background-image: url(/wp-content/uploads/2025/08/Group-185.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 280px;
    padding: 70px 30px 30px 30px;
    margin-top: 13px !important;
}

.our-philosophy .wd-carousel-item:hover {
    filter: grayscale(1);
    transition: 0.5s;
}

.our-experties .wd-carousel-item:hover {
    filter: grayscale(1);
    transition: 0.5s;
}


.our-experties .wd-carousel-item {
    background-image: url(/wp-content/uploads/2025/08/Rectangle-85.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 288px;
    padding: 70px 30px 30px 30px;
}

.testimonial-inner strong {
    font-size: 20px !important;
}

.star-rating {
    color: #0090ff !important;
}

.testimonial-rating {
    position: absolute;
    right: 50px;
}

.testimon-style-boxed .testimonial-inner {
    padding: 35px 30px 20px 30px !important;
    min-height: 300px !important;
    border-radius: 8px !important;
}

.wd-copyrights {
    padding-block: 17px !important;
    border-top: none !important;
    background: #022d4f !important;
}

.scrollToTop {
    left: 15px !important;
    color: #ffffff !important;
    background: #132C4F !important;
    bottom: 50px !important;
}

.grecaptcha-badge {
    display: none !important;
}

span.wpcf7-form-control-wrap {
    position: relative !important;
}

.select-arrow span.wpcf7-form-control-wrap:before {
    content: url(/wp-content/uploads/2025/08/select-arow.svg);
    position: absolute;
    right: 20px;
    top: -1px;
}

.select-arrow span.wpcf7-form-control-wrap:after {
    content: url(/wp-content/uploads/2025/08/Group-179.svg);
    position: absolute;
    right: 0px;
    bottom: -25px;
}


.border-line span.wpcf7-form-control-wrap:after {
    content: url(/wp-content/uploads/2025/08/Group-179.svg);
    position: absolute;
    right: 0px;
    bottom: -25px;
}

.mess-border-line span.wpcf7-form-control-wrap:after {
    content: url(/wp-content/uploads/2025/08/Group-179.svg);
    position: absolute;
    right: 0px;
    bottom: -95px;
}

.border-line .wpcf7-not-valid-tip, .mess-border-line .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -50px;
}


.hover-box .elementor-column {
   transition: 0.5s;
}


.hover-box .elementor-column:hover {
   filter: drop-shadow(2px 4px 6px #11111c7a);
   transition: 0.5s;
}


.hover-s-box {
   transition: 0.5s;
}

.hover-s-box:hover {
   filter: drop-shadow(2px 4px 6px #11111c7a);
   transition: 0.5s;
}

.our-philosophy .info-box-icon {
    filter: brightness(0) invert(1);
}

.select-arrow .e-amount span.wpcf7-form-control-wrap:before {
    display: none !important;
}

.wpcf7-response-output {
 max-width: fit-content !important;
 border-radius: 8px !important;
 margin: auto !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
}

div.wpcf7 .wpcf7-spinner:before {
 border-left-color: #fff !important;
}

:root select option {
    color: #ffffff !important;
    background-color: #083478;
}

.hero-text img[src$=".svg"] {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

 .flyMessage {
    display: none !important;
}


.scrollToTop {
   display: none !important;
}@media (min-width: 1025px) {
	.counter-row:before {
    content: url(/wp-content/uploads/2025/08/lef-texture.png);
    position: absolute;
    left: -190px;
    top: -190px;
}


.counter-row:after {
    content: url(/wp-content/uploads/2025/08/lef-texture.png);
    position: absolute;
    right: -190px;
    bottom: -190px;
    z-index: -1;
}

.whb-row >.container {
    border: 1px solid #428EFF;
    border-radius: 20px;
    box-shadow: 0px 1px 20px #428eff47;
    background: #F5F5FC;
}

.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header
{
  max-width: calc(var(--wd-container-w) - -90px) !important;
}

.whb-sticked .whb-row >.container {
    border: 0px solid #428EFF;
    border-radius: 0px;
    box-shadow: none;
    background: #F5F5FC;
    padding-inline: 0px !important;
}

.whb-sticked .whb-row {
   background: #F5F5FC !important;
}

.wpcf7-form .row {
    --wd-gap: 60px !important;
}

.our-philosophy .wd-icon-2 .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/08/l-Vector.svg);
}

.our-philosophy .wd-icon-2 .wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/08/r-Vector.svg);
}

.our-philosophy .wd-nav-arrows.wd-pos-sep .wd-prev {
    inset-inline-end: calc(116% + var(--wd-arrow-offset-h, 0px)) !important;
}

.our-philosophy .wd-nav-arrows.wd-pos-sep .wd-next {
    inset-inline-start: calc(23% + var(--wd-arrow-offset-h, 0px)) !important;
    margin-top: -19px !important;
}

.our-philosophy .wd-nav-arrows {
    --wd-arrow-offset-v: -180px !important;
}

.our-experties .wd-icon-2 .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/08/lb-Vector.svg) !important;
}

.our-experties .wd-icon-2 .wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/08/rb-Vector.svg) !important;
}


.our-experties .wd-nav-arrows.wd-pos-sep .wd-next {
    inset-inline-start: calc(92.5% + var(--wd-arrow-offset-h, 0px)) !important;
}

.our-experties  .wd-nav-arrows.wd-pos-sep .wd-prev {
    inset-inline-end: calc(47% + var(--wd-arrow-offset-h, 0px)) !important;
    margin-top: 15px;
}


.testi-sec .wd-icon-2 .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/08/tl-Vector.svg) !important;
}

.testi-sec .wd-icon-2 .wd-next .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/08/tr-Vector.svg) !important;
}

.whb-general-heade .btn-color-primary:hover {
    background: #0f0f0f !important;
}

    .whb-general-header .menu a.mPS2id-highlight:after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        border-radius: 60px;
        background: #428EFF !important;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: -10px;
    }

.our-philosophy .wd-info-box {
    margin-left: -11px;
}

.our-philosophy .info-box-inner {
    margin-right: 12px;
}


@media only screen and (max-width: 1400px) {
h1.elementor-heading-title {
    font-size: 54px !important;
    line-height: 64px !important;
  }
	.our-philosophy .wd-carousel-item:nth-child(odd) {
    padding: 40px 25px 30px 25px !important;
}
	.our-philosophy .wd-carousel-item:nth-child(even) {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 240px;
    padding: 30px 25px 30px 25px;
}
	.our-philosophy .wd-nav-arrows.wd-pos-sep .wd-prev {
    inset-inline-end: calc(120% + var(--wd-arrow-offset-h, 0px)) !important;
}

 .our-philosophy .wd-nav-arrows.wd-pos-sep .wd-next {
   inset-inline-start: calc(28% + var(--wd-arrow-offset-h, 0px)) !important;
   margin-top: -19px !important;
}
.our-philosophy .wd-nav-arrows {
    --wd-arrow-offset-v: -130px !important;
}
	.our-experties .wd-carousel-item {
    margin: 0px 10px !important;
}
	    .our-experties .wd-nav-arrows.wd-pos-sep .wd-next {
        inset-inline-start: calc(113% + var(--wd-arrow-offset-h, 0px)) !important;
    }

.our-experties .wd-nav-arrows.wd-pos-sep .wd-prev {
        inset-inline-end: calc(34% + var(--wd-arrow-offset-h, 0px)) !important;
        margin-top: 15px;
    }
	.our-philosophy .info-box-inner {
    margin-right: 0px !important;
}
	
	.our-philosophy .wd-carousel-item:nth-child(even) {
    margin-top: 0px !important;
}
}

@media only screen and  (min-width: 1500px) and (max-width: 1800px) {
  .our-philosophy .wd-carousel-item:nth-child(even) {
    margin-top: -17px !important;
}

.our-philosophy .wd-carousel-wrap {
  margin-left: 15px;
}
	
    .our-philosophy .wd-nav-arrows.wd-pos-sep .wd-prev {
        inset-inline-end: calc(115% + var(--wd-arrow-offset-h, 0px)) !important;
    }

    .our-philosophy .wd-nav-arrows.wd-pos-sep .wd-next {
        inset-inline-start: calc(25% + var(--wd-arrow-offset-h, 0px)) !important;
        margin-top: -19px !important;
    }
	
.our-experties .wd-carousel-item {
    min-height: 268px !important;
    padding: 50px 30px 30px 30px !important;
}
	
	.our-experties .wd-carousel-wrap {
  margin-left: 15px;
}
	.our-experties .wd-nav-arrows.wd-pos-sep .wd-next {
        inset-inline-start: calc(103.5% + var(--wd-arrow-offset-h, 0px)) !important;
    }

    .our-experties .wd-nav-arrows.wd-pos-sep .wd-prev {
        inset-inline-end: calc(39% + var(--wd-arrow-offset-h, 0px)) !important;
        margin-top: 15px;
    }

}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.elementor-counter-title {
    text-align: center;
}

.our-philosophy .wd-carousel {
  --wd-col-sm: 2 !important;
}

.our-experties .wd-carousel {
  --wd-col-sm: 2 !important;
}

.our-philosophy .wd-carousel-item:nth-child(odd) {
    margin-top: -15px;
}

.our-philosophy .wd-carousel-item:nth-child(even) {
    margin-top: 8px;
}

.our-experties .wd-carousel-item {
   min-height: 308px !important;
   padding: 80px 30px 30px 30px !important;
}

.our-experties .wd-carousel-item {
min-height: 308px;
padding: 80px 30px 30px 30px;
}

.testimon-style-boxed .testimonial-inner {
    min-height: 200px !important;
}

@media only screen and  (min-width: 957px) and (max-width: 1024px) {
 .mb-color {
    margin-right: 220px !important;
    margin-top: 0px;
  }
	
	.pro-card {
    margin-right: 90px;
}
	
.pro-img {
    margin-top: 20px !important;
}
	
	.our-philosophy .wd-carousel {
  --wd-col-md: 3 !important;
}

.our-experties .wd-carousel {
  --wd-col-md: 3 !important;
}
	.our-philosophy .wd-carousel-item:nth-child(odd) {
   	margin-top: 14px !important;
	}
	
	.our-philosophy .wd-carousel-inner {
    scale: 0.96 !important;
}
	.our-experties .wd-carousel-item {
  min-height: 278px !important;
}
.our-experties .wd-carousel-wrap {
   scale: 0.97;
  }
}



@media only screen and  (min-width: 820px) and (max-width: 950px) {

	.our-philosophy .wd-carousel {
  --wd-col-md: 2.5 !important;
}

.our-experties .wd-carousel {
  --wd-col-md: 2.5 !important;
}
	.our-philosophy .wd-carousel-item:nth-child(odd) {
   	margin-top: 14px !important;
	}
	
		.our-philosophy .wd-carousel-item:nth-child(even) {
   	margin-top: 3px !important;
	}
	
	.our-philosophy .wd-carousel-inner {
    scale: 0.96 !important;
}
	.our-experties .wd-carousel-item {
  min-height: 278px !important;
}
.our-experties .wd-carousel-wrap {
   scale: 0.97;
  }
	.pro-img {
    margin-top: 20px !important;
}
	
}
}

@media (max-width: 576px) {
	.star-box:before {
   display: none !important;
}

.star-b-box:before {
   display: none !important;
}

.funel-img {
    position: relative !important;
}

.mb-color .info-box-content p {
    color: #11111C !important;
}


.mb-color .info-box-title {
    color: #11111C !important;
}

.testimon-style-boxed .testimonial-inner {
    min-height: auto !important;
}

.testimon-style-boxed .testimonial-inner {
    padding: 25px 15px 10px 15px !important;
}

.wd-copyrights .wd-grid-g {
    gap: 4px !important;
}

div#tidio-chat {
    bottom: 60px !important;
}
.scrollToTop {
   right: 12px !important;
   bottom: 72px !important;
}

/* .select-arrow, .mess-border-line, .border-line {
    overflow: hidden !important;
} */

.mess-border-line span.wpcf7-form-control-wrap:after {
    bottom: -92px !important;
}

.mess-border-line span.wpcf7-form-control-wrap:after {
    bottom: -92px;
}

p.form-btn {
    margin-top: 0px !important;
}

  .wpcf7-form .row {
        overflow: hidden;
    }

@media only screen and (max-width: 330px) {
.wpcf7-recaptcha>div {
    transform: scale(0.8) translateX(-30px) !important;
	}
}
}

