/*
Theme Name: Geode Health Theme
Theme URI: http://mangrove-web.com
Description: This is a custom built theme just for this website.
Version: 1.0
Author: Mangrove Web Development
Author URI: http://mangrove-web.com
License: Client Use Only
License URI: http://mangrove-web.com

Developer Notes:
Do not add styles to this file! This is for theme meta only, and does not get
loaded on the front end.  To make edits to this theme, see the README.md file in
the WordPress root directory.

*/

section.location-georgia {
  background-color: #ffffff;
}

section.location-georgia .wrapper {
  max-width: 1440px;
  padding: 0 136px;
  margin: 0 auto;
}

section.location-georgia .wrapper::before,
section.location-georgia .wrapper::after {
  display: none;
}

.wrapper__new-design__head {
  background-color: #6662dc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper__new-design__head .wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}

section.location-georgia .locations__logo {
  width: 200px;
  height: 200px;
}

section.location-georgia .head__location {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.head__location p.head__location-title {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.14em;
  color: #c2d1f9;
  text-transform: uppercase;
  margin: 0;
}

section.location-georgia .head__location h1 {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
}

section.location-georgia .head__location p.head__location-description {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin: 0;
}

section.location-georgia .wrapper__new-design__body {
  padding: 32px 0 56px;
  background: #ffffff;
}

section.location-georgia .wrapper__new-design__body h2 {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #6662dc;
}

section.location-georgia .wrapper__new-design__body hr {
  border: 1px solid #c2d1f9;
  margin-top: 24px;
}

.wrapper__new-design__body .wrapper__items {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 14px;
  padding-bottom: 24px;
}

.wrapper__new-design__body .wrapper__items .locations__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px;
  gap: 4px;
  background: #f5f7fc;
  border-radius: 12px;
  margin-bottom: 0px;
}

section.location-georgia .wrapper__items .locations__item h4 {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #323031;
}

section.location-georgia .wrapper__items .locations__item p {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #323031;
  margin: 0;
}

section.location-georgia .wrapper__items .locations__item a {
  color: #6662dc;
}

section.location-georgia
  .wrapper__new-design__body
  .wrapper__items
  .wrapper__items-large {
  grid-column: span 2;
  background-color: #dcd8ff;
  min-height: 116px;
  font-style: normal;
  font-weight: 500;
  margin-top: auto;
  border-radius: 12px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.wrapper__items-large__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

.wrapper__items-large__description h3 {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #462754;
  margin: 0;
}

.wrapper__items-large__description p {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #323031;
  margin: 0;
}

.wrapper__items-large__description a {
  color: #6662dc;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  section.location-georgia .wrapper {
    padding: 0 80px;
  }
}

@media (max-width: 959px) {
  section.location-georgia {
    margin-top: 53px !important;
  }
}

@media (max-width: 768px) {
  section.location-georgia .wrapper {
    padding: 0 40px;
  }

  .wrapper__new-design__body .wrapper__items {
    grid-template-columns: 1fr; /* una sola columna */
  }

  section.location-georgia
    .wrapper__new-design__body
    .wrapper__items
    .locations__item {
    width: 100%; /* asegura que el ítem ocupe todo */
  }

  section.location-georgia
    .wrapper__new-design__body
    .wrapper__items
    .wrapper__items-large {
    grid-column: span 1; /* para que el bloque "large" no trate de ocupar 2 columnas */
  }
}

@media (max-width: 575px) {
  section.location-georgia .wrapper {
    padding: 0 20px;
  }

  section.location-georgia .wrapper__new-design__head .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  section.location-georgia
    .wrapper__new-design__body
    .wrapper__items
    .wrapper__items-large {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* Page location styles */
section.locations.new__locations {
  background-color: #ffffff !important;
}

section.locations.new__locations .wrapper {
  padding: 0 !important;
}

.locations.new__locations .wrapper__locations__title {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #6662dc;
  width: 460px;
  padding: 56px 80px 112px;
  max-width: 460px;
}

.locations.new__locations .locations__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.locations.new__locations .locations__title-wrapper h1 {
  font-family: "Wallop";
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 140%;
  letter-spacing: 0.14em;
  margin: 0;
}

.locations.new__locations .locations__title-wrapper .subtitle {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.locations.new__locations .locations__title-wrapper .subtitle h2 {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 140%;
  color: #ffffff;
  margin: 0;
}

.locations.new__locations .locations__title-wrapper .subtitle p {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: #ffffff;
}

.locations__list-state .accordion__single-item-title button {
  padding: 15.5px 0;
}

.locations__list-state .accordion__single-item-title button span {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  align-items: center;
  color: #ffffff;
}

.wrapper__locations__title .accordion__single-item-icon svg {
  margin-top: 0 !important;
  width: 18px;
  height: 18px;
}

.wrapper__locations__title .accordion__single-item-icon svg path {
  stroke: #ffffff;
  opacity: 1 !important;
}

.locations__list-state .accordion__sub-link button {
  font-family: "Wallop";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}

.locations__list-state
  .js-accordion-item.active
  .accordion__single-item-content {
  display: flex !important;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 16px;
}

.locations.new__locations .locations__inner {
  gap: 20px;
}

.locations.new__locations .locations__wrapper-map {
  width: calc(100% - 460px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px 0 60px;
}

.locations.new__locations .wrapper-map {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 56px 20px 19px 32px;
  border-radius: 24px;
  background: #fcfbfe;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 16px 0px #0000001a;
  overflow: hidden;
}

.locations.new__locations .wrapper-map #us-map {
  padding-right: 12px;
  width: 100%;
}

.locations.new__locations .states__elements {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 10px 24px;
  border-radius: 80px;
  background-color: #ffffff;
  border: 2px solid #f6f6f8;
  box-sizing: border-box;
  display: flex;
	width: 100%;
	max-width: 541px;
}

.states__elements::-webkit-scrollbar {
  display: none;
}

.states__elements {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.locations.new__locations .states__elements ul {
  display: flex;
	justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  min-width: max-content;
}

.locations.new__locations .states__elements ul li {
  flex: 0 0 auto;
  white-space: nowrap;
}
.states__elements ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Wallop";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 140%;
  white-space: nowrap;
}

.states__elements ul li span.circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.states__elements ul li:nth-child(3n + 1) span.circle {
  background-color: #b3a8ff;
}

.states__elements ul li:nth-child(3n + 2) span.circle {
  background-color: #6662dc;
}

.states__elements ul li:nth-child(3n + 3) span.circle {
  background-color: #2a2165;
}

.locations__list-state--mobile {
  display: none;
}

.wrapper__locations__title .accordion__sub-link {
  border-bottom: 1px solid #a3a0ea;
  margin-left: 5px;
  padding: 12px 0 15px;
}

.wrapper__locations__title .accordion__sub-link:first-child {
  padding-top: 0;
}

.wrapper__locations__title .accordion__sub-link:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 1179px) {
  .locations.new__locations .wrapper__locations__title {
    padding: 56px 40px 112px;
    width: 400px;
  }

  .locations.new__locations .locations__wrapper-map {
    width: calc(100% - 400px);
    padding: 0 40px 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .locations.new__locations .locations__inner {
    flex-direction: column;
  }

  .locations.new__locations .wrapper__locations__title {
    width: 100%;
    max-width: 100%;
    padding: 40px 20px;
  }
  .locations.new__locations .locations__title-wrapper {
    align-items: flex-start;
    text-align: left;
  }

  .wrapper__locations__title .locations__list-state {
    display: none;
  }

  .locations.new__locations .locations__wrapper-map {
    width: 100%;
    padding: 20px;
  }

  .locations__wrapper-map .wrapper-map #us-map {
    padding-right: 0;
  }

  .locations__wrapper-map .wrapper-map {
    padding: 0 9.52px 10px 0;
    border: 3.86px solid #ffffff;
    box-shadow: 0px 0px 7.72px 0px #0000001a;
  }

  .locations.new__locations .states__elements {
    padding: 4px 6px;
    border: 0.96px solid #f6f6f8;
		width: 100%;
		max-width: 377px;
  }

  .locations.new__locations .states__elements ul {
    gap: 5px;
  }

  .states__elements ul li {
    font-size: 10px;
    gap: 3px;
  }

  .locations__list-state--mobile {
    display: block;
    padding: 0 20px 48px;
  }

  .locations__list-state--mobile .accordion__single-item-title button span {
    font-size: 22px;
    line-height: 140%;
    color: #6662dc !important;
    font-weight: 500;
  }

  .locations__list-state--mobile .accordion__single-item {
    border-bottom: 1px solid #c2d1f9 !important;
  }

  .locations__list-state--mobile .locations__item,
  .locations__list-state--mobile .locations__item a {
    color: #6662dc !important;
  }

  .locations__list-state--mobile .accordion__single-item-icon svg path {
    opacity: 1 !important;
  }

	.locations__list-state--mobile .accordion__sub-link button {
    font-family: "Wallop";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    background-color: transparent;
    border: 0;
    color: #6662dc;
    cursor: pointer;
    font-weight: 500;
    margin-left: 5px;
  }

  .locations__list-state--mobile .accordion__sub-link {
    border-bottom: 1px solid #c2d1f9 ;
    margin-left: 5px;
    padding: 12px 0 15px;
  }

  .locations__list-state--mobile .accordion__sub-link:first-child {
    padding-top: 0;
  }

  .locations__list-state--mobile .accordion__sub-link:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
	.locations.new__locations .wrapper-map {
		padding: 10px 10px;
	}
}
