:root {
    --bg: #f8f7fa;
    --menutxtcl: 111, 115, 145;
    --menutxtweight: 600;
    --intlinear: 90, 99, 129;
    --txtall: 79, 82, 107;
    --cl1: 127, 139, 216;
    --pckdf: var(--cl1);
    --whydf: var(--cl1);
    --lbds: 255, 255, 255;
    --lsdb: 56, 58, 70;
    --text: 85, 85, 85;
    --fixedtel: #d581b4;
}
body.dark {
    --bg: #26272d;
    --menutxtcl: 226, 226, 228;
    --intlinear: 45, 45, 58;
    --txtall: 226, 226, 228;
    --cl1: 192, 128, 223;
    --lbds: 56, 58, 70;
    --lsdb: 255, 255, 255;
    --pckdf: var(--cl1);
    --text: 226, 226, 228;
}

@media (max-width: 768px){
    .fixActions {
        display: none !important;
    }
}
/* Menü öğeleri fontu */ .serviceList { font-family: 'Roboto', sans-serif; /* Roboto fontunu kullan */ font-weight: bold; /* Kalın font */ overflow: auto; justify-content: flex-start !important; padding-bottom: 10px; } .serviceList::-webkit-scrollbar-track { border-radius: 20px; background-color: #ededf3; } .serviceList::-webkit-scrollbar { height: 12px; background-color: #f5f5f5; } .serviceList::-webkit-scrollbar-thumb { border-radius: 20px; background-color: #d3d7de; } /* navlist başlangıcı */ /* div.NavActions içindeki menü öğelerini düzenler */ div.NavActions { display: flex; /* Flex container kullan */ flex-direction: column; /* Öğeleri dikey olarak sırala */ align-items: center; /* Öğeleri ortala */ justify-content: flex-start; /* Öğeleri dikey olarak baştan başlat */ width: 100%; /* Div'in genişliğini tam ekran yap */ box-sizing: border-box; /* Padding ve border genişliği hesaba kat */ } div.NavActions ul { width: 100%; /* Listenin genişliğini div'e sığdır */ padding: 0; /* Varsayılan padding'i sıfırla */ margin: 0; /* Varsayılan margin'i sıfırla */ list-style: none; /* Liste işaretlerini kaldır */ } div.NavActions ul li { width: 100%; /* Liste öğelerinin genişliğini div'e sığdır */ margin-bottom: 10px; /* Liste öğeleri arasına alttan 10px boşluk ekle */ } div.NavActions ul li a { display: block; /* Bağlantıları blok seviyesinde göster */ padding: 10px; /* Tıklanabilir alanı genişlet */ text-decoration: none; /* Alt çizgiyi kaldır */ color: inherit; /* Kalıtılmış renk özelliğini kullan */ text-align: center; /* Metni ortala */ } .navlink { text-decoration: none; /* Link altı çizgilerini kaldırır */ color: #333; /* Koyu gri yazı rengi */ background-color: rgb(0 0 0 / 0%); /* Açık gri arka plan rengi */ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Yazı tipi */ font-size: 14px; /* Daha küçük yazı boyutu */ padding: 8px 12px; /* Azaltılmış iç dolgu */ margin: 0; /* Öğeler arası boşluk yok */ border-radius: 4px; /* Daha az yuvarlak köşeler */ display: inline-block; /* Yan yana düzen */ transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; /* Düzgün renk geçişi */ box-shadow: none; /* Gölge yok */ } .navlink:hover, .navlink:focus { background-color: #e2e6ea; /* Hover durumunda çok hafif koyulaşan arka plan */ color: #0056b3; /* Hover durumunda mavi yazı rengi */ } .NavActions { display: flex; /* Flex konteyner olarak ayarlar */ align-items: center; /* Öğeleri dikey eksende ortalar */ justify-content: center; /* Öğeleri yatay eksende ortalar */ } .NavActions > * { margin: 0; /* Tüm çocuk öğelerin dış boşluğunu kaldırır */ padding: 0; /* Tüm çocuk öğelerin iç boşluğunu kaldırır */ } .navbar.nav-head { height: 110px; /* Diğer stil özellikleri buraya eklenebilir */ } .NavActions { display: flex; /* Flexbox modelini etkinleştirir */ flex-direction: row; /* Öğeleri yatay bir sırada hizalar */ justify-content: center; /* Öğeleri yatay eksende merkeze hizalar */ align-items: center; /* Öğeleri dikey eksende merkeze hizalar */ gap: 10px; /* Öğeler arasında 10 piksel boşluk bırakır */ /* İhtiyaca göre diğer stil özellikleri eklenebilir */ } /* H1 Başlıkları için Optimize Edilmiş Stil */ .post-content .post-body h1 { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 30px; color: #000; /* Net ve koyu renk, okunabilirlik için mükemmel */ margin-top: 24px; margin-bottom: 16px; line-height: 1.4; /* İdeal satır yüksekliği */ font-weight: 700; /* Çarpıcı ve okunaklı kalınlık */ } /* H2 Başlıkları için Optimize Edilmiş Stil */ .post-content .post-body h2 { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 26px; color: #222; /* Net ve okunabilirlik için ideal */ margin-top: 20px; margin-bottom: 14px; line-height: 1.4; font-weight: 600; } /* H3 Başlıkları için Optimize Edilmiş Stil */ .post-content .post-body h3 { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 22px; color: #333; /* Göz yormayan renk tonu */ margin-top: 18px; margin-bottom: 12px; line-height: 1.4; font-weight: 500; } /* Paragraf için Optimize Edilmiş Stil */ .post-content .post-body p { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 18px; /* Okunaklı ve rahat font boyutu */ color: #444; /* Göz yormayan renk */ line-height: 1.7; /* Metin arasında yeterli boşluk */ margin-top: 12px; margin-bottom: 12px; } /* Bold (Kalın) Metin için Optimize Edilmiş Stil */ .post-content .post-body strong, .post-content .post-body b { font-weight: bold; color: #000; /* Dikkat çekici koyu renk */ } /* Sıralı ve Sırasız Listeler için Optimize Edilmiş Stil */ .post-body ol, .post-body ul { font-family: 'Helvetica Neue', Arial, sans-serif; /* Net ve modern bir görünüm */ font-size: 18px; /* Okunabilirlik için ideal boyut */ color: #333; /* Net ve okunabilir koyu gri renk */ line-height: 1.7; /* Metin arasında yeterli boşluk */ margin-top: 12px; /* Liste öncesinde boşluk */ margin-bottom: 12px; /* Liste sonrasında boşluk */ padding-left: 40px; /* Liste madde işaretleri için yeterli iç boşluk */ } /* Sırasız Listeler için Özel Stil */ .post-body ul { list-style-type: circle; /* Modern ve zarif daire şeklinde işaretleyiciler */ } /* Sıralı Listeler için Özel Stil */ .post-body ol { list-style-type: decimal; /* Net ve okunabilir sayısal işaretleyiciler */ } /* Liste Öğeleri için Stil */ .post-body li { margin-bottom: 8px; /* Liste öğeleri arasında dengeli boşluk */ } .post-content .post-body a { color: #007bff; /* Canlı mavi ton, görsel olarak dikkat çeker ve SEO için iyi bir uygulamadır */ text-decoration: none; /* Alt çizgiyi kaldırır */ background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ffdc80 50%); /* Arka planda gradyan efekti oluşturur */ background-size: 220%; /* Arka plan genişliğini ayarlar */ transition: background-position 0.4s, color 0.3s; /* Geçiş efektleri */ font-weight: 500; /* Hafifçe kalın font, okunabilirliği artırır */ } .post-content .post-body a:hover, .post-content .post-body a:focus { color: #0056b3; /* Hover ve focus durumlarında daha koyu bir maviye dönüşür */ text-decoration: none; /* Alt çizgiyi korur */ background-position: -100%; /* Hover efekti için arka plan pozisyonunu değiştirir */ outline: none; /* Odaklanma anında dış çizgiyi kaldırır */ } /* Table Head (thead) Styling */ /* General Table Styling for Width and Centering */ table { width: 100%; /* Full width for better visibility */ margin: 0 auto; /* Center the table */ border-spacing: 0; /* Removes space between borders */ border-collapse: collapse; /* Collapses cell borders */ } /* Table Head (thead) Styling */ .thead { font-family: 'Helvetica Neue', Arial, sans-serif; background-color: #f7f7f7; color: #333; font-weight: bold; text-align: left; padding: 15px; /* Slightly increased padding */ border-bottom: 2px solid #eaeaea; } /* Table Header (th) Styling */ th { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 18px; color: #333; padding: 15px; /* Increased padding for better spacing */ border-bottom: 2px solid #eaeaea; } /* Table Body (tbody) Styling */ tbody { font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 16px; color: #444; line-height: 1.6; } /* Table Row (tr) Styling */ tr { border-bottom: 1px solid #eaeaea; } /* Table Data (td) Styling */ td { padding: 15px; /* Increased padding for a better visual appeal */ text-align: left; } /* Table Footer (tfoot) Styling */ tfoot { font-family: 'Helvetica Neue', Arial, sans-serif; background-color: #f9f9f9; color: #333; font-weight: bold; text-align: left; padding: 15px; border-top: 2px solid #eaeaea; } /* Hover Effect on Rows */ tr:hover { background-color: #f5f5f5; } /* Links within Table */ td a { color: #007bff; text-decoration: none; transition: color 0.3s ease; } td a:hover { color: #0056b3; } /* Responsive Table Styling */ @media screen and (max-width: 768px) { table { width: 100%; } /* Additional responsive styles can be added here */ } .post-content .post-body * { background-repeat: no-repeat !important; } .rating { color: #ddd; float: left; } .star { cursor: pointer; font-size: 48px; /* Yıldızların boyutunu artırdık */ color: #ddd; /* Gri renk yıldızlar */ } .star:hover, .star:hover ~ .star { color: #ffc107; /* Sarı renk yıldızlar */ } .star-rating-label { display: block; margin-bottom: 10px; font-weight: bold; font-size: 30px; color: #333; } .star-rating .rating-icon { color: #ddd; /* Gri yıldızlar için varsayılan renk */ font-size: 20px; } .star-rating .checked { color: #ffc107; /* Derecelendirilen yıldızlar için sarı renk */ }/* Ratings and Reviews Bölümü */ .rating-review-container { background-color: #f8f8f8; padding: 20px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .review-and-rating-form-title { font-size: 24px; font-weight: bold; color: #333; margin-bottom: 10px; } .average-rating { display: flex; align-items: center; font-size: 18px; color: #555; margin-bottom: 10px; } .stars-rating-container .full-star, .stars-rating-container .half-star { color: #f39c12; margin-right: 5px; } .total-comments { font-size: 16px; color: #666; margin-bottom: 10px; } .star-rating-row { display: flex; align-items: center; font-size: 14px; color: #777; margin-bottom: 5px; } .star-rating-label-1 { width: 60px; } .star-rating-bar { flex-grow: 1; background-color: #ddd; height: 10px; margin: 0 10px; border-radius: 5px; overflow: hidden; } .star-rating-fill { background-color: #f39c12; height: 100%; } /* Comment List Başlığı */ .title-heading { display: flex; align-items: center; font-size: 24px; font-weight: bold; color: #333; margin-bottom: 20px; } .title-heading .icon { margin-left: 10px; font-size: 24px; color: #555; } /* Yorum Listesi */ .commentList { margin-top: 20px; } .comment { background-color: #f8f8f8; padding: 15px; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .comHead { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #666; } .comHead .costumer { font-weight: bold; color: #333; } .comHead .star-rating { display: flex; align-items: center; } .rating-icon { font-size: 16px; color: #f39c12; margin-right: 2px; } .rating-icon.checked { color: #f1c40f; } .comContent { margin-top: 10px; font-size: 14px; color: #444; } /* Yorumların yanındaki yıldızlar */ .star-rating { display: flex; align-items: center; justify-content: center; font-size: 20px; /* Yıldızların boyutunu arttırabilirsiniz */ color: #f39c12; /* Yıldızların rengi */ margin-top: 5px; } .rating-icon { font-size: 24px; /* Yıldızların boyutunu arttırabilirsiniz */ color: #ffb400; /* Yıldızların rengi */ margin-right: 5px; /* Sağ taraftan boşluk */ transition: color 0.3s ease, transform 0.3s ease; /* Geçiş efektleri */ } .rating-icon.checked { color: #ffb400 !important; /* Seçili yıldızların rengi */ } .rating-icon.checked:hover { color: #ffd700 !important; /* Hover ile seçili yıldızların rengi */ transform: scale(1.2); /* Hover ile büyütme efekti */ } .post-body ul li::marker{color:red;}.post-content ol{list-style:none;counter-reset:list-counter;padding-left:0;margin-top:20px;margin-bottom:20px;}.post-content ol>li{counter-increment:list-counter;margin-bottom:20px;position:relative;padding-left:40px;}.post-content ol>li::before{content:counter(list-counter);position:absolute;left:0;top:0;width:35px;height:35px;border:2px solid #007bff;color:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:bold;}.post-content p{font-family:'Jost',Helvetica,sans-serif;font-size:18px;line-height:1.7;color:#333;margin:0;}.post-content p strong{font-weight:bold;color:#000;}.post-content ol li p{margin-top:10px;}.post-content ol li p br{line-height:1.5;}.podcast-section{background-color:#ffffff;padding:60px 30px;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,0.1);max-width:1200px;margin:0 auto}.podcast-container{display:flex;flex-wrap:wrap;align-items:flex-start;gap:40px}.podcast-header h2{font-size:2.5em;margin-bottom:30px;width:100%;text-align:center;color:#333333;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.podcast-content{display:flex;flex-direction:row;width:100%;gap:30px}.podcast-image{flex:1;text-align:center}.podcast-image img{max-width:100%;height:auto;border-radius:15px;transition:transform 0.3s ease}.podcast-image img:hover{transform:scale(1.05)}.podcast-details{flex:2;padding-left:20px}.podcast-description p{font-size:1.2em;line-height:1.8;color:#555555;margin-bottom:20px;font-family:'Georgia',serif}.podcast-header{display:flex;justify-content:center;align-items:center;text-align:center}.podcast-header h2{font-size:3em;margin-bottom:30px;color:#333333;font-family:'Poppins',sans-serif;position:relative}.podcast-header h2::after{content:'';width:60px;height:4px;background-color:#ff4b2b;position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);border-radius:2px}.podcast-player{margin-top:30px;background-color:#f1f1f1;padding:15px;border-radius:10px;box-shadow:inset 0 2px 5px rgba(0,0,0,0.1)}.podcast-player audio{width:100%;outline:none;border-radius:5px;background-color:#ffffff;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:background-color 0.3s ease}.podcast-player audio:hover{background-color:#eaeaea}.podcast-player button{background-color:#ff4b2b;border:none;color:#ffffff;padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:1em;margin-top:10px;border-radius:5px;cursor:pointer;transition:background-color 0.3s ease}.podcast-player button:hover{background-color:#ff3a1a}@media (max-width:992px){.podcast-container{flex-direction:column;align-items:center}.podcast-content{flex-direction:column}.podcast-details{padding-left:0;margin-top:20px}}@media (max-width:576px){.podcast-header h2{font-size:2em}.podcast-description p{font-size:1em}}.category-custom-faq-section{position:relative;padding:60px 20px;background-color:#f9f9f9;overflow:hidden}.category-custom-faq-section::before,.category-custom-faq-section::after{content:'';position:absolute;border-radius:50%;background:radial-gradient(circle at top left,#ff7e5f,transparent 70%);width:300px;height:300px;opacity:.5}.category-custom-faq-section::before{top:-150px;left:-150px}.category-custom-faq-section::after{bottom:-150px;right:-150px;background:radial-gradient(circle at bottom right,#007BFF,transparent 70%)}.category-custom-faq-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.category-custom-faq-container h2{font-size:36px;text-align:center;font-weight:bold;margin-bottom:50px;color:#222;position:relative;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.category-custom-faq-container h2::after{content:'';width:100px;height:5px;background:linear-gradient(to right,#ff7e5f,#007BFF);position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);border-radius:2.5px}.category-custom-faq-list{margin-top:30px}.category-custom-faq-item{margin-bottom:40px;border-radius:10px;background-color:#fff;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.category-custom-faq-question h3{font-size:24px;font-weight:600;color:#333;margin-bottom:15px;position:relative;padding-left:40px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif}.category-custom-faq-question h3::before{content:'\f059';font-family:'Font Awesome 5 Free';font-weight:900;color:#007BFF;position:absolute;left:0;top:0;font-size:24px}.category-custom-faq-answer p{font-size:18px;color:#555;line-height:1.8;margin:0;padding-left:10px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-left:3px solid #007BFF}@media (max-width:768px){.category-custom-faq-container h2{font-size:28px}.category-custom-faq-question h3{font-size:20px}.category-custom-faq-answer p{font-size:16px}}.other-services-section{padding:50px 20px;border:1px solid #e0e0e0;border-radius:15px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:box-shadow 0.3s ease-in-out;background-color:rgba(255,255,255,0.8);text-align:center}.other-services-section:hover{box-shadow:0 6px 24px rgba(0,0,0,0.15)}.other-services-content h3{font-size:2.2em;margin-bottom:15px;color:#222;font-weight:800;text-align:center;font-family:'Roboto Slab',serif;position:relative;padding-bottom:10px}.other-services-content h3::after{content:'';width:80px;height:4px;background:linear-gradient(90deg,#0061f2,#00baff);position:absolute;bottom:0;left:50%;transform:translateX(-50%);border-radius:2px}.other-services-content p{font-size:1.15em;color:#555;margin-bottom:40px;text-align:center;line-height:1.8;font-family:'Open Sans',sans-serif}.btn-stylish{background:#86b7fe;color:#fff !important;border:none;padding:18px 50px;font-size:1.1em;font-weight:bold;border-radius:30px;transition:all 0.3s ease;text-transform:uppercase;cursor:pointer;box-shadow:0 5px 15px rgba(126,87,255,0.4);letter-spacing:0.08em;text-shadow:0 2px 5px rgba(0,0,0,0.2);position:relative;overflow:hidden}.btn-stylish::before{content:'';position:absolute;top:50%;left:-100%;width:100%;height:100%;background:rgba(255,255,255,0.3);transform:translateY(-50%) rotate(45deg);transition:all 0.5s ease}.btn-stylish:hover{box-shadow:0 8px 25px rgba(126,87,255,0.6)}.btn-stylish:hover::before{left:100%}.btn-stylish:focus{outline:none}@media (max-width:768px){.other-services-section{padding:40px 10px}.other-services-content h3{font-size:1.8em}.other-services-content p{font-size:1em}.btn-stylish{padding:14px 35px;font-size:1em}} .features-section{padding:60px 0;border:2px dashed #ddd;border-radius:10px}.features-section .features-title{text-align:center;margin-bottom:20px;font-size:2em;font-weight:700;color:#333;font-family:'Roboto',sans-serif}.features-section p{text-align:center;max-width:800px;margin:0 auto 40px;font-size:1.1em;color:#555;line-height:1.7;font-family:'Open Sans',sans-serif}.features-list{display:flex;flex-wrap:wrap;justify-content:space-between}.feature-item{flex:1 1 calc(33.333% - 20px);text-align:center;margin-bottom:40px}.feature-item img{max-width:160px!important;margin-bottom:20px}.feature-item h3{margin-bottom:15px;font-size:1.5em;color:#222;font-weight:600;font-family:'Roboto',sans-serif}.feature-item p{font-size:1em;line-height:1.6;color:#666;font-family:'Open Sans',sans-serif}@media (max-width:767px){.features-list{flex-direction:column;align-items:center}.feature-item{flex:1 1 100%;max-width:100%;margin-bottom:40px}}.content__wrapper-section{padding:60px 0;border:2px dashed #8c8cdd;border-radius:10px;background-color:#f9f9f9;margin-top:40px}.content__wrapper-title{text-align:center;font-size:2em;font-weight:700;color:#333;font-family:'Roboto',sans-serif;margin-bottom:20px}.content__wrapper-section p{text-align:center;max-width:800px;margin:0 auto 40px;font-size:1.1em;color:#666;line-height:1.7;font-family:'Open Sans',sans-serif}.content__wrapper-features-list{display:flex;flex-wrap:wrap;justify-content:space-around}.content__wrapper-feature-item{flex:1 1 calc(50% - 20px);text-align:center;margin-bottom:40px;padding:20px;border-radius:8px}.content__wrapper-feature-item img{max-width:120px!important;margin-bottom:15px;background-color:#e0e7ff;border-radius:50%;padding:20px}.content__wrapper-feature-item h3{margin-bottom:15px;font-size:1.5em;color:#222;font-weight:600;font-family:'Roboto',sans-serif}.content__wrapper-feature-item p{font-size:1em;line-height:1.6;color:#777;font-family:'Open Sans',sans-serif}@media (max-width:767px){.content__wrapper-features-list{flex-direction:column;align-items:center}.content__wrapper-feature-item{flex:1 1 100%;max-width:100%;margin-bottom:30px}}.whybuy-service-section .container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:900px;margin:auto;padding:40px 20px;background-color:#f9f9fb !important}.whybuy-service-section h2{font-size:2.5em !important;font-weight:700 !important;color:#3a2a5e !important;margin-bottom:15px !important;line-height:1.2 !important;text-align:center !important}.whybuy-service-section p{font-size:1.25em !important;color:#444 !important;margin-bottom:40px !important;max-width:600px !important;text-align:center !important;line-height:1.8 !important;font-weight:500 !important;text-shadow:0.5px 0.5px 2px rgba(0,0,0,0.1) !important}.feature-image-whybuy{max-width:200px;margin-bottom:30px;border-radius:10px !important}@media (min-width: 992px){.feature-image-whybuy{max-width:180px !important;height:auto !important}}.whybuy-service-features-list{display:flex !important;flex-direction:column !important;gap:25px !important;align-items:flex-start !important;max-width:700px !important;width:100% !important}.whybuy-feature-item{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;gap:10px !important;padding:20px !important;background:#fff !important;border-radius:8px !important;box-shadow:0 4px 8px rgba(0,0,0,0.1) !important;width:100% !important}.whybuy-feature-item h3{font-size:1.6em !important;font-weight:600 !important;color:#3a2a5e !important;margin-bottom:5px !important;display:block !important;text-align:center !important}.whybuy-feature-item p{font-size:1.1em !important;color:#444 !important;line-height:1.8 !important;font-weight:500 !important;text-shadow:0.5px 0.5px 2px rgba(0,0,0,0.1) !important;margin-top:5px !important;max-width:100% !important;text-align:center !important}.whybuy-feature-item img{width:30px !important;height:30px !important;border-radius:50% !important;margin-right:10px !important;flex-shrink:0 !important}@media (max-width: 768px){.whybuy-service-section .container{text-align:center !important;align-items:center !important}.whybuy-service-section h2,.whybuy-service-section p,#section_description_content__wrapper_why{text-align:center !important;max-width:100% !important;margin-left:0 !important}.whybuy-feature-item{align-items:center !important}}.share-title{font-size:18px!important;font-weight:600!important;color:#333!important;display:flex!important;align-items:center!important;margin-right:10px!important}.share-title i{font-size:20px!important;color:#007bff!important;margin-right:6px!important;transition:color 0.3s ease!important}.share-title:hover i{color:#0056b3!important}.social-share{display:flex!important;align-items:center!important;margin-top:15px!important}.post-body a{color:#0d6efd!important;text-decoration:none!important;font-weight:600!important;transition:color 0.3s ease!important,box-shadow 0.3s ease!important;position:relative!important}.post-body a:hover{color:#0056b3!important;box-shadow:0 2px 0 0 #0056b3!important}.post-body a::after{content:'';position:absolute!important;left:0!important;bottom:-2px!important;width:100%!important;height:2px!important;background-color:#007bff!important;transform:scaleX(0)!important;transition:transform 0.3s ease!important}.post-body a:hover::after{transform:scaleX(1)!important}.rating-summary{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:20px;padding:15px;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.1);max-width:100%;box-sizing:border-box}.total-rating,.average-rating{width:100%;display:flex;justify-content:center;margin-bottom:10px;overflow:hidden}.average-rating{font-size:36px}.total-rating h3,.average-rating h3{font-size:18px;color:#333;margin:0;word-wrap:break-word}.average-value{font-weight:bold;color:#ff9900}.stripepay-button.NS-none.xrbs.keskin{background-color:#6772E5;color:#fff;padding:10px 20px;font-size:16px;font-family:Arial,sans-serif;border:none;border-radius:5px;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06);transition:background-color .3s ease,transform .2s ease;display:inline-block;text-align:center;text-decoration:none}.stripepay-button.NS-none.xrbs.keskin:hover{background-color:#5469D4;transform:translateY(-2px)}.stripepay-button.NS-none.xrbs.keskin:active{background-color:#3E4A9E;transform:translateY(0)}@media(min-width:1024px){.NavList .navitem{font-size:12px!important;padding:1px 2px!important;margin:0!important;letter-spacing:.2px!important;font-weight:500!important}.NavList .navitem a{padding:1px 2px!important;font-size:12px!important;text-transform:uppercase!important;font-family:'Poppins',sans-serif!important}}.navitem.nav-drop>a::after{display:none!important}.custom-video-section{padding:80px 20px;background:linear-gradient(135deg,#f7f9fc,#fff);text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:20px;margin-bottom:50px;position:relative;overflow:hidden}.custom-video-section::before{content:"";position:absolute;top:-40%;left:-40%;width:180%;height:180%;background:radial-gradient(circle at center,rgba(245,101,101,.1),transparent 70%);transform:rotate(20deg)}.custom-video-section-title{color:#2D3748;font-size:2.2em;margin-bottom:20px;font-weight:800;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(90deg,#F56565,#ED64A6,#805AD5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.custom-video-section-subtitle{color:#4A5568;font-size:1.5em;margin-bottom:15px;font-weight:600;font-style:italic;opacity:.9}.custom-video-section-description{font-size:1.1em;margin-bottom:30px;color:#555;line-height:1.6;max-width:800px;margin:0 auto}.custom-video-iframe-container{position:relative;width:100%;max-width:800px;margin:0 auto;overflow:hidden;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.12);transition:transform .3s ease;aspect-ratio:16/9}.custom-video-iframe-container:hover{transform:scale(1.02)}.custom-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.custom-video-highlights{margin-top:30px;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.custom-highlight-item{position:relative;background:linear-gradient(145deg,#fff,#f9f9f9);border-radius:16px;padding:20px 15px 15px;box-shadow:0 10px 20px rgba(0,0,0,.08);text-align:left;transition:all .3s ease-in-out;overflow:hidden;border:1px solid #e2e8f0}.custom-highlight-item::before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#F56565,#ED64A6,#805AD5);border-radius:16px 16px 0 0}.custom-highlight-item:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.custom-highlight-item .custom-highlight-title{margin-top:10px;display:flex;align-items:center;margin-bottom:10px;font-size:1.25em;font-weight:500;color:#2D3748;text-transform:none;letter-spacing:0;line-height:1.3}.custom-highlight-icon{display:inline-block;width:36px;height:36px;background-repeat:no-repeat;background-position:center;background-size:contain;margin-right:8px}.custom-highlight-item .custom-highlight-text{margin:0 0 .8em;color:#4A5568;font-weight:400;line-height:1.4;font-size:.95em;white-space:normal;overflow-wrap:break-word}.custom-highlight-item .custom-highlight-text:last-child{margin-bottom:0}.custom-highlight-item.live-demonstration .custom-highlight-icon{background-image:url('icon-live-demonstration.svg')}.custom-highlight-item.instant-growth .custom-highlight-icon{background-image:url('icon-instant-growth.svg')}.custom-highlight-item.authentic-engagement .custom-highlight-icon{background-image:url('icon-authentic-engagement.svg')}.custom-highlight-item.safe-secure .custom-highlight-icon{background-image:url('icon-safe-secure.svg')}@media(max-width:768px){.custom-video-iframe-container{width:150%;max-width:none;margin-left:-25%}}.nav-drop .drop-menu{visibility:hidden;opacity:0;position:absolute;margin-top:0;padding:10px 0!important;background:#fff!important;border-radius:8px!important;transition:.25s!important;box-shadow:0 8px 24px rgba(0,0,0,0.12)!important;z-index:99!important;min-width:220px!important}.nav-drop:hover .drop-menu{visibility:visible;opacity:1!important;margin-top:10px!important}.nav-drop .drop-menu a{display:block;padding:12px 18px!important;color:#374151!important;font-size:14px!important;text-decoration:none!important;transition:background .2s ease!important;border-bottom:1px solid #f1f1f1!important}.nav-drop .drop-menu a:last-child{border-bottom:none!important}.nav-drop .drop-menu a:hover{background:#f9fafc!important;color:#000!important;border-radius:6px!important}







@media (max-width: 768px) {
    a.logo img {
        height: 80px !important;
        width: auto !important;
    }
}

.logo img {
    height: 80px !important; /* Masaüstünde veya diğer cihazlarda bu yüksekliği kullan */
    width: auto !important;  /* Genişliği orantılı ayarlamak için */
}

