.elementor-kit-6{--e-global-color-primary:#013984;--e-global-color-secondary:#FBBD0D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-element[slider_kart] h1 {
width: 100%;
    color: black;
    padding: 0;
    font-size: 17px;
}
header.post-header {
    display: none;
}
.elementor-element.elementor-element-5c14c5d.elementor-widget.elementor-widget-shortcode {
    z-index: 0 !important;
}
.contact-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 700px;
}

/* row yapısı */
.form-row {
    margin-bottom: 18px;
}

/* iki kolon */
.two-col {
    display: flex;
    gap: 15px;
}

.two-col .form-group {
    flex: 1;
}

/* label */
.form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #1e3a5f;
    font-weight: 500;
}

/* inputlar */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    transition: all 0.3s ease;
}

/* focus */
.form-group input:focus,
.form-group textarea:focus {
    background: #fff;
    border-color: #2d6cdf;
    box-shadow: 0 0 0 2px rgba(45,108,223,0.1);
    outline: none;
}

/* textarea */
.form-group textarea {
    min-height: 150px;
}

/* buton */
.submit-btn {
    width: 100%;
    background: #1e3a8a; /* site mavi */
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #163172;
}
.elementor-element.elementor-element-631e0475.e-con-full.e-flex.e-con.e-child {
    padding: 0;
}
div#card_img_holder img {
    min-height: 226px;
    object-fit: cover;
    max-height: 226px;

}
div#video_iframe_holder iframe {
    width: 100% !important;
    height: 400px !important;
}
.mt_share_buttons a {
    display: inline-block;
    padding: 8px 12px;
    margin-right: 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.mt_share_buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mt_share_buttons a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.mt_share_buttons svg {
    width: 16px;
    height: 16px;
}

/* Renkler */
.mt_share_buttons .facebook { background: #1877f2; }
.mt_share_buttons .twitter { background: #1da1f2; }
.mt_share_buttons .whatsapp { background: #25d366; }
.mt_share_buttons .linkedin { background: #0077b5; }
.slider_img_holder img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.vitrin_text_holder :is(a, h5) {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}/* End custom CSS */