.elementor-1958 .elementor-element.elementor-element-12910b1{--display:flex;}.elementor-1958 .elementor-element.elementor-element-6739c16{--spacer-size:50px;}.elementor-1958 .elementor-element.elementor-element-bdf0460{--display:flex;}.elementor-1958 .elementor-element.elementor-element-bfd7152{--display:flex;}.elementor-1958 .elementor-element.elementor-element-e4632aa{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1958 .elementor-element.elementor-element-c8a5ac9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1958 .elementor-element.elementor-element-d93cbbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1958 .elementor-element.elementor-element-12910b1{--content-width:1248px;}.elementor-1958 .elementor-element.elementor-element-c8a5ac9{--width:50%;}.elementor-1958 .elementor-element.elementor-element-d93cbbf{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-152d27d */<style>
.by-hero-section {
    width: 100%;
    background-color: #fcfcfc;
    padding: 80px 0;
    font-family: 'Titillium Web', sans-serif;
    overflow: hidden;
}

.by-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.by-content-left {
    flex: 1.2;
    z-index: 5;
}

.by-main-title {
    font-family: 'Titillium Web', sans-serif;
    font-size: 54px; /* Boyutu biraz küçülttük */
    font-weight: 700; /* 900 yerine 700 yaparak aşırı kalınlığı giderdik */
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.5px; /* Sıkışıklığı azalttık */
}

.by-description {
    font-size: 19px;
    font-weight: 400;
    color: #555;
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.by-action-bar {
    display: flex;
    gap: 15px;
}

.by-custom-select {
    font-family: 'Titillium Web', sans-serif;
    padding: 16px 22px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    width: 260px;
    font-size: 16px;
    background: #fff;
    color: #333;
    outline: none;
}

.by-submit-button {
    font-family: 'Titillium Web', sans-serif;
    background-color: #b93144;
    color: #fff;
    border: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.by-submit-button:hover {
    background-color: #962737;
}

.by-content-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.by-hero-img {
    max-width: 110%;
    height: auto;
}

.by-trust-badge {
    position: absolute;
    bottom: 40px;
    left: -20px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    max-width: 290px;
    z-index: 10;
}

.by-quote {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    line-height: 1.4;
}

.by-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.by-stars-green { color: #00b67a; font-size: 16px; }
.by-label { font-weight: 700; font-size: 13px; }
.by-footer-text { font-size: 12px; color: #999; margin-top: 5px; }

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .by-container { flex-direction: column; text-align: center; }
    .by-main-title { font-size: 38px; }
    .by-action-bar { flex-direction: column; align-items: center; }
    .by-custom-select, .by-submit-button { width: 100%; max-width: 320px; }
    .by-trust-badge { position: relative; left: 0; margin-top: -30px; }
    .by-content-right { margin-top: 40px; }
}
</style>/* End custom CSS */