/* Start custom CSS for html, class: .elementor-element-9cf8e0c *//*==================================================
  INTERNATIONAL EXPERIENCE TIMELINE
==================================================*/

:root{

    --primary:#C89B3C;
    --primary-light:#F7F1E6;

    --dark:#171717;
    --text:#666666;

    --border:#E9E1D4;

    --bg:#FAF8F4;

    --white:#ffffff;

    --radius:28px;

    --transition:.35s ease;

}

/*============================*/

.international-section{

    position:relative;
    background:var(--bg);
    padding:110px 0;
    overflow:hidden;

}

.international-section .container{

    width:min(1320px,92%);
    margin:auto;

}

/*============================
Heading
============================*/

.section-heading{

    max-width:760px;
    margin:0 auto 80px;
    text-align:center;

}

.section-tag{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 22px;

    border-radius:50px;

    border:1px solid var(--border);

    background:#fff;

    color:var(--primary);

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-tag:before{

    content:"";

    width:8px;
    height:8px;

    border-radius:50%;

    background:var(--primary);

}

.section-heading h2{

    margin:25px 0;

    font-size:64px;

    line-height:1.1;

    font-family:"Cormorant Garamond",serif;

    color:var(--dark);

}

.section-heading h2 span{

    color:var(--primary);

}

.section-heading p{

    font-size:18px;

    line-height:1.9;

    color:var(--text);

}

/*============================
Timeline
============================*/

.journey{

    position:relative;

    max-width:1100px;

    margin:auto;

}

.journey:before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:3px;

    height:100%;

    background:linear-gradient(
        to bottom,
        transparent,
        #C89B3C,
        transparent
    );

}

/*============================*/

.journey-item{

    position:relative;

    width:50%;

    padding:0 70px 70px;

}

.journey-item:nth-child(odd){

    left:0;

}

.journey-item:nth-child(even){

    left:50%;

}

/*============================*/

.timeline-dot{

    position:absolute;

    top:35px;

    right:-11px;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#fff;

    border:5px solid var(--primary);

    z-index:20;

}

.journey-item:nth-child(even) .timeline-dot{

    left:-11px;

}

/*============================
Card
============================*/

.journey-card{

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(10px);

    border:1px solid var(--border);

    border-radius:28px;

    padding:40px;

    transition:.35s;

    box-shadow:0 20px 45px rgba(0,0,0,.05);

}

.journey-card:hover{

    transform:translateY(-10px);

    border-color:var(--primary);

    box-shadow:0 30px 70px rgba(0,0,0,.10);

}

/*============================*/

.country-header{

    display:flex;

    gap:20px;

    align-items:center;

    margin-bottom:35px;

}

.country-icon{

    width:74px;

    height:74px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:var(--primary-light);

    font-size:36px;

    transition:.35s;

}

.journey-card:hover .country-icon{

    transform:rotate(-8deg);

}

/*============================*/

.country-year{

    display:block;

    color:var(--primary);

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:8px;

}

.country-header h3{

    font-family:"Cormorant Garamond",serif;

    font-size:36px;

    color:var(--dark);

}

/*============================*/

.journey-feature{

    position:relative;

    padding-left:22px;

    margin-bottom:28px;

}

.journey-feature:last-child{

    margin-bottom:0;

}

.journey-feature:before{

    content:"";

    position:absolute;

    left:0;

    top:8px;

    width:9px;

    height:9px;

    border-radius:50%;

    background:var(--primary);

}

.journey-feature h4{

    margin-bottom:8px;

    color:var(--dark);

    font-size:20px;

    font-weight:700;

}

.journey-feature p{

    color:var(--text);

    line-height:1.85;

    font-size:15px;

}

/*============================
Summary
============================*/

.experience-summary{

    margin-top:40px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.summary-box{

    background:#fff;

    border-radius:24px;

    border:1px solid var(--border);

    text-align:center;

    padding:35px;

    transition:.35s;

}

.summary-box:hover{

    transform:translateY(-6px);

    border-color:var(--primary);

}

.summary-box h3{

    color:var(--primary);

    font-family:"Cormorant Garamond",serif;

    font-size:42px;

    margin-bottom:12px;

}

.summary-box span{

    color:#666;

    font-size:15px;

}

/*============================
Responsive
============================*/

@media(max-width:992px){

.journey:before{

left:25px;

}

.journey-item{

width:100%;

left:0!important;

padding-left:70px;

padding-right:0;

}

.timeline-dot{

left:15px!important;

right:auto;

}

.experience-summary{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.international-section{

padding:80px 0;

}

.section-heading{

margin-bottom:50px;

}

.section-heading h2{

font-size:42px;

}

.section-heading p{

font-size:16px;

}

.journey-card{

padding:28px;

}

.country-header{

flex-direction:column;

align-items:flex-start;

}

.country-header h3{

font-size:30px;

}

.country-icon{

width:62px;

height:62px;

font-size:28px;

}

.summary-box{

padding:28px;

}

.summary-box h3{

font-size:34px;

}

}/* End custom CSS */