@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
}

h1, h2, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: #292929;
    font-weight: 500;
    line-height: 24px;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-80 {
	padding: 50px 0;
}
.wpcf7-spinner{ display:none;}
.bannertext h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 300;
	margin: 0;
	line-height: 44px;
}
.bannertext h1 strong {
	font-weight: 200;
	border: 2px solid #42af00;
	/* border-radius: 50%; */
	border-width: medium 0px medium 0px;
	background-color: #00000029;
	text-transform: capitalize;
	letter-spacing: -3px;
	padding: 10px 8px;
	margin-bottom: -4px;
	display: inline-block;
}
.bannertext h1 span {
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	line-height: 30px;
}

.bannertext h6 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-top: 26px;
	width: 100%;
	text-decoration: underline;
}

.headertext h3 {
	font-size: 44px;
	color: #76b04f;
	font-weight: 700;
	margin: 0 0 10px;
	position: relative;
}
.headertext p{
    font-size: 20px;
}
.headertext h3 span {
	color: #000;
	display: block;
	text-decoration: underline;
	font-size: 44px;
}

.headertext h6 {
    font-size: 17px;
    color: #1c1c1c;
    font-weight: 500;
}

/*// btn group //*/
.btn_group { display: inline-flex; align-items: center; justify-content: flex-start; }
.btn_circleB { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background-color: #08CAFE; border-radius: 50%; border: 3px solid #fff; margin-right: -20px; transition: 0.6s; z-index: 1; }
.btn_circleB .fa-arrow-right { font-size: 16px; color: #fff; transform: rotate(-45deg); position: relative; transition: 0.6s; z-index: 1; }
.btn_box { position: relative; padding: 10px 15px 10px 35px; font-size: 15px; font-weight: 500; border: none; border-radius: 6px; background-color: #000; color: #fff; text-align: center; white-space: nowrap; display: inline-flex; align-items: center; justify-content: space-around; gap: 25px; transition: 0.6s; }
.btn_group:hover .btn_circleB .fa-arrow-right { transform: rotate(0deg); }
.btn_group:hover .btn_box { background-color: #08CAFE; }
.btn_group:hover .btn_circleB { background-color: #000; }
/*// btn group //*/


/*[class^=col-] {
    margin-bottom: 30px; 
}*/

/*// backToTop //*/
#backToTop { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; padding: 10px; background-color: #8ac43f; border: none; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; z-index: 1000; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); border: 1px solid rgb(255 255 255 / 89%); transition: 0.6s; }
#backToTop .fa-arrow-up { font-size: 18px; color: #fff; top: -1px; position: relative; }
#backToTop:hover { background-color: rgb(0 120 181 / 66%); transform: scale(1.1); }
#backToTop:hover svg { transform: translateY(-3px); }
/*// backToTop //*/

/* ======================================================================= */
    /* header start */
/* ======================================================================= */

.headerarea {
	box-shadow: none;
	padding: 0;
	position: absolute;
	/* background: #000; */
	width: 100%;
	z-index: 2;
}

.headerarea .logo {
	width: 100%;
	max-width: 230px;
	position: relative;
	display: inline-block;
	padding: 7px 2px;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}
img.twentytwenty-after {
    filter: grayscale(1);
}
.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #000;
    padding: 5px 100px;
    z-index: 3333;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: #000;
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover, .headerarea.fix .menu ul li.active a {
    color: #07B8FE;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu {
    margin-top: 0px;
    margin-right: 0;
}
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active { position: relative; }
.menu ul li.active::before {content: '';position: absolute;top: -5px;left: 0;width: 100%;max-width: 50px;height: 50px;background-repeat: no-repeat;background-size: contain;background-position: center;background-image: url(../images/menu-active-shape.svg);}
.menu ul li span { position: absolute; top: 45%; right: 10px; }
.menu ul li span::after { content: '\2b'; color: #000000; font-family: FontAwesome; font-size: 10px; }
.menu ul li:hover span::after { color: #f7c624; }
.headarea.innerheader .menu ul li a { color: #000; }
.menu ul li a { color: #3c3c3c; font-size: 16px; font-weight: 400; display: block; padding: 15px 0px; margin: 0 15px; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu ul li a:hover, .menu ul li.active a { color: #07B8FE; }
.menu ul li.active a::after { width: 100%; }
.menu ul li a span { display: inline-block; vertical-align: 0px; margin-left: 6px; font-size: 10px; }
.menu ul li:hover ul li a:hover { color: #000; background-color: #f7c624; }
.menu ul li ul { width: 240px; position: absolute; top: calc(100% + 30px); left: 0; z-index: 2; background-color: #ffffff; text-align: left; transition: 0.3s; opacity: 0; visibility: hidden; box-shadow: 0 4px 15px rgb(0 0 0 / 3%); }
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a { font-size: 14px; text-transform: none; padding: 12px 15px; color: #000; line-height: 20px; font-weight: 500; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s; display: block; margin: 0; }
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span { width: 100%; height: 2px; background: #000; margin-bottom: 6px; float: left; transition: all 0.3s ease-in-out 0s; }
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px) {
    .menu ul {
        display: block!important;
    }

    .menu ul li:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:15px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}

.headerarea .menu .active>a {
    color: #07B8FE;
    background: transparent;
}

/*-- header area stop --*/

.phoneno h6 {
	font-size: 18px;
	color: #42af00;
	font-weight: 700;
	font-family: 'Heebo', sans-serif;
}
.phoneno h6 a{color: #42af00;}

.phoneno h6 span {
    font-weight: 600;
}


.phoneno {
	background-color: #fff;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 7px;
}







/* ======================================================================= */
    /* banner start */
/* ======================================================================= */
.banner {
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 190px 0 40px;
	z-index: 1;
	align-items: center;
	display: flex;
}
.banner::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:-1;
    background: #000000;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.banner_in {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.bannertext {
	max-width: 440px;
}
.banner_form {
	width: 67%;
	background-color: #000000d6;
	padding: 40px 30px;
	flex-basis: 410px;
	flex-shrink: 0;
	border: 2px solid rgba(255, 255, 255, 0.97);
	border-radius: 7px;
}
.banner_form h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}

.banner_form h4 span {
    color: #42af00;
    font-weight: 800;
}

.banner_form .form-control {
    background-color: transparent;
    height: 45px;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-weight: 400;
    border-radius: 7px;
    width: 100%;
}

.banner_form textarea.form-control {
    background-color: transparent;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-weight: 400;
    border-radius: 7px;
    width: 100%;
   height: 125px;
}
.form-control::placeholder {
    color: #fff;
}



.banner_form .form-group {
    margin-bottom: 15px;
}

.banner_form select {
    background-color: transparent;
    height: 45px;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    font-weight: 400;
    border-radius: 7px;
    width: 100%;
}

.mainbtn {
	padding: 12px 25px;
	margin-top: 14px;
	position: relative;
	font-size: 18px;
	border-radius: 0;
	font-weight: 600;
	border: none;
	background-color: #5c913c;
	color: #fff;
	text-align: center;
	display: inline-block;
	transition: 0.6s;
	width: 100%;
	background: #7EB553;
	background: linear-gradient(180deg, rgba(126, 181, 83, 1) 0%, rgba(41, 70, 23, 1) 100%);
	border-radius: 7px;
}


/* ======================================================================= */
    /* about_sec start */
/* ======================================================================= */
.about_sec {
    width: 100%;
}

.about_sec_left {
	width: 100%;
	position: relative;
	max-width: 480px;
	margin: auto;
}

.about_sec_pic {
    height: 500px;
    position: relative;
    display: flex;
    z-index: 1;
}

.about_sec_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_sec_right {
    width: 100%;
}

.about_sec_right h4 {
	font-size: 30px;
	color: #000;
	font-weight: 300;
	max-width: 400px;
	margin-top: 15px;
}

.list_item {
    width: 100%;
    margin: 20px 0;
}

.list_item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list_item ul li {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    gap: 5px;
    display: flex;
}

.list_item ul li::before {
    content: "\f058";
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;
    color: #52b516;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}





/* ======================================================================= */
    /* services_sec start */
/* ======================================================================= */
.services_sec {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
}

.services_sec .headertext {
    margin-bottom: 35px;
}

.services_card {
    width: 100%;
}

.services_cardpic {
    height: 500px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.services_cardpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.services_card h4 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.rightcard {
    width: 90%;
    margin: 0 auto;
}

.services_card h5 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin: 15px 0;
}

.rightcard ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    grid-gap: 15px;
}
.rightcard ul li {
    display: block;
    font-size: 16px;
    color: #323232;
    font-weight: 600;
    text-decoration: none;
    transition: 0.6s;
    position: relative;
}

.rightcard ul li::before {
    content: "\f058";
    position: relative;
    font-family: FontAwesome;
    font-size: 16px;
    color: #52b516;
    top: 0;
    left: 0;
    padding-right: 7px;
    width: 20px;
    height: 20px;
}

.order_item01 {
    order: -1;
}

.order_item02 {
    order: -2;
}

/*//*/
:root {
    --primary-50: #eff6ff;
    --primary-100: #dbeafe;
    --primary-500: #3b82f6;
    --primary-600: #2563eb;
    --primary-700: #1d4ed8;
    
    --accent-50: #fff7ed;
    --accent-100: #ffedd5;
    --accent-500: #f97316;
    --accent-600: #ea580c;
    
    --success-500: #10b981;
    --warning-500: #f59e0b;
    --error-500: #ef4444;
    
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-8: 2rem;
    --spacing-10: 2.5rem;
    --spacing-12: 3rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  }

 .services {
	padding: 50px 0;
	background: #7fc0532b;
}
.section-header {
    text-align: center;
    margin-bottom: var(--spacing-16);
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: var(--spacing-4);
}

.section-header p {
    font-size: 1.25rem;
    color: var(--gray-600);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
}

.service-card {
    background: var(--gray-50);
    padding: var(--spacing-8);
    border-radius: var(--radius-xl);
    border-left: 4px solid var(--primary-500);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.service-card.residential {
    border-left-color: var(--primary-500);
}

.service-card.automotive {
    border-left-color: var(--accent-500);
}

.service-card.commercial {
    border-left-color: var(--success-500);
}

.service-card.repairs {
    border-left-color: var(--warning-500);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-4);
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--gray-900);
    margin-bottom: var(--spacing-4);
}

.service-description {
    color: var(--gray-600);
    line-height: 1.6;
    margin-bottom: var(--spacing-6);
	min-height: 115px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin-bottom: var(--spacing-6);
}

.service-list li {
    color: var(--gray-700);
    margin-bottom: var(--spacing-2);
    padding-left: var(--spacing-6);
    position: relative;
}

.service-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #52b516;
	font-weight: 600;
}

.service-btn {
    width: 100%;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2rem;
    }

    .service-card {
        padding: var(--spacing-6);
    }
}


/*// footer*/
.footer {
	color: white;
	padding: var(--spacing-16) 0 var(--spacing-8);
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	background-color: #0f0f0f;
	border-top: 3px solid #578237;
}
.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(11 10 8 / 96%);
    z-index: -1;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--spacing-8);
    margin-bottom: var(--spacing-8);
}

.footer-section h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-500);
    margin-bottom: var(--spacing-2);
}

.footer-section h4 {
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: var(--spacing-4);
	color: white;
}

.footer-logo {
    margin-bottom: var(--spacing-4);
    max-width: 200px;
}


.footer-logo span {
    font-size: 0.875rem;
    color: var(--gray-400);
    font-weight: 500;
}

.footer-section p {
    color: var(--gray-300);
    line-height: 1.6;
    margin-bottom: var(--spacing-4);
}

.license-info {
	background: #193108;
	padding: var(--spacing-4);
	border-radius: var(--radius-md);
	border-left: 3px solid #568936;
}

.license-info p {
    margin-bottom: var(--spacing-1);
    font-size: 0.875rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: var(--spacing-2);
}

.footer-section a {
    color: var(--gray-300);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer-section a:hover {
    color: #568936;
}

.contact-details {
    margin-bottom: var(--spacing-6);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-3);
    margin-bottom: var(--spacing-4);
}

.contact-icon {
    font-size: 1.25rem;
}

.contact-item strong {
    color: white;
    display: block;
    margin-bottom: var(--spacing-1);
}

.contact-item p {
    color: var(--gray-400);
    font-size: 0.875rem;
    margin: 0;
}

.social-links {
    display: flex;
    gap: var(--spacing-4);
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--gray-800);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.social-link:hover {
    transform: translateY(-2px);
}

.social-link.facebook:hover {
	background: #507933;
	color: #fff;
}

.social-link.google:hover {
   background: #507933;
	color: #fff;
}

.footer-bottom {
    border-top: 1px solid var(--gray-700);
    padding-top: var(--spacing-6);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-4);
}

.footer-bottom p {
    color: var(--gray-400);
    margin: 0;
}

.footer-links {
    display: flex;
    gap: var(--spacing-6);
}

.footer-links a {
    color: var(--gray-400);
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .footer-content {
        grid-template-columns: 1.2fr 1.2fr 1fr 1.2fr;
    }
}

@media (max-width: 768px) {
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

.inquery_sec .banner_form {
    width: 90%;
    margin-left: auto;
    background-color: #000000c7;
    padding: 30px 32px 24px;
    flex-basis: 400px;
    flex-shrink: 0;
    border: 2px solid rgb(255 255 255 / 61%);
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.inquery_sec .banner_form::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 78%);
    z-index: -1;
}
.inquery_sec .banner_form h4 {
	font-size: 30px;
}
.inquery_sec  .banner_form h4 span {
	text-decoration: underline;
}
select option {
  background-image: linear-gradient(var(--#000000), var(--#000000)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--#000000) 42%, var(--#000000) 42%);
  color: #000;
  border-color: var(--accentFg);
  background-color: var(--accentFg);
}

.testimonial {
    width: 100%;
    background-color: #000000;
    position: relative;
    z-index: 1;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.testimonial::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 87%);
    z-index: -1;
}

.testimonial .headertext h3 {
	color: #76b04f;
}
.testimonial .headertext h3 span{
	color: #ffffff;
}

.testimonial_in {
    width: 100%;
    margin-top: 50px;
}

.reviews_box {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.reviews_box p {
    font-size: 20px;
    color: #ffffff;
}

.reviews_box h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 15px 0 6px;
}

.reviews_box img {
    max-width: 120px;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.reviews_box h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.reviews_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}
.reviews_slide .owl-nav button.owl-prev, .reviews_slide .owl-nav button.owl-next { width: 45px; height: 45px; border: 1px solid #fff; box-shadow: 0 4px 10px rgb(0 0 0 / 10%); border-radius: 50%; color: #fff; font-size: 30px;}
.reviews_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.reviews_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.reviews_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #000 !important; }
.reviews_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.reviews_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #fff !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.reviews_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #000 !important; }
.reviews_slide .owl-nav button.owl-prev { left: 0px; position: relative;}
.reviews_slide .owl-nav button.owl-next { right: 0px; position: relative;}
.reviews_slide .owl-nav { position: absolute; top: 36%; display: inline-flex; left: 0; justify-content: space-between; width: 100%;}
.reviews_slide .owl-nav button.owl-prev:hover, .reviews_slide .owl-nav button.owl-next:hover {
	background: #76B04F;
	border: 1px solid #76B04F;
	color: #fff;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-nav { margin-top: 0; }
.reviews_slide .owl-nav button.owl-prev:hover span::after, .reviews_slide .owl-nav button.owl-next:hover span::before {
    color: #fff !important;
    transition: 0.6s;
}

.reviewspic {
    width: 100%;
    max-width: 300px;
    margin: 50px auto 0;
    height: 80px;
}

.reviewspic img {
    border-radius: 10px;
}


.inquery_sec .banner_form .form-group {
	margin-bottom: 0px;
}



/* ======================================================================= */
    /* gallery_sec start */
/* ======================================================================= */
.gallery_sec {
    width: 100%;
}
/* ======================================================================= */
    /* blogpost start */
/* ======================================================================= */
.gallery_sec {
    width: 100%;
    background-color: #fff;
}

.galleybox {
    width: 98%;
    margin: 5px;
    transition: 0.6s;
}

.gallery_sec .headertext h3 span {
    color: #000;
}

.slideimg {
    width: 100%;
    height: 300px;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.slideimg:hover img {
    transform: scale(1.1);
}

/*.gallery_slide .owl-nav { position: absolute; top: -130px; width: 100%; left: 0; right: 0; text-align: center;}*/
.gallery_slide .owl-nav button.owl-prev, .gallery_slide .owl-nav button.owl-next { width: 40px; height: 40px; border: 1px solid #76b04f; border-radius: 50%; color: #76b04f; font-size: 30px;}
.gallery_slide .owl-nav button.owl-prev span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.gallery_slide .owl-nav button.owl-prev span::after { content: '\f060'; color: #76b04f !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.gallery_slide .owl-nav button.owl-prev:hover span::after { content: '\f060'; color: #fff !important; }
.gallery_slide .owl-nav button.owl-next span { position: relative; top: 0px; font-size: 0; display: flex; align-items: center; justify-content: center;}
.gallery_slide .owl-nav button.owl-next span::before { content: '\f061'; color: #76b04f !important; font-family: FontAwesome; position: absolute; border-radius: 50%; font-size: 16px; }
.gallery_slide .owl-nav button.owl-next:hover span::before { content: '\f061'; color: #fff !important; }
.gallery_slide .owl-nav button.owl-prev {
    left: -50px;
    position: relative;
}
.gallery_slide .owl-nav button.owl-next { right: -50px; position: relative;}
.gallery_slide .owl-nav {
    position: absolute;
    top: 44%;
    display: inline-flex;
    left: 0;
    justify-content: space-between;
    width: 100%;
}
.gallery_slide .owl-nav button.owl-prev:hover, .gallery_slide .owl-nav button.owl-next:hover { background: #76b04f; border: 1px solid #76b04f; color: #fff; transition: all .3s ease-in-out;}
.owl-theme .owl-nav { margin-top: 0; }
.owl-carousel .gallery_slide .owl-dots.disabled, .owl-carousel .gallery_slide .owl-nav.disabled {
    display: block !important;
}

.service-icon{width: 70px;}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #fff;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #547f36;
  color: #fff;
}

.swal-icon--success__line{background-color: #379500 !important;}
.swal-icon--success__ring{border: 4px solid hsl(97.9, 100%, 29.2%) !important;}
.swal-title{color: rgb(0, 0, 0);font-size: 23px !important;}
.custom-success-popup .swal-button {
  border: 1px solid #000 !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  padding:0px !important;	
  background-color: #fff !important;
}

.swal-text{font-size: 14px !important;text-align: center !important;}

.custom-success-popup .swal-button:after{position: absolute;
  content: '\f00d';
  color: #fff;
  font-family: FontAwesome;
  font-size: 18px;
  top: 3px;
  left: 0px;
  right: 0px;
  margin: 0 auto;}


.swal-button-container {
  margin: 5px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: -20px;
  right: -23px;
}




