body,
.contact-container,
.contact-container *,
.social-section,
.social-section *,
.footer-section,
.footer-section *,
.footer-bottom,
.footer-bottom * {
  color: #111 !important;
}

body {
  background: white !important;
  color: #111 !important;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1000px;
  min-height: 100vh;
  margin-top: 8rem;
  margin-left: 28rem !important;
  padding-left: 2rem;
  padding-top: 0;
  background: white;
  color: #111;
}

.contact-container h1,
.contact-container h2,
.contact-container h3,
.contact-container p,
.contact-container a,
.contact-container span,
.contact-container li {
  color: #111 !important;
}

.contact-circle {
  width: 220px;
  height: 220px;
  border: 1.5px solid #111;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 0.5);
  background: transparent;
  margin-left: 0;
  color: #111;
}

.contact-circle:hover {
  transform: scale(1.07);
  box-shadow: 0 0 0 1px rgba(193, 68, 14, 0.6);
  border-color: #9f4018;
  color: #9f4018;
}

.contact-message-block {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  margin-left: 0;
}

.contact-heading {
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
  color: #111;
}

.contact-subtext {
  font-size: 1.26rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-left: 0;
}

.contact-busy-mars {
  font-size: 5vw;
  text-decoration: none;
  font-weight: 900;
  margin-top: 1.5rem;
  letter-spacing: -2px;
  text-align: left;
  line-height: 1;
  margin-left: 0;
  color: #111;
}

.contact-busy-mars:hover {
  transform: scale(1.1);
  transition: color 0.2s, transform 0.6s ease;
}

/* Large screens (1200px and up) */
@media (min-width: 1200px) {
  .contact-container {
    margin-left: 20%;
    padding-left: 2rem;
  }
  
  .contact-circle {
    width: 240px;
    height: 240px;
    font-size: 1.3rem;
  }
  
  .contact-heading {
    font-size: 3rem;
  }
  
  .contact-subtext {
    font-size: 1.4rem;
  }
  
  .contact-busy-mars {
    font-size: 6vw;
  }
}

/* Medium screens (800px to 1199px) */
@media (min-width: 800px) and (max-width: 1199px) {
  .contact-container {
    margin-left: 20%;
    padding-left: 2rem;
  }
  
  .contact-circle {
    width: 200px;
    height: 200px;
    font-size: 1.2rem;
  }
  
  .contact-heading {
    font-size: 2.5rem;
  }
  
  .contact-subtext {
    font-size: 1.2rem;
  }
  
  .contact-busy-mars {
    font-size: 5vw;
  }
}

/* Small screens (up to 800px) */
@media (max-width: 800px) {
  .contact-container {
    margin-left: 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-top: 3vh;
    margin-top: 6rem;
    align-items: flex-start;
    text-align: left;
    max-width: 100vw;
  }

  .contact-circle {
    width: 100%;
    max-width: 220px;
    min-width: 140px;
    height: 56px;
    border-radius: 28px;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    justify-content: flex-start;
    padding-left: 1.5rem;
    box-sizing: border-box;
    border-width: 1px;
    transition: box-shadow 0.2s, border-color 0.2s, color 0.2s;
  }

  .contact-message-block {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    box-sizing: border-box;
    text-align: left;
  }

  .contact-heading {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 0.4rem;
    font-weight: 600;
    letter-spacing: -0.5px;
  }

  .contact-subtext {
    font-size: 1rem;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    color: #222;
  }

  .contact-busy-mars {
    font-size: 1.1rem;
    text-align: left;
    margin-top: 2.2rem;
    width: 100%;
    letter-spacing: -1px;
    font-weight: 800;
  }
}

/* Extra small screens (up to 480px) */
@media (max-width: 480px) {
  .contact-container {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin-top: 4.5rem;
  }
  
  .contact-circle {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    border-radius: 24px;
    font-size: 1rem;
    padding-left: 1rem;
    margin-bottom: 1.2rem;
  }
  
  .contact-heading {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }
  
  .contact-subtext {
    font-size: 0.98rem;
    margin-bottom: 1rem;
  }
  
  .contact-busy-mars {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

/* Footer styles for contact page */
.footer-light, .footer-light .footer-section, .footer-light .footer-bottom, .footer-light .social-section {
  color: #111 !important;
  background: none !important;
}

.footer-light .footer-section a,
.footer-light .footer-bottom p,
.footer-light .social-icons a,
.footer-light h3 {
  color: #111 !important;
}

.footer-light {
  border-top: none !important;
}

.footer-light .social-section {
  border-top: none !important;
  border-bottom: none !important;
}

.footer-section,
.social-section,
.footer-bottom {
  background: #222 !important;
  color: #fff !important;
  text-align: center !important;
  padding: 2rem 0 0.5rem 0 !important;
  font-size: 1rem !important;
}

.footer-section h3 {
  font-family: 'Inter', 'Lato', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.footer-section ul li a {
  color: #fff !important;
  text-decoration: none;
  font-size: 1.12rem;
  font-family: 'Inter', 'Lato', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  transition: color 0.2s;
}

.footer-section ul li a:hover {
  color: #9f4018 !important;
  text-decoration: underline;
}

.social-section {
  background: rgba(0,0,0,0.4);
  padding: 2rem 0 1rem 0;
  margin-bottom: 0;
}

.social-section h3 {
  font-family: 'Inter', 'Lato', Arial, sans-serif;
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-bottom: 1.2rem !important;
  letter-spacing: 0.5px;
}

.social-icons {
  display: flex;
  gap: 2.2rem;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.social-icons a {
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem !important;
  color: #fff !important;
  border-radius: 50%;
  transition: color 0.2s;
  text-decoration: none !important;
}

.social-icons a:hover {
  color: #9f4018 !important;
}

.footer-bottom {
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  font-size: 0.88rem;
  padding: 1.2rem 0 0.5rem 0;
  margin-top: 0;
}

/* Responsive styles for footer and social section */
@media (min-width: 1200px) {
  .social-section {
    padding: 4rem 0;
  }
  
  .social-section h3 {
    font-size: 2.2rem;
  }
  
  .social-icons {
    gap: 3.5rem;
  }
  
  .social-icons a {
    font-size: 2.2rem;
  }
  
  .footer-bottom {
    padding: 3rem 0;
  }
  
  .footer-bottom p {
    font-size: 1.2rem;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .social-section {
    padding: 3.5rem 0;
  }
  
  .social-section h3 {
    font-size: 2rem;
  }
  
  .social-icons {
    gap: 3rem;
  }
  
  .social-icons a {
    font-size: 2rem;
  }
}

@media (max-width: 800px) {
  .social-section {
    padding: 2.5rem 0;
  }
  
  .social-section h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .social-icons {
    gap: 2rem;
  }
  
  .social-icons a {
    font-size: 1.6rem;
  }
  
  .footer-bottom {
    padding: 1.5rem 0;
  }
  
  .footer-bottom p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .social-section {
    padding: 2rem 0;
  }
  
  .social-section h3 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  
  .social-icons {
    gap: 1.5rem;
  }
  
  .social-icons a {
    font-size: 1.4rem;
  }
  
  .footer-bottom {
    padding: 1rem 0;
  }
  
  .footer-bottom p {
    font-size: 0.8rem;
  }
}

@media (max-width: 1200px) {
  .contact-container {
    margin-left: 0 !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 900px) {
  .contact-container {
    margin-left: 0 !important;
    max-width: 100vw !important;
  }
}

.footer-section {
  position: relative;
}

.footer-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background:
  rgba(5, 154, 40, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* Lines ~180-181: Ensure all links have no underline */
.footer-section ul li a,
.social-icons a,
.footer-bottom a,
.social-section a {
  text-decoration: none !important;
}

.sidebar-contact-link {
  font-size: 22px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.5) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 10px !important;
  text-align: left !important;
  display: block !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.sidebar-contact-link:hover {
  color: #05be30 !important;
  background: none !important;
  text-decoration: none !important;
} 