body {
    font-family: "Inter", sans-serif;
}

:root {
    --color1: #002f5f;
    --color2: #e27502;
    --color220: #fee4c9;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: var(--color2);
}

.mbtn {
    border-radius: 10px !important;
    transition: all 0.8s ease;
}

.mbtn:hover {
    background-color: var(--color1);
    transition: all 0.8s ease;
    color: #fff;
}

footer .footerwidget a {
    font-weight: 500;
    transition: all 0.8s ease;
}

footer .footerwidget a:hover {
    color: var(--color2);
    transition: all 0.8s ease;
}


.form-group .form-select,
.form-group .form-control {
    border-radius: 15px;
    height: 42px !important;
}

.form-group textarea.form-control {
    height: auto !important;
}

.collapsetel .cardbox {
    border-bottom: 1px solid #eaeaea;
}

footer {
    padding: 40px 0px;
}

.vitrin .owl-item .card-title,
.vitrin .owl-item .card-text {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8),
        4px 4px 10px rgba(0, 0, 0, 0.4),
        6px 6px 10px rgba(0, 0, 0, 0.4),
        10px 10px 10px rgba(0, 0, 0, 0.4);
    overflow: visible;
}

.btn.sendbtn {
    background-color: #e27501;
    color: #ffffff;
    font-weight: 700;
}

/*.iletisimcl .social-link {
    background-color: #EFEFEF;
    align-items: center;
    justify-content: center;
}*/
/*.section {
    overflow: hidden;
}*/

.surec .surecbox {
    position: relative;
}

.surec .surecbox .item,
.musteri .item {
    display: flex;
    justify-content: center;
}

.surec .surecbox .cardbox .cardimage {
    transition: all 0.6s ease;
}

.surec .surecbox .cardbox:hover .cardimage {
    background-color: var(--color220);
    transition: all 0.6s ease;
}

.surec .surecbox::before {
    content: '';
    position: absolute;
    top: 67px;
    left: 60%;
    width: 80%;
    height: 2px;
    z-index: 0;
    display: block;
    background: #e0e0e0;
}

.section .surecbox:last-child::before {
    display: none;
}

.surec .surecbox .cardimage {
    width: 74px !important;
    height: 74px !important;
}

.markaliste .markacomp .card-title,
.markaliste .markacomp .card-text {
    display: none;
}

.markaliste .cardbox {
    height: 190px;
}

.firmabaslik.section .component:first-of-type .card-title:first-of-type {
    position: relative;
}

.firmabaslik.section .component:first-of-type .card-title:first-of-type::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30%;
    height: 3px;
    background-color: var(--textcolor, rgba(226, 117, 2, 1));
}

.icsayfasurec .item {
    display: flex;
    justify-content: center;
}

.comparison-section {
    background: #080e18;
}

.comp-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
}

.comp-table th {
    text-align: left;
    padding: 20px;
    color: var(--gray-text);
    border-bottom: 1px solid #e6e6e6;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.comp-table td {
    padding: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
}

.comp-mint {
    color: #019fe4;
    font-weight: 800;
    font-size: 1.1rem;
}

.comp-header-mint {
    color: #019fe4;
    font-size: 1.1rem;
}

.comp-others {
    color: #ed1f1f;
    font-size: 0.95rem;
}

.bulunamadi .item {
    display: flex;
    justify-content: center;
}

.tech-badge {
    background-color: #e27502;
    margin-right: 5px;
    border-radius: 5px;
    padding: 5px 14px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

@media (max-width: 767px) {
    body .tech-badge {
        font-size: 14px;
    }

    .surec .surecbox::before {
        display: none;
    }

    body .markaliste .cardbox {
        height: 130px;
    }
}