/* HERO */

.transfer-hero{
    padding:180px 10% 100px;
    text-align:center;
    background:#f8f5f2;
}

.transfer-hero span{
    color:#d88a54;
    font-size:28px;
    font-style:italic;
}

.transfer-hero h1{
    font-size:70px;
    line-height:1.1;
    margin:20px 0;
    color:#111;
}

.transfer-hero p{
    max-width:900px;
    margin:auto;
    font-size:22px;
    color:#666;
}

/* SERVICES */

.transfer-services{
    width:90%;
    max-width:1200px;
    margin:80px auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:30px;
}

.service-card{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.service-icon{
    width:90px;
    height:90px;
    background:#f5f5f5;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:40px;
    flex-shrink:0;
}

.service-card h3{
    margin-bottom:10px;
    font-size:28px;
}

.service-card p{
    color:#666;
    line-height:1.8;
}

/* CTA */

.transfer-cta{
    background:#d88a54;
    color:white;
    text-align:center;
    padding:80px 20px;
}

.transfer-cta h2{
    font-size:45px;
    margin-bottom:15px;
}

.transfer-cta p{
    margin-bottom:30px;
}

.btn-transfer{
    display:inline-block;
    background:white;
    color:#d88a54;
    text-decoration:none;
    padding:15px 35px;
    border-radius:40px;
    font-weight:700;
}

.dropdown-content a{
    color:#333 !important;
}
/* TRANSFERS PAGE NAVBAR */

header{
    background:#fff;
}

.nav-links a{
    color:#333 !important;
}

.nav-links a:hover{
    color:#d88a54 !important;
}

.dropdown > a{
    color:#333 !important;
}

.dropdown-menu a{
    color:#333 !important;
}
