/*=========================================
ABOUT HERO
=========================================*/

.about-hero{
padding:120px 0 100px;
background:#faf8f5;
position:relative;
overflow:hidden;
}

.about-hero::before{
content:"";
position:absolute;
right:-180px;
top:-180px;
width:420px;
height:420px;
border-radius:50%;
background:rgba(201,143,114,.08);
}

.about-hero::after{
content:"";
position:absolute;
left:-120px;
bottom:-120px;
width:260px;
height:260px;
border-radius:50%;
background:rgba(201,143,114,.05);
}

/*=========================================
BREADCRUMB
=========================================*/

.about-breadcrumb{
margin-bottom:25px;
font-size:14px;
color:#888;
}

.about-breadcrumb a{
text-decoration:none;
color:#555;
transition:.3s;
}

.about-breadcrumb a:hover{
color:#c98f72;
}

.about-breadcrumb span{
margin:0 10px;
}

/*=========================================
BADGE
=========================================*/

.about-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
=========================================*/

.about-hero h1{
font-family:'Cormorant Garamond',serif;
font-size:64px;
font-weight:700;
line-height:1.1;
color:#222;
margin-bottom:25px;
}

.about-hero p{
font-size:17px;
line-height:1.9;
color:#666;
margin-bottom:35px;
max-width:620px;
}

/*=========================================
BUTTONS
=========================================*/

.about-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-primary-custom{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 34px;
background:#c98f72;
color:#fff;
text-decoration:none;
border-radius:8px;
font-size:14px;
font-weight:600;
transition:.35s;
}

.btn-primary-custom:hover{
background:#b67a5f;
color:#fff;
transform:translateY(-4px);
}

.btn-outline-custom{
display:inline-flex;
align-items:center;
justify-content:center;
padding:16px 34px;
border:2px solid #c98f72;
color:#c98f72;
text-decoration:none;
border-radius:8px;
font-size:14px;
font-weight:600;
transition:.35s;
}

.btn-outline-custom:hover{
background:#c98f72;
color:#fff;
}

/*=========================================
HERO IMAGE
=========================================*/

.about-hero-image{
text-align:center;
}

.about-hero-image img{
max-width:100%;
border-radius:22px;
box-shadow:0 25px 60px rgba(0,0,0,.12);
transition:.45s;
}

.about-hero-image img:hover{
transform:scale(1.03);
}

/*=========================================
OUR STORY
=========================================*/

.our-story{
padding:110px 0;
background:#fff;
}

.section-subtitle{
display:inline-block;
font-size:13px;
letter-spacing:3px;
font-weight:600;
text-transform:uppercase;
color:#c98f72;
margin-bottom:15px;
}

.our-story h2{
font-family:'Cormorant Garamond',serif;
font-size:52px;
line-height:1.15;
color:#222;
margin-bottom:25px;
}

.our-story p{
font-size:16px;
line-height:1.9;
color:#666;
margin-bottom:20px;
}

/*=========================================
STORY IMAGE
=========================================*/

.our-story img{
width:100%;
border-radius:20px;
box-shadow:0 25px 60px rgba(0,0,0,.10);
}

/*=========================================
CHECK LIST
=========================================*/

.story-points{
margin-top:35px;
}

.story-item{
display:flex;
align-items:center;
gap:14px;
margin-bottom:18px;
font-size:16px;
color:#333;
}

.story-item i{
color:#c98f72;
font-size:20px;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.about-hero{
padding:90px 0 70px;
}

.about-hero h1{
font-size:48px;
}

.about-hero-image{
margin-top:50px;
}

.our-story{
padding:80px 0;
}

.our-story h2{
font-size:42px;
margin-top:35px;
}

}

@media(max-width:767px){

.about-hero{
padding:70px 0 50px;
}

.about-hero h1{
font-size:36px;
}

.about-hero p{
font-size:15px;
}

.about-buttons{
flex-direction:column;
}

.btn-primary-custom,
.btn-outline-custom{
width:100%;
}

.our-story{
padding:60px 0;
}

.our-story h2{
font-size:32px;
}

.story-item{
font-size:15px;
}

}
/*=========================================
EXPERTISE SECTION
=========================================*/

.about-expertise{
padding:110px 0;
background:#faf8f5;
position:relative;
}

.about-expertise .section-heading span{
display:inline-block;
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
font-weight:600;
color:#c98f72;
margin-bottom:15px;
}

.about-expertise .section-heading h2{
font-family:'Cormorant Garamond',serif;
font-size:54px;
color:#222;
margin-bottom:18px;
}

.about-expertise .section-heading p{
max-width:700px;
margin:0 auto;
font-size:16px;
line-height:1.9;
color:#666;
}

/*=========================================
EXPERTISE CARD
=========================================*/

.expertise-card{
background:#fff;
padding:45px 35px;
border-radius:18px;
text-align:center;
height:100%;
box-shadow:0 15px 45px rgba(0,0,0,.06);
transition:.35s;
position:relative;
overflow:hidden;
}

.expertise-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:#c98f72;
transform:scaleX(0);
transition:.35s;
}

.expertise-card:hover::before{
transform:scaleX(1);
}

.expertise-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.expertise-icon{
width:90px;
height:90px;
margin:0 auto 25px;
border-radius:50%;
background:#f7efe9;
display:flex;
align-items:center;
justify-content:center;
transition:.35s;
}

.expertise-card:hover .expertise-icon{
background:#c98f72;
}

.expertise-icon i{
font-size:36px;
color:#c98f72;
transition:.35s;
}

.expertise-card:hover .expertise-icon i{
color:#fff;
}

.expertise-card h3{
font-family:'Cormorant Garamond',serif;
font-size:32px;
margin-bottom:18px;
color:#222;
}

.expertise-card p{
font-size:15px;
line-height:1.8;
color:#666;
margin:0;
}

/*=========================================
WHY CHOOSE US
=========================================*/

.why-us{
padding:110px 0;
background:#fff;
}

.why-us .section-heading span{
display:inline-block;
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
font-weight:600;
color:#c98f72;
margin-bottom:15px;
}

.why-us .section-heading h2{
font-family:'Cormorant Garamond',serif;
font-size:52px;
margin-bottom:20px;
color:#222;
}

.why-us .section-heading p{
font-size:16px;
line-height:1.9;
color:#666;
margin-bottom:40px;
}

/*=========================================
WHY LIST
=========================================*/

.why-item{
display:flex;
align-items:flex-start;
gap:18px;
margin-bottom:30px;
padding-bottom:25px;
border-bottom:1px solid #eee;
}

.why-item:last-child{
margin-bottom:0;
padding-bottom:0;
border:none;
}

.why-icon{
width:60px;
height:60px;
border-radius:50%;
background:#f7efe9;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

.why-icon i{
font-size:22px;
color:#c98f72;
}

.why-item h4{
font-family:'Cormorant Garamond',serif;
font-size:30px;
margin-bottom:10px;
color:#222;
}

.why-item p{
font-size:15px;
line-height:1.8;
color:#666;
margin:0;
}

/*=========================================
WHY IMAGE
=========================================*/

.why-image{
text-align:center;
}

.why-image img{
width:100%;
border-radius:20px;
box-shadow:0 25px 60px rgba(0,0,0,.12);
transition:.4s;
}

.why-image img:hover{
transform:scale(1.03);
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.about-expertise,
.why-us{
padding:80px 0;
}

.about-expertise .section-heading h2,
.why-us .section-heading h2{
font-size:42px;
}

.expertise-card{
padding:35px 25px;
}

.why-image{
margin-top:50px;
}

}

@media(max-width:767px){

.about-expertise,
.why-us{
padding:60px 0;
}

.about-expertise .section-heading h2,
.why-us .section-heading h2{
font-size:32px;
}

.expertise-card{
padding:28px 20px;
}

.expertise-icon{
width:75px;
height:75px;
}

.expertise-icon i{
font-size:28px;
}

.expertise-card h3{
font-size:26px;
}

.why-item{
gap:14px;
}

.why-icon{
width:50px;
height:50px;
}

.why-item h4{
font-size:24px;
}

}
/*=========================================
STATISTICS
=========================================*/

.about-stats{
padding:110px 0;
background:#faf8f5;
}

.stat-box{
background:#fff;
padding:45px 25px;
border-radius:18px;
text-align:center;
box-shadow:0 15px 45px rgba(0,0,0,.06);
transition:.35s;
height:100%;
}

.stat-box:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.stat-box h2{
font-family:'Cormorant Garamond',serif;
font-size:60px;
font-weight:700;
color:#c98f72;
margin-bottom:10px;
line-height:1;
}

.stat-box p{
margin:0;
font-size:15px;
letter-spacing:1px;
text-transform:uppercase;
color:#666;
}

/*=========================================
PROCESS
=========================================*/

.our-process{
padding:110px 0;
background:#fff;
}

.our-process .section-heading span{
display:inline-block;
font-size:13px;
letter-spacing:3px;
text-transform:uppercase;
font-weight:600;
color:#c98f72;
margin-bottom:15px;
}

.our-process .section-heading h2{
font-family:'Cormorant Garamond',serif;
font-size:54px;
margin-bottom:18px;
color:#222;
}

.our-process .section-heading p{
max-width:700px;
margin:0 auto;
font-size:16px;
line-height:1.9;
color:#666;
}

.process-card{
background:#faf8f5;
padding:45px 30px;
border-radius:18px;
text-align:center;
position:relative;
height:100%;
transition:.35s;
}

.process-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,.08);
background:#fff;
}

.process-number{
position:absolute;
top:20px;
right:25px;
font-size:50px;
font-family:'Cormorant Garamond',serif;
font-weight:700;
color:rgba(201,143,114,.15);
}

.process-card i{
font-size:45px;
color:#c98f72;
margin-bottom:25px;
}

.process-card h4{
font-family:'Cormorant Garamond',serif;
font-size:32px;
margin-bottom:15px;
color:#222;
}

.process-card p{
font-size:15px;
line-height:1.8;
color:#666;
margin:0;
}

/*=========================================
AUTHOR
=========================================*/

.about-author{
padding:110px 0;
background:#faf8f5;
}

.about-author img{
width:100%;
border-radius:20px;
box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.about-author h2{
font-family:'Cormorant Garamond',serif;
font-size:52px;
line-height:1.2;
margin:18px 0 25px;
color:#222;
}

.about-author p{
font-size:16px;
line-height:1.9;
color:#666;
margin-bottom:30px;
}

.author-list{
list-style:none;
padding:0;
margin:0;
}

.author-list li{
display:flex;
align-items:center;
gap:14px;
margin-bottom:18px;
font-size:16px;
color:#333;
}

.author-list li i{
color:#c98f72;
font-size:18px;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.about-stats,
.our-process,
.about-author{
padding:80px 0;
}

.stat-box h2{
font-size:48px;
}

.our-process .section-heading h2,
.about-author h2{
font-size:42px;
}

.about-author img{
margin-bottom:40px;
}

}

@media(max-width:767px){

.about-stats,
.our-process,
.about-author{
padding:60px 0;
}

.stat-box{
padding:30px 20px;
}

.stat-box h2{
font-size:38px;
}

.process-card{
padding:35px 20px;
}

.process-number{
font-size:38px;
}

.process-card i{
font-size:34px;
}

.process-card h4{
font-size:26px;
}

.our-process .section-heading h2,
.about-author h2{
font-size:32px;
}

.about-author p{
font-size:15px;
}

.author-list li{
font-size:15px;
}

}
/*=========================================
CTA SECTION
=========================================*/

.about-cta{
padding:110px 0;
background:#fff;
}

.cta-box{
background:linear-gradient(135deg,#1d1d1d,#303030);
padding:80px 60px;
border-radius:24px;
text-align:center;
position:relative;
overflow:hidden;
box-shadow:0 30px 80px rgba(0,0,0,.18);
}

.cta-box::before{
content:"";
position:absolute;
right:-120px;
top:-120px;
width:260px;
height:260px;
border-radius:50%;
background:rgba(255,255,255,.05);
}

.cta-box::after{
content:"";
position:absolute;
left:-80px;
bottom:-80px;
width:180px;
height:180px;
border-radius:50%;
background:rgba(255,255,255,.04);
}

.cta-box>*{
position:relative;
z-index:2;
}

.cta-box h2{
font-family:'Cormorant Garamond',serif;
font-size:58px;
color:#fff;
margin-bottom:20px;
}

.cta-box p{
max-width:720px;
margin:0 auto 35px;
font-size:17px;
line-height:1.9;
color:#d9d9d9;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:18px;
flex-wrap:wrap;
}

/*=========================================
GLOBAL IMAGE EFFECT
=========================================*/

.about-hero img,
.our-story img,
.why-image img,
.about-author img{
transition:.45s;
}

.about-hero img:hover,
.our-story img:hover,
.why-image img:hover,
.about-author img:hover{
transform:scale(1.03);
}

/*=========================================
CARD EFFECT
=========================================*/

.expertise-card,
.stat-box,
.process-card{
transition:.35s;
}

.expertise-card:hover,
.stat-box:hover,
.process-card:hover{
transform:translateY(-10px);
}

/*=========================================
SECTION SPACING
=========================================*/

.about-hero,
.our-story,
.about-expertise,
.why-us,
.about-stats,
.our-process,
.about-author,
.about-cta{
position:relative;
overflow:hidden;
}

/*=========================================
TEXT SELECTION
=========================================*/

::selection{
background:#c98f72;
color:#fff;
}

/*=========================================
SCROLLBAR
=========================================*/

::-webkit-scrollbar{
width:8px;
}

::-webkit-scrollbar-thumb{
background:#c98f72;
border-radius:20px;
}

::-webkit-scrollbar-track{
background:#f3f3f3;
}

/*=========================================
TABLET
=========================================*/

@media(max-width:991px){

.cta-box{
padding:60px 40px;
}

.cta-box h2{
font-size:44px;
}

.cta-box p{
font-size:16px;
}

}

/*=========================================
MOBILE
=========================================*/

@media(max-width:767px){

.about-cta{
padding:60px 0;
}

.cta-box{
padding:35px 25px;
border-radius:18px;
}

.cta-box h2{
font-size:32px;
line-height:1.2;
}

.cta-box p{
font-size:15px;
margin-bottom:25px;
}

.cta-buttons{
flex-direction:column;
}

.cta-buttons a{
width:100%;
}

}

/*=========================================
LARGE DESKTOP
=========================================*/

@media(min-width:1400px){

.about-hero h1,
.about-author h2,
.why-us .section-heading h2,
.about-expertise .section-heading h2,
.our-process .section-heading h2{
font-size:64px;
}

.cta-box h2{
font-size:68px;
}

}