/* ── Heder ── */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #020156;
    font-size: 22px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 960px) {
    .tpd-topbar {
        display: none;
    }

    .header-icon nav {
        display: none;
    }
    .nav-toggle {
        display: block;
        margin-left: auto;
        margin-top: -36px;
    }

    .web-header .header-logo img {
        height: 48px;
        width: auto;
    }
    .web-header .header-logo {
        width: auto;
        height: auto;
        margin-top: 0;
    }
}



/* ── Heder ── */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #020156;
    font-size: 22px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 960px) {
    .tpd-topbar {
        display: none;
    }

    .header-icon nav {
        display: none;
    }
    .nav-toggle {
        display: block;
        margin-left: auto;
        margin-top: -36px;
    }

    .web-header .header-logo img {
        height: 48px;
        width: auto;
    }
    .web-header .header-logo {
        width: auto;
        height: auto;
        margin-top: 0;
    }
}

/* ── Hero Carousel ── */
.tpd-hero {
    min-height: calc(100vh - 90px);
    background-image: url("../files/images/slider-capraz-bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
    margin-top: -212px;
    z-index: 1;
}

.tpd-hero .carousel,
.tpd-hero .carousel-inner,
.tpd-hero .carousel-item {
    min-height: calc(100vh - 120px);
}

.tpd-hero .carousel-item {
    background: linear-gradient(to bottom, #023e7d, #ffffff);
    display: flex;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 36px;
}

.tpd-hero .carousel-item.active,
.tpd-hero .carousel-item-next,
.tpd-hero .carousel-item-prev {
    display: flex;
}

.tpd-hero .hero-image {
    width: 100%;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}

.tpd-hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.tpd-hero .hero-image .img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.4);
    font-size: 13px;
    border: 2px dashed rgba(255,255,255,0.25);
    border-radius: 8px;
}

.tpd-hero .hero-content {
    padding-left: 48px;
    color: #fff;
}

.tpd-hero .hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tpd-hero .hero-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin-bottom: 32px;
}

.tpd-hero .hero-content .btn-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.5);
    border-radius: 24px;
    text-decoration: none;
    transition: background .15s, color .15s;
}

.tpd-hero .hero-content .btn-hero:hover {
    background: #219ebc;
    color: #fff;
}

.tpd-hero .carousel-control-prev,
.tpd-hero .carousel-control-next {
    width: 48px;
    height: 48px;
    background: #219ebc;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: width .2s ease, border-radius .2s ease, left .2s ease, right .2s ease;
    border:1px solid #FFFFFF;
}
.tpd-hero .carousel-control-prev {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    left: -1px;
}
.tpd-hero .carousel-control-next {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    right: -1px;
}
.tpd-hero .carousel-control-prev:hover{
    width: 64px;
    border-radius: 25px;
    left: 5px;
}
.tpd-hero .carousel-control-next:hover {
    width: 64px;
    border-radius: 25px;
    right: 5px;
}

@media (max-width: 960px) {

    .tpd-hero {
        min-height: auto;
        margin-top: 0;
        background-image: none;
    }

    .tpd-hero .carousel,
    .tpd-hero .carousel-inner,
    .tpd-hero .carousel-item {
        min-height: auto;
    }

    .tpd-hero .carousel-item {
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px 0;
        flex-direction: column;
    }

    .tpd-hero .hero-image {
        height: 220px;
        margin-bottom: 24px;
    }

    .tpd-hero .hero-content {
        padding-left: 0;
        padding: 0 16px;
    }

    .tpd-hero .hero-content h1 {
        font-size: 1.8rem;
    }

    .tpd-hero .hero-content p {
        font-size: 14px;
    }

    .tpd-hero .carousel-control-prev,
    .tpd-hero .carousel-control-next {
        top: 110px;
    }

}

/*****/


/* ── Info Kutular ── */
.tpd-info-boxes{
    position: relative;
    margin-top: -140px;
    z-index: 3;
}

@media (max-width: 960px) {
    .tpd-info-boxes{
        margin-top: 20px;
    }
}

.tpd-info-box {
    border-top: 4px solid #219ebc;
    background: linear-gradient(to bottom, #023e7d, #01337a);
    padding: 24px;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.25);

}

.tpd-info-box .box-logo {
    width: 100%;
    height: 48px;
    margin-bottom: 30px;
}

.tpd-info-box p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
    margin-bottom: 20px;
}

.tpd-info-box a.box-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e8720c;
    text-decoration: none;
    transition: color .15s;
}

.tpd-info-box a.box-link:hover {
    color: #ff8c2a;
}

/* ── Slidebox ── */
/* ── Slidebox ── */
.slidebox {
    padding: 60px 0;
    background: linear-gradient(to bottom, transparent 248px, #dedeec 180px);
    position: relative;
}

.slidebox::before {
    content: '';
    display: block;
    position: absolute;
    top: 212px;
    left: 0;
    width: 100%;
    height: 36px;
    background-image: url('../files/images/slider-capraz-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 0;
    opacity: .7;
}

.slidebox .slidebox-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 32px;
    align-items: flex-end;
    border-right: 1px solid #d1d9e0;
}

.slidebox .slidebox-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #020156;
    margin-bottom: 24px;
    white-space: nowrap;
    letter-spacing: .2px;
}

.slidebox .slidebox-head h2 .bold    { font-weight: 800; }
.slidebox .slidebox-head h2 .regular { font-weight: 400; }

.slidebox .slidebox-controls {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
}

.slidebox .slidebox-controls button {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    background: #020156;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 11px;
    transition: background .2s;
    margin-top: 15px;
}

.slidebox .slidebox-controls button:hover { background: #219ebc; }

.slidebox .slidebox-all {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #219ebc;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.slidebox .slidebox-all:hover { color: #020156; }

/* Kartlar */
.slidebox .item {
    background: #ffffff;
    border: 1px solid #d1d9e0;
    height: 380px;
}

.slidebox .item .thumb {
    overflow: hidden;
    height: 180px;
}

.slidebox .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.slidebox .item:hover .thumb img { transform: scale(1.04); }

.slidebox .item .thumb .img-placeholder {
    width: 100%;
    height: 100%;
    background: #e8ecf1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a6280;
    font-size: 12px;
}

.slidebox .item .body { padding: 16px; }

.slidebox .item .body .date {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #4a6280;
    margin-bottom: 8px;
}

.slidebox .item .body .title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #020156;
    line-height: 1.4;
    margin-bottom: 10px;
}

.slidebox .item .body .title a { color: #020156; text-decoration: none; }
.slidebox .item .body .title a:hover { color: #219ebc; }

.slidebox .item .body .text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #4a6280;
    line-height: 1.6;
}

/* Slider */
.slidebox-carousel { overflow: hidden; }
.slidebox-track { display: flex; transition: transform 0.35s ease; }
.slidebox-slide { flex: 0 0 33.333%; box-sizing: border-box; padding: 0 6px; }
.slidebox-slide:first-child { padding-left: 0; }
.slidebox-slide:last-child  { padding-right: 0; }

/* Mobil */
@media (max-width: 960px) {

    .slidebox {
        overflow-x: hidden;   /* taşmayı section seviyesinde kes */
    }

    .slidebox-carousel {
        width: 100%;          /* col padding'den bağımsız, tam genişlik */
    }

    .slidebox .slidebox-head {
        border-right: none;
        border-bottom: 1px solid #d1d9e0;
        padding-right: 0;
        padding-bottom: 16px;
        margin-bottom: 16px;
        height: auto;
        align-items: center;
        text-align: center;
    }

    .slidebox .slidebox-head h2 { margin-bottom: 0; white-space: normal; }
    .slidebox .slidebox-controls { display: none; }
    .slidebox .slidebox-all      { display: none; }

    .slidebox-slide { flex: 0 0 100%; padding: 0; }
}

/* ── Eğitimler Bölümü ── */
.trainings {
    background: linear-gradient(to bottom, #dedeec 30%, #ffffff);
    position: relative;
    padding-bottom: 30px;
}

.trainings::after {
    content: '';
    display: block;
    position: absolute;
    top: 300px;
    width: 100%;
    height: 120px;
    background-image: url('../files/images/slider-capraz-bg.png');
    background-repeat: repeat-x;
    background-position: center;
    z-index: 2;
    opacity: .5;
}

.trainings .section-head {
    text-align: center;
    margin-bottom: 40px;
}

.trainings .section-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #020156;
    margin-bottom: 16px;
}

.trainings .section-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #4a6280;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

.trainings .trainings-all {
    text-align: center;
    margin-top: 32px;
}

.trainings .trainings-all a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e8720c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.trainings .trainings-all a:hover {
    color: #020156;
}

/* ── icon-left-box ── */
.icon-left-box{
    position: relative;
    z-index: 3;
}

.icon-left-box .item {
    display: flex;
    background: #ffffff;
    border: 1px solid #d1d9e0;
    height: 100%;
}

/* Sol turuncu sütun */
.icon-left-box .item .item-icon {
    width: 56px;
    flex-shrink: 0;
    background: #e8720c;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 20px;
    color: #ffffff;
    font-size: 22px;
}

/* Sağ içerik */
.icon-left-box .item .item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Görsel */
.icon-left-box .item .item-content .thumb {
    overflow: hidden;
    height: 160px;
}

.icon-left-box .item .item-content .thumb a {
    display: block;
    height: 100%;
}

.icon-left-box .item .item-content .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.icon-left-box .item:hover .item-content .thumb img {
    transform: scale(1.04);
}

.icon-left-box .item .item-content .thumb .img-placeholder {
    width: 100%;
    height: 100%;
    background: #e8ecf1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a6280;
    font-size: 12px;
}

/* Gövde */
.icon-left-box .item .item-content .body {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.icon-left-box .item .item-content .body .title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #020156;
    line-height: 1.4;
    padding-bottom: 12px;
    border-bottom: 1px solid #d1d9e0;
    margin-bottom: 10px;
    letter-spacing: .3px;
}

.icon-left-box .item .item-content .body .title a {
    color: #020156;
    text-decoration: none;
}

.icon-left-box .item .item-content .body .title a:hover {
    color: #219ebc;
}

/* Tarih */
.icon-left-box .item .item-content .body .date {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    color: #4a6280;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d9e0;
    margin-bottom: 10px;
}

/* Yer ve kontenjan */
.icon-left-box .item .item-content .body .meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #4a6280;
}

.icon-left-box .item .item-content .body .meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.icon-left-box .item .item-content .body .meta i {
    color: #4a6280;
    font-size: 13px;
}

/* ── Mağaza ── */

.store {
    padding: 60px 0;
    background: linear-gradient(to bottom, #ffffff 50%, #dedeec 50%);
    position: relative;
}

.store::after {
    content: '';
    display: block;
    position: absolute;
    top: 248px;
    width: 100%;
    height: 36px;
    background-image: url('../files/images/slider-capraz-bg.png');
    background-repeat: repeat-x;
    background-position: top;
    z-index: 0;
    opacity: .7;
}

.store .store-inner {
    background: #c1c1d0;
    padding: 32px;
    position: relative;
    z-index: 3;
}

.store .section-head {
    text-align: center;
    margin-bottom: 32px;
}

.store .section-head h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #020156;
    margin-bottom: 8px;
}

.store .section-head p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4a6280;
}



/* product-box */
.product-box .item {
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-box .item .thumb {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 16px;
}

.product-box .item .thumb img {
    max-height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.product-box .item:hover .thumb img {
    transform: scale(1.04);
}

.product-box .item .thumb .img-placeholder {
    color: #4a6280;
    font-size: 12px;
}

.product-box .item .title {
    background: #e8720c;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 12px;
}

.product-box .item .title a {
    color: #ffffff;
    text-decoration: none;
}

.product-box .item .title a:hover {
    opacity: 0.85;
}

/* Tümünü Gör */
.store .store-all {
    text-align: center;
    margin-top: 24px;
}

.store .store-all a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #020156;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.store .store-all a:hover {
    color: #219ebc;
}


/* ── Info Link Boxes ── */
.info-link-boxes {
    padding: 60px 0;
    background: #dedeec;
}

.info-link-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.info-link-box .box-title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #020156;
    margin-bottom: 16px;
    text-align: center;
}

.info-link-box .box-body {
    border-radius: 20px;
    padding: 24px;
    flex: 1;
    margin-bottom: 16px;
}

.info-link-box .box-body p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #020156;
    line-height: 1.6;
    margin: 0;
}

.info-link-box .box-link {
    text-align: center;
}

.info-link-box .box-link a {
    color: #020156;
    font-size: 18px;
    text-decoration: none;
    transition: color .2s;
}

.info-link-box .box-link a:hover {
    color: #219ebc;
}

/* Her kutunun rengi */
.info-link-box.europsy      .box-body { background: #b3b5e0; }
.info-link-box.akreditasyon .box-body { background: #f0b8b8; }
.info-link-box.etik         .box-body { background: #e8e8a0; }
.info-link-box.sahte        .box-body { background: #b8d8b8; }


.info-link-box .box-body a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #020156;
    line-height: 1.6;
    text-decoration: none;
}

.info-link-box .box-body a:hover {
    text-decoration: underline;
}

/* ── Footer ── */
.site-footer {
    background: #d9d4e1;
    padding: 60px 0 0 0;
}

.site-footer .footer-logo {
    display: block;
    width: 120px;
    height: 60px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.site-footer .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-contact li {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #020156;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.site-footer .footer-contact li i {
    color: #020156;
    opacity: 0.6;
    margin-top: 7px;
    width: 14px;
    flex-shrink: 0;
}

/* Ödeme logoları */
.site-footer .footer-payments {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.site-footer .footer-payments img {
    height: 24px;
    width: auto;
}

/* Link kolonları */
.site-footer .footer-col h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #020156;
    margin-bottom: 16px;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 3px solid #e8720c;
    display: inline-block;
    letter-spacing: .5px;
}

.site-footer .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .footer-col ul li {
    padding:6px 0;
}

.site-footer .footer-col ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #020156;
    text-decoration: none;
    transition: color .15s;
    display: block;
    cursor: pointer;
}

.site-footer .footer-col ul li a:hover {
    color: #219ebc;
}

/* Alt bar */
.site-footer .footer-bottom {
    background: #1b78b9;
    margin-top: 40px;
    padding: 16px 0;
    text-align: center;
}

.site-footer .footer-bottom p {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.site-footer .footer-bottom a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.site-footer .footer-bottom a:hover {
    color: #ffffff;
}

.site-footer .footer-col ul li a {
    cursor: pointer;
    pointer-events: auto;
}