:root {
    --brand: #1d3e63;
    --accent: #f67f01;
    --light: #f5f7fa;
    --cardBorder: rgba(255, 255, 255, .55);
    --cardBg: #173b5c;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;

}

.navbar-toggler {
  border-color: #fff;
  box-shadow: none !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Inter, Arial, sans-serif;
    color: #222;
}

/* Navbar */
.navbar {
    background: var(--brand);
}

.nav-item {
    margin-right: 15px;
}

.navbar .nav-link {
    color: #fff;
    opacity: .9;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--accent);
    opacity: 1;
}

.nav-gap .nav-link {
    padding: .5rem 1rem;
    font-weight: 600;
    letter-spacing: .3px;
}

.btn-accent {
    background: var(--accent);
    color: #fff;
    border: none;
}

.btn-accent:hover {
    background: #e56f00;
    color: #fff;
}

/* Hero */
.hero {
    background: var(--brand);
    color: #fff;
    overflow: hidden;
}

.hero>* {
    position: relative;
    z-index: 1;
}

.hero {
    background: var(--brand);
    color: #fff;
    background-image: url(https://sianaexpertsjeddah.com/wp-content/uploads/2024/11/woman-called-repairman-washing-machine_85574-7210.jpg);
    background-size: cover;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero h1 {
    font-weight: 800;
}

.hero .lead {
    color: #e8eef6;
}

.form-card {
    border-radius: 14px;
}

/* Sections */
.section-pad {
    padding: 80px 0;
    overflow: hidden;
}

.shadow-soft {
    box-shadow: 0 12px 32px rgba(16, 24, 40, .08);
}

:target {
    scroll-margin-top: 90px;
}

/* offset for sticky nav */
.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #e7ecf2, transparent);
    margin: 32px 0;
}

.error {
  color: #ff0202;
}
.shadow-soft {
    box-shadow: 0 10px 30px rgba(16, 24, 40, .06);
}

.eyebrow {
    color: var(--accent);
    font-weight: 700;
    letter-spacing: .2px;
    margin-bottom: .6rem;
    display: inline-block;
}

.headline {
    color: #123556;
    /* close to brand but deeper for headlines */
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: .2px;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 3.2vw + 1rem, 3rem);
}

.lead-text {
    color: #4d5b6a;
    font-size: 1.05rem;
    line-height: 1.95;
    max-width: 58ch;
}

.media-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
}

.media-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.ratings i {
    color: #f9b707;
}

/* ===== Service Cards (like screenshot) ===== */
.services-dark {
    background: var(--brand);
}

.service-card {
    background: var(--cardBg);
    color: #fff;
    border: 2px solid var(--cardBorder);
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.service-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    margin: 0 auto 14px auto;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 24px;
}

.service-card h5 {
    margin: 6px 0 10px;
    font-weight: 800;
}

.service-card p {
    margin: 0;
    line-height: 1.8;
    color: #d9e6f2;
}

#explore {
    position: relative;
    background-color: #E0E0E0;
    background-image: url("https://sianaexpertsjeddah.com/wp-content/uploads/2024/11/images-1.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    /* keep it low, overlay will be under content */
}

#explore {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#explore::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.33;
    z-index: 0;
}

/* make sure content stays above overlay */
#explore>* {
    position: relative;
    z-index: 1;
}

#explore h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    inset-inline-end: 18px;
    bottom: 18px;
    z-index: 1030;
}

/* Footer */
footer {
    background: var(--brand);
    color: #fff;
}

@media screen and (max-width: 580px) {
    #explore h3 {
  font-size: 1.7rem;
    }
    .navbar-nav.nav-gap{
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
  .ms-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
