/*
  Marenova site overrides
  Page content areas use pure white (#ffffff) instead of theme off-white (#f9f9ff).
*/

/* FontAwesome kaldırıldı — menü okları Linearicons kullanır */
.sf-arrows .sf-with-ul:after {
    content: "\e874";
    font-family: "Linearicons-Free";
}

.sf-arrows ul .sf-with-ul:after {
    content: "\e876";
    font-family: "Linearicons-Free";
}

.about-page-panel,
.about-area,
.feature-area,
.team-area,
.blog-area,
.sample-text-area,
.gray-bg,
.contact-page-area,
.blog-page,
.top-category-widget-area,
.schedule-area {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.about-page-panel .about-page-sample {
    background: transparent !important;
}

.about-area.home-about-panel.section-gap {
    padding-bottom: 0;
}

.feature-area.section-gap {
    padding-top: 0 !important;
}

.cta-one-area .wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cta-one-area .wrap p {
    max-width: 550px;
    margin: 28px auto 30px;
    text-align: center;
}

.testomial-area .single-testimonial {
    background: #f9f9ff !important;
}

.testomial-area .single-testimonial:hover {
    background: #ffffff !important;
    box-shadow: 0px 8px 20px rgba(153, 153, 153, 0.2);
}

.service-detail-page,
.service-search-page,
.blog-detail-page,
.blog-search-page,
.blog-list-page {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

.service-detail-page .single-post,
.service-search-page .single-post,
.blog-detail-page .single-post,
.blog-search-page .single-post,
.blog-list-page .single-post {
    background: #ffffff;
}

.sidebar-widgets {
    padding-bottom: 40px;
}

.post-content-area.blog-detail-page,
.post-content-area.blog-list-page,
.post-content-area.blog-search-page {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.blog-list-page .feature-img img {
    width: 100%;
    max-width: 555px;
    height: auto;
    aspect-ratio: 555 / 280;
    object-fit: cover;
}

.blog-detail-page .feature-img img {
    width: 100%;
    max-width: 750px;
    height: auto;
    aspect-ratio: 750 / 350;
    object-fit: cover;
}

.blog-detail-page .blog-content {
    width: 100%;
    max-width: 100%;
}

.service-detail-page .service-facts-band,
.service-facts-band {
    width: 100%;
    background: #ffffff;
    padding: 60px 0 80px;
    margin-top: 20px;
}

.service-detail-page .service-facts-band .fact-counter .row,
.service-facts-band .fact-counter .row {
    margin-left: 0;
    margin-right: 0;
}

.service-detail-page .service-facts-band .counter-column,
.service-facts-band .counter-column {
    margin-bottom: 30px;
}

.service-detail-page .service-facts-band .count-box,
.service-facts-band .count-box {
    position: relative;
    padding-left: 75px;
    font-size: 42px;
    line-height: 42px;
    font-weight: 900;
    color: #12114a;
}

.service-detail-page .service-facts-band .count-box .icon,
.service-facts-band .count-box .icon {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 46px;
    line-height: 1em;
    color: #0ab6e6;
    font-weight: 400;
}

.service-detail-page .service-facts-band .count-box .count-text,
.service-facts-band .count-box .count-text {
    display: inline-block;
    font-size: 42px;
    line-height: 1em;
    color: #12114a;
    font-weight: 900;
}

.service-detail-page .service-facts-band .count-box .counter-title,
.service-facts-band .count-box .counter-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #12114a;
    font-family: "Roboto", sans-serif;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .service-detail-page .service-facts-band,
    .service-facts-band {
        padding: 40px 0 50px;
    }
}

@media (max-width: 991px) {
    .marenova-service-sidebar .widget-wrap,
    .marenova-blog-sidebar .widget-wrap {
        margin-top: 50px;
    }
}

.testomial-area .single-testimonial:hover h4 {
    color: #0093df;
}

.testomial-area .owl-carousel .owl-item img {
    width: auto !important;
}

.folio-page .folio-thumb div {
    display: none !important;
}

.folio-page .single-team .meta-text {
    display: none !important;
}

.folio-page .folio-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.error-page-area {
    background: #ffffff !important;
    background-color: #ffffff !important;
    padding-top: 80px;
    padding-bottom: 100px;
}

.error-page-panel {
    background: #ffffff;
    padding: 40px 20px 20px;
}

.error-page-code {
    font-size: 120px;
    line-height: 1;
    font-weight: 900;
    color: #0093df;
    margin-bottom: 20px;
    letter-spacing: 4px;
}

.error-page-panel h2 {
    font-size: 28px;
    line-height: 1.3;
    color: #12114a;
    margin-bottom: 20px;
    font-weight: 700;
}

.error-page-text {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    margin-bottom: 35px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.error-page-actions .primary-btn {
    display: inline-block;
}

@media (max-width: 767px) {
    .error-page-code {
        font-size: 80px;
    }

    .error-page-panel h2 {
        font-size: 22px;
    }

    .error-page-actions .primary-btn {
        display: block;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .error-page-actions .primary-btn.white {
        margin-top: 15px !important;
    }
}
