/*
Theme Name: Jsgreno Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



  :root {
    --cream: #FAF7F2;
    --warm-white: #F5F0E8;
    --stone: #E8E0D0;
    --sand: #C9B99A;
    --terracotta: #C17A52;
    --burnt: #A85F3A;
    --charcoal: #2C2C2C;
    --slate: #4A4A4A;
    --mid: #6B6B6B;
    --light-text: #9A9A9A;
    --gold: #B8955A;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--charcoal); overflow-x: hidden; }

.hero {
    min-height: 100vh;
    background: linear-gradient(160deg, #2C2421 0%, #3D2F27 40%, #4A3828 70%, #2C2421 100%);
    display: flex; align-items: center;
    position: relative; overflow: hidden;
    padding-top: 76px;

}

.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

/* .hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
} */
.hero h2 em {
    color: #c17a52 ;
    font-style: normal;
}
.hero-eyebrow {
    font-size: 11px !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-eyebrow::before {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: var(--terracotta);
}

.section-label {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--terracotta);
    font-weight: 700;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
/* .section-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: rgb(204, 119, 69);
} */

.service-card i {
    font-size: 3rem;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin: 0 auto 20px 0;
    padding: 20px 0 0 0;
}

.our-credentials ul li {
    border-bottom: 1px solid #414141 !important;
    padding-bottom: 10px;
}
.our-credentials li::marker {
    color: var(--terracotta);
    font-size: 18px;
}

.feature-icon i{
color: white;
font-size: 2rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.testimonial-text p{
    font-style:normal !important;
}

 .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #3C3C3C;
    }


.featured-title .page-title-inner {
    padding-bottom: 7px;
}

.page-title-inner {
    min-height: 26px;
    padding-top: 5px;
    position: relative;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
h1, h2, h3, h4, h5, h6{
    margin-bottom: 0.1em;
	    font-weight: 400;
}
p{margin-bottom: 0.5em;}

#top-bar p {
    font-size: 18px;
	color:#fff !important;

}
#top-bar i {
    font-size: 16px;
	margin-right:5px;
    color: #fff !important;

}
#top-bar a{color: #fff !important;}
/* #header {
    border-top: 8px solid #C17A52;
} */
#header-contact a {
    font-size: 1em;
    color: #222 ;
}
#header-contact a i {
    font-size: 1.1em;
     color: #D31819 !important;
}


.nav-dropdown-default {
    padding: 0px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px solid #ececec;
    margin: 0 0px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 0px solid #ddd;
}
.nav-spacing-medium>li {
    margin: 0 6px;
}

.header-main .nav > li > a {
    line-height: 16px;
    text-decoration: none;
    color: var(--slate);
    font-size: 13.5px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.2s;
}
/* .nav-dropdown.nav-dropdown-default>li>a:hover {
	background:#fff !important;
	color:#fff;
}
.header:not(.transparent) .header-bottom-nav.nav > li.active > a, .header:not(.transparent) .header-bottom-nav.nav > li.current > a, .header:not(.transparent) .header-bottom-nav.nav > li > a.active, .header:not(.transparent) .header-bottom-nav.nav > li > a.current{
		background:#0C234D !important;
	color:#fff;
} */
.section-title span {
    text-transform: none;
}


.header-bottom .nav-spacing-xlarge>li {
    margin: 0 20px;
}
/* .nav-size-large>li>a {
    font-size: 1.1em;
    font-weight: 200 !important;
} */
.slider{
	z-index:0;
}
.getaquote {
    margin-top:-170px;
}
.header-bottom-nav .social-icons i{
    color: #333;
}


.button, button, input[type=button], input[type=reset], input[type=submit] {
    font-weight: normal;
}
@media only screen and (max-width: 67em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header-contact li a i {
        font-size: 18px !important;
       
     }
     #header-contact a {
        font-size: 0.8em !important;
       
        font-weight: normal;
    }
    .social-icons {
        color: #333;
    }
	.getaquote {
    margin-top:0px !important;
}
#menu-our-services .widget>ul>li, ul.menu>li {
    display: inline-block;
    width: 100% !important;
    border-top:none !important;
   
}
	
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-bottom p {
    font-size: 18px !important;
	color: rgba(255, 255, 255, 0.55) !important;

}	
.header-bottom p i {
    font-size: 18px !important;
	color:#F0CD72 !important;

}
	
#header-contact a {
    font-size: 0.8em;
      font-weight: normal;
     color: #333;
}
#header-contact a i {
   font-size: 18px !important;
   color: #C17A52 !important;
 }
.social-icons {
    color: #333 !important;
}
.off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #222;
}
.html .social-icons {
    font-size: 1em;
    color: #222;
}
.nav-vertical>li>ul li a {
    color: rgba(255, 255, 255, 0.55);
    transition: color .2s;
    font-size: 13px;
    border-bottom: 1px dotted #999;
}


}

/*************** FOOTER CSS HERE  ***************/
.opening-hours span {
    width: auto;
    margin-right: 20px;
}
.footer-2 ul.menu>li:before, .widget>ul>li:before  {
	
	content: "" !important;
}
/* #menu-our-services .widget>ul>li, ul.menu>li {
    display: inline-block;
    width: 48%;
    border-top:none !important;
   
} */


/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{width:30px !important; font-size: 20px;  color: #;}

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}


.footer-2 .widget-title{
   	color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer-2 h3:after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #fff;
    left: 0;
    position: absolute;
}
.footer ul li a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}
.footer-2 .widget {
    margin-bottom: 1em;
    color: rgba(255, 255, 255, 0.55) !important;
}
.footer-2 img.size-full.alignnone {
    margin-bottom: 0.82em !important;
}
.footer-2 p span{
    color:#BA734C;
}
.footer-2 .dark .is-divider {
    background-color: #!important;

}
.footer-2 p{
    color: rgba(255, 255, 255, 0.55) !important;
	font-size: 14px;
    line-height: 1.8;
    display: flex;
}

.footer-2 .col{
    padding: 0 15px 0px;
}
.absolute-footer {
    color: rgba(255, 255, 255, 0.55) !important;
	font-size:14px;
	padding:10px 0 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}


.footer-secondary {
    padding: 0;
}
#footer .back-to-top i{
    color: #fff !important;
}
#footer .button.is-outline  {
    background: #1C1915 !important;
    border: 2px solid #C17A52 !important;
}

/*============== Our Services ================ */
.our-service .box-image{
	border-radius: 20px;
}
.our-service .box-push .box-text {
border-radius: 26px;
margin:-30% auto 0;

}
/*============== Uni Form ================ */
.uwf-field {
    margin-bottom: 0 !important;
} 
.uwf-field label{
    display: none;
}
.uwf-step-nav .button {
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 0;
}

