.elementor-49650 .elementor-element.elementor-element-2fe14652{--display:flex;--overlay-opacity:0.5;}.elementor-49650 .elementor-element.elementor-element-2fe14652::before, .elementor-49650 .elementor-element.elementor-element-2fe14652 > .elementor-background-video-container::before, .elementor-49650 .elementor-element.elementor-element-2fe14652 > .e-con-inner > .elementor-background-video-container::before, .elementor-49650 .elementor-element.elementor-element-2fe14652 > .elementor-background-slideshow::before, .elementor-49650 .elementor-element.elementor-element-2fe14652 > .e-con-inner > .elementor-background-slideshow::before, .elementor-49650 .elementor-element.elementor-element-2fe14652 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#CCCCCC;--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-63d185a *//* Ana Buton Stili - Büyütüldü */
.wp-floating-cta {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #25d366 !important; /* WP Yeşili zorunlu kılındı */
    color: #ffffff !important; /* Yazı rengi kesinlikle beyaz */
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 60px 0 0 60px; /* Daha geniş ve yumuşak kavis */
    box-shadow: -4px 4px 15px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    padding: 20px 35px 20px 25px; /* Eskisine göre çok daha dolgun */
    transition: all 0.3s ease-in-out;
    min-width: 260px; /* Butonun daralmasını önler */
    box-sizing: border-box;
}

/* İkon Konteyneri ve SVG Boyutu */
.wp-floating-cta .wp-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px; /* Yazı ile ikon arasını açtık */
}

.wp-floating-cta .wp-icon-container svg {
    width: 45px; /* İkon çok daha büyük */
    height: 45px;
    fill: #ffffff !important; /* İkon rengi kesin beyaz */
}

/* Metin Alanı - Büyütüldü */
.wp-floating-cta .wp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.wp-floating-cta .wp-text span {
    font-size: 18px; /* Üst metin büyüdü */
    font-weight: 500;
}

.wp-floating-cta .wp-text strong {
    font-size: 26px; /* Alt metin çok daha dikkat çekici */
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hover (Mouse Üzerine Gelince) Efektleri */
.wp-floating-cta:hover {
    background-color: #128c7e !important;
    transform: translateY(-50%) scale(1.03); /* Hafifçe ileri atılır */
    box-shadow: -6px 6px 20px rgba(0,0,0,0.35);
}

/* Mobil Optimizasyonu - Telefonda ekranı kaplamaması için ayarlandı */
@media (max-width: 768px) {
    .wp-floating-cta {
        bottom: 30px;
        top: auto;
        right: 20px;
        border-radius: 60px; /* Tam yuvarlak köşeler */
        padding: 15px 25px;
        transform: none;
        min-width: auto;
    }
    
    .wp-floating-cta:hover {
        transform: scale(1.05);
    }

    .wp-floating-cta .wp-icon-container svg {
        width: 35px;
        height: 35px;
    }

    .wp-floating-cta .wp-text span {
        font-size: 14px;
    }

    .wp-floating-cta .wp-text strong {
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2fe14652 *//* 1. KESİN ÇÖZÜM: SAĞ ALTTAKİ TRUSTPILOT'U SİL */
#trustpilot-gtm-floating-wrapper, 
.tp-widget-wrapper, 
iframe[title*="Trustpilot"][style*="fixed"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 2. BAŞLIK BOYUTLARI VE RENKLENDİRME */
body h1 { 
    font-size: 34px !important; 
    color: #1a2b3c !important; 
    font-weight: 800 !important;
    margin-bottom: 25px !important;
}

body h2 { 
    font-size: 26px !important; 
    color: #0056b3 !important; /* Klinik Mavisi */
    font-weight: 700 !important;
    margin-top: 35px !important;
    position: relative;
    padding-bottom: 10px;
}

/* Başlıkların altına modern bir çizgi */
body h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #007bff;
    border-radius: 2px;
}

/* 3. SAYFAYI BÖLÜMLERE AYIR VE RENKLENDİR */
/* Her iki bölümden birine çok hafif bir arka plan rengi vererek 'dümdüz beyaz' etkisini kırar */
.elementor-section:nth-child(even) {
    background-color: #f8fbff !important; /* Çok açık soft mavi */
    border-top: 1px solid #eef2f7;
    border-bottom: 1px solid #eef2f7;
}

/* 4. MODERN KART VE GÖRSEL TASARIMI */
/* Metin ve görsel içeren sütunlara derinlik katar */
.elementor-column-wrap, .elementor-widget-wrap {
    transition: all 0.4s ease;
}

img {
    border-radius: 20px !important; /* Yumuşak köşeler */
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

/* 5. MOBİL UYUMLULUK (RESPONSIVE) */
@media (max-width: 768px) {
    body h1 { font-size: 26px !important; }
    body h2 { font-size: 22px !important; }
    body p { font-size: 15px !important; line-height: 1.7 !important; }
    
    /* Mobilde bölümler arası boşluğu düzenle */
    .elementor-section {
        padding: 30px 15px !important;
    }
}

/* 6. WHATSAPP VE BUTON PARLATMA */
.elementor-button {
    background-color: #007bff !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.2) !important;
    transition: transform 0.3s !important;
}

.elementor-button:hover {
    transform: scale(1.05) !important;
}/* End custom CSS */