/* Custom navbar styling */
.navbar {
    background-color: #000; /* Solid black background */
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
    color: #fff !important;
}

.navbar-nav .nav-link {
    color: #ccc !important;      /* Default link color */
    margin-left: 1rem;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #fff !important;      /* Hover color */
}

.navbar-nav .nav-link.active {
    color: #0d6efd !important;   /* Bootstrap primary color for active page */
}

/* Page content styling */
.container h1 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

/* Optional: add some spacing to top of page */
body {
/* avoid navbar overlap if fixed */
}

.ImageLogo {
	margin: 10px;
	padding-right: 10px;

}

#container{
	 background-color: #f4f4f4; /* light gray */
    border-radius: 16px;       /* rounded edges */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
  .mission-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px 40px;
    background-color: #f4f4f4; /* light gray */
    border-radius: 16px;       /* rounded edges */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-family: Arial, Helvetica, sans-serif;
  }

  .mission-container h1 {
    margin-bottom: 10px;
    color: #222;
  }

  .mission-container hr {
    border: none;
    height: 2px;
    width: 60px;
    background-color: #ff7a00; /* Sparq accent color */
    margin: 15px 0 25px 0;
  }

  .mission-container h3 {
    color: #444;
    margin-bottom: 15px;
  }

  .mission-container h5 {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #555;
    font-weight: normal;
  }
  
#contactbtn{
	margin-left: 100px;
}
#Jack{
	width: 100px;
	height: 200px;
	margin:auto;
	margin-left: 175px;
}
#Coax{
	width: 100px;
	height: 200px;
	margin:auto;
	margin-left: 175px;
}
#Audio{
	width: 100px;
	height: 200px;
	margin:auto;
	margin-left: 175px;
}
#Values{
	background-color: #000000; /* light gray */
    width: 400px;
    height: 100px;
    padding-top: 25px;
    font: 200px;
    text-align: center;
    color: #0d6efd;       /* rounded edges */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    width: 50%; /* Must have a width less than 100% */
  	margin-right: 0;
}
#ContactValues{
	background-color: #000000; /* light gray */
    width: 400px;
    height: 100px;
    padding-top: 25px;
    font: 200px;
    text-align: center;
    color: #0d6efd;       /* rounded edges */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    width: 50%; /* Must have a width less than 100% */
  	margin-left: auto;
  	margin-right: 0;
}
#Calltoday{
	background-color: #000000; /* light gray */
    text-align: center;
    color: #0d6efd;       /* rounded edges */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.sparq-contact {
            max-width: 900px;
            margin: 60px auto;
            padding: 0 15px;
            font-family: Arial, Helvetica, sans-serif;
            color: #222;
        }

        .sparq-contact h3 {
            text-align: center;
            font-size: clamp(22px, 4vw, 30px);
            margin-bottom: 30px;
        }

        .sparq-contact form {
            background: #f5f7fa;
            padding: 30px;
            border-radius: 14px;
            box-shadow: 0 6px 18px rgba(0,0,0,0.08);
        }

        .sparq-form-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 20px;
        }

        .sparq-field {
            display: flex;
            flex-direction: column;
        }

        .sparq-field label {
            font-size: 14px;
            margin-bottom: 6px;
            font-weight: bold;
        }

        .sparq-field input,
        .sparq-field textarea {
            padding: 12px 14px;
            border-radius: 8px;
            border: 1px solid #ccc;
            font-size: 15px;
        }

        .sparq-field input:focus,
        .sparq-field textarea:focus {
            border-color: #0077cc;
            box-shadow: 0 0 0 2px rgba(0,119,204,0.15);
            outline: none;
        }

        .sparq-field textarea {
            resize: vertical;
            min-height: 120px;
        }

        .sparq-full {
            grid-column: 1 / -1;
        }

        .sparq-submit {
            margin-top: 25px;
            display: flex;
            justify-content: center;
        }

        .sparq-submit a {
            background: #0077cc;
            color: #fff;
            border: none;
            padding: 14px 40px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }

        .sparq-submit a:hover {
            background: #005fa3;
        }
        
        
        .sparq-submit button {
            background: #0077cc;
            color: #fff;
            border: none;
            padding: 14px 40px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }
  .site-footer {
    background-color: #000;
    color: #ccc;
    padding: 40px 20px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .site-footer .footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .site-footer h4 {
    color: #0d6efd;
    margin-bottom: 15px;
  }
  


  .site-footer p,
  .site-footer a {
    color: #ccc;
    font-size: 0.95rem;
    text-decoration: none;
  }

  .site-footer a:hover {
    color: #0d6efd;
  }
  
  hr{
  	color:  #0d6efd;
  }
  
  #BBB{
   height: 100px;
   width: 300px;
  }

  .footer-bottom {
    border-top: 1px solid #222;
    margin-top: 30px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
  }
  
  
  .reviews-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.review-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.review-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 15px;
}

.review-name {
    font-weight: bold;
    font-size: 1.1em;
}

.review-stars {
    color: #f4b400;
    margin-top: 6px;
}

.review-text {
    color: #555;
    font-size: 0.95em;
    line-height: 1.6;
}