@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --green-1: #5da39a;
    --green-2: #2b5a63;
    --green-3: #4a968b;
    --green-4: #eaf5f3;
    --green-5: #76c9be;
    --green-6: #d3f2ee;
    --green-7: #eefffd;
    --green-8: #162d31;
    --green-9: #709ca4;
    --green-10: #edf9f8;
    --gray-1: #636363;
}

html {
    scroll-behavior: smooth;
}

*,
::before,
::after {
    box-sizing: border-box;
}

*,
html,
body {
    margin: 0;
    padding: 0;
}

.wd-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 50px;
}

hr {
    color: #fbfbfb;
}

.wd-uppercase {
    text-transform: uppercase;
}

/* Background */
.wd-bg-white {
    background-color: var(--white);
}

.wd-bg-black {
    background-color: var(--black);
}

.wd-bg-green-1 {
    background-color: var(--green-1);
}

.wd-bg-green-2 {
    background-color: var(--green-2);
}

.wd-bg-green-3 {
    background-color: var(--green-3);
}

.wd-bg-green-4 {
    background-color: var(--green-4);
}

.wd-bg-green-5 {
    background-color: var(--green-5);
}

.wd-bg-green-6 {
    background-color: var(--green-6);
}

.wd-bg-green-7 {
    background-color: var(--green-7);
}

.wd-bg-green-8 {
    background-color: var(--green-8);
}

.wd-bg-green-9 {
    background-color: var(--green-9);
}

.wd-bg-green-10 {
    background-color: var(--green-10);
}

.wd-bg-gray-1 {
    background-color: var(--gray-1);
}

/* Font Colors */
.wd-text-white,
.wd-text-white h1,
.wd-text-white h2,
.wd-text-white h3,
.wd-text-white h4,
.wd-text-white h5,
.wd-text-white h6,
.wd-text-white p,
.wd-text-white li,
.wd-text-white a {
    color: var(--white);
}

.wd-text-black,
.wd-text-black h1,
.wd-text-black h2,
.wd-text-black h3,
.wd-text-black h4,
.wd-text-black h5,
.wd-text-black h6,
.wd-text-black p,
.wd-text-black li,
.wd-text-black a {
    color: var(--black);
}

.wd-text-green-1,
.wd-text-green-1 h1,
.wd-text-green-1 h2,
.wd-text-green-1 h3,
.wd-text-green-1 h4,
.wd-text-green-1 h5,
.wd-text-green-1 h6,
.wd-text-green-1 p,
.wd-text-green-1 li,
.wd-text-green-1 a {
    color: var(--green-1);
}

.wd-text-green-2,
.wd-text-green-2 h1,
.wd-text-green-2 h2,
.wd-text-green-2 h3,
.wd-text-green-2 h4,
.wd-text-green-2 h5,
.wd-text-green-2 h6,
.wd-text-green-2 p,
.wd-text-green-2 li,
.wd-text-green-2 a {
    color: var(--green-2);
}

.wd-text-green-3,
.wd-text-green-3 h1,
.wd-text-green-3 h2,
.wd-text-green-3 h3,
.wd-text-green-3 h4,
.wd-text-green-3 h5,
.wd-text-green-3 h6,
.wd-text-green-3 p,
.wd-text-green-3 li,
.wd-text-green-3 a {
    color: var(--green-3);
}

.wd-text-green-4,
.wd-text-green-4 h1,
.wd-text-green-4 h2,
.wd-text-green-4 h3,
.wd-text-green-4 h4,
.wd-text-green-4 h5,
.wd-text-green-4 h6,
.wd-text-green-4 p,
.wd-text-green-4 li,
.wd-text-green-4 a {
    color: var(--green-4);
}

.wd-text-green-5,
.wd-text-green-5 h1,
.wd-text-green-5 h2,
.wd-text-green-5 h3,
.wd-text-green-5 h4,
.wd-text-green-5 h5,
.wd-text-green-5 h6,
.wd-text-green-5 p,
.wd-text-green-5 li,
.wd-text-green-5 a {
    color: var(--green-5);
}

.wd-text-green-6,
.wd-text-green-6 h1,
.wd-text-green-6 h2,
.wd-text-green-6 h3,
.wd-text-green-6 h4,
.wd-text-green-6 h5,
.wd-text-green-6 h6,
.wd-text-green-6 p,
.wd-text-green-6 li,
.wd-text-green-6 a {
    color: var(--green-6);
}

.wd-text-green-7,
.wd-text-green-7 h1,
.wd-text-green-7 h2,
.wd-text-green-7 h3,
.wd-text-green-7 h4,
.wd-text-green-7 h5,
.wd-text-green-7 h6,
.wd-text-green-7 p,
.wd-text-green-7 li,
.wd-text-green-7 a {
    color: var(--green-7);
}

.wd-text-green-8,
.wd-text-green-8 h1,
.wd-text-green-8 h2,
.wd-text-green-8 h3,
.wd-text-green-8 h4,
.wd-text-green-8 h5,
.wd-text-green-8 h6,
.wd-text-green-8 p,
.wd-text-green-8 li,
.wd-text-green-8 a {
    color: var(--green-8);
}

.wd-text-green-9,
.wd-text-green-9 h1,
.wd-text-green-9 h2,
.wd-text-green-9 h3,
.wd-text-green-9 h4,
.wd-text-green-9 h5,
.wd-text-green-9 h6,
.wd-text-green-9 p,
.wd-text-green-9 li,
.wd-text-green-9 a {
    color: var(--green-9);
}

.wd-text-green-10,
.wd-text-green-10 h1,
.wd-text-green-10 h2,
.wd-text-green-10 h3,
.wd-text-green-10 h4,
.wd-text-green-10 h5,
.wd-text-green-10 h6,
.wd-text-green-10 p,
.wd-text-green-10 li,
.wd-text-green-10 a {
    color: var(--green-10);
}

.wd-text-gray-1,
.wd-text-gray-1 h1,
.wd-text-gray-1 h2,
.wd-text-gray-1 h3,
.wd-text-gray-1 h4,
.wd-text-gray-1 h5,
.wd-text-gray-1 h6,
.wd-text-gray-1 p,
.wd-text-gray-1 li,
.wd-text-gray-1 a {
    color: var(--gray-1);
}

.wd-text-mb-20 p,
.wd-text-mb-20 li {
    margin-bottom: 20px;
}

.wd-lh-30,
.wd-lh-30 p,
.wd-lh-30 li {
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    margin: 0;
    font-family: 'Playfair Display', serif;
}

.wd-text-roboto h1,
.wd-text-roboto h2,
.wd-text-roboto h3,
.wd-text-roboto h4,
.wd-text-roboto h5,
.wd-text-roboto h6,
.wd-text-roboto p,
.wd-text-roboto a,
.wd-text-roboto li {
    font-family: 'Roboto', sans-serif;
}

.wd-text-normal,
.wd-text-normal h1,
.wd-text-normal h2,
.wd-text-normal h3,
.wd-text-normal h4,
.wd-text-normal h5,
.wd-text-normal h6,
.wd-text-normal p,
.wd-text-normal li,
.wd-text-normal a {
    font-weight: normal;
}

.wd-text-semibold,
.wd-text-semibold h1,
.wd-text-semibold h2,
.wd-text-semibold h3,
.wd-text-semibold h4,
.wd-text-semibold h5,
.wd-text-semibold h6,
.wd-text-semibold p,
.wd-text-semibold li,
.wd-text-semibold a {
    font-weight: 500;
}

.wd-text-bold,
.wd-text-bold h1,
.wd-text-bold h2,
.wd-text-bold h3,
.wd-text-bold h4,
.wd-text-bold h5,
.wd-text-bold h6,
.wd-text-bold p,
.wd-text-bold li,
.wd-text-bold a {
    font-weight: bold;
}

.wd-text-extrabold,
.wd-text-extrabold h1,
.wd-text-extrabold h2,
.wd-text-extrabold h3,
.wd-text-extrabold h4,
.wd-text-extrabold h5,
.wd-text-extrabold h6,
.wd-text-extrabold p,
.wd-text-extrabold li,
.wd-text-extrabold a {
    font-weight: 700;
}

ul {
    /* padding-left: 15px; */
}

p,
li,
a {
    font-size: 16px !important;
    line-height: 20px !important;
}

p {
    line-height: 30px !important;
}

nav a {
    font-size: 16px;
    line-height: 20px;
}

.wd-list-style-none {
    list-style: none;
}

a {
    text-decoration: none;
}

.wd-text-center {
    text-align: center;
}

.wd-transition {
    transition: 0.2s;
}

.wd-zoom-hover:hover {
    transform: scale(1.wd-05);
}

.wd-heading-wrapper h1 {
    font-size: 70px;
    line-height: 75px;
}

.wd-heading-wrapper h1 span {
    font-size: 70px;
    line-height: 75px;
	font-family: 'Playfair Display', sans-serif;
}

.wd-heading-wrapper.wd-text-lg h2 {
    font-size: 70px;
    line-height: 75px;
}

.wd-heading-wrapper h2 {
    font-size: 36px;
    line-height: 40px;
}

.wd-heading-wrapper.wd-text-lg h2 span {
	font-size: 70px;
	line-height: 75px;
	font-family: 'Playfair Display', sans-serif;
}

.wd-heading-wrapper h2 span {
	font-size: 36px;
	line-height: 40px;
	font-family: 'Playfair Display', sans-serif;
}

.wd-heading-wrapper h3 {
    font-size: 30px;
    line-height: 35px;
}

.wd-heading-wrapper h4 {
    font-size: 26px;
    line-height: 30px;
}

.wd-heading-wrapper h5 {
    font-size: 20px;
    line-height: 20px;
}

.wd-heading-wrapper h6 {
    font-size: 18px;
    line-height: 25px;
}

.wd-text-xsm,
.wd-text-xsm h1,
.wd-text-xsm h2,
.wd-text-xsm h3,
.wd-text-xsm h4,
.wd-text-xsm h5,
.wd-text-xsm h6,
.wd-text-xsm p,
.wd-text-xsm li,
.wd-text-xsm a {
    font-size: 14px;
    line-height: 18px;
}

.wd-text-sm,
.wd-text-sm h1,
.wd-text-sm h2,
.wd-text-sm h3,
.wd-text-sm h4,
.wd-text-sm h5,
.wd-text-sm h6,
.wd-text-sm p,
.wd-text-sm li,
.wd-text-sm a {
    font-size: 16px;
    line-height: 20px;
}

table {
    table-layout: fixed;
}

.menu-new-pages-menu-container #menu-new-pages-menu li a {
	font-size: 18px !important;
}

.wd-btn-wrapper {
    display: flex;
}

.wd-btn {
    font-family: 'Roboto', sans-serif;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.wd-btn.wd-primary {
    color: var(--white);
    background-color: var(--green-2);
    border: 2px solid var(--green-2);
}

.wd-btn.wd-primary:hover {
    background-color: transparent;
    color: var(--green-2);
    transition: 0.2s;
}

.wd-btn.wd-secondary {
    color: var(--black);
    background-color: var(--green-5);
    border: 2px solid var(--green-5);
}

.wd-btn.wd-secondary:hover {
    background-color: transparent;
    color: var(--green-5);
    transition: 0.2s;
}

.wd-box-accent {
    padding: 10px 30px;
    width: fit-content;
}

.wd-text-sm {
    font-size: 16px;
    line-height: 20px;
}

.wd-w-auto {
    width: auto;
}

.wd-box-shadow-default {
    box-shadow: 0 20px 61px -15px #ccc;
}

.wd-heading-wrapper h1 span,
.wd-heading-wrapper h2 span,
.wd-heading-wrapper h3 span,
.wd-heading-wrapper h4 span,
.wd-heading-wrapper h5 span,
.wd-heading-wrapper h6 span {
    color: var(--green-1);
}

/* Flipbox */
.flip-box {
	background-color: transparent;
	height: 450px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
	background-color: var(--white);
}

/* Style the back side */
.flip-box-back {
	background-color: var(--green-3);
	color: white;
	transform: rotateY(180deg);
}

#menu-new-pages-menu {
	margin: 0 !important;
}

.menu-item-has-children > a::after {
	right: -15px !important;
}

.menu-btn a {
	padding: 15px 20px;
	color: var(--white);
	border: 2px solid var(--green-2);
}

.menu-btn a:hover {
	background-color: transparent !important;
	color: var(--green-2) !important;
}

.sub-menu {
	padding: 20px !important;
}

.sub-menu li a {
	color: var(--white);
}

.sub-menu li:hover a {
	background: none !important;
}

.menu-item-has-children:hover .menu-item-has-children:hover .sub-menu {
	right: -100% !important;
}

/* Hero */
#hero.wd-home .wd-google-review-wrapper .wd-description-wrapper h5 {
    font-weight: normal;
}

/*  Offers */
#offers.wd-home .wd-featured-video-wrapper {
	border-radius: 15px;
}

#offers.wd-home .wd-featured-video-wrapper iframe {
	width: 100%;
	height: 670px;
}

/* Banner 1 */
.wd-box-info-item h5 {
    color: var(--black);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.wd-model-profile h2 {
    position: relative;
    z-index: 2;
    padding: 5px 0;
}

.wd-model-profile .wd-heading-wrapper::before {
    content: '';
    background-color: var(--green-1);
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    z-index: 1;
    transform: skew(-32deg, 0deg);
    opacity: 0.9;
}

.wd-icon-item,
.wd-porfolio-item {
	transition: 0.2s;
}

.wd-icon-item:hover {
	transform: scale(1.05);
}

.wd-porfolio-item:hover {
	transform: scale(1.02);
}

/* Portfolio */
.wd-porfolio-item {
    background-image: url(/wp-content/uploads/2025/05/portfolio-box-item-bg.png);
    width: 32.8%;
    height: 450px;
}

.wd-porfolio-item .wd-featured-img-wrapper {
    right: 40px;
    bottom: 0;
}

.wd-porfolio-item .wd-heading-wrapper h4 {
    line-height: 31px;
}

.wd-porfolio-item .wd-description-wrapper h5 {
    line-height: 30px;
}

/* Pricing */
.wd-heading-price-wrapper h2 {
    font-size: 100px;
    line-height: 100px;
}

.wd-heading-price-wrapper span {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    color: var(--black);
}

.wd-pricing-item .wd-checklist ul li {
    position: relative;
    font-size: 20px;
    line-height: 25px;
}

.wd-pricing-item.wd-bg-green-8 ul li,
.wd-pricing-item.wd-bg-green-8 span {
    color: var(--white);
}

.wd-pricing-item .wd-checklist ul li::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/check-bullet-1.png);
    width: 25px;
    height: 25px;
    left: -40px;
    background-repeat: no-repeat;
}

.wd-pricing-item.wd-bg-green-8 ul li::before {
    background-image: url(/wp-content/uploads/2025/05/check-bullet-2.png);
}

.wd-pricing-item .wd-checklist ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wd-pricing-item .wd-btn {
    position: absolute;
    width: 80%;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, -50%);
    color: var(--white);
}

.wd-pricing-item .wd-btn:hover {
    background-color: var(--white);
    color: var(--green-1);
}

/* Process */
.wd-process-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.wd-process-item:nth-child(2n) .wd-content-wrapper {
    padding-left: 100px;
}

.wd-number-wrapper::before {
	content: '';
	background-image: url(/wp-content/uploads/2025/05/numbers-shape-accent.png);
	width: 50px;
	height: 50px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	bottom: 0;
	left: -10px;
}

.wd-number-wrapper h3 {
    position: relative;
    z-index: 2;
	font-size: 50px;
	line-height: 55px;
}

.wd-process-item:first-child::before {
    background-image: url(/wp-content/uploads/2025/05/border-side-half-1.png) !important;
}

.wd-process-item:last-child::before {
    background-image: url(/wp-content/uploads/2025/05/border-side-half-2.png) !important;
    background-position: top !important;
}

.wd-process-item:nth-child(2n)::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/border-side-full.png);
    width: 20px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    background-position: bottom;
}

.wd-process-item:nth-child(2n+1)::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/border-side-full.png);
    width: 20px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: bottom;
}

.wd-process-item:nth-child(2n)::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/border-arrow-left.png);
    width: 100%;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -75px;
    background-position: bottom;
}

.wd-process-item:nth-child(2n+1)::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/border-arrow-right.png);
    width: 100%;
    height: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -75px;
    background-position: bottom;
}

.wd-process-item:last-child::after {
    display: none;
}

/* Testimonials */
.wd-testimonial-item {
    background-image: url(/wp-content/uploads/2025/05/portfolio-box-item-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    max-width: 400px;
    width: 100%;
}

.wd-testimonials-slider-4 .slick-track {
	display: flex;
	gap: 20px;
}

.slick-arrow {
	background-color: #1c373c !important;
	border: none !important;
	border-radius: 0 !important;
	position: absolute !important;
	padding: 10px 20px !important;
  	margin: 0 !important;
	text-indent: unset !important;
}

.slick-arrow:hover {
	background-color: var(--green-1) !important;
	color: #1c373c !important;
}

.btn-prev.slick-arrow {
	right: 50px;
	top: -120px;
}

.btn-next.slick-arrow {
	right: 0;
	top: -120px;
}

/* FAQ */
.accordion {
    background-color: var(--green-7);
    color: var(--black);
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
	border-radius: 0;
	margin: 0;
}

.accordion.active {
    border-bottom: 2px solid #e2e2e2;
}

.active,
.accordion:hover {
    color: var(--green-1);
	background-color: var(--green-7);
}

.accordion:after {
    content: '\002B';
    color: var(--green-1);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: var(--green-7);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Footer */
.wd-form-wrapper {
	width: 50%;
	margin: 0 auto;
}

.wd-form-wrapper input::placeholder,
.wd-form-wrapper select {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #95a4a2;
}

.wd-form-wrapper input, .wd-form-wrapper select {
	border: none !important;
	background-color: #fff !important;
}

.wd-form-wrapper input[type="submit"] {
	background-color: var(--green-5) !important;
	border: 2px solid var(--green-5) !important;
	width: 100%;
	font-family: "Roboto", sans-serif;
	color: var(--black);
	font-size: 16px;
	font-weight: bold;
	text-transform: inherit;
	padding: 15px;
	height: auto;
}

.wd-form-wrapper input[type="submit"]:hover {
	background-color: transparent !important;
	color: var(--green-5) !important;
}

.wpcf7-form-control-wrap {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
}

.wd-socials {
  	margin: 0;
	padding: 0;
}

.wd-socials li {
	margin: 0;
}

.wd-socials li a i {
	color: var(--green-5);
}

.wd-socials li a {
	font-size: 25px;
}

.wd-responsive-menu #rmp_menu_trigger-49408 {
	background-color: var(--green-2) !important;
	top: 0;
	position: absolute;
}

.wd-responsive-menu #rmp_menu_trigger-49408 .rmp-trigger-box {
	position: absolute;
	top: 0;
	left: 15px;
}

.menu-btn .rmp-menu-item-link {
	border: 2px solid var(--green-1) !important;
	background-color: var(--green-1) !important;
	height: auto !important;
}

.menu-btn .rmp-menu-item-link:hover {
	color: var(--green-1) !important;
}

/* Responsive */
@media only screen and (max-width: 1600px) {
	#hero.wd-home .wd-ft-img-wrapper {
		width: 55% !important;
	}

	.wd-heading-wrapper h1 {
		font-size: 65px;
		line-height: 70px;
	}
	
	.wd-heading-wrapper h3 {
		font-size: 25px;
		line-height: 30px;
	}
	
	.wd-heading-wrapper.wd-text-lg h2 {
		font-size: 65px;
		line-height: 70px;
	}

	header.wd {
		padding-top: 50px;
	}
	
	#hero.wd-home {
		padding-top: 100px;
	}
	
	.wd-porfolio-item {
		width: 32%;
	}
	
	.wd-portfolio-list-wrapper {
		justify-content: center;
	}
	
	.wd-porfolio-item .wd-featured-img-wrapper {
		text-align: right;
		width: 60%;
	}
	
}

@media only screen and (max-width: 1500px) {
	.wd-porfolio-item .wd-featured-img-wrapper {
		width: 50%;
	}
}

@media only screen and (max-width: 1400px) {
	
	.wd-porfolio-item .wd-featured-img-wrapper {
		width: 45%;
	}

	.wd-porfolio-item {
		height: 360px;
	}
	
	.wd-heading-wrapper h1 {
		font-size: 60px;
		line-height: 65px;
	}
	
	.wd-heading-wrapper h3 {
		font-size: 23px;
		line-height: 28px;
	}

	.wd-heading-wrapper.wd-text-lg h2 {
		font-size: 60px;
		line-height: 65px;
	}

	#hero.wd-home .wd-btn-wrapper-group {
		width: 40%;
	}
}

@media only screen and (max-width: 1366px) {
	header .wd-col-1 {
		width: 35%;
	}
	
	header .wd-col-2 {
		width: 65%;
	}
	
	.wd-heading-wrapper h1,
	.wd-heading-wrapper h1 span {
		font-size: 60px;
		line-height: 65px;
	}
	
	h3,
	.wd-heading-wrapper h3 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	
	.wd-heading-wrapper.wd-text-lg h2,
	.wd-heading-wrapper.wd-text-lg h2 span {
		font-size: 55px;
		line-height: 60px;
	}
	
	#banner-1.wd-home .wd-icon-list-wrapper {
		width: 25%;
	}

	#banner-1.wd-home .wd-box-info-wrapper {
		width: 30%;
	}
	
	#banner-1.wd-home .wd-model-wrapper img {
		width: 85%;
	}

	#banner-1.wd-home .wd-model-wrapper {
		right: 20% !important;
	}
	
	.wd-pricing-list-wrapper .wd-pricing-item {
		padding: 30px 20px;
	}
	
	footer p {
		margin: 0;
	}

	footer .wd-top-footer {
		padding-top: 50px;
	}

	section.wd-home {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#offers.wd-home {
		padding-top: 80px;
	}

	#banner-1.wd-home {
		padding-top: 100px;
	}
	
	.wd-process-item .wd-ft-img-wrapper img {
		width: 70%;
	}
}

@media only screen and (max-width: 1200px) {
	.wd-porfolio-item {
		height: 300px;
	}

	.wd-heading-wrapper h1, .wd-heading-wrapper h1 span {
		font-size: 55px;
		line-height: 60px;
	}

	.wd-heading-wrapper.wd-text-lg h2, .wd-heading-wrapper.wd-text-lg h2 span {
		font-size: 45px;
		line-height: 50px;
	}

	#banner-1.wd-home .wd-shape-accent-wrapper img {
		width: 85%;
	}
	
	#banner-1.wd-home .wd-shape-accent-wrapper {
		right: 0 !important;
	}

	#banner-1.wd-home .wd-box-info-wrapper .wd-box-info-item {
		padding: 20px;
	}

	h3 {
		font-size: 25px !important;
		line-height: 30px !important;
	}
	
	.wd-heading-wrapper h2,
	.wd-heading-wrapper h2 span {
		font-size: 28px;
		line-height: 35px;
	}

	h4 {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	
	.wd-heading-price-wrapper h2 {
		font-size: 60px;
		line-height: 65px;
	}

	#banner-1.wd-home .wd-model-wrapper img {
		width: 70%;
	}

	#banner-1.wd-home .wd-model-wrapper {
		display: flex;
		justify-content: center;
	}

	.wd-pricing-item .wd-checklist ul li {
		font-size: 16px;
		line-height: 20px;
	}

	.wd-pricing-item .wd-checklist ul {
		gap: 5px;
	}
	
	.accordion {
		font-size: 20px;
	}

	.wd-socials li a {
		font-size: 20px;
	}

	.wd-btn {
		font-size: 14px;
		line-height: 18px;
	}

	#hero.wd-home .wd-btn-wrapper-group,
	#hero.wd-home .wd-google-review-wrapper {
		width: 50%;
	}
}

@media only screen and (max-width: 1100px) {
	#pricing.wd-home .wd-triangle-shape-accent img {
		width: 100%;
	}
	
	#pricing.wd-home .wd-triangle-shape-accent {
		top: -40px !important;
		left: 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	#offers.wd-home .wd-btn-wrapper {
		width: 20%;
	}

	header .wd-col-1 {
		width: 30%;
	}
	
	header .wd-col-2 {
		width: 70%;
	}
	
	.wd-heading-wrapper h1, .wd-heading-wrapper h1 span {
		font-size: 45px;
		line-height: 50px;
	}
	
	.wd-offers-wrapper {
		flex-wrap: wrap;
	}
	
	.wd-offers-wrapper .wd-box-item {
		width: 49%;
	}

	#banner-1.wd-home .wd-icon-list-wrapper {
		width: 30%;
	}

	h5,
	.wd-heading-wrapper h5 {
		font-size: 18px;
		line-height: 24px;
	}

	#offers.wd-home .wd-shape-accent img {
		width: 60%;
	}

	.wd-heading-wrapper h2, .wd-heading-wrapper h2 span {
		font-size: 24px;
		line-height: 30px;
	}

	.wd-porfolio-item {
		width: 48%;
	}

	.wd-heading-wrapper.wd-text-lg h2, .wd-heading-wrapper.wd-text-lg h2 span {
		font-size: 40px;
		line-height: 45px;
	}

	h3,
	.wd-heading-wrapper h3 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	
	
	.wd-form-wrapper input[type="submit"] {
		padding: 10px;
	}
	
	.wd-form-wrapper input::placeholder,
	.wd-form-wrapper select {
		font-size: 14px;
	}

	.wd-number-wrapper {
		margin-bottom: 0;
	}

	.wd-description-wrapper p {
		margin: 0;
	}
	
	.wd-number-wrapper::before {
		width: 35px;
		height: 35px;
	}
	
	.wd-star-rating-wrapper img {
		width: 16px;
	}
}

.wd-mobile-only {
	display: none;
}

@media only screen and (max-width: 980px) {
	.wd-mobile-only {
		display: block;
	}
	
	.wd-desktop-only {
		display: none;
	}
	
	.wd-porfolio-item {
		height: 350px;
	}

	.wd-faq-accordion-wrapper {
		width: 100% !important;
	}
}

@media only screen and (max-width: 800px) {
	.wd-porfolio-item .wd-featured-img-wrapper {
		width: 55%;
	}
	
	#hero.wd-home {
		padding-top: 100px;
		padding-bottom: 570px;
	}
	
	#hero.wd-home .wd-ft-img-wrapper {
		width: 100% !important;
	}
	
	#offers.wd-home .wd-btn-wrapper {
		width: 50%;
	}
	
	#offers.wd-home .wd-shape-accent {
		bottom: -50px !important;
	}
	
	#banner-1.wd-home .wd-content-wrapper {
		flex-direction: column;
	}
	
	#banner-1.wd-home .wd-box-info-wrapper {
		width: 40%;
		margin-left: auto;
	}
	
	#banner-1.wd-home .wd-model-wrapper img {
		width: 60%;
	}
	
	br {
		display: none;
	}

	.wd-porfolio-item {
		width: 100%;
	}
	
	.wd-pricing-list-wrapper {
		flex-direction: column;
		gap: 70px !important;
	}
	
	.wd-process-item .wd-ft-img-wrapper img {
		object-fit: contain;
	}
	
	.wd-process-item:nth-child(2n) .wd-content-wrapper {
		padding-left: 0;
	}

	footer .wd-top-footer {
		padding-top: 150px;
	}

	footer .wd-top-footer .wd-logo-wrapper {
		top: -80px;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.wd-form-wrapper {
		width: 75%;
	}
	
	.wd-offers-wrapper .wd-box-item .wd-box-icon-wrapper {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	#hero.wd-home {
		text-align: center;
	}

	#hero.wd-home .wd-btn-wrapper-group, #hero.wd-home .wd-google-review-wrapper {
		width: 100%;
	}

	#hero.wd-home .wd-google-review-wrapper {
		flex-direction: column;
		align-items: center;
	}

	#hero.wd-home .wd-google-review-wrapper img {
		width: 30%;
	}
	
	#banner-1.wd-home .wd-icon-list-wrapper {
		width: 50%;
	}

	#banner-1.wd-home {
		text-align: center;
	}
	
	#process.wd-home .wd-alternate-process-content-wrapper .wd-process-item {
		flex-direction: column;
	}
	
	#process.wd-home .wd-alternate-process-content-wrapper .wd-process-item .wd-content-wrapper {
		width: 100%;
		padding-left: 60px;
	}

	#process.wd-home .wd-alternate-process-content-wrapper .wd-process-item .wd-ft-img-wrapper {
		width: 100%;
	}

	footer .wd-bottom-footer .wd-container {
		flex-direction: column;
		justify-content: center;
	}
	
	footer .wd-bottom-footer .wd-container .wd-col-1, footer .wd-bottom-footer .wd-container .wd-col-2 {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	#offers.wd-home .wd-heading-wrapper {
		margin-top: 50px;
	}
	
	#offers.wd-home .wd-shape-accent {
		left: -35px;
	}

	#banner-1.wd-home .wd-model-wrapper {
		right: 0% !important;
		justify-content: start;
	}
	
	.wd-testimonial-item {
		max-width: 100%;
	}
	
	.wd-heading-wrapper.wd-text-lg h2, .wd-heading-wrapper.wd-text-lg h2 span {
		font-size: 30px;
		line-height: 35px;
	}
	
	.accordion {
		font-size: 16px;
	}

	footer .wd-top-footer .wd-logo-wrapper img {
		width: 70%;
	}
	
	.wd-heading-wrapper h2, .wd-heading-wrapper h2 span {
		font-size: 20px;
		line-height: 25px;
	}

	.wd-pricing-item .wd-checklist ul li::before {
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	
	.wd-porfolio-item .wd-description-wrapper h5 {
		line-height: 25px;
		font-size: 18px;
	}
	
	.wd-icon-item h5 {
		text-align: left;
	}
}

@media only screen and (max-width: 640px) {
	#hero.wd-home {
		padding-bottom: 480px;
	}

	.wd-offers-wrapper {
		flex-direction: column;
	}

	.wd-offers-wrapper .wd-box-item {
		width: 100%;
	}
	
	.wd-offers-wrapper .wd-box-item .wd-box-icon-wrapper {
		width: 25%;
	}
}

@media only screen and (max-width: 540px) {

	.wd-offers-wrapper .wd-box-item .wd-box-icon-wrapper {
		width: 30%;
	}

	header.wd {
		padding-top: 25px;
	}

	#hero.wd-home {
		padding-bottom: 380px;
	}


	.wd-testimonials-slider-4 {
		margin-top: 100px;
	}

	.btn-prev.slick-arrow {
		right: 50%;
		top: -65px;
	}
	
	.btn-next.slick-arrow {
		right: 35%;
		top: -65px;
	}
	
	.wd-form-wrapper {
		width: 100%;
	}

	#banner-1.wd-home .wd-box-info-wrapper {
		width: 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	
	#banner-1.wd-home .wd-icon-list-wrapper {
		width: 100%;
	}


	#banner-1.wd-home {
		padding-bottom: 470px;
	}

	#banner-1.wd-home .wd-model-wrapper {
		justify-content: center;
	}
	
	.wd-offers-wrapper .wd-box-item {
		width: 100%;
	}

	header .wd-logo-wrapper img {
		width: 90%;
	}

	#hero.wd-home .wd-heading-wrapper:first-child {
		margin-top: 60px;
	}
	
	#offers.wd-home .wd-shape-accent {
		left: -60px;
	}
	
	#testimonials.wd-home {
		text-align: center;
	}
}


@media only screen and (max-width: 440px) {
	.wd-offers-wrapper .wd-box-item .flip-box-front, .wd-offers-wrapper .wd-box-item .flip-box-back {
		padding: 25px;
	}
	
	.flip-box {
		height: 420px;
	}

	header .wd-logo-wrapper img {
		width: 100%;
	}

	#hero.wd-home .wd-btn-wrapper-group {
		flex-direction: column;
	}
	
	#process.wd-home .wd-alternate-process-content-wrapper .wd-process-item .wd-content-wrapper {
		width: 100%;
		padding-left: 20px;
	}

	.wd-porfolio-item {
		justify-content: start !important;
	}

	.wd-porfolio-item {
		height: 400px;
	}

	.wd-heading-wrapper h1, .wd-heading-wrapper h1 span {
		font-size: 35px;
		line-height: 40px;
	}

	#hero.wd-home {
		padding-bottom: 300px;
	}

	.wd-container {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 400px) {
	#rmp-container-49408 {
		padding-top: 100px !important;
	}
}

@media only screen and (max-width: 340px) {
	.wd-offers-wrapper .wd-box-item .wd-box-icon-wrapper {
		width: 50%;
	}
	
	header .wd-logo-wrapper img {
		width: 70%;
	}

	#offers.wd-home .wd-shape-accent {
		display: none;
	}

	.wd-icon-item {
		flex-direction: column;
	}

	#banner-1.wd-home .wd-icon-list-wrapper {
		gap: 40px;
	}
	
	#hero.wd-home {
		padding-bottom: 220px;
	}
}