.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;
}* { box-sizing: border-box; text-decoration: none !important; outline: none; }
body { margin: 0; font-family: 'Segoe UI', Roboto, sans-serif; background: #000; color: #fff; overflow-x: hidden; } .hero { height: 100vh; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(//idealcati.com.tr/wp-content/themes/ideal-cati/assets/hero.jpg) center/cover no-repeat; display: flex; align-items: center; justify-content: center; }
.hero-inner { width: 100%; text-align: center; padding: 20px; position: relative; }
.hero-inner img { width: 200px; height: 200px; border-radius: 50%; border: 4px solid #f39c12; margin-bottom: 30px; background: #fff; padding: 2px; object-fit: contain; }
.hero-menu ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin: 0 auto 30px; }
.hero-menu ul li a { color: #fff; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 12px 25px; border: 2px solid #f39c12; border-radius: 5px; background: rgba(0,0,0,0.5); transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); display: inline-block; }
.hero-menu ul li a:hover { background: #f39c12; color: #000; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(243, 156, 18, 0.4); }
.menu-toggle-hero { display: none !important; }
.social { display: flex; justify-content: center; gap: 15px; margin-top: 30px; }
.social-icon { display: inline-flex; width: 65px; height: 65px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #fff; font-size: 26px; align-items: center; justify-content: center; transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); border: 2px solid rgba(255,255,255,0.2); }
.social-icon.phone:hover { background: #3498db; transform: scale(1.2) rotate(10deg); }
.social-icon.whatsapp:hover { background: #25D366; transform: scale(1.2); }
.social-icon.email:hover { background: #e74c3c; transform: scale(1.2); }
.social-icon.linkedin:hover { background: #0077b5; transform: scale(1.2); } .site-header { background: #111; border-bottom: 3px solid #f39c12; position: sticky; top: 0; z-index: 1000; height: 85px; display: flex; align-items: center; justify-content: center; gap: 40px; }
.header-logo { position: relative; width: 125px; height: 85px; display: flex; align-items: center; }
.header-logo img { position: absolute; top: 5px; left: 0; height: 125px; width: 125px; border-radius: 50%; background: #fff; border: 4px solid #f39c12; padding: 2px; object-fit: contain; box-shadow: 0 8px 20px rgba(0,0,0,0.5); z-index: 1001; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.header-logo img:hover { transform: scale(1.1) rotate(2deg); }
.main-menu ul { list-style: none; display: flex; gap: 15px; margin: 0; padding: 0; }
.main-menu ul li a { font-weight: 700; font-size: 14px; color: #fff; text-transform: uppercase; padding: 10px 18px; border: 1px solid rgba(255,255,255,0.1); border-radius: 5px; background: rgba(255,255,255,0.05); transition: 0.3s; }
.main-menu ul li a:hover { background: #f39c12; color: #000; transform: translateY(-2px); }
.header-whatsapp { background: #25D366; color: #fff; padding: 12px 22px; border-radius: 5px; font-weight: 800; display: flex; align-items: center; gap: 10px; font-size: 14px; white-space: nowrap; transition: 0.3s; }
.header-whatsapp:hover { background: #128c7e; transform: scale(1.05) translateY(-3px); }
.menu-toggle { display: none !important; } .about-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; }
.about-hero { text-align: center; margin-bottom: 60px; border-bottom: 2px solid #333; padding-bottom: 30px; }
.about-hero h1 { font-size: 50px; color: #f39c12; margin-bottom: 10px; }
.about-hero p { font-size: 20px; color: #ccc; }
.about-story { margin-bottom: 80px; line-height: 1.8; font-size: 18px; }
.about-story h2 { color: #f39c12; font-size: 32px; margin-bottom: 20px; }
.about-story p { color: #eee; margin-bottom: 20px; text-align: justify; }
.vision-mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.vm-card { background: #111; padding: 40px; border-radius: 15px; border-top: 5px solid #f39c12; transition: 0.3s; }
.vm-card:hover { transform: translateY(-10px); background: #1a1a1a; box-shadow: 0 10px 30px rgba(243, 156, 18, 0.2); }
.vm-card i { font-size: 40px; color: #f39c12; margin-bottom: 20px; display: block; }
.vm-card h3 { font-size: 26px; margin-bottom: 15px; color: #fff; }
.vm-card p { color: #ccc; line-height: 1.6; } .contact-container { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; padding: 50px 5%; max-width: 1400px; margin: 0 auto; }
.contact-card { background: #111; padding: 30px; border-radius: 10px; border: 1px solid #333; }
.contact-item { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; font-size: 18px; }
.contact-item i { font-size: 28px; color: #f39c12 !important; width: 40px; }
.contact-item a { color: #fff !important; text-decoration: none !important; transition: 0.3s; }
.contact-item a:hover { color: #f39c12 !important; }
.shantiye-list { list-style: none; padding: 0; }
.shantiye-list li { background: #1a1a1a; margin-bottom: 10px; padding: 15px; border-left: 4px solid #f39c12; border-radius: 4px; font-weight: 600; color: #fff; } @media (max-width: 992px) {
.menu-toggle { display: block !important; cursor: pointer; border: 2px solid #f39c12; background: none; color: #f39c12; padding: 5px 10px; border-radius: 5px; }
.main-menu { display: none; width: 100%; position: absolute; top: 85px; left: 0; background: #111; z-index: 999; border-bottom: 2px solid #f39c12; }
.main-menu.active { display: block !important; }
.site-header { justify-content: space-between; padding: 0 15px; height: 75px; }
.header-logo img { position: relative; height: 85px; width: 85px; top: 0; box-shadow: none; }
.header-whatsapp, .contact-container, .vision-mission-grid { grid-template-columns: 1fr; }
.header-whatsapp { display: none; }
}
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; background: #25D366; width: 65px; height: 65px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 35px; color: #fff; z-index: 99999; box-shadow: 0 5px 15px rgba(0,0,0,0.5); transition: 0.3s; }
.whatsapp-float:hover { transform: scale(1.2) rotate(10deg); } .services-page-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
} .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 40px;
} .service-card {
background: #111;
border: 1px solid #333;
border-bottom: 4px solid #f39c12; border-radius: 10px;
overflow: hidden;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
position: relative;
height: 100%; display: flex;
flex-direction: column;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 10px 30px rgba(243, 156, 18, 0.2);
border-color: #f39c12;
} .service-card img {
width: 100%;
height: 200px;
object-fit: cover;
border-bottom: 2px solid #f39c12;
transition: 0.3s;
}
.service-card:hover img {
transform: scale(1.05);
} .service-content {
padding: 25px;
text-align: left;
flex-grow: 1; }
.service-content h3 {
color: #f39c12;
font-size: 22px;
margin-top: 0;
margin-bottom: 15px;
font-weight: 700;
}
.service-content p {
color: #ccc;
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
} .service-btn {
display: inline-block;
padding: 10px 20px;
background: transparent;
border: 1px solid #f39c12;
color: #f39c12 !important;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
transition: 0.3s;
}
.service-btn:hover {
background: #f39c12;
color: #000 !important;
}