.collab-container {
  text-align: center;
  background-color: #ffe6bb;
  margin: 0;
  padding: 5vw 5vw 0vw 5vw;
}
.collab-container .collab {
  font-family: "Beautiful Freak Bold";
  color: #7a7932;
  margin: 0;
  font-size: 5vw;
}
@media only screen and (max-width: 600px) {
  .collab-container .collab {
    font-size: 9vw;
  }
}

.git {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #ffe6bb;
  padding: 6vw 6vw 1vw 6vw;
  gap: 2vw;
}
.git .desc .git-title {
  font-family: "Beautiful Freak Bold";
  font-size: 4vw;
  color: #801919;
}
.git .desc .short-desc {
  font-family: "Franklin Gothic Book";
  font-size: 2vw;
}
.git .contact-form {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22767%22%20height%3D%22755%22%20viewBox%3D%220%200%20767%20755%22%20fill%3D%22none%22%20%20preserveAspectRatio%3D%22xMidYMid%20meet%22%3E%3Cpath%20d%3D%22M60.5573%20722.112C50.7637%20716.929%2041.6253%20710.256%2033.1078%20701.555C9.93223%20677.807%204.32543%20646.553%202.01546%20616.779C-5.69584%20517.353%2017.355%20418.88%2021.3364%20319.964C25.3486%20220.203%2020.8632%20120.076%207.02675%2020.87C6.89277%2019.9213%20534.447%202.30777%20582.658%200.911145C621.254%20-0.206218%20663.243%20-0.562076%20694.145%2017.4479C715.779%2030.0677%20728.572%2050.1726%20734.285%2070.7558C744.283%20106.668%20738.415%20145.797%20740.181%20182.37C742.12%20222.302%20746.101%20262.152%20748.171%20302.084C754.208%20417.751%20760.246%20533.443%20766.283%20649.109C767.318%20669.165%20767.47%20691.352%20750.677%20706.602C736.25%20719.692%20713.009%20724.133%20691.281%20727.545C576.715%20745.565%20459.757%20754.974%20342.841%20753.968C283.724%20753.467%20224.633%20750.298%20165.997%20744.204C125.94%20740.041%2090.3337%20737.919%2060.5243%20722.112L60.5573%20722.112Z%22%20fill%3D%22%23F3901D%22%2F%3E%3C%2Fsvg%3E");
  width: 100%; /* Adjust width as needed */
  height: auto;
  background-size: contain; /* Or use contain if needed */
  background-repeat: no-repeat;
  background-position: center;
  display: flex; /* Allows centering the form inside the SVG */
  justify-content: center;
  align-items: center;
  position: relative;
}
.git .contact-form #wpforms-49 {
  width: 70%; /* Adjust width as needed */
  max-width: 500px; /* Prevents form from stretching too much */
  padding: 20px;
  background: transparent; /* Or use a semi-transparent background if needed */
  box-sizing: border-box;
}
.git .contact-form #wpforms-49 input:focus,
.git .contact-form #wpforms-49 textarea:focus,
.git .contact-form #wpforms-49 select:focus {
  outline: none !important;
}
.git .contact-form #wpforms-49 .wpforms-field-label {
  color: #ffe6bb;
  font-family: "Franklin Gothic Book";
  font-size: 1.2vw;
}
.git .contact-form #wpforms-49 #wpforms-submit-49 {
  color: #801919;
  background-color: #ffe6bb;
  float: right;
  margin-right: 1vw;
  padding: 0.9vw 2vw 1vw 2vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.git .contact-form #wpforms-49 #wpforms-submit-49:hover {
  background-color: #7a7932 !important;
}
.git .contact-form #wpforms-49-field_3,
.git .contact-form #wpforms-49-field_1,
.git .contact-form #wpforms-49-field_2 {
  background-color: #ffe6bb;
}
#wpforms-49-field_3 {
  background-color: #ffe6bb;
}
@media only screen and (max-width: 1000px) {
  .git {
    grid-template-columns: 1fr;
  }
  .git .contact-form #wpforms-49 {
    padding: 5vw;
  }
  .git .contact-form #wpforms-49 .wpforms-field-label {
    font-size: 2.2vw;
  }
  .git .desc {
    text-align: center;
  }
  .git .desc .git-title {
    font-size: 5vw;
  }
  .git .desc .short-desc {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
	.git .contact-form #wpforms-49 {
		width: 85%;
	}
  .git .contact-form #wpforms-49 {
    padding: 0vw;
  }
  .git .contact-form #wpforms-49 .wpforms-field-label {
    font-size: 4.2vw;
  }
  .git .contact-form #wpforms-49 #wpforms-28-field_2 {
    width: 100%;
  }
  .git .contact-form {
    background-image: none;
    background-color: #f3901d;
  }
  .git .desc {
    text-align: center;
  }
  .git .desc .git-title {
    font-size: 8vw;
  }
  .git .desc .short-desc {
    font-size: 4vw;
  }
}

.todo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw 3vw 5vw 3vw;
  background-color: #ffe6bb;
}
.todo .donate-header {
  font-family: "Beautiful Freak Bold";
  color: #7a7932;
  font-size: 5vw;
  margin: 0;
  padding: 2vw;
  text-align: center;
}
.todo .help {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1vw 2vw 1vw 2vw;
  background-color: #ea9139;
  column-gap: 1vw;
  align-items: center;
}
.todo .help .help-title {
  font-family: "Beautiful Freak Bold";
  font-size: 2vw;
  color: black;
}
.todo .help a {
  text-decoration: none;
}
.todo .help a:visited {
  color: black;
}
@media only screen and (max-width: 600px) {
  .todo .help {
    padding: 2vw 4vw 3vw 3vw;
  }
  .todo .help .help-title {
    font-size: 4vw;
  }
  .todo .help .help-desc {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 500px) {
  .todo .help .help-title {
    font-size: 5vw;
  }
  .todo .help .email {
    width: 22vw;
  }
}
@media only screen and (max-width: 500px) {
  .todo .donate-header {
    font-size: 7vw;
  }
}

.visit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  background-color: #ffe6bb;
  padding: 4vw;
}
.visit .visit-desc {
  margin-left: 3vw;
}
.visit .visit-details {
  font-size: 2vw;
}
.visit .visit-header {
  font-family: "Beautiful Freak Bold";
  font-size: 4vw;
  color: #801919;
}
.visit .visit-address {
  font-family: "Franklin Gothic Demi";
  font-size: 2vw;
}
.visit .office-time {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22497%22%20height%3D%22348%22%20viewBox%3D%220%200%20497%20348%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M38.7736%20332.914C32.4274%20330.507%2026.5086%20327.413%2020.9957%20323.383C5.99561%20312.382%202.40586%20297.932%200.952858%20284.169C-3.8976%20238.21%2011.2093%20192.725%2013.9444%20147.015C16.7008%20100.914%2013.9444%2054.6353%205.11957%208.77119C5.0341%208.33258%20347.344%200.769599%20378.626%200.176889C403.669%20-0.297279%20430.913%20-0.415796%20450.934%207.94145C464.951%2013.7975%20473.221%2023.103%20476.896%2032.622C483.328%2049.2298%20479.46%2067.3075%20480.55%2084.2117C481.746%20102.669%20484.268%20121.09%20485.55%20139.547C489.289%20193.01%20493.029%20246.485%20496.768%20299.947C497.409%20309.217%20497.473%20319.471%20486.554%20326.501C477.174%20332.535%20462.088%20334.562%20447.986%20336.115C373.626%20344.318%20297.728%20348.538%20221.873%20347.945C183.518%20347.649%20145.185%20346.119%20107.15%20343.239C81.167%20341.271%2058.0686%20340.252%2038.7522%20332.914L38.7736%20332.914Z%22%20fill%3D%22%23F3901D%22%2F%3E%3C%2Fsvg%3E");
  width: 100%; /* Adjust width as needed */
  height: auto;
  background-size: contain; /* Or use contain if needed */
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-family: "Beautiful Freak Bold";
}
.visit .office-time .day,
.visit .office-time .time {
  margin-bottom: 0;
  font-size: 2.3vw;
  color: #ffe6bb;
}
.visit .office-time .dayy {
  margin-top: 2vw;
}
.visit .office-time .time {
  margin-bottom: 2vw;
}
@media only screen and (max-width: 600px) {
  .visit {
    grid-template-columns: 1fr;
  }
  .visit .visit-header {
    font-size: 8vw;
    text-align: center;
  }
  .visit .visit-details,
  .visit .visit-address {
    text-align: center;
    font-size: 4vw;
  }
  .visit .office-time .day,
  .visit .visit .office-time .time {
    font-size: 5vw;
  }
}

.faq {
  background-color: #ffe6bb;
  padding: 7vw 7vw 3vw 7vw;
  border-bottom: 1px solid;
}
.faq__title {
  font-family: "Beautiful Freak Bold";
  color: #801919;
  font-size: 5vw;
  margin: 0;
  margin-bottom: 3vw;
}
@media only screen and (max-width: 500px) {
  .faq__title {
    font-size: 7vw;
  }
}
.faq__title1 {
  font-family: "Beautiful Freak Bold";
  color: black;
  font-size: 3.3vw;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .faq__title1 {
    font-size: 5vw;
	margin-top: 10vw
  }
	.wpforms-form-52 {
		padding: 5vw;
	}
	.form {
		margin-bottom: 5vw;
	}
	.todo {
		padding: 10vw;
	}
	.faq {
    padding: 14vw 7vw 3vw 7vw;
	}
}
.faq__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3vw;
}
.faq__container .qsts .faq-item {
  margin-bottom: 3vw;
}
.faq__container .qsts .mini-title {
  font-family: "Beautiful Freak Bold";
  font-size: 1.8vw;
  color: black;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__container .qsts .mini-desc {
  font-family: "Franklin Gothic book";
  font-size: 1.5vw;
  color: black;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq__container .qsts .toggle-icon {
  font-weight: bold;
  transition: transform 0.3s ease;
}
.faq__container .qsts .mini-title.active .toggle-icon {
  transform: rotate(45deg); /* Rotate the plus sign to make an X */
}
.faq__container .qsts .mini-title.active + .mini-desc {
  height: auto; /* Height auto when active */
  opacity: 1;
  transform: scaleY(1); /* Expand smoothly */
}
.faq__container .form {
  align-self: center;
}
.faq__container .form #wpforms-52-field_3,
.faq__container .form #wpforms-52-field_1,
.faq__container .form #wpforms-52-field_2 {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
}
.faq__container .form div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
  height: 1px;
}
.faq__container .form .wpforms-field-label {
  font-size: 1.2vw;
  font-family: "Franklin Gothic Book";
  color: #801919;
}
.faq__container .form #wpforms-submit-52 {
  color: #ffe6bb;
  background-color: #801919;
  float: right;
  margin-right: 1vw;
  padding: 0.9vw 2vw 1vw 2vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.faq__container .form #wpforms-submit-52 #wpforms-submit-52:focus {
  outline: none !important;
}
.faq__container .form #wpforms-submit-52:hover {
  background-color: #ffe6bb !important;
}


@media only screen and (max-width: 1000px) {
  .faq__container {
    grid-template-columns: 1fr;
  }
  .faq__container .qsts .mini-title {
    font-size: 2.8vw;
  }
  .faq__container .qsts .mini-desc {
    font-size: 2.5vw;
  }
  .faq__container .form .wpforms-field-label {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 500px) {
  .faq__container .qsts .mini-title {
    font-size: 4vw;
  }
  .faq__container .qsts .mini-desc {
    font-size: 3.5vw;
  }
  .faq__container .form .wpforms-field-label {
    font-size: 4.2vw;
  }
	
}

.scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #801919;
  transform: rotate(1.5deg);
  overflow: hidden;
}

.scroll-item {
  margin: 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scrolling-text {
  font-size: 4vw;
  white-space: nowrap;
  transition: transform 0.1s linear; /* Smooth continuous movement */
  font-family: "Beautiful Freak Bold";
  color: #ffe6bb;
  margin: 0 7vw;
}

.scrolling-image {
  width: 4vw;
  transition: transform 0.1s linear; /* Smooth continuous rotation */
  display: inline;
}

.scroll-container {
  background-color: #ffe6bb;
}
.todo .help a {
	color:black;
}