.elementor-8 .elementor-element.elementor-element-d6e471b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d2ba009 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


.goodwill-section{
    font-family:Poppins,sans-serif;
    background:#f5f7fb;
    color:#222;
}

/* HERO */

.hero-banner{
    height:500px;
    background:url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=2070&auto=format&fit=crop') center center/cover no-repeat;
    position:relative;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,24,61,.75);
}

.hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:white;
    padding-top:100px;
}

.logo{
    width:140px;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:52px;
    font-weight:700;
}

.tagline{
    font-size:20px;
    color:#d4d4d4;
}

/* CARDS */

.card-section{
    width:90%;
    max-width:1400px;
    margin:40px auto;
    background:white;
    border-radius:25px;
    overflow:hidden;
    display:flex;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.title-box{
    width:300px;
    background:#032b63;
    color:white;
    text-align:center;
    padding:50px 20px;
}

.title-box.green{
    background:#067647;
}

.title-box i{
    font-size:60px;
}

.title-box h2{
    margin-top:20px;
    font-size:28px;
}

.content-box{
    flex:1;
    padding:50px;
    font-size:18px;
    line-height:1.9;
}

/* CORE VALUES */

.core-values{
    width:90%;
    margin:auto;
}

.core-title{
    background:#032b63;
    color:white;
    text-align:center;
    padding:30px;
    border-radius:20px;
}

.core-title i{
    font-size:40px;
}

.values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-top:30px;
}

.value-card{
    background:white;
    padding:35px;
    border-radius:20px;
    text-align:center;
    transition:.4s;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.value-card:hover{
    transform:translateY(-10px);
}

.value-card i{
    color:#067647;
    font-size:50px;
}

.value-card h3{
    margin-top:15px;
}

/* MOTTO */

.motto{
    margin-top:60px;
    padding:70px;
    text-align:center;
    background:#032b63;
    color:white;
}

.motto h3{
    color:#d4af37;
    letter-spacing:4px;
}

.motto h1{
    font-size:60px;
    margin-top:20px;
    font-family:cursive;
}

/* SERVICES */

.services{
    display:flex;
    justify-content:center;
    gap:40px;
    padding:50px;
    background:white;
}

.service{
    text-align:center;
}

.service i{
    font-size:40px;
    color:#067647;
}

.service span{
    display:block;
    margin-top:10px;
    font-weight:600;
}

/* MOBILE */

@media(max-width:768px){

.card-section{
    flex-direction:column;
}

.title-box{
    width:100%;
}

.values-grid{
    grid-template-columns:1fr;
}

.hero-content h1{
    font-size:32px;
}

.motto h1{
    font-size:34px;
}

.services{
    flex-wrap:wrap;
}
}/* End custom CSS */