/*=========================================
CONTACT HERO
=========================================*/

.contact-hero{
padding:120px 0 100px;
background:#faf8f5;
position:relative;
overflow:hidden;
}

.contact-hero::before{
content:"";
position:absolute;
right:-180px;
top:-180px;
width:420px;
height:420px;
border-radius:50%;
background:rgba(201,143,114,.08);
}

.contact-hero::after{
content:"";
position:absolute;
left:-120px;
bottom:-120px;
width:260px;
height:260px;
border-radius:50%;
background:rgba(201,143,114,.05);
}

/*=========================================
BREADCRUMB
=========================================*/

.contact-breadcrumb{
margin-bottom:20px;
font-size:14px;
color:#777;
}

.contact-breadcrumb a{
color:#555;
text-decoration:none;
transition:.3s;
}

.contact-breadcrumb a:hover{
color:#c98f72;
}

.contact-breadcrumb span{
margin:0 10px;
}

/*=========================================
BADGE
=========================================*/

.contact-badge{
display:inline-block;
padding:8px 18px;
background:#f2e6dd;
color:#c98f72;
border-radius:50px;
font-size:12px;
font-weight:600;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:25px;
}

/*=========================================
TITLE
=========================================*/

.contact-hero h1{
font-family:'Cormorant Garamond',serif;
font-size:62px;
line-height:1.1;
margin-bottom:25px;
color:#222;
}

.contact-hero p{
font-size:17px;
line-height:1.9;
color:#666;
margin-bottom:35px;
max-width:620px;
}

/*=========================================
BUTTONS
=========================================*/

.contact-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

/*=========================================
HERO IMAGE
=========================================*/

.contact-hero-image{
text-align:center;
}

.contact-hero-image img{
max-width:100%;
border-radius:20px;
box-shadow:0 25px 60px rgba(0,0,0,.12);
transition:.4s;
}

.contact-hero-image img:hover{
transform:scale(1.03);
}

/*=========================================
CONTACT SECTION
=========================================*/

.contact-section{
padding:110px 0;
background:#fff;
}

/*=========================================
LEFT INFO
=========================================*/

.contact-info-box{
background:#faf8f5;
padding:40px;
border-radius:20px;
height:100%;
}

.contact-info-box h2{
font-family:'Cormorant Garamond',serif;
font-size:42px;
margin-bottom:18px;
}

.contact-info-box>p{
color:#666;
line-height:1.8;
margin-bottom:35px;
}

.contact-item{
display:flex;
gap:18px;
margin-bottom:28px;
}

.contact-icon{
width:60px;
height:60px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.contact-icon i{
font-size:22px;
color:#c98f72;
}

.contact-item h5{
margin-bottom:8px;
font-size:18px;
font-weight:600;
color:#222;
}

.contact-item p{
margin:0;
color:#666;
line-height:1.7;
}

.contact-social{
display:flex;
gap:15px;
margin-top:30px;
}

.contact-social a{
width:46px;
height:46px;
border-radius:50%;
background:#222;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
transition:.35s;
}

.contact-social a:hover{
background:#c98f72;
transform:translateY(-4px);
}

/*=========================================
CONTACT FORM
=========================================*/

.contact-form-box{
background:#fff;
padding:45px;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.contact-form-box h2{
font-family:'Cormorant Garamond',serif;
font-size:42px;
margin-bottom:30px;
}

.contact-form-box .form-control{
height:56px;
border-radius:10px;
border:1px solid #ddd;
padding:0 18px;
box-shadow:none;
}

.contact-form-box textarea.form-control{
height:auto;
padding:18px;
resize:none;
}

.contact-form-box .form-control:focus{
border-color:#c98f72;
box-shadow:0 0 0 4px rgba(201,143,114,.12);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.contact-hero{
padding:90px 0 70px;
}

.contact-hero h1{
font-size:46px;
}

.contact-hero-image{
margin-top:45px;
}

.contact-section{
padding:80px 0;
}

.contact-info-box{
margin-bottom:40px;
}

}

@media(max-width:767px){

.contact-hero{
padding:70px 0 50px;
}

.contact-hero h1{
font-size:34px;
}

.contact-hero p{
font-size:15px;
}

.contact-buttons{
flex-direction:column;
}

.contact-info-box,
.contact-form-box{
padding:25px;
}

.contact-info-box h2,
.contact-form-box h2{
font-size:32px;
}

.contact-item{
gap:14px;
}

.contact-icon{
width:50px;
height:50px;
}

.contact-icon i{
font-size:18px;
}

}
/*==================================================
CONTACT PAGE
PART 2
Map + FAQ + CTA + Final Responsive
==================================================*/

/*=========================================
GOOGLE MAP
=========================================*/

.contact-map{
padding:110px 0;
background:#faf8f5;
}

.contact-map .section-heading span{
display:inline-block;
font-size:12px;
font-weight:600;
letter-spacing:3px;
text-transform:uppercase;
color:#c98f72;
margin-bottom:15px;
}

.contact-map .section-heading h2{
font-family:'Cormorant Garamond',serif;
font-size:54px;
margin-bottom:20px;
color:#222;
}

.contact-map .section-heading p{
max-width:700px;
margin:auto;
font-size:16px;
line-height:1.9;
color:#666;
}

.map-box{
margin-top:50px;
overflow:hidden;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.map-box iframe{
display:block;
width:100%;
border:0;
}

/*=========================================
FAQ
=========================================*/

.contact-faq{
padding:110px 0;
background:#fff;
}

.contact-faq .section-heading span{
display:inline-block;
font-size:12px;
font-weight:600;
letter-spacing:3px;
text-transform:uppercase;
color:#c98f72;
margin-bottom:15px;
}

.contact-faq .section-heading h2{
font-family:'Cormorant Garamond',serif;
font-size:54px;
margin-bottom:20px;
color:#222;
}

.contact-faq .section-heading p{
max-width:720px;
margin:auto;
font-size:16px;
line-height:1.9;
color:#666;
}

/* Accordion */

.accordion-item{
border:none;
margin-bottom:20px;
border-radius:14px !important;
overflow:hidden;
box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.accordion-button{
padding:24px 30px;
font-size:18px;
font-weight:600;
background:#fff;
color:#222;
box-shadow:none !important;
}

.accordion-button:not(.collapsed){
background:#c98f72;
color:#fff;
}

.accordion-button::after{
filter:brightness(0);
}

.accordion-button:not(.collapsed)::after{
filter:brightness(10);
}

.accordion-body{
padding:25px 30px;
font-size:15px;
line-height:1.9;
color:#666;
background:#fff;
}

/*=========================================
CTA
=========================================*/

.contact-cta{
padding:110px 0;
background:#faf8f5;
}

.contact-cta .cta-box{
background:linear-gradient(135deg,#1d1d1d,#343434);
padding:80px;
border-radius:24px;
text-align:center;
position:relative;
overflow:hidden;
box-shadow:0 25px 70px rgba(0,0,0,.15);
}

.contact-cta .cta-box::before{
content:"";
position:absolute;
right:-120px;
top:-120px;
width:260px;
height:260px;
background:rgba(255,255,255,.05);
border-radius:50%;
}

.contact-cta .cta-box::after{
content:"";
position:absolute;
left:-70px;
bottom:-70px;
width:180px;
height:180px;
background:rgba(255,255,255,.04);
border-radius:50%;
}

.contact-cta .cta-box>*{
position:relative;
z-index:2;
}

.contact-cta span{
display:inline-block;
font-size:12px;
font-weight:600;
letter-spacing:3px;
text-transform:uppercase;
color:#c98f72;
margin-bottom:18px;
}

.contact-cta h2{
font-family:'Cormorant Garamond',serif;
font-size:58px;
color:#fff;
margin-bottom:20px;
}

.contact-cta p{
max-width:720px;
margin:auto;
font-size:17px;
line-height:1.9;
color:#ddd;
margin-bottom:35px;
}

.contact-cta .cta-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

/*=========================================
HOVER EFFECTS
=========================================*/

.contact-info-box,
.contact-form-box,
.map-box,
.accordion-item{
transition:.35s;
}

.contact-info-box:hover,
.contact-form-box:hover,
.map-box:hover{
transform:translateY(-6px);
box-shadow:0 25px 70px rgba(0,0,0,.10);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.contact-map,
.contact-faq,
.contact-cta{
padding:80px 0;
}

.contact-map .section-heading h2,
.contact-faq .section-heading h2,
.contact-cta h2{
font-size:42px;
}

.contact-cta .cta-box{
padding:50px;
}

}

@media(max-width:767px){

.contact-map,
.contact-faq,
.contact-cta{
padding:60px 0;
}

.contact-map .section-heading h2,
.contact-faq .section-heading h2,
.contact-cta h2{
font-size:32px;
}

.contact-cta .cta-box{
padding:35px 25px;
border-radius:18px;
}

.contact-cta p{
font-size:15px;
margin-bottom:25px;
}

.contact-cta .cta-buttons{
flex-direction:column;
}

.contact-cta .cta-buttons a{
width:100%;
}

.accordion-button{
padding:18px 20px;
font-size:16px;
}

.accordion-body{
padding:18px 20px;
font-size:14px;
}

.map-box iframe{
height:320px;
}

}