html{
    scroll-behavior:smooth;
}
body{
    font-family:Arial,sans-serif;
}
.hero{
    min-height:100vh;
    background:
    linear-gradient(rgba(0,0,0,.55),
    rgba(0,0,0,.55)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?q=80&w=1600&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    color:#fff;
}
.section-padding{
    padding:100px 0;
}
.service-card{
    border:none;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}
.service-card:hover{
    transform:translateY(-5px);
}
.contact-card{
    border:none;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.navbar{
    backdrop-filter:blur(10px);
    background:rgba(0,0,0,.65);
}
footer{
    background:#111;
    color:#fff;
}
.faq-bullet {
    color: #0d6efd;
    margin-right: 12px;
    font-size: 1.1rem;
}
.accordion-button:not(.collapsed) .faq-bullet {
    color: #198754;
}
.accordion-button {
    font-weight: 500;
    padding: 1.1rem 1.25rem;
}
.accordion-body {
    line-height: 1.7;
    color: #444;
}
.editable-content{

    outline:none;
    border-bottom:1px dashed #0d6efd;
    cursor:text;

}

.editable-content:focus{

  

}
