.tv-header-search a i {
    position: relative;
}

.feature-menu-bar {
    background-color: #eb3719;
}

.banner-bottom-line {
    border-bottom: 4px solid #DC0005 !important;
    max-width: max-content !important;
    padding-bottom: 5px !important;
}

.menu-item-link {
    color: #ffffff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    transition: background-color 0.2s ease;
}

#loadMore {
    cursor: pointer;
}

.menu-item-link i {
    color: #ffffff !important;
    font-size: 1.75rem;
    margin-right: 8px;
}

.service-box {
    transition: all 0.3s ease;
    border-radius: 20px;
    cursor: pointer;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important;
}

.icon i {
    transition: 0.3s ease;

}

.service-box:hover .icon i {
    transform: scale(1.2);
}

.index-header .container {
    border-bottom: 0px !important;
}

header .container {
    border-bottom: 1px solid #cdcccc;
}

.line-bg-gray {
    background-color: #f8f9fa !important;
}

.banner-right-radius-box img {
    border-radius: 2rem;
}

.menu-item-link .link-text {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.follow-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.feature-menu-bar .row {
    margin-left: 0;
    margin-right: 0;
}

.blurred-background-card {
    backdrop-filter: blur(8px);
    border-radius: 8px;
    padding: 25px;
}

.icon-custom-color {
    color: #FFF;
}

.tv-header-search a i span {
    font-size: 8px;
    position: relative;
    top: 0;
}

.banner-h1-title {
    color: #DC0005 !important;
    max-width: max-content !important;
    border-bottom: 4px solid #DC0005 !important;
    font-size: 66px;
}

.banner-h2-title {
    color: #DC0005 !important;
    font-weight: 500 !important;
}

.text-site-color {
    color: #DC0005 !important;
}

.banner-bottom-button {
    width: max-content !important;
}

.banner-form {
    padding: 30px;
}

.lang-btn:hover {
    background-color: #f0f4ff;
    transform: translateY(-2px);
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-100 {
    border-radius: 100px !important;
}
.button-language {
    padding: 0 !important;
    background-color: #f4f4f4 !important;
}
.button-language a{
    padding: 14px 36px;
}

.icon-header-call {

    margin-right: 10px;
    font-size: 22px
}

.site-color-gradient {
    background: #DC0005 !important;
}

.feature-box {
    transition: all .3s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.site-color-border-btn {
    position: relative;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 9.2px 24px !important;
    font-weight: 600;
    border: 1px solid #DC0005;
    background: transparent;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

.site-color-text-red {
    color: #DC0005 !important;
}

.site-color-text-hover:hover {
    color: #DC0005 !important;
}

.banner-color-text {
    color: #2b2b2b !important;
}

.tv-about-left {
    border: 1px solid #ebeaea;
    padding: 20px;
    border-radius: 10px;
}

/* .blog-right-menu-box{
  background-color: #f4f4f4;
  border-radius: 15px;
} */
.ref-big-img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    border-radius: 15px;
}

.banner-right-section {
    display: flex;
    align-items: center;
}

.banner-right-half-section {
    background: #eb3719;
    height: 250px;
    width: 250px;
    position: absolute;
    border-radius: 100%;
    right: 0;
}

.banner-right-radius-box {
    position: relative;
    z-index: 999999;
    /* padding-right: 30px !important; */
}

.detail-button {
    font-size: 14px !important;
    text-decoration: underline;
    padding-bottom: 5px !important;
    color: #DC0005 !important;
    margin-top: 7px;
}

.right-blog-menu-title {
    font-size: 17px !important;
    /* background-color: #f4f4f4;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0px;
    border-radius: 15px; */
}

.right-blog-menu-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
}

.site-color-text {
     color: #DC0005 !important;
}

 

.site-color-text-1 {
   color: #DC0005 !important;
}

.footer-number {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.ref-img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
    padding: 40px !important;
    border-radius: 15px !important;
}

.follow-logo {
    object-fit: contain !important;
    padding: 80px !important;
}

.references-box {
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

.banner-right-radius-box {
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 2rem !important;
}

/* .banner-right-radius-box:hover img {
    scale: 1.2;
} */

.references-box:hover img {
    scale: 1.2;
}

.banner-down-img {
    width: 100%;
    height: 280px !important;
}

.single-project-content {
    transform: perspective(400px) rotateX(0deg) !important;
}

.service-card {
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #f8f9fa;

    cursor: default;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.single-process-item .content p {
    font-size: 15px !important;
}

h6 {
    margin: 0;
    font-weight: 500;
}

.red-line-bottom {
    margin-top: -150px;
}

.wrapper-red-line-bottom {
    background-color: #fff;
}

.red-line-bottom-img {
    width: 100% !important;
    height: 320px !important;
    border-radius: 15px !important;
    border: 0 !important;
}

.faq-left-img {
    width: 100% !important;
    height: 470px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

.border-bottom-red {
    padding-bottom: 2px !important;
    border-bottom: 1px solid #DC0005 !important;
}

.home-references-img {
    object-fit: contain;
    height: 200px !important;
}


.tv-hero-area  p{
    font-size: 18px;
}
:root {
    --site-color-dark: #8c000a;
    /* Koyu Bordo/Kırmızı */
    --site-color-light: #DC0005;
    /* Canlı Kırmızı */
    --site-gradient: linear-gradient(135deg, var(--site-color-dark) 0%, var(--site-color-light) 100%);
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}
h2{
     font-weight: 600 !important;
}
h2 b{
     font-weight: 600 !important;
}
 .product-desc h2{
    color: #000 !important;
     font-weight: 600 !important;
}
 .product-desc h2 b{
   font-weight: 600 !important;
}
html
{
      color: #000 !important;
}
body{
      color: #000 ;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 3px;
    background-color: #dee2e6;
    z-index: 1;
}

.timeline-item {
    margin-bottom: 30px;
    position: relative;
    min-height: 50px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--site-color-light);
    border: 3px solid #fff;
    z-index: 2;
}

.desc-font-size {
    font-size: .86em !important;
}

.blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}

.footer-bg-gray {
    background-color: #F5F6F7 !important;
}

.mobile-view {
    display: none !important;
}

.web-view {
    display: block !important;
}

@media (max-width: 991px) {
    .tv-menu-mobile ul li, .tv-category-mobile-menu ul li{
    border-bottom: 1px solid #cecece !important;
}

.tv-menu-mobile ul li, .tv-category-mobile-menu ul li a{
    font-weight: 700 !important;
}
    .product-desc h2{
    color: #000 !important;
    font-size: 22px !important;
}
    .banner-right-half-section {
        display: none !important;
    }

    .banner-right-radius-box {
        padding: 0 !important;
    }

    .menu-mobil-none {
        display: none !important;
    }

    .responsive-top-100 {
        padding-top: 100px !important;
    }

    .responsive-mt-50 {
        margin-top: 50px !important;
    }

    .responsive-pt-20 {
        padding-top: 20px !important;
    }

    .responsive-width-100 {
        width: 100% !important;
    }

    .button-language a{
        padding: 8px 12px !important;
    }

    .tv-hero-area {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .banner-h1-title {
        font-size: 44px !important;
    }

    .banner-h2-title {
        font-size: 28px !important;
    }

    .web-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .banner-down-section {
        padding: 0 10px;
    }

    .banner-down-section .container .row {
        padding: 0px 0px !important;
        flex-direction: column;
    }

    .red-line-bottom {
        margin-top: 100px !important;
    }

    .banner-down-section .container .row .menu-item-link {
        padding: 20px 20px !important;
        gap: 30px;
        border-bottom: 1px solid #ffffff !important;
    }

    .menu-item-link i {
        width: 40px !important;
    }

    .banner-down-section .container .row .menu-item-link span {
        width: 100% !important;

        text-align: left !important;
    }

    .red-line-bottom-img {
        height: 260px !important;
    }

    .px-mobile-15 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .timeline-item {
        padding-left: 40px !important;
    }

    .blurred-background-card {
        padding: 0 !important;
    }

    .tv-custom-accordion.style-3 {
        padding: 0 !important;
    }

    .tv-footer-top-left ul {
        flex-direction: column !important;
        gap: 10px !important;
        padding-top: 50px !important;
    }

    .tv-footer-widget-social {
        text-align: left !important;
    }
}

@media (min-width: 992px) {


    .timeline.timeline-right::before {
        left: auto;
        right: 10px;
    }

    .timeline-item {
        margin-left: 35px;
    }


    .timeline-item::before {
        left: -35px;
    }


    .timeline.timeline-right .timeline-item::before {
        left: auto;
        right: 0;
    }

    .timeline.timeline-right .timeline-item {
        text-align: right;
        padding-right: 35px;
        padding-left: 0;
    }

    .timeline.timeline-right .timeline-item .d-flex {
        justify-content: flex-end;
    }
}


.tv-faq-area .row {
    align-items: flex-start;
}

@media (min-width: 992px) {
    .tv-faq-area .col-xxl-4 {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
}

@media (min-width: 992px) {
    .tv-faq-area .col-xxl-4 {
        position: -webkit-sticky;
        position: sticky;
        top: 30px;
    }
}

@media (min-width: 992px) {
    .tv-faq-area .col-xxl-4 {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0 !important;
    }
}