.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 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 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;
}.m2-fiyat-calculator {
max-width: 800px;
margin: 0 auto;
padding: 30px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
transition: all 0.3s ease;
}
.m2-fiyat-calculator h3 {
color: #2c3e50;
text-align: center;
margin-bottom: 25px;
font-size: 26px;
font-weight: 600;
position: relative;
padding-bottom: 10px;
}
.m2-fiyat-calculator h3:after {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 3px;
background: linear-gradient(to right, #3498db, #2ecc71);
border-radius: 3px;
} .form-group {
margin-bottom: 20px;
position: relative;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #34495e;
font-size: 15px;
transition: all 0.2s ease;
}
.form-group:hover label {
color: #3498db;
}
.form-group input,
.form-group select {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 16px;
color: #2c3e50;
background-color: #f8f9fa;
transition: all 0.3s ease;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
.form-group input:focus,
.form-group select:focus {
outline: none;
border-color: #3498db;
box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}
.form-group input:hover,
.form-group select:hover {
border-color: #bdc3c7;
background-color: #fff;
} .form-actions {
margin-top: 30px;
text-align: center;
}
.form-actions button {
padding: 12px 25px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
border-radius: 6px;
border: none;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.button-primary {
background: linear-gradient(135deg, #3498db, #2980b9);
color: white;
}
.button-primary:hover {
background: linear-gradient(135deg, #2980b9, #3498db);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.button-secondary {
background: linear-gradient(135deg, #ecf0f1, #bdc3c7);
color: #34495e;
}
.button-secondary:hover {
background: linear-gradient(135deg, #bdc3c7, #ecf0f1);
transform: translateY(-2px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.form-actions button:active {
transform: translateY(1px);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
} .results-table {
width: 100%;
border-collapse: collapse;
margin-top: 25px;
margin-bottom: 20px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.results-table th,
.results-table td {
padding: 15px;
border: none;
text-align: left;
border-bottom: 1px solid #ecf0f1;
}
.results-table th {
background-color: #f4f6f7;
color: #2c3e50;
font-weight: 600;
width: 60%;
}
.results-table tr:last-child th,
.results-table tr:last-child td {
border-bottom: none;
}
.results-table tr:nth-child(even) {
background-color: #f9f9f9;
}
.results-table tr:hover {
background-color: #f0f7fc;
transition: background-color 0.2s ease;
} .results-table tr:nth-child(6) td, .results-table tr:nth-child(7) td { font-weight: 600;
color: #27ae60;
} .results-table tr:nth-child(5) td { font-weight: 600;
color: #e67e22;
} .results-table tr:nth-child(15) th,
.results-table tr:nth-child(15) td { background-color: #e8f4fd;
font-weight: 700;
color: #2980b9;
font-size: 18px;
}
.results-table tr:nth-child(16) th,
.results-table tr:nth-child(16) td { background-color: #e8f4fd;
font-weight: 700;
color: #2980b9;
font-size: 18px;
} #m2-fiyat-results {
margin-top: 40px;
padding: 30px;
border-top: 1px solid #ddd;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
opacity: 0;
transform: translateY(20px);
transition: all 0.5s ease;
}
#m2-fiyat-results.visible {
opacity: 1;
transform: translateY(0);
} .kdv-note {
font-size: 15px;
color: #ab000e;
font-style: italic;
text-align: right;
margin-top: 15px;
margin-bottom: 5px;
padding-right: 5px;
} .loading-button {
position: relative;
pointer-events: none;
}
.loading-button::after {
content: "";
position: absolute;
width: 16px;
height: 16px;
right: 10px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #fff;
animation: button-loading-spinner 0.8s linear infinite;
}
@keyframes button-loading-spinner {
from {
transform: rotate(0turn);
}
to {
transform: rotate(1turn);
}
} @media (max-width: 768px) {
.m2-fiyat-calculator {
padding: 20px;
margin: 0 10px;
}
.form-group label {
font-size: 14px;
}
.form-group input,
.form-group select {
padding: 10px;
font-size: 14px;
}
.results-table th,
.results-table td {
padding: 10px;
font-size: 14px;
}
.results-table tr:nth-child(15) th,
.results-table tr:nth-child(15) td,
.results-table tr:nth-child(16) th,
.results-table tr:nth-child(16) td {
font-size: 16px;
}
.kdv-note {
font-size: 13px;
padding-right: 5px;
}
.result-actions {
flex-direction: column;
}
.result-actions button {
margin-bottom: 10px;
width: 100%;
}
} @media (max-width: 480px) {
.m2-fiyat-calculator {
padding: 15px;
}
.m2-fiyat-calculator h3 {
font-size: 20px;
}
.form-group input,
.form-group select,
.form-actions button {
font-size: 14px;
}
.results-table th,
.results-table td {
padding: 8px;
font-size: 13px;
}
.results-table tr:nth-child(15) th,
.results-table tr:nth-child(15) td,
.results-table tr:nth-child(16) th,
.results-table tr:nth-child(16) td {
font-size: 15px;
}
.kdv-note {
font-size: 12px;
padding-right: 3px;
}
}