body{
    font-family:Poppins,sans-serif;
}

.logo{
    width:90px;
}

.brand{
    color:#0a2142;
    font-weight:700;
    font-size:3rem;
}

.brand span{
    color:#c79b33;
    display:block;
    letter-spacing:8px;
    font-size:2rem;
}

.contact-area{
    background:#0a2142;
    color:white;
}

.contact-item{
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,.25);
    font-size:18px;
}

.service-card{
    background:#0a2142;
    color:white;
}

.service-card h5{
    color:#d4a640;
}

.service-card ul{
    padding-left:18px;
}

.service-card li{
    margin-bottom:8px;
}

.qr{
    max-width:120px;
}

@media(max-width:768px){

.brand{
    font-size:2rem;
}

.brand span{
    font-size:1.3rem;
    letter-spacing:4px;
}

.contact-area{
    text-align:center;
}

.contact-item{
    font-size:16px;
}

.qr{
    width:100px;
    margin-bottom:20px;
}

.service-card{
    text-align:center;
}

.service-card ul{
    text-align:left;
    display:inline-block;
}

}
        

       

        h1 {
            color: #0f4c81;
            margin-bottom: 15px;
        }

        h2 {
            color: #444;
            margin-bottom: 20px;
        }

        p {
            color: #666;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .btn {
            display: inline-block;
            background: #0f4c81;
            color: white;
            text-decoration: none;
            padding: 12px 30px;
            border-radius: 30px;
            transition: 0.3s;
        }

        .btn:hover {
            background: #08345c;
        }

        footer {
            margin-top: 30px;
            color: #888;
            font-size: 14px;
        }