:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-17ad1d8 *//*==================================
About Story
==================================*/

.about-story{

    padding:110px 0;

    background:#fff;

}

.story-grid{

    display:grid;

    grid-template-columns:.9fr 1.1fr;

    gap:80px;

    align-items:center;

}

.story-image{

    position:relative;

}

.story-image img{

    width:100%;

    border-radius:30px;

    display:block;

    box-shadow:0 30px 60px rgba(0,0,0,.08);

}

.story-content h2{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    line-height:1.1;

    color:#171717;

    margin:25px 0;

}

.story-content h2 span{

    color:#C89B3C;

}

.story-content .lead{

    font-size:22px;

    line-height:1.8;

    color:#171717;

    margin-bottom:25px;

}

.story-content p{

    font-size:18px;

    line-height:1.9;

    color:#666;

    margin-bottom:20px;

}

.story-content blockquote{

    margin-top:40px;

    padding-left:25px;

    border-left:4px solid #C89B3C;

    font-family:"Cormorant Garamond",serif;

    font-size:30px;

    line-height:1.5;

    color:#171717;

    font-style:italic;

}

@media(max-width:991px){

.story-grid{

grid-template-columns:1fr;

gap:50px;

}

.story-content{

text-align:center;

}

.story-content blockquote{

border-left:none;

border-top:3px solid #C89B3C;

padding:25px 0 0;

}

}

@media(max-width:767px){

.about-story{

padding:80px 0;

}

.story-content h2{

font-size:42px;

}

.story-content .lead{

font-size:19px;

}

.story-content blockquote{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2c6d0e5 *//*==================================
Vision & Mission
==================================*/

.vision-mission{

    padding:110px 0;

    background:#FAF8F4;

}

.section-title{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.section-title h2{

    font-family:"Cormorant Garamond",serif;

    font-size:58px;

    color:#171717;

    margin:20px 0;

}

.section-title h2 span{

    color:#C89B3C;

}

.section-title p{

    color:#666;

    line-height:1.9;

    font-size:18px;

}

.vm-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.vm-card{

    background:#fff;

    border:1px solid #E8E1D8;

    border-radius:24px;

    padding:50px;

    transition:.35s;

}

.vm-card:hover{

    transform:translateY(-8px);

    border-color:#C89B3C;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.vm-icon{

    width:72px;

    height:72px;

    border-radius:50%;

    background:#FFF4DF;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    color:#C89B3C;

}

.vm-icon svg{

    width:32px;

    height:32px;

}

.vm-card h3{

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

    margin-bottom:18px;

    color:#171717;

}

.vm-card p{

    font-size:17px;

    color:#666;

    line-height:1.9;

}

@media(max-width:991px){

.vm-grid{

grid-template-columns:1fr;

}

}

@media(max-width:767px){

.vision-mission{

padding:80px 0;

}

.section-title h2{

font-size:42px;

}

.vm-card{

padding:35px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba4ec1a *//*==================================================
   International Experience
==================================================*/

.international-section{
    background:#fff;
    padding:90px 0;
    position:relative;
}

.international-section .container{
    width:min(1320px,92%);
    margin:auto;
}

/*==========================
Heading
==========================*/

.section-heading{
    max-width:780px;
    margin:0 auto 60px;
    text-align:center;
}

.section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    border:1px solid #E8DDC9;
    border-radius:40px;
    color:#C89B3C;
    background:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-tag::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#C89B3C;
}

.section-heading h2{
    margin:22px 0;
    font-size:62px;
    line-height:1.1;
    font-family:"Cormorant Garamond",serif;
    color:#171717;
}

.section-heading h2 span{
    color:#C89B3C;
}

.section-heading p{
    color:#666;
    font-size:18px;
    line-height:1.9;
}

/*==========================
Stats
==========================*/

.experience-stats{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:70px;
}

.stat-item{
    background:#FAF8F4;
    border:1px solid #ECE4D7;
    border-radius:22px;
    padding:30px 45px;
    min-width:220px;
    text-align:center;
    transition:.35s;
}

.stat-item:hover{
    transform:translateY(-6px);
    border-color:#C89B3C;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.stat-item h3{
    font-size:44px;
    color:#C89B3C;
    margin-bottom:8px;
    font-family:"Cormorant Garamond",serif;
}

.stat-item span{
    color:#666;
    font-size:15px;
}

/*==========================
Countries
==========================*/

.countries-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

.country-card{
    position:relative;
    background:#fff;
    border:1px solid #ECE4D7;
    border-radius:26px;
    padding:40px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 15px 40px rgba(0,0,0,.04);
}

.country-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:#C89B3C;
    transform:scaleX(0);
    transition:.35s;
}

.country-card:hover::before{
    transform:scaleX(1);
}

.country-card:hover{
    transform:translateY(-10px);
    border-color:#C89B3C;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.country-flag{
    width:78px;
    height:78px;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#FFF8E8;
    font-size:42px;
    margin-bottom:25px;
    transition:.35s;
}

.country-card:hover .country-flag{
    transform:rotate(-8deg) scale(1.05);
}

.country-card h3{
    font-size:34px;
    font-family:"Cormorant Garamond",serif;
    color:#171717;
    margin-bottom:30px;
}

.country-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.country-card li{
    position:relative;
    padding-left:22px;
    margin-bottom:28px;
}

.country-card li:last-child{
    margin-bottom:0;
}

.country-card li::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:#C89B3C;
    position:absolute;
    left:0;
    top:10px;
}

.country-card h4{
    margin:0 0 8px;
    font-size:20px;
    color:#171717;
    font-weight:700;
}

.country-card p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/*==========================
Responsive
==========================*/

@media(max-width:1100px){

.countries-grid{
grid-template-columns:1fr;
}

.country-card{
max-width:700px;
margin:auto;
}

}

@media(max-width:768px){

.international-section{
padding:70px 0;
}

.section-heading h2{
font-size:42px;
}

.section-heading p{
font-size:16px;
}

.experience-stats{
gap:15px;
}

.stat-item{
padding:25px;
min-width:160px;
}

.stat-item h3{
font-size:34px;
}

.country-card{
padding:30px;
}

.country-card h3{
font-size:28px;
}

.country-flag{
width:65px;
height:65px;
font-size:34px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bda1689 *//*==================================
Final CTA
==================================*/

.final-cta{

    padding:120px 20px;

    background:linear-gradient(180deg,#FAF8F4 0%,#F5F0E8 100%);

    text-align:center;

    position:relative;

    overflow:hidden;

}

.final-cta .container{

    max-width:760px;

    margin:auto;

    position:relative;

    z-index:2;

}

.final-cta h2{

    font-family:"Cormorant Garamond",serif;

    font-size:62px;

    line-height:1.1;

    color:#171717;

    margin:25px 0;

}

.final-cta h2 span{

    color:#C89B3C;

}

.final-cta p{

    font-size:18px;

    line-height:2;

    color:#666;

    margin:0 auto 45px;

}

.cta-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    border-radius:60px;

    background:#C89B3C;

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:600;

    transition:.35s;

    box-shadow:0 15px 35px rgba(200,155,60,.20);

}

.cta-btn:hover{

    transform:translateY(-5px);

    background:#B78930;

    box-shadow:0 20px 45px rgba(200,155,60,.30);

}

/* Decorative circles */

.final-cta:before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(200,155,60,.06);

    border-radius:50%;

    top:-120px;

    left:-100px;

}

.final-cta:after{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    background:rgba(200,155,60,.05);

    border-radius:50%;

    bottom:-100px;

    right:-80px;

}

/* Mobile */

@media(max-width:768px){

.final-cta{

padding:80px 20px;

}

.final-cta h2{

font-size:42px;

}

.final-cta p{

font-size:16px;

line-height:1.9;

}

.cta-btn{

width:100%;

max-width:280px;

}

}/* End custom CSS */