:root {
    --proda-primary: #0052ff;
    --proda-primary-soft: #0b3ed6;
    --proda-secondary: #ff7a00;
    --proda-dark: #111827;
    --proda-text: #1f2933;
    --proda-muted: #6b7280;
    --proda-bg: #f4f6ff;
    --proda-radius-xl: 32px;
    --proda-radius-lg: 24px;
}

body {
    font-family:
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    background: #f5f7fb;
    color: var(--proda-text);
}

a {
    text-decoration: none;
}

/* Üst mini bar */
.topbar {
    font-size: 0.85rem;
    background: #0f172a;
    color: #e5e7eb;
}
.topbar a {
    color: #e5e7eb;
    opacity: 0.9;
}
.topbar a:hover {
    opacity: 1;
}

/* Navbar */
.navbar {
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.navbar-brand img {
    height: 36px;
}
.nav-link {
    font-weight: 500;
    font-size: 0.96rem;
    padding: 0.75rem 1rem !important;
    color: #374151 !important;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--proda-primary) !important;
}
.btn-cta {
    background: linear-gradient(135deg, var(--proda-primary-soft), var(--proda-secondary));
    color: #fff;
    border-radius: 999px;
    padding: 0.55rem 1.7rem;
    font-weight: 600;
    border: 0;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35);
}
.btn-cta:hover {
    filter: brightness(1.05);
    color: #fff;
}

/* Mega menu */
.dropdown-mega {
    position: static;
}
.dropdown-menu-mega {
    left: 0;
    right: 0;
    margin-top: 0.75rem;
    border-radius: var(--proda-radius-lg);
    border: 0;
    padding: 1.75rem 2rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
    background: #ffffff;
}
.dropdown-mega:hover > .dropdown-menu-mega {
    display: block;
}

.mega-title {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 0.75rem;
}
.mega-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0;
    font-size: 0.95rem;
    color: #111827;
}
.mega-link i {
    color: var(--proda-primary);
    width: 18px;
    text-align: center;
    font-size: 0.9rem;
}
.mega-link:hover {
    color: var(--proda-primary);
}

/* Sayfa genel container */
.page-wrap {
    max-width: 1220px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 0rem;
}

/* HERO / SLIDER BLOĞU */
.hero-section {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.hero-bg-wrap {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-radius: 10px;
    background: linear-gradient(135deg, #0b3ed6, #0ea5e9);
}
.hero-box {
    background: transparent;
    border-radius: var(--proda-radius-xl);
    color: #e5f0ff;
    position: relative;
    overflow: hidden;
}
@media (max-width: 992px) {
    .hero-box {
        padding: 0rem 0rem;
    }
}
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    background: rgba(15, 23, 42, 0.25);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 1.2rem;
}
.hero-title {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1rem;
}
.hero-text {
    font-size: 0.98rem;
    max-width: 460px;
    opacity: 0.95;
}
.hero-actions {
    margin-top: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}
.btn-ghost {
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 255, 0.7);
    padding: 0.55rem 1.6rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #e5edff;
    background: transparent;
}
.btn-ghost i {
    margin-left: 0.35rem;
}
.btn-ghost:hover {
    background: rgba(15, 23, 42, 0.24);
    color: #fff;
}

.hero-badges {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.1rem;
    font-size: 0.8rem;
}
.hero-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.35);
}
.hero-badge i {
    color: #facc15;
}

.hero-visual {
    position: relative;
}
.hero-card {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-card-inner {
    background: #f9fafb;
    border-radius: 26px;
    padding: 1.8rem 1.6rem;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
    max-width: 360px;
    width: 100%;
}
.hero-card-pill {
    font-size: 0.74rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #6b7280;
    margin-bottom: 0.7rem;
}
.hero-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.hero-card-list {
    font-size: 0.86rem;
    margin: 0;
    padding-left: 1.1rem;
}
.hero-card-list li + li {
    margin-top: 0.25rem;
}

@media (max-width: 992px) {
    .hero-card {
        position: relative;
        margin-top: 2rem;
    }
}

/* Hakkında bölümü */
.section-title {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    color: var(--proda-dark);
}
.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    color: var(--proda-muted);
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.section-desc {
    color: #4b5563;
    max-width: 620px;
    font-size: 0.96rem;
}

.about-box {
    background: #ffffff;
    border-radius: var(--proda-radius-lg);
    padding: 2rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
    margin-bottom: 3rem;
}
.about-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.1rem;
}
.about-badge {
    padding: 0.35rem 0.8rem;
    font-size: 0.8rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 500;
}

/* Hizmetler kartları */
.services-section {
    margin-bottom: 3rem;
}
.service-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.4rem 1.3rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    height: 100%;
    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease,
        translate 0.18s;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}
.service-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--proda-primary), var(--proda-secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}
.service-title {
    font-weight: 700;
    margin-bottom: 0.35rem;
    font-size: 1rem;
}
.service-text {
    font-size: 0.9rem;
    color: #6b7280;
}
.service-tag {
    font-size: 0.8rem;
    margin-top: 0.75rem;
    color: #4b5563;
}

.service-mini-buttons {
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.mini-btn {
    border-radius: 0px !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    padding: 0.28rem 0.55rem !important;
}

/* Referans logoları */
.clients-section {
    margin-bottom: 3rem;
}
.clients-grid {
    background: #ffffff;
    border-radius: var(--proda-radius-lg);
    padding: 1.8rem 1.8rem 1.2rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.client-item {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    min-height: 72px;
    margin-bottom: 1rem;
}
.client-item img {
    max-height: 36px;
    max-width: 100%;
    filter: grayscale(1);
    opacity: 0.8;
    transition: 0.2s;
}
.client-item:hover img {
    filter: none;
    opacity: 1;
}

/* Blog kartları */
.blog-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blog-thumb {
    background: #e5e7eb;
    height: 160px;
}
.blog-body {
    padding: 1.3rem 1.3rem 1.1rem;
    flex: 1;
}
.blog-meta {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6b7280;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.blog-title {
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}
.blog-excerpt {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.9rem;
}
.blog-link {
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--proda-primary);
}

/* Call to action */
.cta-section {
    margin: 3rem 0 3.5rem;
}
.cta-box {
    background: #0f172a;
    border-radius: var(--proda-radius-lg);
    padding: 2rem;
    color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.8rem;
    flex-wrap: wrap;
}
.cta-title {
    font-size: 1.3rem;
    font-weight: 700;
}
.cta-text {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Footer */
.footer {
    background: #020617;
    color: #9ca3af;
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
}
.footer a {
    color: #d1d5db;
    font-size: 0.9rem;
}
.footer a:hover {
    color: #ffffff;
}
.footer-title {
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #9ca3af;
}
.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-list li + li {
    margin-top: 0.35rem;
}
.footer-bottom {
    border-top: 1px solid #111827;
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.8rem;
    color: #6b7280;
}

/* Küçük ekranlar */
@media (max-width: 576px) {
    .page-wrap {
        padding-inline: 1rem;
    }
    .hero-title {
        font-size: 1.6rem;
    }
}

/* Normal dropdown (Kurumsal, Ürünler vb.) modern görünüm */
.navbar .dropdown-menu {
    /*padding: 1rem 1.25rem;*/
    /*border-radius: var(--proda-radius-lg);*/
    border: 0;
    box-shadow: 0 14px 45px rgba(15, 23, 42, 0.12);
    background: #ffffff;
    margin-top: 0.7rem;
    min-width: 220px;
}

/* Dropdown item */
.navbar .dropdown-item {
    padding: 0.55rem 0.6rem;
    font-size: 0.95rem;
    border-radius: 10px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    transition:
        background 0.15s,
        color 0.15s;
}

/* Hover 
.navbar .dropdown-item:hover {
    background: rgba(0, 82, 255, 0.08);
    color: var(--proda-primary);
}
*/
/* Dropdown arrow spacing fix */
.navbar .dropdown-toggle::after {
    margin-left: 0.25rem;
}
/* Hover ile açılır menü */
.navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar .nav-item.dropdown-mega:hover > .dropdown-menu-mega {
    display: block;
}
.navbar .dropdown-menu {
    margin-top: 0;
}

.whatsapp-btn {
    position: fixed;
    bottom: 26px;
    right: 26px;
    width: 62px;
    height: 62px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}
.proda-balloon {
    position: fixed;
    bottom: 110px;
    right: 26px;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.18);
    font-size: 0.9rem;
    max-width: 240px;
    border: 1px solid #e2e8f0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 9999;
}
.proda-balloon.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.pb-text {
    color: #0f172a;
    font-weight: 500;
    line-height: 1.35;
}
.pb-close {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #475569;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}
.pb-close:hover {
    color: #0f172a;
}
.stats-bg-blur {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 260px;
    height: 260px;
    background: rgba(0, 82, 255, 0.45);
    filter: blur(90px);
    border-radius: 50%;
    z-index: 1;
}
.stats-bg-blur-2 {
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 240px;
    height: 240px;
    background: rgba(255, 122, 0, 0.45);
    filter: blur(95px);
    border-radius: 50%;
    z-index: 1;
}

.stats-wrap {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
    color: #f8fafc;
    width: 150px;
}
.stat-icon2 {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    font-size: 1.7rem;
    margin: 0 auto 1rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}
.stat-number2 {
    font-size: 2.1rem;
    font-weight: 900;
}
.stat-label2 {
    margin-top: 0.3rem;
    font-size: 1rem;
    opacity: 0.85;
}
.portfolio-card-img {
    border-radius: 22px;
    overflow: hidden;
}
.portfolio-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}
.portfolio-all {
    background: #0f172a;
    height: 260px;
    border-radius: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
}
.portfolio-info {
    margin-top: 0.55rem;
}
.p-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}
.p-type {
    font-size: 0.8rem;
    color: #0f172a;
    margin-top: 0.45rem;
    border: 1px solid #0f172a;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 0px;
    font-weight: 600;
    background: #ffffff;
}
.p-btn {
    margin-top: 0.45rem;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.35rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #0f172a;
    color: #0f172a;
    font-weight: 600;
}
.p-btn:hover {
    background: #0f172a;
    color: #fff;
}
.portfolio-item-box {
    border: 1px solid #e2e8f0;
    padding: 12px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #ffffff;
}
.metin_kisalt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metin_kisalt_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metin_kisalt_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.metin_kisalt_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}


.resim_80 {
    height: 80px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_120 {
    height: 120px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_200 {
    height: 200px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_240 {
    height: 240px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_320 {
    height: 320px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_400 {
    height: 400px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_420 {
    height: 420px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_450 {
    height: 450px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_480 {
    height: 480px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_520 {
    height: 520px!important;
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
.resim_100genis {
    width: auto;
    width: 100%!important;
    display: block;
    margin: 0 auto;
    object-fit: cover;

    /* width:100%;object-fit:cover; */
}
/* Blog kartı alt buton (Bootstrap butonu gibi görünmesin) */
.blog-readmore{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  width:max-content;
  padding:.65rem .95rem;
  border-radius:12px;
  border:1px solid rgba(0,82,255,.28);
  color:var(--proda-primary);
  font-weight:600;
  text-decoration:none;
  transition:all .18s ease;
}
.blog-readmore i{ transition:transform .18s ease; }
.blog-readmore:hover{
  background:rgba(0,82,255,.06);
  border-color:rgba(0,82,255,.45);
  color:var(--proda-primary);
}

/* ==============================
   REFERANSLAR / PORTFOLIO SLIDER
   - Resimlere dokunmadan kart yükseklikleri eşit
   ============================== */

/* SADECE referans swiper'ını hedefle (genel swiper stillerini bozma) */
.portfolio-swiper .swiper-wrapper {
  align-items: stretch;
}

.portfolio-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* Kartların hepsi slide yüksekliğine yayılsın */
.portfolio-swiper .portfolio-item-box,
.portfolio-swiper .portfolio-all {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Alt içerik alanı esnesin, butonlar alta hizalansın */
.portfolio-swiper .portfolio-info {
  margin-top: 0.55rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* pill ve butonlar tam genişliğe uzamasın */
}

.portfolio-swiper .p-btn {
  margin-top: auto;
  align-self: flex-start;
}

/* Son slayt (Tümü): kartlarla aynı yükseklik ve ortalı */
.portfolio-swiper .portfolio-all {
  align-items: center;
  justify-content: center;
}

/* Referans kartı: butonu sağa yasla + ok işareti */
.portfolio-swiper .p-actions{
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.portfolio-swiper .p-btn--arrow::after{
  content: " \2192"; /* → */
}

/* Referans slider: "Tümü" kartı CTA butonu */
.portfolio-swiper .portfolio-all-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.portfolio-swiper .portfolio-all-title{
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
}

.portfolio-swiper .portfolio-all-sub{
  font-size: 0.95rem;
  font-weight: 600;
  opacity: .95;
}

.portfolio-swiper .portfolio-all-cta{
  margin-top: 8px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.55);
  font-size: 0.9rem;
  font-weight: 700;
}

.portfolio-swiper .portfolio-all:hover .portfolio-all-cta{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.75);
}