* {
  font-family: 'Poppins', sans-serif;
}

.text-primary {
  color: #1a1a55 !important;
}

.bg-primary {
  background-color: #1a1a55 !important;
}

.bg-primary-light {
  background-color: #303066 !important;
}

/* NAVBAR */
.navbar .logo {
  height: 70px;
}

.navbar .nav-link {
  color: black;
}

.navbar .nav-link:hover {
  color: #495057;
}

.navbar .nav-link.active {
  color: #1a1a55;
  font-weight: 600;
}

.navbar .email .btn {
  background-color: #1a1a55;
  border: none;
  border-radius: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar .email .btn:hover {
  background-color: #303066;
}

/* CAROUSEL */
.carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 15px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: none;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel .carousel-indicators .active {
  background-color: #1a1a55;
  opacity: 1;
}

.carousel .carousel-header {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 99;
  width: 100%;
  padding: 0 15px;
}

.carousel .carousel-header h1 {
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
}

.carousel .carousel-header p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.carousel .carousel-item {
  height: 30rem;
}

.carousel .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel .carousel-item .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* BRAND */
.brand .logo-brand {
  height: 40px;
}

.brand .logo-brand-1 {
  width: 100px;
  height: 50px;
}

/* EXPERTISE */
.expertise .sub-title {
  letter-spacing: 2px;
}

.expertise .card-body .card-icon {
  width: 60px;
  height: 60px;
}

/* SERVICES */
.services .card .card-img {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

/* GALLERY */
.gallery .img-fluid.rounded {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  border-radius: 15px !important;
}

/* CERTIFICATIONS */
.certifications .img-fluid.rounded {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  border-radius: 15px !important;
}

/* CONTACT US */
.contact-us .link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .navbar {
    height: 80px;
  }

  .navbar .navbar-nav {
    height: 80px;
  }

  .navbar .email .btn {
    height: 80px;
  }
}

@media (max-width: 992px) {
  .services .card .card-img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .navbar .email .btn {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .navbar .navbar-collapse:not(.show) .email .btn {
    opacity: 0;
    visibility: hidden;
  }

  .carousel .carousel-header h1 {
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
  }

  .carousel .carousel-header p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .navbar .logo {
    height: 50px;
  }

  .navbar .logo-text {
    font-size: 16px !important;
  }

  .navbar .navbar-brand {
    padding: 2px 0px;
  }

  .carousel .carousel-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
  }

  .carousel .carousel-header p {
    font-size: 0.8rem;
  }

  .brand .logo-brand {
    height: 30px;
  }

  .brand .logo-brand-1 {
    width: 80px;
    height: 40px;
  }
}
