body {
    font-family: "Open Sans Condensed", sans-serif;
    color: #444;
    margin: 0;
    padding-top: 64px; /* plats för navbar */
    
}

h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: .02em;
}

#hero {
    width: 100%;
    height: 600px;
    background: url("/img/mirror.jpg") center 20% / cover no-repeat;
    position: relative;
}

/* Overlay för texten */
.hero-overlay {
    position: absolute;
    inset: 0; /* täcker hela hero */
    background: rgba(0,0,0,0.35); /* mörkar ner lite för kontrast */
    padding: 2rem;
    color: #fff;
    
}

.hero-title {
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);
}

.hero-subtitle {
    font-size: 25px;
    font-weight: 400;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}


#services {
  background: #b1a85b;
  color: #fff;
}

.services-title {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-box {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.service-heading {
  font-size: 26px;
  font-weight: 600;
  margin: 15px 0;
}

.service-icon {
  font-size: 48px;
  margin-bottom: 10px;
  color: #fff;
}

.service-box p {
  font-size: 19px;
  line-height: 1.55;
}

.service-link {
  color: #fff;
  text-decoration: underline;
}
.service-link:hover {
  text-decoration: none;
  opacity: .85;
}

.btn-primary {
    background: #b1a85b;
    border-color: #b1a85b;
    color: #fff;
}

.btn-primary:hover {
    background: #9c924f;
    border-color: #9c924f;
}



/* Diskret “elevated” panel med accentbar till vänster */
/* Öppettider – sober panel utan ram/rundning, med gul accentbar */
/* Öppettider – sober panel utan ram/rundning, med gul accentbar */
.opening-panel {
    position: relative;
    background: #fff;
    padding: 24px 32px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    max-width: 380px; /* desktop */
    margin: 0 auto;
}

.opening-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 6px;
    background: #b1a85b; /* gul accent */
    border-radius: 3px;
}

.opening-title {
    font-size: 28px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #444;
}

.opening-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.opening-list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.opening-list .muted {
    color: #777;
    font-style: italic;
    font-size: 18px;
    margin-top: 12px;
    text-align: center;
}

/* Mobil – gör boxen fullbredd men behåll sidlinjen */
@media (max-width: 576px) {
    .opening-panel {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        box-shadow: none; /* kan du ta bort för ren känsla, men linjen stannar */
        padding: 20px 28px;
    }

    .opening-panel::before {
        top: 12px;
        bottom: 12px;
    }

    .opening-list li {
        flex-direction: column;
        align-items: flex-start; /* vänsterjustera så linjen känns logisk */
    }

    .opening-list li span {
        display: block;
    }

    .opening-list .time {
        font-weight: 600;
        margin-top: 2px;
    }
}



/* Lite större på riktigt breda skärmar */
@media (min-width: 1400px) {
    .opening-title {
        font-size: 32px;
    }

    .opening-list {
        font-size: 23px;
    }
}


/* Info-sektion */

.info-heading {
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.info-lead {
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    color: #777;
    margin-bottom: 15px;
}

.info-text {
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    color: #777;
    margin-bottom: 15px;
}


/* Navbar */
.navbar {
    height: 64px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 1.1rem;
}

.navbar-brand img {
    height: 28px !important; /* mindre logga */
}

.navbar-nav .nav-link {
    font-size: 1.1rem; /* större text */
    font-weight: 600; /* lite fetare */
    padding: 0.5rem 1rem; /* mer luft */
    color: #333;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.navbar-nav .nav-link:hover {
    color: #1a77ca; /* blå highlight */
}

/* "Bilar"-knappen */
.navbar .btn-primary {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.4rem 1.2rem;
    border-radius: 9999px; /* pill-form */
}

#Map {
    background: #f9f9f9; /* ljus bakgrund för kontrast */
}
#Map .ratio {
    box-shadow: 0 2px 6px rgba(0,0,0,0.08); /* mjuk, diskret skugga */
    
}

.contact-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #444;
}

.contact-list li {
    margin-bottom: 12px;
    color: #555;
}

.contact-icon {
    color: #b1a85b; /* gul accent istället för blå */
    font-size: 1.2em;
}

.contact-list a {
    color: #444;
    text-decoration: none;
    font-weight: 500;
}

.contact-list a:hover {
    text-decoration: underline;
    color: #000;
}

