.page-hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-light) 100%);
  padding: 160px 0 80px;
  position: relative;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(217, 154, 41, 0.1) 0%, transparent 50%);
}
.page-hero-content {
  position: relative;
  text-align: center;
}
.page-hero h1 {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-item a:hover {
  color: var(--gold);
}
.breadcrumb-item.active {
  color: var(--gold);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.contact-intro {
  color: var(--text-muted);
  margin-bottom: 30px;
}
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.contact-card:hover {
  transform: translateX(-5px);
}
.contact-card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.contact-card-content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-card-content p {
  color: var(--text-muted);
  font-size: 14px;
  margin: 0;
}
.contact-social {
  margin-top: 30px;
}
.contact-social h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.social-links {
  display: flex;
  gap: 12px;
}
.social-links a {
  width: 45px;
  height: 45px;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 1.25rem;
  transition: var(--transition);
}
.social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: white;
}
.contact-form-wrapper {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: var(--shadow);
}
.contact-form-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-form-wrapper > p {
  color: var(--text-muted);
  margin-bottom: 30px;
}
.form-label {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-dark);
}
.form-control,
.form-select {
  padding: 14px 18px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  font-family: "Cairo", sans-serif;
  transition: var(--transition);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 154, 41, 0.1);
}
textarea.form-control {
  resize: none;
}
.map-wrapper {
  border-top: 4px solid var(--gold);
}
.footer-main {
  background: var(--dark);
  color: white;
  padding: 80px 0 0;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}
.footer-logo .brand-icon {
  color: var(--gold);
}
.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.footer-brand .social-links a {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: white;
}
.footer-brand .social-links a:hover {
  background: var(--gold);
}
.footer-links h4,
.footer-contact h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.footer-links h4::after,
.footer-contact h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: var(--gold);
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-bottom: 12px;
}
.footer-links ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition);
}
.footer-links ul li a:hover {
  color: var(--gold);
  padding-right: 8px;
}
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact ul li i {
  color: var(--gold);
  font-size: 1.1rem;
}
.footer-bottom {
  margin-top: 60px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: var(--transition);
}
.whatsapp-float:hover {
  transform: scale(1.1);
  color: white;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
  .navbar-collapse {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 16px;
    box-shadow: var(--shadow);
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
  .page-hero h1 {
    font-size: 2rem;
  }
  .contact-form-wrapper {
    padding: 24px;
  }
}
