/* --- İÇ SAYFA ÜST BANNER (Sayfalar arası bütünlük için) --- */
.sn-page-title-area {
    background-color: #1a222b !important;
    padding: 60px 0 !important;
    position: relative;
    width: 100%;
}
.sn-page-title {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sn-breadcrumb {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.sn-breadcrumb li {
    margin: 0 5px !important;
    color: #a0a5aa !important;
    font-size: 15px !important;
}
.sn-breadcrumb a {
    color: #a0a5aa !important;
    text-decoration: none !important;
}
.sn-breadcrumb a:hover {
    color: #1a8b41 !important;
}

/* --- MODERN İLETİŞİM ALANI STİLLERİ --- */
.sn-contact-section {
    padding: 30px 0;
    background-color: #fdfdfd;
}
.sn-contact-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    padding: 40px;
    height: 100%;
    border: 1px solid #f0f0f0;
}

/* Sol Taraf: İletişim Bilgileri */
.sn-contact-title {
    font-size: 26px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}
.sn-contact-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
}
.sn-info-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.sn-info-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: rgba(26, 139, 65, 0.1);
    color: #1a8b41;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    transition: all 0.3s ease;
}
.sn-info-box:hover .sn-info-icon {
    background-color: #1a8b41;
    color: #ffffff;
    transform: scale(1.1);
}
.sn-info-content h4 {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.sn-info-content p, .sn-info-content a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    display: block;
    line-height: 1.6;
}
.sn-info-content a:hover {
    color: #1a8b41;
}

/* Sosyal Medya İkonları */
.sn-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.sn-social-list a {
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.sn-social-list a:hover {
    background-color: #1a8b41;
    color: #fff;
    transform: translateY(-3px);
}

/* Sağ Taraf: İletişim Formu */
.sn-form-group {
    margin-bottom: 25px;
    position: relative;
}
.sn-form-control {
    width: 100%;
    height: 55px;
    padding: 10px 20px;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}
textarea.sn-form-control {
    height: 150px;
    padding-top: 15px;
    resize: none;
}
.sn-form-control:focus {
    background-color: #ffffff;
    border-color: #1a8b41;
    outline: none;
    box-shadow: 0 0 0 4px rgba(26, 139, 65, 0.1);
}

/* Premium Gönder Butonu */
.sn-submit-btn {
    background-color: #1a8b41;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sn-submit-btn:hover {
    background-color: #12632e;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(26, 139, 65, 0.3);
}


.sn_iletisim_iframe iframe {
  width:100%;
  height:550px;
  position: relative;
  z-index: 9999;
}