@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
#block-growback-georgia-resourcesearchformblockverbiage,
#block-feature-trees-carousel,
#block-growback-georgia-resourcesearchformblock {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

#block-growback-georgia-resourcesearchformblockverbiage.animated,
#block-feature-trees-carousel.animated,
#block-growback-georgia-resourcesearchformblock.animated {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1345px) {
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form {
    padding: 0;
  }
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form .form-type-textfield {
    margin-left: 0 !important;
    max-width: 650px !important;
  }
}
.side-by-side-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.left-section {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.right-section .verbiage-call-to-action {
  font-weight: bold;
}
.right-section {
  flex: 2;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  align-items: center;
}

.right-section .resource-search-address-form {
  width: 100%;
  max-width: 520px;
  margin-top: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .side-by-side-container {
    flex-direction: column;
    padding: 10px;
  }
  .left-section, .right-section {
    min-width: 100%;
  }
}
#block-growback-georgia-resourcesearchformblock {
  margin: 0 auto;
  position: relative;
  background-position-x: -35px;
  background-position-y: center;
  background-image: url(/themes/custom/growback_georgia/styles/images/artwork-22-lt-green-branch.png);
  background-size: 250px;
  background-repeat: no-repeat;
}
#block-growback-georgia-resourcesearchformblock .rendered-contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2rem auto;
  max-width: 1100px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 15px;
  box-shadow: -20px 0 20px rgba(255, 255, 255, 0.5);
}
#block-growback-georgia-resourcesearchformblock .resource-search-intro {
  min-width: auto;
  font-size: 1.2rem;
  color: #06534f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#block-growback-georgia-resourcesearchformblock .resource-search-intro h2, #block-growback-georgia-resourcesearchformblock .resource-search-intro p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#block-growback-georgia-resourcesearchformblock .resource-search-intro h2 {
  font-size: 2.5rem;
}
#block-growback-georgia-resourcesearchformblock .resource-search-intro p {
  font-size: 1.5rem;
  color: #03a171;
  text-transform: uppercase;
  font-weight: bold;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form {
  min-width: 200px;
  padding: 0 1.5rem;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form .form-type-textfield {
  position: relative;
  display: block;
  width: 100%;
  max-width: 340px;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form .resource-search-input {
  border-radius: 25px;
  padding: 10px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: 2px solid #bcdc9f;
  color: #333;
  font-size: 16px;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form .resource-search-input::placeholder {
  color: #06534f;
  font-weight: bolder;
  font-size: 16px;
  opacity: 1;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form .resource-search-input:focus {
  box-shadow: 0 0 0 2px rgba(53, 161, 96, 0.3);
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form .search-icon-wrapper {
  position: absolute;
  right: 13px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form .search-icon-img {
  width: 22px;
  vertical-align: middle;
}
#block-growback-georgia-resourcesearchformblock .resource-search-address-form #edit-actions {
  display: none;
}
@media (max-width: 480px) {
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form {
    min-width: auto;
  }
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form .form-type-textfield {
    max-width: 100%;
    margin-left: 0;
  }
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form .resource-search-input {
    width: 100%;
    padding-left: 40px;
  }
}

@media (max-width: 768px) {
  #block-growback-georgia-resourcesearchformblock {
    padding: 15px;
  }
  #block-growback-georgia-resourcesearchformblock .rendered-contents {
    flex-direction: column;
    align-items: stretch;
  }
  #block-growback-georgia-resourcesearchformblock .resource-search-intro {
    min-width: auto;
    margin-bottom: 15px;
  }
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form {
    min-width: auto;
  }
  #block-growback-georgia-resourcesearchformblock .resource-search-address-form .resource-search-input {
    width: 100%;
    padding-left: 40px;
  }
}
#block-growback-georgia-resourcesearchformblockverbiage #edit-actions--2 {
  display: none;
}
#block-growback-georgia-resourcesearchformblockverbiage .rendered-contents {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form {
  flex: 1;
  padding: 0;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .form-type-textfield {
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .resource-search-input {
  background: white;
  border-radius: 25px;
  padding: 10px 15px 10px 15px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: 2px solid #bcdc9f;
  color: #333;
  font-size: 16px;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .resource-search-input::placeholder {
  color: #06534f;
  font-weight: bolder;
  text-align: center;
  font-size: 18px;
  opacity: 1;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .resource-search-input:focus {
  box-shadow: 0 0 0 2px rgba(53, 161, 96, 0.3);
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .search-icon-wrapper {
  position: absolute;
  right: 13px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 2;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .search-icon-img {
  width: 22px;
  vertical-align: middle;
}
#block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form #edit-actions {
  display: none;
}
@media (max-width: 480px) {
  #block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form {
    min-width: auto;
  }
  #block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .form-type-textfield {
    max-width: 100%;
    margin-left: 0;
  }
  #block-growback-georgia-resourcesearchformblockverbiage .resource-search-address-form .resource-search-input {
    width: 100%;
    padding-left: 40px;
  }
}

/* Main Section Styling */
#block-feature-trees-carousel {
  background-color: #06534f;
  padding: 80px 20px;
  color: #fff;
}
#block-feature-trees-carousel .view-header {
  display: flex;
  justify-content: center;
}
#block-feature-trees-carousel .view-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 550px;
}
#block-feature-trees-carousel {
  /* Grid Layout */
}
#block-feature-trees-carousel .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #block-feature-trees-carousel .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  #block-feature-trees-carousel .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  #block-feature-trees-carousel .view-content {
    grid-template-columns: 1fr;
  }
}
#block-feature-trees-carousel {
  /* Individual Card Styling (.views-row) */
}
#block-feature-trees-carousel .views-row {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Remove default Drupal link styling inside cards blah */
}
#block-feature-trees-carousel .views-row a {
  text-decoration: none;
  color: #555;
  display: block;
}
#block-feature-trees-carousel .views-row:hover {
  transform: translateY(-8px); /* Floats upwards */
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5), 0 6px 12px rgba(0, 0, 0, 0.35); /* Prominent layered shadow */
}
#block-feature-trees-carousel .views-row {
  /* --- Top Half: Image Section --- */
}
#block-feature-trees-carousel .views-row .views-field-field-tree-image-media-multiref {
  width: 100%;
}
#block-feature-trees-carousel .views-row .views-field-field-tree-image-media-multiref article.media {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#block-feature-trees-carousel .views-row .views-field-field-tree-image-media-multiref img.image-style-large {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.5s ease-in-out; /* Smooth zoom duration */
}
#block-feature-trees-carousel .views-row .views-field-field-tree-image-media-multiref:hover img.image-style-large {
  transform: scale(1.1); /* Zooms in by 10% */
}
#block-feature-trees-carousel .views-row {
  /* --- Bottom Half: Text Section --- */
}
#block-feature-trees-carousel .views-row .views-field-title,
#block-feature-trees-carousel .views-row .views-field-body {
  padding: 16px 25px 0 30px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
#block-feature-trees-carousel .views-row {
  /* Title Styling */
}
#block-feature-trees-carousel .views-row .views-field-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}
#block-feature-trees-carousel .views-row .views-field-title a:hover {
  opacity: 0.9;
}
#block-feature-trees-carousel .views-row {
  /* Body/Description Styling */
}
#block-feature-trees-carousel .views-row .views-field-body {
  font-size: 1rem;
  line-height: 1.6;
  color: #1f1e1e;
}
#block-feature-trees-carousel .views-row .views-field-body div.field-content > p {
  margin-top: 0;
}
#block-feature-trees-carousel .views-row .views-field-body:empty {
  display: none;
}

/*# sourceMappingURL=front-page.css.map */
