* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i) {
    font-family: 'Gilmer', sans-serif !important;
}

html {
    overflow-x: hidden !important;
    background-color: #ffffff;
}

:root {
    --iy-brand: #cf4738;
    --iy-brand-rgb: 207, 71, 56;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
    background-color: #ffffff;
    color: #0f172a;
}

body button {
    background-color: unset;
    border: unset;
    transition: all .4s ease-in-out;
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: all .4s ease-in-out;
}

body svg {
    transition: all .4s ease-in-out;
}

body a:hover,
body button:hover {
    transition: all .4s ease-in-out;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body img {
    width: 100%;
    display: block;
    position: relative;
}

body p {
    font-size: 16px;
    margin: 0;
    font-weight: 100;
    font-family: 'Outfit', sans-serif !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}


/*** START HEADER **/

.soft-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .4s ease;
}

.soft-header.page-header {
    position: relative;
    z-index: 999;
}

.soft-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -200%);
    transition: all .4s ease;
    z-index: -1;
}

.soft-header.sub-menu-active {
    transition: all .4s ease;
}

.soft-header.sub-menu-active::before {
    transition: all .4s ease;
    transform: translate(0, 0);
}

.soft-header.pages-header {
    position: relative;
    z-index: 999;
}

/* Açılır menü açıkken üstte kalsın (breadcrumb / sayfa başlığı altında kalmaması için) */
.soft-header.sub-menu-active {
    z-index: 10050;
}

/* İç sayfalar (blog/proje/hizmet: page-header — diğerleri: pages-header): menü nefes alsın, rail anasayfayla aynı */
@media only screen and (min-width: 992px) {
    .soft-header.page-header .soft-head-main .container,
    .soft-header.pages-header .soft-head-main .container {
        max-width: 1400px !important;
        padding-left: clamp(12px, 1.75vw, 24px) !important;
        padding-right: clamp(12px, 1.75vw, 24px) !important;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group,
    .soft-header.pages-header .soft-head-main .soft-head-main-group {
        gap: clamp(10px, 1.2vw, 20px);
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-logos,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-logos {
        flex: 0 0 auto;
        min-width: 0;
        padding-right: 6px;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-logos .logo a img,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-logos .logo a img {
        width: clamp(160px, 14vw, 200px);
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus {
        flex: 1 1 auto;
        min-width: 0;
        padding-left: 8px;
        padding-right: clamp(6px, 1vw, 18px);
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
        gap: clamp(8px, 0.9vw, 22px);
        row-gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
        font-size: clamp(12px, 0.8vw + 9px, 15px);
        letter-spacing: 0.01em;
        height: 40px;
        padding: 0 clamp(2px, 0.3vw, 5px);
        white-space: nowrap;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-actions,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-actions {
        flex: 0 0 auto;
        min-width: 0;
        padding-left: 6px;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group {
        gap: clamp(10px, 1.4vw, 20px);
    }
}

/* Çeviri / uzun menü etiketleri: logo ile çakışmayı azalt */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
        gap: clamp(6px, 0.65vw, 14px) !important;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
        font-size: 13px !important;
        padding: 0 1px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
        gap: clamp(7px, 0.72vw, 18px) !important;
    }

    .soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a,
    .soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
        font-size: clamp(12.5px, 0.55vw + 10px, 14.5px) !important;
    }
}

.social-links {}

.social-links .social-links-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-links .social-links-group a {
    border: 1px solid #D4D4D8;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A6A6A6;
    font-size: 12px;
}

/* Instagram / pill sosyal linkler — kırmızı hover arka planı metinle çakışmasın */
.social-links .social-links-group a:not(.iy-footer-ig):not(.iy-contact-ig):hover {
    background-color: #CF4738 !important;
    border-color: #CF4738 !important;
}

.social-links .social-links-group a i {}

/* Instagram: marka gradienti (Remixicon yerine) */
.social-links .social-links-group a .iy-social-icon--instagram {
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}

.soft-header .soft-head-main {
    margin: 30px 0;
}

.soft-header .soft-head-main .soft-head-main-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soft-header .soft-head-main .soft-head-main-group .head-col {}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-logos {
    flex: 0 0 auto;
    min-width: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col .logo {}

.soft-header .soft-head-main .soft-head-main-group .head-col .logo a {}

.soft-header .soft-head-main .soft-head-main-group .head-col .logo a img {
    width: 200px;
    max-width: min(200px, 36vw);
    height: auto;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: clamp(16px, 2.8vw, 40px);
    padding-right: clamp(8px, 1.5vw, 20px);
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group {}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.1vw, 28px);
    row-gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li {
    position: relative;
    flex-shrink: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li:last-child {
    margin-right: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
    color: #0f172a;
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(12.5px, 0.85vw + 10px, 15px);
    font-weight: 500;
    letter-spacing: 0.01em;
    display: flex;
    height: 40px;
    align-items: center;
    gap: 4px;
    position: relative;
    white-space: nowrap;
    transition: color .25s ease;
    padding: 0 clamp(2px, 0.35vw, 6px);
    box-sizing: border-box;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #cf4738;
    border-radius: 2px;
    transition: width 0.25s ease;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a:hover {
    color: #cf4738;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a:hover::after {
    width: 100%;
}

/* Tüm sayfalarda koyu menü */
.soft-header.page-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a,
.soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a,
.soft-header.sub-menu-active .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
    color: #0f172a;
}

/* Aktif sayfa göstergesi */
.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a.iy-nav-active {
    color: #cf4738 !important;
    font-weight: 600;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a.iy-nav-active::after {
    width: 100%;
}

/* Dropdown ok ikonunun dönmesi */
.soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a.active i {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions {
    position: relative;
    flex: 0 0 auto;
    min-width: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: clamp(14px, 2.2vw, 24px);
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group .search-action {}

.soft-header.pages-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group .search-action svg {
    stroke: #000;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group .search-action img {}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group a.head-phone {
    color: #334155;
    display: flex;
    align-items: center;
    font-size: 13.5px;
    font-weight: 500;
    gap: 7px;
    white-space: nowrap;
    transition: color 0.25s ease;
    flex-shrink: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group a.head-phone:hover {
    color: #cf4738;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group a.head-phone img {
    width: 24px;
    flex-shrink: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group .soft-language-switcher {
    flex-shrink: 0;
}

.soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group .once-menu-button {
    flex-shrink: 0;
}

.page-header .once-menu-button span {
    background-color: #232323;
}


/*** Tüm sayfalar: menü + dil seçici ortak stili ***/
.soft-language-switcher .soft-language-switcher-card {
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.07);
}

.soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content .language {
    color: #1e293b;
    font-weight: 600;
    font-size: 13px;
}

.soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content .label {
    color: #64748b;
}

@media only screen and (max-width: 991px) {
    .iy-home-page .soft-header {
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    }

    .soft-mega-menu .iy-mega-solutions-summary {
        font-size: 18px;
    }

    .soft-mega-menu .iy-mega-solutions-list li a {
        font-size: 15px;
    }
}


/*** START HOME HERO /**/

.soft-hero {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    height: 110vh;
    padding: 100px 0 0;
    position: relative;
}

.soft-hero::before {
    content: "";
    background: radial-gradient(circle, rgba(207, 71, 56, 0.08) 0%, rgba(207, 71, 56, 0) 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 520px;
    height: 520px;
    border-radius: 100%;
    transform: translate(-160px, -120px);
    pointer-events: none;
}

.soft-hero::after {
    content: "";
    background: radial-gradient(circle, rgba(207, 71, 56, 0.05) 0%, rgba(207, 71, 56, 0) 60%);
    position: absolute;
    right: 0;
    top: 0;
    width: 480px;
    height: 480px;
    border-radius: 100%;
    transform: translate(180px, -140px);
    pointer-events: none;
}

.soft-hero .hero-container {
    height: 100%;
    position: relative;
}

.soft-hero .hero-container .hero-thumbnails {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.soft-hero .hero-container .hero-thumbnails::before {
    content: "";
    width: 90vw;
    height: 90vw;
    position: absolute;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 20px 60px -20px rgba(15, 23, 42, 0.08);
    -webkit-box-shadow: 0 20px 60px -20px rgba(15, 23, 42, 0.08);
    -moz-box-shadow: 0 20px 60px -20px rgba(15, 23, 42, 0.08);
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group {}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item {
    position: relative;
    width: 130px;
    height: 130px;
    position: absolute;
    cursor: pointer;
    transition: all .4s ease;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item:hover {
    transition: all .4s ease;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item:hover .image::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(241, 245, 249, 0.35) 50%);
    transition: all .4s ease;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item.active {
    transform: scale(1.3);
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item.active::after,
.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item.active .image::before {
    opacity: 0;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item::before {
    content: "";
    position: absolute;
    width: 115%;
    height: 115%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(assets/images/frame.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item::after {
    content: "";
    background: radial-gradient(circle, rgba(207, 71, 56, 0.22) 0%, rgba(207, 71, 56, 0) 65%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item[data-thumb="1"] {
    bottom: 150px;
    left: -50px;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item[data-thumb="2"] {
    left: 130px;
    top: 120px;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item[data-thumb="3"] {
    right: 130px;
    top: 120px;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item[data-thumb="4"] {
    bottom: 150px;
    right: -50px;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item .image {
    transition: all .4s ease;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item .image::before {
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(241, 245, 249, 0.75) 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 100%;
    transition: all .4s ease;
}

.soft-hero .hero-container .hero-thumbnails .thumbnail-group .thumbnail-item .image img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.soft-hero .hero-container .hero-slider {
    padding: 75px 0 0;
    position: relative;
    width: 50%;
    margin: auto;
}

.soft-hero .hero-container .hero-slider .hero-navigation {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: unset;
}

.soft-hero .hero-container .hero-slider .swiper-navigation-button {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.soft-hero .hero-container .hero-slider .swiper-navigation-button.next {
    transform: translate(0, 0);
    background: linear-gradient(145deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 24px -10px rgba(207, 71, 56, 0.55);
    right: 0;
    left: unset;
}

.soft-hero .hero-container .hero-slider .swiper-navigation-button.prev {
    transform: translate(0, 0);
    color: #334155;
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.swiper.swiper-hero {
    z-index: 0;
}

.swiper.swiper-hero .swiper-slide {}

.swiper.swiper-hero .swiper-slide .hero-content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .subtitle {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    width: fit-content;
    color: #64748b;
    font-size: 12px;
    line-height: 1;
    padding: 11px 18px;
    margin: 0 0 26px;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .subtitle strong {
    font-weight: 600;
    color: #cf4738;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .title {
    background: linear-gradient(120deg, #0f172a 0%, #1e293b 50%, #cf4738 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.02;
    margin: 0 0 25px;
}

.swiper.swiper-hero .swiper-slide .hero-content-card p {
    color: #475569;
    line-height: 1.65;
    width: 60%;
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 35px;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group {
    width: 480px;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group .soft-button {
    flex: 1;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group .soft-button:nth-child(1) {
    background: linear-gradient(135deg, #cf4738 0%, #b91c1c 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 10px 28px -12px rgba(207, 71, 56, 0.55);
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group .soft-button:nth-child(1):hover {
    background: #0f172a !important;
    color: #fff !important;
    box-shadow: 0 12px 28px -12px rgba(15, 23, 42, 0.35);
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group .soft-button:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: #1e293b;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group .soft-button:nth-child(even):hover {
    border-color: rgba(207, 71, 56, 0.45);
    color: #cf4738 !important;
    background-color: #ffffff !important;
}

.swiper.swiper-hero .swiper-slide .hero-content-card .links-group .soft-button i {}

/* ═══════════════════════════════════════════
   HERO SLIDER — modern, oval, compact
═══════════════════════════════════════════ */
.soft-hero {
    min-height: auto !important;
    height: auto !important;
    padding: 110px 0 60px;
    background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(207,71,56,.06) 0%, transparent 70%),
                linear-gradient(180deg, #f8faff 0%, #fff 100%);
}

.soft-hero .hero-container.hero-modern-container {
    height: auto;
}

/* Container — normal genişlik, yatay boşluk verir */
.soft-hero > .container {
    max-width: 1280px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

/* Anasayfa: üst menü + hero + istatistik — aynı rail, header ile slider dikey hizada */
.iy-home-page .soft-header .soft-head-main .container {
    max-width: 1400px !important;
    padding-left: clamp(12px, 1.75vw, 24px) !important;
    padding-right: clamp(12px, 1.75vw, 24px) !important;
}

.iy-home-page .soft-hero > .container {
    max-width: 1400px !important;
    padding-left: clamp(12px, 1.75vw, 24px) !important;
    padding-right: clamp(12px, 1.75vw, 24px) !important;
}

.iy-home-page .iy-stats-bar .container {
    max-width: 1400px !important;
    padding-left: clamp(12px, 1.75vw, 24px) !important;
    padding-right: clamp(12px, 1.75vw, 24px) !important;
}

/* Slider’ı header ile aynı iç genişlikte tut: ekstra iç padding yok */
.iy-home-page .soft-hero .hero-modern-slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Anasayfa: Hakkımızda sayfası gibi düz beyaz zemin (gradient / köşe lekeleri yok) */
#smooth-wrapper {
    max-width: 100%;
    overflow-x: hidden;
}

#smooth-content {
    max-width: 100%;
    overflow-x: hidden;
}

body.iy-home-page #smooth-content {
    background-color: #ffffff;
}

body.iy-home-page .soft-hero {
    background: #ffffff !important;
    border-bottom: none;
}

body.iy-home-page .soft-hero::before,
body.iy-home-page .soft-hero::after {
    display: none !important;
}

/* Proje + referanslar aynı section içinde; üstteki gri fade kalksın */
body.iy-home-page .soft-project::before {
    background: #ffffff !important;
}

/* Referans paneli: tam beyaz (hafif #f9fafb gradient yerine) */
body.iy-home-page .soft-brand.iy-refs-panel {
    background: #ffffff;
}

body.iy-home-page .soft-brand.iy-refs-panel::before {
    display: none !important;
}

body.iy-home-page .soft-scroll-button {
    background: #ffffff;
}

.iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-logos {
    flex: 0 0 auto;
}

.iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: clamp(14px, 2.5vw, 36px);
    padding-left: 0;
    padding-right: clamp(6px, 1vw, 18px);
}

.iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
    gap: clamp(8px, 0.9vw, 22px);
    row-gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
    font-size: clamp(12.5px, 0.85vw + 10px, 15px);
    letter-spacing: 0.01em;
    padding: 0 clamp(2px, 0.35vw, 6px);
}

.iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-actions .actions-group {
    gap: clamp(10px, 1.4vw, 20px);
}

/* Anasayfa menü: responsive.css’teki geniş gap / büyük font üst üste binmesin */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
        gap: clamp(6px, 0.65vw, 14px) !important;
    }

    .iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {
    .iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul {
        gap: clamp(7px, 0.72vw, 18px) !important;
    }

    .iy-home-page .soft-header .soft-head-main .soft-head-main-group .head-col.head-menus .menu-group ul li a {
        font-size: clamp(12.5px, 0.55vw + 10px, 14.5px) !important;
    }
}

.soft-hero .hero-container.hero-modern-container .hero-slider.hero-modern-slider {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.soft-hero .hero-modern-slider {
    width: 100%;
    position: relative;
    padding: 0 28px;   /* nav butonların görünmesi için kenar boşluğu */
}

@media only screen and (max-width: 1300px) {
    .soft-hero .hero-modern-slider {
        padding: 0 8px;
    }

    .iy-home-page .soft-hero .hero-modern-slider {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .soft-hero .hero-modern-slider {
        padding: 0;
    }
}

/* Swiper wrapper: yuvarlatılmış çerçeve */
.soft-hero .hero-modern-slider .swiper.swiper-hero {
    border-radius: 28px;
    overflow: hidden;
    padding: 0;
    box-shadow:
        0 2px 0 rgba(255,255,255,.8) inset,
        0 32px 80px -12px rgba(15,23,42,.16),
        0 0 0 1.5px rgba(15,23,42,.07);
}

.soft-hero .hero-modern-slider .swiper.swiper-hero .swiper-slide {
    opacity: 1;
    transition: transform .55s cubic-bezier(.25,.8,.25,1), opacity .55s ease;
    width: 100% !important;
}

.soft-hero .hero-modern-slider .swiper.swiper-hero .swiper-slide.swiper-slide-active {
    opacity: 1;
    transform: none;
}

/* Kart: temiz, shadow-free (shadow swiper'da) */
.soft-hero .hero-modern-card {
    background: #fff;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

/* Görsel alan — daha kısa */
.soft-hero .hero-modern-image {
    height: 56vh;
    min-height: 380px;
    max-height: 640px;
    overflow: hidden;
    position: relative;
}

.soft-hero .hero-modern-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

/* Ken Burns efekti — active slide */
.soft-hero .swiper-slide-active .hero-modern-image img {
    transform: scale(1.04);
}

/* Alt gradient — daha soft */
.soft-hero .hero-modern-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 30%,
        rgba(10, 14, 30, 0.45) 100%
    );
    z-index: 1;
    border-radius: 0;
}

/* CTA butonu — üstte yüzen pill */
.soft-hero .hero-overlay-action {
    position: absolute;
    left: 22px;
    bottom: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.15);
    backdrop-filter: blur(12px) saturate(1.5);
    -webkit-backdrop-filter: blur(12px) saturate(1.5);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    z-index: 3;
    transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.soft-hero .hero-overlay-action:hover {
    color: #fff;
    background: rgba(207, 71, 56, .9);
    border-color: transparent;
    transform: translateY(-2px);
}

/* Nav butonları — floating pill outside image */
.soft-hero .hero-modern-slider .swiper-navigation-button {
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 20;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #1a1a2e;
    border: 1px solid rgba(15,23,42,.1);
    box-shadow: 0 4px 16px rgba(15,23,42,.12);
    border-radius: 50%;
    font-size: 18px;
}

.soft-hero .hero-modern-slider .swiper-navigation-button:hover {
    background: #cf4738;
    color: #fff;
    border-color: transparent;
}

.soft-hero .hero-modern-slider .swiper-navigation-button.prev {
    left: -20px;
}

.soft-hero .hero-modern-slider .swiper-navigation-button.next {
    right: -20px;
    left: auto;
}

/* Thumbnail şeridi — daha şık */
.soft-hero .hero-modern-thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    padding: 0 4px;
}

.soft-hero .hero-modern-thumbnails .thumbnail-item {
    border: 2px solid transparent;
    border-radius: 18px;
    overflow: hidden;
    width: 88px;
    height: 60px;
    padding: 0;
    background: #eee;
    transition: transform .28s cubic-bezier(.25,.8,.25,1), border-color .25s ease, opacity .25s ease, box-shadow .25s ease;
    opacity: .55;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.soft-hero .hero-modern-thumbnails .thumbnail-item:hover {
    opacity: .85;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,.14);
}

.soft-hero .hero-modern-thumbnails .thumbnail-item .image {
    display: block;
    width: 100%;
    height: 100%;
}

.soft-hero .hero-modern-thumbnails .thumbnail-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.soft-hero .hero-modern-thumbnails .thumbnail-item.active {
    border-color: #cf4738;
    transform: translateY(-5px) scale(1.04);
    opacity: 1;
    box-shadow: 0 8px 24px rgba(207,71,56,.25);
}

/* ── Responsive ── */
@media only screen and (max-width: 1300px) {
    .soft-hero .hero-modern-slider .swiper-navigation-button.prev {
        left: 12px;
    }
    .soft-hero .hero-modern-slider .swiper-navigation-button.next {
        right: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .soft-hero {
        padding: 90px 0 80px;
    }

    .soft-hero > .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .soft-hero .hero-modern-slider .swiper.swiper-hero {
        border-radius: 20px;
    }

    .soft-hero .hero-modern-image {
        height: 46vh;
        min-height: 300px;
        max-height: 500px;
    }

    .soft-hero .hero-modern-slider .swiper-navigation-button.prev {
        left: 10px;
        width: 40px;
        height: 40px;
    }

    .soft-hero .hero-modern-slider .swiper-navigation-button.next {
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .soft-hero .hero-modern-thumbnails {
        gap: 8px;
        margin-top: 12px;
    }

    .soft-hero .hero-modern-thumbnails .thumbnail-item {
        width: 68px;
        height: 48px;
        border-radius: 14px;
    }

    .soft-hero .hero-overlay-action {
        left: 14px;
        bottom: 14px;
        padding: 8px 14px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .soft-hero {
        padding: 80px 0 60px;
    }

    .soft-hero .hero-modern-slider .swiper.swiper-hero {
        border-radius: 16px;
    }

    .soft-hero .hero-modern-image {
        height: 42vh;
        min-height: 260px;
    }

    .soft-hero .hero-modern-thumbnails .thumbnail-item {
        width: 56px;
        height: 40px;
        border-radius: 10px;
    }
}

/* Mobilde nav butonları slider görselinin kenarında — responsive.css override */
@media only screen and (max-width: 767px) {
    .soft-hero .hero-modern-slider .swiper-navigation-button {
        position: absolute !important;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 15px !important;
        z-index: 30 !important;
    }
    .soft-hero .hero-modern-slider .swiper-navigation-button.prev {
        left: 8px !important;
    }
    .soft-hero .hero-modern-slider .swiper-navigation-button.next {
        right: 8px !important;
        left: auto !important;
    }
}


/*** FEATURES ***/

/* Eski features — artık kullanılmıyor, ama bozulmasın */
.soft-features {
    position: relative;
    width: 100%;
    padding: 0;
}

/* ═══════════════════════════════════════════
   STATS COUNTER BAR
═══════════════════════════════════════════ */
.iy-stats-bar {
    padding: 40px 0 8px;
    position: relative;
}

.iy-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.iy-stat-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1.5px solid #e8ecf3;
    border-radius: 20px;
    padding: 24px 22px;
    transition: box-shadow 0.28s ease, transform 0.28s ease, border-color 0.28s ease;
    position: relative;
    overflow: hidden;
}

.iy-stat-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #cf4738, #b91c1c);
    border-radius: 0 0 20px 20px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.32s ease;
}

.iy-stat-card:hover {
    box-shadow: 0 12px 40px rgba(15,23,42,.1);
    transform: translateY(-4px);
    border-color: transparent;
}

.iy-stat-card:hover::after {
    transform: scaleX(1);
}

.iy-stat-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgb(207 71 56 / 10%), rgb(207 71 56 / 5%));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.iy-stat-card__icon i {
    font-size: 22px;
    color: #cf4738;
}

.iy-stat-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.iy-stat-card__num {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: 'Gilmer', sans-serif;
    display: block;
    font-style: normal;
}

.iy-stat-card__label {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    line-height: 1.3;
    display: block;
}

.iy-stat-card__desc {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.55;
    margin: 0;
    font-family: 'Outfit', sans-serif;
}

/* Responsive */
@media (max-width: 1100px) {
    .iy-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .iy-stats-bar {
        padding: 28px 0 8px;
    }
    .iy-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .iy-stat-card {
        padding: 18px 16px;
        gap: 12px;
        border-radius: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    .iy-stat-card__icon {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }
    .iy-stat-card__icon i {
        font-size: 18px;
    }
    .iy-stat-card__num {
        font-size: 28px;
    }
    .iy-stat-card__label {
        font-size: 12px;
    }
    .iy-stat-card__desc {
        display: none; /* Çok küçük ekranda açıklama gizle */
    }
}

.soft-scroll-button {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.15);
    position: relative;
    left: auto;
    transform: none;
    z-index: 10;
    display: block;
    margin: 10px auto 0;
}

.soft-scroll-button:hover {
    border-color: rgba(207, 71, 56, 0.35);
    box-shadow: 0 22px 44px -16px rgba(207, 71, 56, 0.22);
}

.soft-scroll-button img {
    width: 30px;
    animation: floating 2s ease-in-out infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@keyframes floating {
    0% {
        transform: translateY(-30%) translateX(-50%);
    }

    50% {
        transform: translateY(-50%) translateX(-50%);
    }

    100% {
        transform: translateY(-30%) translateX(-50%);
    }
}

/*** START ABOUT **/

.soft-about {
    position: relative;
    z-index: 9;
    background-color: #0f172a;
    background-image: url(assets/images/about.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 460px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
}

.soft-about::before {
    content: "";
    background: linear-gradient(135deg, rgba(15,23,42,.92) 0%, rgba(15,23,42,.78) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.soft-about::after {
    content: "";
    background: radial-gradient(circle, rgba(207,71,56,.35) 0%, rgba(207,71,56,0) 60%);
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    height: 480px;
    border-radius: 100%;
    z-index: 2;
    pointer-events: none;
}

.soft-about .about-wrapper {
    position: relative;
    z-index: 10;
}

.soft-about .about-wrapper .about-content-area {}

.soft-about .about-wrapper .about-content-area .subtitle {
    color: rgba(207,71,56,.85);
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 13px;
}

.soft-about .about-wrapper .about-content-area h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 8px 0 24px;
    letter-spacing: -0.02em;
}

.soft-about .about-wrapper .about-content-area p {
    color: rgba(255,255,255,.88);
    line-height: 1.85;
    font-size: 15.5px;
    width: 70%;
    max-width: 680px;
    margin: 0 0 12px;
}

.soft-about .about-wrapper .about-content-area p strong {
    color: #fff;
    font-weight: 600;
}

.soft-about .about-wrapper .about-content-area .soft-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    font-size: 13px;
    margin-top: 12px;
}

.soft-about .about-wrapper .about-content-area .soft-button:hover {
    background-color: #cf4738;
    border-color: #cf4738;
}

@media only screen and (max-width: 767px) {
    .soft-about {
        padding: 60px 0;
        min-height: auto;
    }
    .soft-about .about-wrapper .about-content-area h2 {
        font-size: 28px;
    }
    .soft-about .about-wrapper .about-content-area p {
        width: 100%;
        font-size: 14.5px;
    }
    .soft-about::after {
        display: none;
    }
}



/*** START SERVICE ***/

.soft-service {
    position: relative;
    z-index: 99;
    margin: 100px 0 0;
}

.soft-service .soft-head {
    flex-direction: row;
    align-items: center;
    gap: 50px;
    margin: 0 0 50px;
}

.soft-service .soft-head .soft-head-col {}

.soft-service .soft-head .soft-head-col:first-child {
    border-right: 1px solid #CCCCCC;
    padding: 0 50px 0 0;
}

.soft-service .soft-head .soft-head-col .subtitle {
    color: rgb(35 35 35 / 40%);
    letter-spacing: 8px;
    font-size: 20px;
}

.soft-service .soft-head .soft-head-col h2 {
    font-weight: 300;
    font-size: 35px;
}

.soft-service .service-wrapper {}

.soft-service .service-wrapper .service-row {
    display: flex;
}

.soft-service .service-wrapper .service-row .service-slider {
    width: 60%;
}

.swiper.swiper-service {
    width: 62vw;
    float: right;
    padding: 7vw 5vw 7vw 0;
}

.swiper.swiper-service .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.swiper.swiper-service .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.swiper.swiper-service .swiper-slide.swiper-slide-next {
    transform: scale(1.2);
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.swiper.swiper-service .swiper-slide.swiper-slide-next+.swiper-slide {
    transform: scale(1.4);
    position: relative;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

.swiper.swiper-service .swiper-slide .service-home-card {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #fff;
}

.swiper.swiper-service .swiper-slide .service-home-card::before {
    content: "";
    background: #232323;
    background: -moz-linear-gradient(180deg, rgb(35 35 35 / 40%) 0%, #232323 100%);
    background: -webkit-linear-gradient(180deg, rgb(35 35 35 / 40%) 0%, #232323 100%);
    background: linear-gradient(180deg, rgb(35 35 35 / 40%) 0%, #232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.swiper.swiper-service .swiper-slide.swiper-slide-next+.swiper-slide .service-home-card::before {
    background: #232323;
    background: -moz-linear-gradient(180deg, rgb(35 35 35 / 0%) 0%, #232323 100%);
    background: -webkit-linear-gradient(180deg, rgb(35 35 35 / 0%) 0%, #232323 100%);
    background: linear-gradient(180deg, rgb(35 35 35 / 0%) 0%, #232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.swiper.swiper-service .swiper-slide .service-home-card .image {}

.swiper.swiper-service .swiper-slide .service-home-card .image img {}

.swiper.swiper-service .swiper-slide .service-home-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 25px 30px 25px;
    z-index: 99;
}

.swiper.swiper-service .swiper-slide .service-home-card .content h3 {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.swiper.swiper-service .swiper-slide .service-home-card .content p {
    height: 0;
    opacity: 0;
    visibility: hidden;
    color: rgb(255 255 255 / 70%);
    font-size: 10px;
    line-height: 16px;
}

.swiper.swiper-service .swiper-slide.swiper-slide-next+.swiper-slide .service-home-card .content p {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin: 10px 0 15px;
}

.swiper.swiper-service .swiper-slide.swiper-slide-next+.swiper-slide .service-home-card .content .link {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.swiper.swiper-service .swiper-slide .service-home-card .content .link {
    height: 0;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.swiper.swiper-service .swiper-slide .service-home-card .content .link i {
    font-size: 13px;
}

.soft-service .service-wrapper .service-row .service-manage {
    width: 40%;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider {
    height: 100%;
    position: relative;
}

.swiper.swiper-service-manage {
    height: 400px;
}

.swiper.swiper-service-manage .swiper-slide {
    display: flex;
    justify-content: flex-end;
    height: 80px;
    line-height: 1;
}

.swiper.swiper-service-manage .swiper-slide.swiper-slide-active {}

.swiper.swiper-service-manage .swiper-slide.swiper-slide-active .manage-vision {
    color: #232323;
}

.swiper.swiper-service-manage .swiper-slide.swiper-slide-active .manage-vision .line {
    background-color: #232323;
}

.swiper.swiper-service-manage .swiper-slide .manage-vision {
    display: flex;
    color: rgb(35 35 35 / 30%);
    align-items: center;
    gap: 50px;
    cursor: pointer;
}

.swiper.swiper-service-manage .swiper-slide .manage-vision .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.swiper.swiper-service-manage .swiper-slide .manage-vision span.line {
    width: 100px;
    height: 1px;
    background-color: rgb(35 35 35 / 30%);
}

.swiper.swiper-service-manage .swiper-slide .manage-vision .number {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group {
    padding: 0 0 0 50px;
    margin: 30px 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button {
    z-index: 9999999;
    border: 1px solid rgb(255 255 255 / 20%);
    width: 60px;
    min-width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50px;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button.prev {
    width: 100%;
    background-color: #fff !important;
    color: #232323;
    gap: 20px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button.prev:hover {
    background-color: #CF4738 !important;
    color: #fff;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button.next {}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button i {
    font-size: 20px;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button .line {
    width: 100%;
    height: 1px;
    background-color: #CFCFCF;
}

.soft-service .service-wrapper .service-row .service-manage .manage-slider .navigation-group .swiper-navigation-button .text {}

/*** END SERVICE ***/



/*** START PROJECT ***/

.soft-project {
    margin: -130px 0 0;
    position: relative;
    background-color: #ffffff;
    background-image: none;
    padding: 200px 0 0;
}

.soft-project::before {
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #f8fafc 100%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.soft-project .soft-head {
    position: relative;
    z-index: 9;
    text-align: center;
    width: 450px;
    margin: 0 auto 50px;
    gap: 15px;
}

.soft-project .soft-head .soft-head-col {}

.soft-project .soft-head .soft-head-col p {
    color: #64748b;
    font-size: 15px;
    margin: auto;
    line-height: 1.6;
}

.soft-project .soft-head .soft-head-col .subtitle {
    color: #64748b;
}

.soft-project .soft-head .soft-head-col h2 {
    color: #0f172a;
    font-weight: 600;
    font-size: 40px;
}

.soft-project .soft-head .soft-head-col h2 strong {
    color: #cf4738;
    font-weight: 600;
}

.soft-project .soft-head .navigation-group {}

.soft-project .soft-head .navigation-group .swiper-navigation-button {
    z-index: 9999999;
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: #334155;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
}

.soft-project .soft-head .navigation-group .swiper-navigation-button.prev {
    transform: translate(-70px, 0);
    left: 0;
    background-color: #ffffff;
    color: #334155;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
}

.soft-project .soft-head .navigation-group .swiper-navigation-button.next {
    transform: translate(70px, 0);
    right: 0;
    background: linear-gradient(145deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 22px -10px rgba(207, 71, 56, 0.5);
}

.soft-project .project-wrapper {
    position: relative;
    z-index: 9;
    padding: 0 16px 100px;
    box-sizing: border-box;
}

.soft-project .project-wrapper .project-slider {}

.swiper.swiper-project {}

.swiper.swiper-project .swiper-slide {}

.project-card {
    border-radius: 28px;
    padding: 1px;
    overflow: hidden;
    position: relative;
    height: 100%;
    box-shadow: 0 20px 48px -24px rgba(15, 23, 42, 0.16);
}

.project-card::before {
    content: "";
    background: linear-gradient(135deg, rgba(207, 71, 56, 0.18) 0%, rgba(255, 255, 255, 0.97) 40%, #f8fafc 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 26px;
}

.project-card .card-wrapper {
    display: flex;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 26px;
    height: 100%;
    min-height: 320px;
}

.project-card .card-wrapper .card-col {
    width: 50%;
}

.project-card .card-wrapper .card-col .card-media {
    height: 100%;
    display: block;
    border-radius: 26px 0 0 26px;
    overflow: hidden;
    background: linear-gradient(145deg, #1e293b 0%, #334155 100%);
}

.project-card .card-wrapper .card-col .card-media img {
    height: 100%;
    object-fit: cover;
    transition: all .4s ease;
}

.project-card:hover .card-wrapper .card-col .card-media img {
    transform: scale(1.1);
    transition: all .4s ease;
}

/* Anasayfa proje slider — dikey kart; kapak cover ile tam oturur */
.swiper.swiper-project .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.project-wrapper .project-slider .project-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-wrapper .project-slider .project-card .card-wrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
    min-height: 420px;
}

.project-wrapper .project-slider .project-card .card-wrapper .card-col {
    width: 100%;
}

.project-wrapper .project-slider .project-card .card-wrapper .card-col:first-child .card-media {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 2 / 1;
    max-height: 220px;
    overflow: hidden;
    padding: 0;
    border-radius: 26px 26px 0 0;
    background: #0f172a;
}

.project-wrapper .project-slider .project-card .card-wrapper .card-col:first-child .card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.45s ease, opacity 0.25s ease;
}

.project-wrapper .project-slider .project-card:hover .card-wrapper .card-col:first-child .card-media img {
    transform: scale(1.04);
    opacity: 1;
}

.project-wrapper .project-slider .project-card .card-wrapper .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 22px 26px 26px;
}

.project-wrapper .project-slider .project-card .card-wrapper .card-content .soft-button {
    margin-top: auto;
    align-self: flex-start;
}

.project-wrapper .project-slider .project-card .card-wrapper .card-content p {
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 14px;
}

.project-card .card-wrapper .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 30px;
}

.project-card .card-wrapper .card-content .cat {
    color: rgb(100 116 139);
    font-size: 13px;
    font-family: 'Outfit', sans-serif !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}

.project-card .card-wrapper .card-content .cat::before {
    content: "";
    width: 25px;
    height: 1px;
    background-color: rgba(207, 71, 56, 0.45);
    display: block;
}

.project-card .card-wrapper .card-content h3 {
    color: #0f172a;
    font-size: 28px;
    font-weight: 600;
}

.project-card .card-wrapper .card-content p {
    color: #64748b;
    font-size: 14px;
    width: 100%;
    margin: 0 0 50px;
}

.project-card .card-wrapper .card-content .info-table {
    margin: 0 0 40px;
}

.project-card .card-wrapper .card-content .info-table .table-row {
    display: flex;
    padding: 15px 0 0;
    line-height: 1;
}

.project-card .card-wrapper .card-content .info-table .table-row:not(:last-child) {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0 0 15px;
}

.project-card .card-wrapper .card-content .info-table .table-row .table-label {
    color: #94a3b8;
    width: 40%;
    font-size: 14px;
    font-family: 'Outfit', sans-serif !important;
}

.project-card .card-wrapper .card-content .info-table .table-row .table-value {
    font-size: 14px;
    color: #0f172a;
    font-weight: 600;
    font-family: 'Outfit', sans-serif !important;
}

.project-card .card-wrapper .card-content .soft-button {
    background: linear-gradient(135deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    font-size: 13px;
    height: 45px;
    padding: 0 20px;
    border: none;
    box-shadow: 0 8px 22px -12px rgba(207, 71, 56, 0.45);
}

.project-card .card-wrapper .card-content .soft-button:hover {
    background: #0f172a !important;
    color: #fff !important;
}

.project-card .card-wrapper .card-content .soft-button i {}

.project-card.v2 {}

.project-card.v2 .card-wrapper {
    background-color: #fff;
}

.project-card.v2 .card-wrapper .card-content .cat {
    color: rgb(35 35 35 / 30%);
}

.project-card.v2 .card-wrapper .card-content .cat::before {
    background-color: rgb(35 35 35 / 30%);
}

.project-card.v2 .card-wrapper .card-content h3 {
    color: #232323;
}

.project-card.v2 .card-wrapper .card-content p {
    color: #232323;
    font-weight: 200;
}

.project-card.v2 .card-wrapper .card-content .info-table .table-row:not(:last-child) {
    border-color: #C0C0C0;
}

.project-card.v2 .card-wrapper .card-content .info-table .table-row .table-label {
    color: rgb(35 35 35 / 40%);
}

.project-card.v2 .card-wrapper .card-content .info-table .table-row .table-value {
    color: #232323;
}

.project-card.v2 .card-wrapper .card-content .soft-button {}

.soft-brand {
    position: relative;
    z-index: 9;
    padding: 0 0 100px;
}

.soft-brand .soft-head {}

.soft-brand .soft-head .soft-head-col h2 {
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #0f172a;
}

.soft-brand .soft-head .soft-head-col .subtitle {
    letter-spacing: 0.18em;
}

.soft-brand .brand-wrapper {}

.swiper.swiper-brand {}

.swiper.swiper-brand .swiper-wrapper {}

.swiper.swiper-brand .swiper-wrapper .swiper-slide {}

.swiper.swiper-brand .swiper-wrapper .swiper-slide .image {}

.swiper.swiper-brand .swiper-wrapper .swiper-slide .image img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}

/* —— Anasayfa referanslar: beyaz odaklı panel, ince alt gölge —— */
.soft-brand.iy-refs-panel {
    position: relative;
    isolation: isolate;
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    border: 1px solid rgba(15, 23, 42, 0.07);
    padding: 52px 0 76px;
    margin-top: 44px;
    border-radius: 22px;
    box-shadow:
        0 4px 6px -2px rgba(15, 23, 42, 0.04),
        0 16px 48px -12px rgba(15, 23, 42, 0.09),
        inset 0 1px 0 #ffffff;
    overflow: hidden;
}

.soft-brand.iy-refs-panel--about {
    margin: 56px auto 80px;
}

/* Panel içi refs grid (hakkımızda + anasayfa) — referanslar sayfasıyla aynı kartlar */
.iy-refs-grid--panel {
    margin-bottom: 36px;
}

.soft-brand.iy-refs-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(80% 60% at 50% 0%, rgba(207, 71, 56, 0.04) 0%, transparent 70%);
    border-radius: inherit;
}

.soft-brand.iy-refs-panel > .container {
    position: relative;
    z-index: 1;
}

.soft-brand.iy-refs-panel .iy-refs-head {
    position: relative;
    z-index: 9;
    text-align: center;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 36px;
}

.soft-brand.iy-refs-panel .iy-refs-head .subtitle {
    letter-spacing: 0.28em;
    font-size: 13px;
    color: #64748b;
}

.soft-brand.iy-refs-panel .iy-refs-head .soft-head-col h2 {
    color: #0f172a;
    font-weight: 600;
    font-size: 40px;
}

.soft-brand.iy-refs-panel .iy-refs-head .soft-head-col h2 strong {
    color: #cf4738;
    font-weight: 600;
}

.soft-brand.iy-refs-panel .iy-refs-head .iy-refs-desc {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 10px auto 0;
    max-width: 420px;
}

.soft-brand.iy-refs-panel .iy-refs-navigation {}

.soft-brand.iy-refs-panel .iy-refs-navigation .swiper-navigation-button {
    z-index: 9999999;
    border: 1px solid rgba(15, 23, 42, 0.1);
    color: #334155;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
}

.soft-brand.iy-refs-panel .iy-refs-navigation .swiper-navigation-button.prev {
    transform: translate(-70px, 0);
    left: 0;
    background-color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #334155;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
}

.soft-brand.iy-refs-panel .iy-refs-navigation .swiper-navigation-button.next {
    transform: translate(70px, 0);
    right: 0;
    background: linear-gradient(145deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 22px -10px rgba(207, 71, 56, 0.5);
}

.brand-wrapper--marquee {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.brand-wrapper--marquee-single {
    gap: 0;
}

.iy-refs-marquee-row {
    overflow: hidden;
    padding: 14px 0;
    margin: 0 -4px;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 2.5%, #000 97.5%, transparent 100%);
}

.swiper.swiper-brand-marquee .swiper-slide .image {
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
}

.swiper.swiper-brand-marquee.swiper-brand-marquee--single .swiper-slide .image {
    height: 120px;
}

/* Sürekli lineer kaydırma için */
.swiper-brand-marquee--single .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper.swiper-brand-marquee .swiper-slide .image img {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(0.18);
    opacity: 0.85;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.swiper.swiper-brand-marquee.swiper-brand-marquee--single .swiper-slide .image img {
    max-height: 80px;
}

/* --single modda tüm slaytlar eşit boyut — büyütme yok */
.swiper.swiper-brand-marquee.swiper-brand-marquee--single .swiper-slide-active .image img,
.swiper.swiper-brand-marquee.swiper-brand-marquee--single .swiper-slide-prev .image img,
.swiper.swiper-brand-marquee.swiper-brand-marquee--single .swiper-slide-next .image img {
    max-height: 80px;
    transform: none;
    filter: grayscale(0.18);
    opacity: 0.85;
}

.swiper.swiper-brand-marquee.swiper-brand-marquee--single .swiper-slide:hover .image img {
    filter: grayscale(0);
    opacity: 1;
}

/* generic (about vb.) — mevcut efekt korunur */
.swiper.swiper-brand-marquee:not(.swiper-brand-marquee--single) .swiper-slide-active .image img {
    max-height: 112px;
    transform: scale(1.14);
    filter: grayscale(0);
    opacity: 1;
}

.swiper.swiper-brand-marquee:not(.swiper-brand-marquee--single) .swiper-slide-prev .image img,
.swiper.swiper-brand-marquee:not(.swiper-brand-marquee--single) .swiper-slide-next .image img {
    max-height: 78px;
    transform: scale(1.04);
    filter: grayscale(0.12);
    opacity: 0.93;
}

@media (prefers-reduced-motion: reduce) {
    .swiper.swiper-brand-marquee .swiper-slide .image img {
        transition: none;
    }
}

/* Anasayfa referanslar — tümünü gör CTA */
.soft-brand.iy-refs-panel .iy-refs-cta-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    padding-top: 8px;
}

.soft-brand.iy-refs-panel .iy-refs-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px 14px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #cf4738 0%, #b91c1c 52%, #b91c1c 100%);
    box-shadow:
        0 4px 14px -4px rgba(207, 71, 56, 0.45),
        0 12px 32px -16px rgba(225, 29, 72, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.soft-brand.iy-refs-panel .iy-refs-cta i {
    font-size: 20px;
    opacity: 0.95;
    transition: transform 0.22s ease;
}

.soft-brand.iy-refs-panel .iy-refs-cta:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow:
        0 8px 22px -6px rgba(207, 71, 56, 0.5),
        0 20px 40px -20px rgba(225, 29, 72, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.soft-brand.iy-refs-panel .iy-refs-cta:hover i {
    transform: translate(2px, -2px);
}

.soft-brand.iy-refs-panel .iy-refs-cta:focus-visible {
    outline: 2px solid #cf4738;
    outline-offset: 3px;
}

/* Referanslar grid sayfası */
.iy-refs-grid-page {
    padding: 56px 0 96px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 28%, #ffffff 100%);
}

.iy-refs-grid-page .container {
    max-width: 1140px;
}

.iy-refs-grid-intro {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.iy-refs-grid-eyebrow {
    letter-spacing: 0.28em;
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.iy-refs-grid-title {
    color: #0f172a;
    font-weight: 600;
    font-size: clamp(28px, 4vw, 40px);
    margin: 0;
    line-height: 1.2;
}

.iy-refs-grid-title strong {
    color: #cf4738;
    font-weight: 600;
}

.iy-refs-grid-lead {
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
}

.iy-refs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.iy-refs-grid__card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 36px 28px 28px;
    box-shadow: 0 4px 24px -12px rgba(15, 23, 42, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 200px;
}

.iy-refs-grid__card:hover {
    transform: translateY(-4px);
    border-color: rgba(207, 71, 56, 0.22);
    box-shadow:
        0 16px 40px -20px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(207, 71, 56, 0.06);
}

.iy-refs-grid__logo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 130px;
}

.iy-refs-grid__logo img {
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.iy-refs-grid__card:hover .iy-refs-grid__logo img {
    filter: none;
    opacity: 1;
    transform: scale(1.06);
}

.iy-refs-grid__name {
    margin: 14px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    line-height: 1.35;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.iy-refs-grid-empty {
    text-align: center;
    color: #64748b;
    font-size: 16px;
    padding: 48px 20px;
    background: #f1f5f9;
    border-radius: 16px;
    border: 1px dashed rgba(15, 23, 42, 0.12);
}

/* Hazır Paketler sayfası */
.iy-packages-landing {
    padding: 48px 0 96px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 45%, #ffffff 100%);
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Liste sayfası: kapak yok — tek görsel vurgu olarak ikon */
.iy-packages-landing .iy-packages-offer__head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iy-packages-landing .iy-packages-offer__sector,
.iy-packages-landing .iy-packages-offer__summary {
    align-self: stretch;
    text-align: left;
}

.iy-packages-landing .iy-packages-offer__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
}

.iy-packages-landing .iy-packages-offer__icon i {
    font-size: 28px;
}

.iy-packages-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.iy-packages-eyebrow {
    letter-spacing: 0.22em;
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.iy-packages-title {
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.25;
}

.iy-packages-title strong {
    color: #cf4738;
    font-weight: 600;
}

.iy-packages-lead {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
}

.iy-packages-filter-nav {
    margin: 28px 0 0;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 36px -28px rgba(15, 23, 42, 0.2);
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    overscroll-behavior-x: contain;
}

.iy-packages-filter-nav__track {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    box-sizing: border-box;
}

.iy-packages-filter-nav__btn {
    flex: 0 0 auto;
    position: relative;
    margin: 0;
    border: none;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    background: transparent;
    padding: 20px 22px 18px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.iy-packages-filter-nav__btn:first-child {
    border-left: none;
}

.iy-packages-filter-nav__btn:hover {
    color: #0f172a;
    background: rgba(248, 250, 252, 0.85);
}

.iy-packages-filter-nav__btn:focus-visible {
    outline: 2px solid #cf4738;
    outline-offset: -2px;
    z-index: 1;
}

.iy-packages-filter-nav__btn.is-active {
    color: #cf4738;
    background: rgba(207, 71, 56, 0.04);
}

.iy-packages-filter-nav__btn.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 14px;
    border-radius: 0 0 3px 3px;
    background: #cf4738;
}

.iy-packages-offer--filtered-out {
    display: none !important;
}

.iy-packages-section--filtered-empty {
    display: none !important;
}

.iy-packages-filter-nav + .iy-packages-section {
    margin-top: 24px;
}

.iy-packages-section {
    margin-top: 56px;
}

.iy-packages-section--soft {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.iy-packages-section__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.iy-packages-section__title i {
    font-size: 26px;
    color: #cf4738;
}

.iy-packages-section__lead {
    margin: 0 0 28px;
    max-width: 820px;
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.iy-packages-catalog {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.iy-packages-catalog--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iy-packages-offer {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    padding: 22px 22px 24px;
    box-shadow: 0 10px 36px -22px rgba(15, 23, 42, 0.2);
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.iy-packages-offer__media {
    display: block;
    margin: -22px -22px 18px;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: linear-gradient(145deg, #f1f5f9 0%, #e2e8f0 100%);
    position: relative;
}

.iy-packages-offer__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    transition: transform 0.35s ease;
}

.iy-packages-offer__media:hover img {
    transform: scale(1.03);
}

.iy-packages-offer__media--soft {
    background: linear-gradient(145deg, #eff6ff 0%, #e0e7ff 100%);
}

.iy-packages-offer:hover {
    border-color: rgba(207, 71, 56, 0.22);
    box-shadow: 0 16px 44px -24px rgba(207, 71, 56, 0.18);
}

.iy-packages-offer__head {
    flex: 1;
}

.iy-packages-offer__badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #cf4738;
    background: rgba(207, 71, 56, 0.1);
    padding: 5px 10px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.iy-packages-offer__badge--soft {
    color: #1d4ed8;
    background: rgba(29, 78, 216, 0.1);
}

.iy-packages-offer__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(207, 71, 56, 0.12) 0%, rgba(225, 29, 72, 0.08) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.iy-packages-offer--software .iy-packages-offer__icon {
    background: linear-gradient(145deg, rgba(29, 78, 216, 0.12) 0%, rgba(79, 70, 229, 0.08) 100%);
}

.iy-packages-offer__icon i {
    font-size: 22px;
    color: #cf4738;
}

.iy-packages-offer--software .iy-packages-offer__icon i {
    color: #1d4ed8;
}

.iy-packages-offer__sector {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
    line-height: 1.3;
}

.iy-packages-offer__summary {
    font-size: 14px;
    line-height: 1.55;
    color: #64748b;
    margin: 0 0 16px;
}

.iy-packages-offer__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin-bottom: 16px;
    padding: 14px 0;
    border-top: 1px dashed rgba(15, 23, 42, 0.1);
    border-bottom: 1px dashed rgba(15, 23, 42, 0.1);
}

.iy-packages-offer__amount {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.iy-packages-offer__currency {
    font-size: 15px;
    font-weight: 700;
    color: #475569;
}

.iy-packages-offer__vat {
    flex: 0 0 100%;
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
}

.iy-packages-offer__price--web-floor .iy-packages-offer__price-main-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.iy-packages-offer__from-label {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    line-height: 1.35;
    max-width: 100%;
}

.iy-packages-offer__demos {
    margin-top: 20px;
    padding: 16px 14px 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(207, 71, 56, 0.06) 0%, rgba(248, 250, 252, 0.9) 100%);
    border: 1px solid rgba(207, 71, 56, 0.12);
}

.iy-packages-offer__demos--software {
    background: linear-gradient(180deg, rgba(29, 78, 216, 0.06) 0%, rgba(248, 250, 252, 0.9) 100%);
    border-color: rgba(29, 78, 216, 0.14);
}

.iy-packages-offer__demos-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.02em;
}

.iy-packages-offer__demos-title i {
    font-size: 18px;
    color: #cf4738;
}

.iy-packages-offer__demos--software .iy-packages-offer__demos-title i {
    color: #1d4ed8;
}

.iy-packages-offer__demos-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.iy-packages-offer__demos-list li {
    margin: 0;
}

.iy-packages-offer__demo-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a !important;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.iy-packages-offer__demo-link:hover {
    border-color: rgba(207, 71, 56, 0.35);
    background: #fffdfb;
    color: #cf4738 !important;
}

.iy-packages-offer__demo-link--soft:hover {
    border-color: rgba(29, 78, 216, 0.35);
    background: #f8fafc;
    color: #1d4ed8 !important;
}

.iy-packages-offer__demo-label {
    line-height: 1.35;
    text-align: left;
}

.iy-packages-offer__demo-ico {
    font-size: 16px;
    flex-shrink: 0;
    opacity: 0.65;
}

.iy-packages-offer__demo-link:hover .iy-packages-offer__demo-ico {
    opacity: 1;
}

.iy-packages-offer__demos-note {
    margin: 12px 0 0;
    font-size: 11px;
    line-height: 1.5;
    color: #64748b;
}

.iy-packages-offer__wa {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.iy-packages-offer--software .iy-packages-offer__wa {
    border-top-color: rgba(29, 78, 216, 0.12);
}

.iy-packages-offer__wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.iy-packages-offer__wa-btn:hover {
    color: #fff;
    filter: brightness(1.05);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
    transform: translateY(-1px);
}

.iy-packages-offer__wa-btn i {
    font-size: 18px;
    line-height: 1;
}

.iy-packages-offer__wa-btn--soft {
    background: linear-gradient(135deg, #22c55e 0%, #0d9488 100%);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

.iy-packages-offer__wa-btn--soft:hover {
    box-shadow: 0 4px 14px rgba(34, 197, 94, 0.4);
}

.iy-packages-offer__detail-cta {
    margin-top: 14px;
}

.iy-packages-offer__detail-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #b91c1c;
    text-decoration: none;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid rgba(207, 71, 56, 0.35);
    box-shadow: 0 4px 18px -8px rgba(207, 71, 56, 0.45);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.iy-packages-offer__detail-btn:hover {
    color: #9f1239;
    border-color: rgba(207, 71, 56, 0.55);
    box-shadow: 0 8px 26px -10px rgba(207, 71, 56, 0.55);
    transform: translateY(-1px);
}

.iy-packages-offer__detail-btn i {
    font-size: 17px;
    line-height: 1;
}

.iy-packages-offer__detail-btn--soft {
    color: #1d4ed8;
    background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
    border-color: rgba(29, 78, 216, 0.35);
    box-shadow: 0 4px 18px -8px rgba(29, 78, 216, 0.35);
}

.iy-packages-offer__detail-btn--soft:hover {
    color: #1e3a8a;
    border-color: rgba(29, 78, 216, 0.5);
    box-shadow: 0 8px 26px -10px rgba(29, 78, 216, 0.45);
}

/* Hazır paket detay sayfası */
.iy-pack-detail {
    padding: 48px 0 96px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 40%);
}

.iy-pack-detail__hero-meta {
    margin: 14px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
    font-size: 14px;
    color: #64748b;
}

.iy-pack-detail__badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.iy-pack-detail__badge--web {
    background: rgba(207, 71, 56, 0.1);
    color: #b91c1c;
}

.iy-pack-detail__badge--soft {
    background: rgba(29, 78, 216, 0.1);
    color: #1d4ed8;
}

.iy-pack-detail__code code {
    font-size: 13px;
    background: rgba(15, 23, 42, 0.06);
    padding: 2px 8px;
    border-radius: 6px;
}

.iy-pack-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 36px;
    align-items: start;
}

.iy-pack-detail__intro-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 28px 28px 24px;
    box-shadow: 0 18px 48px -32px rgba(15, 23, 42, 0.25);
}

.iy-pack-detail__cover {
    margin-top: 28px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 48px -32px rgba(15, 23, 42, 0.2);
    background: #f8fafc;
}

.iy-pack-detail__cover img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.iy-pack-detail__device-shots {
    margin-top: 36px;
}

.iy-pack-detail__device-shots-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.55fr);
    gap: 20px;
    align-items: start;
}

.iy-pack-detail__device-shot {
    margin: 0;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 12px 12px 16px;
    box-shadow: 0 12px 36px -28px rgba(15, 23, 42, 0.35);
}

.iy-pack-detail__device-shot figcaption {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 10px;
    padding-left: 4px;
}

.iy-pack-detail__device-shot a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    background: #f1f5f9;
}

.iy-pack-detail__device-shot img {
    width: 100%;
    height: auto;
    display: block;
}

.iy-pack-detail__device-shot--mobile {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .iy-pack-detail__device-shots-grid {
        grid-template-columns: 1fr;
    }

    .iy-pack-detail__device-shot--mobile {
        max-width: 220px;
    }
}

.iy-pack-detail__intro-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #fef2f2 0%, #ffedd5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #cf4738;
    font-size: 26px;
}

.iy-pack-detail__lead {
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
    color: #334155;
}

.iy-pack-detail__price {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.iy-pack-detail__price-amount {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
}

.iy-pack-detail__price-note {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #64748b;
}

.iy-pack-detail__section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: #0f172a;
    margin: 40px 0 16px;
}

.iy-pack-detail__section-title i {
    color: #cf4738;
    font-size: 22px;
}

.iy-pack-detail__gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
}

.iy-pack-detail__gallery-item {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    aspect-ratio: 4 / 3;
    background: #f1f5f9;
}

.iy-pack-detail__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.iy-pack-detail__gallery-item:hover img {
    transform: scale(1.04);
}

.iy-pack-detail__gallery-zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.65);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    pointer-events: none;
}

.iy-pack-detail__prose {
    font-size: 16px;
    line-height: 1.75;
    color: #334155;
}

.iy-pack-detail__prose p {
    margin-bottom: 1em;
}

.iy-pack-detail__prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.iy-pack-detail__demos-lead,
.iy-pack-detail__related-lead,
.iy-pack-detail__hint {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 16px;
}

.iy-pack-detail__hint {
    font-size: 13px;
    margin-top: 12px;
}

.iy-pack-detail__demo-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.iy-pack-detail__demo-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(207, 71, 56, 0.25);
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 28px -22px rgba(207, 71, 56, 0.5);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.iy-pack-detail__demo-btn:hover {
    border-color: rgba(207, 71, 56, 0.5);
    box-shadow: 0 14px 36px -20px rgba(207, 71, 56, 0.55);
    transform: translateY(-1px);
    color: #b91c1c;
}

.iy-pack-detail__demo-btn--ext i {
    color: #cf4738;
}

.iy-pack-detail__related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
}

.iy-pack-detail__related-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 12px 32px -26px rgba(15, 23, 42, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.iy-pack-detail__related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px -24px rgba(15, 23, 42, 0.4);
    color: inherit;
}

.iy-pack-detail__related-card-img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e2e8f0;
}

.iy-pack-detail__related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iy-pack-detail__related-card-title {
    padding: 14px 16px 4px;
    font-weight: 600;
    font-size: 15px;
    color: #0f172a;
}

.iy-pack-detail__related-card-cta {
    padding: 0 16px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #cf4738;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.iy-pack-detail__aside-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 22px 20px;
    margin-bottom: 16px;
    box-shadow: 0 14px 36px -28px rgba(15, 23, 42, 0.25);
}

.iy-pack-detail__aside-card h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #0f172a;
}

.iy-pack-detail__aside-card ul {
    margin: 0;
    padding: 0 0 0 18px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.iy-pack-detail__aside-card li {
    margin-bottom: 8px;
}

.iy-pack-detail__aside-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.iy-pack-detail__aside-wa,
.iy-pack-detail__aside-mail,
.iy-pack-detail__aside-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.iy-pack-detail__aside-wa {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
}

.iy-pack-detail__aside-wa:hover {
    color: #fff;
    filter: brightness(1.05);
}

.iy-pack-detail__aside-mail {
    background: #0f172a;
    color: #fff;
}

.iy-pack-detail__aside-mail:hover {
    color: #fff;
    filter: brightness(1.08);
}

.iy-pack-detail__aside-back {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.iy-pack-detail__aside-back:hover {
    color: #0f172a;
}

@media only screen and (max-width: 991px) {
    .iy-pack-detail__layout {
        grid-template-columns: 1fr;
    }

    .iy-pack-detail__aside {
        order: -1;
    }
}

.iy-packages-offer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iy-packages-offer__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #475569;
}

.iy-packages-offer__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cf4738;
    opacity: 0.85;
}

.iy-packages-offer--software .iy-packages-offer__list li::before {
    background: #1d4ed8;
}

.iy-packages-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
}

.iy-packages-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 28px 28px 32px;
    box-shadow: 0 12px 40px -24px rgba(15, 23, 42, 0.18);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.iy-packages-card:hover {
    border-color: rgba(207, 71, 56, 0.2);
    box-shadow: 0 20px 48px -28px rgba(207, 71, 56, 0.15);
}

.iy-packages-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(207, 71, 56, 0.12) 0%, rgba(225, 29, 72, 0.08) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.iy-packages-card__icon i {
    font-size: 24px;
    color: #cf4738;
}

.iy-packages-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 12px;
}

.iy-packages-card > p {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 16px;
}

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

.iy-packages-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

.iy-packages-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cf4738;
    opacity: 0.85;
}

.iy-packages-cta-row {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.iy-packages-cta-note {
    max-width: 560px;
    margin: 0;
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
}

.iy-packages-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #cf4738 0%, #b91c1c 100%);
    box-shadow: 0 8px 24px -8px rgba(207, 71, 56, 0.45);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.iy-packages-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.iy-packages-cta i {
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .iy-packages-catalog,
    .iy-packages-catalog--wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .iy-packages-grid {
        grid-template-columns: 1fr;
    }

    .iy-packages-catalog,
    .iy-packages-catalog--wide {
        grid-template-columns: 1fr;
    }

    .iy-packages-section__title {
        flex-wrap: wrap;
    }

    .iy-packages-landing {
        padding: 32px 0 64px;
    }

    .iy-packages-filter-nav__btn {
        padding: 16px 14px 14px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .iy-refs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .iy-refs-grid-intro {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .soft-brand.iy-refs-panel .iy-refs-cta-wrap {
        margin-top: 20px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .soft-brand.iy-refs-panel .iy-refs-cta {
        font-size: 13px;
        padding: 12px 20px;
        width: 100%;
        max-width: 360px;
        justify-content: center;
        text-align: center;
        line-height: 1.35;
    }

    .iy-refs-grid-page {
        padding: 32px 0 64px;
    }

    .iy-refs-grid-lead {
        font-size: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .iy-refs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .iy-refs-grid__card {
        min-height: 150px;
        padding: 24px 16px 20px;
    }

    .iy-refs-grid__logo {
        min-height: 100px;
    }

    .iy-refs-grid__logo img {
        max-height: 100px;
    }
}

/* Kaydırınca blokların görünmesi */
.iy-reveal-once:not(.iy-reveal-visible) {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
}

.iy-reveal-once {
    transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.iy-reveal-once.iy-reveal-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .iy-reveal-once:not(.iy-reveal-visible) {
        opacity: 1;
        transform: none;
    }
}

/*** END PROJECT ***/


/*** ANASAYFA — Hazır paketler teaser (entegrasyonların üstü) ***/

.iy-home-packs {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.iy-home-packs__wrap {
    padding: 64px 0 56px;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(207, 71, 56, 0.09) 0%, transparent 55%),
        radial-gradient(90% 60% at 0% 100%, rgba(29, 78, 216, 0.06) 0%, transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 48%, #fafafa 100%);
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.iy-home-packs__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}

.iy-home-packs__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
    margin: 0 0 12px;
}

.iy-home-packs__brand {
    color: #0f172a;
    letter-spacing: 0.08em;
}

.iy-home-packs__eyebrow-sep {
    margin: 0 0.35em;
    color: #cbd5e1;
    font-weight: 400;
}

.iy-home-packs__eyebrow > span:last-child {
    color: #cf4738;
}

.iy-home-packs__title {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 500;
    line-height: 1.2;
    color: #0f172a;
    margin: 0 0 16px;
}

.iy-home-packs__title strong {
    font-weight: 700;
    color: #cf4738;
}

.iy-home-packs__lead {
    margin: 0 0 22px;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #475569;
    max-width: 560px;
}

.iy-home-packs__bullets {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 540px;
}

.iy-home-packs__bullets li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #334155;
}

.iy-home-packs__bullets li i {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 1.25rem;
    color: #cf4738;
    opacity: 0.9;
}

.iy-home-packs__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;
}

.iy-home-packs__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.iy-home-packs__btn--primary {
    background: linear-gradient(135deg, #cf4738 0%, #cf4738 100%);
    color: #fff;
    box-shadow: 0 14px 32px -12px rgba(207, 71, 56, 0.55);
}

.iy-home-packs__btn--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -12px rgba(207, 71, 56, 0.6);
}

.iy-home-packs__btn--primary i {
    font-size: 18px;
}

.iy-home-packs__btn--ghost {
    background: #fff;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 8px 24px -16px rgba(15, 23, 42, 0.2);
}

.iy-home-packs__btn--ghost:hover {
    color: #b91c1c;
    border-color: rgba(207, 71, 56, 0.35);
    transform: translateY(-2px);
}

.iy-home-packs__btn--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: #fff;
    box-shadow: 0 14px 32px -14px rgba(18, 140, 126, 0.55);
}

.iy-home-packs__btn--whatsapp:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 40px -14px rgba(18, 140, 126, 0.58);
}

.iy-home-packs__btn--whatsapp i {
    font-size: 18px;
}

.iy-home-packs__panel {
    position: relative;
}

.iy-home-packs__panel-inner {
    position: relative;
    border-radius: 20px;
    padding: 0 0 22px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 32px 64px -40px rgba(15, 23, 42, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.6) inset;
    overflow: hidden;
}

.iy-home-packs__panel-accent {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #0f172a 0%, #334155 35%, #cf4738 100%);
}

.iy-home-packs__panel-head {
    padding: 22px 24px 0;
    margin-bottom: 4px;
}

.iy-home-packs__panel-kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 8px;
}

.iy-home-packs__panel-intro {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #475569;
}

.iy-home-packs__panel-block {
    margin: 20px 24px 0;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.iy-home-packs__panel-block--sectors {
    padding-bottom: 4px;
}

.iy-home-packs__panel-h {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0f172a;
}

.iy-home-packs__panel-h i {
    font-size: 17px;
    color: #cf4738;
    font-weight: 400;
}

.iy-home-packs__panel-hint {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.45;
    color: #94a3b8;
}

.iy-home-packs__meta-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.iy-home-packs__meta-link {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.iy-home-packs__meta-link:hover {
    color: #0f172a;
    background: #fff7ed;
    border-color: rgba(207, 71, 56, 0.22);
}

.iy-home-packs__sector-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
}

.iy-home-packs__sector-list li {
    position: relative;
    padding-left: 14px;
    font-size: 13px;
    line-height: 1.4;
    color: #475569;
}

.iy-home-packs__sector-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cbd5e1;
}

.iy-home-packs__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    position: relative;
    z-index: 1;
    padding: 20px 24px 0;
}

.iy-home-packs__stats--solo {
    grid-template-columns: 1fr;
}

.iy-home-packs__fallback {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    position: relative;
    z-index: 1;
}

.iy-home-packs__stat {
    border-radius: 16px;
    padding: 16px 14px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.06);
    text-align: center;
    backdrop-filter: blur(8px);
}

.iy-home-packs__stat--alt {
    background: rgba(239, 246, 255, 0.9);
    border-color: rgba(29, 78, 216, 0.12);
}

.iy-home-packs__stat--alt .iy-home-packs__stat-icon {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.12);
}

.iy-home-packs__stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(207, 71, 56, 0.1);
    color: #cf4738;
    font-size: 20px;
    margin-bottom: 10px;
}

.iy-home-packs__stat-num {
    display: block;
    font-size: 1.85rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}

.iy-home-packs__stat-label {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.iy-home-packs__panel-tagline {
    position: relative;
    z-index: 1;
    margin: 18px 24px 0;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    font-size: 12px;
    line-height: 1.5;
    color: #94a3b8;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .iy-home-packs__wrap {
        padding: 48px 0 40px;
    }

    .iy-home-packs__grid {
        grid-template-columns: 1fr;
    }

    .iy-home-packs__panel {
        order: -1;
    }

    .iy-home-packs__panel-inner {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 575px) {
    .iy-home-packs__stats {
        grid-template-columns: 1fr;
    }

    .iy-home-packs__sector-list {
        grid-template-columns: 1fr;
    }

    .iy-home-packs__btn {
        width: 100%;
        justify-content: center;
    }
}


/*** ANASAYFA — ENTEGRASYONLAR satır tasarımı ***/

.iy-int-section {
    background: #fff;
    border-top: 1px solid rgba(15,23,42,.06);
    border-bottom: 1px solid rgba(15,23,42,.06);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

/* Mobilde section overflow chip'leri kırpmasın — row'lar kendi overflow'unu yönetir */
@media (max-width: 767px) {
    .iy-int-section {
        overflow: visible;
    }
    .iy-int-rows {
        overflow: hidden;
    }
}

/* --- Başlık alanı --- */
.iy-int-section__head {
    padding: 72px 0 52px;
    text-align: center;
}

.iy-int-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #cf4738;
    margin: 0 0 14px;
}

.iy-int-heading {
    font-size: clamp(1.75rem, 3.2vw, 2.6rem);
    font-weight: 500;
    line-height: 1.15;
    color: #0f172a;
    margin: 0 0 18px;
}

.iy-int-heading em {
    font-style: normal;
    font-weight: 700;
    color: #cf4738;
}

.iy-int-subhead {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
}

/* --- Satır wrapper --- */
.iy-int-rows {
    border-top: 1px solid rgba(15,23,42,.06);
}

/* Her satır — tam genişlik bant */
.iy-int-row {
    border-bottom: 1px solid rgba(15,23,42,.05);
    padding: 0;
    transition: background 0.2s ease;
}

.iy-int-row:hover {
    background: rgba(207,71,56,.025);
}

.iy-int-row__inner {
    display: flex;
    align-items: center;
    min-height: 72px;
    gap: 0;
}

/* Sol: etiket — sabit genişlik */
.iy-int-row__label {
    flex: 0 0 260px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px 18px 0;
    border-right: 1px solid rgba(15,23,42,.06);
}

@media (max-width: 767px) {
    .iy-int-row__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 0 4px;
        gap: 0;
        min-height: auto;
    }
    .iy-int-row__label {
        flex: none;
        border-right: none;
        border-bottom: 1px solid rgba(15,23,42,.06);
        padding: 0 0 12px;
        width: 100%;
    }
}

.iy-int-row__icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(207,71,56,.09);
    color: #cf4738;
    font-size: 18px;
    flex-shrink: 0;
}

.iy-int-row__title {
    font-size: .92rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .iy-int-row__title {
        font-size: .85rem;
    }
    .iy-int-item {
        padding: 6px 12px 6px 8px;
        gap: 6px;
    }
    .iy-int-item__name {
        font-size: 12.5px;
    }
    .iy-int-item__logo {
        width: 18px;
        height: 18px;
    }
}

/* Sağ: marquee şeridi */
.iy-int-row__marquee {
    --iy-dur: 40s;
    flex: 1 1 0;
    overflow: hidden;
    padding: 14px 0 14px 24px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 94%, transparent 100%);
    cursor: default;
}

@media (max-width: 767px) {
    /* Mobilde animasyon devam eder, sadece hız düşer */
    .iy-int-row__marquee {
        flex: none;
        width: 100%;
        padding: 8px 0 12px;
        overflow: hidden;
        mask-image: none !important;
        -webkit-mask-image: none !important;
    }
    .iy-int-row__track {
        animation-duration: 28s;
        gap: 8px;
    }
    .iy-int-row__chunk[aria-hidden="true"] {
        display: flex !important;
    }
}

.iy-int-row__track {
    display: flex;
    width: max-content;
    gap: 10px;
    animation: iy-int-scroll var(--iy-dur) linear infinite;
    will-change: transform;
}

.iy-int-row:hover .iy-int-row__track {
    animation-play-state: paused;
}

.iy-int-row__chunk {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
    padding-right: 10px;
}

/* Marka öğesi: logo + isim */
.iy-int-item {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px 6px 8px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(15,23,42,.07);
    white-space: nowrap;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

@media (max-width: 767px) {
    .iy-int-section__head {
        padding: 44px 0 32px;
    }
    /* Scroll track taşmasın ama marquee kendi scroll'unu yönetsin */
    .iy-int-section {
        overflow: hidden !important;
    }
    .iy-int-rows {
        overflow: visible;
    }
    .iy-int-row {
        overflow: hidden;
    }
}

.iy-int-row:hover .iy-int-item {
    background: #fff;
    border-color: rgba(207,71,56,.15);
    box-shadow: 0 2px 8px rgba(15,23,42,.06);
}

.iy-int-item__logo {
    width: 22px;
    height: 22px;
    border-radius: 5px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.iy-int-item__name {
    font-size: 13px;
    font-weight: 500;
    color: #475569;
    line-height: 1;
}

.iy-int-row:hover .iy-int-item__name {
    color: #1e293b;
}

@keyframes iy-int-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Dipnot */
.iy-int-footnote {
    padding: 28px 0 40px;
    font-size: 12px;
    color: #94a3b8;
    text-align: center;
    line-height: 1.6;
}

/* Erişilebilirlik: hareket kısıtlı */
@media (prefers-reduced-motion: reduce) {
    .iy-int-row__track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
    }
    .iy-int-row__marquee {
        mask-image: none;
        -webkit-mask-image: none;
        overflow: visible;
    }
    .iy-int-row__chunk[aria-hidden="true"] {
        display: none;
    }
}


/*** START BLOG ***/

.soft-blog {
    margin: 100px 0 0;
    background: #ffffff;
}

.soft-blog .soft-head {
    flex-direction: row;
    align-items: center;
    margin: 0 0 50px;
}

.soft-blog .soft-head .navigation-group {
    flex-direction: column;
    gap: 10px;
}

.soft-blog .soft-head .navigation-group .swiper-navigation-button {}

.soft-blog .soft-head .navigation-group .swiper-navigation-button.prev {}

.soft-blog .soft-head .navigation-group .swiper-navigation-button.next {
    background: linear-gradient(145deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 22px -10px rgba(207, 71, 56, 0.45);
}

.soft-blog .soft-head .navigation-group .swiper-navigation-button i {}

.soft-blog .soft-head .soft-head-col {}

.soft-blog .soft-head .soft-head-col:nth-child(2) {
    border-right: 1px solid rgba(15, 23, 42, 0.1);
    padding: 0 50px 0 30px;
}

.soft-blog .soft-head .soft-head-col:nth-child(3) {
    padding: 0 0 0 50px;
}

.soft-blog .soft-head .soft-head-col .subtitle {
    color: #64748b;
}

.soft-blog .soft-head .soft-head-col h2 {
    font-weight: 600;
    color: #0f172a;
    font-size: 36px;
}

.soft-blog .soft-head .soft-head-col h2 strong {
    color: #cf4738;
}

.soft-blog .soft-head .soft-head-col h2 strong {}

.soft-blog .blog-wrapper {}

.swiper.swiper-blog {}

.swiper.swiper-blog .swiper-wrapper {}

.swiper.swiper-blog .swiper-wrapper .swiper-slide {}

.blog-card {}

/* blog hover — aşağıdaki kuralda tanımlandı */

.blog-card .card-image {
    overflow: hidden;
    border-radius: 16px;
    height: 220px;  /* tüm blog kartlarında aynı görsel yüksekliği */
}

.blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: transform .4s ease;
}

.blog-card:hover .card-image img {
    transform: scale(1.06);
}

.blog-card .card-content {
    margin: 25px 0 0px;
}

.blog-card .card-content .date {
    color: #94a3b8;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif !important;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    margin: 0 0 10px;
}

.blog-card .card-content .date::before {
    content: "";
    width: 18px;
    height: 1px;
    display: block;
    background-color: rgba(15, 23, 42, 0.18);
}

.blog-card .card-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.blog-card .card-content .links {
    font-family: 'Outfit', sans-serif !important;
    color: #CF4738;
    width: fit-content;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0;
}

.blog-card .card-content .links i {}

/*** END BLOG ***/


/*** FOOTER — beyaz taban, turuncu–mercan canlı vurgu ***/

.soft-footer {
    overflow: hidden;
    margin: 100px 0 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.soft-footer .footer-wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #ffffff;
    border-top: 4px solid #cf4738;
    box-shadow: 0 -8px 32px -16px rgba(207, 71, 56, 0.12);
}

.soft-footer .footer-wrapper::before {
    content: "";
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(207, 71, 56, 0.14) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 100% 20%, rgba(207, 71, 56, 0.08) 0%, transparent 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 280px;
    pointer-events: none;
}

.soft-footer .footer-wrapper::after {
    display: none;
}

.soft-footer .footer-wrapper .footer-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(207, 71, 56, 0.12);
    padding: 48px 15px 44px;
    position: relative;
    z-index: 1;
}

.soft-footer .footer-wrapper .footer-top .footer-top-col {
    width: 40%;
}

.soft-footer .footer-wrapper .footer-top .footer-top-col:nth-child(2) {
    width: 70%;
}

.soft-footer .footer-wrapper .footer-top .footer-top-col p {
    color: #334155;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    text-align: end;
}

.soft-footer .footer-wrapper .footer-top .footer-top-col a {
    display: block;
    width: fit-content;
}

.soft-footer .footer-wrapper .footer-top .footer-top-col a img {
    height: 60px;
    object-fit: contain;
}

.soft-footer .footer-wrapper .footer-middle {
    padding: 48px 15px 40px;
    position: relative;
    z-index: 1;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;
    padding: 18px 22px;
    margin-bottom: 8px;
    border-radius: 16px;
    border: 1px solid rgba(207, 71, 56, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 237, 0.65) 100%);
    box-shadow: 0 4px 24px -12px rgba(207, 71, 56, 0.15);
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #cf4738;
    flex: 0 0 auto;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar__links {
    flex: 1 1 auto;
    min-width: 0;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar__links .social-links-group {
    justify-content: flex-start;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .social-links .social-links-group a:not(.iy-footer-ig) {
    border-color: rgba(207, 71, 56, 0.35);
    background: #ffffff;
    width: 42px;
    height: 42px;
    font-size: 18px;
    color: #cf4738;
    box-shadow: 0 2px 8px rgba(207, 71, 56, 0.12);
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .social-links .social-links-group a:not(.iy-footer-ig):hover {
    background: linear-gradient(135deg, #cf4738 0%, #cf4738 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    opacity: 1 !important;
    box-shadow: 0 6px 20px -6px rgba(207, 71, 56, 0.55);
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .iy-footer-ig {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: auto;
    min-height: 40px;
    padding: 8px 18px 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(207, 71, 56, 0.35);
    background-color: #ffffff !important;
    text-decoration: none;
    color: #0f172a !important;
    box-shadow: 0 2px 8px rgba(207, 71, 56, 0.1);
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .iy-footer-ig:hover {
    background-color: #fff !important;
    border-color: #cf4738 !important;
    color: #0f172a !important;
    opacity: 1 !important;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .iy-footer-ig:hover .iy-footer-ig__handle {
    color: #0f172a !important;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .iy-footer-ig .iy-social-icon--instagram {
    width: 22px;
    height: 22px;
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .iy-footer-ig:hover .iy-social-icon--instagram {
    transform: scale(1.05);
}

.soft-footer .footer-wrapper .footer-middle .iy-footer-social-bar .iy-footer-ig__handle {
    letter-spacing: 0.02em;
    color: inherit;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus {
    margin: 32px 0 0;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .row {}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item {}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item .title {
    font-weight: 700;
    letter-spacing: 0.14em;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #cf4738;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item ul li {}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item ul li a {
    color: #0f172a;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.35;
    font-size: 15px;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item ul li a:hover {
    color: #cf4738;
    opacity: 1;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .menu-item ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: linear-gradient(135deg, #cf4738, #cf4738);
    border-radius: 2px;
    flex-shrink: 0;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus {}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact {}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul li {
    display: flex;
    justify-content: flex-end;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul li a {
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-end;
    text-align: end;
    width: fit-content;
    font-weight: 600;
    font-size: 15px;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul li a:hover {
    opacity: 1;
    color: #cf4738;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul li a span {
    display: block;
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul li a img {
    width: 28px;
    opacity: 0.7;
    filter: invert(1) brightness(0);
}

.soft-footer .footer-wrapper .footer-middle .footer-menus .footer-contact ul li a.address span {
    color: #334155;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.footer-map {
    margin-top: 16px;
}

.footer-map iframe {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 14px;
    display: block;
    filter: grayscale(0.2);
    transition: filter 0.3s ease;
}

.footer-map iframe:hover {
    filter: grayscale(0);
}

.soft-footer .footer-wrapper .footer-copyright {
    width: 100%;
    display: block;
    padding: 36px 0 40px;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    border-top: none;
    background: #ffffff;
}

.soft-footer .footer-wrapper .footer-copyright .container {
    text-align: center;
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy {
    max-width: 560px;
    margin: 0 auto;
    padding: 28px 32px 32px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(207, 71, 56, 0.2);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.8) inset,
        0 12px 40px -20px rgba(207, 71, 56, 0.25);
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy__accent {
    width: 48px;
    height: 4px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cf4738, #b91c1c);
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy__line {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    letter-spacing: 0.02em;
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy__cr {
    margin-right: 0.35em;
    color: #64748b;
    font-weight: 600;
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy__brand {
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #cf4738;
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy__tag {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    color: #cf4738;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.92;
}

.soft-footer .footer-wrapper .footer-copyright .iy-footer-copy__rights {
    margin: 14px 0 0;
    font-size: 12px;
    color: #475569;
    font-weight: 700;
}


/** START PAGE HEAD **/

.soft-head-page {
    margin: 56px 0;
    position: relative;
    z-index: 0;
    overflow-x: hidden;
}

.soft-head-page.post-head {
    margin: 56px 0 40px;
}

.soft-head-page .head-page-wrapper {
    width: 560px;
    margin: auto;
}

.soft-head-page .head-page-wrapper h1 {
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.soft-head-page.post-head .head-page-wrapper {
    width: 600px;
}

.soft-head-page.post-head .head-page-wrapper h1 {
    text-transform: unset;
    font-size: 35px;
}

.soft-head-page.post-head .blog-detail-hero-date {
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    opacity: 0.9;
}

.breadcrumb {
    justify-content: center;
    position: relative;
}

.breadcrumb::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(15, 23, 42, 0.1);
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 0;
    padding: 0 20px;
    gap: 2px;
}

.breadcrumb ul li {
    color: #64748b;
    font-size: 13.5px;
    font-weight: 400;
}

.breadcrumb ul li a {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.breadcrumb ul li a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(143,143,143,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: block;
}

.page-head-background {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100%;
    z-index: -1;
    pointer-events: none;
}

.page-head-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.page-head-background::before {
    content: "";
    background: #232323;
    background: -moz-linear-gradient(180deg, #000000 0%, #232323 100%);
    background: -webkit-linear-gradient(180deg, #000000 0%, #232323 100%);
    background: linear-gradient(180deg, #ffffffed 0%, rgb(255 255 255 / 60%) 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/** END PAGE HEAD **/


/** START ABOUT PAGE **/

/* ===== HAKKIMIZDA SAYFASI — beyaz, modern ===== */

.soft-about-page {
    padding: 60px 0 0;
}

.soft-about-page .about-page-wrapper {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 8px 40px -16px rgba(15, 23, 42, 0.10);
    overflow: visible;
}

/* Üst görsel — köşe kırpmayı burada tut (rozet overflow ile kesilmesin) */
.soft-about-page .about-page-wrapper .image {
    padding: 10px 10px 0;
    position: relative;
    overflow: hidden;
    border-radius: 28px 28px 0 0;
}

.soft-about-page .about-page-wrapper .image::before {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, #ffffff 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    z-index: 2;
    pointer-events: none;
}

.soft-about-page .about-page-wrapper .image img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    display: block;
    max-height: 520px;
    object-fit: cover;
}

/* İçerik alanı */
.soft-about-page .about-page-wrapper .about-page-content {
    padding: 24px 0 80px;
    position: relative;
    z-index: 1;
}

/* Her bölüm satırı */
.soft-about-page .about-page-wrapper .about-page-content .content-row {
    padding: 80px 80px 0;
    position: relative;
}

.soft-about-page .about-page-wrapper .about-page-content .content-row .content-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}

/* Numara rozeti — tüm satırlarda aynı hiza (1 ve 2 tam görünsün) */
.soft-about-page .about-page-wrapper .about-page-content .content-row .content-group .number {
    width: 52px;
    height: 52px;
    position: absolute;
    border: 2px solid #cf4738;
    border-radius: 100%;
    color: #cf4738;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: auto;
    top: 0;
    transform: translate(80px, 0);
    background: #ffffff;
    box-shadow: 0 4px 16px -4px rgba(207, 71, 56, 0.22);
    z-index: 3;
}

/* Bölüm ayraç çizgisi */
.soft-about-page .about-page-wrapper .about-page-content .content-row:not(:last-child) .content-group {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0 0 80px;
}

/* 1 ve 3: metin sağda (başlık sol sütun) | 2: metin solda (başlık sağ sütun) */
.soft-about-page .about-page-wrapper .about-page-content .iy-about-row--text-right .content-title {
    order: 1;
    justify-content: flex-start;
}

.soft-about-page .about-page-wrapper .about-page-content .iy-about-row--text-right .content-title h2 {
    text-align: start;
}

.soft-about-page .about-page-wrapper .about-page-content .iy-about-row--text-right .content-paragraph {
    order: 2;
    flex: 1;
}

.soft-about-page .about-page-wrapper .about-page-content .iy-about-row--text-left .content-paragraph {
    order: 1;
    flex: 1;
}

.soft-about-page .about-page-wrapper .about-page-content .iy-about-row--text-left .content-title {
    order: 2;
    justify-content: flex-end;
}

.soft-about-page .about-page-wrapper .about-page-content .iy-about-row--text-left .content-title h2 {
    text-align: end;
}

/* Paragraf */
.soft-about-page .about-page-wrapper .about-page-content .content-row .content-paragraph {
    flex: 1;
    min-width: 0;
}

.soft-about-page .about-page-wrapper .about-page-content .content-row .content-paragraph p {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.soft-about-page .about-page-wrapper .about-page-content .content-row .content-paragraph p strong {
    color: #0f172a;
    font-weight: 700;
}

/* Başlık */
.soft-about-page .about-page-wrapper .about-page-content .content-row .content-title {
    flex-shrink: 0;
    width: 36%;
    display: flex;
}

.soft-about-page .about-page-wrapper .about-page-content .content-row .content-title h2 {
    color: #0f172a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

/* Referanslar bölümü */
.soft-brand.about-page {
    margin: 60px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: none;
    padding: 60px 0 80px;
}

.soft-brand.about-page .soft-head .soft-head-col .subtitle {
    color: #64748b;
    letter-spacing: 0.24em;
    font-size: 13px;
}

.soft-brand.about-page .soft-head .soft-head-col h2 {
    color: #0f172a;
    font-weight: 600;
}

/** END ABOUT PAGE **/



/** START PROJECT PAGE **/

.soft-project-page {
    background: linear-gradient(180deg, #fffdfb 0%, #ffffff 28%, #ffffff 100%);
}

.soft-project-page .project-page-wrapper {
    background-color: #ffffff;
    border-radius: 32px;
    padding: 0 48px 64px;
    border: 1px solid rgba(207, 71, 56, 0.12);
    box-shadow:
        0 4px 32px -12px rgba(207, 71, 56, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.9) inset;
}

.soft-project-page .project-page-wrapper .project-filter-wrapper {
    margin: 0 auto 52px;
    padding: 8px 8px 0;
    max-width: 100%;
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 10px 36px -16px rgba(207, 71, 56, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.01em;
    gap: 0;
    padding: 11px 22px;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.2s ease;
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn::before {
    display: none;
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn:hover:not(.active) {
    color: #cf4738;
    background: rgba(255, 247, 237, 0.92);
    border-color: rgba(207, 71, 56, 0.22);
    box-shadow: 0 2px 12px -4px rgba(207, 71, 56, 0.2);
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn.active {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: linear-gradient(155deg, #cf4738 0%, #b91c1c 100%);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 2px 6px rgba(207, 71, 56, 0.22),
        0 10px 28px -8px rgba(207, 71, 56, 0.38);
    transform: translateY(-1px);
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn.active:hover {
    filter: brightness(1.03);
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn:focus-visible {
    outline: 2px solid #cf4738;
    outline-offset: 3px;
}

.soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn.active::before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter {
        border-radius: 22px;
        justify-content: flex-start;
        padding: 12px 14px;
    }

    .soft-project-page .project-page-wrapper .project-filter-wrapper .project-filter .toggle-btn {
        padding: 10px 16px;
        font-size: 13px;
        min-height: 42px;
    }
}

.soft-project-page .project-page-wrapper .project-page-group {}

.soft-project-page .project-page-wrapper .project-page-group .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

.soft-project-page .project-page-wrapper .project-page-group .project-card {
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 4px 28px -12px rgba(15, 23, 42, 0.12);
}

.soft-project-page .project-page-wrapper .project-page-group .project-card .card-wrapper {}

.soft-project-page .project-page-wrapper .project-page-group .project-card .card-wrapper .card-col {}

.soft-project-page .project-page-wrapper .project-page-group .project-card .card-wrapper .card-col .card-content {}

/* Proje listesi: satırda eşit yükseklik */
.soft-project-page .project-page-wrapper .project-page-group .row > [class*="col-"].project-card-wrap {
    display: flex;
    align-items: stretch;
}

.soft-project-page .project-page-wrapper .project-page-group .project-card.v2 {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 24px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.soft-project-page .project-page-wrapper .project-page-group .project-card.v2:hover {
    box-shadow: 0 20px 48px -20px rgba(15, 23, 42, 0.18);
    transform: translateY(-3px);
}

/* Proje listesi kartları: özet + meta */
.soft-project-page .project-card.v2 .card-wrapper .card-content .cat {
    line-height: 1.45;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #cf4738;
    margin-bottom: 12px;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .cat::before {
    background: linear-gradient(90deg, #cf4738, #cf4738);
    width: 28px;
    height: 2px;
    border-radius: 2px;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #0f172a;
}
.soft-project-page .project-card.v2 .card-wrapper .card-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.soft-project-page .project-card.v2 .card-wrapper .card-content h3 a:hover {
    color: #cf4738;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content p {
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 16px;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .info-table {
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 6px 16px 6px 18px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(207, 71, 56, 0.14);
    border-left: 3px solid #cf4738;
    box-shadow: 0 4px 20px -12px rgba(207, 71, 56, 0.12);
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .info-table .table-row {
    padding: 10px 0;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .info-table .table-row:not(:last-child) {
    border-bottom: 1px solid rgba(207, 71, 56, 0.08);
    padding: 10px 0;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .info-table .table-row .table-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #cf4738;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .info-table .table-row .table-value {
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .soft-button {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 24px -10px rgba(207, 71, 56, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .soft-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(207, 71, 56, 0.5);
}

/*
 * Proje listesi (/project): dikey kart; kapak cover, gri şerit yok; gövde flex ile eşit boy.
 */
.soft-project-page .project-card.v2 .card-wrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
    min-height: 540px;
}

.soft-project-page .project-card.v2 .card-wrapper .card-col {
    width: 100%;
}

.soft-project-page .project-card.v2 .card-wrapper .card-col:first-child .card-media {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    padding: 0;
    border-radius: 24px 24px 0 0;
    background: #0f172a;
}

.soft-project-page .project-card.v2 .card-wrapper .card-col:first-child .card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.45s ease;
}

.soft-project-page .project-card.v2:hover .card-wrapper .card-col:first-child .card-media img {
    transform: scale(1.04);
}

.soft-project-page .project-card.v2 .card-wrapper .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 24px 26px 28px;
}

.soft-project-page .project-card.v2 .card-wrapper .card-content .soft-button {
    margin-top: auto;
    align-self: flex-start;
}

/** END PROJECT PAGE **/

/* —— Anasayfa proje grid (slider altı) —— */
.iy-project-grid-section {
    position: relative;
    z-index: 10;
    isolation: isolate;
    padding: 0 0 90px;
    background: linear-gradient(180deg, #fffdfb 0%, #ffffff 40%, #ffffff 100%);
}

/* Başlık satırı */
.iy-project-grid-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: 64px 0 52px;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.iy-project-grid-head__left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.iy-project-grid-head__left .subtitle {
    letter-spacing: 0.28em;
    font-size: 13px;
    color: #64748b;
    text-transform: uppercase;
}

.iy-project-grid-head__left h2 {
    font-size: 38px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.15;
    margin: 0;
}

.iy-project-grid-head__left h2 strong {
    color: #cf4738;
    font-weight: 700;
}

.iy-project-grid-head__left p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 2px 0 0;
}

.iy-project-grid-head__right {
    flex-shrink: 0;
}

.iy-project-grid-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(15, 23, 42, 0.15);
    border-radius: 999px;
    padding: 11px 22px;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    white-space: nowrap;
}

.iy-project-grid-all-link:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* Filtre — projeler sayfası ile aynı açık zemin + turuncu aktif pill */
.iy-project-grid-section .project-filter-wrapper {
    margin: 0 auto 52px;
    padding: 8px 8px 0;
    max-width: 100%;
}

.iy-project-grid-section .project-filter-wrapper .project-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        0 10px 36px -16px rgba(207, 71, 56, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.01em;
    gap: 0;
    padding: 11px 22px;
    min-height: 44px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    transition:
        color 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease,
        transform 0.2s ease;
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn::before {
    display: none;
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn:hover:not(.active) {
    color: #cf4738;
    background: rgba(255, 247, 237, 0.92);
    border-color: rgba(207, 71, 56, 0.22);
    box-shadow: 0 2px 12px -4px rgba(207, 71, 56, 0.2);
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn.active {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: linear-gradient(155deg, #cf4738 0%, #b91c1c 100%);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow:
        0 2px 6px rgba(207, 71, 56, 0.22),
        0 10px 28px -8px rgba(207, 71, 56, 0.38);
    transform: translateY(-1px);
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn.active:hover {
    filter: brightness(1.03);
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn:focus-visible {
    outline: 2px solid #cf4738;
    outline-offset: 3px;
}

.iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn.active::before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .iy-project-grid-section .project-filter-wrapper .project-filter {
        border-radius: 22px;
        justify-content: flex-start;
        padding: 12px 14px;
    }

    .iy-project-grid-section .project-filter-wrapper .project-filter .toggle-btn {
        padding: 10px 16px;
        font-size: 13px;
        min-height: 42px;
    }
}

/* Grid — 2 kolon, kartlar eşit yükseklik */
.iy-project-grid-section .project-page-group .row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 32px;
}

.iy-project-grid-section .project-page-group .row > [class*="col-"].project-card-wrap {
    display: flex;
    align-items: stretch;
}

.iy-project-grid-section .project-card.v2,
.soft-project .project-wrapper .project-slider .project-card.v2 {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 4px 28px -12px rgba(15, 23, 42, 0.12);
    transition: box-shadow 0.32s ease, transform 0.32s ease;
    background: #fff;
}

.iy-project-grid-section .project-card.v2::before,
.soft-project .project-wrapper .project-slider .project-card.v2::before {
    background: none;
}

.iy-project-grid-section .project-card.v2:hover,
.soft-project .project-wrapper .project-slider .project-card.v2:hover {
    box-shadow: 0 20px 48px -18px rgba(15, 23, 42, 0.2);
    transform: translateY(-4px);
}

.iy-project-grid-section .project-card.v2 .card-wrapper,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper {
    flex-direction: column;
    flex: 1;
    display: flex;
    min-height: 520px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper {
    min-height: 420px;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-col,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-col {
    width: 100%;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-col:first-child .card-media,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-col:first-child .card-media {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    padding: 0;
    border-radius: 22px 22px 0 0;
    background: #0f172a;
}

.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-col:first-child .card-media {
    aspect-ratio: 2 / 1;
    max-height: 220px;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-col:first-child .card-media img,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-col:first-child .card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.45s ease;
}

.iy-project-grid-section .project-card.v2:hover .card-wrapper .card-col:first-child .card-media img,
.soft-project .project-wrapper .project-slider .project-card.v2:hover .card-wrapper .card-col:first-child .card-media img {
    transform: scale(1.04);
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    padding: 22px 24px 26px;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .cat,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .cat {
    color: #cf4738;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .cat::before,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .cat::before {
    background: linear-gradient(90deg, #cf4738, #cf4738);
    width: 24px;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content h3,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content h3 {
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.28;
    margin: 0 0 10px;
}
.iy-project-grid-section .project-card.v2 .card-wrapper .card-content h3 a,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
.iy-project-grid-section .project-card.v2 .card-wrapper .card-content h3 a:hover,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content h3 a:hover {
    color: #cf4738;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content p,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content p {
    color: #334155;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 1.65;
    margin: 0 0 14px;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .info-table,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .info-table {
    margin: 4px 0 10px;
    padding: 12px 14px 12px 16px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(207, 71, 56, 0.14);
    border-left: 3px solid #cf4738;
    box-shadow: 0 4px 20px -12px rgba(207, 71, 56, 0.12);
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .info-table .table-row:not(:last-child),
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .info-table .table-row:not(:last-child) {
    border-color: rgba(207, 71, 56, 0.08);
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .info-table .table-row .table-label,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .info-table .table-row .table-label {
    color: #cf4738;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .info-table .table-row .table-value,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .info-table .table-row .table-value {
    color: #0f172a;
    font-weight: 700;
    font-size: 12.5px;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .soft-button,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .soft-button {
    margin-top: auto;
    align-self: flex-start;
    font-size: 13px;
    height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    border: none;
    box-shadow: 0 8px 22px -10px rgba(207, 71, 56, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.iy-project-grid-section .project-card.v2 .card-wrapper .card-content .soft-button:hover,
.soft-project .project-wrapper .project-slider .project-card.v2 .card-wrapper .card-content .soft-button:hover {
    background: #0f172a !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(15, 23, 42, 0.35);
}
/** END HOME PROJECT GRID **/



/** START SERVICE PAGE **/

.soft-service-page {}

.soft-service-page .service-page-wrapper {
    background-color: #fff;
    border-radius: 50px;
    padding: 50px;
    box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 5%);
    -webkit-box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 5%);
}

.soft-service-page .service-page-wrapper .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

.service-card {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15,23,42,.07);
    box-shadow: 0 2px 12px rgba(15,23,42,.05);
    transition: transform .25s ease, box-shadow .25s ease;
    margin-bottom: 28px;
    text-decoration: none;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(15,23,42,.11);
    text-decoration: none;
}

.service-card .card-media {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    height: 260px;
}

.service-card .card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block;
    transition: transform .4s ease;
}

.service-card:hover .card-media img {
    transform: scale(1.05);
}

/* number badge üstte kalsın */
.service-card .card-media::after {
    content: attr(data-num);
}

.service-card .card-content {
    padding: 22px 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-card .card-content .title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.service-card .card-content .title .number {
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(207,71,56,.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #cf4738;
    flex-shrink: 0;
    background: rgba(207,71,56,.05);
}

.service-card .card-content .title h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.3;
}

.service-card .card-content .links {
    color: #cf4738;
    font-size: 13.5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: gap .2s ease;
}

.service-card:hover .card-content .links {
    gap: 14px;
}

.service-card .card-content .links::before {
    content: "";
    width: 28px;
    height: 1.5px;
    display: block;
    background-color: #cf4738;
    border-radius: 2px;
    flex-shrink: 0;
    transition: width .2s ease;
}

.service-card:hover .card-content .links::before {
    width: 36px;
}

.service-card .card-content .links i {}

/** END SERVICE PAGE **/


/** START SERVICE PAGE **/

.soft-service-detail-page {
    margin: 100px 0 0;
}

.soft-service-detail-page .service-detail-wrapper {}

.service-detail-card {
    display: flex;
    border: 1px solid #BDBDBD;
    border-radius: 50px;
    gap: 75px;
    position: relative;
    border-left: 0;
}

.service-detail-card .card-left {
    width: 30%;
    position: relative;
    height: auto;
}

.service-detail-card .card-left .card-left-wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.service-detail-card .card-left .card-head {
    background-color: #fff;
    padding: 0 0 40px;
}

.service-detail-card .card-left .card-head h1 {}

.service-detail-card .card-left .card-head .breadcrumb {
    justify-content: flex-start;
    margin: 0;
}

.service-detail-card .card-left .card-head .breadcrumb::before {
    display: none;
}

.service-detail-card .card-left .card-head .breadcrumb ul {
    padding: 0;
}

.service-detail-card .card-left .card-head .breadcrumb ul li {}

.service-detail-card .card-left .card-head .breadcrumb ul li a {}

.service-detail-card .card-left .card-image {}

.service-detail-card .card-left .card-image img {
    border-radius: 40px;
    height: 450px;
    object-fit: cover;
}

.service-detail-card .card-right {
    width: 70%;
}

.service-detail-card .card-right .card-content-wrapper {
    padding: 60px 60px 60px 0;
}

.service-detail-card .card-right .card-content-wrapper p {
    background: -webkit-linear-gradient(180deg, #232323 0%, #A7A7A7 25%, #232323 50%, #A7A7A7 75%, #232323 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'Gilmer' !important;
    margin: 0 0 50px;
}

.service-detail-card .card-right .card-content-wrapper .card-boxes {}

.service-detail-card .card-right .card-content-wrapper .card-boxes .row {}

.service-detail-card .card-right .card-content-wrapper .card-boxes .card-boxes-item {
    background: #CF4738;
    background: -moz-linear-gradient(180deg, #cf473800 0%, rgb(207 71 56 / 5%) 100%);
    background: -webkit-linear-gradient(180deg, #cf473800 0%, rgb(207 71 56 / 5%) 100%);
    background: linear-gradient(180deg, #cf473800 0%, rgb(207 71 56 / 5%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    text-align: center;
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.service-detail-card .card-right .card-content-wrapper .card-boxes .card-boxes-item .title {
    color: #CF4738;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}

.service-detail-card .card-right .card-content-wrapper .card-boxes .card-boxes-item p {
    font-size: 13px;
    line-height: 18px;
    color: rgb(35 35 35 / 60%);
    font-family: 'Outfit', sans-serif !important;
    font-weight: 300;
    background: unset !important;
    -webkit-text-fill-color: rgb(35 35 35 / 60%);
    margin: 0;
}


.soft-why-our {
    margin: 120px 0 0;
}

.soft-why-our .why-our-area {
    background: linear-gradient(135deg, #f8faff 0%, #fff 60%, #fef9f9 100%);
    border: 1.5px solid #e8ecf3;
    border-radius: 50px;
    padding: 70px;
    box-shadow: 0 8px 48px rgb(0 0 0 / 5%);
}

.soft-why-our .soft-head {
    margin: 0 0 50px;
}

.soft-why-our .soft-head .soft-head-col {}

.soft-why-our .soft-head .soft-head-col h2 {
    color: #1a1a2e;
    font-weight: 300;
}

.soft-why-our .soft-head .soft-head-col h2 strong {
    color: #1a1a2e;
}

.soft-why-our .why-our-wrapper {}

.soft-why-our .why-our-wrapper .why-our-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.soft-why-our .why-our-wrapper .row {}

.soft-why-our .why-our-wrapper .why-our-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.soft-why-our .why-our-wrapper .why-our-card .card-icon {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgb(207 71 56 / 8%) 0%, rgb(207 71 56 / 4%) 100%);
    border: 1.5px solid rgb(207 71 56 / 15%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.soft-why-our .why-our-wrapper .why-our-card:hover .card-icon {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgb(207 71 56 / 15%);
}

.soft-why-our .why-our-wrapper .why-our-card .card-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: invert(31%) sepia(80%) saturate(600%) hue-rotate(333deg);
}

.soft-why-our .why-our-wrapper .why-our-card .card-title {
    color: #1a1a2e;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
}

.soft-why-our .why-our-wrapper .why-our-card .card-title span {
    display: block;
    font-weight: 300;
    font-size: 20px;
    color: #666;
}

/* Why stats bar */
.iy-svc-why-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    padding: 0 0 48px;
    margin: 0 0 48px;
    border-bottom: 1.5px solid #e8ecf3;
}
.iy-svc-why-stat {
    text-align: center;
}
.iy-svc-why-stat strong {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #CF4738;
    line-height: 1;
    font-family: 'Gilmer', sans-serif;
}
.iy-svc-why-stat span {
    display: block;
    font-size: 14px;
    color: #888;
    margin-top: 6px;
    font-weight: 400;
}


.soft-technologies {
    margin: 100px 0 0;
}

.soft-technologies .soft-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px;
    padding: 0 50px;
}

.soft-technologies .soft-head .soft-head-col {}

.soft-technologies .soft-head .soft-head-col .navigation-group {}

.soft-technologies .soft-head .soft-head-col .navigation-group .swiper-navigation-button {}

.soft-technologies .soft-head .soft-head-col .navigation-group .swiper-navigation-button.next {
    background-color: #232323;
    color: #fff;
}

.soft-technologies .soft-head .soft-head-col h2 {
    font-weight: 100;
}

.soft-technologies .soft-head .soft-head-col h2 strong {}

.soft-technologies .technologies-wrapper {}

.swiper.swiper-technology {}

.swiper.swiper-technology .swiper-wrapper {}

.swiper.swiper-technology .swiper-wrapper .swiper-slide {
    justify-content: center;
    display: flex;
}

.swiper.swiper-technology .swiper-wrapper .swiper-slide .technology-card {
    background-color: rgb(207 71 56 / 5%);
    border-radius: 30px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.swiper-technology .swiper-wrapper .swiper-slide .technology-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* ───────────────────────────────────────────
   EXTENDED SERVICE DETAIL — new sections
─────────────────────────────────────────── */

/* Shared eyebrow */
.iy-svc-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #CF4738;
    background: rgb(207 71 56 / 8%);
    border-radius: 30px;
    padding: 6px 16px;
    margin-bottom: 16px;
}

/* ── Sub-services grid ── */
.iy-svc-offers {
    margin: 100px 0 0;
}
.iy-svc-offers__head {
    text-align: center;
    max-width: 660px;
    margin: 0 auto 60px;
}
.iy-svc-offers__head h2 {
    font-size: 40px;
    font-weight: 300;
    color: #1a1a2e;
    line-height: 1.2;
    margin: 0 0 14px;
}
.iy-svc-offers__head h2 strong {
    font-weight: 700;
}
.iy-svc-offers__head p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
.iy-svc-offers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.iy-svc-offer-card {
    background: #fff;
    border: 1.5px solid #ebebf0;
    border-radius: 24px;
    padding: 36px 32px;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    overflow: hidden;
}
.iy-svc-offer-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--ss-color, #CF4738);
    border-radius: 24px 24px 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.iy-svc-offer-card:hover {
    box-shadow: 0 16px 48px rgb(0 0 0 / 9%);
    transform: translateY(-4px);
    border-color: transparent;
}
.iy-svc-offer-card:hover::before {
    opacity: 1;
}
.iy-svc-offer-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--ss-color, #CF4738) 10%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.iy-svc-offer-card__icon i {
    font-size: 24px;
    color: var(--ss-color, #CF4738);
}
.iy-svc-offer-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 12px;
    line-height: 1.3;
}
.iy-svc-offer-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}

/* ── Process steps ── */
.iy-svc-process {
    margin: 100px 0 0;
}
.iy-svc-process .container {
    background: linear-gradient(135deg, #f8faff 0%, #fff8f8 100%);
    border-radius: 40px;
    padding: 80px 64px;
}
.iy-svc-process__head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 60px;
}
.iy-svc-process__head h2 {
    font-size: 40px;
    font-weight: 300;
    color: #1a1a2e;
    line-height: 1.2;
    margin: 0 0 14px;
}
.iy-svc-process__head h2 strong {
    font-weight: 700;
}
.iy-svc-process__head p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}
.iy-svc-process__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.iy-svc-step {
    background: #fff;
    border: 1.5px solid #e8ecf3;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    gap: 18px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.iy-svc-step:hover {
    box-shadow: 0 12px 36px rgb(0 0 0 / 8%);
    transform: translateY(-3px);
}
.iy-svc-step__num {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #CF4738, #b91c1c);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
}
.iy-svc-step__body h3 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.3;
}
.iy-svc-step__body p {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ── Tech stack groups ── */
.iy-svc-techstack {
    margin: 100px 0 0;
}
.iy-svc-techstack__head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 60px;
}
.iy-svc-techstack__head h2 {
    font-size: 40px;
    font-weight: 300;
    color: #1a1a2e;
    line-height: 1.2;
    margin: 0 0 14px;
}
.iy-svc-techstack__head h2 strong {
    font-weight: 700;
}
.iy-svc-techstack__head p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}
.iy-svc-techstack__groups {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.iy-svc-ts-group {
    background: #fff;
    border: 1.5px solid #e8ecf3;
    border-radius: 18px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 28px;
    transition: box-shadow 0.2s ease;
}
.iy-svc-ts-group:hover {
    box-shadow: 0 6px 24px rgb(0 0 0 / 6%);
}
.iy-svc-ts-group__label {
    flex-shrink: 0;
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tg-color, #CF4738);
    border-right: 1.5px solid #e8ecf3;
    padding-right: 28px;
}
.iy-svc-ts-group__label i {
    font-size: 20px;
    opacity: 0.9;
}
.iy-svc-ts-group__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.iy-svc-ts-pill {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    background: #f4f5f8;
    border: 1px solid #e0e3ec;
    border-radius: 30px;
    padding: 5px 14px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: default;
    white-space: nowrap;
}
.iy-svc-ts-group:hover .iy-svc-ts-pill {
    background: color-mix(in srgb, var(--tg-color, #CF4738) 8%, white);
    border-color: color-mix(in srgb, var(--tg-color, #CF4738) 25%, transparent);
    color: var(--tg-color, #CF4738);
}

/* ── Responsive for new sections ── */
@media (max-width: 1024px) {
    .iy-svc-offers__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .iy-svc-process__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .iy-svc-ts-group__label {
        width: 160px;
    }
}
@media (max-width: 768px) {
    .iy-svc-offers__grid,
    .iy-svc-process__grid {
        grid-template-columns: 1fr;
    }
    .iy-svc-ts-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 20px 22px;
    }
    .iy-svc-ts-group__label {
        width: auto;
        border-right: none;
        border-bottom: 1.5px solid #e8ecf3;
        padding-right: 0;
        padding-bottom: 12px;
        width: 100%;
    }
    .iy-svc-offers__head h2,
    .iy-svc-process__head h2,
    .iy-svc-techstack__head h2 {
        font-size: 28px;
    }
    .soft-why-our .why-our-wrapper .why-our-group {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .iy-svc-why-stats {
        gap: 24px;
    }
    .iy-svc-process .container {
        padding: 48px 24px;
    }
}

/** END SERVICE PAGE **/


/** START CONTACT PAGE **/

.soft-contact-page {
    border-bottom: 1px solid #C5C5C5;
}

.soft-contact-page .contact-page-wrapper {}

.soft-contact-page .contact-page-wrapper .map {}

.soft-contact-page .contact-page-wrapper .map iframe {
    height: 400px;
    border-radius: 50px;
}

.soft-contact-page .contact-page-wrapper .contact-page-group {
    margin: 70px 0 0;
    display: flex;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col {
    width: 50%;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col:nth-child(2) {
    border-left: 1px solid #C5C5C5;
    padding: 0 0 50px 50px;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .soft-head {}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .soft-head h2 {
    font-weight: 100;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .soft-head h2 strong {}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list {}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li {}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li a,
.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li span.address {
    color: #232323;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    text-align: left;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li a img,
.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li span.address img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li a span,
.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li span.address > span {
    display: block;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li a.address,
.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-list ul li span.address {
    font-weight: 400;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social {
    margin: 50px 0 0;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a {
    border-color: #000;
    color: #000;
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a i {}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a .iy-social-icon--instagram {
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a.iy-contact-ig {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    min-height: 40px;
    padding: 8px 18px 8px 12px;
    border-radius: 999px;
    gap: 10px;
    text-decoration: none;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: #fff;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a.iy-contact-ig:hover {
    background-color: #fff !important;
    border-color: #cf4738 !important;
    color: #0f172a !important;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a.iy-contact-ig:hover .iy-contact-ig__handle {
    color: #0f172a !important;
}

.soft-contact-page .contact-page-wrapper .contact-page-group .contact-page-col .contact-page-social a.iy-contact-ig .iy-contact-ig__handle {
    letter-spacing: 0.02em;
}

/** END CONTACT PAGE **/



/** START BLOG PAGE **/

.soft-blog-page {}

.soft-blog-page .blog-page-wrapper {}

.soft-blog-page .blog-page-wrapper .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px;
}

.soft-blog-page .iy-blog-pagination .page-link {
    color: #0f172a;
    border-radius: 10px;
    border-color: rgba(15, 23, 42, 0.12);
}

.soft-blog-page .iy-blog-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #cf4738 0%, #cf4738 100%);
    border-color: transparent;
    color: #fff;
}

.soft-blog-page .iy-blog-pagination .page-item:not(.disabled) .page-link:hover {
    background: rgba(207, 71, 56, 0.12);
    border-color: rgba(207, 71, 56, 0.35);
    color: #cf4738;
}

/** END BLOG PAGE **/



/** START POST PAGE **/

.soft-post-page {}

.soft-post-page .post-page-wrapper {
    background-color: #232323;
    border-radius: 50px;
}

.soft-post-page .post-page-wrapper .image {
    padding: 10px 10px 0;
    position: relative;
}

.soft-post-page .post-page-wrapper .image::before {
    content: "";
    background: -moz-linear-gradient(180deg, #232323 0%, #23232300 100%);
    background: -webkit-linear-gradient(180deg, #232323 0%, #23232300 100%);
    background: linear-gradient(180deg, #232323 0%, #23232300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 50px 50px 0 0;
}

.soft-post-page .post-page-wrapper .image img {
    border-radius: 45px 45px 0 0;
    height: 500px;
    object-fit: cover;
}

.soft-post-page .post-page-wrapper .about-post-content {
    padding: 50px;
}

.soft-post-page .post-page-wrapper .about-post-content *:first-child {
    margin-top: 0;
}

.soft-post-page .post-page-wrapper .about-post-content h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 10px;
}

.soft-post-page .post-page-wrapper .about-post-content p {
    color: rgb(255 255 255 / 70%);
    font-size: 16px;
    font-weight: 200;
    line-height: 32px;
}

/** END POST PAGE **/

/* —— Proje detay sayfası (project-detail.html şablonu) —— */
.soft-project-detail-page {
    margin: 80px 0 100px;
}

.soft-project-detail-page .project-detail-page-card {
    border: 1px solid #bdbdbd;
    border-radius: 50px;
    padding: 50px 40px 60px;
    background: #fff;
}

.soft-project-detail-page .project-detail-page-media img {
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

.soft-project-detail-page .content-main .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.soft-project-detail-page .content-main .tags span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgb(207 71 56 / 8%);
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}

.soft-project-detail-page .project-detail-lead {
    color: #232323;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 28px;
}

.soft-project-detail-page .project-infos {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
    margin-top: 8px;
}

.soft-project-detail-page .project-infos .info-item span {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
}

.soft-project-detail-page .project-infos .info-item strong {
    font-size: 18px;
    color: #232323;
    font-weight: 600;
}

.soft-project-detail-page .project-infos .info-item--link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #cf4738;
    font-weight: 600;
    text-decoration: none;
}

.soft-project-detail-page .project-infos .info-item--link a:hover {
    text-decoration: underline;
}

.soft-project-detail-page .project-infos .info-item--muted strong {
    display: inline-flex;
    align-items: center;
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}

/* Outsource: yayındaki URL bizim, footer imzası başka firma */
.soft-project-detail-page .project-infos .info-item--with-live-credit {
    align-items: flex-start;
}

.soft-project-detail-page .project-infos .info-item__live-credit {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(15, 23, 42, 0.12);
    max-width: 280px;
}

.soft-project-detail-page .project-infos .info-item__live-credit--solo {
    margin-top: 10px;
    padding-top: 10px;
    border-top: none;
    max-width: 280px;
}

.soft-project-detail-page .project-infos .info-item__live-credit-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 4px;
}

.soft-project-detail-page .project-infos .info-item__live-credit-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #cf4738;
    text-decoration: none;
}

.soft-project-detail-page .project-infos .info-item__live-credit-link:hover {
    text-decoration: underline;
}

.soft-project-detail-page .project-infos .info-item__live-credit-text {
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

.soft-project-detail-page .project-detail-extra-links {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}

/* Proje hikâyesi (içerik): kart + ferah tipografi */
.soft-project-detail-page .iy-pd-story-wrap {
    margin-top: 48px;
    padding: clamp(28px, 4vw, 44px) clamp(22px, 3.5vw, 40px);
    background: linear-gradient(165deg, #fafbfc 0%, #ffffff 55%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 14px 44px -24px rgba(15, 23, 42, 0.14);
}

.soft-project-detail-page .iy-pd-story {
    font-family: 'Outfit', sans-serif !important;
}

.soft-project-detail-page .iy-pd-story > *:first-child {
    margin-top: 0 !important;
}

.soft-project-detail-page .iy-pd-story h2,
.soft-project-detail-page .iy-pd-story h3 {
    font-family: 'Gilmer', sans-serif !important;
    font-size: clamp(1.2rem, 2.1vw, 1.5rem);
    font-weight: 700;
    color: #0f172a;
    margin: 2.35rem 0 1rem;
    padding: 0 0 0.55rem;
    border-bottom: 2px solid rgba(207, 71, 56, 0.28);
    letter-spacing: -0.02em;
    line-height: 1.28;
}

.soft-project-detail-page .iy-pd-story h2:first-child,
.soft-project-detail-page .iy-pd-story h3:first-child {
    margin-top: 0;
}

.soft-project-detail-page .iy-pd-story p {
    font-size: 1.0625rem;
    line-height: 1.82;
    color: #475569;
    margin: 0 0 1.2rem;
    max-width: 72ch;
}

.soft-project-detail-page .iy-pd-story ul,
.soft-project-detail-page .iy-pd-story ol {
    margin: 0 0 1.4rem;
    padding-left: 1.35rem;
    max-width: 72ch;
    color: #475569;
}

.soft-project-detail-page .iy-pd-story li {
    margin-bottom: 0.55rem;
    line-height: 1.72;
}

.soft-project-detail-page .iy-pd-story li::marker {
    color: #cf4738;
}

.soft-project-detail-page .iy-pd-story strong {
    color: #0f172a;
    font-weight: 600;
}

.soft-project-detail-page .iy-pd-story a {
    color: #cf4738;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.soft-project-detail-page .iy-pd-story a:hover {
    color: #b91c1c;
}

.soft-project-detail-page .project-detail-page-gallery {
    margin-top: 60px;
}

.soft-project-detail-page .project-detail-page-gallery .gallery-wrapper .soft-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    gap: 20px;
}

.soft-project-detail-page .project-detail-page-gallery .gallery-main img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    aspect-ratio: 16 / 10;
    display: block;
}

.soft-project-detail-page .project-detail-technologies {
    margin-top: 80px;
}

@media (max-width: 991px) {
    .soft-project-detail-page .project-detail-page-card {
        padding: 32px 24px 40px;
        border-radius: 32px;
    }

    .soft-project-detail-page .iy-pd-story-wrap {
        margin-top: 36px;
        padding: 22px 18px;
        border-radius: 18px;
    }
}

/* —— Proje detay: bağlantılar, video, galeri —— */
.iy-project-detail-body .iy-project-detail-hero-img {
    margin-bottom: 28px;
}

.iy-project-detail-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}

.iy-project-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid rgb(255 255 255 / 12%);
    background: linear-gradient(135deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 2%));
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.iy-project-link-pill:hover {
    border-color: #CF4738;
    background: rgb(207 71 56 / 12%);
    color: #fff;
    transform: translateY(-1px);
}

.iy-project-link-pill i {
    font-size: 16px;
    opacity: 0.85;
}

/* Ek bağlantılar: pill şeridi yok — sade ince metin satırı */
.soft-project-detail-page .iy-pd-secondary-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.soft-project-detail-page .iy-pd-secondary-links__a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    text-decoration: none;
    font-family: 'Outfit', sans-serif !important;
}

.soft-project-detail-page .iy-pd-secondary-links__a i {
    font-size: 14px;
    opacity: 0.72;
}

.soft-project-detail-page .iy-pd-secondary-links__a:hover {
    color: #cf4738;
}

.iy-project-gallery-section-head {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 40px;
}

.iy-project-gallery-section-head__eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #CF4738;
    font-weight: 600;
    margin-bottom: 8px;
}

.iy-project-gallery-section-head__title {
    margin: 0 0 8px;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 500;
    color: #fff;
}

.iy-project-gallery-section-head__sub {
    margin: 0;
    font-size: 15px;
    color: rgb(255 255 255 / 55%);
    line-height: 1.5;
}

.iy-project-gallery-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 8%);
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.iy-project-gallery-card:hover {
    border-color: rgb(207 71 56 / 45%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
    transform: translateY(-4px);
}

.soft-project-detail-gallery .iy-project-gallery-item,
.iy-project-gallery-card .iy-project-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
}

.iy-project-gallery-card .iy-project-gallery-item {
    border-radius: 0;
}

.soft-project-detail-gallery .iy-project-gallery-item img,
.iy-project-gallery-card .iy-project-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.iy-project-gallery-card__zoom {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(0 0 0 / 55%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}

.iy-project-gallery-card:hover .iy-project-gallery-card__zoom {
    opacity: 1;
}

.soft-project-related-section {
    padding-bottom: 80px;
}

/* Diğer projeler — yeni slider kart */
.soft-project-related-section .swiper-project-related .swiper-slide {
    height: auto;
}

.iy-related-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iy-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}

.iy-related-card__img {
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.iy-related-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.iy-related-card:hover .iy-related-card__img img {
    transform: scale(1.06);
}

.iy-related-card__body {
    padding: 20px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
}

.iy-related-card__cat {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #cf4738;
}

.iy-related-card__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    margin: 2px 0 0;
    line-height: 1.35;
}

.iy-related-card__year {
    font-size: 13px;
    color: #94a3b8;
}

.iy-related-card__link {
    margin-top: auto;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #cf4738;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Soft-head nav butonları için yatay ok */
.soft-project-related-section .soft-head .navigation-group .swiper-navigation-button {
    width: 46px;
    height: 46px;
}

/* MOCKUP SHOWCASE */
.iy-pd-section-eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #94a3b8;
    display: block;
    margin-bottom: 6px;
}

.iy-pd-section-title {
    font-size: clamp(1.3rem, 2.2vw, 1.75rem);
    font-weight: 500;
    color: #1e293b;
    margin: 0;
}

.iy-pd-section-title strong {
    color: #cf4738;
}

.iy-pd-mockup-showcase {
    margin: 48px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.iy-pd-mockup-showcase__label {
    margin-bottom: 32px;
}

.iy-pd-mockup-showcase__frames {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

@media (max-width: 767px) {
    .iy-pd-mockup-showcase__frames {
        flex-direction: column;
        align-items: center;
    }
}

/* Desktop frame */
.iy-pd-mockup-frame--desktop {
    flex: 1 1 0;
    background: #1e293b;
    border-radius: 16px 16px 8px 8px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.06) inset,
        0 24px 56px rgba(15,23,42,0.18);
}

.iy-pd-mockup-frame__bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    background: #263349;
}

.iy-pd-mockup-frame__bar span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

.iy-pd-mockup-frame__bar span:nth-child(1) { background: #ff5f57; }
.iy-pd-mockup-frame__bar span:nth-child(2) { background: #ffbd2e; }
.iy-pd-mockup-frame__bar span:nth-child(3) { background: #28c840; }

.iy-pd-mockup-frame__bar-url {
    margin-left: 12px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 3px 14px;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    display: flex;
    align-items: center;
    gap: 5px;
}

.iy-pd-mockup-frame__bar-url i {
    font-size: 11px;
}

.iy-pd-mockup-frame__img {
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}

.iy-pd-mockup-frame__img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.45s ease;
}

.iy-pd-mockup-frame--desktop .iy-pd-mockup-frame__img:hover img {
    transform: scale(1.03);
}

/* Mobile frame */
.iy-pd-mockup-frame--mobile {
    position: relative;
    flex: 0 0 200px;
    background: #1e293b;
    border-radius: 32px;
    padding: 18px 10px;
    box-shadow:
        0 0 0 2px #263349,
        0 0 0 3px rgba(255,255,255,0.06),
        0 24px 56px rgba(15,23,42,0.22);
    align-self: flex-start;
    top: 28px;
}

.iy-pd-mockup-frame--mobile .iy-pd-mockup-frame__notch {
    width: 60px;
    height: 9px;
    background: #263349;
    border-radius: 99px;
    margin: 0 auto 10px;
}

.iy-pd-mockup-frame--mobile .iy-pd-mockup-frame__vol {
    position: absolute;
    left: -3px;
    top: 72px;
    width: 3px;
    height: 28px;
    background: #344563;
    border-radius: 2px;
    box-shadow: 0 34px 0 #344563;
}

.iy-pd-mockup-frame--mobile .iy-pd-mockup-frame__power {
    position: absolute;
    right: -3px;
    top: 90px;
    width: 3px;
    height: 36px;
    background: #344563;
    border-radius: 2px;
}

.iy-pd-mockup-frame--mobile .iy-pd-mockup-frame__img {
    border-radius: 18px;
    overflow: hidden;
}

.iy-pd-mockup-frame--mobile .iy-pd-mockup-frame__img img {
    border-radius: 18px;
}

/* Hero görsel zoom */
.iy-pd-hero-wrap {
    position: relative;
}

.iy-pd-hero-img {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    cursor: zoom-in;
}

.iy-pd-hero-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    transition: transform 0.4s ease;
}

.iy-pd-hero-img:hover img {
    transform: scale(1.03);
}

.iy-pd-hero-zoom {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #334155;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.iy-pd-hero-img:hover .iy-pd-hero-zoom {
    opacity: 1;
}

.soft-project-page .project-filter .toggle-btn {
    border: none;
    background: transparent;
    font: inherit;
    cursor: pointer;
    font-family: inherit;
}

/** START BRAND PAGE **/

.soft-brand-page {}

.soft-brand-page .brand-page-wrapper {}

.soft-brand-page .brand-page-wrapper .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 100px;
}

.soft-brand-page .brand-page-wrapper .image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.soft-brand-page .brand-page-wrapper .image img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

/** END BRAND PAGE **/



.search-action {}

.search-action img {
    width: 24px;
}

.search-action svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.search-action i {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    position: relative;
    top: 5px;
    display: none;
}

.search-action svg path {}

.links-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

body .soft-button {
    height: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 50px;
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: fit-content;
    gap: 5px;
}

body .soft-button:hover {
    background-color: #CF4738 !important;
}

body .soft-button.transparent {
    background-color: #ffffff52;
}

body .soft-button img {
    width: 20px;
    margin: 0 0 3px;
}

body .soft-button i {
    font-size: 16px;
}

.soft-head {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
}

.soft-head h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    color: #555E7A;
    margin: 0 0 15px;
}

.soft-head h1,
.soft-head .subtitle {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 10px;
    margin: 0 0 5px;
}

.soft-head h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 0;
}

.soft-head h2 strong {
    font-weight: 500;
}

.soft-head p {
    font-size: 14px;
    font-weight: 300;
    max-width: 60%;
}

.soft-head .soft-head-col {}

.soft-head a {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

.soft-head a i {
    line-height: 1;
}

.navigation-group {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.swiper-navigation-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    border-radius: 100%;
    font-size: 20px;
    border: 1px solid rgb(35 35 35 / 10%);
    color: #232323;
}

.swiper-navigation-button:hover {
    background-color: #CF4738 !important;
    color: #fff;
}

.swiper-navigation-button.swiper-button-disabled {}

.swiper-navigation-button.swiper-button-disabled i {}

.swiper-navigation-button i {}

.swiper-navigation-button img {
    width: 35px;
}

body .swiper {
    display: none;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    display: block;
}



/** START HEAD SUB MENU  **/

.sub-head-menu {
    position: absolute;
    left: 0;
    right: auto;
    top: 100%;
    width: 300px;
    max-width: min(300px, 85vw);
    display: none;
    z-index: 9999;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transform: none;
}

.sub-head-menu.active {
    appearance: auto;
    opacity: 1;
    transform: translate(0, 0);
    display: block;
    transition: all .4s ease;
}

.sub-head-menu .sub-head-menu-wrapper {
    background-color: #FAFAFA;
    margin: 20px 0 0;
    border-radius: 0 0 15px 15px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group {}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title {
    background-color: #cf4738;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title::before {
    content: "";
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list {
    padding: 30px;
    text-align: left;
}

header.soft-header .soft-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul {
    flex-direction: column;
    gap: 0;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li {
    display: block;
    width: 100%;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li:not(:last-child) {
    border-bottom: 1px solid #B0B0B0;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

header.soft-header .soft-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a {
    color: #232323 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 200;
    width: 100%;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a i {
    margin: 0 0 2px;
    font-size: 12px;
}

/** END HEAD SUB MENU  **/




/* LANGUAGE SWITCHER */

body .soft-language-switcher {}

body .soft-language-switcher .soft-language-switcher-card {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    background-color: #232323;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 8px 14px 8px 8px;
    line-height: 1;
    border-radius: 50px;
}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-flag {}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-flag img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content {
    line-height: 1;
}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content .label {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content .language {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content .language span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

body .soft-language-switcher .soft-language-switcher-card .soft-language-switcher-content .language i {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

body .soft-language-switcher .soft-language-dropdown {
    position: absolute;
    background-color: #fff;
    min-width: 240px;
    width: max-content;
    max-width: min(92vw, 300px);
    padding: 12px 12px 10px;
    border-radius: 12px;
    margin: 4px 0 0;
    top: 100%;
    right: 0;
    left: auto;
    display: none;
    z-index: 999999;
    box-sizing: border-box;
}

body .soft-language-switcher .soft-language-dropdown ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

body .soft-language-switcher .soft-language-dropdown ul li {}

body .soft-language-switcher .soft-language-dropdown ul li .soft-language-item {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    color: #000;
    gap: 10px;
    height: auto !important;
    box-sizing: border-box;
}

body .soft-language-switcher .soft-language-dropdown ul li .soft-language-item .flag {}

body .soft-language-switcher .soft-language-dropdown ul li .soft-language-item .flag img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

body .soft-language-switcher .soft-language-dropdown ul li .soft-language-item .text {
    flex: 1;
    min-width: 0;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

body .soft-language-switcher .soft-language-dropdown ul li .soft-language-item[data-lang="ar"] .text {
    direction: rtl;
    text-align: right;
}

@media (min-width: 992px) and (hover: hover) {
    body .soft-language-switcher.soft-language-switcher--hover:hover .soft-language-dropdown {
        display: block !important;
    }
}


.once-menu-button {
    width: 40px;
    position: relative;
    height: 30px;
}

.once-menu-button.open {}

.once-menu-button.close {}

.once-menu-button span {
    width: 30px;
    height: 2px;
    background-color: #232323;
    display: block;
    position: absolute;
    right: 0;
}

.once-menu-button span:nth-child(1) {
    transform: translate(-8px, -4px);
}

.once-menu-button span:nth-child(2) {
    transform: translate(0, 4px);
}

.once-menu-button.close span {
    background-color: #232323;
}

.once-menu-button.close span:nth-child(1) {
    transform: rotate(45deg);
}

.once-menu-button.close span:nth-child(2) {
    transform: rotate(-45deg);
}


.soft-input-group {
    margin: 0 0 20px;
}

.soft-input-group input,
.soft-input-group select,
.soft-input-group textarea {
    width: 100%;
    border: unset;
    background-color: #F9F9F9;
    height: 50px;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    padding: 0 20px;
}

.soft-input-group input::placeholder,
.soft-input-group select::placeholder,
.soft-input-group textarea::placeholder {
    color: #C9CACC;
}

.soft-input-group input {}

.soft-input-group select {}

.soft-input-group textarea {
    height: 120px;
    padding: 20px;
}

.form-action-buttons {
    display: flex;
    justify-content: flex-start;
}

.form-action-buttons button {
    height: 50px;
    background-color: #232323;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: fit-content;
    gap: 5px;
    text-transform: uppercase;
}

.form-action-buttons button i {
    font-size: 18px;
    position: relative;
    top: -1px;
}

.overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f3f8fc00;
    z-index: 99;
    backdrop-filter: blur(6px);
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    transition: all .4s ease;
    opacity: 1;
    visibility: visible;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #efefef;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #CF4738;
}


/** MEGA MENU **/

.soft-mega-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    height: 80%;
    transform: translate(0, -200%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease;
}

.soft-mega-menu.active {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: all .6s ease;
}

.soft-mega-menu::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ECECEC;
}

.soft-mega-menu::after {
    content: "";
    background: #CF4738;
    background: radial-gradient(circle, rgb(207 71 56 / 30%) 0%, rgb(124 56 207 / 1%) 50%);
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transform: translate(-150px, -150px);
}

.soft-mega-menu .mega-menu-wrapper {
    padding: 50px 0 0;
    height: 100%;
    position: relative;
    z-index: 9;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-head {
    display: flex;
    justify-content: space-between;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-head .logo {}

.soft-mega-menu .mega-menu-wrapper .mega-menu-head .logo a {}

.soft-mega-menu .mega-menu-wrapper .mega-menu-head .logo a img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-head .action-button {}

.soft-mega-menu .mega-menu-wrapper .mega-menu-head .action-button .once-menu-button {}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body {
    height: 88%;
    padding: 40px 0 0;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group {
    display: flex;
    height: 100%;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col {
    width: 50%;
    height: auto;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col .label {
    color: #B9B9B9;
    font-size: 16px;
    writing-mode: sideways-lr;
    background-color: #fff;
    border: 1px solid #ECECEC;
    line-height: 1;
    padding: 30px 20px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col ul li {}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col ul li a:not(.mega-menu-contact ul li a) {
    color: rgb(35 35 35 / 70%);
    font-size: 24px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col ul li a.active {
    color: #232323 !important;
}

.soft-mega-menu .mega-menu-wrapper .mega-menu-body .mega-menu-group .mega-menu-col ul li a.active::before {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background-color: #232323;
}

/* Çözümlerimiz — açılır alt liste (mobil tam ekran menü) */
.soft-mega-menu .iy-mega-solutions {
    border: none;
    padding: 0;
    margin: 0;
}

.soft-mega-menu .iy-mega-solutions-summary {
    list-style: none;
    cursor: pointer;
    color: rgb(35 35 35 / 70%);
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    user-select: none;
}

.soft-mega-menu .iy-mega-solutions-summary::-webkit-details-marker {
    display: none;
}

.soft-mega-menu .iy-mega-solutions-title {
    flex: 1;
}

.soft-mega-menu .iy-mega-solutions-chevron {
    font-size: 22px;
    transition: transform 0.25s ease;
    color: #232323;
    opacity: 0.7;
}

.soft-mega-menu .iy-mega-solutions[open] .iy-mega-solutions-chevron {
    transform: rotate(180deg);
}

.soft-mega-menu .iy-mega-solutions-list {
    list-style: none;
    margin: 14px 0 0 0;
    padding: 0 0 4px 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-left: 2px solid rgba(207, 71, 56, 0.35);
}

.soft-mega-menu .iy-mega-solutions-list li a {
    color: rgb(35 35 35 / 88%);
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    line-height: 1.35;
}

.mega-menu-contact {
    padding: 60px 0 0 100px;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.mega-menu-contact ul {}

.mega-menu-contact ul li {}

.mega-menu-contact ul li a {
    color: #232323;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
    text-align: left;
    width: fit-content;
    font-weight: 600;
    font-size: 18px;
}

.mega-menu-contact ul li a.address {
    font-weight: 400;
    font-size: 16px;
}

.mega-menu-contact ul li a img {
    width: 30px;
}

.mega-menu-contact ul li a span {}

/** Floating WhatsApp (sol alt) — bilgi balonu + hafif hareket */
.iy-whatsapp-float-wrap {
    position: fixed;
    left: max(16px, env(safe-area-inset-left));
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: min(280px, calc(100vw - 32px));
    pointer-events: none;
}

.iy-whatsapp-float-wrap .iy-whatsapp-float {
    pointer-events: auto;
}

.iy-whatsapp-float__hint {
    margin: 0;
    padding: 11px 14px;
    background: #fff;
    color: #0f172a;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    font-family: 'Outfit', sans-serif;
    border-radius: 14px;
    box-shadow:
        0 4px 22px rgba(15, 23, 42, 0.12),
        0 0 0 1px rgba(15, 23, 42, 0.06);
    position: relative;
    animation: iy-wa-hint-float 3.2s ease-in-out infinite;
}

.iy-whatsapp-float__hint::after {
    content: "";
    position: absolute;
    left: 26px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-right: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    transform: rotate(45deg);
}

.iy-whatsapp-float {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 14px;
    background: linear-gradient(145deg, #25D366 0%, #128C7E 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 999px;
    box-shadow: 0 6px 24px rgba(18, 140, 126, 0.45), 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 0.02em;
    animation: iy-wa-btn-attn 2.6s ease-in-out infinite;
}

.iy-whatsapp-float:hover {
    color: #fff !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.55), 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: none;
}

.iy-whatsapp-float__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    animation: iy-wa-icon-nudge 2.6s ease-in-out infinite;
}

.iy-whatsapp-float:hover .iy-whatsapp-float__icon {
    animation: none;
}

.iy-whatsapp-float__label {
    white-space: nowrap;
}

@keyframes iy-wa-hint-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes iy-wa-btn-attn {
    0%, 100% {
        box-shadow: 0 6px 24px rgba(18, 140, 126, 0.45), 0 2px 8px rgba(0, 0, 0, 0.12);
    }
    50% {
        box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55), 0 4px 14px rgba(18, 140, 126, 0.35), 0 2px 8px rgba(0, 0, 0, 0.12);
    }
}

@keyframes iy-wa-icon-nudge {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-6deg); }
    75% { transform: rotate(6deg); }
}

@media (prefers-reduced-motion: reduce) {
    .iy-whatsapp-float,
    .iy-whatsapp-float__hint,
    .iy-whatsapp-float__icon {
        animation: none !important;
    }
}

@media (max-width: 480px) {
    .iy-whatsapp-float-wrap {
        left: 12px;
        bottom: 16px;
        max-width: calc(100vw - 24px);
    }

    .iy-whatsapp-float__hint {
        font-size: 12px;
        padding: 9px 12px;
    }

    .iy-whatsapp-float {
        padding: 10px 14px 10px 12px;
        font-size: 14px;
    }

    .iy-whatsapp-float__icon {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .iy-whatsapp-float__label {
        display: none;
    }
}

/* —— Site içi arama: sabit FAB + tam ekran panel —— */
body.iy-site-search-open {
    overflow: hidden;
}

.iy-fab-stack {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.iy-fab-stack > * {
    pointer-events: auto;
}

.iy-site-phone-fab,
.iy-site-search-fab {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    box-shadow:
        0 8px 28px rgba(15, 23, 42, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.iy-site-phone-fab {
    text-decoration: none;
}

.iy-site-phone-fab i,
.iy-site-search-fab i {
    font-size: 26px;
    line-height: 1;
}

.iy-site-phone-fab:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 12px 36px rgba(5, 150, 105, 0.38),
        0 4px 12px rgba(15, 23, 42, 0.18);
    background: linear-gradient(145deg, #059669 0%, #047857 100%);
    color: #fff;
}

.iy-site-search-fab:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow:
        0 12px 36px rgba(15, 23, 42, 0.4),
        0 4px 12px rgba(207, 71, 56, 0.2);
    background: linear-gradient(145deg, #cf4738 0%, #b91c1c 100%);
}

.iy-site-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000010;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: max(24px, env(safe-area-inset-top)) 20px 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.iy-site-search-overlay.is-open {
    pointer-events: auto;
    opacity: 1;
}

.iy-site-search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.iy-site-search-overlay__panel {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    margin-top: min(12vh, 120px);
    padding: 28px 28px 26px;
    background: #fff;
    border-radius: 20px;
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.2),
        0 0 0 1px rgba(15, 23, 42, 0.06);
    transform: translateY(-12px);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.iy-site-search-overlay.is-open .iy-site-search-overlay__panel {
    transform: translateY(0);
}

.iy-site-search-overlay__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.iy-site-search-overlay__close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.iy-site-search-overlay__title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 40px 8px 0;
    letter-spacing: -0.02em;
}

.iy-site-search-overlay__lead {
    margin: 0 0 20px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}

.iy-site-search-overlay__form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.iy-site-search-overlay__form input[type="search"] {
    flex: 1 1 200px;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.iy-site-search-overlay__form input[type="search"]:focus {
    border-color: rgba(207, 71, 56, 0.45);
    box-shadow: 0 0 0 3px rgba(207, 71, 56, 0.12);
}

.iy-site-search-overlay__submit {
    padding: 14px 22px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(145deg, #cf4738 0%, #b91c1c 100%);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.iy-site-search-overlay__submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(207, 71, 56, 0.35);
}

.iy-site-search-live {
    margin-top: 16px;
    max-height: min(42vh, 360px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #f8fafc;
}

.iy-site-search-live:not([hidden]) {
    display: block;
}

.iy-site-search-live__hint,
.iy-site-search-live__empty,
.iy-site-search-live__error,
.iy-site-search-live__loading {
    margin: 0;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.45;
    color: #64748b;
}

.iy-site-search-live__loading {
    color: #475569;
}

.iy-site-search-live__error {
    color: #b91c1c;
}

.iy-site-search-live__list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px;
}

.iy-site-search-live__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.iy-site-search-live__item:hover {
    background: #fff;
    border-color: rgba(207, 71, 56, 0.22);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.iy-site-search-live__thumb {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    background: #e2e8f0;
}

.iy-site-search-live__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.iy-site-search-live__thumb--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e2e8f0 0%, #cbd5e1 100%);
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #475569;
    text-transform: uppercase;
}

.iy-site-search-live__thumb--icon[data-iy-type="service"] {
    background: linear-gradient(145deg, rgba(207, 71, 56, 0.18) 0%, rgba(185, 28, 28, 0.14) 100%);
}

.iy-site-search-live__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.iy-site-search-live__badge {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #cf4738;
}

.iy-site-search-live__title {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.iy-site-search-live__snippet {
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.iy-site-search-live.is-loading .iy-site-search-live__loading {
    animation: iy-search-pulse 0.9s ease-in-out infinite;
}

@keyframes iy-search-pulse {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}

.iy-search-page__form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 640px;
}

.iy-search-page__form input[type="search"] {
    flex: 1 1 240px;
    min-width: 0;
    padding: 14px 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 14px;
    font-size: 16px;
}

.iy-search-page__summary {
    font-weight: 600;
    color: #334155;
}

.iy-search-page__h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 28px 0 12px;
    color: #0f172a;
}

.iy-search-page__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.iy-search-page__list li {
    margin: 0 0 10px;
}

.iy-search-page__list a {
    color: #cf4738;
    font-weight: 500;
    text-decoration: none;
}

.iy-search-page__list a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .iy-fab-stack {
        bottom: max(88px, calc(22px + env(safe-area-inset-bottom)));
    }
}
/* ── Proje Detay: Teknoloji Grid (admin'den seçilen) ── */
.iy-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    margin-bottom: 24px;
}
.iy-tech-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,0.10);
    border-radius: 50px;
    padding: 8px 16px 8px 12px;
    box-shadow: 0 2px 8px -4px rgba(15,23,42,0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: default;
}
.iy-tech-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px -6px rgba(15,23,42,0.16);
}
.iy-tech-chip img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}
.iy-tech-chip span {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
}
