.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.lost-found-container {
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 30px;
color: #333;
line-height: 1.6;
} .lost-found-header {
margin-bottom: 40px;
text-align: center;
border-bottom: none;
padding-bottom: 20px;
position: relative;
}
.lost-found-header:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #3498db, #2ecc71);
border-radius: 2px;
}
.lost-found-header h2 {
font-size: 36px;
color: #1a1a2e;
margin-bottom: 15px;
font-weight: 700;
letter-spacing: -0.5px;
}
.lost-found-description {
font-size: 18px;
color: #555;
line-height: 1.7;
max-width: 800px;
margin: 0 auto;
} .lost-found-sections {
display: flex;
flex-direction: column;
gap: 50px;
}
.lost-found-recent-section,
.lost-found-all-section {
background-color: #fff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 30px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lost-found-recent-section:hover,
.lost-found-all-section:hover {
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.lost-found-recent-section h3,
.lost-found-all-section h3 {
font-size: 28px;
color: #1a1a2e;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 2px solid #f0f0f0;
font-weight: 600;
position: relative;
}
.lost-found-recent-section h3:after,
.lost-found-all-section h3:after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 60px;
height: 2px;
background: linear-gradient(90deg, #3498db, #2ecc71);
} .lost-found-items-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
} .lost-found-item-card {
background-color: #fff;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.lost-found-item-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.lost-found-item-image {
height: 200px;
overflow: hidden;
position: relative;
background-color: #f9f9f9;
}
.lost-found-item-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.lost-found-item-card:hover .lost-found-item-image img {
transform: scale(1.05);
}
.lost-found-no-image {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
background: linear-gradient(135deg, #f5f7fa, #e4e8f0);
}
.lost-found-icon {
font-size: 50px;
color: #bdc3c7;
}
.lost-found-item-content {
padding: 20px;
}
.lost-found-item-title {
font-size: 20px;
margin: 0 0 15px;
color: #1a1a2e;
font-weight: 600;
line-height: 1.4;
}
.lost-found-item-meta {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
font-size: 15px;
}
.lost-found-item-date,
.lost-found-item-location,
.lost-found-item-status {
display: flex;
align-items: flex-start;
color: #666;
}
.lost-found-item-date i,
.lost-found-item-location i,
.lost-found-item-status i {
margin-right: 8px;
color: #3498db;
font-size: 18px;
}
.lost-found-item-date strong,
.lost-found-item-location strong,
.lost-found-item-status strong {
margin-right: 5px;
color: #444;
font-weight: 600;
}
.lost-found-icon-calendar:before {
content: "📅";
}
.lost-found-icon-location:before {
content: "📍";
}
.lost-found-icon-status:before {
content: "🔔";
}
.lost-found-item-link {
display: inline-block;
padding: 10px 20px;
background: linear-gradient(90deg, #3498db, #2980b9);
color: white;
text-decoration: none;
border-radius: 8px;
font-size: 15px;
font-weight: 500;
transition: all 0.3s ease;
border: none;
text-align: center;
box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
}
.lost-found-item-link:hover {
background: linear-gradient(90deg, #2980b9, #3498db);
color: white;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(52, 152, 219, 0.3);
}
.lost-found-item-link-disabled {
background: linear-gradient(90deg, #95a5a6, #7f8c8d);
cursor: not-allowed;
box-shadow: 0 4px 10px rgba(149, 165, 166, 0.2);
}
.lost-found-item-link-disabled:hover {
background: linear-gradient(90deg, #95a5a6, #7f8c8d);
transform: none;
box-shadow: 0 4px 10px rgba(149, 165, 166, 0.2);
} .lost-found-item-link-claimed {
background: linear-gradient(90deg, #e67e22, #d35400);
color: white;
box-shadow: 0 4px 10px rgba(230, 126, 34, 0.2);
}
.lost-found-item-link-claimed:hover {
background: linear-gradient(90deg, #d35400, #e67e22);
box-shadow: 0 6px 15px rgba(230, 126, 34, 0.3);
} .lost-found-button-claimed {
background: linear-gradient(90deg, #e67e22, #d35400);
color: white;
cursor: not-allowed;
box-shadow: 0 4px 10px rgba(230, 126, 34, 0.2);
}
.lost-found-button-claimed:hover {
background: linear-gradient(90deg, #d35400, #e67e22);
box-shadow: 0 6px 15px rgba(230, 126, 34, 0.3);
} .lost-found-filters {
margin-bottom: 30px;
padding: 25px;
background-color: #f8fafc;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.lost-found-filter-form {
display: flex;
flex-direction: column;
gap: 15px;
}
.lost-found-filter-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-end;
}
.lost-found-filter-field {
flex: 1;
min-width: 200px;
}
.lost-found-search-field {
flex: 2;
}
.lost-found-filter-field label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #444;
font-size: 15px;
}
.lost-found-filter-field input,
.lost-found-filter-field select {
width: 100%;
padding: 12px 15px;
border: 1px solid #e1e5eb;
border-radius: 8px;
font-size: 15px;
height: 48px; box-sizing: border-box;
transition: all 0.3s ease;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.lost-found-filter-field input:focus,
.lost-found-filter-field select:focus {
border-color: #3498db;
outline: none;
box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.lost-found-filter-submit {
display: flex;
align-items: flex-end;
}
.lost-found-filter-submit button {
height: 48px; box-sizing: border-box;
padding: 12px 25px;
background: linear-gradient(90deg, #3498db, #2980b9);
color: white;
border: none;
border-radius: 8px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
}
.lost-found-filter-submit button:hover {
background: linear-gradient(90deg, #2980b9, #3498db);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(52, 152, 219, 0.3);
} .lost-found-items-list {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.lost-found-items-header {
display: flex;
background: linear-gradient(90deg, #f5f7fa, #e4e8f0);
font-weight: 600;
border-bottom: 2px solid #eee;
padding: 15px 0;
}
.lost-found-items-row {
display: flex;
border-bottom: 1px solid #eee;
transition: all 0.3s ease;
}
.lost-found-items-row:last-child {
border-bottom: none;
}
.lost-found-items-row:hover {
background-color: #f8fafc;
}
.lost-found-col {
padding: 15px;
display: flex;
align-items: center;
}
.lost-found-col-image {
width: 80px;
justify-content: center;
}
.lost-found-col-image img {
width: 60px;
height: 60px;
object-fit: cover;
border-radius: 8px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.lost-found-col-title {
flex: 2;
font-weight: 500;
color: #1a1a2e;
}
.lost-found-col-date,
.lost-found-col-location {
flex: 1;
color: #555;
}
.lost-found-col-action {
width: 120px;
justify-content: center;
} .lost-found-button {
display: inline-block;
padding: 10px 20px;
background: linear-gradient(90deg, #3498db, #2980b9);
color: white;
text-decoration: none;
border: none;
border-radius: 8px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
}
.lost-found-button:hover {
background: linear-gradient(90deg, #2980b9, #3498db);
color: white;
text-decoration: none;
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(52, 152, 219, 0.3);
}
.lost-found-button-disabled {
background: linear-gradient(90deg, #95a5a6, #7f8c8d);
cursor: not-allowed;
box-shadow: 0 4px 10px rgba(149, 165, 166, 0.2);
}
.lost-found-button-disabled:hover {
background: linear-gradient(90deg, #95a5a6, #7f8c8d);
transform: none;
box-shadow: 0 4px 10px rgba(149, 165, 166, 0.2);
} .lost-found-pagination {
margin-top: 30px;
text-align: center;
}
.lost-found-pagination .page-numbers {
display: inline-block;
padding: 8px 15px;
margin: 0 3px;
border: 1px solid #e1e5eb;
border-radius: 8px;
text-decoration: none;
color: #333;
transition: all 0.3s ease;
background-color: #fff;
}
.lost-found-pagination .page-numbers.current {
background: linear-gradient(90deg, #3498db, #2980b9);
color: white;
border-color: #3498db;
box-shadow: 0 4px 10px rgba(52, 152, 219, 0.2);
}
.lost-found-pagination .page-numbers:hover:not(.current) {
background-color: #f5f7fa;
border-color: #3498db;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
} .lost-found-empty {
padding: 40px;
text-align: center;
color: #777;
font-style: italic;
background-color: #f8fafc;
border-radius: 8px;
border: 1px dashed #e1e5eb;
} .lost-found-detail {
display: flex;
flex-direction: column;
gap: 30px;
}
.lost-found-detail-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.lost-found-detail-title {
font-size: 28px;
color: #1a1a2e;
margin: 0;
font-weight: 600;
}
.lost-found-detail-back {
display: inline-flex;
align-items: center;
color: #3498db;
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
padding: 8px 15px;
border-radius: 8px;
background-color: rgba(52, 152, 219, 0.1);
}
.lost-found-detail-back:hover {
background-color: rgba(52, 152, 219, 0.2);
transform: translateX(-5px);
}
.lost-found-detail-back:before {
content: "←";
margin-right: 8px;
font-size: 18px;
}
.lost-found-detail-content {
display: flex;
flex-wrap: wrap;
gap: 40px;
}
.lost-found-detail-image {
flex: 1;
min-width: 300px;
max-width: 500px;
}
.lost-found-detail-image img {
width: 100%;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.lost-found-detail-info {
flex: 2;
min-width: 300px;
}
.lost-found-detail-meta {
margin-bottom: 30px;
background-color: #f8fafc;
padding: 25px;
border-radius: 12px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.lost-found-detail-meta-item {
display: flex;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.lost-found-detail-meta-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.lost-found-detail-meta-label {
width: 140px;
font-weight: 600;
color: #444;
}
.lost-found-detail-meta-value {
flex: 1;
color: #1a1a2e;
}
.lost-found-detail-description {
margin-top: 30px;
line-height: 1.8;
color: #444;
}
.lost-found-detail-description h4 {
font-size: 22px;
color: #1a1a2e;
margin-bottom: 15px;
font-weight: 600;
position: relative;
padding-bottom: 10px;
}
.lost-found-detail-description h4:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 3px;
background: linear-gradient(90deg, #3498db, #2ecc71);
border-radius: 1.5px;
} .lost-found-claim-form {
margin-top: 40px;
padding: 30px;
background-color: #f8fafc;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.lost-found-claim-form h3 {
font-size: 24px;
color: #1a1a2e;
margin-bottom: 20px;
font-weight: 600;
position: relative;
padding-bottom: 10px;
}
.lost-found-claim-form h3:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 3px;
background: linear-gradient(90deg, #3498db, #2ecc71);
border-radius: 1.5px;
}
.lost-found-form-row {
margin-bottom: 20px;
}
.lost-found-form-field label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #444;
font-size: 15px;
}
.lost-found-form-field input,
.lost-found-form-field textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #e1e5eb;
border-radius: 8px;
font-size: 15px;
transition: all 0.3s ease;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}
.lost-found-form-field input:focus,
.lost-found-form-field textarea:focus {
border-color: #3498db;
outline: none;
box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.lost-found-form-field textarea {
min-height: 120px;
line-height: 1.6;
}
.lost-found-form-field .required {
color: #e74c3c;
margin-left: 3px;
} @media (max-width: 768px) {
.lost-found-header h2 {
font-size: 28px;
}
.lost-found-description {
font-size: 16px;
}
.lost-found-recent-section h3,
.lost-found-all-section h3 {
font-size: 24px;
}
.lost-found-items-header {
display: none;
}
.lost-found-items-row {
flex-direction: column;
padding: 20px;
border-bottom: 1px solid #eee;
}
.lost-found-col {
padding: 8px 0;
}
.lost-found-col:before {
content: attr(data-label);
font-weight: bold;
width: 120px;
display: inline-block;
color: #444;
}
.lost-found-col-image {
width: 100%;
justify-content: flex-start;
}
.lost-found-col-image:before {
display: none;
}
.lost-found-col-action {
width: 100%;
justify-content: flex-start;
margin-top: 15px;
}
.lost-found-detail-title {
font-size: 24px;
}
.lost-found-detail-meta-label {
width: 120px;
}
} @keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.lost-found-container {
animation: fadeIn 0.5s ease-out;
}
.lost-found-item-card {
animation: fadeIn 0.5s ease-out;
animation-fill-mode: both;
}
.lost-found-items-grid .lost-found-item-card:nth-child(1) { animation-delay: 0.1s; }
.lost-found-items-grid .lost-found-item-card:nth-child(2) { animation-delay: 0.2s; }
.lost-found-items-grid .lost-found-item-card:nth-child(3) { animation-delay: 0.3s; }
.lost-found-items-grid .lost-found-item-card:nth-child(4) { animation-delay: 0.4s; }
.lost-found-items-grid .lost-found-item-card:nth-child(5) { animation-delay: 0.5s; }
.lost-found-items-row {
animation: fadeIn 0.5s ease-out;
animation-fill-mode: both;
}
.lost-found-items-list .lost-found-items-row:nth-child(1) { animation-delay: 0.1s; }
.lost-found-items-list .lost-found-items-row:nth-child(2) { animation-delay: 0.15s; }
.lost-found-items-list .lost-found-items-row:nth-child(3) { animation-delay: 0.2s; }
.lost-found-items-list .lost-found-items-row:nth-child(4) { animation-delay: 0.25s; }
.lost-found-items-list .lost-found-items-row:nth-child(5) { animation-delay: 0.3s; }
.lost-found-items-list .lost-found-items-row:nth-child(6) { animation-delay: 0.35s; }
.lost-found-items-list .lost-found-items-row:nth-child(7) { animation-delay: 0.4s; }
.lost-found-items-list .lost-found-items-row:nth-child(8) { animation-delay: 0.45s; }
.lost-found-items-list .lost-found-items-row:nth-child(9) { animation-delay: 0.5s; }
.lost-found-items-list .lost-found-items-row:nth-child(10) { animation-delay: 0.55s; }