@charset "UTF-8";
  body.page-template-template-custom-hakkimizda .site-content,
body.page-template-template-custom-hakkimizda .site-content .ast-container,
body.page-template-template-custom-hakkimizda #primary {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
float: none !important;
}
body.page-template-template-custom-hakkimizda #secondary {
display: none !important;
}
.pgm-about-page {
width: 100%;
background-color: #ffffff;
} .pgm-ab-hero {
position: relative;
height: 30vh;
min-height: 220px;
max-height: 350px;
display: flex;
align-items: center;
overflow: hidden;
margin-top: -1px;
}
.pgm-ab-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
z-index: 1;
}
.pgm-ab-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pgm-ab-hero-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.50); z-index: 2;
}
.pgm-ab-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.pgm-ab-hero-content {
position: relative;
z-index: 3;
padding: 0;
text-align: left; }
.pgm-ab-hero-title {
color: #fff;
font-size: clamp(2.2rem, 5vw, 4rem);
font-weight: 700;
margin: 0;
letter-spacing: 2px;
text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
} .pgm-ab-breadcrumb {
display: inline-flex;
align-items: center;
margin-top: 15px;
font-size: 11px;
font-weight: 700;
color: #ffffff;
letter-spacing: 1px;
}
.pgm-ab-breadcrumb-sep {
color: #ffffff;
font-size: 15px;
font-weight: 800;
margin: 0 8px;
opacity: 0.7;
}
.pgm-ab-home-icon {
display: flex;
align-items: center;
transition: transform 0.3s ease;
}
.pgm-ab-home-icon:hover {
transform: scale(1.1);
}
.pgm-ab-breadcrumb-current {
opacity: 0.8;
} .pgm-ab-content-section {
padding: 80px 0 100px 0;
}
.pgm-ab-grid {
display: grid;
grid-template-columns: 5fr 7fr; gap: 60px;
align-items: flex-start;
} .pgm-ab-col-image {
position: sticky;
top: 120px; }
.pgm-ab-img-wrapper {
position: relative;
border-radius: var(--pgm-radius);
overflow: hidden;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
} .pgm-ab-img-wrapper::after {
content: '';
position: absolute;
inset: 15px; border: 1px solid rgba(255, 255, 255, 0.4);
z-index: 2;
pointer-events: none; }
.pgm-ab-img-wrapper img {
width: 100%;
height: auto;
display: block;
aspect-ratio: 4/5;
object-fit: cover;
transition: transform 0.6s ease;
}
.pgm-ab-img-placeholder {
width: 100%;
aspect-ratio: 4/5;
display: block;
background: linear-gradient(135deg, #eceff3 0%, #d9dee7 100%);
}
.pgm-ab-img-wrapper:hover img {
transform: scale(1.05); } .pgm-ab-img-badge {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
text-align: center;
z-index: 3;
color: #fff;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
padding: 40px 10px 10px 10px;
pointer-events: none;
} .pgm-ab-heading {
margin-bottom: 30px;
}
.pgm-ab-title {
font-size: 2.2rem;
font-weight: 700;
color: var(--pgm-dark);
margin: 0;
line-height: 1.3;
}
.pgm-ab-title-line {
width: 60px;
height: 3px;
background-color: var(--pgm-primary);
margin-top: 15px;
}
.pgm-ab-article {
color: var(--pgm-text);
font-size: 1.05rem;
line-height: 1.8;
}
.pgm-ab-article p {
margin-bottom: 20px;
}
.pgm-ab-article p:last-child {
margin-bottom: 0;
} .pgm-ab-badges-wrap {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid #eaeaea;
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.pgm-ab-badge {
display: flex;
align-items: center;
gap: 12px;
background: #f8f9fa;
padding: 10px 20px;
border-radius: 50px;
border: 1px solid #efefef;
transition: all 0.3s ease;
}
.pgm-ab-badge:hover {
background: #fff;
border-color: var(--pgm-primary);
box-shadow: 0 4px 15px rgba(227, 30, 36, 0.1); }
.pgm-ab-badge-icon {
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
color: var(--pgm-primary);
}
.pgm-ab-badge-icon img {
width: 100%;
height: 100%;
object-fit: contain;
}
.pgm-ab-badge-text {
font-size: 13px;
font-weight: 700;
color: var(--pgm-dark);
} @keyframes pgmFadeUp {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-up {
opacity: 0;
animation: pgmFadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} @media (max-width: 992px) {
.pgm-ab-grid {
grid-template-columns: 1fr; gap: 40px;
}
.pgm-ab-col-image {
position: static;
}
.pgm-ab-img-wrapper img {
aspect-ratio: 16/9; }
}
@media (max-width: 768px) {
.pgm-ab-hero {
min-height: 200px;
}
.pgm-ab-title {
font-size: 1.8rem;
}
.pgm-ab-badges-wrap {
flex-direction: column;
}
.pgm-ab-badge {
width: 100%;
justify-content: center;
}
}