@charset "UTF-8";
html {
  scroll-behavior: smooth;
	
	html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
	
}
header {
      font-size: 14px;
      background: #fff;
      padding: 15px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #f2f2f2;
      top: 0;
      z-index: 1000;
    }

    header nav a {
      margin: 0 10px;
      text-decoration: none;
      color: #e85628;
      font-weight: 600;
      font-family: "DM Sans", sans-serif;
    }

    header nav a:hover {
      color: peachpuff;
      transition: background-color 0.3s ease, color 0.3s ease;
    }

    header nav a.active {
      color: #F5B542;
      text-decoration: underline;
    }

    .center-nav {
      flex: 1;
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .btn {
      padding: 20px 30px;
      font-family: "DM Sans", sans-serif;
      font-size: 14px;
      letter-spacing: 0.5px;
      background: #e85628;
      color: white;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      padding: 16px 30px;
    }

    .reach-btn:hover {
      background-color: #FAD046;
      color: #DB5033;
      transition: background-color 0.3s ease, color 0.3s ease;
    }


.here-to-help {
  background-color: #FAD046;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  font-family: 'Montserrat', sans-serif;
}

.here-to-help .help-text {
  max-width: 992px;
}

.here-to-help h1 {font-family: 'Outfit', sans-serif;font-weight: 700;
  font-size: 75px;color: #E3462C;
  margin-bottom: 16px;margin-top:-20px;
  text-align: left;padding-left: 20px;
}

.here-to-help p { font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  text-align: left;padding-left: 20px;
}
	
.help-paw img {
  width: 180px;
  height: auto;
  transform: scaleX(-1);   opacity: 0.5;/* Flip horizontally */
}

.contact-form-section {
  height: 956px;
  background-color: #E3462C; /* light warm tone or adjust as needed */
}



.contact-form-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  width: 1050px; /* increased width */
  height: 874px;
  background-color: white;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto; /* centers it horizontally */
}



.contact-form-section {
  margin-top: -20px;
}


.contact-form-section {
  background-color: #f04f30;
  padding: 20px 40px 60px; /* Less top padding */
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Align content toward top */
   /* Optional: pull closer to title */
}



.form-map-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
}

.form-box {
  flex: 1;
  background-color: white;margin-top: 50px;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);padding-left: 50px;padding-right: 50px;
}


@media screen and (min-width: 993px) {
  .map-img {
    margin-left: 30px; /* adjust as needed */
  }
}

.form-box h2 {
  font-size: 26px;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 20px;color:#f04f30;
}

.form-row {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.form-row label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px;font-family: 'Montserrat', sans-serif;
}

.form-row input,
.form-row textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 12px;
}

.clear-btn,
.submit-btn {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.clear-btn {
  background-color: white;
  border: 1px solid #f04f30;
  color: #f04f30;
}

.submit-btn {
  background-color: #f04f30;
  color: white;
}

.clear-btn:hover {
  background-color: #f04f30;
  color: white;
}

.submit-btn:hover {
  background-color: #F5B542;
}

::placeholder {
	opacity: 0.5;}



/* Success and Error Styles */
.success-message {
  display: none;
  background-color: #d4f8dc;
  color: #147b3d;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  display: none;
  color: red;
  font-size: 14px;
  margin-top: 4px;
}


.map-contact-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center; /* or use margin-left */
  }


.map-img {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
  margin-bottom: 20px;margin-top: 50px;
}

.contact-info {
  list-style: none;
  padding: 0;
  color: white;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 2;
}

.contact-info li span {
  margin-right: 10px;
}

.contact-info a {
  color: white;
  text-decoration: underline;
}





.main-footer {
  background-color: white;
  color: #333;
  padding: 60px 40px 30px 40px;
  font-family: 'Inter', sans-serif;
}



.footer-grid {
  display: grid;
 grid-template-columns: 1.2fr 0.8fr 1fr 0.6fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.footer-col h4 {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col a {
  color: #333;
  text-decoration: underline;font-size: 15px;
  ;
}

.footer-col a:hover {
    text-decoration: underline;
    color: #ACACAC;
}

.logo-col img {
  margin-bottom: 2px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.8;
}

.back-top {
  text-align: center;
}

.back-top a {
  text-decoration: none; /* removes underline */
}

.back-top a:hover {
  text-decoration: none; /* prevent underline on hover */
}

.back-top-box {
  width: 48px;
  height: 48px;
  background-color: #e85628;
  color: white;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8px auto;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.back-top-box:hover {
  background-color: white;
  color: #E3462C;
  border: 2px solid #E3462C;
}

.back-top span {
  font-size: 12px;
  color: black;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  background-color: #f9f9f9;
  color: #888;
  border-top: 1px solid #ccc;font-family: 'Montserrat', sans-serif;
}





@media screen and (max-width: 992px) {
  .help-paw {
    display: none;
  }
}

/* ----------------- MOBILE RESPONSIVE STYLES ----------------- */
@media screen and (max-width: 992px) {
  header {
    flex-wrap: wrap;
    padding: 15px 20px;position: relative;
  }
	
	.reach-btn {
    display: none;
  }
	
		.center-nav {
  display: none;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 20px;
  width: 200px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 8px;
  z-index: 1001;
}
	
  .center-nav.active {
    display: flex;
  }
	
	
	  header .hamburger { 
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
  }



	

 .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .footer-col a,
  .footer-col p,
  .footer-col h4 {
    text-align: center;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

/* ----------------- HAMBURGER MENU TOGGLE ----------------- */
@media screen and (max-width: 992px) {
  .hamburger {
    display: block;
  }
}

/* Add hamburger icon style in desktop as hidden */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #e85628;
}














/* ========== MOBILE: TITLE SECTION (.here-to-help) ========== */
@media screen and (max-width: 992px) {
  .here-to-help {
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    text-align: center;
    gap: 20px;
  }

  .here-to-help .help-text {
    max-width: 100%;
    padding: 0;
  }
	


  .here-to-help h1 {
    font-size: 49px;
    padding-left: 0;
    margin-top: 0;margin-bottom: 13px;
    text-align: center;
  }

  .here-to-help p {
    font-size: 17px;
    padding-left: 0;
    line-height: 1.6;margin-bottom: 30px;
    text-align: center;
  }

  .help-paw img {
    width: 120px;
    transform: scaleX(-1);
    opacity: 0.4;
  }
}

/* ========== MOBILE: FORM SECTION (.contact-form-section) ========== */
@media screen and (max-width: 992px) {
  .contact-form-section {
    height: auto;
    padding: 40px 20px;
  }

  .form-map-container {
    flex-direction: column;
    gap: 40px;
  }

  .form-box, .map-contact-box {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }

  .map-img {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .contact-info {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
  }

  .contact-info li {
    margin-bottom: 10px;
  }
}

/* === Prevent right-side white gap === */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* === Mobile Fix: Ensure no overflow on title & form === */
@media screen and (max-width: 992px) {
  .here-to-help,
  .contact-form-section,
  .form-map-container,
  .form-box,
  .map-contact-box {
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .form-map-container {
    padding: 0;
    margin: 0;
  }

  

  .map-img {
    width: 100%;
    height: auto;
  }
}