.elementor-1490 .elementor-element.elementor-element-477ae64{--display:flex;}.elementor-1490 .elementor-element.elementor-element-02d1877{--display:flex;}.elementor-1490 .elementor-element.elementor-element-cdd02d6{--display:flex;}.elementor-1490 .elementor-element.elementor-element-4c84af1{--display:flex;}.elementor-1490 .elementor-element.elementor-element-dd0efe8{--display:flex;}.elementor-1490 .elementor-element.elementor-element-dd0efe8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1490 .elementor-element.elementor-element-6aa0d10{--display:flex;}.elementor-1490 .elementor-element.elementor-element-1fed351{--display:flex;}.elementor-1490 .elementor-element.elementor-element-291505d{--display:flex;}.elementor-1490 .elementor-element.elementor-element-6e5020b{--display:flex;}.elementor-1490 .elementor-element.elementor-element-8c23b21{--display:flex;}.elementor-1490 .elementor-element.elementor-element-8c23b21.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1490 .elementor-element.elementor-element-dd0efe8{--width:98.233%;}.elementor-1490 .elementor-element.elementor-element-8c23b21{--width:98.048%;}}/* Start custom CSS for html, class: .elementor-element-913b504 */.hero{
    background:linear-gradient(rgba(61,39,22,.95),rgba(61,39,22,.95)),
    url(images/wood-bg.jpg);
    background-size:cover;
    padding:150px 0 100px;
    color:#fff;
}

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

.hero-text{
    flex:1;
}

.tag{
    display:inline-block;
    background:#F57C20;
    padding:10px 22px;
    border-radius:30px;
    margin-bottom:20px;
    font-weight:600;
}

.hero h1{
    font-size:60px;
    font-family:Montserrat,sans-serif;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero h1 span{
    color:#F57C20;
}

.hero p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
    max-width:550px;
}

.hero-btns{
    display:flex;
    gap:15px;
}

.btn,
.btn-outline{
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn{
    background:#F57C20;
    color:#fff;
}

.btn-outline{
    border:2px solid #fff;
    color:#fff;
}

.hero-image{
    flex:1;
    position:relative;
    text-align:center;
}

.hero-image img{
    max-width:500px;
    width:100%;
}

.card{
    position:absolute;
    background:#fff;
    color:#222;
    padding:12px 20px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    font-weight:600;
}

.one{top:20px;left:20px;}
.two{top:120px;right:0;}
.three{bottom:30px;left:40px;}

@media(max-width:992px){

.hero-content{
    flex-direction:column;
    text-align:center;
}

.hero h1{
    font-size:42px;
}

.hero-btns{
    justify-content:center;
}

}/* Hero Image */

.hero-image{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.circle-bg{

    width:480px;
    height:480px;

    background:linear-gradient(135deg,#F57C20,#ffb347);

    border-radius:50%;

    position:absolute;

    z-index:1;

    opacity:.15;

}

.hero-img{

    position:relative;

    width:420px;

    z-index:2;

    filter:drop-shadow(0 20px 35px rgba(0,0,0,.25));

}

/* Floating Cards */

.floating-card{

    position:absolute;

    background:#fff;

    color:#222;

    padding:12px 20px;

    border-radius:12px;

    font-weight:600;

    box-shadow:0 12px 30px rgba(0,0,0,.15);

    z-index:3;

    animation:float 4s ease-in-out infinite;

}

.card-1{

    top:60px;
    left:20px;

}

.card-2{

    top:120px;
    right:0;

}

.card-3{

    bottom:50px;
    left:50px;

}

@keyframes float{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-12px);
    }

}

/* Responsive */

@media(max-width:991px){

.hero-image{

margin-top:60px;

}

.circle-bg{

width:340px;
height:340px;

}

.hero-img{

width:300px;

}

.card-1,
.card-2,
.card-3{

font-size:14px;
padding:10px 15px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5200601 *//*==========================
WHY CHOOSE US
===========================*/

.why-us{

padding:100px 0;
background:#fff;

}

.why-us .container{

display:flex;
justify-content:space-between;
align-items:center;
gap:70px;
flex-wrap:wrap;

}

.why-left{

flex:1;
min-width:320px;

}

.section-tag{

display:inline-block;
padding:10px 22px;
background:#F57C20;
color:#fff;
border-radius:30px;
font-weight:600;
margin-bottom:20px;

}

.why-left h2{

font-size:48px;
font-family:'Montserrat',sans-serif;
font-weight:800;
color:#2d1d12;
margin-bottom:20px;

}

.why-left h2 span{

color:#F57C20;

}

.why-left p{

font-size:17px;
line-height:1.8;
color:#666;
margin-bottom:35px;

}

.features{

display:flex;
flex-direction:column;
gap:25px;

}

.feature{

display:flex;
align-items:flex-start;
gap:18px;

}

.feature i{

width:60px;
height:60px;
background:#F57C20;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
font-size:22px;

}

.feature h4{

font-size:20px;
margin-bottom:6px;
color:#2d1d12;

}

.feature p{

margin:0;
color:#666;

}

/* Right */

.why-right{

flex:1;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

min-width:320px;

}

.stats-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.stats-card:hover{

transform:translateY(-8px);

}

.stats-card h3{

font-size:42px;

color:#F57C20;

font-family:'Montserrat',sans-serif;

margin-bottom:10px;

}

.stats-card p{

color:#666;

}

/* Responsive */

@media(max-width:992px){

.why-us .container{

flex-direction:column;

}

.why-right{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:576px){

.why-left h2{

font-size:36px;

}

.why-right{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50ce1ab *//*==============================
PROCESS
===============================*/

.process{

padding:100px 0;
background:#f8f7f2;

}

.process-grid{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:60px;

}

.process-card{

background:#fff;
padding:40px 30px;
border-radius:20px;
text-align:center;
position:relative;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;

}

.process-card:hover{

transform:translateY(-10px);

}

.number{

position:absolute;
top:20px;
right:20px;

font-size:18px;
font-weight:700;

color:#F57C20;

}

.icon{

width:80px;
height:80px;

background:#F57C20;

margin:auto;
margin-bottom:25px;

border-radius:50%;

display:flex;
justify-content:center;
align-items:center;

font-size:32px;

color:#fff;

}

.process-card h3{

font-size:24px;
margin-bottom:15px;
color:#2d1d12;

}

.process-card p{

color:#666;
line-height:1.8;

}

@media(max-width:992px){

.process-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.process-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2371c4 *//*==============================
PORTFOLIO
==============================*/

.portfolio{

padding:100px 0;

background:#fff;

}

.portfolio-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.portfolio-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.portfolio-card:hover{

transform:translateY(-10px);

}

.portfolio-card img{

width:100%;

height:260px;

object-fit:cover;

transition:.4s;

}

.portfolio-card:hover img{

transform:scale(1.08);

}

.portfolio-content{

padding:30px;

}

.portfolio-content span{

display:inline-block;

padding:8px 18px;

background:#F57C20;

color:#fff;

border-radius:30px;

font-size:14px;

margin-bottom:15px;

}

.portfolio-content h3{

font-size:24px;

margin-bottom:15px;

color:#2d1d12;

}

.portfolio-content a{

text-decoration:none;

font-weight:600;

color:#F57C20;

}

.portfolio-content a:hover{

letter-spacing:1px;

}

@media(max-width:992px){

.portfolio-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.portfolio-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ca40839 *//*==============================
TESTIMONIALS
==============================*/

.testimonials{

padding:100px 0;

background:#f8f7f2;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.stars{

color:#F57C20;

font-size:22px;

margin-bottom:20px;

}

.testimonial-card p{

line-height:1.8;

color:#666;

margin-bottom:30px;

}

.client{

display:flex;

align-items:center;

gap:15px;

}

.client img{

width:65px;

height:65px;

border-radius:50%;

object-fit:cover;

}

.client h4{

margin-bottom:5px;

font-size:18px;

color:#2d1d12;

}

.client span{

font-size:14px;

color:#777;

}

@media(max-width:992px){

.testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.testimonial-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e001700 *//*==============================
PRICING
==============================*/

.pricing{

padding:100px 0;

background:#fff;

}

.pricing-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.pricing-card{

background:#fff;

padding:45px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

text-align:center;

transition:.4s;

position:relative;

border:2px solid transparent;

}

.pricing-card:hover{

transform:translateY(-10px);

border-color:#F57C20;

}

.popular{

border:2px solid #F57C20;

transform:scale(1.05);

}

.badge{

position:absolute;

top:-15px;

left:50%;

transform:translateX(-50%);

background:#F57C20;

color:#fff;

padding:8px 20px;

border-radius:30px;

font-size:14px;

font-weight:600;

}

.pricing-card h3{

font-size:28px;

margin-bottom:20px;

}

.pricing-card h1{

font-size:55px;

color:#F57C20;

margin-bottom:10px;

}

.pricing-card small{

color:#777;

}

.pricing-card ul{

list-style:none;

margin:35px 0;

}

.pricing-card ul li{

padding:12px 0;

border-bottom:1px solid #eee;

color:#555;

}

.price-btn{

display:inline-block;

padding:15px 35px;

background:#F57C20;

color:#fff;

text-decoration:none;

border-radius:40px;

font-weight:600;

transition:.3s;

}

.price-btn:hover{

background:#2d1d12;

}

@media(max-width:992px){

.pricing-grid{

grid-template-columns:1fr;

}

.popular{

transform:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34d5b0e *//*==============================
FAQ
==============================*/

.faq{

padding:100px 0;

background:#f8f7f2;

}

.faq-container{

max-width:900px;

margin:60px auto 0;

}

.faq-container details{

background:#fff;

margin-bottom:20px;

border-radius:15px;

padding:20px 25px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.faq-container details:hover{

transform:translateY(-3px);

}

.faq-container summary{

font-size:18px;

font-weight:600;

cursor:pointer;

color:#2d1d12;

list-style:none;

position:relative;

padding-right:30px;

}

.faq-container summary::-webkit-details-marker{

display:none;

}

.faq-container summary::after{

content:"+";

position:absolute;

right:0;

font-size:24px;

color:#F57C20;

}

.faq-container details[open] summary::after{

content:"−";

}

.faq-container p{

margin-top:15px;

line-height:1.8;

color:#666;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5acd720 *//*==============================
TRUSTED PLATFORMS
==============================*/

.trusted{

    padding:100px 0;

    background:#f8f9fb;

}

.trusted-logos{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:25px;

    margin-top:60px;

}

.logo-box{

    background:#fff;

    border-radius:18px;

    padding:25px;

    height:140px;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

}

.logo-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(245,124,32,.18);

}

.logo-box img{

    max-width:150px;

    max-height:70px;

    width:100%;

    object-fit:contain;

    transition:.3s;

}

.logo-box:hover img{

    transform:scale(1.08);

}

@media(max-width:992px){

.trusted-logos{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:576px){

.trusted-logos{

grid-template-columns:repeat(2,1fr);

}

.logo-box{

height:120px;

padding:18px;

}

.logo-box img{

max-width:110px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-890cf5f *//*==============================
WHY CHOOSE US
==============================*/

.why-us{

padding:100px 0;

background:#fff;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.why-card{

background:#fff;

padding:40px 30px;

text-align:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

border-top:5px solid transparent;

}

.why-card:hover{

transform:translateY(-10px);

border-color:#F57C20;

}

.icon{

width:80px;

height:80px;

background:#F57C20;

color:#fff;

font-size:34px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

margin:0 auto 25px;

}

.why-card h3{

font-size:24px;

margin-bottom:15px;

color:#2d1d12;

}

.why-card p{

color:#666;

line-height:1.8;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.why-grid{

grid-template-columns:1fr;

}

}/*==============================
WHY CHOOSE US
==============================*/

.why-us{

padding:100px 0;

background:#fff;

}

.why-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.why-card{

background:#fff;

padding:40px 30px;

text-align:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

border-top:5px solid transparent;

}

.why-card:hover{

transform:translateY(-10px);

border-color:#F57C20;

}

.icon{

width:80px;

height:80px;

background:#F57C20;

color:#fff;

font-size:34px;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

margin:0 auto 25px;

}

.why-card h3{

font-size:24px;

margin-bottom:15px;

color:#2d1d12;

}

.why-card p{

color:#666;

line-height:1.8;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.why-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-436785c *//*==============================
PORTFOLIO
==============================*/

.portfolio{

padding:100px 0;

background:#f8f9fb;

}

.portfolio-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.portfolio-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.portfolio-card:hover{

transform:translateY(-10px);

}

.portfolio-card img{

width:100%;

height:250px;

object-fit:cover;

}

.portfolio-content{

padding:30px;

}

.portfolio-content h3{

font-size:24px;

margin-bottom:15px;

color:#2d1d12;

}

.portfolio-content p{

color:#666;

line-height:1.8;

margin-bottom:20px;

}

.portfolio-content a{

color:#F57C20;

font-weight:600;

text-decoration:none;

}

.portfolio-content a:hover{

color:#2d1d12;

}

@media(max-width:992px){

.portfolio-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */