/* Zartnet header CSS (Bootstrap haric) */

:root {
    --bs-text-muted: #a1a1a1;
    --bs-menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(104, 104, 104, 0.15);
    --bs-menu-dropdown-bg-color: #ffffff;
    --bs-menu-link-bg-color-active: #f5f5f5;
    --bs-menu-link-color-active: #353535;
    --bs-drawer-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.05);
    --bs-drawer-bg-color: #ffffff;
    --bs-drawer-overlay-bg-color: rgba(0, 0, 0, 0.2);
}

/* Typography + icon font */
/*@font-face {
    font-family: "Poppins";
    src: url("https://zartnet.com/wp-content/themes/Zartnet/source/plugins/global/fonts/Poppins/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("https://zartnet.com/wp-content/themes/Zartnet/source/plugins/global/fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "iconlar";
    src: url("https://zartnet.com/wp-content/themes/Zartnet/source/css/fonts/iconlar.woff?2db9uc") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/

[class^="iconlar-"],
[class*=" iconlar-"] {
    font-family: "iconlar" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconlar-cross:before {
    content: "\ea24";
}

.iconlar-menusag:before {
    content: "\ea55";
}

.poppins-light {
    font-family: "Poppins", sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.poppins-regular {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-34 {
    font-size: 34px !important;
}

.text-dark {
    color: #353535 !important;
}

/* Header layout */
.softars-alt-menu {
    width: 100%;
}

@media (min-width: 0px) {
    .headbg-beyaz {
        /*position: fixed;*/
        width: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        background-color: #ffffff;
        padding: 30px 0;
        box-shadow: 0px 0px 7px 0px rgba(77, 77, 77, 0.2);
        height: 64px;
        display: flex;
        align-items: center;
    }

    .logoyapisi img {
        width: 110px;
        height: auto;
    }
}

@media (min-width: 992px) {
    .headbg-beyaz {
        height: 84px;
    }

    .logoyapisi img {
        width: auto;
        height: 50px;
    }
}

/* Menu engine */
.menu,
.menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-sub {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
}

.menu-item {
    display: block;
    padding: 0.15rem 0;
    transition: all 0.2s ease-in-out;
}

.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    padding: 0.65rem 1rem;
    outline: none !important;
}

.menu-item .menu-link .menu-arrow {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 5px;
    width: 9px;
    height: 9px;
}

.menu-item .menu-link .menu-arrow:after {
    display: block;
    width: 100%;
    content: " ";
    transition: transform 0.3s ease;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-text-muted);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
}

.menu-column {
    flex-direction: column;
    width: 100%;
}

@media (min-width: 992px) {
    .menu-lg-row {
        flex-direction: row;
    }

    .menu-lg-row > .menu-item {
        display: flex;
        align-items: center;
    }

    .menu-sub-lg-dropdown {
        display: none;
        border-radius: 0.475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107;
    }

    .show.menu-dropdown > .menu-sub-lg-dropdown,
    .menu-sub-lg-dropdown.menu.show,
    .menu-sub-lg-dropdown.show[data-popper-placement] {
        display: flex;
    }

    .w-lg-650px {
        width: 650px !important;
    }
}

@media (max-width: 991.98px) {
    .menu-item.menu-lg-down-accordion .menu-arrow:after {
        transform: rotateZ(90deg);
    }

    .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after,
    .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
    }

    .menu-sub-lg-down-accordion {
        display: none;
    }

    .show:not(.menu-dropdown) > .menu-sub-lg-down-accordion,
    .menu-sub-lg-down-accordion.show {
        display: flex;
    }

    .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem;
    }
}

.menu-active-bg .menu-item .menu-link.active {
    background-color: var(--bs-menu-link-bg-color-active);
    color: var(--bs-menu-link-color-active);
}

/* Drawer engine */
.drawer {
    display: flex !important;
    overflow: auto;
    z-index: 110;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: var(--bs-drawer-bg-color);
    transition: transform 0.3s ease-in-out !important;
}

.drawer.drawer-start {
    left: 0;
    transform: translateX(-100%);
}

.drawer.drawer-end {
    right: 0;
    transform: translateX(100%);
}

.drawer.drawer-on {
    transform: none;
    box-shadow: var(--bs-drawer-box-shadow);
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 109;
    background-color: var(--bs-drawer-overlay-bg-color);
}

[data-kt-drawer="true"] {
    display: none;
}

@media (max-width: 991.98px) {
    body[data-kt-drawer="on"] {
        overflow: hidden;
    }
}

/* Header theme overrides from root.css */
.big-menu-lineheight {
    line-height: 1.2;
}

.small-menu-border {
    border-radius: 0 !important;
}

.small-menu-border a:hover .menu-dot {
    width: 20px;
    background-color: #f83827;
}

@media (min-width: 0px) {
    .menu-dot {
        width: 10px;
        height: 2px;
        margin-right: 10px;
        background-color: #ffffff;
        transition: all 0.2s ease-in-out;
    }

    .softars-top-menu-bg {
        background-color: unset;
        box-shadow: unset;
        margin-top: unset !important;
    }

    .small-menu-item {
        margin-bottom: 5px !important;
        margin-left: 10px;
    }

    .small-menu-padding {
        padding: 0 15px 15px 0;
    }

    .sag-menu-opacity {
        opacity: 1;
    }

    .sag-menu-opacity:hover {
        opacity: 0.5;
    }

    .sag-menu {
        padding: 0;
    }

    .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 0 !important;
    }

    .menu-kapat {
        background-color: #252525;
        height: 30px;
        width: 30px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-kapat:hover {
        background-color: #151515;
    }

    .menu {
        background-color: #252525;
        padding: 0 5px 5px;
        box-shadow: 0 0 5px 0 rgba(77, 77, 77, 0.5);
    }

    .bigmenu-items-mobile-style {
        padding: 0 5px 0 0;
    }

    .bigmenu-items-mobile-bg {
        margin: 5px 0 0;
        padding: 5px;
        border: 1px dashed rgba(255, 255, 255, 0.2);
        border-radius: 0;
        background-color: #151515;
    }

    .big-menu-items-list-icon {
        width: 10px;
        height: 2px;
        margin-right: 10px;
        background-color: #f83827;
        transition: all 0.2s ease-in-out;
    }

    .bigmenu-items-mobile-bg a div {
        color: #ffffff !important;
        font-size: 14px !important;
        font-weight: 300 !important;
    }

    .drawer1 .col-menu-item-bg p {
        display: none;
    }

    .col-menu-item-bg {
        color: #f1f1f1 !important;
        background-color: #252525;
        transition: all 0.2s ease-in-out !important;
        margin-bottom: 0;
    }

    .col-menu-item-bg p {
        color: #aaaaaa !important;
    }

    .col-menu-item-bg:hover {
        background-color: #151515 !important;
    }

    .menu-sag-seperator {
        padding-right: unset;
        border-right: unset;
    }

    .menu-bottom-text {
        display: none;
    }

    .menu-column {
        height: 100vh;
    }

    .softars-top-menu-bg .menu-item .menu-link {
        padding: 1rem;
        margin-bottom: 5px;
    }

    .menu-item .menu-link .menu-arrow:after {
        background-color: #cccccc;
    }
}

@media (min-width: 992px) {
    .menu-dot {
        background-color: #151515;
    }

    .softars-top-menu-bg {
        background-color: #ffffff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        margin-top: 10px !important;
    }

    .small-menu-item {
        margin-left: unset;
    }

    .small-menu-padding {
        padding: 20px 20px 0;
    }

    .sag-menu {
        padding: unset;
        display: none;
    }

    .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem !important;
    }

    .menu-kapat {
        background-color: unset;
        height: unset;
        width: unset;
        color: unset;
        display: unset;
    }

    .menu {
        background-color: unset;
        padding: unset;
        box-shadow: unset;
    }

    .bigmenu-items-mobile-style,
    .bigmenu-items-mobile-bg,
    .bigmenu-items-mobile-bg .active,
    .big-menu-items-list-icon {
        background-color: unset;
        margin: unset;
        padding: unset;
        border: unset;
    }

    .altmenuh3 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .drawer1 .bigmenu-items-mobile-bg .altmenuh3 div {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .drawer1 .bigmenu-items-mobile-bg div {
        color: #151515 !important;
        font-size: 16px !important;
    }

    .drawer1 .bigmenu-items-mobile-bg .menu-bottom-text span {
        color: #ffffff !important;
    }

    .drawer1 .col-menu-item-bg p {
        display: unset;
    }

    .col-menu-item-bg {
        color: #151515 !important;
        background-color: #f1f1f1 !important;
    }

    .col-menu-item-bg p {
        color: #454545 !important;
    }

    .col-menu-item-bg:hover {
        color: #151515 !important;
        background-color: #eaeaea !important;
    }

    .menu-sag-seperator {
        padding: 0 20px !important;
        border-left: 1px solid rgba(154, 154, 154, 0.3);
    }

    .menu > div:first-child .menu-sag-seperator {
        padding: 0 20px 0 0 !important;
        border-left: unset;
    }

    .menu-bottom-text {
        display: unset;
        background-color: #f83827;
        color: #ffffff;
        padding: 15px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .menu-column {
        height: unset;
    }

    .softars-top-menu-bg .menu-item .menu-link {
        margin-bottom: 20px;
    }

    .header-menu.align-items-stretch {
        display: flex !important;
    }

    .menu-item .ustmenu-item {
        transition: all 0.2s ease-in-out;
    }

    .menu-item:hover .ustmenu-item {
        color: #f83827 !important;
        text-decoration: none;
    }
}

/* Footer */
.mat-60 {
    margin-top: 60px !important;
}

.footerbitir {
    padding-top: 100px;
}

@media (min-width: 0px) {
    .footeryapi {
        width: 100%;
        height: 200px;
        background-color: #f1f1f1;
        color: #151515;
        font-size: 14px;
        font-weight: 300;
        display: flex;
        align-items: center;
        justify-content: start;
    }
}

@media (min-width: 992px) {
    .footeryapi {
        height: 84px;
    }
}

@media (min-width: 0px) {
    .footercopyright {
        margin-top: 30px;
        float: unset;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .footercopyright {
        margin-top: unset;
        float: right;
        text-align: unset;
    }
}

@media (min-width: 0px) {
    .footerlogomenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .footerlogomenu {
        display: flex;
        flex-wrap: unset;
        justify-content: unset;
        align-items: center;
    }
}

.footerlogomenu ul {
    margin-bottom: 0;
}

@media (min-width: 0px) {
    .footerlist {
        font-weight: 300;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 15px;
    }

    .footerlist li {
        margin-right: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .footerlist {
        margin-top: unset;
    }

    .footerlist li {
        margin-right: 50px;
    }
}

.footerlisticon {
    width: 10px;
    height: 2px;
    background-color: #151515;
    margin-right: 5px;
    transition: all 0.2s ease-in-out;
}

.footerlist li:hover a {
    color: #f83827;
}




a{
    text-decoration: none;
}
footer a{
    color: #334155;
}
.service-archive-wrap {
    --bg-soft: #f8fafc;
    --line-soft: #e8edf3;
    --text-dark: #1f2937;
    --text-muted: #5f6b7a;
    --brand: #0ea5e9;
    --brand-soft: #ecf8ff;
    background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
    border: 1px solid var(--line-soft);
    border-radius: 24px;
    padding: 34px 22px;
    margin: 24px 0 40px;
    color: var(--text-dark);
}
.archive-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line-soft);
    border-radius: 999px;
    background: #fff;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
}
.archive-title {
    font-size: clamp(1.7rem, 3.1vw, 2.7rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-top: 12px;
    margin-bottom: 14px;
}
.archive-lead {
    max-width: 820px;
    color: var(--text-muted);
    font-size: 1.02rem;
}
.archive-card {
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    background: #fff;
    padding: 20px 18px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.archive-card:hover,
.archive-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    border-color: #bfdbfe;
}
.archive-chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #0369a1;
    background: var(--brand-soft);
    border: 1px solid #dbeafe;
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.archive-card h3 {
    margin-bottom: 8px;
    font-size: 1.12rem;
}
.archive-card p {
    color: var(--text-muted);
    margin-bottom: 14px;
    font-size: .95rem;
}
.archive-note {
    border-left: 4px solid var(--brand);
    border: 1px solid var(--line-soft);
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    color: #334155;
    font-size: 15px;
    margin-top: 18px;
}
.insta-page-wrap {
    --bg-soft: #f8fafc;
    --line-soft: #e8edf3;
    --text-dark: #1f2937;
    --text-muted: #5f6b7a;
    --brand: #0ea5e9;
    --brand-soft: #ecf8ff;
    --ok: #0f766e;
    background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%);
    border: 1px solid var(--line-soft);
    border-radius: 24px;
    padding: 32px 22px;
    margin-bottom: 40px;
    color: var(--text-dark);
}

.insta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--line-soft);
    background: #fff;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
}

.insta-hero-title {
    font-size: clamp(1.7rem, 3.2vw, 2.8rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-top: 12px;
    margin-bottom: 14px;
}

.insta-hero-lead {
    color: var(--text-muted);
    max-width: 760px;
    font-size: 15px;
}

.insta-trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.insta-trust-item {
    background: #fff;
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    padding: 14px 12px;
    text-align: center;
    font-size: 0.92rem;
    color: var(--text-muted);
}

.insta-trust-item strong {
    color: var(--text-dark);
    display: block;
    font-size: 1.05rem;
    margin-bottom: 2px;
}

.package-card {
    position: relative;
    border: 1px solid var(--line-soft);
    border-radius: 18px;
    background: #fff;
    padding: 22px 20px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.package-card:hover,
.package-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    border-color: #bfdbfe;
}

.package-chip {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #0369a1;
    background: var(--brand-soft);
    border: 1px solid #dbeafe;
    border-radius: 999px;
    padding: 5px 11px;
    margin-bottom: 12px;
}

.package-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}

.package-price {
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 2px;
}

.package-price small {
    font-size: .85rem;
    color: var(--text-muted);
    font-weight: 500;
}

.package-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0;
}

.package-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #e5eaf0;
    font-size: .95rem;
    color: #334155;
}

.package-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.feature-box {
    border: 1px solid var(--line-soft);
    border-radius: 14px;
    background: #fff;
    padding: 18px 16px;
    height: 100%;
}

.feature-box span {
    font-size: 1.06rem;
    margin-bottom: 8px;
    font-weight: 500;
}

.feature-box p {
    margin: 0;
    color: var(--text-muted);
    font-size: .95rem;
}

.qa-list details {
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    padding: 14px 15px;
    background: #fff;
}

.qa-list details + details {
    margin-top: 10px;
}

.qa-list summary {
    cursor: pointer;
    font-weight: 600;
    color: #1e293b;
}

.qa-list p {
    margin: 10px 0 0;
    color: var(--text-muted);
    font-size: .95rem;
}

.insta-note {
    border-left: 4px solid var(--brand);
    background: #fff;
    border-radius: 12px;
    border: 1px solid var(--line-soft);
    padding: 14px 16px;
    color: #334155;
    font-size: .95rem;
}
.mt-84px{
    margin-top: 100px;
}
.archive-note img{
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
h2{
    font-size: 1.35rem;
}
.h5{
    font-size: 1rem;
}
@media (min-width: 992px) {
    .archive-note img{
        width: 350px;
        margin-left: 20px;
    }
}
