/* CSS Document */
.common-hero {
    height: 26rem; background: url('assets/images/solutions-banner.webp') center / cover no-repeat; background-color: #444; background-blend-mode: overlay;
}


    #tm-challenges {
        padding: 60px 6%;
    }

    .tm-ch-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 2.8125rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }


    .tm-ch-tittle h2 {
        color: #333;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 1.625rem;
    }

    /* LEFT AREA */
    .tm-ch-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 22px;
        padding: 1.875rem 0;
        cursor: pointer;
    }

    .tm-ch-tab {
        padding-bottom: 12px;
        cursor: pointer;
        -webkit-transition: .25s;
        transition: .25s;
    }

    .tm-ch-tab:not(:last-child) {
        border-bottom: .0625rem solid #666;
    }

    /* TOP (title + arrow) */
    .tm-ch-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .tm-ch-top h3 {
        font-size: 1.5rem;
        font-weight: 500;
        color: #333 !important;
    }

    .tm-ch-tab.active .tm-ch-top h3 {
        color: #0d58c9 !important;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .tm-ch-tab .tm-ch-text {
        margin-top: 10px;
        font-size: 1rem;
        color: #666;
        width: 90%;
        line-height: 1.6;
        display: none;
    }

    .tm-ch-tab.active .tm-ch-text {
        display: block;
    }

    .tm-ch-arrow {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        border: 1px solid #111;
        display: grid;
        place-items: center;
        background: #fff;
    }

    .tm-ch-arrow svg {
        width: 20px;
        height: 20px;
        stroke: #111;
        stroke-width: 2.2px;
    }


    .tm-ch-tab.active .tm-ch-arrow {
        background: #0d58c9;
        border-color: #0d58c9;
    }

    .tm-ch-tab.active .tm-ch-arrow svg {
        stroke: #fff;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    /* RIGHT IMAGE */
    .tm-ch-right img {
        width: 100%;
        border-radius: 12px;
        -o-object-fit: cover;
           object-fit: cover;
        height: 360px;
        display: block;
        -webkit-transition: .45s ease;
        transition: .45s ease;
    }

    .tm-ch-pagination {
        position: absolute;
        top: 78%;
        right: calc(50% - 28px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }

    .tm-ch-pagination .dot {
        width: 0.463rem;
        height: 0.463rem;
        border-radius: 0.625rem;
        background: #d6d6d6;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .tm-ch-pagination .dot.active {
        height: 2rem;
        background: #0d58c9;
    }

    /* Responsive */
    @media(max-width:992px) {
        .tm-ch-grid {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .tm-ch-left h2 {
            line-height: 1.4;
            font-size: 6.4vw;
            font-weight: 500;
            margin-bottom: 1.625rem;
        }


        .tm-ch-right img {
            height: 300px;
            margin-top: 20px;
        }

        .tm-ch-pagination {
            position: relative !important;
            top: auto !important;
            -webkit-transform: none !important;
                    transform: none !important;
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
                -ms-flex-direction: row !important;
                    flex-direction: row !important;
            -webkit-box-pack: center !important;
                -ms-flex-pack: center !important;
                    justify-content: center !important;
        }

        .tm-ch-pagination .dot.active {
            width: 1.2rem;
            height: .5rem;
            border-radius: .5rem;
        }

        .tm-ch-tab .tm-ch-text {
            letter-spacing: normal;
            font-stretch: normal;
            font-weight: 400;
            height: auto;
            margin-top: 1.6vw;
            color: #666;
            width: 90%;
        }
    }

    @media(max-width:768px) {
        .tm-ch-tab .tm-ch-text {

            line-height: 5.6vw;

        }

        .tm-ch-arrow {
            width: 34px;
            height: 34px;
            min-width: 34px;
            min-height: 34px;
        }


    }


    .desc-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 10.95px 11.6px;
                box-shadow: rgba(0, 0, 0, 0.15) 1.95px 10.95px 11.6px;
        padding: 3rem;
        border-radius: 0.375rem;
        width: 80%;
        background-color: #fff;
    }

    .desc {
        font-size: 1rem;
        width: 75%;
        color: #666;
    }

    .content1 {
        position: relative;
        height: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .image {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 400px;
    }

    .image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }

    .lorawan_image_fix {
        left: 50px !important;
        max-width: 300px !important;
    }
    .lorawan_desc_fix {
        width: 85% !important;
    }

    .lorawan_desc_box_fix {
        width: 86%;
        line-height: 1.725rem;
    }

    .iot_image_fix {
        left: 15px !important;
        top:-30px !important;
        width: 350px !important;
    }
    .iot_desc_box_fix {
        width: 90% !important;
        line-height: 1.725rem !important;
    }
    .content2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 3rem;
        padding: 3rem 0;
    }

    .features-list {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        color: #666;
    }

    .feature-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1rem;
        border-bottom: 1px solid #000;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .feature-item:first-child {
        padding-top: 0;
    }

    .feature-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .feature-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0.5rem;
        border-radius: 0.375rem;
    }

    .feature-header:hover {
        background-color: #f0f0f0;
    }

    .feature-bullet {
        width: 12px;
        height: 12px;
        background-color: #0d58c9;
        border-radius: 50%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }

    .feature-title {
        font-size: 1.5rem;
        font-weight: 500;
        color: #333;
        margin: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .feature-icon {
        width: 32px;
        height: 32px;
        background-color: transparent;
        border: 1px solid #333;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .feature-icon svg {
        width: 18px;
        height: 18px;
    }

    .feature-icon svg path {
        stroke: #333;
        -webkit-transition: stroke 0.3s ease;
        transition: stroke 0.3s ease;
    }

    .feature-content {
        padding-left: 2rem;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        max-height: 0;
        opacity: 0;
    }

    .feature-item.active .feature-content {
        max-height: 1000px;
        opacity: 1;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .feature-item.active .feature-icon {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        background-color: #0d58c9;
        border-color: #0d58c9;
    }

    .feature-item.active .feature-icon svg path {
        stroke: #ffffff;
    }

    .feature-item.active .feature-title {
        color: #0d58c9;
    }

    .feature-subtitle {
        font-size: 1rem;
        margin-bottom: 0.75rem;
        color: #333;
    }

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

    .feature-bullets li {
        font-size: 0.95rem;
        color: #666;
        margin-bottom: 0.5rem;
        padding-left: 1.5rem;
        position: relative;
    }

    .feature-bullets li::before {
        content: '•';
        color: #666;
        font-weight: bold;
        position: absolute;
        left: 0;
    }

    .img2 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .img2 img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
    }

   /* IMG2 GÖRSEL GÖLGESİ  */
#msx-info2 .img2 img {
    -webkit-filter: drop-shadow(0px 12px 28px rgba(0,0,0,0.18));
            filter: drop-shadow(0px 12px 28px rgba(0,0,0,0.18));
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease;
    transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    border-radius: 12px;
}

/* Hover efekti — hafif büyüme + daha net gölge */
#msx-info2 .img2 img:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-filter: drop-shadow(0px 18px 32px rgba(0,0,0,0.22));
            filter: drop-shadow(0px 18px 32px rgba(0,0,0,0.22));
}








    @media (max-width: 992px) {
        .content2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }

        .features-list,
        .img2 {
            max-width: 100%;
        }
    }

    /* --- 1024px ve 768px arası özel çözüm --- */
@media (max-width: 1024px) and (min-width: 768px) {

    #msx-info .content1 {
        height: 450px !important; /* YAPIYI TOPLU KÜÇÜLTÜR */
        padding: 0 20px;
    }

    #msx-info .desc-box {
        width: 81% !important;   /* metin kutusu biraz küçülür */
        padding: 1rem !important;
    }

    #msx-info .image {
        max-width: 285px !important;  /* resim kutusu toplu küçülür */
        height: 100% !important;

    }

    #msx-info .image img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: contain !important;
           object-fit: contain !important;
    }
}


    @media (max-width: 768px) {

        #msx-info {
            display: none;
        }

        #msx-info2 {
            display: none;
        }


        .features-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            overflow-x: auto;
            gap: 16px;
            padding-bottom: 10px;
            -ms-scroll-snap-type: x mandatory;
                scroll-snap-type: x mandatory;
        }

        .feature-item {
            min-width: 250px;
            scroll-snap-align: start;
            border-bottom: none;
            border-right: 1px solid #ddd;
            padding-bottom: 0;
        }

        .feature-content {
            max-height: none !important;
            opacity: 1 !important;
            padding: 1rem;
        }

        .features-list::-webkit-scrollbar {
            display: none;
        }
    }

    .mobile-swiper {
        display: none;
    }

    @media (max-width: 768px) {

        .content2 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 20px;
        }

        .img2 {
            display: none;

        }

        /* Feature list mobilde swiper gibi olsun */
        .features-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            overflow-x: auto;
            gap: 20px;
            padding: 10px 0;
            -ms-scroll-snap-type: x mandatory;
                scroll-snap-type: x mandatory;
            width: 100%;
        }

        .features-list::-webkit-scrollbar {
            display: none;
        }

        /* Her feature item artık bir kart */
        .feature-item {
            min-width: 300px;
            background: #fff;
            border-radius: 16px;
            -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
                    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
            scroll-snap-align: start;
            padding: 0;
            border: none;
            overflow: hidden;
            position: relative;
        }

        /* ---- Kartın üstündeki RESİM alanı ---- */
        .feature-item::before {
            content: "";
            display: block;
            width: 100%;
            height: 160px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 16px 16px 0 0;
        }

        /* Resmi almak için JS’teki data-image kullanılacak */
        .feature-item[data-image]::before {
            background-image: attr(data-image url);
        }

        /* Başlık ve içerik */
        .feature-header {
            padding: 16px;
            background: none;
            margin-top: -10px;
        }

        .feature-title {
            font-size: 18px;
            font-weight: 700;
            color: #0d58c9;
            margin: 0;
        }

        /* Bullet ve ikon mobilde kaldırılıyor */
        .feature-bullet,
        .feature-icon {
            display: none;
        }

        /* Açıklama */
        .feature-content {
            opacity: 1 !important;
            max-height: none !important;
            padding: 0 16px 16px;
        }

        .feature-subtitle {
            font-size: 14px;
            color: #555;
            line-height: 1.45;
        }
    }




    /* SECTION BACKGROUND  */
    .ms-section {
        padding: 90px 0;
        background: radial-gradient(circle at 50% 20%, #2f3f55 0%, #1b2433 50%, #0e131a 100%);
    }

    /* Title */
    .ms-title {
        text-align: center;
        color: #ffffff;
        margin-bottom: 55px;
    }

    /* GRID */
    .ms-card-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 28px;
        justify-items: center;
    }

    /* CARD */
    .ms-card {
        width: 100%;
        max-width: 280px;
        padding: 32px 26px;
        text-align: center;
        background: rgba(255, 255, 255, 0.10);
        border: 1px solid rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border-radius: 18px;
        color: #ffffff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    /* Hover effect */
    .ms-card:hover {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.33);
    }

    /* Icons */
    .ms-icon i {
        font-size: 38px;
        color: #ffffff;
        margin-bottom: 18px;
        opacity: 0.9;
    }

    /* Heading */
    .ms-card h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    /* Paragraph */
    .ms-card p {
        font-size: 14px;
        color: #e6e6e6;
        line-height: 1.55;
        opacity: 0.9;
    }
    @media (max-width: 992px) and (min-width: 768px) {
    .ms-card-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
    }
    .ms-card {
        max-width: 100%; /* kartlar tam genişlikte olsun */
    }
}

    /* Mobile horizontal scroll */
    @media (max-width: 768px) {
        .ms-card-grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow-x: auto;
            gap: 18px;
            padding-bottom: 10px;
            -ms-scroll-snap-type: x mandatory;
                scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
              -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .ms-card {
            min-width: 260px;
            scroll-snap-align: start;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        }

        /* Scrollbar gizle */
        .ms-card-grid::-webkit-scrollbar {
            display: none;
        }

    }

    /* =========================================
            TM MOBİLE COMMON FİRST
    ========================================= */

    /* ======================= SECTION ======================= */
    .cs-surveillance {
        text-align: center;
        padding: 60px 0 40px;
    }

    .center-wrap {
        padding: 0 6.66667vw;
    }

    /* ======================= TEXT ======================= */
    .tm-title-global {
        font-size: clamp(24px, 5vw, 40px);
        font-weight: 600;
        line-height: 1.25;
        color: #333;
        margin-bottom: 4vw;
    }

    .cs-surveillance .text {
        max-width: 750px;
        margin: 10px 0;
        color: #666;
        margin-bottom: 5.33333vw;
        line-height: 1.6;
    }

    .text--big {
        font-size: clamp(15px, 4vw, 22px);
        font-weight: 600;
    }

    /* ======================= SWIPER ======================= */
    .tm-swiper-construction {
        margin-top: 40px;
        padding-bottom: 35px;
    }

    .tm-swiper-mobile-common .swiper-wrapper {
        padding: 20px 0;
    }

    /* Yan kartlar kesilmesin */
    .tm-swiper-construction .swiper-wrapper {
        overflow: visible !important;
    }

    /* Tüm kartlar için temel stil */
    .tm-swiper-construction .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: opacity .35s ease, -webkit-transform .45s ease;
        transition: opacity .35s ease, -webkit-transform .45s ease;
        transition: transform .45s ease, opacity .35s ease;
        transition: transform .45s ease, opacity .35s ease, -webkit-transform .45s ease;
        -webkit-transform-origin: center;
                transform-origin: center;
        position: relative;

        /* default: hepsi biraz küçük ve soluk */
        -webkit-transform: scale(.86);
                transform: scale(.86);
        opacity: .55;
    }

    /* AKTİF KART – ortadaki */
    .tm-swiper-construction .swiper-slide-active {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        z-index: 5;
    }

    /* CARD */
    .cs-card {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: #fff;
    }

    /* AKTİF MAVİ BORDER */
    .tm-swiper-construction .swiper-slide-active .cs-img {
        border: 1px solid #0d58c9;
        border-radius: 14px;
    }

    .tm-swiper-construction .swiper-slide-prev {
        -webkit-transform: translateX(-25%) scale(.85);
                transform: translateX(-25%) scale(.85);
    }

    .tm-swiper-construction .swiper-slide-next {
        -webkit-transform: translateX(25%) scale(.85);
                transform: translateX(25%) scale(.85);
    }

    /* Görsel boyutu */
    .cs-img {
        width: clamp(260px, 60vw, 520px);
        height: clamp(260px, 65vw, 480px);
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
        border-radius: 14px;
    }

    /* ======================= PAGINATION ======================= */
    .pagination-construction {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 10px;
        margin-top: 18px;
        font-size: clamp(14px, 3vw, 20px);
    }

    .pagination-construction .line {
        width: clamp(120px, 28vw, 250px);
        height: 2px;
        background: #dcdcdc;
    }

    @media (min-width: 992px) {

        .cs-surveillance,
        .tm-section.s1 {
            display: none !important;
        }
    }

    @media (max-width: 992px) {

        #msx-info,
        #msx-info2 {
            display: none !important;
        }
    }

    @media (max-width: 600px) {
        .tm-swiper-construction .swiper-slide {
            -webkit-transform: scale(.9);
                    transform: scale(.9);
        }

        .tm-swiper-construction .swiper-slide-active {
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }


    /* =========================================
            TM MOBİLE COMMON SECOND
    ========================================= */


    /* ================== S1 BASE ================== */
    .tm-section.s1 {
        padding: 25px 0 40px;
    }

    /* HEADER */
    .tm-section.s1 .tm-title {
        color: #333;
        font-size: clamp(22px, 6.4vw, 36px);
        /* artık kontrollü büyüyor */
        font-weight: 600;
        margin-left: 6.6vw;
        margin-bottom: 5.333vw;
    }

    /* SWIPER */
    .tm-swiper-gateway {
        overflow: visible;
    }


    /* CARD */
    .tm-card {
        background: #fff;
        border-radius: 22px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5.33333vw rgba(0, 0, 0, .13);
                box-shadow: 0 0 5.33333vw rgba(0, 0, 0, .13);
        max-width: 580px;
        /* TABLET & DESKTOP tek merkezde durma */
        margin: 0 auto;
    }

    @media (min-width:1200px) {
        .tm-card {
            max-width: 650px;
        }
    }

    /* IMAGE */
    .tm-card-img {
        width: 100%;
        aspect-ratio: 16/9;
        padding: 15px 0;
    }

    .tm-card-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
    }

    /* TITLE */
    .tm-card-title {
        font-size: clamp(18px, 4.8vw, 28px);
        font-weight: 600;
        padding: 14px 18px 6px;
    }

    /* ROW */
    .tm-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 10px 18px;
    }

    .tm-row img {
        width: 30px;
        height: 30px;
    }

    .tm-row p {
        font-size: clamp(14px, 3.73vw, 20px);
        line-height: 1.45rem;
    }

    /* LIST */
    .tm-list {
        padding: 2.66667vw 0 1vw 2.3em;
    }

    .tm-list li {
        font-size: clamp(13px, 3.2vw, 18px);
        padding: .66667vw 0;
        list-style: disc;
        color: #666;
    }

    /* ====================== iPad Pro Boost (1024–1366) ====================== */
    @media (min-width:1024px) and (max-width:1366px) {

        .tm-card {
            width: 74vw;
            /* daha geniş görünüm */
            max-width: none;
            /* üst limit kalktı */
            border-radius: 1.7vw;
            -webkit-box-shadow: 0 0 2.1vw rgba(0, 0, 0, .18);
                    box-shadow: 0 0 2.1vw rgba(0, 0, 0, .18);
        }

        .tm-card-img {
            aspect-ratio: 16/7.3;
            /* görsel daha alanlı */
        }

        .tm-row p {
            font-size: clamp(16px, 1.45vw, 22px);
            line-height: 1.75em;
        }

        .tm-list li {
            font-size: clamp(15px, 1.35vw, 20px);
        }

        .tm-pagination .track {
            width: clamp(150px, 32vw, 480px);
        }
    }


    /* ================== PAGINATION — TÜM EKRANLARDA ORTA ================== */
    .tm-pagination {
        font-size: clamp(14px, 4vw, 21px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6px;
        width: 100%;
        margin-top: 35px;
        position: relative;
        left: 0;
        -webkit-transform: none;
                transform: none;
    }

    .tm-pagination .current {
        font-weight: 700;
        color: #333;
    }

    .tm-pagination .total {
        opacity: .55;
    }

    .tm-pagination .track {
        width: clamp(120px, 42vw, 450px);
        height: 3px;
        background: #dcdcdc;
        position: relative;
        overflow: hidden;
        border-radius: 999px;
    }

    /* Mavi ilerleyen bar */
    .tm-pagination .fill {
        position: absolute;
        left: 0;
        top: 0;
        width: 0%;
        /* slider 1/5 iken sıfır */
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#0d58c9), to(#1b99b9));
        background: linear-gradient(90deg, #0d58c9, #1b99b9);
        -webkit-transition: width .45s cubic-bezier(.4, 0, .2, 1);
        transition: width .45s cubic-bezier(.4, 0, .2, 1);
        /* butter smooth kayış */
    }

    /* ================== TABLET OPTIMIZATION ================== */
    @media (min-width:768px) and (max-width:1199px) {

        .tm-section.s1 .tm-title {
            font-size: 3.2vw;
            margin-left: 4vw;
            margin-bottom: 2.8vw;
        }

        .tm-card {
            width: 87.2vw;
            border-radius: 2.66667vw;
            -webkit-box-shadow: 0 0 5.33333vw rgba(0, 0, 0, .25);
                    box-shadow: 0 0 5.33333vw rgba(0, 0, 0, .25);
            padding: 4vw 4vw 0;
            margin: 4vw auto;
        }

        .tm-card-img {
            aspect-ratio: 16/8.5;
        }

        .tm-card-title {
            font-size: 2.8vw;
            padding: 10px 16px;
        }

        .tm-row {
            gap: 10px;
            padding: 8px 16px;
        }

        .tm-row img {
            width: 26px;
            height: 26px;
        }

        .tm-row p {
            font-size: 1.95vw;
            line-height: 1.85rem;
        }

        .tm-list {
            padding: 2vw 0 2vw 2em;
        }

        .tm-list li {
            font-size: 1.7vw;
        }

        .tm-pagination {
            font-size: 1.9vw;
        }

        .tm-pagination .track {
            width: 28vw;
        }
    }





    /* MINI CONTACT */
    
    .contact-bg {
        background: radial-gradient(circle at top right, rgba(13, 110, 253, 0.15), rgba(255, 255, 255, 0.9));
        -webkit-filter: blur(10px) brightness(1.05);
                filter: blur(10px) brightness(1.05);
        z-index: 0;
    }


    .contact-card {
        background: rgba(255, 255, 255, 0.82);
        border-radius: 1rem;
        -webkit-backdrop-filter: blur(12px);
                backdrop-filter: blur(12px);
        z-index: 2;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .contact-card:hover {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }


    #miniContact .form-control {
        border-radius: 0.6rem;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0.8rem 1rem;
        font-size: 0.95rem;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    #miniContact .form-control:focus {
        border-color: #0d6efd;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
                box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
    }


    .btn-gradient {
        background: -webkit-gradient(linear, left top, right top, from(#0d6efd), to(#00b4d8));
        background: linear-gradient(90deg, #0d6efd, #00b4d8);
        border: none;
        border-radius: 0.6rem;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
                box-shadow: 0 4px 12px rgba(13, 110, 253, 0.25);
    }

    .btn-gradient:hover {
        background: -webkit-gradient(linear, left top, right top, from(#00b4d8), to(#0d6efd));
        background: linear-gradient(90deg, #00b4d8, #0d6efd);
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
        -webkit-box-shadow: 0 6px 16px rgba(13, 110, 253, 0.35);
                box-shadow: 0 6px 16px rgba(13, 110, 253, 0.35);
    }


    @media (max-width: 768px) {
        #miniContact h2 {
            font-size: 1.4rem;
        }

        #miniContact .form-control {
            font-size: 0.9rem;
        }

        .contact-card {
            padding: 1.5rem;
        }
    }

    #miniContact h2 {
        color: rgb(33,37,41) !important;
    }
    #miniContact p {
        font-size: 1rem;
    }



// STEPS
    #tm-steps {
        position: relative;
    }

    .tm-steps-wrapper {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
    }

    /* ORTA NOKTALI ÇİZGİ */
    .tm-steps-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 3px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #0d58c9), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(#0d58c9 33%, rgba(255, 255, 255, 0) 0%);
        background-size: 6px 14px;
        background-repeat: repeat-y;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 0.35;
    }

    /* STEP */
    .tm-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 80px;
        position: relative;
    }

    /* SOLDAKİ YAZI */
    .tm-step-content {
        width: 40%;
    }

    /* ORTADAKİ ÇİZGİNİN ÜZERİNDEKİ DAİRE */
    .tm-step-line {
        position: relative;
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .tm-step-line .connector {
        width: 22px;
        height: 22px;
        background: #0d58c9;
        border-radius: 50%;
        border: 4px solid #ffffff;
        -webkit-box-shadow: 0 0 0 4px rgba(13, 88, 201, 0.25);
                box-shadow: 0 0 0 4px rgba(13, 88, 201, 0.25);
        z-index: 3;
    }

    /* SAĞDAKİ RESİM */
    .tm-step-media {
        width: 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .tm-step-media img {
        width: 100%;
        border-radius: 12px;
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        -o-object-fit: cover;
           object-fit: cover;
    }

    /* --- MOBIL --- */
    @media (max-width: 768px) {

        .tm-steps-wrapper::before {
            left: 4%;
        }

        .tm-step {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            gap: 18px;
            margin-left: 20px;
        }

        .tm-step-content,
        .tm-step-media {
            width: 100%;
        }

        .tm-step-line {
            width: auto;
            position: relative;
            padding-top: 8px;
        }

        .tm-step-line .connector {
            width: 18px;
            height: 18px;
        }
    }

