/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap');


html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Sora', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #026975 !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #1a1a1a !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;background-color: #E8BD96;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}

/* ===========================================================MY CSS================================================ */

header {
    min-height: 110px;
    display: flex;
    align-items: center;
    padding: 16px 0;
    background-color: #202124;
    font-family: "Manrope", system-ui, sans-serif;
}

header .logo a {
    display: inline-block;
}

header .logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
}

header .header-navigation-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

header .navigation-list ul {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .navigation-list a {
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

header .header-social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .social-link a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    text-decoration: none;
}

header .social-link i {
    font-size: 14px;
}

header .header-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    color: #24201d;
    border-radius: 50px;
    background-color: #e8bd96;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}



.section-1 {
    min-height: 860px;
    display: flex;
    align-items: center;
    padding: 110px 0;
    background-image: linear-gradient(90deg, rgb(16 18 23 / 66%) 0%, rgb(18 19 22 / 38%) 38%, rgba(26, 25, 24, 0.34) 68%, rgba(30, 28, 26, 0.12) 100%), url(images/12.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-1 .hero-information {
    max-width: 650px;
}

.section-1 .hero-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.section-1 .hero-label::before {
    width: 26px;
    height: 2px;
    flex-shrink: 0;
    background-color: #eab88d;
    content: "";
}

.section-1 .hero-label p {
    margin: 0;
    color: #eab88d;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-1 .hero-heading h1 {
    margin: 0 0 28px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 74px;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: -3px;
}

.section-1 .hero-description {
    max-width: 620px;
}

.section-1 .hero-description p {
    margin: 0 0 38px;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.section-1 .hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section-1 .hero-phone-button a {
    min-width: 244px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 24px 8px 8px;
    color: #282727;
    border-radius: 50px;
    background-color: #e9b98e;
    text-decoration: none;
}

.section-1 .phone-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: #6c5949;
}

.section-1 .phone-icon i {
    font-size: 17px;
}

.section-1 .phone-details {
    display: flex;
    flex-direction: column;
}

.section-1 .phone-number {
    font-family: "Sora", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.section-1 .phone-label {
    margin-top: 3px;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.section-1 .hero-service-link a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.section-1 .hero-service-link i {
    font-size: 13px;
}

.section-2 {
    padding: 42px 0;
    background-color: #715f50;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-2 .trust-information {
    padding-right: 50px;
}

.section-2 .trust-heading h2 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.2px;
}

.section-2 .trust-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.section-2 .review-information {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 55px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.section-2 .review-avatar {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.16);
}

.section-2 .review-avatar p {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.section-2 .review-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 6px;
}

.section-2 .review-rating i {
    color: #efb88d;
    font-size: 12px;
}

.section-2 .review-heading h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.section-2 .review-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}


.section-3 {
    padding: 38px 0 50px;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-3 .services-intro {
    margin-bottom: 38px;
}

.section-3 .services-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.section-3 .services-label::before {
    width: 18px;
    height: 2px;
    background-color: #665748;
    content: "";
}

.section-3 .services-label p {
    margin: 0;
    color: #655548;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-3 .services-heading h2 {
    margin: 0;
    color: #292d35;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.8px;
}

.section-3 .services-description {
    max-width: 340px;
    margin: 0 0 38px auto;
}

.section-3 .services-description p {
    margin: 0;
    color: #806e61;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

.section-3 .service-card {
    position: relative;
    height: calc(100% - 19px);
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 11px;
    background-color: #2c2824;
}

.section-3 .service-image {
    height: 280px;
    overflow: hidden;
}

.section-3 .service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.section-3 .service-number {
    position: absolute;
    top: 229px;
    left: 15px;
    min-width: 36px;
    padding: 10px 10px;
    border-radius: 6px;
    background-color: #e9ba8e;
    text-align: center;
}

.section-3 .service-number p {
    margin: 0;
    color: #2d2d2d;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.section-3 .service-details {
    position: relative;
    min-height: 142px;
    padding: 25px 58px 20px 20px;
}

.section-3 .service-heading h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.section-3 .service-description {
    max-width: none;
    margin: 0;
}

.section-3 .service-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.section-3 .service-link {
    position: absolute;
    top: 49px;
    right: 10px;
}

.section-3 .service-link a {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.section-3 .service-link i {
    font-size: 13px;
    transform: rotate(-45deg);
}

.section-3 .service-card {
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.section-3 .service-image img {
    transition: transform 0.6s ease;
}

.section-3 .service-number {
    transition:
        background-color 0.35s ease,
        transform 0.35s ease;
}

.section-3 .service-link a {
    transition:
        background-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.section-3 .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(42, 36, 31, 0.2);
}

.section-3 .service-card:hover .service-image img {
    transform: scale(1.08);
}

.section-3 .service-card:hover .service-number {
    background-color: #ffffff;
    transform: translateY(-4px);
}

.section-3 .service-card:hover .service-link a {
    color: #2c2824;
    background-color: #e9ba8e;
    transform: rotate(45deg);
}

.section-4 {
    padding: 72px 0;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-4 .about-information {
    max-width: 520px;
}

.section-4 .about-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.section-4 .about-label::before {
    width: 18px;
    height: 2px;
    background-color: #765f4c;
    content: "";
}

.section-4 .about-label p {
    margin: 0;
    color: #765f4c;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.section-4 .about-heading h2 {
    margin: 0 0 18px;
    color: #2c3139;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.6px;
}

.section-4 .about-description p {
    margin: 0 0 20px;
    color: #846e5f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75;
}

.section-4 .about-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-4 .about-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
}

.section-4 .list-icon {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #765f4c;
}

.section-4 .list-icon i {
    color: #ffffff;
    font-size: 9px;
}

.section-4 .list-text {
    color: #282828;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.section-4 .about-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 26px;
}

.section-4 .about-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 13px 22px;
    color: #282828;
    border-radius: 50px;
    background-color: #e8b989;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.section-4 .about-button i {
    font-size: 12px;
}

.section-4 .about-button a:hover {
    color: #ffffff;
    background-color: #765f4c;
    transform: translateY(-3px);
}

.section-4 .about-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-4 .phone-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 6px 18px rgba(55, 45, 38, 0.08);
}

.section-4 .phone-icon i {
    color: #765f4c;
    font-size: 13px;
    transform: rotate(-12deg);
}

.section-4 .phone-label p {
    margin: 0 0 2px;
    color: #765f4c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.section-4 .phone-number a {
    color: #2c3139;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.section-4 .about-image-area {
    position: relative;
}

.section-4 .about-image {
    height: 545px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 22px 45px rgba(57, 49, 43, 0.14);
}

.section-4 .about-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.section-4 .experience-card {
    position: absolute;
    bottom: 28px;
    left: -16px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 170px;
    padding: 17px 20px;
    border-radius: 13px;
    background-color: #ffffff;
    box-shadow: 0 12px 30px rgba(45, 38, 33, 0.14);
}

.section-4 .experience-number p {
    margin: 0;
    color: #765f4c;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.section-4 .experience-description p {
    margin: 0;
    color: #292929;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.35;
}

.section-5 {
    padding: 70px 0;
    background-color: #705e4e;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-5 .preparation-image {
    height: 445px;
    margin-right: auto;
    overflow: hidden;
    border-radius: 15px;
}

.section-5 .preparation-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.section-5 .preparation-information {
    max-width: 470px;
}

.section-5 .preparation-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.section-5 .preparation-label::before {
    width: 18px;
    height: 1px;
    flex-shrink: 0;
    background-color: #e8b789;
    content: "";
}

.section-5 .preparation-label p {
    margin: 0;
    color: #e8b789;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.section-5 .preparation-heading h2 {
    margin: 0 0 15px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -1.5px;
}

.section-5 .preparation-description {
}

.section-5 .preparation-description p {
    margin: 0 0 27px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.section-5 .preparation-card {
    min-height: 122px;
    padding: 20px 10px;
    border-radius: 13px;
    background-color: #e9bb8e;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.section-5 .preparation-card-heading h3 {
    margin: 0 0 7px;
    color: #2c3037;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.section-5 .preparation-card-description p {
    margin: 0;
    color: #554638;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.section-5 .preparation-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 14px 30px rgba(38, 30, 24, 0.22);
}

.section-5 .preparation-features .col-md-4 {
    padding: 0 12px 0 0px;
}

.section-6 {
    padding: 86px 0 82px;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-6 .process-introduction {
    margin-bottom: 42px;
    text-align: center;
}

.section-6 .process-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 14px;
}

.section-6 .process-label::before {
    width: 18px;
    height: 2px;
    background-color: #715b49;
    content: "";
}

.section-6 .process-label p {
    margin: 0;
    color: #715b49;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.section-6 .process-heading h2 {
    margin: 0;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.section-6 .row:last-child {
    --bs-gutter-x: 16px;
}

.section-6 .process-card {
    position: relative;
    min-height: 175px;
    padding: 25px 21px 22px;
    overflow: hidden;
    border: 1px solid #e4d8ca;
    border-radius: 15px;
    background-color: #ffffff;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

.section-6 .process-card::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #e8b98d;
    content: "";
    transition: width 0.4s ease;
}

.section-6 .process-number {
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border-radius: 12px;
    background-color: #f3eee4;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.section-6 .process-number p {
    margin: 0;
    color: #765f4b;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.section-6 .process-card-heading h3 {
    margin: 0 0 8px;
    color: #252a31;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.4px;
}

.section-6 .process-card-description p {
    margin: 0;
    color: #927967;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.section-6 .process-card:hover {
    border-color: #e8b98d;
    background-color: #fffaf4;
    box-shadow: 0 18px 35px rgba(63, 50, 40, 0.11);
    transform: translateY(-8px);
}

.section-6 .process-card:hover::before {
    width: 100%;
}

.section-6 .process-card:hover .process-number {
    background-color: #e8b98d;
    transform: rotate(-5deg) scale(1.06);
}

.section-6 .process-card:hover .process-number p {
    color: #2d323a;
}

.section-7 {
    padding: 80px 0;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-7 .gallery-introduction {
    margin-bottom: 35px;
}

.section-7 .gallery-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.section-7 .gallery-label::before {
    width: 18px;
    height: 1px;
    flex-shrink: 0;
    background-color: #705b49;
    content: "";
}

.section-7 .gallery-label p {
    margin: 0;
    color: #705b49;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.section-7 .gallery-heading h2 {
    margin: 0;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.section-7 .gallery-project-link {
    margin-bottom: 35px;
    text-align: right;
}

.section-7 .gallery-project-link a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #292d34;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.section-7 .gallery-project-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.section-7 .gallery-project-link a:hover i {
    transform: translateX(5px);
}

.section-7 .gallery-grid .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.section-7 .gallery-image {
    position: relative;
    height: 275px;
    overflow: hidden;
    border-radius: 14px;
    background-color: #ded8ce;
}

.section-7 .gallery-image a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.section-7 .gallery-image a::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(30, 27, 24, 0);
    content: "";
    transition: background-color 0.4s ease;
}

.section-7 .gallery-image a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d2a27;
    border-radius: 50%;
    background-color: #e9ba8e;
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
    content: "\f00e";
    opacity: 0;
    transform: translate(-50%, -40%);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.section-7 .gallery-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.section-7 .gallery-image:hover a::before {
    background-color: rgba(30, 27, 24, 0.38);
}

.section-7 .gallery-image:hover a::after {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.section-7 .gallery-image:hover img {
    transform: scale(1.08);
}


.section-8 {
    padding: 90px 0;
    overflow: hidden;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-8 .reviews-introduction {
    margin-bottom: 34px;
    text-align: center;
}

.section-8 .reviews-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.section-8 .reviews-label::before {
    width: 18px;
    height: 2px;
    background-color: #705a48;
    content: "";
}

.section-8 .reviews-label p {
    margin: 0;
    color: #705a48;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.section-8 .reviews-heading h2 {
    margin: 0 0 8px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.section-8 .reviews-description p {
    margin: 0;
    color: #987f6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.section-8 .reviews-slider {
    margin: 0 -10px;
}

.section-8 .review-slide {
    height: auto;
    padding: 0 10px;
}

.section-8 .review-card {
    min-height: 222px;
    padding: 24px 22px;
    border: 1px solid #e5d8c9;
    border-radius: 16px;
    background-color: #ffffff;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.section-8 .review-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
}

.section-8 .review-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.section-8 .review-stars i {
    color: #806b34;
    font-size: 9px;
}

.section-8 .review-quote i {
    color: #f2ede5;
    font-size: 24px;
}

.section-8 .review-text {
    min-height: 68px;
    margin-bottom: 19px;
}

.section-8 .review-text p {
    margin: 0;
    color: #24282f;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: -0.3px;
}

.section-8 .review-author {
    display: flex;
    align-items: center;
    gap: 11px;
}

.section-8 .author-avatar {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #705b49;
}

.section-8 .author-avatar p {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.section-8 .author-name h3 {
    margin: 0 0 2px;
    color: #25292f;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.section-8 .author-location p {
    margin: 0;
    color: #9a806d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
}

.section-8 .review-card:hover {
    border-color: #e7b88b;
    box-shadow: 0 18px 40px rgba(57, 45, 36, 0.12);
    transform: translateY(-7px);
}

.section-8 .slick-track {
    display: flex;
}

.section-8 .slick-slide {
    height: inherit;
}

.section-8 .slick-slide > div {
    height: 100%;
}

.section-8 .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.section-8 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.section-8 .slick-dots button {
    width: 8px;
    height: 8px;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background-color: #d5c8bb;
    font-size: 0;
    transition:
        width 0.3s ease,
        border-radius 0.3s ease,
        background-color 0.3s ease;
}

.section-8 .slick-dots .slick-active button {
    width: 24px;
    border-radius: 20px;
    background-color: #705b49;
}

.section-9 {
    padding: 78px 0;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.section-9 .row {
    --bs-gutter-x: 38px;
}

.section-9 .quote-information {
    height: 100%;
    padding: 38px 36px;
    border-radius: 20px;
    background-color: #705e4e;
}

.section-9 .quote-heading h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.1px;
}

.section-9 .quote-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

.section-9 .quote-contact-list {
    margin-top: 28px;
}

.section-9 .quote-contact-item {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 15px;
}

.section-9 .quote-contact-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
}

.section-9 .quote-contact-icon i {
    color: #ffffff;
    font-size: 12px;
}

.section-9 .quote-contact-label p {
    margin: 0 0 2px;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-9 .quote-contact-value p,
.section-9 .quote-contact-value a {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.section-9 .quote-statistics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 28px;
}

.section-9 .quote-statistic {
    padding: 15px 8px;
    border-radius: 12px;
    background-color: #e9bb8e;
    text-align: center;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.section-9 .statistic-heading h3 {
    margin: 0 0 3px;
    color: #2d3239;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.section-9 .statistic-description p {
    margin: 0;
    color: #493b30;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.section-9 .quote-statistic:hover {
    background-color: #ffffff;
    box-shadow: 0 12px 24px rgba(43, 33, 27, 0.18);
    transform: translateY(-5px);
}

.section-9 .quote-form-area {
    height: 100%;
    padding: 36px;
    border: 1px solid #e3d8cc;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 16px 45px rgba(67, 53, 42, 0.07);
}

.section-9 .quote-form-heading h2 {
    margin: 0 0 20px;
    color: #2d3239;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.section-9 .cf7-field-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.section-9 .cf7-field-group {
    margin-bottom: 13px;
}

.section-9 .cf7-field-group label {
    display: block;
    margin-bottom: 6px;
    color: #2d3239;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
}

.section-9 .cf7-field-group .wpcf7-form-control-wrap {
    display: block;
}

.section-9 .cf7-field-group input,
.section-9 .cf7-field-group select,
.section-9 .cf7-field-group textarea {
    width: 100%;
    display: block;
    padding: 12px 13px;
    color: #2d3239;
    border: 1px solid #ddd1c4;
    border-radius: 10px;
    outline: none;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.section-9 .cf7-field-group input,
.section-9 .cf7-field-group select {
    height: 42px;
}

.section-9 .cf7-field-group textarea {
    height: 88px;
    resize: vertical;
}

.section-9 .cf7-field-group input::placeholder,
.section-9 .cf7-field-group textarea::placeholder {
    color: #9b8a7b;
}

.section-9 .cf7-field-group input:focus,
.section-9 .cf7-field-group select:focus,
.section-9 .cf7-field-group textarea:focus {
    border-color: #dca979;
    background-color: #fffaf5;
    box-shadow: 0 0 0 3px rgba(220, 169, 121, 0.13);
}

.section-9 .cf7-submit-button {
    position: relative;
    margin-top: 3px;
}

.section-9 .cf7-submit-button input {
    width: 100%;
    min-height: 42px;
    padding: 12px 22px;
    border: 0;
    border-radius: 50px;
    color: #2d3239;
    background-color: #e8b98b;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.section-9 .cf7-submit-button input:hover {
    color: #ffffff;
    background-color: #705e4e;
    box-shadow: 0 12px 25px rgba(71, 54, 42, 0.18);
    transform: translateY(-2px);
}

.section-9 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 18px;
    margin: 0;
    transform: translateY(-50%);
}

.section-9 .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #b94444;
    font-size: 10px;
}

.section-9 .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 10px 13px;
    border-width: 1px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.5;
}


footer {
    background-color: #302c27;
    font-family: "Manrope", system-ui, sans-serif;
}

footer .footer-call-area {
    padding: 44px 0;
    background-color: #282520;
}

footer .footer-call-heading h2 {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.2px;
}

footer .footer-call-button {
    display: flex;
    justify-content: flex-end;
}

footer .footer-call-button a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 23px 7px 7px;
    border-radius: 50px;
    background-color: #e8b98d;
    color: #2d2b28;
    text-decoration: none;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

footer .footer-call-icon {
    width: 39px;
    height: 39px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #735f4e;
}

footer .footer-call-icon i {
    color: #ffffff;
    font-size: 14px;
}

footer .footer-call-details {
    display: flex;
    flex-direction: column;
}

footer .footer-call-number {
    font-family: "Sora", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
}

footer .footer-call-label {
    margin-top: 3px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

footer .footer-call-button a:hover {
    background-color: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

footer .footer-main-area {
    padding: 57px 0 52px;
}

footer .footer-company {
    padding-right: 45px;
}

footer .footer-logo {
    margin-bottom: 17px;
}

footer .footer-logo a {
    display: inline-block;
}

footer .footer-logo img {
    width: 100%;
    max-width: 270px;
    height: auto;
    display: block;
}

footer .footer-description p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

footer .footer-abn p {
    margin: 0;
    color: white;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

footer .footer-heading h3 {
    margin: 0 0 17px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

footer .footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-list li {
    margin-bottom: 9px;
}

footer .footer-list a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
    line-height: 26.4px;
    text-decoration: none;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

footer .footer-list a:hover {
    color: #e8b98d;
    transform: translateX(4px);
}

footer .footer-phone {
    margin-bottom: 11px;
}

footer .footer-phone a {
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-phone a:hover {
    color: #e8b98d;
}

footer .footer-location p,
footer .footer-hours p {
    margin: 0 0 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

footer .footer-social-links {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
}

footer .footer-social-link a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

footer .footer-social-link i {
    font-size: 16px;
}

footer .footer-social-link a:hover {
    color: #2f2a25;
    background-color: #e8b98d;
    transform: translateY(-3px);
}

footer .footer-bottom-area {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

footer .footer-credit {
    text-align: right;
}

footer .footer-credit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

footer .footer-credit a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-credit a:hover {
    color: #e8b98d;
}
div#wpcf7-f6-o1 br {
    display: none !important;
}
.section-9 .cf7-field-group select {
    width: 100%;
    height: 42px;
    display: block;
    padding: 0 42px 0 13px;
    color: #2d3239;
    border: 1px solid #ddd1c4;
    border-radius: 10px;
    outline: none;
    background-color: #ffffff;
    background-image:
        linear-gradient(45deg, transparent 50%, #705e4e 50%),
        linear-gradient(135deg, #705e4e 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.section-9 .cf7-field-group select:focus {
    border-color: #dca979;
    background-color: #fffaf5;
    box-shadow: 0 0 0 3px rgba(220, 169, 121, 0.13);
}

.section-9 .cf7-field-group select::-ms-expand {
    display: none;
}

.about-1 {
    min-height: 355px;
    display: flex;
    align-items: center;
    padding: 65px 0;
    background-color: #282520;
    font-family: "Manrope", system-ui, sans-serif;
}

.about-1 .about-hero-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.about-1 .about-hero-label::before {
    width: 20px;
    height: 1px;
    flex-shrink: 0;
    background-color: #e8b98d;
    content: "";
}

.about-1 .about-hero-label p {
    margin: 0;
    color: #e8b98d;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-1 .about-hero-heading h1 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2.4px;
}

.about-1 .about-hero-description {
    width: 470px;
}

.about-1 .about-hero-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.about-2 {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
}

.about-2 .story-image-area {
    position: relative;
    padding-left: 25px;
}

.about-2 .story-image {
    height: 495px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 22px 45px rgba(58, 47, 39, 0.14);
}

.about-2 .story-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-2 .story-experience {
    position: absolute;
    bottom: 27px;
    left: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 22px;
    border-radius: 13px;
    background-color: #ffffff;
    box-shadow: 0 14px 30px rgba(45, 37, 31, 0.16);
}

.about-2 .story-experience-number p {
    margin: 0;
    color: #745e4b;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.about-2 .story-experience-text p {
    margin: 0;
    color: #25292f;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.about-2 .story-information {
    padding-left: 45px;
}

.about-2 .story-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.about-2 .story-label::before {
    width: 18px;
    height: 1px;
    flex-shrink: 0;
    background-color: #705b49;
    content: "";
}

.about-2 .story-label p {
    margin: 0;
    color: #705b49;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.about-2 .story-heading h2 {
    margin: 0 0 21px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.6px;
}

.about-2 .story-description p {
    margin: 0 0 15px;
    color: #806d5f;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
}

.about-2 .story-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
}

.about-2 .story-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 21px;
    border-radius: 50px;
    background-color: #e8b98b;
    color: #2d3239;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.about-2 .story-button i {
    font-size: 11px;
}

.about-2 .story-button a:hover {
    color: #ffffff;
    background-color: #705e4e;
    transform: translateY(-3px);
}

.about-2 .story-phone a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid #ded2c5;
    border-radius: 50px;
    color: #2d3239;
    background-color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.about-2 .story-phone a:hover {
    color: #ffffff;
    border-color: #705e4e;
    background-color: #705e4e;
    transform: translateY(-3px);
}

.about-3 {
    padding: 46px 0 42px;
    background-color: #705e4e;
    font-family: "Manrope", system-ui, sans-serif;
    text-align: center;
}

.about-3 .about-statistic {
    padding-left: 28px;
}

.about-3 .statistic-heading h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -1.4px;
}

.about-3 .statistic-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.about-4 {
    padding: 78px 0 88px;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
}

.about-4 .work-introduction {
    margin-bottom: 43px;
    text-align: center;
}

.about-4 .work-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 13px;
}

.about-4 .work-label::before {
    width: 18px;
    height: 1px;
    flex-shrink: 0;
    background-color: #725d4b;
    content: "";
}

.about-4 .work-label p {
    margin: 0;
    color: #725d4b;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.about-4 .work-heading h2 {
    margin: 0;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.about-4 .row:last-child {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.about-4 .work-card {
    position: relative;
    min-height: 188px;
    height: 100%;
    padding: 24px 21px 22px;
    overflow: hidden;
    border: 1px solid #e5d8c9;
    border-radius: 15px;
    background-color: #ffffff;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease,
        box-shadow 0.35s ease;
}

.about-4 .work-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #e8b98d;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.about-4 .work-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 11px;
    background-color: #f3eee4;
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.about-4 .work-icon i {
    color: #725d4b;
    font-size: 14px;
}

.about-4 .work-card-heading h3 {
    margin: 0 0 8px;
    color: #282d35;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.4px;
}

.about-4 .work-card-description p {
    margin: 0;
    color: #8c7462;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}

.about-4 .work-card:hover {
    border-color: #e8b98d;
    background-color: #fffaf5;
    box-shadow: 0 18px 38px rgba(67, 52, 40, 0.11);
    transform: translateY(-7px);
}

.about-4 .work-card:hover::after {
    transform: scaleX(1);
}

.about-4 .work-card:hover .work-icon {
    background-color: #e8b98d;
    transform: rotate(-5deg) scale(1.06);
}

.about-4 .work-card:hover .work-icon i {
    color: #2d323a;
}

.about-5 {
    padding: 72px 0;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.about-5 .service-area-information {
    padding-right: 55px;
}

.about-5 .service-area-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.about-5 .service-area-label::before {
    width: 18px;
    height: 1px;
    flex-shrink: 0;
    background-color: #705b49;
    content: "";
}

.about-5 .service-area-label p {
    margin: 0;
    color: #705b49;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.about-5 .service-area-heading h2 {
    margin: 0 0 17px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.6px;
}

.about-5 .service-area-description p {
    margin: 0 0 22px;
    color: #846f60;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}

.about-5 .service-area-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-5 .service-area-list li {
    padding: 7px 13px;
    color: #2d3239;
    border: 1px solid #ded2c5;
    border-radius: 50px;
    background-color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.about-5 .service-area-list li:hover {
    color: #ffffff;
    border-color: #705e4e;
    background-color: #705e4e;
    transform: translateY(-3px);
}

.about-5 .service-area-image {
    height: 302px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(60, 48, 39, 0.13);
}

.about-5 .service-area-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-5 .service-area-image:hover img {
    transform: scale(1.06);
}

.about-6 {
    padding: 62px 0;
    background-color: #282520;
    font-family: "Manrope", system-ui, sans-serif;
}

.about-6 .contact-heading h2 {
    margin: 0 0 13px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.4px;
}

.about-6 .contact-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.about-6 .contact-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}

.about-6 .contact-phone-button a {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 7px 20px 7px 7px;
    color: #2d2a27;
    border-radius: 50px;
    background-color: #e8b98d;
    text-decoration: none;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.about-6 .contact-phone-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #705e4e;
}

.about-6 .contact-phone-icon i {
    color: #ffffff;
    font-size: 13px;
}

.about-6 .contact-phone-details {
    display: flex;
    flex-direction: column;
}

.about-6 .contact-phone-number {
    font-family: "Sora", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.about-6 .contact-phone-label {
    margin-top: 2px;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.about-6 .contact-phone-button a:hover {
    background-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.about-6 .contact-quote-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 22px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50px;
    background-color: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.about-6 .contact-quote-button a:hover {
    color: #282520;
    border-color: #ffffff;
    background-color: #ffffff;
    transform: translateY(-3px);
}

.service-2 {
    padding: 55px 0 37px;
    border-bottom: 1px solid #e8dfd2;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.service-2 .service-category-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-2 .service-category-list li {
    margin: 0;
}

.service-2 .service-category-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    color: #2d3239;
    border: 1px solid #ded4c8;
    border-radius: 50px;
    background-color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.service-2 .service-category-list a:hover {
    color: #ffffff;
    border-color: #705e4e;
    background-color: #705e4e;
    transform: translateY(-2px);
}

.service-3 {
    padding: 75px 0;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
}

.service-3 .service-row {
    padding: 58px 0;
    border-bottom: 1px solid #eee7de;
}

.service-3 .service-row:first-child {
    padding-top: 0;
}

.service-3 .service-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.service-3 .service-row .row {
    --bs-gutter-x: 64px;
}

.service-3 .service-image {
    position: relative;
    height: 390px;
    overflow: hidden;
    border-radius: 20px;
    background-color: #f4f2ef;
    box-shadow: 0 20px 45px rgba(49, 42, 36, 0.1);
}

.service-3 .service-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(25, 23, 21, 0) 55%,
        rgba(25, 23, 21, 0.12) 100%
    );
    content: "";
    pointer-events: none;
}

.service-3 .service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.service-3 .service-row:hover .service-image img {
    transform: scale(1.045);
}

.service-3 .service-information {
    padding: 20px 0;
}

.service-3 .service-number {
    margin-bottom: 10px;
}

.service-3 .service-number p {
    margin: 0;
    color: #d9a677;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

.service-3 .service-heading h2 {
    margin: 0 0 18px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.service-3 .service-description p {
    margin: 0 0 24px;
    color: #826f61;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.service-3 .service-feature-list {
    margin-bottom: 25px;
}

.service-3 .service-feature-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-3 .service-feature-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 13px;
    border-radius: 50px;
    background-color: #f4f0e8;
}

.service-3 .feature-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #7b7d3e;
}

.service-3 .feature-icon i {
    color: #ffffff;
    font-size: 8px;
}

.service-3 .feature-text {
    color: #282d34;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.service-3 .service-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 23px;
    color: #2c3037;
    border-radius: 50px;
    background-color: #e8b98b;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.service-3 .service-button i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.service-3 .service-button a:hover {
    color: #ffffff;
    background-color: #705e4e;
    box-shadow: 0 12px 28px rgba(69, 53, 41, 0.18);
    transform: translateY(-3px);
}

.service-3 .service-button a:hover i {
    transform: translateX(5px);
}


.service-4 {
    padding: 82px 0 92px;
    border-bottom: 1px solid #dfd5c8;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.service-4 .flake-introduction {
    margin-bottom: 42px;
}

.service-4 .flake-label {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 15px;
}

.service-4 .flake-label::before {
    width: 22px;
    height: 1px;
    flex-shrink: 0;
    background-color: #705b49;
    content: "";
}

.service-4 .flake-label p {
    margin: 0;
    color: #705b49;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.service-4 .flake-heading h2 {
    margin: 0;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -2px;
}

.service-4 .flake-description {
    margin-bottom: 42px;
    padding-left: 40px;
}

.service-4 .flake-description p {
    margin: 0;
    color: #836f60;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.service-4 .flake-process .row {
    --bs-gutter-x: 20px;
}

.service-4 .flake-card {
    position: relative;
    height: 100%;
    min-height: 225px;
    padding: 28px 24px 25px;
    overflow: hidden;
    border: 1px solid #e2d7ca;
    border-radius: 17px;
    background-color: #ffffff;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.service-4 .flake-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: #e8b98b;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-4 .flake-number {
    width: 54px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 19px;
    border-radius: 13px;
    background-color: #f3eee4;
    transition:
        background-color 0.35s ease,
        transform 0.35s ease;
}

.service-4 .flake-number p {
    margin: 0;
    color: #705b49;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.service-4 .flake-card-heading h3 {
    margin: 0 0 10px;
    color: #282d34;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.service-4 .flake-card-description p {
    margin: 0;
    color: #8a7464;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

.service-4 .flake-card:hover {
    border-color: #e8b98b;
    box-shadow: 0 18px 38px rgba(66, 52, 41, 0.11);
    transform: translateY(-8px);
}

.service-4 .flake-card:hover::after {
    transform: scaleX(1);
}

.service-4 .flake-card:hover .flake-number {
    background-color: #e8b98b;
    transform: rotate(-5deg) scale(1.05);
}

.service-4 .flake-gallery {
    margin-top: 20px;
}

.service-4 .flake-gallery .row {
    --bs-gutter-x: 18px;
}

.service-4 .flake-image {
    position: relative;
    height: 225px;
    overflow: hidden;
    border-radius: 16px;
    background-color: #ded8cf;
    box-shadow: 0 16px 35px rgba(56, 46, 39, 0.1);
}

.service-4 .flake-image a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.service-4 .flake-image a::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(35, 30, 26, 0);
    content: "";
    transition: background-color 0.4s ease;
}

.service-4 .flake-image a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d3239;
    border-radius: 50%;
    background-color: #e8b98b;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    font-weight: 900;
    content: "\f00e";
    opacity: 0;
    transform: translate(-50%, -40%);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.service-4 .flake-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.service-4 .flake-image:hover a::before {
    background-color: rgba(35, 30, 26, 0.36);
}

.service-4 .flake-image:hover a::after {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.service-4 .flake-image:hover img {
    transform: scale(1.07);
}
.service-5 {
    padding: 76px 0;
    background-color: #282520;
    font-family: "Manrope", system-ui, sans-serif;
}

.service-5 .service-contact-heading h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.8px;
}

.service-5 .service-contact-description p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.service-5 .service-contact-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.service-5 .service-phone-button a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 8px 24px 8px 8px;
    color: #2d2a27;
    border-radius: 50px;
    background-color: #e8b98d;
    text-decoration: none;
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.service-5 .service-phone-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #705e4e;
}

.service-5 .service-phone-icon i {
    color: #ffffff;
    font-size: 16px;
}

.service-5 .service-phone-details {
    display: flex;
    flex-direction: column;
}

.service-5 .service-phone-number {
    font-family: "Sora", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.service-5 .service-phone-label {
    margin-top: 3px;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.service-5 .service-phone-button a:hover {
    background-color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
    transform: translateY(-3px);
}

.service-5 .service-quote-button a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 27px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50px;
    background-color: transparent;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.service-5 .service-quote-button a:hover {
    color: #282520;
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px);
}

.bookquote-1 {
    padding: 70px 0;
    background-color: #f5f1e8;
    font-family: "Manrope", system-ui, sans-serif;
}

.bookquote-1 .row {
    --bs-gutter-x: 32px;
}

.bookquote-1 .bookquote-form-area {
    padding: 34px 35px 30px;
    border: 1px solid #e1d6c9;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 18px 45px rgba(69, 54, 43, 0.06);
}

.bookquote-1 .bookquote-heading h2 {
    margin: 0 0 20px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.6px;
}

.bookquote-1 .bookquote-field-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.bookquote-1 .bookquote-field-group {
    margin-bottom: 13px;
}

.bookquote-1 .bookquote-field-group label {
    display: block;
    margin-bottom: 6px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
}

.bookquote-1 .bookquote-field-group .wpcf7-form-control-wrap {
    display: block;
}

.bookquote-1 .bookquote-field-group input,
.bookquote-1 .bookquote-field-group select,
.bookquote-1 .bookquote-field-group textarea {
    width: 100%;
    display: block;
    color: #2d323a;
    border: 1px solid #dfd3c6;
    border-radius: 10px;
    outline: none;
    background-color: #ffffff;
    font-family: "Manrope", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
}

.bookquote-1 .bookquote-field-group input,
.bookquote-1 .bookquote-field-group select {
    height: 42px;
    padding: 0 13px;
}

.bookquote-1 .bookquote-field-group textarea {
    height: 88px;
    padding: 12px 13px;
    resize: vertical;
}

.bookquote-1 .bookquote-field-group input::placeholder,
.bookquote-1 .bookquote-field-group textarea::placeholder {
    color: #9d8a7c;
}

.bookquote-1 .bookquote-field-group input:focus,
.bookquote-1 .bookquote-field-group select:focus,
.bookquote-1 .bookquote-field-group textarea:focus {
    border-color: #dfa977;
    background-color: #fffaf5;
    box-shadow: 0 0 0 3px rgba(223, 169, 119, 0.12);
}

.bookquote-1 .bookquote-field-group select {
    padding-right: 42px;
    background-image:
        linear-gradient(45deg, transparent 50%, #705e4e 50%),
        linear-gradient(135deg, #705e4e 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bookquote-1 .bookquote-field-group select::-ms-expand {
    display: none;
}

.bookquote-1 .bookquote-submit {
    position: relative;
    margin-top: 3px;
}

.bookquote-1 .bookquote-submit input {
    width: 100%;
    min-height: 42px;
    padding: 12px 22px;
    color: #2d323a;
    border: 0;
    border-radius: 50px;
    background-color: #e8b98b;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bookquote-1 .bookquote-submit input:hover {
    color: #ffffff;
    background-color: #705e4e;
    box-shadow: 0 12px 26px rgba(67, 51, 40, 0.18);
    transform: translateY(-2px);
}

.bookquote-1 .bookquote-form-note {
    margin-top: 14px;
    text-align: center;
}

.bookquote-1 .bookquote-form-note p {
    margin: 0;
    color: #9a806e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.bookquote-1 .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 17px;
    margin: 0;
    transform: translateY(-50%);
}

.bookquote-1 .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #b84444;
    font-size: 10px;
}

.bookquote-1 .wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 10px 13px;
    border-width: 1px;
    border-radius: 9px;
    font-size: 11px;
    line-height: 1.5;
}

.bookquote-1 .bookquote-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bookquote-1 .bookquote-contact-card {
    padding: 27px 29px;
    border-radius: 19px;
    background-color: #705e4e;
}

.bookquote-1 .contact-card-heading h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}

.bookquote-1 .contact-phone {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bookquote-1 .contact-phone-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.16);
}

.bookquote-1 .contact-phone-icon i {
    color: #ffffff;
    font-size: 14px;
}

.bookquote-1 .contact-phone-label p {
    margin: 0 0 2px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.bookquote-1 .contact-phone-number a {
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
}

.bookquote-1 .contact-divider {
    height: 1px;
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.18);
}

.bookquote-1 .contact-information-item {
    margin-bottom: 13px;
}

.bookquote-1 .contact-information-item:last-child {
    margin-bottom: 0;
}

.bookquote-1 .contact-information-label p {
    margin: 0 0 5px;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Sora", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.bookquote-1 .contact-information-value p {
    margin: 0;
    color: #ffffff;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.bookquote-1 .bookquote-process-card {
    padding: 24px 27px;
    border: 1px solid #e1d6c9;
    border-radius: 19px;
    background-color: #ffffff;
}

.bookquote-1 .process-card-heading h3 {
    margin: 0 0 17px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.bookquote-1 .process-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.bookquote-1 .process-item:last-child {
    margin-bottom: 0;
}

.bookquote-1 .process-number {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f4efe6;
}

.bookquote-1 .process-number p {
    margin: 0;
    color: #705e4e;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.bookquote-1 .process-heading h4 {
    margin: 0 0 3px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.bookquote-1 .process-description p {
    margin: 0;
    color: #927969;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.bookquote-1 .bookquote-guarantee-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 21px 24px;
    border-radius: 18px;
    background-color: #e8b98b;
}

.bookquote-1 .guarantee-icon {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookquote-1 .guarantee-icon i {
    color: #2d323a;
    font-size: 28px;
}

.bookquote-1 .guarantee-heading h3 {
    margin: 0 0 4px;
    color: #2d323a;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.bookquote-1 .guarantee-description p {
    margin: 0;
    color: #4d3f34;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

div#wpcf7-f15-o1 br {
    display: none !important;
}
a:focus {
    outline: none !important;
}
body {
    overflow-x: hidden !important;
}