@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

body {
  font-family: 'Rubik', Arial, sans-serif;
  color: #222;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #F07C01;
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 700;
}

.text-primary, .brand-color, .fa-primary {
  color: #F07C01 !important;
}

.btn-brand, .btn-brand:focus, .btn-brand:active {
  background: #F07C01;
  color: #fff;
  border: none;
  font-weight: 500;
  border-radius: 4px;
  transition: background 0.2s;
}
.btn-brand:hover {
  background: #d96e00;
  color: #fff;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #F07C01;
}

.feature-icon {
  font-size: 2.5rem;
  color: #F07C01;
  margin-bottom: 1rem;
}

.navbar {
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 500;
}

.footer {
  background: #f5f5f5;
  color: #222;
  padding: 2rem 0 1rem 0;
  font-size: 1rem;
}

.top-bar {
  background: #222;
  color: #fff;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #e5e5e5;
}
.top-bar .btn-brand {
  padding: 0.3rem 1.2rem;
  font-size: 1rem;
  border-radius: 3px;
  font-weight: 500;
}

.navbar {
  background: #fff !important;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.navbar .navbar-brand span {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
}
.navbar .nav-link {
  color: #222;
  font-weight: 500;
  margin-right: 0.7rem;
  transition: color 0.2s;
}
.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #F07C01;
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 1.6rem;
  }
  .feature-icon {
    font-size: 2rem;
  }
  .top-bar .container, .navbar .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar .nav-link {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.2rem;
  }
  .feature-icon {
    font-size: 1.5rem;
  }
  .footer {
    font-size: 0.95rem;
  }
}

.main-header {
  background: #fff;
  border-bottom: none;
}
.main-header .container {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-header img {
  /* height: 48px; */
}
.main-header .fw-bold {
  font-size: 2rem;
  color: #F07C01;
  letter-spacing: 0.02em;
}
.main-header .contact-text {
  color: #222;
  font-size: 1.08rem;
  font-weight: 400;
}
.main-header .btn-brand {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(240,124,1,0.08);
  padding: 0.4rem 1.2rem;
  margin-left: 0.5rem;
}
.main-header .fw-bold.ms-2 {
  color: #222;
  font-size: 1.08rem;
  font-weight: 700;
  margin-left: 1.2rem !important;
}

.bg-secondary-nav {
  background: #5a5a58 !important;
}
.main-nav {
  width: 100vw;
  left: 0;
  right: 0;
  background: #5a5a58 !important;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.main-nav .nav {
  justify-content: center;
  gap: 4.5rem;
  /* padding: 1.2rem 0 1.2rem 0; */
}
.main-nav .nav-link-main {
  color: #fff !important;
  font-size: 1.18rem;
  /* font-weight: 700; */
  letter-spacing: 0.01em;
  padding: 0.2rem 0.8rem;
  background: none !important;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
  transition: color 0.2s;
}
.main-nav .nav-link-main:hover, .main-nav .nav-link-main.active {
  color: #F07C01 !important;
  background: none !important;
  text-decoration: none !important;
}
.main-nav .dropdown-toggle::after {
  margin-left: 0.4em;
  vertical-align: middle;
  border-top: 0.4em solid #fff;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

@media (max-width: 991.98px) {
  .main-header .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .main-header .d-flex.align-items-center.gap-3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem !important;
  }
  .main-nav .nav {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.7rem 0;
  }
}

.footer-custom {
  background: #fff;
  color: #222;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 1.05rem;
  border-top: 1px solid #eee;
}
.footer-title {
  font-size: 1.15rem;
  font-weight: 500;
  color: #3a2d2d;
  margin-bottom: 0.7rem;
}
.footer-custom .footer-contact {
  color: #888;
  font-size: 1.02rem;
  margin: 0 0.3rem;
}
.footer-custom .fa-primary {
  color: #F07C01;
  font-size: 1.1rem;
}
.footer-social a {
  color: #3a2d2d;
  font-size: 1.25rem;
  margin: 0 0.3rem;
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #F07C01;
}
.footer-divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 1.5rem 0 1rem 0;
}
.footer-link {
  color: #888;
  font-size: 1.01rem;
  margin: 0 0.5rem;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #F07C01;
  text-decoration: underline;
}
.footer-link-divider {
  color: #bbb;
  margin: 0 0.5rem;
}
.footer-bottom {
  background: #5a5a58;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}
@media (max-width: 991.98px) {
  .footer-title {
    margin-bottom: 0.3rem;
  }
  .footer-custom .footer-contact {
    font-size: 0.98rem;
  }
  .footer-social a {
    font-size: 1.1rem;
  }
}

.feature-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.feature-list-item {
  display: flex;
  align-items: flex-start;
  font-size: 1.08rem;
  color: #555;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.feature-list-item .chevron {
  color: #F07C01;
  font-size: 1.1rem;
  margin-right: 0.7em;
  margin-top: 0.2em;
}
.feature-section-title {
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .feature-section-title {
    font-size: 1.2rem;
  }
  .feature-list-item {
    font-size: 0.98rem;
  }
} 