.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-4609 .elementor-element.elementor-element-ec6363e > .elementor-widget-container{margin:-10px -10px -10px -10px;}}/* Start custom CSS for html, class: .elementor-element-ec6363e */.hero-content{
text-align:center;
max-width:700px;
margin:auto;
}

.hero-content h1{
font-size:64px;
font-weight:800;
line-height:1.1;
color:#172554;
margin-bottom:25px;
}

.hero-services{
display:flex;
flex-direction:column;
gap:4px;
margin:18px 0;
}

.hero-services div{
font-size:16px;
line-height:1.4;
margin:0;
padding:0;
}

.hero-info{
margin-top:18px;
}

.hero-info p{
margin:6px 0;
line-height:1.4;
font-size:15px;
}

.hero-trust{
color:#172554 !important;
margin-top:8px;
font-size:15px;
font-weight:700;
}

.hero-social{
display:flex;
justify-content:center;
gap:25px;
margin-top:25px;
font-size:42px;
}

.hero-social a{
text-decoration:none;
color:#172554;
}

@media(max-width:768px){

.hero-content h1{
font-size:38px;
}

.hero-services{
font-size:16px;
}

.hero-info{
font-size:15px;
}

.hero-social{
font-size:34px;
gap:20px;
}

}
.btn-whatsapp,
.btn-phone{
width:320px;
height:76px;
font-size:24px;
font-weight:700;
}

.hero-content h1{
line-height:1.05;
margin-bottom:18px;
}

@media(max-width:768px){

.hero-content h1{
font-size:28px;
line-height:1.1;
}

.hero-services div{
font-size:15px;
}

.hero-info p{
font-size:14px;
}

}



/* ====================== GENEL AYARLAR ====================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3 {
    font-weight: 800;
    line-height: 1.2;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ====================== BUTONLAR ====================== */
.cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px 0;
}

.btn-phone, .btn-whatsapp {
    padding: 16px 32px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.btn-phone {
    background: #22c55e;
    color: white;
}

.btn-phone:hover {
    background: #16a34a;
    transform: translateY(-3px);
}

.btn-whatsapp {
    background: #25D366;
    color: white;
}

.btn-whatsapp:hover {
    background: #22c55e;
    transform: translateY(-3px);
}

/* ====================== ACİL ŞERİT ====================== */
.cta-mid {
    text-align: center;
    padding: 40px 20px;
    background: #f8fafc;
}

.cta-mid h3 {
    color: #1e40af;
    margin-bottom: 10px;
}

/* Acil Kırmızı Banner */
div[style*="background:linear-gradient(135deg,#dc2626"] {
    margin: 30px 15px;
    font-size: 1.25rem !important;
    box-shadow: 0 20px 40px rgba(220, 38, 38, 0.3) !important;
}

/* ====================== KARTLAR VE GRİDLER ====================== */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 15px;
}

.card {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.4s;
    border: 1px solid #e2e8f0;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-color: #3b82f6;
}

.card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Resimli Kartlar */
.card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

/* ====================== DİĞER STİLLER ====================== */
.highlight {
    background: #eff6ff;
    padding: 25px;
    border-radius: 16px;
    font-size: 1.1rem;
    border-left: 6px solid #3b82f6;
    margin: 30px 15px;
}

.bottom-cta-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    display: flex;
    z-index: 1000;
    padding: 10px 15px;
    gap: 10px;
}

.cta-wp, .cta-call {
    flex: 1;
    padding: 16px;
    text-align: center;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
}

.cta-wp {
    background: #25D366;
    color: white;
}

.cta-call {
    background: #1e40af;
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 2.3rem; }
    .hero-content h2 { font-size: 1.7rem; }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .grid {
        grid-template-columns: 1fr;
    }
}


:root {
            --primary: #1e3a8a;
            --accent: #22c55e;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        body {
            font-family: 'Segoe UI', system-ui, sans-serif;
            line-height: 1.7;
            color: #333;
            scroll-snap-type: y proximity;
        }

        .section { max-width: 1150px; margin: 0 auto; padding: 0 15px; }

        /* Hero */
        .hero {
            background: linear-gradient(135deg, #0f12a, #1e40af);
            color: white;
            text-align: center;
            padding: 100px 20px 80px;
        }

        .hero h1 {
            font-size: 2.6rem;
            margin-bottom: 16px;
        }

        .hero p {
            font-size: 1.35rem;
            max-width: 700px;
            margin: 0 auto 30px;
        }

        .cta-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-whatsapp, .btn-phone {
            padding: 16px 34px;
            font-size: 1.2rem;
            font-weight: 700;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s;
        }

        .btn-whatsapp { background: #25D366; color: white; }
        .btn-phone { background: #22c55e; color: white; }

        .highlight {
            background: #eff6ff;
            padding: 28px;
            border-radius: 16px;
            border-left: 6px solid var(--primary);
            margin: 35px 0;
            font-size: 1.15rem;
        }

        h2 {
            color: var(--primary);
            margin: 50px 0 20px;
            font-size: 1.85rem;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .card {
            background: white;
            padding: 24px;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.09);
            text-align: center;
            transition: all 0.3s;
        }

        .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.13);
        }

        .snap-section {
            scroll-snap-align: start;
            scroll-snap-stop: always;
            padding: 15px 0;
        }

        .bottom-cta-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: white;
            box-shadow: 0 -5px 25px rgba(0,0,0,0.15);
            display: flex;
            padding: 12px 15px;
            gap: 12px;
            z-index: 1000;
        }

        .cta-wp, .cta-call {
            flex: 1;
            padding: 16px;
            text-align: center;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.1rem;
            text-decoration: none;
        }

        .cta-wp { background: #25D366; color: white; }
        .cta-call { background: var(--primary); color: white; }

        @media (max-width: 768px) {
            .hero h1 { font-size: 2.1rem; }
            .grid { grid-template-columns: 1fr; }
        }/* End custom CSS */