.page-icerik {
min-height: 250px;
padding: 2rem 0rem;
background-color: #fff;
color: #333;
line-height: 1.7;
}/* Banner Arka Plan */
.banner-bg {
overflow: hidden;
}/* Swiper Container Stilleri */
.swiper-container {
width: 100%;
margin: 0 auto;
}/* Ana Swiper */
.gallery-top22 {
height: auto;
margin-bottom: 10px;
}.gallery-top22 .swiper-slide {
position: relative;
}.gallery-top22 .swiper-slide .resim {
position: relative;
overflow: hidden;
}.gallery-top22 .swiper-slide .resim img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
/* Yakınlaştırma efekti */
border-radius: 5px;
}.gallery-top22 .swiper-slide:hover .resim img {
transform: scale(1.1);
/* Hoverda resme yakınlaş */
}.gallery-top22 .swiper-slide .buyut {
position: absolute;
top: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 5px 10px;
border-radius: 4px;
text-decoration: none;
opacity: 0;
transition: opacity 0.3s ease;
}.gallery-top22 .swiper-slide:hover .buyut {
opacity: 1;
}/* Küçük Swiper (Thumbnails) */
.gallery-thumbs22 {
height: 100px;
box-sizing: border-box;
padding: 10px 0;
}.gallery-thumbs22 .swiper-slide {
width: 20%;
height: 100%;
opacity: 0.4;
transition: opacity 0.3s ease;
cursor: pointer;
}.gallery-thumbs22 .swiper-slide-thumb-active {
opacity: 1;
}.gallery-thumbs22 .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 4px;
}/* Swiper Butonları */
.swiper-button-next,
.swiper-button-prev {
color: var(--primary-orange);
/* Temanızın rengi */
}/* Ürün Detay Butonları */
.urundetaybutton {
margin-top: 20px;
display: flex;
}.urundetaybutton .col-xl-6 {
padding: 0 10px;
}.urundetaybutton .col-xl-6 a,
.urundetaybutton .col-xl-6 button {
display: block;
width: 100%;
padding: 12px 15px;
border: none;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: #fff;
font-weight: 600;
transition: background-color 0.3s ease;
overflow: hidden;
}.urundetaybutton .col-xl-6 .tumunugor {
background-color: var(--primary-orange);
}.urundetaybutton .col-xl-6 .tumunugor:hover {
/* Temanızın ikinci rengi */
}.urundetaybutton .col-xl-6 .tumunugor2 {
background-color: #6c757d;
font-family: var(--font1);
font-size: 16px;
padding: 15px 20px;
}.urundetaybutton .col-xl-6 .tumunugor2:hover {
background-color: #5a6268;
}@media (max-width: 1024px) {
.urundetaybutton {
margin-bottom: 20px;
}
}/* Ürün İçeriği */
.urunicerik {
}.urunicerik .icerik {
font-size: 1em;
color: #555;
line-height: 1.6;
}a {
text-decoration: none;
}a.liste_kutu {
width: 100%;
position: relative;
text-align: center;
display: block;
color: #424244;
}a.liste_kutu .urun_liste_bg {
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
}a.liste_kutu .liste_kutu_ic {
width: 100%;
height: auto;
position: relative;
display: block;
padding-top: 0;
z-index: 1;
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 3px #0000002e;
}a.liste_kutu .baslik {
width: 100%;
height: auto;
position: relative;
bottom: 0px;
z-index: 99;
padding: 40px 40px;
transition: all 0.2s;
text-align: left;
background: #fff;
}a.liste_kutu .baslik .sayi::before {
content: "";
display: block;
width: 48px;
height: 1px;
margin-right: 16px;
background: var(--primary-orange);
}a.liste_kutu .baslik .sayi {
width: 100%;
display: flex;
text-align: left;
margin-bottom: 14px;
font-size: 17px;
font-weight: 700;
align-items: center;
}a.liste_kutu .baslik span {
width: 100%;
display: block;
text-align: left;
margin-bottom: 20px;
font-size: 22px;
font-weight: 700;
}a.liste_kutu .baslik small {
width: 100%;
display: block;
text-align: left;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
display: -webkit-box !important;
text-overflow: ellipsis;
font-size: 16px;
font-weight: 400;
}a.liste_kutu .liste_kutu_ic .resim {
width: 100%;
height: 325px;
position: relative;
z-index: 9;
}a.liste_kutu .liste_kutu_ic .resim img {
height: 100%;
object-fit: cover;
width: 100%;
}/* --------------------------------------------------- */
/* Video Galerisi Stilleri (Değişiklik Yok) */
/* --------------------------------------------------- */
.page-videolar {
padding: 0;
}.page-videolar .images-list {
position: relative;
display: block;
overflow: hidden;
border-radius: var(--radius);
background: #fff;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
margin-bottom: 25px;
}.page-videolar .images-list:hover {
transform: translateY(-5px);
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}.page-videolar .image {
position: relative;
width: 100%;
overflow: hidden;
border-radius: var(--radius);
}.page-videolar .image img {
width: 100%;
height: auto;
display: block;
transition: transform 0.4s ease;
}.page-videolar .images-list:hover img {
transform: scale(1.05);
}.page-videolar .zoom {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.85);
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}.page-videolar .zoom svg {
width: 30px;
height: 30px;
transition: transform 0.3s ease;
fill: var(--primary-orange);
}.page-videolar .images-list:hover .zoom {
background-color: var(--primary-orange);
}.page-videolar .images-list:hover .zoom svg {
transform: scale(1.15);
fill: #fff;
}.page-videolar .images-list-text {
font-size: 1rem;
font-weight: 500;
color: #333;
text-align: center;
padding: 0.75rem 0.5rem 0.5rem;
line-height: 1.4;
}@media (max-width: 767px) {
.page-videolar .col-6 {
width: 100% !important;
margin-bottom: 1.5rem;
}.page-videolar .images-list-text {
font-size: 0.95rem;
padding: 0.5rem 0.25rem;
}.page-videolar .zoom {
width: 50px;
height: 50px;
}.page-videolar .zoom svg {
width: 24px;
height: 24px;
}
}@media (min-width: 768px) and (max-width: 1199px) {
.page-videolar .col-md-6 {
width: 50% !important;
margin-bottom: 1.5rem;
}
}.page-videolar .images-list,
.page-videolar .zoom,
.page-videolar img {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/* =================================================================== */
.page-resimler {
margin-top: 0px;
}/* Ana kart yapısı */
.page-urunler-listele-resimler {
position: relative;
display: block;
border-radius: 1rem;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
margin-bottom: 1.5rem;
}.page-urunler-listele-resimler:hover {
transform: translateY(-5px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}/* Lazy Load için Resim Çerçevesi (Placeholder) */
.image-container {
position: relative;
overflow: hidden;
width: 100%;
border-radius: var(--radius);
background-color: #f0f0f0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke='%23ccc' stroke-width='8' fill='none' stroke-dasharray='50 50'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' values='0 50 50;360 50 50'/%3E%3C/circle%3E%3C/svg%3E");
background-size: 50px;
background-repeat: no-repeat;
background-position: center;
}.image-container img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}.image-container img.loaded {
opacity: 1;
}.page-urunler-listele-resimler:hover .image-container img.loaded {
filter: brightness(0.85);
}/* Modal styling burada kalabilir (senin mevcut media-modal.css) */
/* Zoom ikonu stilleri */
.page-urunler-listele-resimler .zoom {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
transition: opacity 0.3s ease;
z-index: 2;
}.page-urunler-listele-resimler:hover .zoom {
opacity: 1;
}.page-urunler-listele-resimler .zoom svg {
width: 20px;
height: 20px;
fill: #fff;
transform: scale(0.8);
transition: transform 0.3s ease;
}.page-urunler-listele-resimler:hover .zoom svg {
transform: scale(1);
}/* Resim başlığı stilleri */
.images-list-text {
text-align: center;
font-size: 1rem;
font-weight: 500;
color: #333;
padding: 0.8rem 0.5rem;
background: #f9f9f9;
border-radius: 0 0 var(--radius) var(--radius);
text-decoration: none;
}/* Genel responsive kurallar */
@media (max-width: 767px) {
.col-6 {
width: 100% !important;
}.images-list-text {
font-size: 0.9rem;
}
}@media (min-width: 768px) and (max-width: 1199px) {
.col-md-3 {
width: 50% !important;
}
}.page-urunler-listele-resimler,
.page-urunler-listele-resimler .zoom,
.page-urunler-listele-resimler svg {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}/* İÇERK MODAL RESİM VE VİDEO*/
.page-baslik1 {
background-color: #fafafa;
/* Hafif gri arka plan */
padding: 1.5rem 0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
margin-top: 126px;
}.page-baslik1 h1 {
font-size: 1.75rem;
font-weight: 700;
color: var(--primary-orange);
margin: 0 0 0px 0;
line-height: 1.2;
}.page-baslik1 .d-sm-flex {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}/* Breadcrumb stili */
.page-baslik1 .breadcrumb {
display: flex;
flex-wrap: wrap;
font-size: 0.9rem;
color: #777;
list-style: none;
padding: 0;
margin: 0;
}.page-baslik1 .breadcrumb li {
margin-right: 0.5rem;
}.page-baslik1 .breadcrumb li + li:before {
content: "/";
margin-right: 0.5rem;
color: #999;
}.page-baslik1 .breadcrumb li a {
color: #555;
text-decoration: none;
transition: color 0.3s ease;
}.page-baslik1 .breadcrumb li a:hover {
color: #007bff;
/* Ana renk */
}@media (max-width: 767px) {
.page-baslik1 .d-sm-flex {
flex-direction: column;
align-items: flex-start;
gap: 0.5rem;
}.page-baslik1 h1 {
font-size: 1.5rem;
margin-bottom: 0.5rem;
}.page-baslik1 .breadcrumb {
font-size: 0.85rem;
}
}/**/
.sol-menu-style1 {
width: 100%;
height: auto;
}.sol-menu-style1 .breadcrumb {
margin-bottom: 0px;
border-radius: 0px;
background: transparent;
padding: 0px;
}.sol-menu-style1 .breadcrumb li a {
color: #3e3e3e;
}.sol-menu-style1 .sol-menu .menu-akordiyon {
width: 100%;
position: relative;
}.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-icon {
display: inline-block;
margin-right: 8px;
font-size: 0.75rem;
display: none;
}.sol-menu-style1 .sol-menu .menu-akordiyon .sol-menu-alt-var {
display: inline-block;
float: right;
font-size: 12px;
}.sol-menu-style1 .sol-menu .menu-akordiyon {
width: 100%;
text-align: left;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul {
margin: 0;
padding: 0;
width: 100%;
position: relative;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li:first-child {
border: none;
margin-top: 0px;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li {
list-style-type: none;
width: 100%;
position: relative;
background: #f2f2f2;
margin-top: 1px;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li a {
width: 100%;
font-size: 0.85rem;
color: #23282d;
line-height: 1.6em;
padding: 16px 24px 14px;
font-weight: 500;
transition: all 0.25s ease !important;
display: block;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li.active a {
color: #fff;
background: var(--primary-orange);
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li a:hover {
color: #fff;
background: var(--primary-orange);
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul {
display: none;
background: #fff;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li {
margin-top: 0px;
}.sol-menu-style1 .sol-menu .menu-akordiyon ul li ul li a {
padding: 8px 24px 8px;
font-weight: 400;
color: #23282d;
}.sol-menu-style1 .navbar {
padding: 0px;
}.sol-menu-style1 .navbar .navbar-toggler {
width: 100%;
position: relative;
margin-top: 0px;
top: 0px;
padding: 16px 24px;
font-size: 18px;
text-align: left;
background: #333;
color: #fff;
border: none;
outline: none;
display: flex;
align-items: center;
}.sol-menu-style1 .navbar .navbar-toggler:focus {
border: none;
}.sol-menu-style1 .navbar .navbar-toggler:hover {
border: none;
}.sol-menu-style1 .navbar .navbar-toggler svg {
margin-right: 15px;
fill: #fff;
width: 25px;
height: 25px;
}@media (max-width: 1024px) {
.sol-menu-style1 .navbar .navbar-toggler {
margin-bottom: 30px;
}
}@media (min-width: 1201px) {
.sol-menu-mobil-button {
display: none !important;
}
}@media (max-width: 1200px) {
.sol-menu-style1 .sol-menu .menu-akordiyon {
padding: 0px 15px;
}/* width */
.side-menu-panel .menu-akordiyon::-webkit-scrollbar {
width: 5px;
}/* Track */
.side-menu-panel .menu-akordiyon::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey;
border-radius: 10px;
}/* Handle */
.side-menu-panel .menu-akordiyon::-webkit-scrollbar-thumb {
background: #6d6d6d;
border-radius: 10px;
}.side-menu-panel {
width: 80%;
height: 100%;
position: fixed;
top: 0;
left: -80%;
z-index: 999999999999;
background: #fff;
transition: 0.2s ease-in-out;
}.side-menu-panel-open {
left: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}.side-menu-panel .akordiyon-baslik {
font-size: 16px;
text-align: left;
font-weight: 700;
padding: 15px;
border-bottom: 1px solid #d6d6d6;
box-shadow: 0 0 10px rgba(0, 0, 0, 0);
text-transform: capitalize;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}.side-menu-panel .akordiyon-baslik .kapat svg {
fill: #000;
width: 25px;
height: 25px;
}#menu-overlay {
display: none;
/* Başlangıçta gizli */
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
/* Yarı saydam siyah renk */
z-index: 999;
/* Menünün arkasında, sayfa içeriğinin önünde */
cursor: pointer;
/* Tıklanabilir olduğunu belirtmek için */
}
}.page-dosya {
padding: 2rem 0rem;
}/* Dosya linkleri */
.page-dosya .dosya-liste {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
background: #f9f9f9;
border: 1px solid #e0e0e0;
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
text-decoration: none;
color: inherit;
border-radius: 0.5rem;
fill: var(--primary-orange);
}.page-dosya .dosya-liste:hover {
transform: translateY(-5px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}/* Dosya ikonları */
.page-dosya .dosya-icon {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
margin-bottom: 0.8rem;
}/* SVG ikon boyutu ve renk ayarı */
.page-dosya .dosya-icon svg {
width: 60px;
height: 60px;
display: block;
}/* İndir butonu */
.page-dosya .indir {
position: absolute;
top: 1px;
right: 5px;
font-size: 0.9rem;
background-color: #ffffff;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 28px;
height: 28px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
transition:
background-color 0.3s ease,
transform 0.3s ease;
padding: 0 6px;
}.page-dosya .dosya-liste:hover .indir {
color: #fff;
transform: scale(1.1);
}/* Dosya başlığı */
.page-dosya .dosya-aciklama .baslik {
text-align: center;
font-size: 0.95rem;
font-weight: 500;
color: #333;
word-break: break-word;
}/* Responsive kolonlar */
@media (max-width: 767px) {
.page-dosya .col-6 {
width: 100% !important;
margin-bottom: 1rem;
}
}@media (min-width: 768px) and (max-width: 1199px) {
.page-dosya .col-md-3 {
width: 50% !important;
margin-bottom: 1rem;
}
}/* Animasyon ve geçişler */
.page-dosya .dosya-liste,
.page-dosya .dosya-icon,
.page-dosya .indir {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.urn-detay-resim {
width: 100%;
height: auto;
}/* --- Genel Form Stili --- */
.form1 {
width: 100%;
}/* --- Form Etiketleri (Label) --- */
.form1 .basliklabel {
font-weight: 500;
color: #333;
margin-bottom: 3px;
/* Etiket ile input arası boşluk */
display: block;
/* Etiketin tam genişlik kaplamasını sağlar */
font-size: 90%;
}/* Gerekli alanları belirten yıldız (*) için stil */
.form1 .form-label span {
color: #e74c3c;
/* Canlı bir kırmızı renk */
font-weight: bold;
margin-right: 4px;
}/* --- Input ve Textarea Alanları --- */
.form1 .form-control {
width: 100%;
padding: 12px 15px;
border: 1px solid #ced4da;
/* Standart gri çerçeve */
border-radius: 5px;
font-size: 1rem;
color: #495057;
transition:
border-color 0.2s ease-in-out,
box-shadow 0.2s ease-in-out;
}/* Input alanına tıklandığında (focus) oluşacak efekt */
.form1 .form-control:focus {
border-color: #00338d;
/* Buton rengiyle uyumlu çerçeve rengi */
box-shadow: 0 0 0 3px rgba(0, 51, 141, 0.2);
/* Hafif bir parlama efekti */
outline: none;
/* Tarayıcının varsayılan focus çerçevesini kaldır */
}/* Placeholder metinlerini biraz soluklaştır */
.form1 .form-control::placeholder {
color: #aab2bd;
opacity: 1;
}/* Textarea'nın boyutunun dikey olarak değiştirilebilmesini sağlar */
.form1 textarea.form-control {
resize: vertical;
}/* --- Güvenlik Kodu Alanı --- */
.form1 .input-group {
display: flex;
/* Input ve resmi yan yana getirmek için */
width: 100%;
}.form1 .input-group .form-control {
/* Input'un resimle birleşik görünmesi için sağ köşe yuvarlaklığını kaldır */
border-top-right-radius: 0;
border-bottom-right-radius: 0;
flex-grow: 1;
/* Esneyerek boşluğu doldurmasını sağlar */
}.form1 .form-group {
position: relative;
margin-bottom: 10px;
}.form1 .guvenlik_resim {
display: flex;
align-items: center;
border-left: none;
position: absolute;
right: 0;
bottom: 10px;
}.form1 .guvenlik_resim img {
display: block;
height: 28px;
/* Input yüksekliği ile uyumlu hale getirir */
cursor: pointer;
/* Üzerine gelince tıklanabilir olduğunu belirtir */
}/* --- Gönder Butonu --- */
.form1 .btn {
background-color: var(--primary-orange) !important;
/* Orijinal formdaki renk */
color: #ffffff;
border: none;
padding: 12px 20px;
font-size: 1rem;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
width: 100%;
/* Bulunduğu sütunu tamamen kaplar */
transition:
background-color 0.2s ease,
transform 0.1s ease;
margin-top: 28px;
}/* Butonun üzerine gelince (hover) efekti */
.form1 .btn:hover {
background-color: #00225c;
/* Rengin biraz daha koyu tonu */
transform: translateY(-2px);
/* Hafif yukarı kalkma efekti */
}/* --- Buton Konteyneri --- */
/* Bu ana kapsayıcı olduğu için başında bir şey olmasına gerek yok. */
.contact-buttons {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
flex-wrap: wrap;
padding: 1rem;
}/* --- Genel Buton Stilleri (Sadece .contact-buttons içindekiler için) --- */
.contact-buttons .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.6rem;
flex: 1;
padding: 12px 24px;
border-radius: 8px;
border: none;
font-size: 16px;
font-weight: 600;
color: #ffffff;
text-decoration: none;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}/* İkonlar (Sadece .contact-buttons içindekiler için) */
.contact-buttons .btn-icon {
width: 20px;
height: 20px;
}/* --- WhatsApp Butonu'na Özel Stiller --- */
.contact-buttons .btn-whatsapp {
background-color: #25d366;
}/* --- Ana Buton'a (Bize Ulaşın) Özel Stiller --- */
.contact-buttons .btn-primary {
background-color: var(--primary-orange);
}/* --- Hover Efektleri (Sadece .contact-buttons içindeki butonlar için) --- */
.contact-buttons .btn:hover {
transform: translateY(-3px);
box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
opacity: 0.95;
}.contact-buttons .btn:active {
transform: translateY(0);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}/* --- Mobil Cihazlar İçin (Ekran 600px'den küçükse) --- */
@media (max-width: 600px) {
.contact-buttons {
flex-direction: column;
width: 90%;
}.contact-buttons .btn {
width: 100%;
padding: 14px;
}
}.form2 {
background-color: #ffffff;
padding: 30px 20px;
border-radius: 20px;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
color: #333;
position: relative;
overflow: hidden;
}.form2::before,
.form2::after {
content: "";
position: absolute;
background: rgba(0, 0, 0, 0.05);
border-radius: 50%;
z-index: 0;
}.form2::before {
width: 250px;
height: 250px;
top: -80px;
right: -80px;
}.form2::after {
width: 150px;
height: 150px;
bottom: -50px;
left: -50px;
}.form2 label {
font-size: 14px;
text-transform: uppercase;
color: #888;
margin-bottom: 8px;
display: block;
letter-spacing: 1.5px;
}.form2 .guvenlik_input {
position: relative;
}.form2 .guvenlik_resim {
position: absolute;
top: 40px;
right: 0;
}.form2 .guvenlik_resim .guvenlikResim {
width: 80px;
}.form2 input {
width: 100%;
padding: 16px;
margin-bottom: 0;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 3px;
color: #333;
font-size: 16px;
transition: all 0.3s ease;
outline: none;
height: 40px;
}.form2 textarea {
width: 100%;
padding: 16px;
margin-bottom: 15px;
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 3px;
color: #333;
font-size: 16px;
transition: all 0.3s ease;
outline: none;
height: 70px;
}.form2 input:focus,
.form2 textarea:focus {
border-color: #3498db;
background-color: #fff;
box-shadow: 0 0 10px rgba(52, 152, 219, 0.2);
}.form2 input::placeholder,
.form2 textarea::placeholder {
color: #f9f9f9;
display: none;
opacity: 0;
}.form2 button {
background-color: #3498db;
color: #fff;
padding: 10px 10px;
border: none;
border-radius: 3px;
text-transform: uppercase;
font-weight: bold;
width: 100%;
cursor: pointer;
transition: all 0.4s ease;
font-size: 16px;
box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
margin-top: 30px;
}.form2 button:hover {
box-shadow: 0 8px 20px rgb(0 0 0 / 50%);
}.form2 .help-block {
color: #aaa;
font-size: 12px;
margin-top: -20px;
margin-bottom: 25px;
display: none;
}.form2 .alert {
background-color: #e74c3c;
color: #fff;
padding: 12px;
border-radius: 8px;
font-size: 14px;
margin-top: 20px;
text-align: center;
display: none;
}@media (max-width: 768px) {
.form2 {
padding: 30px;
}
}@media (max-width: 1024px) {
.row {
margin-right: 0;
margin-left: 0;
}
}/**//* === GÖRSELDEKİ KOYU TEMA BAŞLIK TASARIMI === */.page-baslik2 {
position: relative;
width: 100%;
height: 220px;
background-size: cover !important;
background-position: center;
background-repeat: no-repeat;
margin-top: 70px;
display: flex;
align-items: center;
background: #f4f6f8;
justify-content: center;
overflow: hidden;
border-bottom: 1px solid rgb(226, 226, 226);
}/* GÖRSELDEKİ KOYU KARARTMA (DARK OVERLAY) */
.page-baslik2 .sf-particle-canvas2 {
position: absolute;
bottom: -50px;
left: 50%;
width: 100%;
aspect-ratio: 1 / 1;
transform: translateX(-50%);
z-index: 0;
pointer-events: none;
opacity: 0.35;
transition: var(--trans-smooth);
}.page-baslik2 .sf-clean-card:hover .sf-particle-canvas2 {
opacity: 95%;
transform: translateX(-50%) scale(1.05);
}.pb2-container {
position: relative;
z-index: 2; /* Metinler karartmanın üstüne çıksın */
text-align: center;
max-width: 900px; /* Metinlerin çok yayılmasını engeller */
padding: 0 20px;
}/* GÖRSELDEKİ KALIN BEYAZ BAŞLIK */
.pb2-title {
color: var(--renk3);
font-size: 36px; /* Büyük ve dikkat çekici */
font-weight: 700;
margin: 0 0 15px 0;
letter-spacing: -0.5px;
}.pb2-text {
color: var(--renk3);
font-size: 15px;
font-weight: 500;
margin: 25px 0 0px 0;
}/* Kutuyu kaldırdık, metin doğrudan zeminde duracak */
.breadcrumb {
display: inline-flex;
}.breadcrumb {
margin: 0;
padding: 0;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
}/* Görseldeki alt metin gibi ince ve hafif şeffaf beyaz */
.breadcrumb .breadcrumb-item {
font-size: 15px;
font-weight: 400;
color: rgba(255, 255, 255, 0.6); /* Gri/Beyaz tonu */
display: flex;
align-items: center;
}/* Link Rengi (Anasayfa) */
.breadcrumb .breadcrumb-item a {
color: #999;
text-decoration: none;
transition: color 0.3s ease;
}/* Üzerine gelince turuncu vurgu */
.breadcrumb .breadcrumb-item a:hover {
color: var(--renk2);
}/* İki link arasına giren Ayırıcı (Ok) İkonu - Açık renge uyarlandı */
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
content: "";
display: inline-block;
width: 12px;
height: 12px;
margin: 0 12px;/* Siyah/füme ok ikonu */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(0,0,0,0.55)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
/* Aktif Sayfa (Hakkımızda) Rengi */
.breadcrumb .breadcrumb-item.active {
color: var(--renk1); /* Marka Turuncunuz */
}/* Mobil Görünüm Optimizasyonu */
@media (max-width: 768px) {
.page-baslik2 {
padding: 80px 0 60px;
margin-top: 110px;
}
.pb2-title {
font-size: 32px;
}
.breadcrumb .breadcrumb-item {
font-size: 14px;
}
}/**//* === OZELLIK-MENU1 ANA YAPISI === */
.ozellik-menu1 {
--om1-orange: #f58634; /* Görseldeki Turuncu Rengi */
--om1-dark: #2d3748; /* Başlık Siyahı */
--om1-text: #4a5568; /* Metin Grisi */
--om1-bg-light: #ffffff; /* Beyaz Zemin */
--om1-bg-gray: #f7f9fa; /* Açık Gri Zemin */
width: 100%;
font-family: inherit;
}.ozellik-menu1 * {
box-sizing: border-box;
}/* Bölümler Arası Zemin Renkleri ve Boşluklar */
.om1-section {
padding: 60px 0;
width: 100%;
}.om1-bg-white {
background-color: var(--om1-bg-light);
}.om1-bg-gray {
background-color: var(--om1-bg-gray);
}/* Konteyner */
.om1-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}/* Satır Düzeni (İkili Yapı) */
.om1-row {
display: flex;
align-items: center;
gap: 60px;
}/* Görselin Solda Metnin Sağda Olduğu Durum İçin (3. Bölüm) */
.om1-reverse {
flex-direction: row-reverse;
}/* İçerik ve Görsel Sütunları */
.om1-content {
flex: 1;
}.om1-image {
flex: 1;
}.om1-image img {
width: 100%;
height: auto;
border-radius: 12px; /* Köşeleri hafif yuvarlatılmış şık görseller */
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05); /* Soft bir gölge */
display: block;
}/* İkonlar */
.om1-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
background-color: rgba(245, 134, 52, 0.1); /* Turuncunun saydam hali */
color: var(--om1-orange);
border-radius: 12px;
margin-bottom: 25px;
}.om1-icon svg {
width: 32px;
height: 32px;
}/* Tipografi (Başlıklar ve Metinler) */
.om1-title {
font-size: 32px;
font-weight: 700;
color: var(--om1-dark);
margin: 0 0 20px 0;
line-height: 1.3;
}.om1-desc {
font-size: 15px;
line-height: 1.7;
color: var(--om1-text);
margin: 0 0 16px 0;
}.om1-desc:last-child {
margin-bottom: 0;
}/* Madde İmleri (İçi Boş Yuvarlak O) */
.om1-list {
list-style: none;
padding: 0;
margin: 0 0 30px 0;
}.om1-list li {
position: relative;
padding-left: 24px;
margin-bottom: 16px;
font-size: 15px;
line-height: 1.6;
color: var(--om1-text);
}.om1-list li::before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 10px;
height: 10px;
border: 2px solid var(--om1-dark); /* İçi boş, kenarlıklı daire */
border-radius: 50%;
}/* Turuncu Buton */
.om1-btn {
display: inline-block;
background-color: var(--om1-orange);
color: #ffffff;
font-weight: 600;
font-size: 16px;
padding: 14px 35px;
border-radius: 6px;
text-decoration: none;
transition: all 0.3s ease;
border: 2px solid var(--om1-orange);
}.om1-btn:hover {
background-color: transparent;
color: var(--om1-orange);
}/* === BÖLÜM 2: 3X2 GRID IZGARA YAPISI === */
.om1-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px 30px; /* Dikey 50px, Yatay 30px boşluk */
text-align: center;
}.om1-grid-item h3 {
font-size: 18px;
font-weight: 700;
color: var(--om1-dark);
margin: 0 0 12px 0;
}.om1-grid-item p {
font-size: 14px;
color: var(--om1-text);
line-height: 1.5;
margin: 0;
}.om1-grid-icon {
color: var(--om1-orange);
margin-bottom: 15px;
display: flex;
justify-content: center;
}.om1-grid-icon svg {
width: 65px; /* Grid ikonları görseldeki gibi daha büyük */
height: 65px;
}/* === MOBİL UYUMLULUK === */
@media (max-width: 992px) {
.om1-row,
.om1-reverse {
flex-direction: column;
gap: 40px;
}.om1-grid {
grid-template-columns: repeat(2, 1fr);
}
}@media (max-width: 768px) {
.om1-section {
padding: 60px 0;
}.om1-grid {
grid-template-columns: 1fr;
gap: 40px;
}.om1-title {
font-size: 26px;
}
}/* === OZELLIK-MENU1: YENİ EKLENEN TASARIM STİLLERİ === *//* Yan yana ikon ve başlık */
.om1-title-inline {
display: flex;
align-items: center;
gap: 15px;
}.om1-icon-small {
display: flex;
align-items: center;
justify-content: center;
color: var(--om1-orange);
}.om1-icon-small svg {
width: 38px;
height: 38px;
}/* === BÖLÜM 2: ARKA PLAN RESİMLİ (PARALLAX) ŞERİT === */
.om1-bg-cover {
position: relative;
background-size: cover;
background-position: center;
background-attachment: fixed; /* Parallax efekti */
padding: 100px 0;
}.om1-overlay-light {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* Resmi görünür kılan ama yazıları okutan beyaz buzlu cam efekti */
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0.95) 0%,
rgba(255, 255, 255, 0.7) 100%
);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: 1;
}.om1-qr-mockup-wrapper {
flex: 1;
display: flex;
justify-content: center;
}.om1-qr-mockup {
max-width: 280px;
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
border: 8px solid #fff; /* Görseldeki gibi beyaz çerçeve */
object-fit: cover;
}.om1-qr-text-area {
flex: 1.5;
padding-left: 20px;
}.om1-subtitle {
font-size: 28px;
font-weight: 700;
color: var(--om1-dark);
margin: 0 0 15px 0;
}.om1-desc-dark {
font-size: 16px;
line-height: 1.6;
color: #334155;
margin: 0;
}/* === BÖLÜM 3: TELEFON VE ÖZELLİK IZGARASI === */
.om1-center-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px auto;
}.om1-center-header h2 {
font-size: 32px;
font-weight: 700;
color: var(--om1-dark);
margin: 0 0 15px 0;
}.om1-center-header p {
font-size: 16px;
color: var(--om1-text);
line-height: 1.6;
}/* 3 Kolonlu Grid Yapısı */
.om1-phone-grid {
display: grid;
grid-template-columns: 1fr 340px 1fr; /* Sağ, Orta(Telefon), Sol */
gap: 40px;
align-items: center;
}/* Tekil Özellik Kutusu */
.om1-pg-item {
display: flex;
gap: 20px;
margin-bottom: 40px;
}.om1-pg-item:last-child {
margin-bottom: 0;
}.om1-pg-item h4 {
font-size: 18px;
font-weight: 600;
color: var(--om1-dark);
margin: 0 0 8px 0;
}.om1-pg-item p {
font-size: 14px;
color: var(--om1-text);
line-height: 1.5;
margin: 0;
}/* Sol Kolondaki Öğeler (Metin sağda, İkon en sağda) */
.left-aligned-feature {
text-align: right;
flex-direction: row; /* Sıralama: Metin -> İkon */
}/* Sağ Kolondaki Öğeler (İkon solda, Metin sağda) */
.right-aligned-feature {
text-align: left;
/* Varsayılan flex sıralaması zaten böyledir */
}/* İkon Stilleri */
.om1-pg-icon {
flex-shrink: 0;
color: var(--om1-dark); /* Görseldeki gibi ince siyah çizgi ikonlar */
opacity: 0.7;
}.om1-pg-icon svg {
width: 32px;
height: 32px;
}/* Renk Seçenekleri Noktaları */
.om1-color-dots {
display: flex;
justify-content: flex-end; /* Sol kolonda olduğu için sağa yaslı */
gap: 6px;
margin-top: 10px;
}.om1-color-dots span {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 50%;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}/* Telefon Mockup (Ortadaki Görsel) */
.om1-pg-center {
display: flex;
justify-content: center;
}.om1-phone-mockup {
position: relative;
width: 100%;
height: auto;
margin: 0 auto;
display: flex;
justify-content: center;
}/* Telefon Görseli Ayarları */
.phone-mockup-img {
position: relative;
top: 0;
left: 0;
width: 83%;
height: auto;
z-index: 2;
pointer-events: none;
}/* İçeri Çekilen Sitenin (Iframe) Ayarları */
.phone-mockup-iframe {
position: absolute;
z-index: 1;
top: 44px;
left: 38px;
border: none;
border-radius: 11px;
background-color: #fff;
height: 657px;
width: 99%;
transform-origin: top left;
transform: scale(0.8);
}/* === MOBİL UYUMLULUK EKLENTİSİ === */
@media (max-width: 1024px) {
.om1-phone-grid {
grid-template-columns: 1fr; /* Mobilde her şey alt alta */
gap: 50px;
}.om1-pg-center {
order: -1; /* Telefonu mobilde en üste alır */
}.left-aligned-feature {
text-align: left;
flex-direction: row-reverse; /* Mobilde ikonlar her zaman solda dursun */
justify-content: flex-end;
}.om1-color-dots {
justify-content: flex-start;
}
}/* =========================================
ONLINE ADISYON AÇILIŞ SAYFASI (LANDING PAGE) STİLLERİ
========================================= *//* Genel Ayarlar */
.ym-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.ym-bg-gray {
background-color: #f8fafc; /* Görseldeki gibi açık gri arka planlar için */
}/* --- 1. HERO BÖLÜMÜ --- */
.ym-page-hero {
/* Görseldeki gibi kahverengi/ahşap tonu yerine modern koyu bir arka plan */
background: linear-gradient(135deg, #111827 0%, #1e293b 100%);
padding: 100px 0 0 0; /* Alttan sıfır çünkü görsel taşacak */
color: #ffffff;
text-align: center;
position: relative;
}.ym-hero-content {
max-width: 800px;
margin: 0 auto;
position: relative;
z-index: 2;
}.ym-hero-content h1 {
font-size: 2.5rem;
font-weight: 800;
line-height: 1.1;
margin-bottom: 20px;
letter-spacing: -1px;
}
.ym-text-highlight {
color: #ffde59; /* Görseldeki gibi turuncu/sarı vurgu */
}.ym-hero-content p {
font-size: 1.15rem;
color: #cbd5e1;
line-height: 1.6;
margin-bottom: 40px;
}/* Hero Butonları */
.ym-hero-buttons {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 20px;
}
.ym-btn {
padding: 14px 32px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
}
.ym-btn-primary {
background-color: #f59e0b; /* Turuncu buton */
color: #fff;
box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
}
.ym-btn-primary:hover {
background-color: #d97706;
transform: translateY(-2px);
}
.ym-btn-outline {
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
}
.ym-btn-outline:hover {
background-color: rgba(255, 255, 255, 1);
color: #111827;
}.ym-hero-note {
font-size: 13px;
color: #94a3b8;
margin-bottom: 60px;
}/* Mockup ve Fiyat Rozeti */
.ym-hero-mockup-wrapper {
position: relative;
max-width: 900px;
margin: 0 auto -100px auto; /* Sonraki bölüme taşması için negatif margin */
z-index: 3;
}
.ym-mockup-img {
width: 100%;
height: auto;
border-radius: 20px 20px 0 0;
box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
display: block;
}/* Yuvarlak Fiyat Rozeti */
.ym-price-badge {
position: absolute;
bottom: 50px;
right: -20px;
width: 180px;
height: 180px;
background: linear-gradient(135deg, #f59e0b 0%, #ea580c 100%);
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
box-shadow: 0 15px 35px rgba(234, 88, 12, 0.4);
border: 4px solid #fff;
transform: rotate(5deg);
animation: floatBadge 4s ease-in-out infinite;
}
@keyframes floatBadge {
0%,
100% {
transform: translateY(0) rotate(5deg);
}
50% {
transform: translateY(-10px) rotate(2deg);
}
}
.ym-pb-old {
font-size: 16px;
text-decoration: line-through;
opacity: 0.8;
}
.ym-pb-title {
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
margin: 4px 0 2px;
}
.ym-pb-new {
font-size: 32px;
font-weight: 800;
line-height: 1;
}
.ym-pb-new small {
font-size: 12px;
font-weight: 500;
}
.ym-pb-date {
font-size: 11px;
background: rgba(0, 0, 0, 0.2);
padding: 3px 10px;
border-radius: 20px;
margin-top: 8px;
}/* --- 2. ENTEGRASYON LOGOLARI BÖLÜMÜ --- */
.ym-integrations-section {
padding: 160px 0 80px; /* Üstten boşluk hero'dan taşan resim için */
background: #fff;
}
.ym-integrations-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
.ym-integration-card {
text-align: center;
}
/* Dilerseniz bu div içine img koyabilirsiniz, şimdilik metin logolu */
.ym-ic-logo {
width: 120px;
height: 120px;
margin: 0 auto 20px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 800;
font-size: 18px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
transition: transform 0.3s;
}
.ym-integration-card:hover .ym-ic-logo {
transform: scale(1.05);
}
.ym-integration-card h3 {
font-size: 18px;
color: #111827;
margin-bottom: 10px;
}
.ym-integration-card p {
font-size: 14px;
color: #64748b;
line-height: 1.5;
}/* --- 3 & 4. SOL-SAĞ SPLIT BÖLÜMLERİ --- */
.ym-split-section {
padding: 80px 0;
}
.ym-split-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
/* İçeriği ters çevirmek için sınıf */
.ym-reverse {
direction: rtl; /* Sütunları ters çevirir */
}
.ym-reverse > * {
direction: ltr; /* İçindeki metinlerin yönünü düzeltir */
}/* Metin Alanı Stilleri */
.ym-tag {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 12px;
font-weight: 700;
color: #f59e0b;
margin-bottom: 15px;
letter-spacing: 0.5px;
}
.ym-tag svg {
width: 16px;
height: 16px;
}.ym-split-text h2 {
font-size: 32px;
font-weight: 800;
color: #111827;
margin-bottom: 25px;
line-height: 1.2;
}/* Liste Tasarımı (Nasıl Çalışır) */
.ym-feature-list {
list-style: none;
padding: 0;
margin: 0 0 25px 0;
}
.ym-feature-list li {
font-size: 15px;
color: #475569;
margin-bottom: 16px;
line-height: 1.6;
}
.ym-feature-list strong {
color: #111827;
}/* Liste Tasarımı (Özellikler - Yuvarlak İkonlu) */
.ym-bullet-list {
list-style: none;
padding: 0;
margin: 0;
}
.ym-bullet-list li {
position: relative;
padding-left: 24px;
margin-bottom: 15px;
font-size: 15px;
color: #475569;
line-height: 1.5;
}
.ym-bullet-list li::before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 10px;
height: 10px;
border: 2px solid #0154d9;
border-radius: 50%;
}
.ym-bullet-list li strong {
color: #111827;
}/* Ekstra Elemanlar */
.ym-sub-note {
font-size: 14px;
color: #64748b;
margin-bottom: 25px;
}
.ym-link-arrow {
color: #f59e0b;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
transition: gap 0.3s;
gap: 5px;
}
.ym-link-arrow:hover {
gap: 10px;
}
.ym-icon-box {
width: 50px;
height: 50px;
background: #e0e7ff;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.ym-icon-box svg {
width: 24px;
height: 24px;
}/* Görsel Alanı */
.ym-split-image img {
width: 100%;
height: auto;
border-radius: 16px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}/* --- 5. SSS (FAQ) BÖLÜMÜ --- */
.ym-faq-section {
padding: 80px 0 100px;
}
.ym-faq-title {
text-align: center;
font-size: 32px;
font-weight: 800;
color: #111827;
margin-bottom: 50px;
}
.ym-faq-wrapper {
max-width: 800px;
margin: 0 auto;
}
.ym-faq-item {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 12px;
margin-bottom: 16px;
overflow: hidden;
}
.ym-faq-item summary {
padding: 20px 24px;
font-size: 16px;
font-weight: 600;
color: #1e293b;
cursor: pointer;
list-style: none;
position: relative;
user-select: none;
}
.ym-faq-item summary::-webkit-details-marker {
display: none;
}
/* Açılır Kapanır Ok İkonu */
.ym-faq-item summary::after {
content: "+";
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
font-weight: 400;
color: #64748b;
transition: transform 0.3s;
}
.ym-faq-item[open] summary::after {
content: "−"; /* Eksi işareti */
color: #0154d9;
}
.ym-faq-content {
padding: 0 24px 20px 24px;
font-size: 15px;
color: #475569;
line-height: 1.6;
}/* =========================================
MOBİL UYUMLULUK (RESPONSIVE)
========================================= */
@media (max-width: 1024px) {
.ym-integrations-grid {
grid-template-columns: repeat(2, 1fr);
}
.ym-hero-content h1 {
font-size: 2.8rem;
}
}@media (max-width: 768px) {
.ym-hero-content h1 {
font-size: 2.2rem;
padding: 0 20px;
}
.ym-hero-buttons {
flex-direction: column;
}
.ym-price-badge {
width: 160px;
height: 160px;
right: 0;
bottom: 20px;
}
.ym-pb-new {
font-size: 22px;
}.ym-integrations-section {
padding-top: 100px;
}
.ym-integrations-grid {
grid-template-columns: 1fr;
}.ym-split-grid {
grid-template-columns: 1fr;
gap: 40px;
}
/* Mobilde yönü düzelt (Görsel üstte, yazı altta olsun) */
.ym-reverse {
direction: ltr;
}
.ym-split-image {
order: -1;
}
}/* Ana Taşıyıcı - Grid (Izgara) Sistemi */
.ym-integrations-list {
display: grid;
grid-template-columns: repeat(5, 1fr); /* Masaüstünde yan yana 5 eşit sütun */
gap: 20px; /* Resimler arası boşluk */
padding: 20px 0;
}/* Her bir resim kutusu ve şık görünüm efektleri */
.ym-integration-item {
border-radius: 12px; /* Köşe yuvarlatma */
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* Hafif gölge */
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
background: #ffffff;
}/* Üzerine gelince (Hover) yukarı kalkma efekti */
.ym-integration-item:hover {
transform: translateY(-8px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
cursor: pointer;
}/* Resim ayarları - Bulunduğu sütuna tam sığması için */
.ym-integration-item img {
display: block;
width: 100%; /* Bulunduğu alanın genişliğini tam kaplar */
height: auto;
aspect-ratio: 3 / 2; /* Sizin 300x200 ölçünüzün oranını korur */
object-fit: cover; /* Farklı boyutta resim gelirse bozmadan güzelce kırpar */
}/* --- DUYARLI (RESPONSIVE) AYARLAR --- *//* Orta boy ekranlar ve Tabletler için (Genişlik 992px ve altı) */
@media (max-width: 992px) {
.ym-integrations-list {
grid-template-columns: repeat(3, 1fr); /* Tablette yan yana 3'lü dizilir */
}
}/* Mobil Cihazlar için (Genişlik 768px ve altı) */
@media (max-width: 768px) {
.ym-integrations-list {
grid-template-columns: repeat(
2,
1fr
); /* Mobilde tam istediğiniz gibi 2'li dizilir */
gap: 15px; /* Mobilde aradaki boşluğu biraz küçültüyoruz */
}
}/* === OZELLIK-MENU1: MODÜLLER IZGARASI (KARTLI TASARIM) === */.om1-modules-header {
text-align: center;
max-width: 850px;
margin: 0 auto 50px auto;
}.om1-modules-header h2 {
font-size: 32px;
font-weight: 700;
color: var(--om1-dark);
margin: 0 0 15px 0;
}.om1-modules-header p {
font-size: 16px;
color: var(--om1-text);
line-height: 1.6;
}/* 2 Kolonlu Kart Grid Yapısı */
.om1-modules-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px 30px; /* Dikey 20px, Yatay 30px boşluk */
}/* Modül Kartı Stili (Görseldeki gibi ince çerçeveli beyaz kutular) */
.om1-module-card {
background-color: #ffffff;
border: 1px solid #e5e7eb; /* Çok hafif gri ince sınır */
border-radius: 12px;
padding: 20px;
display: flex;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
}/* Kartın Üzerine Gelince (Hover) Tatlı Gölgelendirme */
.om1-module-card:hover {
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
border-color: #d1d5db;
transform: translateY(-2px);
}/* Sol Taraftaki Renkli Çerçeveli İkon Kutusu */
.om1-mc-icon {
width: 80px;
height: 80px;
flex-shrink: 0;
border: 2px solid; /* Rengi HTML içinden (inline) alıyor */
border-radius: 16px; /* İkon kutusu köşe yuvarlatması */
display: flex;
align-items: center;
justify-content: center;
}.om1-mc-icon svg {
width: 40px;
height: 40px;
}/* Sağ Taraftaki Metin Alanı */
.om1-mc-text {
flex: 1;
}.om1-mc-text h4 {
font-size: 16px;
font-weight: 700;
color: var(--om1-dark);
margin: 0 0 8px 0;
line-height: 1.3;
}.om1-mc-text p {
font-size: 14px;
color: var(--om1-text);
line-height: 1.5;
margin: 0;
}/* === MOBİL UYUMLULUK === */
@media (max-width: 992px) {
.om1-modules-grid {
grid-template-columns: 1fr; /* Mobilde veya dar ekranda tek sütun alt alta */
}
}@media (max-width: 576px) {
.om1-modules-header h2 {
font-size: 26px;
}.om1-module-card {
flex-direction: column; /* Telefondan girildiğinde ikon üstte metin altta dursun */
text-align: center;
padding: 25px 20px;
}
}/* === OZELLIK-MENU1: ENTEGRASYONLAR BÖLÜMÜ === *//* Başlık Alanı */
.om1-integ-header {
text-align: center;
max-width: 800px;
margin: 0 auto 50px auto;
}.om1-integ-header h2 {
font-size: 32px;
font-weight: 700;
color: var(--om1-dark, #2d3748);
margin: 0 0 15px 0;
}.om1-integ-header p {
font-size: 16px;
color: var(--om1-text, #4a5568);
line-height: 1.6;
}/* 3 Kolonlu Grid Yapısı */
.om1-integ-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}/* Çerçeveli Kart Yapısı (Görseldeki gibi) */
.om1-integ-card {
background-color: #ffffff;
border: 1px solid #e2e8f0; /* Açık gri sınır çizgisi */
border-radius: 8px; /* Çok hafif köşeli yapı */
padding: 40px 20px;
text-align: center;
transition: all 0.3s ease;
}/* Kartın Üzerine Gelince Hafif Gölgelendirme (İsteğe Bağlı) */
.om1-integ-card:hover {
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
border-color: #cbd5e1;
transform: translateY(-3px);
}/* Yuvarlak Logo Alanı *//* Yuvarlak Logo Alanı */
.om1-integ-logo {
width: 130px;
height: 130px;
border-radius: 50%; /* Tam yuvarlak */
background-color: #f8f9fa; /* Tüm kartlarda aynı soft arka plan */
margin: 0 auto 25px auto;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}/* Yuvarlağın İçindeki Resimlerin Ayarı */
.om1-integ-logo img {
max-width: 100%; /* Resim yuvarlağın sınırlarını taşmasın */
max-height: 100%;
object-fit: contain; /* Logonun orantısını bozmadan sığdırır */
display: block;
}/* Kart Başlığı */
.om1-integ-card h4 {
font-size: 18px;
font-weight: 600;
color: var(--om1-dark, #2d3748);
margin: 0 0 15px 0;
}/* Kart Açıklaması */
.om1-integ-card p {
font-size: 15px;
color: var(--om1-text, #4a5568);
line-height: 1.6;
margin: 0;
}/* === MOBİL UYUMLULUK === */
@media (max-width: 992px) {
.om1-integ-grid {
grid-template-columns: repeat(2, 1fr); /* Tablette 2'li yan yana */
gap: 20px;
}
}@media (max-width: 600px) {
.om1-integ-header h2 {
font-size: 26px;
}.om1-integ-grid {
grid-template-columns: 1fr; /* Mobilde tekli alt alta */
}.om1-integ-card {
padding: 30px 15px;
}
}@media (max-width: 1024px) {
.ym-page-hero {
padding: 150px 0 0 0;
}
}/*/*//* Ana Kapsayıcı Alan */
.flap-showcase-section {
padding: 60px 20px;
background: #f4f6f8;
}/* 3x2 Grid (Izgara) Dizilimi */
.flap-showcase-container {
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, 1fr); /* Tam olarak yan yana 3 tane */
gap: 20px; /* Kartlar arası boşluk */
}/* Her Bir Çerçeve (Kart Tasarımı) */
.flap-showcase-card {
--bg: transparent;
--dark-surface: #0a0a0c;
--card-bg: #ffffff;
--border-light: #e4e4e7;
--text-dark: #18181b;
--text-gray: #71717a;
--brand-primary: #4f46e5;
--brand-light: #e0e7ff;
--success: #10b981;
--trans-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
background: var(--card-bg);
border: 1px solid var(--border-light);
padding: 30px 0px;
border-radius: 10px;
display: flex;
flex-direction: column;
align-items: center;
transition: all 0.4s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
position: relative;
}/* Üzerine Gelince Kartın Havaya Kalkması */
.flap-showcase-card:hover {
transform: translateY(-12px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}/* icerik.css dosyanızdaki mevcut kodun yerine bunu yapıştırın */
.flap-showcase-card .sf-particle-canvas2 {
position: absolute;
bottom: -50px;
left: 50%;
width: 100%;
aspect-ratio: 1 / 1;
transform: translateX(-50%);
z-index: 0;
pointer-events: none;
opacity: 0.95; /* ESKİDEN 0.35'Tİ - BÖYLECE ÇOK DAHA BELİRGİN OLACAK */
transition: var(--trans-smooth);
}.flap-showcase-card:hover .sf-particle-canvas2 {
opacity: 1; /* ÜZERİNE GELİNCE TAMAMEN GÖRÜNÜR OLACAK */
transform: translateX(-50%) scale(1.05);
}/* Başlık Tasarımı */
.flap-showcase-title {
font-size: 19px;
font-weight: 700;
color: #1a1a1a;
margin: 0 0 25px 0;
text-align: center;
padding-bottom: 12px;
border-bottom: 2px solid #e2e8f0;
width: 80%;
}/* Telefon Görselinin Boyutu ve Kutusu */
.flap-showcase-phone {
position: relative;
width: 100%;
height: 430px;
overflow: hidden;
max-width: 60%;
}/* --- YENİ EKLENEN KISIM: İframe Yerine Resim ve Demoyu Gör Butonu --- */.flap-showcase-phone {
position: relative;
overflow: hidden; /* Dışarı taşmaları engellemek için */
border-radius: 30px; /* Telefon çerçevesine uyumlu olması için */
}/* Telefon dış çerçevesi (Transparan) */
.flap-showcase-img {
position: relative;
z-index: 2;
pointer-events: none; /* Mouse hareketleri alt katmana (butona) geçebilsin */
}/* İframe'in yerine geçen temanın ekran görüntüsü */
.flap-showcase-screenshot {
position: absolute;
top: 32px;
left: 4px;
width: 96%;
height: 100%;
object-fit: contain;
z-index: 1;
transition: filter 0.4s ease;
object-position: top;
}/* Koyu/Flu arka plan ve Butonu tutan kapsayıcı */
.flap-demo-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3; /* Telefon resminin üzerinde duracak */
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0); /* Başlangıçta şeffaf */
opacity: 0;
transition: all 0.4s ease;
}/* Mouse ile üzerine gelince olacaklar */
.flap-showcase-phone:hover .flap-demo-overlay {
background: rgba(0, 0, 0, 0.5); /* Siyah transparan bir tül iner */
backdrop-filter: blur(4px); /* Arka plan flu olur */
-webkit-backdrop-filter: blur(4px);
opacity: 1;
}/* Demoyu Gör Butonu */
.flap-demo-btn {
background-color: #0056e0; /* Logonuzun/Temanızın rengi */
color: #ffffff !important;
padding: 12px 28px;
border-radius: 5px;
font-weight: 600;
font-size: 15px;
border: solid 1px transparent;
text-decoration: none;
transform: translateY(20px); /* Başlangıçta biraz aşağıda dursun */
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Yaylanma animasyonu */
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}.flap-showcase-phone:hover .flap-demo-btn {
transform: translateY(0); /* Buton yukarı doğru fırlar */
}.flap-demo-btn:hover {
border: solid 1px #fff;
background-color: transparent;
transform: translateY(-3px) scale(1.05); /* Tıklamaya teşvik eden büyüme */
}/* Telefon Çerçeve Resmi (En Üstte) */
.flap-showcase-img {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
pointer-events: none; /* Scroll işleminin iframe'e geçmesi için şart */
}/* İçeri Çekilen Site (Sanal Küçültme Uygulanmış) */
.flap-showcase-iframe {
position: absolute;
z-index: 1;
width: 96%;
height: 580px;
transform-origin: top left;
transform: scale(0.66);
top: 42px;
left: 64px;
border: none;
background-color: #fff;
}.sf-particle-canvas2 {
pointer-events: none !important;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}/* Telefon mockuplarının her zaman canvas'ın üstünde ve tıklanabilir olması için */
.flap-showcase-phone,
.om1-phone-mockup {
position: relative;
z-index: 2;
}
/* RESPONSİVE (Mobil ve Tablet Uyumluluğu) *//* Ekran küçülünce (Tabletlerde) 2'li yan yana dizecek */
@media (max-width: 1024px) {
.flap-showcase-container {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
}/* Cep telefonlarından girildiğinde hepsini alt alta dizecek */
@media (max-width: 768px) {
.flap-showcase-container {
grid-template-columns: 1fr;
max-width: 400px; /* Kartın mobilde çok uzamasını engeller */
}
}
