@charset "UTF-8";
  body.page-template-template-iletisim .site-content,
body.page-template-template-iletisim .site-content .ast-container,
body.page-template-template-iletisim #primary {
max-width: 100% !important;
padding: 0 !important;
margin: 0 !important;
width: 100% !important;
float: none !important;
}
body.page-template-template-iletisim #page,
body.page-template-template-iletisim .site-content {
overflow: visible !important;
overflow-x: visible !important;
overflow-y: visible !important;
}
body.page-template-template-iletisim #secondary {
display: none !important;
}
.pgm-contact-page {
width: 100%;
background: #ffffff;
}
.pgm-contact-container {
max-width: 1300px;
margin: 0 auto;
padding: 0 20px;
} .pgm-contact-hero {
position: relative;
height: 35vh;
min-height: 250px;
max-height: 400px;
display: flex;
align-items: center;
overflow: hidden;
margin-top: -1px;
}
.pgm-contact-hero-bg {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
background-color: var(--pgm-dark);
z-index: 1;
}
.pgm-contact-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.pgm-contact-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 100%);
z-index: 2;
}
.pgm-contact-hero-content {
text-align: left;
}
.pgm-contact-hero-title {
color: #fff;
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 800;
margin: 0;
letter-spacing: 1.5px;
text-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.pgm-contact-breadcrumb {
display: inline-flex;
align-items: center;
margin-top: 15px;
font-size: 12px;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
}
.pgm-contact-breadcrumb a {
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
display: inline-flex;
align-items: center;
transition: color 0.3s;
}
.pgm-contact-breadcrumb a:hover {
color: #fff;
}
.pgm-contact-sep {
color: rgba(var(--pgm-primary-rgb), 0.8); margin: 0 10px;
font-weight: 800;
}
.pgm-contact-current {
opacity: 0.8;
} .pgm-contact-content-section {
padding: 100px 0;
}
.pgm-contact-grid {
display: grid;
grid-template-columns: 5fr 7fr; gap: 60px;
align-items: flex-start;
} .pgm-contact-info-header {
margin-bottom: 40px;
}
.pgm-contact-info-header h2 {
font-size: 2.2rem;
font-weight: 800;
color: var(--pgm-dark);
margin: 0 0 15px 0;
position: relative;
padding-bottom: 15px;
}
.pgm-contact-info-header h2::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 4px;
background: var(--pgm-primary);
border-radius: 2px;
}
.pgm-contact-info-header p {
color: var(--pgm-text);
font-size: 1.05rem;
line-height: 1.6;
margin: 0;
}
.pgm-contact-cards-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
}
.pgm-contact-card {
display: flex;
align-items: flex-start;
gap: 20px;
background: #fff;
padding: 25px 30px;
border-radius: 12px;
border: 1px solid rgba(0, 0, 0, 0.05);
box-shadow: 0 5px 25px rgba(0, 0, 0, 0.02);
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
position: relative;
overflow: hidden;
}
.pgm-contact-card:hover {
transform: translateY(-3px);
box-shadow: 0 15px 35px rgba(var(--pgm-primary-rgb), 0.08);
border-color: rgba(var(--pgm-primary-rgb), 0.15);
}
.pgm-contact-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 4px;
background: var(--pgm-primary);
transform: scaleY(0);
transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.pgm-contact-card:hover::before {
transform: scaleY(1);
}
.pgm-contact-card-icon {
width: 50px;
height: 50px;
flex-shrink: 0;
background: rgba(var(--pgm-primary-rgb), 0.08);
color: var(--pgm-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.pgm-contact-card:hover .pgm-contact-card-icon {
background: var(--pgm-primary);
color: #fff;
}
.pgm-contact-card-text {
flex-grow: 1;
}
.pgm-contact-card-text h5 {
font-size: 1rem;
font-weight: 800;
color: var(--pgm-dark);
margin: 0 0 8px 0;
letter-spacing: 0.5px;
}
.pgm-contact-card-text a,
.pgm-contact-card-text span {
font-size: 1.05rem;
font-weight: 500;
color: var(--pgm-text);
text-decoration: none;
line-height: 1.5;
transition: color 0.3s;
}
.pgm-contact-card-text a:hover {
color: var(--pgm-primary);
} .pgm-contact-form-box {
background: #fafbfe; border-radius: 16px;
padding: 50px 45px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
border: 1px solid rgba(0, 0, 0, 0.03);
}
.pgm-contact-form-head {
margin-bottom: 30px;
}
.pgm-contact-form-head h3 {
font-size: 1.8rem;
font-weight: 800;
color: var(--pgm-dark);
margin: 0 0 15px 0;
}
.pgm-contact-line {
width: 50px;
height: 4px;
background: var(--pgm-primary);
border-radius: 2px;
} .pgm-contact-form-inner form {
display: flex;
flex-direction: column;
gap: 20px;
} .pgm-contact-form-inner .wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.pgm-contact-form-inner input[type="text"],
.pgm-contact-form-inner input[type="email"],
.pgm-contact-form-inner input[type="tel"],
.pgm-contact-form-inner input[type="url"],
.pgm-contact-form-inner textarea {
width: 100%;
background: #fff;
border: 1px solid var(--pgm-border);
border-radius: 8px;
padding: 16px 20px;
font-family: inherit; color: var(--pgm-dark);
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) inset; }
.pgm-contact-form-inner textarea {
resize: vertical;
min-height: 150px;
}
.pgm-contact-form-inner input:focus,
.pgm-contact-form-inner textarea:focus {
outline: none;
border-color: rgba(var(--pgm-primary-rgb), 0.4);
box-shadow: 0 0 0 4px rgba(var(--pgm-primary-rgb), 0.1);
} .pgm-contact-form-inner input[type="submit"],
.pgm-contact-form-inner button[type="submit"] {
background: var(--pgm-primary);
color: #fff;
border: none;
border-radius: 8px;
padding: 16px 30px;
font-weight: 800;
letter-spacing: 1px;
cursor: pointer;
transition: all 0.4s ease;
box-shadow: 0 8px 20px rgba(var(--pgm-primary-rgb), 0.2);
margin-top: 10px;
}
.pgm-contact-form-inner input[type="submit"]:hover,
.pgm-contact-form-inner button[type="submit"]:hover {
background: var(--pgm-primary-dark);
transform: translateY(-2px);
box-shadow: 0 12px 30px rgba(var(--pgm-primary-rgb), 0.35);
}
.pgm-no-form-msg {
padding: 30px;
background: rgba(255, 255, 255, 0.7);
border: 1px dashed rgba(var(--pgm-primary-rgb), 0.5);
border-radius: 8px;
color: var(--pgm-primary);
font-weight: 700;
text-align: center;
} .pgm-whatsapp-box {
background: linear-gradient(145deg, #ffffff, #f4fbf6);
border-color: rgba(37, 211, 102, 0.1);
position: relative;
overflow: hidden;
}
.pgm-whatsapp-box::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 250px;
height: 250px;
background: radial-gradient(circle, rgba(37,211,102,0.05) 0%, rgba(255,255,255,0) 70%);
border-radius: 50%;
transform: translate(30%, -30%);
pointer-events: none;
}
.pgm-whatsapp-contact-wrapper {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 30px 10px;
}
.pgm-whatsapp-icon-wrapper {
width: 90px;
height: 90px;
background: rgba(37, 211, 102, 0.1);
color: #25D366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
box-shadow: 0 10px 30px rgba(37, 211, 102, 0.15);
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pgm-whatsapp-icon-wrapper svg {
width: 45px;
height: 45px;
filter: drop-shadow(0 4px 6px rgba(37,211,102,0.3));
}
.pgm-whatsapp-box:hover .pgm-whatsapp-icon-wrapper {
transform: scale(1.1) rotate(5deg);
background: #25D366;
color: #fff;
}
.pgm-whatsapp-box:hover .pgm-whatsapp-icon-wrapper svg {
filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}
.pgm-whatsapp-content h4 {
font-size: 1.6rem;
font-weight: 800;
color: var(--pgm-dark);
margin: 0 0 15px 0;
}
.pgm-whatsapp-content p {
color: var(--pgm-text);
font-size: 1.05rem;
line-height: 1.6;
margin: 0 0 35px 0;
}
.pgm-whatsapp-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
background: #25D366;
color: #fff;
padding: 18px 40px;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 700;
text-decoration: none;
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
transition: all 0.4s ease;
overflow: hidden;
position: relative;
z-index: 1;
}
.pgm-whatsapp-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: left 0.5s ease;
z-index: -1;
}
.pgm-whatsapp-btn:hover {
background: #1EBE5D;
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(37, 211, 102, 0.4);
color: #fff;
}
.pgm-whatsapp-btn:hover::before {
left: 100%;
} .pgm-contact-map-section {
width: 100%;
margin-bottom: -15px; } .pgm-contact-map-wrapper {
width: 100%;
height: 550px; position: relative;
overflow: hidden;
background: #e5e3df; }
.pgm-contact-map-wrapper iframe {
width: 100% !important;
height: 100% !important;
border: 0;
display: block;  filter: grayscale(100%) contrast(1.1) opacity(0.85);
transition: filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pgm-contact-map-wrapper:hover iframe {
filter: grayscale(0%) contrast(1) opacity(1);
} @keyframes pgmContactFadeUp {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.pgm-contact-animate {
opacity: 0;
animation: pgmContactFadeUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
} @media (max-width: 992px) {
.pgm-contact-grid {
grid-template-columns: 1fr;
gap: 50px;
} .pgm-contact-info-col {
order: 1;
}
.pgm-contact-form-col {
order: 2;
}
}
@media (max-width: 768px) {
.pgm-contact-hero {
min-height: 200px;
}
.pgm-contact-content-section {
padding: 60px 0;
}
.pgm-contact-info-header h2 {
font-size: 1.8rem;
}
.pgm-contact-card {
padding: 20px 25px;
flex-direction: column;
align-items: center;
text-align: center;
gap: 15px;
}
.pgm-contact-card::before {
top: auto;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
transform: scaleX(0);
transform-origin: left;
}
.pgm-contact-card:hover::before {
transform: scaleX(1);
}
.pgm-contact-form-box {
padding: 35px 25px;
}
.pgm-contact-map-wrapper {
height: 400px; }
}