@charset "UTF-8";
 body.page-template-template-yardim-merkezi .site-content,
body.page-template-template-yardim-merkezi .site-content .ast-container,
body.page-template-template-yardim-merkezi #primary {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
float: none !important;
}
body.page-template-template-yardim-merkezi #page,
body.page-template-template-yardim-merkezi .site-content {
overflow: visible !important;
overflow-x: visible !important;
overflow-y: visible !important;
}
body.page-template-template-yardim-merkezi #secondary {
display: none !important;
}
.pgm-ym-page {
width: 100%;
background: #fafbfe;
}
.pgm-ym-container {
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
} .pgm-ym-hero {
position: relative;
height: 30vh;
min-height: 220px;
max-height: 350px;
display: flex;
align-items: center;
overflow: hidden;
margin-top: -1px;
}
.pgm-ym-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-color: var(--pgm-dark);
z-index: 1;
}
.pgm-ym-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pgm-ym-hero-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.50);
z-index: 2;
}
.pgm-ym-hero-content {
text-align: left;
}
.pgm-ym-hero-title {
color: #fff;
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 700;
margin: 0;
letter-spacing: 2px;
text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.pgm-ym-breadcrumb {
display: inline-flex;
align-items: center;
margin-top: 12px;
font-size: 11px;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
}
.pgm-ym-breadcrumb a {
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
display: inline-flex;
align-items: center;
transition: color 0.3s;
}
.pgm-ym-breadcrumb a:hover {
color: #fff;
}
.pgm-ym-sep {
color: rgba(255, 255, 255, 0.5);
margin: 0 8px;
font-weight: 800;
}
.pgm-ym-current {
opacity: 0.7;
} .pgm-ym-content-section {
padding: 80px 0 120px 0;
}
.pgm-ym-grid {
display: grid;
grid-template-columns: 8fr 4fr; gap: 40px;
align-items: stretch; } .pgm-ym-group-list {
display: flex;
flex-direction: column;
gap: 40px;
}
.pgm-ym-group-item {
background: #fff;
border-radius: 12px;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.03);
padding: 40px;
border-top: 4px solid var(--pgm-primary);
}
.pgm-ym-group-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid var(--pgm-border);
}
.pgm-ym-group-icon {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.pgm-ym-group-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.pgm-ym-group-header h3 {
font-size: 1.4rem;
font-weight: 700;
color: var(--pgm-dark);
margin: 0;
} .pgm-ym-faq-list {
display: flex;
flex-direction: column;
gap: 12px;
}
.pgm-ym-faq-item {
background: #fdfdfd; border: 1px solid rgba(0, 0, 0, 0.04);
border-radius: 8px;
overflow: hidden;
position: relative;
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pgm-ym-faq-item:hover {
background: #fff;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
border-color: rgba(var(--pgm-primary-rgb), 0.08); } .pgm-ym-faq-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 3px;
background: var(--pgm-primary);
opacity: 0;
transition: all 0.3s ease;
}
.pgm-ym-faq-item:hover::before,
.pgm-ym-faq-item.active::before {
opacity: 1;
}
.pgm-ym-faq-question {
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 30px;
cursor: pointer;
background: transparent;
transition: all 0.3s ease;
}
.pgm-ym-faq-text {
flex-grow: 1;
font-size: 1.05rem;
font-weight: 700;
color: var(--pgm-dark);
line-height: 1.4;
transition: color 0.3s ease;
padding-right: 20px;
}
.pgm-ym-faq-item:hover .pgm-ym-faq-text {
color: var(--pgm-primary);
} .pgm-ym-faq-trigger {
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
flex-shrink: 0;
border-radius: 50%;
background: rgba(0, 0, 0, 0.03);
color: var(--pgm-dark);
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pgm-ym-faq-trigger svg {
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pgm-ym-faq-item:hover .pgm-ym-faq-trigger {
background: rgba(var(--pgm-primary-rgb), 0.06);
color: var(--pgm-primary);
}
.pgm-ym-faq-question:focus-visible {
outline: 3px solid rgba(var(--pgm-primary-rgb), 0.3);
outline-offset: -3px;
} .pgm-ym-faq-item.active {
background: #fff;
border-color: rgba(var(--pgm-primary-rgb), 0.15);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.pgm-ym-faq-item.active .pgm-ym-faq-question { margin-bottom: 0px;
}
.pgm-ym-faq-item.active .pgm-ym-faq-text {
color: var(--pgm-primary);
}
.pgm-ym-faq-item.active .pgm-ym-faq-trigger {
background: var(--pgm-primary);
color: #fff;
}
.pgm-ym-faq-item.active .pgm-ym-faq-trigger svg {
transform: rotate(-180deg);
} .pgm-ym-faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}
.pgm-ym-faq-item.active .pgm-ym-faq-answer {
max-height: 2500px;
transition-timing-function: ease-in-out;
}
.pgm-ym-faq-answer-inner {
padding: 0 30px 30px 30px;
color: var(--pgm-text);
}
.pgm-ym-article {
padding-top: 15px;
border-top: 1px dashed rgba(0, 0, 0, 0.06);
}
.pgm-ym-article p {
margin-bottom: 15px;
line-height: 1.7;
}
.pgm-ym-article p:last-child {
margin-bottom: 0;
}
.pgm-ym-article strong {
color: var(--pgm-dark);
font-weight: 700;
}
.pgm-ym-article ul {
margin-left: 20px;
margin-bottom: 15px;
} .pgm-ym-sidebar-sticky {
position: -webkit-sticky;
position: sticky;
top: 120px;
display: flex;
flex-direction: column;
gap: 30px;
z-index: 10;
}
.pgm-ym-sidebar-box {
background: #fff;
border-radius: 12px;
padding: 35px 30px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
border: 1px solid var(--pgm-border);
} .pgm-ym-logos-box {
display: flex;
flex-direction: column;
align-items: center;
border-top: 4px solid var(--pgm-primary); }
.pgm-ym-logos {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin-bottom: 25px;
}
.pgm-ym-logos img {
height: 60px; width: auto;
object-fit: contain;
border-radius: 6px;
transition: transform 0.3s;
}
.pgm-ym-logos a:hover img {
transform: translateY(-3px);
}
.pgm-ym-info-header {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
padding-top: 25px;
border-top: 1px solid var(--pgm-border);
}
.pgm-ym-info-icon {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
background: var(--pgm-primary);
border-radius: 50%;
}
.pgm-ym-info-title {
font-size: 0.95rem;
font-weight: 700;
color: var(--pgm-dark);
margin: 0;
line-height: 1.5;
letter-spacing: 0.5px;
} .pgm-ym-cta-box {
background: var(--pgm-dark);
color: #fff;
border: none;
text-align: center;
border-radius: 12px;
padding: 40px 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.pgm-ym-cta-icon {
width: 60px;
height: 60px;
background: rgba(var(--pgm-primary-rgb), 0.1);
color: var(--pgm-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
}
.pgm-ym-cta-content h4 {
color: #fff;
font-size: 1.4rem;
font-weight: 700;
margin: 0 0 12px 0;
}
.pgm-ym-cta-content p {
color: rgba(255, 255, 255, 0.7);
font-size: 0.95rem;
line-height: 1.6;
margin: 0 0 30px 0;
}
.pgm-ym-cta-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
background: var(--pgm-primary);
color: #fff;
padding: 15px;
border-radius: 8px;
font-size: 1rem;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
}
.pgm-ym-cta-btn:hover {
background: var(--pgm-primary-dark, #b3161b);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(var(--pgm-primary-rgb), 0.35);
}
.pgm-ym-cta-btn svg {
transition: transform 0.3s;
}
.pgm-ym-cta-btn:hover svg {
transform: translateX(4px);
} @keyframes pgmYmFadeUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.pgm-animate {
opacity: 0;
animation: pgmYmFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} @media (max-width: 992px) {
.pgm-ym-grid {
grid-template-columns: 1fr;
}
.pgm-ym-sidebar-sticky {
position: static;
order: -1;
flex-direction: column;
}
.pgm-ym-sidebar-col {
order: 2;
}
}
@media (max-width: 768px) {
.pgm-ym-hero {
min-height: 200px;
}
.pgm-ym-group-item {
padding: 30px 20px;
}
.pgm-ym-faq-question {
padding: 18px 10px;
}
.pgm-ym-faq-item.active .pgm-ym-faq-question {
padding: 18px 15px;
}
.pgm-ym-sidebar-box {
padding: 30px 25px;
}
}