.elementor-23 .elementor-element.elementor-element-361efaf{--display:flex;--min-height:400px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.5;}.elementor-23 .elementor-element.elementor-element-361efaf:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-361efaf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor6 );}.elementor-23 .elementor-element.elementor-element-361efaf::before, .elementor-23 .elementor-element.elementor-element-361efaf > .elementor-background-video-container::before, .elementor-23 .elementor-element.elementor-element-361efaf > .e-con-inner > .elementor-background-video-container::before, .elementor-23 .elementor-element.elementor-element-361efaf > .elementor-background-slideshow::before, .elementor-23 .elementor-element.elementor-element-361efaf > .e-con-inner > .elementor-background-slideshow::before, .elementor-23 .elementor-element.elementor-element-361efaf > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://teknr10.thestackly.site/wp-content/uploads/2026/07/pexels-artbovich-8089172-scaled.jpg");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23 .elementor-element.elementor-element-e21154f .elementor-heading-title{font-family:"Cinzel", Sans-serif;font-size:60px;font-weight:800;color:#C76B3C;}.elementor-23 .elementor-element.elementor-element-2263dc0{--display:flex;}.elementor-23 .elementor-element.elementor-element-47dbf15{--display:flex;}.elementor-23 .elementor-element.elementor-element-48d8357{--display:flex;}.elementor-23 .elementor-element.elementor-element-2e2c35c{--display:flex;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}body.elementor-page-23:not(.elementor-motion-effects-element-type-background), body.elementor-page-23 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d6874dc );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-23 .elementor-element.elementor-element-361efaf{--min-height:350px;}.elementor-23 .elementor-element.elementor-element-e21154f .elementor-heading-title{font-size:55px;}.elementor-23 .elementor-element.elementor-element-2e2c35c{--padding-top:0px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-23 .elementor-element.elementor-element-361efaf{--min-height:300px;}.elementor-23 .elementor-element.elementor-element-e21154f{text-align:center;}.elementor-23 .elementor-element.elementor-element-e21154f .elementor-heading-title{font-size:45px;}.elementor-23 .elementor-element.elementor-element-2e2c35c{--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1ad2d52 *//*=========================================
Market Statistics
=========================================*/

.market-section{
    padding:80px 50px 0;
    background:#FCFAF7;
}

.market-container{
    max-width:1400px;
    margin:0 auto;
}

/*=========================================
Heading
=========================================*/

.market-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.market-tag{
    display:block;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.market-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin:18px 0 28px;
}

.market-divider span{
    width:110px;
    height:1px;
    background:#E7DDD4;
}

.market-divider i{
    color:#E5B56B;
    font-size:11px;
}

.market-heading h2{
    margin-bottom:20px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:46px;
    font-weight:700;
    line-height:1.25;
}

.market-heading p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:17px;
    line-height:1.8;
}

/*=========================================
Grid
=========================================*/

.market-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

/*=========================================
Card
=========================================*/

.market-card{
    position:relative;
    padding:45px;
    background:#FFFFFF;
    border:1px solid #E7DDD4;
    border-radius:24px;
    text-align:center;
    overflow:hidden;
    transition:.4s;
}

.market-card:hover{
    transform:translateY(-10px);
    border-color:#C76B3C;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/*=========================================
Top Accent
=========================================*/

.market-card::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:0;
    height:4px;
    background:#C76B3C;
    transition:.4s;
}

.market-card:hover::before{
    width:100%;
}

/*=========================================
Circle Number
=========================================*/

.market-number{
    width:150px;
    height:150px;
    margin:0 auto 30px;
    border-radius:50%;
    border:2px solid #E7DDD4;
    background:#FCFAF7;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#C76B3C;
    font-family:"Cinzel",serif;
    font-size:42px;
    font-weight:700;
    transition:.4s;
}

.market-card:hover .market-number{
    background:#C76B3C;
    color:#FFFFFF;
    border-color:#C76B3C;
    transform:rotate(-6deg);
}

/*=========================================
Title
=========================================*/

.market-card h3{
    margin:0;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:28px;
    font-weight:600;
    line-height:1.4;
}

/*=========================================
Bottom Accent
=========================================*/

.market-card::after{
    content:"";
    display:block;
    width:70px;
    height:3px;
    margin:25px auto 0;
    background:#C76B3C;
    border-radius:30px;
    transition:.35s;
}

.market-card:hover::after{
    width:110px;
}
/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.market-section{
    padding:50px 30px 0;
}

.market-heading{
    margin-bottom:60px;
}

.market-heading h2{
    font-size:38px;
}

.market-heading p{
    font-size:16px;
}

.market-divider span{
    width:80px;
}

.market-grid{
    gap:25px;
}

.market-card{
    padding:35px 25px;
}

.market-number{
    width:120px;
    height:120px;
    margin-bottom:22px;
    font-size:34px;
}

.market-card h3{
    font-size:22px;
}

}


/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.market-section{
    padding:30px 10px 0;
}

.market-heading{
    margin-bottom:45px;
}

.market-tag{
    font-size:13px;
    letter-spacing:2px;
}

.market-divider{
    gap:10px;
    margin:15px 0 20px;
}

.market-divider span{
    width:45px;
}

.market-divider i{
    font-size:10px;
}

.market-heading h2{
    font-size:30px;
    line-height:1.3;
}

.market-heading p{
    font-size:15px;
    line-height:1.8;
}

.market-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.market-card{
    padding:30px 20px;
    border-radius:18px;
}

.market-number{
    width:100px;
    height:100px;
    margin-bottom:18px;
    font-size:28px;
}

.market-card h3{
    font-size:20px;
    line-height:1.4;
}

.market-card:hover{
    transform:translateY(-5px);
}

}


/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

.market-card{
    padding:25px 18px;
}

.market-number{
    width:90px;
    height:90px;
    font-size:24px;
}

.market-card h3{
    font-size:18px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5af7dff *//*=========================================
FEATURED LISTINGS
=========================================*/

.featured-listings{
    padding:80px 50px 0;
    background:#FCFAF7;
}

.featured-container{
    max-width:1400px;
    margin:0 auto;
}

/*=========================================
Heading
=========================================*/

.featured-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.featured-tag{
    display:block;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.featured-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin:18px 0 28px;
}

.featured-divider span{
    width:110px;
    height:1px;
    background:#E7DDD4;
}

.featured-divider i{
    color:#E5B56B;
    font-size:11px;
}

.featured-heading h2{
    margin-bottom:20px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:46px;
    font-weight:700;
    line-height:1.25;
}

.featured-heading p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:17px;
    line-height:1.8;
}

/*=========================================
Grid
=========================================*/

.featured-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/*=========================================
Property Card
=========================================*/

.property-card{
    background:#FFFFFF;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #E7DDD4;
    transition:.4s;
    position:relative;
}

.property-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    border-color:#C76B3C;
}

/*=========================================
Image
=========================================*/

.property-image{
    position:relative;
    overflow:hidden;
}

.property-image img{
    width:100%;
    height:290px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.property-card:hover .property-image img{
    transform:scale(1.08);
}
/*=========================================
Featured Badge
=========================================*/

.property-badge{
    position:absolute;
    top:20px;
    left:20px;
    padding:8px 18px;
    background:#C76B3C;
    color:#FFFFFF;
    border-radius:30px;
    font-family:"Inter",sans-serif;
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
    z-index:2;
}

/*=========================================
Favourite Button
=========================================*/

.property-favorite{
    position:absolute;
    top:20px;
    right:20px;
    width:46px;
    height:46px;
    background:rgba(255,255,255,.95);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.35s;
    z-index:2;
}

.property-favorite i{
    color:#C76B3C;
    font-size:18px;
    transition:.35s;
}

.property-favorite:hover{
    background:#C76B3C;
}

.property-favorite:hover i{
    color:#FFFFFF;
}

/*=========================================
Price Badge
=========================================*/

.property-price{
    position:absolute;
    left:20px;
    bottom:20px;
    padding:12px 20px;
    background:#FFFFFF;
    color:#C76B3C;
    border-radius:12px;
    font-family:"Cinzel",serif;
    font-size:22px;
    font-weight:700;
    box-shadow:0 12px 25px rgba(0,0,0,.10);
}

/*=========================================
Content
=========================================*/

.property-content{
    padding:28px;
}

.property-type{
    display:inline-block;
    margin-bottom:12px;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.property-content h3{
    margin:0 0 14px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:28px;
    font-weight:600;
    line-height:1.35;
}

/*=========================================
Location
=========================================*/

.property-location{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:15px;
}

.property-location i{
    color:#C76B3C;
    font-size:16px;
}

/*=========================================
Property Features
=========================================*/

.property-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    padding:22px 0;
    border-top:1px solid #E7DDD4;
    border-bottom:1px solid #E7DDD4;
    margin-bottom:28px;
}

.property-features div{
    display:flex;
    align-items:center;
    gap:10px;
}

.property-features i{
    color:#C76B3C;
    font-size:17px;
    width:20px;
    text-align:center;
}

.property-features span{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:500;
}

/*=========================================
Button
=========================================*/

.property-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#C76B3C;
    text-decoration:none;
    font-family:"Inter",sans-serif;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.property-btn i{
    transition:.35s;
}

.property-btn:hover{
    color:#A85A30;
}

.property-btn:hover i{
    transform:translateX(6px);
}

/*=========================================
Hover Effect
=========================================*/

.property-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#C76B3C;
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
    z-index:3;
}

.property-card:hover::before{
    transform:scaleX(1);
}
/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.featured-listings{
    padding:50px 30px 0;
}

.featured-heading{
    margin-bottom:55px;
}

.featured-heading h2{
    font-size:38px;
}

.featured-heading p{
    font-size:16px;
}

.featured-divider span{
    width:80px;
}

.featured-grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.property-image img{
    height:240px;
}

.property-content{
    padding:22px;
}

.property-price{
    padding:10px 18px;
    font-size:20px;
}

.property-content h3{
    font-size:24px;
}

.property-features{
    gap:14px;
}

.property-features span{
    font-size:14px;
}

.property-btn{
    font-size:15px;
}

}


/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.featured-listings{
    padding:30px 10px 0;
}

.featured-heading{
    margin-bottom:45px;
}

.featured-tag{
    font-size:13px;
    letter-spacing:2px;
}

.featured-divider{
    gap:10px;
    margin:15px 0 20px;
}

.featured-divider span{
    width:45px;
}

.featured-divider i{
    font-size:10px;
}

.featured-heading h2{
    font-size:30px;
    line-height:1.3;
}

.featured-heading p{
    font-size:15px;
    line-height:1.8;
}

.featured-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.property-card{
    border-radius:18px;
}

.property-image img{
    height:240px;
}

.property-badge{
    top:15px;
    left:15px;
    padding:7px 15px;
    font-size:12px;
}

.property-favorite{
    width:42px;
    height:42px;
    top:15px;
    right:15px;
}

.property-favorite i{
    font-size:16px;
}

.property-price{
    left:15px;
    bottom:15px;
    padding:10px 16px;
    font-size:18px;
}

.property-content{
    padding:20px;
}

.property-type{
    font-size:13px;
}

.property-content h3{
    font-size:22px;
    line-height:1.35;
}

.property-location{
    margin-bottom:20px;
    font-size:14px;
}

.property-features{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    padding:18px 0;
    margin-bottom:22px;
}

.property-features i{
    font-size:15px;
}

.property-features span{
    font-size:14px;
}

.property-btn{
    font-size:15px;
}

.property-card:hover{
    transform:translateY(-5px);
}

}


/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

.property-image img{
    height:220px;
}

.property-content{
    padding:18px;
}

.property-content h3{
    font-size:20px;
}

.property-price{
    font-size:17px;
    padding:8px 14px;
}

.property-features{
    grid-template-columns:1fr;
    gap:10px;
}

.property-btn{
    width:100%;
    justify-content:center;
    padding:14px;
    border:1px solid #E7DDD4;
    border-radius:10px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0892fd3 *//*=========================================
Our Process
=========================================*/

.process-section{
    padding:80px 50px 0;
    background:#FCFAF7;
}

.process-container{
    max-width:1400px;
    margin:0 auto;
}

/*=========================================
Heading
=========================================*/

.process-heading{
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.process-tag{
    display:block;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.process-divider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
    margin:18px 0 28px;
}

.process-divider span{
    width:110px;
    height:1px;
    background:#E7DDD4;
}

.process-divider i{
    color:#E5B56B;
    font-size:11px;
}

.process-heading h2{
    margin-bottom:20px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:46px;
    font-weight:700;
    line-height:1.25;
}

.process-heading p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:17px;
    line-height:1.8;
}

/*=========================================
Timeline
=========================================*/

.process-timeline{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:30px;
}

.timeline-line{
    position:absolute;
    top:52px;
    left:8%;
    width:84%;
    height:3px;
    background:#E7DDD4;
    z-index:1;
}

.timeline-line::after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        to right,
        #C76B3C,
        #E5B56B,
        #C76B3C
    );
    opacity:.35;
}

/*=========================================
Cards
=========================================*/

.process-card{
    position:relative;
    z-index:2;
    background:#FFFFFF;
    border:1px solid #E7DDD4;
    border-radius:22px;
    padding:80px 30px 35px;
    text-align:center;
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-10px);
    border-color:#C76B3C;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}
/*=========================================
Process Circle
=========================================*/

.process-circle{
    position:absolute;
    top:-38px;
    left:50%;
    transform:translateX(-50%);
    width:78px;
    height:78px;
    border-radius:50%;
    background:#FFFFFF;
    border:3px solid #C76B3C;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
    z-index:3;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.process-circle i{
    color:#C76B3C;
    font-size:28px;
    transition:.35s;
}

.process-card:hover .process-circle{
    background:#C76B3C;
    transform:translateX(-50%) rotate(360deg);
}

.process-card:hover .process-circle i{
    color:#FFFFFF;
}

/*=========================================
Step Number
=========================================*/

.process-number{
    display:block;
    margin-bottom:18px;
    color:#C76B3C;
    font-family:"Cinzel",serif;
    font-size:42px;
    font-weight:700;
    line-height:1;
}

/*=========================================
Title
=========================================*/

.process-card h3{
    margin-bottom:15px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:24px;
    font-weight:600;
    line-height:1.3;
}

/*=========================================
Description
=========================================*/

.process-card p{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:15px;
    line-height:1.8;
}

/*=========================================
Top Accent
=========================================*/

.process-card::before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:0;
    height:4px;
    background:#C76B3C;
    border-radius:0 0 10px 10px;
    transition:.35s;
}

.process-card:hover::before{
    width:100%;
}

/*=========================================
Bottom Accent
=========================================*/

.process-card::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:60px;
    height:3px;
    background:#E5B56B;
    border-radius:20px;
    transition:.35s;
}

.process-card:hover::after{
    width:120px;
    background:#C76B3C;
}

/*=========================================
Luxury Glow
=========================================*/

.process-card:hover{
    box-shadow:
        0 20px 45px rgba(0,0,0,.08),
        0 0 0 1px rgba(199,107,60,.08);
}

/*=========================================
Image Smoothness
=========================================*/

.process-card,
.process-circle,
.process-card::before,
.process-card::after{
    will-change:transform;
}
/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.process-section{
    padding:50px 30px 0;
}

.process-heading{
    margin-bottom:55px;
}

.process-heading h2{
    font-size:38px;
}

.process-heading p{
    font-size:16px;
}

.process-divider span{
    width:80px;
}

.process-timeline{
    grid-template-columns:repeat(2,1fr);
    gap:70px 25px;
}

.timeline-line{
    display:none;
}

.process-card{
    padding:70px 25px 30px;
}

.process-circle{
    width:72px;
    height:72px;
    top:-36px;
}

.process-circle i{
    font-size:26px;
}

.process-number{
    font-size:36px;
}

.process-card h3{
    font-size:22px;
}

.process-card p{
    font-size:15px;
}

}


/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.process-section{
    padding:30px 10px 0;
}

.process-heading{
    margin-bottom:45px;
}

.process-tag{
    font-size:13px;
    letter-spacing:2px;
}

.process-divider{
    gap:10px;
    margin:15px 0 20px;
}

.process-divider span{
    width:45px;
}

.process-divider i{
    font-size:10px;
}

.process-heading h2{
    font-size:30px;
    line-height:1.3;
}

.process-heading p{
    font-size:15px;
    line-height:1.8;
}

.process-timeline{
    grid-template-columns:1fr;
    gap:65px;
}

.timeline-line{
    display:none;
}

.process-card{
    padding:65px 22px 28px;
    border-radius:18px;
}

.process-circle{
    width:65px;
    height:65px;
    top:-32px;
}

.process-circle i{
    font-size:22px;
}

.process-number{
    font-size:30px;
    margin-bottom:15px;
}

.process-card h3{
    font-size:20px;
    margin-bottom:12px;
}

.process-card p{
    font-size:14px;
    line-height:1.7;
}

.process-card:hover{
    transform:translateY(-5px);
}

}


/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

.process-card{
    padding:60px 18px 25px;
}

.process-circle{
    width:58px;
    height:58px;
}

.process-circle i{
    font-size:20px;
}

.process-number{
    font-size:26px;
}

.process-card h3{
    font-size:18px;
}

.process-card p{
    font-size:13px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-255f7ca *//*=========================================
FAQ Section
=========================================*/

.faq-section{
    padding:80px 50px 0;
    background:#FCFAF7;
}

.faq-container{
    max-width:1400px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/*=========================================
FAQ Image
=========================================*/

.faq-image{
    position:relative;
}

.faq-image img{
    width:100%;
    height:700px;
    object-fit:cover;
    border-radius:24px;
    display:block;
}

/*=========================================
Floating Card
=========================================*/

.faq-image-card{
    position:absolute;
    left:30px;
    bottom:30px;
    background:#FFFFFF;
    border-radius:18px;
    padding:20px 25px;
    display:flex;
    align-items:center;
    gap:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.faq-image-card i{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#C76B3C;
    color:#FFFFFF;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:26px;
}

.faq-image-card h4{
    margin:0 0 6px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:22px;
    font-weight:600;
}

.faq-image-card span{
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:15px;
}

/*=========================================
Heading
=========================================*/

.faq-tag{
    display:block;
    color:#C76B3C;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
}

.faq-divider{
    display:flex;
    align-items:center;
    gap:14px;
    margin:18px 0 28px;
}

.faq-divider span{
    width:90px;
    height:1px;
    background:#E7DDD4;
}

.faq-divider i{
    color:#E5B56B;
    font-size:11px;
}

.faq-content h2{
    margin-bottom:20px;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:46px;
    font-weight:700;
    line-height:1.25;
}

.faq-content>p{
    margin-bottom:35px;
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:17px;
    line-height:1.9;
}
/*=========================================
Accordion
=========================================*/

.faq-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.faq-item{
    background:#FFFFFF;
    border:1px solid #E7DDD4;
    border-radius:16px;
    overflow:hidden;
    transition:.35s;
}

.faq-item[open]{
    border-color:#C76B3C;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.faq-item summary{
    list-style:none;
    cursor:pointer;
    padding:22px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#1E1E1E;
    font-family:"Cinzel",serif;
    font-size:21px;
    font-weight:600;
}

.faq-item summary::-webkit-details-marker{
    display:none;
}

.faq-item summary i{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#F7F2ED;
    color:#C76B3C;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:15px;
    transition:.35s;
}

.faq-item[open] summary i{
    background:#C76B3C;
    color:#FFFFFF;
    transform:rotate(45deg);
}

.faq-item p{
    padding:0 25px 22px;
    color:#5F6368;
    font-family:"Inter",sans-serif;
    font-size:16px;
    line-height:1.8;
}

/*=========================================
Hover
=========================================*/

.faq-item:hover{
    transform:translateY(-4px);
}
/*=========================================
Tablet
=========================================*/

@media (max-width:991px){

.faq-section{
    padding:50px 30px 0;
}

.faq-container{
    grid-template-columns:1fr;
    gap:45px;
}

.faq-image img{
    height:500px;
}

.faq-image-card{
    left:20px;
    bottom:20px;
    padding:18px 22px;
}

.faq-image-card i{
    width:58px;
    height:58px;
    font-size:22px;
}

.faq-image-card h4{
    font-size:20px;
}

.faq-image-card span{
    font-size:14px;
}

.faq-content h2{
    font-size:38px;
}

.faq-content>p{
    font-size:16px;
    margin-bottom:30px;
}

.faq-divider span{
    width:70px;
}

.faq-item summary{
    padding:20px;
    font-size:19px;
}

.faq-item p{
    padding:0 20px 20px;
    font-size:15px;
}

}


/*=========================================
Mobile
=========================================*/

@media (max-width:767px){

.faq-section{
    padding:30px 10px 0;
}

.faq-container{
    gap:35px;
}

.faq-image img{
    height:320px;
    border-radius:18px;
}

.faq-image-card{
    left:15px;
    right:15px;
    bottom:15px;
    padding:15px;
    gap:12px;
    border-radius:14px;
}

.faq-image-card i{
    width:50px;
    height:50px;
    font-size:20px;
    flex-shrink:0;
}

.faq-image-card h4{
    font-size:17px;
}

.faq-image-card span{
    font-size:13px;
}

.faq-tag{
    font-size:13px;
    letter-spacing:2px;
}

.faq-divider{
    gap:10px;
    margin:15px 0 20px;
}

.faq-divider span{
    width:45px;
}

.faq-divider i{
    font-size:10px;
}

.faq-content h2{
    font-size:30px;
    line-height:1.3;
}

.faq-content>p{
    font-size:15px;
    line-height:1.8;
    margin-bottom:25px;
}

.faq-list{
    gap:15px;
}

.faq-item{
    border-radius:14px;
}

.faq-item summary{
    padding:18px;
    font-size:17px;
    line-height:1.5;
}

.faq-item summary i{
    width:34px;
    height:34px;
    font-size:13px;
    min-width:34px;
}

.faq-item p{
    padding:0 18px 18px;
    font-size:14px;
    line-height:1.7;
}

.faq-item:hover{
    transform:none;
}

}


/*=========================================
Small Mobile
=========================================*/

@media (max-width:480px){

.faq-image img{
    height:260px;
}

.faq-image-card{
    position:relative;
    left:0;
    right:0;
    bottom:0;
    margin-top:15px;
}

.faq-image-card h4{
    font-size:16px;
}

.faq-image-card span{
    font-size:12px;
}

.faq-content h2{
    font-size:26px;
}

.faq-item summary{
    font-size:16px;
    padding:16px;
}

.faq-item p{
    padding:0 16px 16px;
    font-size:13px;
}

}/* End custom CSS */