.elementor-2014 .elementor-element.elementor-element-ff66fe1{--display:flex;}.elementor-2014 .elementor-element.elementor-element-b2d75b9{--spacer-size:108px;}.elementor-2014 .elementor-element.elementor-element-bf28a59{--display:flex;}.elementor-2014 .elementor-element.elementor-element-94eb111{--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-2014 .elementor-element.elementor-element-038c6b0{--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-2014 .elementor-element.elementor-element-ec6a6cc{--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-2014 .elementor-element.elementor-element-1c7707d{margin-top:-40px;margin-bottom:0px;z-index:0;}.elementor-2014 .elementor-element.elementor-element-705e890{--spacer-size:50px;}.elementor-2014 .elementor-element.elementor-element-d0a39be iframe{height:522px;filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}@media(max-width:1024px){.elementor-2014 .elementor-element.elementor-element-1c7707d{margin-top:0px;margin-bottom:0px;}}@media(min-width:768px){.elementor-2014 .elementor-element.elementor-element-038c6b0{--width:50%;}.elementor-2014 .elementor-element.elementor-element-ec6a6cc{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-02f082f */<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 */