@charset "UTF-8";
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #1a1a1a;
  background-color: #ffffff;
  line-height: 1.6;
}

.navbar {
  background-color: #f6de16 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 1rem;
}
.navbar .navbar-brand .logo {
  width: 180px;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .navbar .navbar-brand .logo {
    width: 220px;
  }
}
.navbar .navbar-brand .logo:hover {
  transform: scale(1.02);
}
.navbar .nav-link {
  color: #1a1a1a !important;
  font-weight: 600;
  padding: 0.75rem 1rem !important;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover {
  color: #2c2c2c !important;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.navbar .nav-link.active {
  color: #1a1a1a !important;
}
.navbar .nav-cta {
  background-color: #1a1a1a;
  color: #ffffff !important;
  border-radius: 25px;
  padding: 0.5rem 1.5rem !important;
  margin-left: 1rem;
}
.navbar .nav-cta:hover {
  background-color: #2c2c2c !important;
  color: #ffffff !important;
}
.navbar .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.3);
}

.hero {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%), url("/assets/images/hero.jpeg") center/cover no-repeat;
  color: #ffffff;
  padding: 6rem 0;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero {
    padding: 4rem 0;
    min-height: 400px;
  }
}
.hero .hero-content {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 3.5rem;
  }
}
.hero .lead {
  font-size: 1.25rem;
  opacity: 0.95;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.hero .hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.hero .hero-stats .stat {
  text-align: center;
  background: rgba(246, 222, 22, 0.9);
  padding: 1rem 1.5rem;
  border-radius: 10px;
}
.hero .hero-stats .stat .stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
}
.hero .hero-stats .stat .stat-label {
  font-size: 0.85rem;
  color: #1a1a1a;
  font-weight: 500;
}

.text-accent {
  color: #f6de16 !important;
}

.btn-primary {
  background-color: #f6de16;
  border-color: #f6de16;
  color: #1a1a1a;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #e6cf00;
  border-color: #e6cf00;
  color: #1a1a1a;
  transform: translateY(-2px);
}
.btn-primary:focus, .btn-primary:active {
  background-color: #e6cf00;
  border-color: #e6cf00;
  color: #1a1a1a;
}

.btn-outline-light {
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-width: 2px;
}
.btn-outline-light:hover {
  background-color: #ffffff;
  color: #1a1a1a;
}

.btn-outline-primary {
  border-color: #1a1a1a;
  color: #1a1a1a;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-weight: 600;
}
.btn-outline-primary:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}

.btn-dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-weight: 600;
}
.btn-dark:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.section {
  padding: 5rem 0;
}
.section.bg-light {
  background-color: #f8f9fa;
}
.section.bg-yellow {
  background-color: #f6de16;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.section-subtitle {
  color: #666666;
  font-size: 1.1rem;
  margin-bottom: 3rem;
}

.service-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #f6de16;
}
.service-card .service-icon {
  width: 70px;
  height: 70px;
  background: #f6de16;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.service-card .service-icon svg, .service-card .service-icon i {
  font-size: 2rem;
  color: #1a1a1a;
}
.service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}
.service-card p {
  color: #666666;
  margin-bottom: 1.5rem;
}
.service-card .service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-card .service-features li {
  padding: 0.5rem 0;
  color: #1a1a1a;
  position: relative;
  padding-left: 1.5rem;
}
.service-card .service-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}
.service-card.service-card-image {
  padding: 0;
  overflow: hidden;
}
.service-card.service-card-image .card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.service-card.service-card-image .card-content {
  padding: 1.5rem;
}

.trust-section {
  background: #f6de16;
  color: #1a1a1a;
}
.trust-section .trust-item {
  text-align: center;
  padding: 2rem 1rem;
}
.trust-section .trust-item .trust-number {
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.trust-section .trust-item .trust-label {
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 500;
}

.feature-list .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.feature-list .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #f6de16;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
}
.feature-list .feature-item .feature-icon svg {
  width: 24px;
  height: 24px;
  color: #1a1a1a;
}
.feature-list .feature-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.feature-list .feature-item p {
  color: #666666;
  margin-bottom: 0;
}

.contact-section .contact-info h3 {
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.contact-section .contact-info .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.contact-section .contact-info .contact-item .contact-icon {
  width: 45px;
  height: 45px;
  background: #f6de16;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.contact-section .contact-info .contact-item .contact-icon svg {
  width: 20px;
  height: 20px;
  color: #1a1a1a;
}
.contact-section .contact-info .contact-item .contact-text h5 {
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 0.25rem;
  font-weight: 400;
}
.contact-section .contact-info .contact-item .contact-text p {
  font-size: 1.1rem;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 0;
}
.contact-section .contact-info .contact-item .contact-text p a {
  color: #1a1a1a;
  text-decoration: none;
}
.contact-section .contact-info .contact-item .contact-text p a:hover {
  color: #666666;
}
.contact-section .contact-cta {
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
}
.contact-section .contact-cta h4 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.contact-section .contact-cta p {
  opacity: 0.9;
  margin-bottom: 1.5rem;
}
.contact-section .contact-cta .phone-number {
  font-size: 2rem;
  font-weight: 700;
  color: #f6de16;
  display: block;
  margin-bottom: 1.5rem;
}
.contact-section .contact-cta .phone-number a {
  color: #f6de16;
  text-decoration: none;
}
.contact-section .contact-cta .phone-number a:hover {
  text-decoration: underline;
}

.cta-section {
  background: #1a1a1a;
  color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}
.cta-section h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-section p {
  opacity: 0.9;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}
.cta-section .btn {
  background-color: #f6de16;
  color: #1a1a1a;
  border: none;
}
.cta-section .btn:hover {
  background-color: #e6cf00;
  color: #1a1a1a;
}

.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 4rem 0 2rem;
}
.footer .footer-brand .logo {
  width: 150px;
  margin-bottom: 1rem;
}
.footer .footer-brand p {
  opacity: 0.7;
  font-size: 0.95rem;
}
.footer h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #f6de16;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
}
.footer .footer-links li {
  margin-bottom: 0.75rem;
}
.footer .footer-links li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-links li a:hover {
  color: #f6de16;
}
.footer .footer-contact p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}
.footer .footer-contact p strong {
  color: #ffffff;
}
.footer .footer-contact p a {
  color: #f6de16;
  text-decoration: none;
}
.footer .footer-contact p a:hover {
  text-decoration: underline;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3rem;
  padding-top: 2rem;
  text-align: center;
}
.footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  font-size: 0.9rem;
}

.about-hero {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%), url("/assets/images/hero.jpeg") center/cover no-repeat;
  color: #ffffff;
  padding: 5rem 0;
  text-align: center;
}
.about-hero h1 {
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.about-hero p {
  opacity: 0.95;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.contact-form {
  background: #ffffff;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-form .form-control {
  border-radius: 10px;
  padding: 0.75rem 1rem;
  border: 2px solid #e9ecef;
}
.contact-form .form-control:focus {
  border-color: #f6de16;
  box-shadow: 0 0 0 0.2rem rgba(246, 222, 22, 0.25);
}
.contact-form .form-label {
  font-weight: 500;
  color: #1a1a1a;
}
.contact-form textarea.form-control {
  min-height: 150px;
}

.map-container {
  height: 300px;
  background: #f8f9fa;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: none;
}

.image-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 5rem 0;
}
.image-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.image-section .container {
  position: relative;
  z-index: 1;
}

.text-primary {
  color: #1a1a1a !important;
}

.text-yellow {
  color: #f6de16 !important;
}

.bg-primary-gradient {
  background: #f6de16;
}

.bg-dark {
  background-color: #1a1a1a !important;
}

.alert-info {
  background-color: rgba(246, 222, 22, 0.2);
  border-color: #f6de16;
  color: #1a1a1a;
}

.alert-warning {
  background-color: rgba(246, 222, 22, 0.3);
  border-color: #e6cf00;
}

.alert-danger {
  border-left: 4px solid #dc3545;
}

.table th {
  background-color: #f6de16;
  color: #1a1a1a;
}

.list-group-item {
  border-left: 3px solid #f6de16;
}

@media (max-width: 991px) {
  .hero {
    padding: 3rem 0;
    min-height: 350px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero .hero-stats {
    justify-content: center;
  }
  .section {
    padding: 3rem 0;
  }
  .service-card {
    margin-bottom: 1.5rem;
  }
  .about-hero {
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .hero-stats .stat {
    flex: 0 0 calc(50% - 1rem);
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
  }
  .trust-section .row > div {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  }
  .trust-section .row > div:last-child {
    border-bottom: none;
  }
  .navbar .nav-cta {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */