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

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

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
}

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;
}

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

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

/* SECTION */

.cv-build {
    background-image: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.cv-build .cv-build-wrapper {
    padding: 30px;
    height: 100%;
}

.cv-build .cv-build-wrapper .cv-build-card {
    background-color: #fff;
    border-radius: 60px;
    height: 100%;
    position: relative;
    display: block;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px 0 0;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col {}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .image {
    border: 4px solid #fff;
    border-radius: 60px 30px 30px 30px;
    overflow: hidden;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .image img {
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col {}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .content .job {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 15px;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .content .name {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact {
    display: flex;
    gap: 30px;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact a {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact a:not(:last-child) {
    padding: 0 30px 0 0;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact a:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background-color: #D9D9D9;
    width: 1px;
    height: 30px;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact a i {
    font-size: 18px;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-body {
    height: 80%;
}

.cv-build .cv-build-wrapper .cv-build-card .cv-card-body .cv-card-body-wrapper {
    padding: 10px 50px 75px;
    height: 100%;
}

.swiper.swiper-main {
    height: 100%;
}

.swiper.swiper-main .swiper-wrapper {}

.swiper.swiper-main .swiper-wrapper .swiper-slide {}

.cv-section {}

.cv-section .cv-section-head {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.cv-section .cv-section-head::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-color: #EAEAEA;
}

.cv-section .cv-section-head span {
    background-color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    z-index: 9;
    position: relative;
    width: fit-content;
    padding: 0 20px;
}

.cv-section .cv-section-body {
    margin: 0 0 70px;
}

.cv-section .cv-section-body>.content {
    text-align: center;
    margin: 30px 0 0;
}

.cv-section .cv-section-body .content .feature {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    max-width: 70%;
    margin: 0 auto 15px;
}

.cv-section .cv-section-body .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px;
}

.statistics {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.statistics .statistics-item {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.statistics .statistics-item i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0060bb1c;
    border-radius: 100%;
    color: #0060BB;
    font-size: 20px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0 0;
}

.buttons a,
.buttons .thumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #EAEAEA;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 20px;
    gap: 5px;
    cursor: pointer;
}

.buttons a:hover,
.buttons .thumb-item:hover {
    background-color: #0060BA !important;
    color: #fff !important;
    border-color: #0060BB !important;
}

.buttons a i,
.buttons .thumb-item i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -1px;
}

.buttons a:nth-child(even),
.buttons .thumb-item:nth-child(even) {
    background-color: #0060bb1c;
    border: unset;
    color: #0060BB;
}

.statistics .statistics-item span {}

.cv-section .cv-section-body .logos {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cv-section .cv-section-body .logos .logo-item {}

.cv-section .cv-section-body .logos .logo-item img {
    height: 70px;
    width: auto;
    object-fit: contain;
    display: block;
}

.service {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service .service-col {}

.service .service-col.list {}

.service-list {}

.service-list .service-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}

.service-list .service-item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
}

.service-list .service-item .content {
    text-align: left;
    margin: 0;
}

.service-list .service-item .content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 6px;
}

.service-list .service-item .content p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.service-list .service-item:nth-child(even) {}

.service-list .service-item:nth-child(even) .number {
    border: unset;
    background-color: #0060bb12;
    color: #0060BB;
}

.service-list .service-item:nth-child(even) .content .title {
    color: #0060BB;
}

.service .service-col.part {}

.parts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
    margin: 0 0 30px;
}

.parts .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 10px;
}

.parts .part-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.parts .part-list .item {
    font-size: 14px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.parts .part-list .item::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #0060BA;
    border-radius: 100%;
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    position: relative;
}

.projects::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background-color: #EAEAEA;
}

.projects .projects-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.projects .projects-item .item-col {}

.projects .projects-item .item-col.image {
    width: 40%;
}

.projects .projects-item .item-col img {
    display: block;
    border-radius: 20px;
}

.projects .projects-item .item-col.content {
    width: 60%;
    text-align: left;
}

.projects .projects-item .item-col.content>span {
    color: #979797;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px;
    display: block;
}

.projects .projects-item .item-col.content .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}

.projects .projects-item .item-col.content .feature-list {}

.projects .projects-item .item-col.content .feature-list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.projects .projects-item .item-col.content .feature-list ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.projects .projects-item .item-col.content .feature-list ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background-color: #0060BA;
    border-radius: 100%;
}

.projects .projects-item .item-col.content .feature-list ul li p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
}

.projects .projects-item .button {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 0 0;
    display: block;
}

.projects .projects-item .item-col.content p {
    font-size: 12px;
    line-height: 16px;
}


.historical {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.historical .historical-col {}

.historical .historical-col .educate-card {
    border: 1px solid #EAEAEA;
    height: auto;
    border-radius: 30px;
    padding: 40px;
}

.historical .historical-col .educate-card .educate-card-head {}

.historical .historical-col .educate-card .educate-card-head .title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 30px;
}

.historical .historical-col .educate-card .educate-card-body {}

.historical .historical-col .educate-card .educate-card-body .educate-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.historical .historical-col .educate-card .educate-card-body .educate-box .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}

.historical .historical-col .educate-card .educate-card-body .educate-box .icon i {
    color: #0060BB;
    font-size: 20px;
}

.historical .historical-col .educate-card .educate-card-body .educate-box .content {}

.historical .historical-col .educate-card .educate-card-body .educate-box .content span {
    color: #979797;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px;
    display: block;
}

.historical .historical-col .educate-card .educate-card-body .educate-box .content .title {
    font-size: 18px;
    font-weight: 500;
}

.work-card .work-card-head .title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 30px 50px;
}

.work-cronology {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    position: relative;
}

.work-cronology::before {
    content: "";
    width: .5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background-color: #000;
}

.work-cronology .work-cronology-row {
    display: flex;
    position: relative;
    margin: 0 0 10px;
}

.work-cronology .work-cronology-row::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    background-color: #000;
}

.work-cronology .work-cronology-row:nth-child(even) {}

.work-cronology .work-cronology-row:nth-child(even) .work-cronology-item {
    text-align: end;
    padding: 0 30px 0 0;
    align-items: flex-end;
}

.work-cronology .work-cronology-row:nth-child(odd) {
    justify-content: flex-end;
}

.work-cronology .work-cronology-row:nth-child(odd) .work-cronology-item {
    padding: 0 0 0 30px;
}

.work-cronology .work-cronology-row .work-cronology-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.work-cronology .work-cronology-row .work-cronology-item img {
    width: auto;
    height: 15px;
    margin: 0 0 8px;
    object-fit: contain;
}

.work-cronology .work-cronology-row .work-cronology-item span {
    font-size: 12px;
    font-weight: 300;
    display: block;
    margin: 0 0 6px;
}

.work-cronology .work-cronology-row .work-cronology-item .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px;
    color: #979797;
}

.work-cronology .work-cronology-row .work-cronology-item .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px;
    line-height: 24px;
}

.work-cronology .work-cronology-row .work-cronology-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}


.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    height: 100%;
}

.contact::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #EAEAEA;
}

.contact .contact-col {}

.contact .contact-col.info:last-child {
    padding: 0 0 0 50px;
}

.contact .contact-col .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 24px;
}

.contact .contact-col .contact-item {
    margin: 0 0 10px;
}

.contact .contact-col .contact-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.contact .contact-col .contact-item a:hover {
    color: #0060BB;
}

.contact .contact-col .contact-item a:hover .icon {
    background-color: #0060BB;
    color: #fff;
    transition: all .4s ease;
}

.contact .contact-col .contact-item a .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EAEAEA;
    border-radius: 16px;
    transition: all .4s ease;
}

.contact .contact-col .contact-item a .icon i {
    font-size: 16px;
}

.contact .contact-col .contact-item a span {}

.contact .contact-col .contact-item:nth-child(odd) {}

.contact .contact-col .contact-item:nth-child(odd) .icon {
    background-color: #0060bb12;
    border: unset;
    color: #0060BB;
}

.page-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
    flex-direction: column;
    gap: 10px;
}

.page-text>span {
    font-size: 22px;
    font-weight: 500;
}

.page-text span strong {
    font-weight: 600;
}

.page-text .dots {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page-text .dots span {
    background-color: #000;
    border-radius: 100%;
    display: block;
}

.page-text .dots span:nth-child(1) {
    width: 10px;
    height: 10px;
}

.page-text .dots span:nth-child(2) {
    width: 6px;
    height: 6px;
}

.page-text .dots span:nth-child(3) {
    width: 3px;
    height: 3px;
}

.cv-swiper-control {
    position: unset;
}

.cv-swiper-control button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #00161C;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #ffffff6e;
    cursor: pointer;
}

.cv-swiper-control button i {
    color: #fff;
    font-size: 20px;
}

.cv-swiper-control button.prev {
    left: -20px;
}

.cv-swiper-control button.next {
    right: -20px;
}


.web-screen {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    cursor: ns-resize;
    height: 80%;
}

.swiper-thumb {
    margin: 20px 0 0;
}

.swiper-thumb .thumb-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.swiper-thumb .thumb-wrapper .thumb-item {
    color: #C1C1C1;
    font-size: 16px;
    line-height: 1;
    transition: all .4s ease;
    cursor: pointer;
}

.swiper-thumb .thumb-wrapper .thumb-item.active {
    color: #000;
    transition: all .4s ease;
}

.swiper-thumb .thumb-wrapper .thumb-item span {}

/* ════════════════════════════════════════════
   DÜZELTMELER & MOBİL RESPONSIVE
   ════════════════════════════════════════════ */

/* body overflow düzeltmesi */
body {
    overflow: hidden;
}

/* web-screen: % yerine hesaplamalı yükseklik */
.web-screen {
    height: calc(100% - 0px);
}

/* card-body yüksekliği daha güvenilir */
.cv-build .cv-build-wrapper .cv-build-card .cv-card-body {
    height: calc(100% - 155px);
}

/* ── Tablet (max 1024px) ─────────────────── */
@media only screen and (max-width: 1024px) {

    .cv-build .cv-build-wrapper {
        padding: 20px;
    }

    .cv-build .cv-build-wrapper .cv-build-card {
        border-radius: 40px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head {
        padding: 0 70px 0 0;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .image img {
        width: 100px;
        height: 100px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .content .name {
        font-size: 20px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-body .cv-card-body-wrapper {
        padding: 10px 40px 65px;
    }

    .projects {
        gap: 30px;
    }

    .historical {
        gap: 20px;
    }

    .swiper-thumb .thumb-wrapper {
        gap: 20px;
    }

    .swiper-thumb .thumb-wrapper .thumb-item {
        font-size: 14px;
    }
}

/* ── Mobil (max 768px) ───────────────────── */
@media only screen and (max-width: 768px) {

    /* Genel layout */
    .cv-build {
        height: 100dvh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .cv-build .cv-build-wrapper {
        padding: 12px;
        height: auto;
        min-height: 100dvh;
    }

    .cv-build .cv-build-wrapper .cv-build-card {
        border-radius: 24px;
        height: auto;
        min-height: calc(100dvh - 24px);
        display: flex;
        flex-direction: column;
    }

    /* Header — dikey yığın */
    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 20px 20px 16px;
        border-bottom: 1px solid #EAEAEA;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .image img {
        width: 70px;
        height: 70px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .image {
        border-radius: 24px 14px 14px 14px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .content .job {
        font-size: 12px;
        margin: 0 0 8px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-profil .content .name {
        font-size: 18px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact {
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact a {
        font-size: 12px;
        padding: 0 !important;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head .card-head-col .card-head-contact a:not(:last-child)::before {
        display: none;
    }

    /* Body */
    .cv-build .cv-build-wrapper .cv-build-card .cv-card-body {
        height: auto;
        flex: 1;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-body .cv-card-body-wrapper {
        padding: 20px 0 80px;
        height: auto;
    }

    /* Swiper — mobilde dikey scroll, slipglide kapalı */
    .swiper.swiper-main {
        height: auto;
    }

    .swiper.swiper-main .swiper-wrapper {
        flex-direction: column !important;
        transform: none !important;
        height: auto;
    }

    .swiper.swiper-main .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: auto !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    /* web-screen mobilde normal akış */
    .web-screen {
        height: auto;
        overflow: visible;
        cursor: default;
    }

    .web-screen .sg-inner {
        position: static !important;
        top: auto !important;
    }

    /* Section */
    .cv-section .cv-section-head span {
        font-size: 14px;
    }

    .cv-section .cv-section-body {
        margin: 0 0 40px;
    }

    .cv-section .cv-section-body .content .feature {
        font-size: 14px;
        max-width: 100%;
    }

    .cv-section .cv-section-body .content p {
        font-size: 14px;
        line-height: 22px;
    }

    .statistics {
        flex-direction: column;
        gap: 10px;
    }

    .statistics .statistics-item {
        font-size: 13px;
    }

    .statistics .statistics-item i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
    }

    .buttons .thumb-item,
    .buttons a {
        height: 35px;
        font-size: 12px;
        border-radius: 15px;
    }

    .buttons .thumb-item i,
    .buttons a i {
        font-size: 15px;
    }

    /* Araçlar */
    .cv-section .cv-section-body .logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .cv-section .cv-section-body .logos .logo-item img {
        height: 50px;
    }

    /* Hizmetler */
    .service {
        grid-template-columns: 1fr;
    }

    .parts {
        align-items: flex-start;
    }

    .service-list .service-item {
        gap: 14px;
    }

    .service-list .service-item .number {
        width: 56px;
        height: 56px;
        border-radius: 18px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .service-list .service-item .content .title {
        font-size: 15px;
    }

    /* Projeler — tek sütun */
    .projects {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .projects::before {
        display: none;
    }

    .projects .projects-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        border-bottom: 1px solid #EAEAEA;
        padding: 0 0 24px;
    }

    .projects .projects-item:last-child {
        border-bottom: none;
    }

    .projects .projects-item .item-col.image {
        width: 100%;
    }

    .projects .projects-item .item-col img {
        border-radius: 14px;
    }

    .projects .projects-item .item-col.content {
        width: 100%;
    }

    .projects .projects-item .item-col.content .title {
        font-size: 16px;
    }

    /* Öğrenim & Çalışma — tek sütun */
    .historical {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .historical .historical-col .educate-card {
        padding: 24px;
        border-radius: 20px;
    }

    .historical .historical-col .educate-card .educate-card-head .title {
        font-size: 15px;
        margin: 0 0 20px;
    }

    .historical .historical-col .educate-card .educate-card-body .educate-box .icon {
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }

    /* Timeline mobilde tek sütun sağ */
    .work-cronology::before {
        left: 0;
        transform: none;
    }

    .work-cronology .work-cronology-row {
        justify-content: flex-end !important;
        padding-left: 20px;
    }

    .work-cronology .work-cronology-row::before {
        left: -4px;
        top: 8px;
        transform: rotate(45deg);
    }

    .work-cronology .work-cronology-row .work-cronology-item {
        width: 100%;
        text-align: left !important;
        align-items: flex-start !important;
        padding: 0 0 0 16px !important;
    }

    .work-cronology .work-cronology-row:nth-child(even) .work-cronology-item {
        text-align: left;
        padding: 0 0 0 16px;
        align-items: flex-start;
    }

    .work-card .work-card-head .title {
        margin: 0 0 20px 16px;
        font-size: 15px;
    }

    /* İletişim — tek sütun */
    .contact {
        grid-template-columns: 1fr;
        gap: 24px;
        height: auto;
    }

    .contact::before {
        display: none;
    }

    .contact .contact-col.info:last-child {
        padding: 0;
    }

    .contact .contact-col .title {
        font-size: 15px;
    }

    .contact .contact-col .contact-item a .icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    .contact .contact-col .contact-item a .icon i {
        font-size: 17px;
    }

    .page-text {
        margin: 30px 0 0;
    }

    .page-text>span {
        font-size: 18px;
        text-align: center;
    }

    /* Thumb nav — mobilde sabit alt */
    .swiper-thumb {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        padding: 10px 12px 14px;
        margin: 0;
        border-top: 1px solid #EAEAEA;
        z-index: 99;
    }

    .swiper-thumb .thumb-wrapper {
        gap: 0;
        justify-content: space-around;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .swiper-thumb .thumb-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-thumb .thumb-wrapper .thumb-item {
        font-size: 11px;
        white-space: nowrap;
        padding: 6px 10px;
        border-radius: 20px;
        transition: all .3s ease;
    }

    .swiper-thumb .thumb-wrapper .thumb-item.active {
        background-color: #00161C;
        color: #fff;
    }

    /* Ok butonlar mobilde gizle */
    .cv-swiper-control {
        display: none;
    }

    /* Slide'lar arası section ayırıcı */
    .swiper.swiper-main .swiper-wrapper .swiper-slide+.swiper-slide {
        border-top: 8px solid #f5f5f5;
    }
}

@media only screen and (max-width: 480px) {

    .cv-build .cv-build-wrapper {
        padding: 8px;
    }

    .cv-build .cv-build-wrapper .cv-build-card {
        border-radius: 18px;
    }

    .cv-build .cv-build-wrapper .cv-build-card .cv-card-head {
        padding: 16px 16px 14px;
    }

    .cv-section {
        padding: 20px 16px 0;
    }

    .cv-section .cv-section-body {
        margin: 0 0 30px;
    }

    .swiper-thumb .thumb-wrapper .thumb-item {
        font-size: 10px;
        padding: 5px 8px;
    }
}