.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;
}#eczane-listesi {
list-style: none;
padding: 0;
}
#eczane-listesi li {
margin-bottom: 10px;
}
#yakindakiler {
margin-top: 20px;
padding: 10px 20px;
background: #0073aa;
color: white;
border: none;
cursor: pointer;
}
#yakindakiler:hover {
background: #005177;
}
#yakindakiler-sonuc {
margin-top: 20px;
}
#yakindakiler-sonuc ul {
list-style: none;
padding: 0;
}
#yakindakiler-sonuc li {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
color: #333;
background: #f5f5f5;
line-height: 1.6;
} .top-bar {
background: #1b4382;
padding: 5px 0;
font-size: 15px;
}
.top-bar-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 15px;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-links a {
color: #fff;
text-decoration: none;
margin-right: 20px;
font-size: 14px;
transition: color 0.3s;
}
.top-links a:hover {
color: #e74c3c;
}
.top-right {
display: flex;
align-items: center;
gap: 15px;
}
.social-icons a {
color: #fff;
font-size: 16px;
margin-left: 10px;
transition: color 0.3s;
}
.social-icons a:hover {
color: #e74c3c;
} .site-header {
background: #fff;
border-bottom: 1px solid #e0e0e0;
padding: 10px 0;
}
.header-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 15px;
display: flex;
justify-content: space-between;
align-items: center;
}
.site-logo {
display: flex;
align-items: center;
gap: 5px;
text-decoration: none;
}
.logo-main { color: #fff;
padding: 8px 15px;
font-weight: bold;
font-size: 18px;
border-radius: 8px;
}
.logo-sub {
background: #000;
color: #fff;
padding: 8px 15px;
font-weight: bold;
font-size: 18px;
}
.header-info {
display: flex;
gap: 30px;
align-items: center;
font-size: 13px;
}
.info-item {
display: flex;
align-items: center;
gap: 5px;
}
.info-item .icon {
font-size: 16px;
}
.search-box {
display: flex;
align-items: center;
gap: 10px;
}
.search-box input {
padding: 8px 15px;
border: 1px solid #ddd;
border-radius: 3px;
width: 200px;
} .main-nav {
background: #fff;
border-bottom: 1px solid #e0e0e0;
}
.nav-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 15px;
}
.nav-menu {
list-style: none;
display: flex;
gap: 0;
}
.nav-menu li {
position: relative;
}
.nav-menu li a {
display: block;
padding: 15px 20px;
color: #333;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: all 0.3s;
}
.nav-menu li a:hover {
background: #f5f5f5;
color: #e74c3c;
} .content-wrapper {
max-width: 1400px;
margin: 20px auto;
padding: 0 15px;
display: grid;
grid-template-columns: 1fr 350px;
gap: 20px;
} .featured-news-wrapper {
margin-bottom: 40px;
}
.featured-news {
position: relative;
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.featured-carousel {
position: relative;
width: 100%;
height: 331px; overflow: hidden;
} @media (min-width: 768px) {
.featured-carousel {
height: 350px;
}
} @media (min-width: 1200px) {
.featured-carousel {
height: 501px;
}
}
.featured-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.featured-slide.active {
opacity: 1;
z-index: 1;
}
.featured-link {
display: block;
width: 100%;
height: 100%;
position: relative;
text-decoration: none;
}
.featured-image {
width: 100%;
height: 100%;
overflow: hidden;
}
.featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top left;
}
.featured-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px;
background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, transparent 100%);
color: #fff;
}
.featured-badge {
display: inline-block;
background: #e74c3c;
color: #fff;
padding: 6px 16px;
border-radius: 4px;
font-size: 13px;
font-weight: 600;
margin-bottom: 12px;
text-transform: uppercase;
}
.featured-title {
font-size: 28px;
font-weight: 700;
line-height: 1.3;
margin: 0;
color: #fff;
} .carousel-pagination {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
padding: 20px;
background: #fff;
border-top: 1px solid #e0e0e0;
flex-wrap: wrap;
}
.page-number {
min-width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #ddd;
background: #fff;
color: #333;
font-size: 14px;
font-weight: 600;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease;
padding: 0 12px;
}
.page-number:hover {
background: #f5f5f5;
border-color: #0066cc;
color: #0066cc;
}
.page-number.active {
background: #e74c3c;
color: #fff;
border-color: #e74c3c;
cursor: default;
}
.page-number.active:hover {
background: #e74c3c;
color: #fff;
} .news-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-bottom: 30px;
}
.news-card {
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
}
.news-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.news-image {
position: relative;
overflow: hidden;
}
.news-image img {
width: 100%;
height: 200px;
object-fit: cover;
object-position: top left;
transition: transform 0.3s;
}
.news-card:hover .news-image img {
transform: scale(1.05);
}
.news-category {
position: absolute;
bottom: 10px;
left: 10px;
background: #3498db;
color: #fff;
padding: 5px 12px;
font-size: 11px;
font-weight: bold;
border-radius: 3px;
}
.news-content {
padding: 15px;
}
.news-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
line-height: 1.4;
}
.news-title a {
color: #333;
text-decoration: none;
transition: color 0.3s;
}
.news-title a:hover {
color: #e74c3c;
}
.news-excerpt {
font-size: 13px;
color: #666;
line-height: 1.6;
margin-bottom: 10px;
}
.news-meta {
font-size: 12px;
color: #999;
}
.news-meta time {
display: inline-block;
} .pagination {
margin-top: 30px;
text-align: center;
}
.pagination .page-numbers {
display: inline-block;
padding: 8px 15px;
margin: 0 3px;
background: #fff;
border: 1px solid #ddd;
border-radius: 3px;
color: #333;
text-decoration: none;
transition: all 0.3s;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
background: #e74c3c;
color: #fff;
border-color: #e74c3c;
} .sidebar {
display: flex;
flex-direction: column;
gap: 20px;
}
.sidebar-widget {
background: #fff;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
border-radius: 4px;
overflow: hidden;
}
.widget-header {
background: #e74c3c;
color: #fff;
padding: 12px 15px;
font-weight: bold;
font-size: 14px;
}
.widget-content {
padding: 15px;
}
.sidebar-news-item {
display: flex;
gap: 12px;
padding: 12px 0;
border-bottom: 1px solid #f0f0f0;
}
.sidebar-news-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.sidebar-news-item:first-child {
padding-top: 0;
}
.sidebar-news-image {
width: 120px;
height: 80px;
object-fit: cover;
object-position: top left;
border-radius: 3px;
flex-shrink: 0;
}
.sidebar-news-content {
flex: 1;
min-width: 0;
}
.sidebar-news-category {
color: #3498db;
font-size: 11px;
font-weight: bold;
margin-bottom: 5px;
text-transform: uppercase;
}
.sidebar-news-title {
font-size: 13px;
font-weight: 600;
line-height: 1.4;
color: #333;
}
.sidebar-news-title a {
color: #333;
text-decoration: none;
transition: color 0.3s;
}
.sidebar-news-title a:hover {
color: #e74c3c;
} .site-footer {
background: #1a1a2e;
color: #fff;
padding: 40px 0 20px;
margin-top: 50px;
}
.footer-content {
max-width: 1400px;
margin: 0 auto;
padding: 0 15px;
}
.footer-bottom {
text-align: center;
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid rgba(255,255,255,0.1);
font-size: 13px;
color: #999;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
border: 0;
}
.no-posts {
text-align: center;
padding: 40px 20px;
color: #999;
font-size: 16px;
} @media (max-width: 968px) {
.content-wrapper {
grid-template-columns: 1fr;
}
.news-grid {
grid-template-columns: 1fr;
}
.header-info {
display: none;
}
.nav-menu {
flex-wrap: wrap;
}
.featured-carousel {
height: 400px;
}
}
@media (max-width: 768px) {
.featured-carousel {
height: 350px;
}
.featured-title {
font-size: 20px;
}
.featured-content {
padding: 20px;
}
.page-number {
min-width: 35px;
height: 35px;
font-size: 13px;
}
.top-bar-content {
flex-direction: column;
gap: 10px;
}
.search-box input {
width: 100%;
}
}
@media (max-width: 640px) {
.nav-menu li a {
padding: 12px 15px;
font-size: 13px;
}
.featured-badge {
font-size: 11px;
padding: 4px 12px;
}
.sidebar-news-image {
width: 100px;
height: 70px;
}
.sidebar-news-title {
font-size: 12px;
}
.news-card {
margin-bottom: 15px;
}
} .post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
color: #333;
margin: 25px 0 15px;
line-height: 1.4;
font-weight: bold;
}
.post-content h2 {
font-size: 26px;
padding-bottom: 10px;
border-bottom: 2px solid #f0f0f0;
}
.post-content h3 {
font-size: 22px;
}
.post-content h4 {
font-size: 19px;
}
.post-content p {
margin-bottom: 15px;
text-align: justify;
}
.post-content strong,
.post-content b {
font-weight: bold;
color: #222;
}
.post-content em,
.post-content i {
font-style: italic;
}
.post-content ul,
.post-content ol {
margin: 15px 0 15px 30px;
padding: 0;
}
.post-content ul {
list-style-type: disc;
}
.post-content ol {
list-style-type: decimal;
}
.post-content li {
margin-bottom: 8px;
line-height: 1.6;
}
.post-content a {
color: #e74c3c;
text-decoration: underline;
transition: all 0.3s;
}
.post-content a:hover {
color: #c0392b;
}
.post-content blockquote {
margin: 20px 0;
padding: 20px 25px;
background: #f8f8f8;
border-left: 4px solid #e74c3c;
font-style: italic;
color: #666;
}
.post-content img {
max-width: 100%;
height: auto;
border-radius: 5px;
margin: 20px 0;
display: block;
}
.post-content figure {
margin: 20px 0;
}
.post-content figcaption {
font-size: 13px;
color: #999;
margin-top: 8px;
text-align: center;
font-style: italic;
}
.post-content table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: #fff;
}
.post-content table th,
.post-content table td {
padding: 12px;
border: 1px solid #ddd;
text-align: left;
}
.post-content table th {
background: #f8f8f8;
font-weight: bold;
color: #333;
}
.post-content table tr:nth-child(even) {
background: #fafafa;
}
.post-content code {
background: #f5f5f5;
padding: 2px 6px;
border-radius: 3px;
font-family: 'Courier New', monospace;
font-size: 14px;
color: #e74c3c;
}
.post-content pre {
background: #f5f5f5;
padding: 15px;
border-radius: 5px;
overflow-x: auto;
margin: 20px 0;
border-left: 4px solid #e74c3c;
}
.post-content pre code {
background: none;
padding: 0;
color: #333;
}
.post-content hr {
border: none;
border-top: 2px solid #eee;
margin: 30px 0;
} .post-content iframe,
.post-content embed,
.post-content object,
.post-content video {
max-width: 100%;
margin: 20px 0;
}
.post-content .wp-caption {
max-width: 100%;
margin: 20px 0;
}
.post-content .wp-caption img {
margin: 0;
}
.post-content .wp-caption-text {
font-size: 13px;
color: #999;
margin-top: 8px;
text-align: center;
font-style: italic;
}
.post-content .alignleft {
float: left;
margin: 10px 20px 10px 0;
}
.post-content .alignright {
float: right;
margin: 10px 0 10px 20px;
}
.post-content .aligncenter {
display: block;
margin: 20px auto;
text-align: center;
} @media (max-width: 968px) {
.related-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
}
@media (max-width: 640px) {
.single-post {
padding: 0px !important;
}
.post-title {
font-size: 24px !important;
}
.post-content {
font-size: 15px !important;
}
.related-grid {
grid-template-columns: 1fr !important;
}
.social-share > div {
flex-direction: column;
}
.social-share a {
text-align: center;
}
} .site-footer a:hover {
color: #e74c3c !important;
opacity: 0.8;
} @media (max-width: 968px) {
.footer-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 25px !important;
}
}
@media (max-width: 640px) {
.footer-grid {
grid-template-columns: 1fr !important;
gap: 30px !important;
}
.footer-col {
text-align: center;
}
.footer-col ul,
.footer-menu {
text-align: center !important;
}
.social-links {
justify-content: center !important;
}
.site-footer {
padding: 30px 0 15px !important;
}
} @media (max-width: 968px) {
.header-info {
display: none;
}
.search-box {
width: 100%;
margin-top: 10px;
}
.search-box input {
width: 100%;
}
.mobile-menu-toggle {
display: block !important;
background: #e74c3c;
color: #fff;
border: none;
padding: 10px 20px;
cursor: pointer;
font-size: 20px;
border-radius: 3px;
}
.nav-menu {
display: none;
flex-direction: column;
width: 100%;
}
.nav-menu.active {
display: flex;
}
.nav-menu li {
width: 100%;
}
.nav-menu li a {
width: 100%;
border-bottom: 1px solid #eee;
}
}
@media (max-width: 640px) {
.top-bar-content {
flex-direction: row;
gap: 10px;
}
.header-content {
flex-direction: column;
text-align: center;
}
.logo-main, .logo-sub {
font-size: 16px;
padding: 6px 12px;
}
}  .header-buttons {
display: flex;
align-items: center;
gap: 10px;
} .search-toggle-btn {
display: none; background: none;
border: none;
cursor: pointer;
padding: 8px;
color: #333;
transition: color 0.3s;
}
.search-toggle-btn:hover {
color: #e74c3c;
}
.search-toggle-btn svg {
display: block;
} .mobile-menu-toggle {
display: none; background: none;
border: none;
cursor: pointer;
padding: 8px;
color: #333;
transition: color 0.3s;
}
.mobile-menu-toggle:hover {
color: #e74c3c;
}
.mobile-menu-toggle svg {
display: block;
} .search-box {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
margin-top: 15px;
}
.search-form {
display: flex;
width: 100%;
position: relative;
}
.search-field {
padding: 10px 45px 10px 15px;
border: 1px solid #ddd;
border-radius: 4px;
width: 100%;
font-size: 14px;
transition: border-color 0.3s;
}
.search-field:focus {
outline: none;
border-color: #e74c3c;
}
.search-submit {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
cursor: pointer;
padding: 8px;
color: #666;
transition: color 0.3s;
}
.search-submit:hover {
color: #e74c3c;
}
.search-submit svg {
display: block;
} .mobile-menu-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3); z-index: 998;
opacity: 0;
transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
display: block;
opacity: 1;
} body.menu-open {
overflow: hidden;
} @media (max-width: 768px) { .search-toggle-btn {
display: block !important;
} .mobile-menu-toggle {
display: block !important;
} .header-content {
flex-direction: column;
gap: 0;
}
.header-top-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 10px 0;
}
.site-logo {
order: 1;
}
.header-info {
display: none !important;
}
.header-buttons {
order: 3;
} .search-box {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
margin: 0;
padding: 15px;
background: #fff;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
z-index: 1000;
transform: translateY(-100%);
transition: transform 0.3s ease;
}
.search-box.active {
transform: translateY(0);
}
.search-box .search-field {
width: 100%;
} .main-nav {
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 0;
overflow: hidden;
z-index: 999;
transition: width 0.3s ease;
}
.nav-content {
position: relative;
height: 100%;
background: #fff;
width: 300px;
overflow-y: auto;
}
.nav-menu {
display: flex !important;
flex-direction: column;
width: 100%;
padding: 60px 0 20px;
list-style: none;
}
.nav-menu.active {
display: flex !important;
}
.main-nav:has(.nav-menu.active) {
width: 300px;
}
.nav-menu li {
border-bottom: 1px solid #eee;
width: 100%;
}
.nav-menu li:last-child {
border-bottom: none;
}
.nav-menu li a {
display: block;
padding: 15px 20px;
width: 100%;
color: #333;
font-size: 15px;
transition: all 0.3s;
}
.nav-menu li a:hover {
background: #f5f5f5;
color: #e74c3c;
padding-left: 25px;
} .mobile-menu-close {
position: fixed;
top: 15px;
right: 15px;
font-size: 28px;
color: #fff;
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
z-index: 1000;
border: none;
}
} @media (max-width: 640px) {
.nav-content {
width: 280px;
}
.main-nav:has(.nav-menu.active) {
width: 280px;
}
.mobile-menu-close {
right: 15px;
}
} @media (max-width: 480px) {
.nav-content {
width: 250px;
}
.main-nav:has(.nav-menu.active) {
width: 250px;
}
.mobile-menu-close {
right: 15px;
}
} @media (min-width: 769px) {
.search-toggle-btn {
display: none !important;
}
.mobile-menu-toggle {
display: none !important;
}
.header-top-row {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.search-box {
width: auto;
margin-top: 0;
position: static;
transform: none;
box-shadow: none;
padding: 0;
}
.search-box .search-field {
width: 250px;
}
.main-nav {
position: static;
width: auto;
height: auto;
}
.nav-content {
width: auto;
height: auto;
overflow: visible;
}
.nav-menu {
flex-direction: row !important;
padding: 0;
}
.mobile-menu-close {
display: none;
}
}
@media (max-width: 768px) {
.mobile-hide {
display: none !important;
}
}