/* Custom styles for Souroh Karbala COMPANY website */

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fff;
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.highlight-yellow {
    color: #FFC107;
}

.highlight-orange {
    color: #FF9800;
}

.section-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.section {
    padding: 60px 0;
}

.navbar {
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.logo-placeholder {
    width: 48px;
    height: 48px;
    background: #FFC107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff;
}

@media (max-width: 767px) {
    .section {
        padding: 30px 0;
    }
}
