/**
 * Theme Name:     BlankSlate Child
 * Author:         Provat
 * Template:       blankslate
 * Text Domain:	   blankslate-child
 * Description:    Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I
 */


/* SECTION */
.provat-cf7-section {
    padding: 35px 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.provat-cf7-container {
  max-width: 100%;
  margin: auto;
}


/* all section header*/
.provat-cf7-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 30px;
}

.provat-cf7-header h2 {
    font-size: 20px !important;
    margin-bottom: 10px;
    color: #1e2021 !important;
}

.provat-cf7-container .provat-cf7-header p {
    font-size: 14px;
    color: #797b7a;
    margin-bottom: 0px !important;
}

.provat-cf7-container h3.provat-cf7-subtitle {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* GRID */
.provat-cf7-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

/* CARD */
.provat-cf7-card {
    background: #ffffff;
    padding: 20px 10px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    cursor: pointer;
}

.provat-cf7-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: #2563eb;
}


/* TEXT */
.provat-cf7-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.provat-cf7-card p {
    font-size: 12px;
    color: #797b7a;
    margin-bottom: 0 !important;
}

.provat-cf7-icon p {
	margin-bottom: 10px !important;
}


.provat-cf7-field p {
    margin-bottom: 0 !important;
}

.provat-cf7-field p label {
    font-size: 15px;
    color: #1e2021;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
}

span.wpcf7-form-control-wrap input {
    width: 100%;
    display: block;
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #ddd !important;
    font-weight: 400 !important;
    color: #1e2021 !important;
}

.contancy-affected-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}

.provat-cf7-field.half-width {
    flex-basis: 50%;
}

.provat-cf7-field.half-width select.wpcf7-form-control.wpcf7-select {
    padding: 12px 8px;
    width: 100%;
    border: 1px solid #ddd;
	margin-top: 15px;
}

.provat-cf7-field.location-wrap .specific-location {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.provat-cf7-field.location-wrap label .optional{
	font-size: 12px;
	color: #797b7a;
}

.icon-with-input {
    position: relative;
}

.icon-with-input .wpcf7-form-control-wrap input {
    padding: 10px 200px 10px 50px;
}

.icon-with-input p svg {
    position: absolute;
    top: 7px;
    left: 10px;
}
.icon-with-input button.use-current-location-btn {
    position: absolute;
    top: 5px;
    right: 6px;
    padding: 8px 10px !important;
    font-size: 12px !important;
    text-transform: inherit;
    background-color: #fff !important;
    color: #1e2021;
    text-shadow: none;
    border: 1px solid #ddd;
}

.icon-with-input button.use-current-location-btn:hover{
	color: #1e2021 !important;
}
.map-box-wrap {
	position: relative;
	margin-bottom: 20px;
}

.map-box-wrap .map-container {
    width: 100%;
    padding: 10px;
    height: 200px;
    border: 1px solid #ddd;
}

.map-box-wrap button.show-map-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    text-shadow: none;
    font-size: 12px;
    text-transform: inherit;
    font-weight: 500;
    padding: 8px 12px;
}

.provat-cf7-address-field textarea.wpcf7-form-control.wpcf7-textarea.detail-description {
    width: 100%;
    display: block;
    margin-top: 15px;
    border: 1px solid #ddd;
    padding: 20px;
    font-weight: 400;
    color: #1e2021;
}

.codedropz-upload-handler {
    padding: 50px 40px;
	background-color: #FAFAFB;
}

.codedropz-upload-inner {
    display: flex;
    flex-direction: column-reverse;
}

.codedropz-upload-inner >span {
    display: none;
}

.codedropz-upload-inner h4 {
    color: #797b7a;
    margin: 10px 0;
}

.checkbox-wrap .provat-cf7-field span {
    display: block;
    margin: 0;
}

.checkbox-wrap .provat-cf7-field {
	margin-bottom: 20px;
}

.checkbox-wrap .provat-cf7-field span.wpcf7-list-item.first.last label {
    display: flex;
    justify-content: space-between;
	gap: 10px;
}

.checkbox-wrap .provat-cf7-field span.wpcf7-list-item.first.last label input {
    flex-basis: 14px;
    margin: 0;
}



.checkbox-wrap .provat-cf7-field span.wpcf7-list-item.first.last label span {
    flex-grow: 1;
    font-size: 14px;
}

.checkbox-wrap .provat-cf7-field span.by-submitting-text {
    font-size: 12px;
    color: #1e2021;
    margin-left: 25px;
}

.checkbox-wrap .provat-cf7-field span.by-submitting-text a {
    color: #1e2021;
    text-decoration: underline;
}
.provat-submit-wrap .submit-field input {
    width: 100%;
    background-color: #00C2CC !important;
    border: 1px solid #00C2CC !important;
    color: #1e2021 !important;
    padding: 12px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}

.provat-submit-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: -25px;
}
.submit-field {
    flex: 1;
}
.submit-field p {
    margin-bottom: 0 !important;
	position: relative;
}

span.wpcf7-spinner {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cancel-field input {
    padding: 12px 20px !important;
    font-size: 12px !important;
    border: 1px solid #ddd !important;
}


/* MOBILE */
@media (max-width: 1024px) {
	.provat-cf7-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
  .provat-cf7-header h2 {
    font-size: 24px;
  }
		.contancy-affected-row {
	flex-direction: column;
}
	.provat-cf7-field.half-width {
	flex-basis: 100%;
	width: 100%;
}
}

@media (max-width: 767px) {
		.provat-cf7-grid {
	grid-template-columns: repeat(1, 1fr);
}

}

/* CVC Support Form */
.civic-support-form {
    padding: 30px;
    border: 1px solid #ddd;
}

.civic-support-form p.form-title {
    color: #1E2021 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
	margin-bottom: 10px !important;
}

.civic-support-form p .form-title .optional {
  font-weight: 400;
  color: #575A5F;
}

.civic-support-form .form-desc {
  color: #575A5F;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.civic-support-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px;
  min-height: 120px;
  resize: vertical;
	font-weight: 400 !important;
	
}

.civic-support-form .transparency-note {
    font-size: 14px;
    color: #575A5F;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 25px !important;
}

p.confirm-title {
    font-size: 16px;
    font-weight: 600;
}

.confirm-box {
  background: #e9f7f8;
  border: 1px solid #cdeff1;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.checkbox-wrap {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #575A5F;
    margin: 0 !important;
}

p.checkbox-wrap svg {
	color: #00C2CC;
}
span.confirm-text span.box-title {
    display: block;
    color: #1E2021;
    font-size: 16px;
    margin-bottom: 5px;
}

.submit-wrap p {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #00C2CC;
    justify-content: center;
	cursor: pointer;
	margin-bottom: 0;
}

.submit-wrap p .confirm-btn {
    background: #12aab2;
    color: #1E2021 !important;
    border: none !important;
    font-size: 14px !important;
    text-shadow: none !important;
    background-color: transparent !important;
	cursor: pointer;
}



.civic-support-form .footer-note {
    text-align: center;
    font-size: 12px;
    color: #575A5F;
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.civic-support-form {
    padding: 15px;
}
	.civic-support-form p.form-title {
    font-size: 14px !important; 
}
	.civic-support-form .form-desc {
    font-size: 14px;
}
	.civic-support-form .transparency-note svg {
    width: 50px;
}
	span.confirm-text {
    width: 95%;
}
}

/* Add Your Voice Form */
.add-your-voice-text .wpcf7-form-control-wrap textarea {
  display: block;
  resize: none;
  padding: 25px;
  width: 100%;
  border: 2px solid #ddd;
  position: relative;
  z-index: 2;
  background-color: transparent;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

/* Focus state */
.add-your-voice-text .wpcf7-form-control-wrap textarea:focus {
    background-color: #ffffff;
    border-color: #00C2CC;
    outline: 1px solid #00C2CC;
}
.add-your-voice-text textarea::placeholder {
  color: #9aa6ac;
}

.writing-tips {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 0;
	color: #575a5f8a;
}

.writing-tips p.textarea-heading {
    font-size: 18px;
}
.writing-tips p.tip-heading {
    color: #00c2cc9e;
    font-weight: 600;
}
.writing-tips ul.textarea-list {
    list-style: inherit !important;
    padding-left: 25px;
}

.writing-tips ul.textarea-list li p {
    margin-bottom: 5px;
}

p.textarea-footer {
    display: flex;
    justify-content: space-between;
    color: #575A5F;
}
.voice-checkbox-wrap {
    padding: 20px;
    border: 1px dotted #ddd;
    margin-top: 40px !important;
    background-color: #fefefe;
}

span.wpcf7-list-item.first.last label {
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #1E2021;
	margin: 0 !important;
	gap: 10px;
}
p.voice-submit-wrap {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 0 !important;
}


.checkbox-wrap span.wpcf7-list-item label input {
    width: 20px;
    margin: 0 0 0 -15px;
    height: 20px;
    border: 1px solid #00C2CC !important;
}

.checkbox-wrap span.wpcf7-list-item span.wpcf7-list-item-label {
    color: #1E2021;
    font-weight: 400;
}

p.voice-submit-wrap input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: #7EDFE5 !important;
    border: none;
    padding: 15px !important;
    color: #575a5fc4 !important;
    font-size: 16px;
    text-shadow: none !important;
    text-transform: inherit !important;
    font-weight: 500 !important;
}

p.voice-submit-wrap input[type="reset"] {
    padding: 15px 35px;
    color: #575A5F !important;
    font-weight: 500 !important;
	text-transform: inherit !important;
	font-size: 16px;
    text-shadow: none !important;
}

@media (max-width: 767px) {
	p.voice-submit-wrap input.wpcf7-form-control.wpcf7-submit {
		padding: 10px !important;
	}
	p.voice-submit-wrap input[type="reset"] {
		padding: 10px;
	}
}

.voice-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.add-your-voice-comment {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Left Avatar Circle */
.voice-avatar {
    width: 50px;
    height: 50px;
    background: #d8c9e6;
    border-radius: 50%;
    display: block;
}

/* Right Content */
.voice-right {
    flex: 1;
}

/* Textarea */
.voice-right textarea {
    width: 100%;
    min-height: 120px;
    padding: 20px;
    border: 2px solid #ddd !important;
    resize: none;
    font-size: 15px;
    background: #fff;
    outline: none;
}

.voice-right textarea:focus {
    border-color: #4bb5b9;
}

.voice-right textarea::placeholder {
    color: #575A5F;
    font-weight: 500;
}
.voice-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.voice-note span {
	color: #575A5F;
	font-style: italic;
	font-size:12px;
}

/* Submit Button */
.voice-submit {
    background: #79c6cc !important;
    border: 1px solid #7FE0E5 !important;
    color: #1E2021 !important;
    cursor: pointer;
    transition: 0.3s ease;
    font-weight: 500 !important;
    text-transform: inherit !important;
}
