@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
.section-head {
  font-family: "Hanken Grotesk";
  font-size: 56px;
  font-weight: 500;
  color: #060606;
  line-height: 73px;
  z-index: 100 !important;
  position: relative;
}
@media (max-width: 575.98px) {
  .section-head {
    font-family: "Hanken Grotesk";
    font-size: 28px;
    font-weight: 500;
    color: #060606;
    line-height: 40px;
  }
}

.subhead {
  font-family: "Hanken Grotesk";
  font-size: 34px;
  font-weight: 500;
  color: #060606;
  line-height: 44px;
}
@media (max-width: 575.98px) {
  .subhead {
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-weight: 500;
    color: #060606;
    line-height: 40px;
  }
}

.text {
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 300;
  color: #060606;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .text {
    font-family: "Figtree";
    font-size: 16px;
    font-weight: 300;
    color: #060606;
  }
}

.btn-main {
  padding: 8px 20px;
  gap: 10px;
  border-radius: 0;
  border: 1px solid #060606;
  background: transparent;
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 600;
  color: #060606;
}
.btn-main:hover {
  border: 1px solid #060606;
  background: #060606;
  color: #f9f9f9;
}

.btn-white {
  padding: 8px 20px;
  gap: 10px;
  border-radius: 0;
  border: none;
  background: #060606;
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 600;
  color: #f9f9f9;
}
.btn-white:hover {
  border: none;
  background: #f9f9f9;
  color: #060606;
}

.navbar-nav {
  padding-left: 9rem;
}
@media (max-width: 575.98px) {
  .navbar-nav {
    padding-left: 0 !important;
  }
}
.navbar-nav .nav-word:hover {
  font-weight: 600;
  cursor: pointer !important;
}
.navbar-nav .nav-word.active {
  font-weight: 600;
  color: #000;
}

.hero {
  position: relative;
  z-index: 10;
}
.hero .logo {
  max-width: 220px;
}
.hero h1 {
  font-family: "Hanken Grotesk";
  font-size: 76px;
  font-weight: 600;
  color: #060606;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-family: "Hanken Grotesk";
    font-size: 39px;
    font-weight: 600;
    color: #060606;
  }
}
.hero h1 span {
  color: #b0b928;
}
.hero .text {
  font-size: 20px;
  padding-right: 100px;
}
@media (max-width: 575.98px) {
  .hero .text {
    padding-right: 0;
    font-size: 16px;
  }
}
.hero .call-btn {
  font-family: "Figtree";
  font-size: 20px;
  font-weight: 500;
  color: #b0b928;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  text-decoration: none;
}
.hero .call-btn img {
  transition: transform 0.3s ease;
}
.hero .call-btn:hover img {
  transform: translateX(5px);
}
.hero .location-card {
  background: #F6F6F6;
}
.hero .location-card .text-card {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 400;
  color: #7e7e7e;
}
.hero::after {
  position: absolute;
  content: "KWICK SHINE";
  top: 20%;
  left: 5%;
  right: auto;
  z-index: -5;
  rotate: 0;
  font-family: "Figtree";
  font-size: 190px;
  font-weight: 900;
  color: #F8F8F8;
}
@media (max-width: 575.98px) {
  .hero::after {
    display: none;
  }
}

.content {
  background-color: #b0b928;
}

.about {
  position: relative;
}
.about::after {
  position: absolute;
  content: "ABOUT";
  top: 30%;
  left: auto;
  right: -10%;
  z-index: -5;
  rotate: 90deg;
  font-family: "Figtree";
  font-size: 175px;
  font-weight: 900;
  color: #F8F8F8;
}
@media (max-width: 575.98px) {
  .about::after {
    display: none;
  }
}

.nav-underline .nav-link:hover {
  border-bottom: none;
  color: #b0b928 !important;
}

.nav-underline .nav-link.active {
  border-bottom: 4px solid #b0b928 !important;
}

.nav-link {
  position: relative;
  cursor: default;
  color: #6c757d;
  transition: color 0.3s ease;
}

.nav-link.active {
  color: #818a04 !important;
}

/* Remove Bootstrap's default underline */
.nav-underline .nav-link {
  border-bottom: none;
}

/* Custom progress indicator line */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #818a04 !important;
  transition: width 0.3s ease;
}

.nav-link.completed::after {
  width: 100%;
}

.services {
  background: #f6fabe;
  position: relative;
}
.services table {
  width: 50%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 18px;
  border: 1px solid black;
}
.services table th {
  background-color: #D3DA5E;
  color: black;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  border: 1px solid black;
}
.services table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border: 1px solid black;
  font-weight: bold;
}
.services table tr:last-child td {
  border-bottom: none;
}
.services .text {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 300;
  color: #060606;
}
.services .package {
  font-family: "Hanken Grotesk";
  font-size: 24px;
  font-weight: 500;
  color: #060606;
}
.services .line::after {
  position: absolute;
  content: "";
  height: 4px;
  background: #B9B3B3;
  width: 100%;
  left: auto;
  top: 4.75rem;
}
.services .service-dropdown .dropdown-toggle {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  background-color: #fff;
  color: #000;
  border: 1px solid #dee2e6;
}
.services .service-dropdown .dropdown-toggle .dropdown-menu {
  width: -moz-fit-content;
  width: fit-content;
}
.services .service-dropdown .dropdown-item.active {
  background-color: #f8f9fa;
  color: #818a04;
}
.services .accordion-item {
  border: 0;
  border-bottom: 1px solid #060606;
}
.services .accordion-item .amount {
  font-family: "Hanken Grotesk";
  font-size: 40px;
  font-weight: 500;
  color: #060606;
  line-height: 44px;
}
@media (max-width: 575.98px) {
  .services .accordion-item .amount {
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-weight: 500;
    color: #060606;
    line-height: 40px;
  }
}
.services .card-img-overlay {
  top: 65%;
}
.services::after {
  position: absolute;
  content: "SERVICES";
  top: 1.5%;
  left: 25%;
  right: auto;
  z-index: -5;
  rotate: 0deg;
  z-index: 1 !important;
  font-family: "Figtree";
  font-size: 150px;
  font-weight: 900;
  color: #e5e9ad;
}
@media (max-width: 575.98px) {
  .services::after {
    display: none;
  }
}

.testimonial {
  position: relative;
}
.testimonial::after {
  position: absolute;
  content: "TESTIMONIALS";
  top: 0%;
  left: 5%;
  right: auto;
  z-index: -5;
  rotate: 0deg;
  font-family: "Figtree";
  font-size: 170px;
  font-weight: 900;
  color: #F8F8F8;
}
@media (max-width: 575.98px) {
  .testimonial::after {
    display: none;
  }
}

.contact {
  position: relative;
}
.contact iframe {
  width: 100%;
  height: 60vh;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
}
.contact::after {
  position: absolute;
  content: "CONTACT";
  top: 20%;
  left: -17%;
  right: auto;
  z-index: -5;
  rotate: -90deg;
  font-family: "Figtree";
  font-size: 150px;
  font-weight: 900;
  color: #F8F8F8;
}
@media (max-width: 575.98px) {
  .contact::after {
    display: none;
  }
}

.form-control,
.form-select {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  background: transparent;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 300;
  color: #060606;
}
.form-control::placeholder,
.form-select::placeholder {
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 300;
  color: #060606;
}

.option {
  font-family: "Figtree";
  font-size: 18px;
  font-weight: 300;
  color: #060606;
}

.test-card {
  box-shadow: 0px 20px 60px rgba(21, 21, 21, 0.15);
}
.test-card .card-text {
  font-family: "Figtree";
  font-size: 20px;
  font-weight: 300;
  color: #060606;
}
@media (max-width: 575.98px) {
  .test-card .card-text {
    font-family: "Figtree";
    font-size: 16px;
    font-weight: 300;
    color: #060606;
  }
}
.test-card .card-footer {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 600;
  color: #060606;
}
@media (max-width: 575.98px) {
  .test-card .card-footer {
    font-family: "Figtree";
    font-size: 14px;
    font-weight: 600;
    color: #060606;
  }
}

.footer {
  background: linear-gradient(0deg, #5c6b26 80%, #ffffff 50%);
  position: relative;
}
.footer .upper-card {
  background-color: #b0b928;
  background-image: url("../img/bg-upper.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .upper-card h1 {
  font-family: "Hanken Grotesk";
  font-size: 50px;
  font-weight: 500;
  color: #f9f9f9;
}
.footer .lower .upper-row {
  border-bottom: 1px solid #8A8A8A;
}
.footer .lower .footer-logo {
  max-width: 200px;
}
.footer .lower .footer-text {
  font-family: "Figtree";
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.footer .lower .footer-head {
  font-family: "Hanken Grotesk";
  font-size: 28px;
  font-weight: 500;
  color: #f9f9f9;
}
@media (max-width: 575.98px) {
  .footer .lower .footer-head {
    font-family: "Hanken Grotesk";
    font-size: 24px;
    font-weight: 500;
    color: #f9f9f9;
  }
}
.footer .lower .text {
  color: #f9f9f9;
}
.footer .lower .lower-row {
  font-family: "Figtree";
  font-size: 14px;
  font-weight: 300;
  color: #f9f9f9;
}

.multi-step-form p {
  font-family: "Figtree";
  font-size: 24px;
  font-weight: 500;
  color: #060606;
}/*# sourceMappingURL=style.css.map */