@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@700&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: "Zalando Sans", sans-serif;
}
.top-bar {
      background-color: #ADFFC3;
      height: 13vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 1030;
    }

    .top-bar-content {
      font-size: 1.2rem;
      font-weight: 500;
      color: #000;
    }

    .top-bar a {
      font-weight: 700;
      color: #000;
      text-decoration: none;
    }

    .top-bar a:hover {
      color: #0077B6;
      text-decoration: underline;
    }
    .custom-link {
    color: #ADFFC3 !important;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
  }

  .custom-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ADFFC3;
    transition: width 0.3s ease;
  }

  .custom-link:hover::after {
    width: 100%;
  }

  .custom-link:hover {
    color: #ffffff !important;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(173,255,195, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-brand{
    font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  }
  .hero-section {
  background: url('/img/hero-img.jpg') no-repeat center center/cover;
  height: 85vh;
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.custom-cta-btn {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  background-color: #ADFFC3;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: all 0.4s ease;
}

.custom-cta-btn:hover {
  background-color: #ff6b6b;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 107, 107, 0.5);
  transform: translateY(-3px);
}
.service-card {
    background: #fff;
    border: none;
    border-radius: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
  }

  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .contact-btn {
    background-color: #FF6B6B;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }

  .contact-btn:hover {
    background-color: #ADFFC3;
    color: #000;
    box-shadow: 0 0 12px rgba(173, 255, 195, 0.6);
  }
  .about-section {
  background-color: #f8f9fa;
}

.hover-zoom {
  transition: transform 0.5s ease;
}

.hover-zoom:hover {
  transform: scale(1.05);
}

.custom-line {
  border: none;
  border-top: 4px solid #FF6B6B;
  width: 80%;
  margin: 2rem auto 0 auto;
  border-radius: 5px;
}
.cta-box {
    width: 80%;
    height: 20vh;
    background-color: #0077B6;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  .btn-touch {
    background-color: #ADFFC3;
    color: #000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .btn-touch:hover {
    background-color: #FF6B6B;
    color: #fff;
    box-shadow: 0 0 12px rgba(255, 107, 107, 0.6);
  }
  .contact-circles-section .circle-box {
  background-color: #FF6B6B;
  border-radius: 40%;
  width: 300px;
  height: 300px;
  margin: auto;
  padding: 30px 20px;
  color: white;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.contact-circles-section .circle-box:hover {
  background-color: #ADFFC3;
  color: #000;
}

.circle-box .icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-link {
  color: white;
  text-decoration: none;
}

.circle-box:hover .contact-link {
  color: #000;
  text-decoration: underline;
}
.footer-area {
  background-color: #FF6B6B;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ADFFC3;
  text-decoration: underline;
}

.footer-area h5 {
  margin-bottom: 1rem;
}

.footer-area p, .footer-area li {
  font-size: 0.95rem;
}
#footer-logo{
    font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 576px) {
    .top-bar-content {
    font-size: 1rem;
    flex-direction: column;
    text-align: center;
    }
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 1.8rem;
  }

  .custom-cta-btn {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
    .service-card {
      text-align: center;
    }
  }
  @media (max-width: 768px) {
    .cta-box {
      flex-direction: column;
      text-align: center;
      height: auto;
    }
  }
@media (max-width: 767px) {
  .contact-circles-section .circle-box {
    width: 280px;
    height: 280px;
    margin-bottom: 20px;
  }
}