/**
Theme Name: Sharper WoodWorks
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sharper-woodworks
Template: astra
*/
@media(min-width:1024px){
.getinspiredimagecarousel .swiper{
    padding-inline-end: 200px;
    padding-inline-start: 200px;
}
}
@media(min-width:768px) and (max-width:1024px){
.getinspiredimagecarousel .swiper{
    padding-inline-end: 120px;
    padding-inline-start: 120px;
}
}

@media(min-width:768px){
	.getinspiredimagecarousel .swiper img.swiper-slide-image {
    transform: scale(0.95);
    transition: all 0.7s;
    transition-delay: 0.4s;
}
	.getinspiredimagecarousel .swiper-slide-active img.swiper-slide-image {
        transform: scale(1);
        transition: all .7s;
        transition-delay: .4s;
    }
}

@media(max-width:767px){
	.steps-wrapper{
		overflow-x:scroll !important;
	}
}

div#fiveSteps::before {
	content: "";
	width: 100%;
	height: 2px;
	border-bottom: 2px dotted #4800A2;
}

.five-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2.5rem;
}

.five-steps .elementor-widget-html {
	height: 20px;
}

.thick-line {
	height: 6px;
	background: #820202;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.65s linear;
	margin-bottom: 14px;
	width: calc(100% + 40px);
	will-change: transform;
}

.step.active .thick-line {
  transform: scaleX(1);
}


.five-steps .stepno {
	margin-inline: 0;
}

.five-steps .step .stepno span {
    opacity: 0;
}

.five-steps .step.active .stepno span {
    opacity: 1;
}

.five-steps .step .stepno span {
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


.five-steps .stepno {
	width: 4.5rem;
	height: 4rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='43' viewBox='0 0 58 43' fill='none'%3E%3Cpath d='M16.8871 40.6911L0.710938 20.8079L26.027 0.707031L31.685 8.03624L40.027 1.28756L56.7109 21.7513L31.54 41.707L24.8664 34.1601L16.8871 40.6911Z' fill='white' stroke='%234800A2' stroke-dasharray='4 4'/%3E%3C/svg%3E") !important;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.097rem;
	color: #fff;
	margin-bottom: 1.5rem;
	position: relative;
	top: -50px;
	left: -4px;
}

.five-steps .step.active .stepno {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='41' viewBox='0 0 56 41' fill='none'%3E%3Cpath d='M16.1762 39.9841L0 20.1009L25.3161 0L30.9741 7.3292L39.3161 0.580531L56 21.0442L30.829 41L24.1554 33.4531L16.1762 39.9841Z' fill='%239F241F'/%3E%3C/svg%3E") !important;
	color: #fff !important;
}

.five-steps .step-content {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.3s linear,
    transform 0.3s linear;
}

.five-steps.animate .thick-line {
	transform: scaleX(1);
}

.five-steps .step.active .step-content {
	opacity: 1;
	transform: translateY(0);
}

/* Gallery CSS */
.gallery-warp #gallery-1 {
    display: flex;
    flex-wrap: wrap;
}
.gallery-warp figure.gallery-item * {
    height: 100%;
}

.contact-form-wrap .wpcf7-form input, .contact-form-wrap .wpcf7-form textarea {
    border: 1px solid #172452 !important;
}

.contact-form-wrap .elementor-icon-box-description a{
	color: #000;
}

@media(max-width:1204px) and (min-width:768px){
	.gallery-warp .elementor-image-gallery  #gallery-1 .gallery-item {
        max-width: 50%;
    }
}
