/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra
 Author: Your Name
 Template: astra
 Version: 1.1.0
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

*
{
  font-family: "Karla", sans-serif;
  color: #3F5553;
}
h1
{
	  color: #345C59;
    text-align: center;
    font-size: 60px;
	margin-top: 0px;
    line-height: 65px;
    font-family: "EB Garamond", serif;
}
nav.navbar.navbar-default ul.nav.navbar-nav.navbar-right li a:active:after {
    content: "";
    background: #375748;
    width: 50px;
    height: 3px;
    display: block;
    margin-top: 12px;
}

.bg {
    background: #F9F6F5;
    height: 100%;
}
.navbar-default {
    border-color: #ddd;
       padding: 20px 15px !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
}
nav.navbar.navbar-default ul li a {
    color: #3F5553;
    font-size: 18px;
    font-weight: 500;
}
.hero-section
{
	position: relative;
}
.hero-section .buttomns {
    display: none;
}
.hero-section:before {
    content: "";
    background: url(https://streetlvl.org/wp-content/uploads/2026/04/shape8.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: -1410px;
    transform: rotate(180deg);
    top: -690px;
}
div#regionDataGraph
{
	position: relative;
}
svg#city-map {
    margin: 0px auto;
    justify-content: center;
    text-align: center;
    display: block;
}
div#regionDataGraph:before {
    content: "";
    background: url(https://streetlvl.org/wp-content/uploads/2026/04/homes.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 1730px;
    transform: rotate(360deg);
    right: 0;
    top: 0;
}
.card.card-first:hover {
    box-shadow: none;
}
.row.align-items-center {
    display: flex;
    align-items: center;
}
.hero-section h1 {
    color: #345C59;
    text-align: center;
    font-size: 60px;
	margin-top: 0px;
    line-height: 65px;
    font-family: "EB Garamond", serif;
}
.hero-section p {
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.hero-section {
    padding: 70px 0 100px 0;
	position: relative;
}
.hero-section img {
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
.hero-section .buttomns {
    text-align: center;
}
.hero-section button.btn.btn-default {
    background: #345C59;
    padding: 13px 30px;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    text-transform: uppercase;
}

.hero-section .buttomns {
    display: flex;
    gap: 25px;
    justify-content: center;
    border: none;
}
.hero-section button.btn.btn-default.view {
    background: transparent;
    border: none;
    padding: 0;
    border-bottom: 1px solid #CAA04D;
    color: #CAA04D;
    border-radius: 0;
}
.hero-section .fa-arrow-right:before {
    color: #CAA04D;
}

/*-homeless-*/

.homeless p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.homeless p:last-child {
    font-weight: 500;
}
h1#region-title {
    margin-top: 50px;
}

/*-counter-*/
p#overview {
    margin-bottom: 30px;
}
.counter-section {
    padding: 20px 0;
}
.counter-section .counter-box {
  padding: 20px;
}
.counter-section h2 {
  font-size: 35px;
  color: #c79a3b;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Karla", sans-serif;
}
.counter-section p {
    font-size: 22px;
    color: #3F5553;
    margin: 0;
    letter-spacing: 1px;
}
.counter-section .col-md-4 {
    border-right: 2px solid #ddd;
}
.counter-section .col-md-4:last-child {
    border: none;
}
.counter-section .container {
    width: 800px;
}
p#overview {
    margin-top: 50px;
}
/*-counter-*/
.hope-section {
    padding: 50px 0 0;
}
canvas#chart1, #chart2, #chart3 {
    height: 350px !important;
}
.homeless
{
	position: relative;
}
.row.maps.mt-5.text-center {
    display: flex;
    align-items: stretch;
	flex-wrap: wrap;
}

/*-homeless-*/

.row.maps.mt-5.text-center h3 {
    font-size: 25px !important;
}


.top-tabs {
  margin-bottom: 30px;
}
.tab-btn {
    padding: 15px 24px !important
}

.tab-btn {
    border: none;
    font-weight: 500;
    padding: 9px 21px;
    border-radius: 6px;
    transition: 0.3s;
    cursor: pointer;
    font-size: 15px;
	color: #3F5553;
    background: transparent;
}
.tab-btn.active {
    background: #2f5d50;
    color: #fff;
	padding: 15px 25px;
}
.tab-btn:hover {
  background: #2f5d50;
  color: #fff;
}

.image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.image-box h2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
#hopeChart {
  height: 385px !important;
  width: 100% !important;
}

.why-this-metter {
    position: relative;
}
.why-this-metter:before {
    content: "";
    background: url(https://streetlvl.org/wp-content/uploads/2026/04/why.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: -60px;
    transform: rotate(360deg);
}

/*-voices-*/

.Voices:before {
    content: "";
    background: url(https://streetlvl.org/wp-content/uploads/2026/04/shape8.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    left: 88%;
    transform: rotate(360deg);
    top: 30px;
    right: 0;
}
.Voices {
    padding: 150px 0 100px 0;
	position:relative;
}

.Voices h1 {
  font-size: 60px;
  color: #345C59;
  margin-bottom: 10px;
  font-family: "EB Garamond", serif;
}

.testimonial-wrapper {
  position: relative;
  min-height: 120px;
}

.testimonial {
  display: none;
  transition: 0.4s ease;
}
.subtitle {
    color: #3F5553;
    margin-bottom: 40px;
    font-size: 25px;
    margin-top: 40px;
}
.testimonial.active {
  display: block;
}

.quote {
    font-size: 30px;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    color: #3F5553;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 6px;
  background: #c4c4c4;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background: #2f4f4f;
}

.row.maps {
    margin-top: 30px;
}
.why-this-metter {
    text-align: center;
}
.why-this-metter h1 {
  font-size: 60px;
  color: #345C59;
  margin-bottom: 10px;
  font-family: "EB Garamond", serif;
}
.why-this-metter p {
    font-size: 22px;
    line-height: 32px;
}
p.each {
    margin-bottom: 50px;
    margin-top: 20px;
}
.why-this-metter {
    padding: 0px 0 100px 0;
    position: relative;
}
.why-this-metter .image-box img {
    margin-bottom: 20px !important;
}


/*-footer-bottom-*/
.Footer-bottom
{
	background: #345C59;
	padding: 15px 0;
}
.Footer-bottom p
{
	background: #345C59;
	color: #fff;
	font-size: 25px;
	text-align: center;
	margin-bottom: 0px;
}
/*-footer-bottom-*/

/* CARD */
.card{
  background:#ffffff;
  border-radius:16px;
  padding:20px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:0.3s;
	height: 100%;
}
.card.card-first {
    background: transparent;
    box-shadow: none;
    height: 100%;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* HEADINGS */
.card h3{
  margin-bottom:15px;
  font-size:16px;
  font-weight:600;
  color:#2d3436;
}

/*
#region-title{
  font-size:20px;
  font-weight:700;
  margin-top:10px;
}*/

/* SNAPSHOT TEXT */
#snapshot p{
  margin:6px 0;
  font-size:14px;
}

/* QUOTES */
.quotes p{
  font-style:italic;
  margin-bottom:10px;
  border-left:3px solid #0984e3;
  padding-left:10px;
  color:#555;
}

/* SVG REGIONS */
.region{
  cursor:pointer;
  transition:0.3s;
}

.region:hover{
  opacity:0.8;
}

.region.active{
  //stroke:#000;
  //stroke-width:3;
  filter:brightness(1.1);
}

/*-about-us-*/
.about-section {
    max-width: 1170px;
    margin: auto;
    padding: 60px 20px;
    font-family: 'Georgia', serif;
    color: #2d3a3a;
}
.about-section h2 {
    font-size: 40px;
}
.about-section h1,
.about-section h2 {
    text-align: center;
    margin-bottom: 20px;
	    font-family: "EB Garamond", serif;
}
.creator {
    margin-top: 40px;
	    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.about-section p {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 20px;
    line-height: 1.6;
    color: #3F5553;
    font-size: 20px;
    margin-top: 10px;
}
.dots {
    display: none;
}

/* HOW WE DO IT */
.features {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.about-section h2 {
    color: #345C59;
    margin-top: 70px;
}
.about-section h3 {
    color: #3F5553;
}
.card p {
    font-size: 25px !important;
}
.feature-box {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 20px;
    border-right: 1px solid #ddd;
}
.creator h2 {
    margin-top: 0;
}
.feature-box:last-child {
    border-right: 0;
}
.feature-box img {
    width: 80px;
    margin-bottom: 15px;
}

/* CREATOR */
.creator {
    margin-top: 60px;
}

/* REGIONS */
.regions {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}
.regions h2 {
    text-align: left;
}
.regions ul {
    padding-left: 0px !important;
    margin-left: 20px;
}
.region-image {
    margin-top: 60px;
}
.region-text {
    flex: 1;
}
.regions p {
    text-align: left !important;
}
.region-text ul {
    margin-top: 15px;
    padding-left: 20px;
}
.creator {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.region-text li {
    margin-bottom: 8px;
	font-weight: 600;
}

.region-image {
    flex: 1;
}
.region-image img {
    width: 100%;
    border-radius: 10px;
}
.regions p {
    text-align: left !important;
}
.region-text li {
    font-size: 20px;
    color: #345C59;
}
/*-abouts-*/

/*-contactus-*/
.contact-section {
    max-width: 1170px;
    margin: auto;
    padding: 60px 20px;
    font-family: 'Georgia', serif;
    color: #2d3a3a;
}

.contact-section h1 {
    text-align: center;
    margin-bottom: 20px;
}

.contact-section p {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 15px;
    color: #3F5553;
	font-size: 20px;
    line-height: 1.6;
}

/* FORM BOX */
.contact-form-box {
    padding: 40px;
    border-radius: 12px;
    background: #f7f1f1;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
}
.contact-form-box h2 {
    text-align: center;
    margin-bottom: 25px;
	    color: #345C59;
    font-family: "EB Garamond", serif;
    font-size: 40px;
}

/* FORM */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}
.contact-form-box input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    max-width: 200px;
    background: #345c59;
}
.contact-form textarea {
    height: 120px;
    resize: none;
}
.contact-form-box label {
    display: block;
    text-align: left;
    margin-bottom: -20px;
    font-size: 18px;
}
.contact-form-box .wpcf7 .wpcf7-not-valid-tip {
    text-align: left;
}
.contact-form-box textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 150px;
}
/* BUTTON */
.contact-form button {
    background: #2d5c4d;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    font-size: 16px;
}

.contact-form button:hover {
    background: #244b3e;
}

.note {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #777;
}
	.hero-section .buttomns {
    display: none !important;
}
.features i {
    font-size: 80px;
    margin-bottom: 20px;
}
/*-contactus-*/


@media (max-width: 1440px)
{
	.hero-section svg#city-map {
    width: 100%;
}
	.Voices:before {
    display: none;
}
	div#regionDataGraph:before {
    display: none;
}
}

@media (max-width: 991px)
{
	.row.align-items-center {
    flex-direction: column;
}
	.row.align-items-center .col-md-6:first-child {
    width: 100%;
    margin-bottom: 20px;
}
.counter-section .col-md-4 {
    border-right: 0px !important;
    margin-bottom: 35px;
}
	.counter-section .col-md-4:last-child {
    margin-bottom: 0px;
}
	.row.maps.mt-5.text-center {
    flex-direction: column;
    margin-bottom: 25px !important;
    gap: 20px;
}
	.row.maps.mt-5.text-center.streeet {
    margin-top: 0;
}
	.row.maps.mt-5.text-center {
    flex-wrap: nowrap;
}
	.counter-section .container {
    width: 100%;
}
	.why-this-metter {
    padding: 40px 0 40px;
}
}

@media (max-width: 767px)
{


.counter-section .container {
    width: 100%;
}
	h1
	{
		font-size: 40px;
		line-height: normal;
	}
	.why-this-metter {
    padding: 50px 0;
}
	.Voices h1 {
    font-size: 40px;
    line-height: normal;
}
	.Voices {
    padding: 50px 0 50px;
}
	.why-this-metter h1 {
    font-size: 40px;
}
	.row.maps {
    margin-top: 0;
}
	.row.maps.mt-5.text-center {
    margin-bottom: 0;
}
	.hero-section {
    padding: 70px 0 70px 0;
}
.row.maps.mt-5.text-center {
    margin-bottom: 0px !important;
}
	.hero-section {
    padding: 20px 0 20px 0;
}
.hero-section h1 br {
    display: none;
}
	.creator {
    padding-bottom: 0;
}
	.creator {
    margin-top: 40px;
}
	.hero-section svg#city-map {
    width: 100%;
    height: auto;
}
	.why-this-metter .image-box img {
    width: 50px;
}
}

@media (max-width: 768px) {
    .contact-form-box {
        padding: 20px !important;
    }
	.Footer-bottom p {
    font-size: 16px;
    line-height: 26px;
}
	.contact-section h1 {
    font-size: 45px;
    line-height: 55px;
}
	.contact-section {
    padding-top: 0;
}
	div#bs-example-navbar-collapse-1 {
    border: none !important;
}
	.about-section {
    padding: 20px 20px;
}
	.about-section h1, .about-section h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
	.regions {
    flex-direction: column;
    gap: 0;
}
	.feature-box {
    border-right: 0;
}
	.region-image {
    margin-top: 30px;
    margin-bottom: 30px;
}
}

