/* Start custom CSS for html, class: .elementor-element-501328c *//*==================================================
İLETİŞİM SAYFASI
==================================================*/

.contact-page{

    padding:100px 0;

    background:#f6f8fb;

}

.contact-page .container{

    max-width:1280px;

    margin:auto;

    padding:0 20px;

}

/*==========================
Başlık
==========================*/

.contact-heading{

    text-align:center;

    max-width:850px;

    margin:auto;

    margin-bottom:70px;

}

.contact-heading span{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    background:#FFF3E8;

    color:#F97316;

    font-weight:700;

    letter-spacing:.5px;

    margin-bottom:20px;

}

.contact-heading h1{

    font-size:52px;

    color:#111827;

    font-weight:800;

    margin-bottom:20px;

    line-height:1.2;

}

.contact-heading p{

    color:#6B7280;

    font-size:18px;

    line-height:1.9;

}

/*==========================
Bilgi Kartları
==========================*/

.contact-cards{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-bottom:70px;

}

.contact-card{

    background:#fff;

    padding:40px 30px;

    border-radius:18px;

    text-align:center;

    transition:.35s;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

}

.contact-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.contact-card .icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#F97316;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

}

.contact-card h3{

    margin-bottom:15px;

    color:#111827;

    font-size:24px;

}

.contact-card p{

    color:#6B7280;

    line-height:1.8;

}

.contact-card a{

    display:inline-block;

    margin-top:20px;

    color:#F97316;

    text-decoration:none;

    font-weight:700;

}

/*==========================
Form Alanı
==========================*/

.contact-wrapper{

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:40px;

    margin-bottom:80px;

}

.contact-left{

    background:#fff;

    padding:45px;

    border-radius:22px;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

}

.contact-left h2{

    font-size:34px;

    margin-bottom:15px;

    color:#111827;

}

.contact-left p{

    color:#6B7280;

    margin-bottom:35px;

}

.contact-left input,

.contact-left select,

.contact-left textarea{

    width:100%;

    height:58px;

    border:1px solid #E5E7EB;

    border-radius:12px;

    padding:0 18px;

    margin-bottom:20px;

    font-size:16px;

    transition:.30s;

    background:#fff;

}

.contact-left textarea{

    height:180px;

    padding-top:18px;

    resize:none;

}

.contact-left input:focus,

.contact-left select:focus,

.contact-left textarea:focus{

    border-color:#F97316;

    outline:none;

    box-shadow:0 0 0 4px rgba(249,115,22,.12);

}

.contact-left button{

    width:100%;

    height:60px;

    border:none;

    border-radius:12px;

    background:#F97316;

    color:#fff;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

}

.contact-left button:hover{

    background:#111827;

}

/*==========================
Sağ Alan
==========================*/

.contact-right{

    background:#111827;

    color:#fff;

    padding:45px;

    border-radius:22px;

    position:relative;

    overflow:hidden;

}

.contact-right::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:#F97316;

    border-radius:50%;

    right:-80px;

    top:-80px;

    opacity:.08;

}

.contact-right h2{

    font-size:34px;

    margin-bottom:30px;

    position:relative;

    z-index:2;

}

.contact-right ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;

    position:relative;

    z-index:2;

}

.contact-right ul li{

    padding:12px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.contact-whatsapp{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    height:60px;

    background:#25D366;

    color:#fff;

    text-decoration:none;

    border-radius:12px;

    font-weight:700;

    transition:.35s;

    position:relative;

    z-index:2;

}

.contact-whatsapp:hover{

    transform:translateY(-5px);

}

/*==========================
Harita
==========================*/

.contact-map{

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.contact-map iframe{

    width:100%;

    height:500px;

    border:0;

}

/*==========================
Responsive
==========================*/

@media(max-width:1100px){

.contact-cards{

grid-template-columns:repeat(2,1fr);

}

.contact-wrapper{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.contact-page{

padding:70px 0;

}

.contact-heading h1{

font-size:34px;

}

.contact-heading p{

font-size:16px;

}

.contact-cards{

grid-template-columns:1fr;

}

.contact-left,

.contact-right{

padding:30px;

}

.contact-map iframe{

height:350px;

}

}/* End custom CSS */