@charset "UTF-8";
/* CSS Document */

.custom-navbar {
  background-color: #000000;
}

.custom-navbar {
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 30px;
}

.logo-img {
  height: 60px;
  width: auto;
  display: block;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 30px;
}

.custom-navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.custom-navbar .navbar-nav {
  align-items: center;
}

.custom-navbar .nav-link {
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
  color: #FFD666;
}

.custom-navbar .nav-cta {
    background-color: #FFD666;
    color: #000000;
    padding: 14px 24px;
    border-radius: 6px;
    margin-left: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.custom-navbar .nav-cta:hover {
  background-color: #ffffff;
  color: #000000;
}

body {
    background-color: #000;
    color: #e6e6e6;
}

/* Base link colors for content (navbar links override this) */
a {
  color: #FFD666;
}

a:hover {
  color: #ffffff;
}


#home {
  position: relative;
}

.hero-overlay-content {
  position: absolute;
  top: 55%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 520px;
  padding-top: 90px;
}
.hero-overlay-content h1 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.hero-overlay-content p {
  color: #dddddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 28px;
}

.hero-overlay-content {
  background: rgba(0,0,0,0.45);
}

@media (max-width: 768px) {
  #hero {
    min-height: 80vh;
    background-position: center top;
  }

  .hero-overlay-content {
    top: 58%;
    left: 6%;
    right: 6%;
    max-width: none;
  }

  .hero-overlay-content h1 {
    font-size: 2.6rem;
    line-height: .95;
  }

  .hero-overlay-content p {
    font-size: 1rem;
  }
}

.hero-btn {
  display: inline-block;
  background-color: #FFD666;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 6px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

#hero {
  position: relative;
  height: 100vh;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.55)
    ),
    url("../Images/Tech02.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
}

section,
.accordion,
.row,
.review-img {
    border-radius: 12px;
}

.custom-accordion {
  margin: 60px auto;
}

.custom-accordion .accordion-item {
  background-color: #000000;
  border: 1px solid rgba(255, 214, 102, 0.25);
}

.accordion-button {
    background-color: #111111;
    color: #ffffff;
    border-top: 1px solid #d89c0d;
}

.accordion-button:not(.collapsed) {
    background-color: #1a1a1a;
    color: #d89c0d;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #d89c0d;
}

.custom-accordion .accordion-body {
  background-color: #000000;
  color: #dddddd;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  padding: 30px;
}

.custom-accordion h3 {
  color: #FFD666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.custom-accordion h4 {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 22px;
}

.custom-accordion p {
  margin-bottom: 16px;
}

.services-content h2 {
    margin-bottom: 40px;
}

.services-content p {
    line-height: 1.8;
}

.google-reviews-section {
  background-color: #111;
  color: #fff;
  padding: 70px 0;
  text-align: center;
  clear: both;
  overflow: hidden;
}

.google-reviews-section h2 {
  color: #f4b400;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.google-reviews-section p {
  color: #ccc;
  margin-bottom: 30px;
}

.google-reviews-section .elfsight-app-33b6cbfa-d6f3-48ed-9e67-ad73ec4e4172 {
  max-width: 1100px;
  margin: 0 auto;
}

.minimal-footer {
    background-color: #000000;
    padding: 20px 0;
}

.minimal-footer p {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    margin: 0;
    letter-spacing: 1px;
}