@charset "UTF-8";
/*
Theme Name: DC Tree & Landscaping Services
Author: Webdesign 309
Author URI: http://www.webdesign309.com/
Description: We are a full service webdesign and development company delivering high end design and development solution for our clients and delivering best solutions to attract more visibility and customization to your website.
Version: 3.0.0
Tags: peoria web development, chicago web development, custom wordpress development, advertising agency solutions, florida webdesign, chicago webdesign, illinois webdesign, custom webdesign development
*/


@font-face { font-family: 'inter-medium'; src: url('font/Inter-Medium.eot'); src: url('font/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('font/Inter-Medium.woff2') format('woff2'), url('font/Inter-Medium.woff') format('woff'), url('font/Inter-Medium.ttf') format('truetype'), url('font/Inter-Medium.svg#Inter-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'inter-regular'; src: url('font/Inter-Regular.eot'); src: url('font/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('font/Inter-Regular.woff2') format('woff2'), url('font/Inter-Regular.woff') format('woff'), url('font/Inter-Regular.ttf') format('truetype'), url('font/Inter-Regular.svg#Inter-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'tenor-sans'; src: url('font/TenorSans.eot'); src: url('font/TenorSans.eot?#iefix') format('embedded-opentype'), url('font/TenorSans.woff2') format('woff2'), url('font/TenorSans.woff') format('woff'), url('font/TenorSans.ttf') format('truetype'), url('font/TenorSans.svg#TenorSans') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }


:root {
--body-color: #656565;
--primary-color: #19542C;
/* --medium-green-color: #2A7D2E; */
--secondary-color:#9ABE3C;

--black-color: #000000;
--white-color: #FFFFFF;

--body-font: 'inter-regular';
--heading-font:'tenor-sans';
--btn-font:'inter-medium';


}


*:focus { outline: none; }

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite,
 dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label, input, textarea, option,
  .nobox { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

blockquote { quotes: none; }
br { height: 0; }
ul, ol, dl, li { margin: 0; padding: 0; list-style-type: none; }
ul, ol { margin: 0 0 0 0px; }
html, body { appearance: none; -webkit-appearance: none; border: none; -webkit-text-size-adjust: none; }


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body { padding: 0; margin: 0; font-family: var(--body-font); font-size: 20px; color: var(--body-color); line-height: 30px; box-sizing: border-box; overflow-x: hidden; }
/* section { overflow: hidden; } */
*, *:after, *:before { box-sizing: border-box; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 { margin: 0; color:var(--primary-color); line-height: normal; font-weight: normal; font-family: var(--heading-font); text-transform: capitalize; }

/* Specific Header Settings */
h1, .h1 { font-size: 56px; line-height: 64px;}
h2, .h2 { font-size: 48px; line-height: 64px; }
h3, .h3 { font-size: 32px; line-height: 40px;}
h4, .h4 { font-size: 30px; }
h5, .h5 { font-size: 25px; }
h6, .h6 { font-size: 20px; }
p { word-wrap: break-word; margin-bottom: 24px; }


/* Other Typo */
strong { font-weight: bold; }
hr { border: 0 #000 solid; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }


/* Remove border around linked images */
img { max-width: 100%; border: 0; border-style: none; height: auto; }

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a { text-decoration: none; transition: 0.5s; color: var(--secondary-color); display: inline-block; font-size: 20px; line-height: 24px; }
a:hover { color: var(--secondary-color); }

/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--heading-font); font-weight: normal; margin: 0 0 0 0; padding: 12px 28px; border-radius: inherit; background-color: var(--secondary-color); border: none; border-radius: 40px; display: inline-block; vertical-align: middle; letter-spacing: 0%; font-size: 20px; color: #fff; line-height: 24px; position: relative; box-shadow: none; text-align: center; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; overflow: hidden; position: relative; z-index: 0; cursor: pointer; text-transform: capitalize; }

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #ffffff; background-color: var(--primary-color);}

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea,
select { color: rgba(110, 110, 110, 1); padding: 12px 14px; font-family: var(--body-font); font-size: 20px; letter-spacing: 0; line-height: 22px; outline: none; width: 100%; appearance: none; resize: none; background: #FFFFFF 0% 0% no-repeat padding-box; border: 1px solid rgba(170, 170, 170, 1); border-radius: none; }


textarea {width: 100%; padding: 12px 14px; min-height: 96px; background: rgba(255, 255, 255, 1); resize: none; margin: 0 0 15px; }

/* input[type="submit"]:hover{ color: var(--red-color); border: 3px solid transparent;} */

input::-webkit-input-placeholder { color: #333; opacity: 37%; }
input:-moz-placeholder { color: #333; /*opacity: 0,8;*/ }
input::-moz-placeholder { color: #333; opacity: 37%; }
input:-ms-input-placeholder { color: #333; opacity: 37%; }
textarea::-webkit-input-placeholder { color: #333; opacity: 37%; }
textarea:-moz-placeholder { color: #333; opacity: 37%; }
textarea::-moz-placeholder { color: #333; opacity: 37%; }
textarea:-ms-input-placeholder { color: #333; opacity: 37%; }

/* ul li css */
ul li { position: relative; padding: 6px 8px 6px 18px; }
ul.col-2 li:before, ul.col-3 li:before, ul li:before { position: absolute; content: ""; width: 6px; height: 6px;
   background-color: var(--primary-color); top: 15px; left: 0; border-radius: 50%; }

/* container */
.container { max-width: 1660px; width: 100%; padding: 0 50px; margin: 0 auto; }
.col_1 { width: 100%; }
.col_2 { width: 50% !important; }
.col_3 { width: 33.33%; }
.col_4 { width: 25%; }

.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.justify-content-start { justify-content: flex-start; }
.justify-content-center { justify-content: center; }
.justify-content-end { justify-content: flex-end; } 
.justify-content-between { justify-content: space-between; }
.align-items-start { align-items: flex-start; }
.align-items-center { align-items: center; }
.align-items-end { align-items: flex-end; }
.row-reverse { flex-direction: row-reverse; }
.text-center { text-align: center; } 
.text-left { text-align: left; }
.text-right { text-align: right; }
.gap-100{gap: 100px;}
.mt-24{margin-top: 24px !important;}
.mt-50{margin-top: 40px !important;}



/* **********--------------------- def-page css ----------------------------**************** */
.def-page{padding: 60px 0px 60px;}
.def-page p:last-child{margin-bottom: 0;}
.def-page p{ color: var(--body-color); font-size: 20px; font-style: normal; font-weight: normal; line-height: 28px;}
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; }
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative;}
.def-page .right-img img{border-radius: 0px; position: relative; border-radius: 8px;}
.def-page .left-img img{border-radius: 0px; position: relative; border-radius: 8px;}
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 23px 0;}


.def-page h2{font-size: 56px;line-height: 64px;} 
.def-page h3{font-size: 48px;line-height: 64px;}
.def-page h4{font-size: 32px;line-height: 40px;}
.def-page h5{font-size: 25px;line-height: 35px;} 
.def-page h6{font-size: 20px;line-height: 30px;}
.def-page ul {margin: 0;padding-bottom: 10px;}
.overflow{ overflow: inherit !important;}
.def-page ul li { list-style: none; text-align: left; color: var(--body-color); font-size: 20px; line-height: 24px; position: relative; padding: 5px 10px 20px 37px; overflow: hidden; }
.def-page ul li:last-of-type{padding-bottom: 5px;}
.def-page ul li:before { content: "";  width: 25px; height: 25px; top: 5px; left: 0; background-image: url(images/checked.png); background-position: center; background-repeat: no-repeat; background-size: contain; position: absolute; background-color: transparent;   }
.def-page ol{padding-left: 0; padding-bottom: 25px;}
.def-page ol li {line-height: 24px; list-style-type:none;counter-increment:item;  padding: 5px 0 5px 0;  color: var(--body-color); font-size: 20px;}
.def-page ol li:before {display:inline-block; content: counter(item) "."; color: var(--body-color); padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.def-page p {padding-bottom: 0px;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 0px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:0px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block;padding-bottom: 100px;text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 20px; margin-bottom: 0;}
.thankyou {text-align: center;}
/* .thankyou h3 strong {font-size: 46px;} */
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.def-page a{ color: var(--primary-color); font-size: 20px; text-decoration: none; transition: 0.5s;}
.def-page a.button{ color: var(--primary-color); }
.def-page a.button:hover{text-decoration: none;}
.def-page a:hover{ text-decoration: underline;}
.def-page a.button:hover{color: var(--white-color); }
/* .def-page strong{ font-size: 24px; } */

/* **********--------------------- validation css ----------------------------**************** */
.wpcf7-not-valid-tip{ display: none !important; }
.wpcf7-not-valid{ border: 1px solid #dc3232 !important; }
form .cf7sr-recaptcha .wpcf7-not-valid-tip{ display: block !important; font-size: 15px; }
.submit-captcha { margin-top: -5px; display: flex; /* width: 100%; */ align-items: flex-start; justify-content: flex-start; }
.submit-captcha .input-fild:last-child{ margin-top: 17px; }
 .wpcf7 form .wpcf7-response-output { margin: 0.5em auto; padding: 0.2em 1em; border: 2px solid #00a0d2;    width: 100%; text-align: center; }



/* header css */
.header{ position: absolute; top: 60px; left: 0; width: 100%; z-index: 99; }

.header_otr{ background: #fff; border-radius: 90px; padding: 16px 27px; display: flex; align-items: center; justify-content: space-between; }

.header_logo{ width: 100%; max-width: 25%; line-height: 0;}

.header_logo img{ width: 100%; display: block; }

nav.header_nav ul li::before{content: none;}

.header_nav ul li{padding: 0;}

.header_nav{ max-width: 42%; width: 100%; }

.header_nav > ul{ display: flex; justify-content: center; align-items: center; gap: 50px; }

.header_nav ul li a{ color: #000000; text-transform: uppercase; font-size: 16px; line-height: 16px; font-family: var(--btn-font); }

.header_nav ul li a:hover,.header_call_text a:hover{ color: var(--secondary-color); }

.header_call{ display: flex; align-items: center; gap: 12px; width: 100%; max-width: 15%; }
.header_call span{ width: 52px; height: 52px; border-radius: 50%; background: var(--primary-color); display: flex; align-items: center; justify-content: center; }



.header_call_text small { display: block; color:  var(--primary-color); font-size: 16px; margin-bottom: 2px; LINE-HEIGHT: 24PX; text-transform: capitalize;}

.header_call_text a{ color: #000000; text-decoration: none; font-size: 20px; line-height: 28px; font-family: var(--btn-font); }

/*==================================== Arrow ====================================*/

.header_nav > ul > li.menu-item-has-children > a{ padding-right:18px; }

.header_nav > ul > li.menu-item-has-children > a::after{ content:""; position:absolute; right:0; top:50%; width:8px; height:8px; border-right:2px solid currentColor; border-bottom:2px solid currentColor; transform:translateY(-70%) rotate(45deg); transition:.5s; }

.header_nav > ul > li.menu-item-has-children:hover > a::after{ transform:translateY(-30%) rotate(225deg); }

/*==================================== Sub Menu ====================================*/

.header_nav .sub-menu{ position:absolute; top:100%; left:0; min-width:240px; padding:12px 0; margin:18px 0 0; background:#fff; border-radius:10px; box-shadow:0 15px 35px rgba(0,0,0,.15); list-style:none; display:block; opacity:0; visibility:hidden; transform:translateY(15px); transition:.35s; z-index:999; }


.header_nav li:hover > .sub-menu{ opacity:1; visibility:visible; transform:translateY(0); }

/*==================================== Sub Menu Item ====================================*/

.header_nav .sub-menu li{ position:relative; width:100%; }

.header_nav .sub-menu li + li{ border-top:1px solid #ececec; }

.header_nav .sub-menu li a{ display:block; padding:13px 22px; color: #000; text-decoration:none; white-space:nowrap; transition:.5s; }

.header_nav .sub-menu li:hover > a{ background:var(--primary-color); color:#fff; padding-left:30px; }

/*==================================== Second Level ====================================*/

.header_nav .sub-menu .sub-menu{ top:0; left:100%; margin:0 0 0 10px; }

/* Arrow for second level */

.header_nav .sub-menu li.menu-item-has-children > a{ position:relative; padding-right:30px; }

.header_nav .sub-menu li.menu-item-has-children > a::after{ content:""; position:absolute; right:16px; top:50%; width:6px; height:6px; border-top:2px solid currentColor; border-right:2px solid currentColor; transform:translateY(-50%) rotate(45deg); }

/*==================================== Active ====================================*/

.header_nav > ul > li:hover > a, .header_nav > ul > li.current-menu-item > a, .header_nav > ul > li.current_page_item > a, .header_nav > ul > li.current-menu-ancestor > a{ color:var(--primary-color); }
.banner{ position:relative; overflow:hidden; padding: 284px 0 133px; }
.banner_bg{ position:absolute; left: 0; top: 0; width: 100%; height: 100%; line-height:0; }
.banner_bg img{ width:100%; display:block; height: 100%; object-fit: cover; }
.banner_bg::before{ content:""; position:absolute; inset:0; background: linear-gradient(183.21deg, #0C3C1C 8.74%, rgba(12, 60, 28, 0.6) 52.13%, rgba(11, 61, 44, 0.3) 88.25%); z-index:1; }
.banner_sec .container{ position: relative;}
.banner::after{ content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 100px; background: url("images/bottom-fetch-1.webp") repeat-x bottom center; background-size: 100% 100%; z-index: 1; }

.banner_otr { position: relative; z-index: 1; color: var(--white-color); padding-left: 102px; max-width: 804px; width: 100%; line-height: 36px; font-size: 20px; }
.banner_otr h1{ color: var(--white-color); padding: 0 0 24px; }
.anner_otr .banner_btn{ margin-top: 4px; }
.banner_tag{ position: relative; margin-bottom: 32px; background: rgba(255, 255, 255, 0.1); padding: 12px 42px; border-radius: 18px; width: fit-content; font-size: 24px; line-height: 16px; font-family: var(--btn-font);box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .9), inset -1px -1px 1px rgba(255, 255, 255, .8), 0 0 1px rgba(255, 255, 255, .5);}
.banner_tag::before,.banner_tag::after{ content: ''; position: absolute; width: 16px; height: 16px; background: rgba(25, 84, 44, 1); border-radius: 50%; left: 16px; top: 12px; }
.banner_tag::after{ left: auto; right: 16px; }

/* service */
.service{ padding: 40px 0 132px; background-image: url(images/card-bg-1.webp); background-size: 100% 100%; }
.service h2{ padding: 0 0 16px; position: relative; }
.common_green_tag{ background: rgba(25, 84, 44, 1); text-align: center; color: var(--white-color); padding: 8px 20px; border-radius: 20px; width: fit-content; margin: 0 auto; font-size: 16px; line-height: 16px; text-transform: uppercase; margin-bottom: 28px; position: relative; }
.common_green_tag::after{ content: ''; position: absolute; right: 0; top: -22px; width: 24px; height: 24px; background-image: url(images/pati.svg); background-repeat: no-repeat; background-position: center; background-size: contain;  }
.service-inr{ margin: 0 -24px; padding: 25px 0 0px; position: relative; justify-content: center;}
.service-inr .service-item{ width: 100%; padding: 0 24px; height: 100%; }
.service-inr .service-item .service-box{ position: relative; padding-bottom: 0px; text-align: left; padding-top: 244px; height: 100%; }
.service-inr .service-item .service-box .service-img{ width: 100%; height: 446px; line-height: 0; position: absolute; left: 0; top: 0; }
.service-inr .service-item .service-box .service-img::before{ content: ''; position: absolute; bottom: 0; right: -1px; width: 100%; height: 303px; clip-path: polygon(100% 16%, 0% 100%, 100% 100%); background-color: #f0ffea; }
.service-inr .service-item .service-box .service-img img{ width: 100%; height: 100%; object-fit: cover; }
.service-inr .service-item .service-box .icon_img{border: 2px solid rgba(241, 255, 206, 1);background: rgba(25, 84, 44, 1); width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; right: 24px; top: -32px; z-index: 1; }
.service-inr .service-item .service-box .icon_img img { width: 56px; height: 56px; object-fit: cover; }
.service-content{ width: calc(100% - 48px);box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13); background: rgba(255, 255, 255, 1); border-radius: 12px;padding: 40px; font-size: 16px; line-height: 24px; position: relative; margin-left: auto; height: 100%; display: flex; flex-direction: column; }
.service-content .green-text{ display: block; font-family: var(--btn-font); color: rgba(154, 190, 60, 1); padding: 0 0 8px; text-transform: uppercase; }
.service-content h3{ font-size: 32px; line-height: 40px; padding: 0 0 20px; }
.service-inr .service_slick_button{ position: absolute; left: 50%; bottom: -92px; transform: translateX(-50%); background-color: transparent; padding: 0; font-size: 0.; border: none; z-index: 1; }
.service-inr .service_slick_button.slick-prev{ margin-left: -50px; }
.service-inr .service_slick_button.slick-next{ margin-right: -50px; }
.service-inr .service_slick_button:hover svg g{ opacity: 1; }

.service-inr.show-line::before{ content: ''; position: absolute; bottom: -75px; left: 0; width: 100%; border: 2px solid rgba(190, 217, 199, 1) }
.service-inr::after{ content: ''; position: absolute; bottom: -87px; left: 48.5%; transform: translateX(-50%); width: 100px; height: 33px; background-color: #f1ffea; }

.service-inr .slick-track{  display: flex !important;}
.service-inr .slick-track .slick-slide{ height: inherit; }
.service-inr .slick-track .slick-slide > div{ height: 100%; }
.service-content a{ margin-top: auto; width: fit-content; }


footer{ background:var(--primary-color) url("images/footer_fetch.png") center/cover no-repeat; padding:40px 0 20px; }

.footer_info ul li::before,.footer_links ul li:before{content: none;}

.footer_info ul li,.footer_links ul li{padding: 0;}


.footer_otr{ display:flex; justify-content:space-between; align-items:center; gap:40px; padding-bottom: 25px; border-bottom:1px solid rgba(255,255,255,.27); }

.footer_info{ max-width:280px; width:100%; }

.footer_info ul, .footer_links ul{ list-style:none; }

.footer_info li + li{ margin-top:16px; }

.footer_info a{ display:flex; align-items:center; gap: 8px; color:#fff; font-family: var(--btn-font); font-size:16px; line-height: 16px; }

.footer_info a:hover{color: var(--secondary-color);}

.footer_info img{ width:24px; height: 24px; }

.footer_logo {
    line-height: 0;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.footer_logo img{ display:block; width:100%; }

.footer_links{ max-width: 280px; width:100%; }

.footer_links h4{ font-family: var(--btn-font); color:var(--secondary-color); font-size:20px; line-height: 28px; margin-bottom: 20px; }

.footer_links ul li{line-height: 0;}

.footer_links li + li{ margin-top:16px; }

.footer_links a{ font-size: 16px; line-height: 16px; color:#fff; text-decoration:none; transition:.5s; }

.footer_links a:hover{ color: var(--secondary-color); }

.copyright{ padding-top: 24px; text-align:center; color:#fff; font-size:16px; line-height: 24px; }

.faqs{padding: 202px 0 57px 0; background :url("images/faq_bg.png") center/cover no-repeat;}

.faq_left{max-width: 549px; width: 100%;}

.faq_left .common_green_tag,.why_choose .common_green_tag { margin: 0 auto 28px 0; }

.faqs_inr{ display:flex; justify-content:space-between; align-items:flex-start; gap:60px; }

.faq_right{ max-width:756px; width:100%; } 

.faq_item.active{background-color: #F0FFEA;   border-color: #19542C; border-bottom: 3px solid #19542C;  border-radius: 20px;}

 .faq_item.active .faq_head{ padding-bottom: 25px;}


.faq_item{ counter-increment: proven-step; background:#fff; padding: 20px 40px; box-shadow: 0px 0px 4px 0px #00000021; border:1px solid #E3E3E3; border-radius:20px; margin-bottom:18px; overflow:hidden; transition:.35s ease; }

.faq_item .faq_head h3{position: relative; padding-left: 35px;}

.faq_item .faq_head h3::before{ position: absolute; top: 0; left: 0; content:"0" counter(proven-step);}

.faq_head{ display:flex; justify-content:space-between; align-items:center; cursor:pointer; }

.faq_head h3{ margin:0; font-size:24px; line-height: 32px; }

.faq_item .faq_head span { width: 40px; height: 40px; position: relative; flex-shrink: 0; background-color: #F0FFEA; border-radius: 50%; }

.faq_item.active .faq_head span { width: 40px; height: 40px; position: relative; flex-shrink: 0; background-color: #FFFFFF; border-radius: 50%; }


.faq_head span::before, .faq_head span::after{ content:""; position:absolute; left:50%; top:50%; background:var(--primary-color); transition:.3s; }

.faq_head span::before{ width:18px; height:2px; transform:translate(-50%,-50%); }

.faq_head span::after{ width:2px; height:18px; transform:translate(-50%,-50%); }

.faq_item.active .faq_head span::after{ opacity:0; }

.faq_body{ display:none; }

.faq_body p{ margin:0; line-height: 30px; }

.why_choose{padding-top: 72px; position: relative;}

.why_choose_inr{display: flex; gap: 54px; justify-content: space-between; align-items: end; padding-bottom: 45px;}

.why_choose_left{max-width: 756px; width: 100%;}

.why_choose_right{max-width: 750px; width: 100%;}

.why_left{line-height: 0; position: absolute; bottom: 0; left: 0; z-index: 1;}

.why_left img{ border-radius: 50%;}

.why_otr{ position: relative; display: flex; justify-content: flex-end; min-height: 720px; overflow: hidden; }

.why_left{ position: absolute; left: -100px; bottom: -12px; height: 732px; z-index: 3; overflow: hidden; }

.why_right{ position: relative; width: 58%; margin-left: auto; z-index: 2; padding: 40px 0; min-height: 700px; }

.circle_line{ position: absolute; left: -500px; top: 74px; width: 646px; height: 646px; border: 5px solid #19542C; border-radius: 50%; z-index: 1; }


.why_item{ position:absolute; display:flex; align-items:flex-start; gap: 33px; z-index:2; }

.icon{ width: 100px; height: 100px; border-radius:50%; background:#19542C; display:flex; align-items:center; justify-content:center; flex-shrink:0; }

.item1 { top: 60px; left: -65px; }


.item2 { top: 230px; left: 60px; }

.item3{ top:450px; left: 60px; }

.why_item .content{max-width: 80%; width: 100%;}

.why_item .content h3{font-size: 32px; line-height: 40px; margin-bottom: 16px;}

.why_item .content p{margin-bottom: 0;}


.why_cta{ position: absolute; left: 50%; bottom: -125px; transform: translateX(-50%); width: 100%; max-width: 1324px; background: url("images/cta-image.webp") no-repeat center; background-size: cover; border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: space-between; z-index: 10; }

.why_cta_otr{ display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 35px 270px 35px 277px; }

.why_cta_left{ max-width: 560px; width: 100%; position: relative; z-index: 2; text-align: center;}

.why_cta_left h3{ color: #fff; margin-bottom: 24px; }

.why_call{ display: inline-flex; align-items: center; gap: 14px; padding: 13px 44px; background: rgba(255,255,255,.40); border-radius: 50px; color: #fff; }

.call_icon{ width: 52px; height: 52px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.why_cta_center{ width: 162px; height: 166px; background: url("images/lorem-image.png") no-repeat center; background-size: cover; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.why_cta_center span{ font-size: 24px; line-height: 32px; font-family: var(--heading-font); color: var(--primary-color); text-align: center; padding-bottom: 13px; }

.why_cta_left a small{font-size: 16px; line-height: 24px;}

.why_cta_left a div strong{display: block; font-size: 20px; line-height: 28px; font-family: var(--btn-font);}

.banner_inr{display: flex; justify-content: space-between;}

.banner_right{position: relative; z-index: 1;     max-width: 45%; width: 100%;}

.banner_right .banner_form { border: 5px solid #FFFFFF; border-radius: 8px; padding: 22px 25px;   background: rgba(248, 248, 240, 0.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.8); border-radius: 24px; box-shadow: 0 20px 50px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.9); }

.banner_form label{ display: inline-block; padding: 12px 32px; background: var(--primary-color); color: #fff; border: 3px solid #fff; border-radius: 50px; font-size: 20px; font-family: var(--font-bold); text-transform: uppercase; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); }

.banner_form form{padding-top: 27px;}

.form_row{ display: flex; gap: 20px; margin-bottom: 20px; }

.form_group{ width: 100%; }

.form_group input, .form_group textarea{ width: 100%; border-radius: 8px; outline: none; font-size: 16px; font-family: var(--body-font); transition: .3s ease; }

.service-content ul{margin-bottom: 20px;}

.service-content ul.col-2 li {width: 50%; float: left;}

.service-content ul.col-2{display: inline-block;}

.wpcf7 form.invalid .wpcf7-response-output{font-size: 14px;}

.form_group_main { display: flex;  align-items: center; gap: 40px;}

.cf7-cf-turnstile #cf-turnstile-cf7-3449529703{line-height: 0;}

.wpcf7 form input[type="submit"]{ height: max-content; }

.service-inr.show-line::before{
    opacity: 1;
    visibility: visible;
}

.copyright a:hover{text-decoration: underline;}

.copyright a{font-size: 16px;}

.why_item .icon img { width: 50px; height: 50px; object-fit: cover; }

.inr_banner{padding-top: 200px; text-align: center;}

.service-inr .service-item { height: unset; width: 33.33%}
.service-inr .slick-track .service-item{height: 100%;}
.service-inr{display: flex;}