.elementor-19400 .elementor-element.elementor-element-67c115b{--display:flex;}.elementor-19400 .elementor-element.elementor-element-857d075.elementor-element{--align-self:center;}body.elementor-page-19400:not(.elementor-motion-effects-element-type-background), body.elementor-page-19400 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-19400 .elementor-element.elementor-element-857d075.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-857d075 */.breadcrumb {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 18px;
    font-family: 'Gilroy-Light', sans-serif;
    border-radius: 999px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}

.breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.breadcrumb-container::-webkit-scrollbar {
    display: none;
}

/* 🔥 Diğer linkler (BOLD) */
.breadcrumb a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    flex-shrink: 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}

/* separator */
.breadcrumb span {
    color: #666;
    font-size: 14px;
    flex-shrink: 0;
}

/* 🔥 Aktif sayfa (LIGHT) */
.breadcrumb .active {
    color: #fff;
    font-family: 'Gilroy-Light', sans-serif;
    font-weight: normal;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a34caaf *//* =========================================================
EXCA VIP TRANSFER
PREMIUM BLACK BANK CARD
========================================================= */

.exca-bank-box,
.exca-bank-box * {
box-sizing: border-box;
}

/* =========================================================
ANA KUTU
========================================================= */

.exca-bank-box {
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 30px;
background: #0b0b0b;
border: 1px solid #202020;
border-radius: 24px;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.30);
font-family: "Gilroy", sans-serif;
overflow: hidden;
}

/* =========================================================
BAŞLIK
========================================================= */

.exca-bank-header {
display: flex;
align-items: center;
gap: 16px;
width: 100%;
padding-bottom: 25px;
margin-bottom: 10px;
border-bottom: 1px solid #242424;
}

/* BAŞLIK İKONU */

.exca-bank-icon {
width: 48px;
height: 48px;
min-width: 48px;
display: flex;
align-items: center;
justify-content: center;
background: #ffffff;
color: #0b0b0b;
border-radius: 14px;
}

.exca-bank-icon i {
font-size: 19px;
line-height: 1;
}

/* BAŞLIK */

.exca-bank-header h3 {
margin: 0 0 5px;
color: #ffffff;
font-family: "Gilroy-extrabold", sans-serif;
font-size: 22px;
font-weight: 400;
line-height: 1.2;
}

/* AÇIKLAMA */

.exca-bank-header p {
margin: 0;
color: #8d8d8d;
font-family: "Gilroy-light", sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.5;
}

/* =========================================================
GRID
========================================================= */

.exca-bank-details {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
width: 100%;
}

/* =========================================================
BİLGİ ALANI
========================================================= */

.exca-bank-item {
min-width: 0;
padding: 20px 15px;
border-bottom: 1px solid #242424;
}

/* SOL */

.exca-bank-item:nth-child(odd) {
padding-left: 0;
padding-right: 25px;
}

/* SAĞ */

.exca-bank-item:nth-child(even) {
padding-left: 25px;
padding-right: 0;
border-left: 1px solid #242424;
}

/* =========================================================
ETİKET
========================================================= */

.exca-bank-label {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
margin-bottom: 8px;
}

/* ETİKET İKONU */

.exca-bank-label i {
width: 16px;
min-width: 16px;
color: #707070;
font-size: 12px;
line-height: 1;
text-align: center;
}

/* ETİKET */

.exca-bank-label span {
min-width: 0;
margin: 0;
color: #777777;
font-family: "Gilroy-light", sans-serif;
font-size: 12px;
font-weight: 300;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 0.5px;
}

/* =========================================================
BANKA BİLGİSİ
========================================================= */

.exca-bank-item > strong {
display: block;
max-width: 100%;
margin: 0;
color: #ffffff;
font-family: "Gilroy-extrabold", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
overflow-wrap: anywhere;
word-break: break-word;
}

/* =========================================================
IBAN
========================================================= */

.exca-copy-row {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
min-width: 0;
gap: 12px;
}

/* IBAN YAZISI */

.exca-copy-row strong {
display: block;
min-width: 0;
flex: 1;
margin: 0;
color: #ffffff;
font-family: "Gilroy", sans-serif;
font-size: 15px;
font-weight: 800;
line-height: 1.5;
letter-spacing: 0.5px;
overflow-wrap: anywhere;
word-break: break-word;
}

/* =========================================================
KOPYALA BUTONU
========================================================= */

.exca-copy-row button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 7px;
flex: 0 0 auto;
min-height: 38px;
padding: 9px 14px;
border: 0;
border-radius: 30px;
background: #ffffff;
color: #0b0b0b;
font-family: "Gilroy-extrabold", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 1;
white-space: nowrap;
cursor: pointer;
transition: all 0.25s ease;
}

/* KOPYALA İKONU */

.exca-copy-row button i {
font-size: 11px;
}

/* HOVER */

.exca-copy-row button:hover {
background: #dddddd;
color: #000000;
transform: translateY(-1px);
}

/* =========================================================
ALT NOT
========================================================= */

.exca-bank-note {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
margin-top: 25px;
padding: 14px 16px;
background: #151515;
border: 1px solid #222222;
border-radius: 12px;
}

/* NOT İKONU */

.exca-note-icon {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
}

.exca-note-icon i {
color: #ffffff;
font-size: 16px;
line-height: 1;
}

/* NOT */

.exca-bank-note p {
min-width: 0;
margin: 0;
color: #858585;
font-family: "Gilroy-light", sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 1.5;
}

/* =========================================================
TABLET
768px - 1024px
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

```
.exca-bank-box {
    max-width: 100%;
    padding: 26px;
    border-radius: 22px;
}

.exca-bank-header {
    gap: 14px;
    padding-bottom: 22px;
}

.exca-bank-header h3 {
    font-size: 21px;
}

.exca-bank-header p {
    font-size: 13px;
}

.exca-bank-item {
    padding-top: 18px;
    padding-bottom: 18px;
}

.exca-bank-item:nth-child(odd) {
    padding-right: 20px;
}

.exca-bank-item:nth-child(even) {
    padding-left: 20px;
}

.exca-bank-item > strong,
.exca-copy-row strong {
    font-size: 14px;
}

.exca-copy-row {
    gap: 8px;
}

.exca-copy-row button {
    padding: 9px 12px;
}
```

}

/* =========================================================
MOBİL
0px - 767px
========================================================= */

@media (max-width: 767px) {

```
.exca-bank-box {
    width: 100%;
    max-width: 100%;
    padding: 22px;
    border-radius: 20px;
}


/* BAŞLIK */

.exca-bank-header {
    align-items: flex-start;
    gap: 13px;
    padding-bottom: 20px;
}

.exca-bank-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 13px;
}

.exca-bank-icon i {
    font-size: 18px;
}

.exca-bank-header h3 {
    font-size: 19px;
}

.exca-bank-header p {
    font-size: 13px;
}


/* TEK SÜTUN */

.exca-bank-details {
    grid-template-columns: 1fr;
}


/* BİLGİ ALANLARI */

.exca-bank-item,
.exca-bank-item:nth-child(odd),
.exca-bank-item:nth-child(even) {
    width: 100%;
    padding: 17px 0;
    border-left: 0;
}


/* ETİKET */

.exca-bank-label {
    margin-bottom: 7px;
}

.exca-bank-label i {
    font-size: 11px;
}


/* BİLGİ */

.exca-bank-item > strong {
    font-size: 14px;
}


/* IBAN */

.exca-copy-row {
    align-items: center;
    gap: 10px;
}

.exca-copy-row strong {
    font-size: 14px;
}


/* NOT */

.exca-bank-note {
    align-items: flex-start;
    margin-top: 20px;
    padding: 13px;
}

.exca-bank-note p {
    font-size: 12px;
}
```

}

/* =========================================================
KÜÇÜK MOBİL
0px - 480px
========================================================= */

@media (max-width: 480px) {

```
.exca-bank-box {
    padding: 18px;
    border-radius: 18px;
}


/* BAŞLIK */

.exca-bank-header {
    gap: 11px;
}

.exca-bank-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 11px;
}

.exca-bank-icon i {
    font-size: 16px;
}

.exca-bank-header h3 {
    font-size: 18px;
}

.exca-bank-header p {
    font-size: 12px;
    line-height: 1.45;
}


/* ETİKET */

.exca-bank-label span {
    font-size: 11px;
}


/* BİLGİ */

.exca-bank-item > strong {
    font-size: 14px;
}


/* IBAN */

.exca-copy-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.exca-copy-row strong {
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
}


/* KOPYALA */

.exca-copy-row button {
    width: 100%;
    min-height: 40px;
    padding: 11px;
}


/* ALT NOT */

.exca-bank-note {
    gap: 8px;
    padding: 12px;
}

.exca-note-icon i {
    font-size: 14px;
}

.exca-bank-note p {
    font-size: 11px;
}
```

}

/* =========================================================
ÇOK KÜÇÜK MOBİL
0px - 360px
========================================================= */

@media (max-width: 360px) {

```
.exca-bank-box {
    padding: 15px;
}

.exca-bank-header h3 {
    font-size: 17px;
}

.exca-bank-header p {
    font-size: 11px;
}

.exca-bank-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.exca-bank-item > strong {
    font-size: 13px;
}

.exca-copy-row strong {
    font-size: 12px;
}
```

}/* End custom CSS */