@charset "UTF-8";
  body.page-template-template-custom-hizmetler .site-content,
body.page-template-template-custom-hizmetler .site-content .ast-container,
body.page-template-template-custom-hizmetler #primary {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
float: none !important;
}
body.page-template-template-custom-hizmetler #secondary {
display: none !important;
}
.pgm-ch-page {
width: 100%; } .pgm-ch-hero {
position: relative;
height: 30vh;
min-height: 220px;
max-height: 350px;
display: flex;
align-items: center;
overflow: hidden;
margin-top: -1px;
}
.pgm-ch-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
z-index: 1;
}
.pgm-ch-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pgm-ch-hero-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.50); z-index: 2;
}
.pgm-ch-hero-content {
position: relative;
z-index: 3;
padding: 0;
text-align: left; }
.pgm-ch-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-ch-breadcrumb {
display: inline-flex;
align-items: center;
margin-top: 15px;
font-size: 11px;
font-weight: 700;
color: #ffffff;
letter-spacing: 1px;
}
.pgm-ch-breadcrumb-sep {
color: #ffffff; font-size: 15px;
font-weight: 800;
margin: 0 8px;
opacity: 0.7;
}
.pgm-ch-home-icon {
display: flex;
align-items: center;
transition: transform 0.3s ease;
}
.pgm-ch-home-icon:hover {
transform: scale(1.1);
}
.pgm-ch-breadcrumb-current {
opacity: 0.8;
} .pgm-ch-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .pgm-ch-services-section {
padding: 90px 0 110px 0;
}
.pgm-ch-header {
text-align: center;
margin-bottom: 70px;
}
.pgm-ch-top-tag {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 15px;
margin-bottom: 15px;
}
.pgm-ch-line {
width: 30px;
height: 1px;
background-color: var(--pgm-primary); }
.pgm-ch-tag-text {
color: var(--pgm-primary);
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
}
.pgm-ch-main-title {
font-size: 2.5rem;
color: var(--pgm-dark);
font-weight: 700;
margin: 0;
} .pgm-ch-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.pgm-ch-card {
position: relative;
display: block;
height: 280px; border-radius: var(--pgm-radius);
overflow: hidden;
text-decoration: none;
box-shadow: var(--pgm-shadow);
transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
transform: translateY(0);
}
.pgm-ch-card:hover {
transform: translateY(-8px);
box-shadow: var(--pgm-shadow-hover);
} .pgm-ch-card-bg-normal {
position: absolute;
inset: 0;
background-color: var(--pgm-card-bg);
z-index: 1;
transition: opacity 0.5s ease;
} .pgm-ch-card-bg-hover {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-color: var(--pgm-dark); z-index: 2;
opacity: 0;
transition: opacity 0.5s ease;
}
.pgm-ch-card-bg-hover img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pgm-ch-card-overlay {
position: absolute;
inset: 0;
background: linear-gradient(0deg, rgba(26, 26, 26, 0.95) 0%, rgba(26, 26, 26, 0.6) 100%);
}
.pgm-ch-card:hover .pgm-ch-card-bg-normal {
opacity: 0;
}
.pgm-ch-card:hover .pgm-ch-card-bg-hover {
opacity: 1;
} .pgm-ch-card-content {
position: relative;
z-index: 3;
padding: 20px 20px;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.pgm-ch-icon-wrap {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(227, 30, 36, 0.05); display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
transition: all 0.4s ease;
}
.pgm-ch-icon-wrap img {
width: 24px;
height: 24px;
object-fit: contain;
transition: all 0.4s ease; } .pgm-ch-icon-wrap svg {
width: 24px;
height: 24px;
color: var(--pgm-primary);
transition: all 0.4s;
}
.pgm-ch-title {
font-size: 1.15rem;
font-weight: 700;
color: var(--pgm-dark);
margin: 0 0 15px 0;
transition: color 0.4s ease;
}
.pgm-ch-desc {
font-size: 14px;
color: #666;
line-height: 1.6;
margin: 0;
transition: color 0.4s ease;
display: -webkit-box;
-webkit-line-clamp: 4;
line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
} .pgm-ch-card:hover .pgm-ch-icon-wrap {
background-color: rgba(255, 255, 255, 0.15); transform: scale(1.1);
}
.pgm-ch-card:hover .pgm-ch-icon-wrap img {
filter: brightness(0) invert(1); }
.pgm-ch-card:hover .pgm-ch-icon-wrap svg {
color: #fff;
}
.pgm-ch-card:hover .pgm-ch-title {
color: #fff;
}
.pgm-ch-card:hover .pgm-ch-desc {
color: rgba(255, 255, 255, 0.85); } @media (max-width: 1024px) {
.pgm-ch-grid {
grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.pgm-ch-hero {
min-height: 250px;
}
.pgm-ch-hero-title {
font-size: 2rem;
}
.pgm-ch-services-section {
padding: 50px 0 70px 0;
}
.pgm-ch-grid {
grid-template-columns: 1fr; gap: 20px;
}
.pgm-ch-card {
height: 320px; }
} @keyframes pgmCardEnter {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.pgm-animate-card {
opacity: 0; animation: pgmCardEnter 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} @keyframes pgmTitleEnter {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.pgm-ch-header {
animation: pgmTitleEnter 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.pgm-ch-hero-content {
animation: pgmTitleEnter 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}