/*
Theme Name: Awwex Theme
Author: Korkmaz
Author URI:
Requires at least: 6.1
Tested up to: 6.8
Requires PHP: 5.6
Version: 1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: aw
*/
/* =Reset -------------------------------------------------------------- */
/* Ortak stil – tüm metin girişleri (checkbox/radio hariç) */
#primary {
    /*max-width: 1216px !important;*/
    margin: 0 auto;
    padding: 100px 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea {
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    padding: 8px 10px;
    font: 400 14px/1.4 'Inter', sans-serif;
    box-sizing: border-box;
    width: 100%;
    transition: border-color .2s ease;
}

/* Odakta turuncu çerçeve */
input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus {
    border-color: #FE6F00;
    outline: none; /* mavi glow’u kaldırır */
}


input::placeholder,
textarea::placeholder {
    color: #666;
}

/* Tıklayınca – siyah ve Inter 500 (Medium) 14 px */
input:focus::placeholder,
textarea:focus::placeholder {
    color: #666;
    font-family: 'Inter', sans-serif;
    font-weight: 500; /* Medium = 500 */
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    /* leading-trim henüz tarayıcı desteği kısıtlı, eklerseniz sorun olmaz */
    leading-trim: none;
}

/* Eski tarayıcı önekleri (Safari ≤15, Edge Legacy, IE) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #666;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #666;
    font-weight: 500;
    font-size: 14px;
}

input[type="checkbox"] {
    background-color: #fff;
    width: 23px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

/* Change the background color when checkbox is checked */
input[type="checkbox"]:checked {
    background-color: #FE6F00;
    border: 1px solid #FE6F00;
}

/* Add a check mark when checked */
input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    border-color: white;
    border-style: solid;
}

:root {
    --ut-orange: #ff6600;
    --ut-gray: #f0efeb;
    --ut-dark: #171717;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    text-decoration: none;
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    text-rendering: optimizeLegibility;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    font-family: "Inter", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

a {
    color: black;
}

/* customize */
.sitewidth {
    width: 1216px;
    max-width: 1216px;
}

.centerofdiv {
    margin: 0 auto;
}

.main-navigation {
    margin-left: 25px;
    gap: 2px;
    align-items: center;
}

ul#primary-menu {
    display: flex;
    align-items: center;
    background: #1717170f;
    border-radius: 12px;
    padding: 7px 7px;
    height: 48px;
}

#primary-menu li a {
    padding: 10px;
}

#primary-menu li {
    border-radius: 12px;
}

#primary-menu li a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 6px;
    background-image: url("img/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

#primary-menu li a:hover {
    background-color: #FFFFFF;
    border-radius: 11px;
}

#primary-menu li:hover > a::after,
#primary-menu li a:hover::after {
    transform: rotate(180deg);
}

#primary-menu li a {
    display: flex;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #171717;
    align-items: center;
}

#masthead {
    padding-top: 16px;
    padding-bottom: 50px;
    z-index: 10;
}

.headercontact ul {
    display: flex;
}

.headersitelogo {
    height: 32px;
}

h3 {
    word-break: break-word;
}

.butonone {
    max-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin-right: 5px;
    gap: 8px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 92.31%, #f1f1f1 92.71%);
    border: 1px solid #d4d4d4;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #171717;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.butontwo {
    max-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 10px;
    gap: 8px;
    border-radius: 10px;
    justify-content: center;
    border: 1px solid rgba(217, 95, 0, 1);
    background: linear-gradient(180deg, #fe6f00 92.31%, #ea6600 92.71%);
}

.butonthree {
    border: inherit;
    height: 48px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.butonthree .button {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #171717;
}

.butonthree img {
    width: 19px;
    height: 19px;
    padding-left: 5px;
}

.butonone i,
.butontwo i {
    padding: 0;
    margin: 0;
}

.card {
    border: 1px solid #ccc;
    border-radius: 16px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    padding: 24px;
    box-shadow: 0px 6px 12px -12px rgba(16, 24, 40, 0.05);
}

.headerareaone {
    display: flex;
    align-items: center;
    width: 70%;
}

.headerareatwo {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 40%;
}

.comparebid {
    border-radius: 24px;
}

.yurtdisigonderileri {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1216px;
    margin: 0 auto;
}

.yurtdisigonderileri > .card h2 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 12px; /* alt boşluk metin için    */
}

.yurtdisigonderileri > .card h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #171717;
    margin: 0 0 12px; /* alt boşluk metin için    */
}

.yurtdisigonderileri > .card p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #64676a;
    margin: 0 0 24px; /* butondan uzaklaşsın      */
}

.icon img {
    width: 48px;
    height: 48px;
}

.yurtdisigonderileri > .card .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    /* Tipografi */
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1; /* 100 % */
    letter-spacing: 0;
    /* Renkler (dilediğin gibi değiştir) */
    background: #f1f1f1;
    color: #171717;
}

.yurtdisigonderileri > .card .btn:hover {
    opacity: 0.9;
}

.yurtdisigonderileri > .card {
    height: 290px;
    box-shadow: 0px 3.49px 6.99px -4.99px #101828;
}

.yurtdisigonderileri > :first-child {
    grid-column: span 2;
    padding: 50px;
}

.ucdeiki {
    background: linear-gradient(180deg, #fa994e 0%, #fe6f01 100%);
}

.e-ihracat h2 {
    width: 992px;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 14px !important;
    color: #171717;
}

.e-ihracat p {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #64676a;
}

.e-ihracat-div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.e-ihracat-div .swiper-slide.card {
    position: relative;
    flex-shrink: 0;
    width: 100% !important;
    min-height: 575px;
    border: 1px solid #ececec;
    border-radius: 24px;
    text-align: center;
    box-sizing: border-box;
    margin-right: inherit !important;
    overflow: hidden;
}

.e-ihracat-div .subtext {
    margin: 5px auto 20px;
    width: 158px;
    border-radius: 60px;
    padding: 5px;
    background: rgba(255, 237, 229, 0.8);
    font: 600 14px/24px 'Inter', sans-serif;
}

.e-ihracat-div h3 {
    font: 600 18px/24px 'Inter', sans-serif;
    margin-bottom: 15px;
}

.e-ihracat-div p {
    font: 400 14px/24px 'Inter', sans-serif;
    min-height: 120px;
    margin-bottom: 25px;
}

.e-ihracat-div a {
    font: 600 16px/100% 'Inter', sans-serif;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.e-ihracat-div .card:nth-child(1) {
    background: linear-gradient(180deg, #faf5f3 0%, #f8edeb 100%);
}

.e-ihracat-div .card:nth-child(2) {
    background: linear-gradient(180deg, #f5f5f3 0%, #edede9 100%);
}

.e-ihracat-div .card:nth-child(3) {
    background: linear-gradient(180deg, #fbf8f5 0%, #faf4ef 100%);
}

.e-ihracat-div .card:nth-child(2) .subtext {
    background: rgba(255, 255, 246, 0.8);
}

.e-ihracat-div .card:nth-child(3) .subtext {
    background: rgba(247, 229, 215, 0.8);
}

@media (min-width: 1024px) {
    .e-ihracat-div .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

.card-img-br {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 278px;
    pointer-events: none;
    z-index: 0;
    border-radius: 0 0 23px 0;
}

.card-img-ct {
    position: absolute;
    bottom: 0;
    right: 23%;
    margin: 0 auto;
    height: 240px;
}

.card-img-fl {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 240px;
    border-radius: 0 0 23px 23px;
}

.video-area img {
    width: 100%;
}

.sorular-sag-kisim h2 {
    width: 592px;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
}

.sorular-hemen-ara img {
    width: 487px;
}

.sorular-hemen-ara {
    height: 498px;
    background-color: #fcfcfc;
    position: relative;
}

.sorular-sag-kisim p {
    font-family: "Inter", "sans-serif";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(100, 103, 106, 1);
}

/* ── “Sorularınız mı var?” formu ──────────────────────────────────── */
.sorular-sag-kisim-contact {
    display: grid;
    grid-template-columns: repeat(2, 288px); /* 288 px + 288 px */
    column-gap: 8px; /* yatay aralık 8 px  */
    row-gap: 8px; /* dikey aralık 8 px  */
}

/* Metin kutuları */
.sorular-sag-kisim-contact input[type="text"] {
    height: 48px;
    padding: 0 16px; /* iç boşluk 16 px  */
    border: 1px solid #dcdfe6; /* 1 px genişlik */
    border-radius: 10px;
    background: #fff;
    line-height: 1.4;
}

.sorular-sag-kisim-contact input[type="text"]::placeholder {
    color: #171717;
}

.sorular-sag-kisim-contact > div {
    grid-column: 1/3;
}

.sorular-sag-kisim-contact > div > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: space-between;
}

.sorular-sag-kisim-contact input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.sorular-contact-contract {
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.sorular-contact-contract p {
    padding: 0;
    margin: 0;
    font-weight: 600;
    text-decoration: underline;
}

.sozlesme-line {
    display: flex;
    justify-content: center;
    font-size: 11px;
    align-items: center;
}

.footer-sozlesme-line {
    justify-content: center;
    font-size: 11px;
}

.kalin-alt {
    font-weight: 600;
    text-decoration: underline;
}

.scroll-section {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

/* --- Görsel alanı --- */
.scroll-img {
    flex: 0 0 40%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.scroll-img img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.scroll-img img.fade-in {
    opacity: 1;
}

.scroll-img img.fade-out {
    opacity: 0;
}

.scroll-content {
    flex: 1;
}

.scroll-content article {
    min-height: 90vh;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.scroll-content h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 64px;
    margin: 0;
}

.scroll-content p {
    font-size: 16px;
    line-height: 26px;
    color: #64676a;
    margin-top: 1.5rem;
}

.scroll-dots {
    position: sticky;
    top: 0; /* sticky başlangıç noktası */
    height: 100vh; /* tüm viewport yüksekliği */
    display: flex;
    flex-direction: column; /* alt alta */
    justify-content: center; /* DİKEY ortalama */
    align-items: center; /* YATAY ortalama */
    gap: 14px; /* noktalar arası boşluk */
}

.scroll-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d2d2d2;
    transition: all 0.3s;
}

.scroll-dots .dot.active {
    width: 8px;
    height: 80px;
    border-radius: 40px;
    background: #ff6600;
}

#uluslararasi-tasimacilik {
    text-align: center;
    font-family: "Inter", sans-serif;
}

.ut-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--ut-dark);
    margin: 0 0 12px;
}

.ut-sub {
    max-width: 992px;
    margin: 0 auto 56px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

/* TABLAR */
.ut-tabs {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    overflow-x: auto;
}

.ut-tab {
    flex: 1;
    text-align: center;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    background: none;
    border: 0;
    cursor: pointer;
    padding-bottom: 18px;
    color: #888;
    position: relative;
}

.ut-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: 0.3s;
}

.ut-tab.active {
    color: var(--ut-dark);
}

.ut-tab.active::after {
    background: var(--ut-orange);
}

/* PANELLER */
.ut-panels {
    margin-top: 40px;
}

.ut-panel {
    display: none;
}

.ut-panel.active {
    display: block;
}

/* KART */
.ut-card {
    background: var(--ut-gray);
    border-radius: 24px;
    padding: 48px 0 48px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.ut-text {
    text-align: left;
}

.ut-text h3 {
    color: #171717;
    font-size: 33px;
    line-height: 45px;
    font-weight: 800;
    margin: 0 0 20px;
    letter-spacing: 0;
    width: 520px;
}

.ut-text p {
    font-size: 18px;
    line-height: 28px;
    width: 520px;
    color: #64676a;
}

.ut-card img {
    max-width: 48%;
    border-radius: 8px;
    height: auto;
}

#uluslararasi-tasimacilik .ut-card a {
    width: 175px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .dijpazsliderici {
        padding: 16px !important;
    }

    .ut-card {
        flex-direction: column;
        text-align: center;
        padding: 32px;
    }

    .ut-card img {
        max-width: 100%;
    }

    .ut-text {
        text-align: center;
    }
}

#success-story {
    font-family: inherit;
    border-radius: 36px;
    position: relative;
    background: url('img/arkaplan22.png') center/contain no-repeat,
    var(--ut-dark);
    position: relative;
}

#success-story .ss-wrapper {
    margin: auto;
    padding: 50px 30px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

#success-story .ss-title {
    color: #fff;
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
}

#success-story .ss-sub {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

#success-story .ss-btn {
    display: inline-block;
    padding: 10px 120px;
    margin-bottom: 72px;
    text-decoration: none;
    font-weight: 600;
    backdrop-filter: blur(40px);
}

/* ---- kart düzeni ---- */
#success-story .ss-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

#success-story .ss-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    flex: 1 1 calc(25% - 24px);
    min-width: 250px;
    padding: 20px;
    border-radius: 24px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    background: rgba(23, 23, 23, 0.25);
    /* arka plan rengi korundu */
}

#success-story .ss-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.6;
    border-radius: inherit;
    z-index: -1;
}

#success-story .ss-icon {
    display: block;
    margin-bottom: 22px;
}

#success-story .ss-num {
    display: block;
    font-size: 32px;
    font-weight: 700;
}

#success-story .ss-desc {
    display: block;
    margin-top: 12px;
    font-size: 1rem;
    line-height: 1.5;
}

#success-story .ss-btn {
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(1px);
    background: #64676a59;
    border-radius: 10px;
    color: #fff;
}

.aradepolama .sectionstyletwoins {
    gap: 32px;
}

.ut-panel:nth-child(2) .ut-card {
    background: #FEFAE0;
}

.ut-panel:nth-child(3) .ut-card {
    background: #FFF3EA;
}

.ut-panel:nth-child(4) .ut-card {
    background: #EFF6FF;
}

.tingle-modal {
    background: rgba(0, 0, 0, .7) !important;
}

.ut-panel:nth-child(4) .ut-card {
    background: #F2F7F5;
}

@media (max-width: 600px) {
    #success-story .ss-btn {
        padding: 16px 80px;
    }

    #success-story .ss-card {
        flex: 1 1 100%;
    }

    /* 1 sütun */
}

#yurtdisikargooptimize {
    padding: 64px 0;
}

#yurtdisikargooptimize .swiper {
    overflow: hidden;
    position: relative;
}

#yurtdisikargooptimize .swiper-wrapper {
    margin-bottom: 60px;
}

#yurtdisikargooptimize .ydko-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 580px !important;
    max-height: 580px !important;
    width: 350px !important;
    background: #f7f7f7;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

#yurtdisikargooptimize .ydko-card img {
    position: relative;
    left: 0;
    bottom: 0;
}

#yurtdisikargooptimize .ydko-card:nth-child(1) {
    background-color: #f0efeb;
}

#yurtdisikargooptimize .ydko-card:nth-child(2) {
    background-color: #fff2e9;
}

#yurtdisikargooptimize .ydko-card:nth-child(3) {
    background-color: #fefae0;
}

#yurtdisikargooptimize .ydko-card:nth-child(4) {
    background-color: #fef0ef;
}

#yurtdisikargooptimize .ydko-card:nth-child(5) {
    background-color: #edede9;
}

#yurtdisikargooptimize .ydko-card:nth-child(6) {
    background-color: #f4f4d5;
}

#yurtdisikargooptimize .ydko-card:nth-child(7) {
    background-color: #edf2fb;
}

#yurtdisikargooptimize .ydko-card h3 {
    padding-top: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    border-bottom: 1px solid #0000001a;
    min-height: 45px;
}

#yurtdisikargooptimize .ydko-card p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    padding-top: 15px;
    min-height: 150px;
}

#yurtdisikargooptimize .ydko-card > img {
    width: 100%;
    margin-top: 24px;
    border-radius: 12px;
    object-fit: cover;
    height: 385px;
    top: -105px;
}

.ydko-prev,
.ydko-next {
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 44px;
    border: inherit;
    border-radius: 8px;
    background: #fff;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
}

.ydko-prev {
    left: 50%;
    transform: translateX(calc(-50% - 28px));
    background-color: #f1f1f1;
}

.ydko-next {
    right: 50%;
    transform: translateX(calc(50% + 28px));
    background-color: #f1f1f1;
}

.ydko-card div {
    padding: 24px;
}

.iconsbtn {
    width: 15px !important;
}

.ydko-card .kesfet-btn2 {
    color: #171717;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 70px;
    position: absolute;
    padding: 10px;
    bottom: 30px;
    left: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

#yurtdisikargooptimize .ydko-card .kesfet-btn2 .iconsbtn {
    padding-left: 5px;
}

#yurtdisikargooptimize .ydko-card .kesfet-btn {
    color: #171717;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 70px;
    position: absolute;
    padding: 10px;
    bottom: 30px;
    left: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

#yurtdisikargooptimize .ydko-card .kesfet-btn .iconsbtn {
    padding-left: 5px;
}

.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal__container {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    max-width: 640px;
    width: 90%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
}

.modal__img {
    display: block;
    width: 100%;
    height: auto;
}

.modal__body {
    padding: 32px 40px 40px;
}

.modal__title {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 600;
}

.modal__content p {
    margin: 0 0 16px;
    line-height: 1.6;
}

.modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal__close:hover {
    opacity: 0.7;
}

.lansmanozel {
    background-color: #FEFAE0;
    height: 112px !important;
    position: relative;
}

.kutular {
    width: 119px;
}

.tingle-modal-box__content {
    padding: 0 !important;
}

.tingle-modal-box {
    width: 704px !important;
    border-radius: 24px !important;
}

.tingle-modal-box__content img {
    border-radius: 24px 24px 0 0;
}

.modal-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    padding-bottom: 24px;
}

.modalicerigi {
    padding: 24px;
    overflow: hidden;
    overflow-y: scroll;
}

.modalicerigi p, .modalicerigi div {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
}

.tingle-modal-box {
    position: relative;
}

.modal-close-btn {
    position: absolute !important;
    top: 1rem !important;
    right: 1rem !important;
    z-index: 1000 !important;
    padding: 6px !important;
    width: 25px !important;
    height: 25px !important;
    border: none;
    background-color: #000 !important;
    color: #ffffff;
    cursor: pointer;
    border-radius: 35px;
}

.fourbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1216px;
    margin: 0 auto;
}

.fourbox .box {
    display: flex;
    width: 280px;
    height: 420px;
    opacity: 1;
    border-radius: 16px;
    border-width: 1px;
    border: 1px solid rgba(212, 212, 212, 1);
    box-shadow: 0px 3.49px 6.99px -4.99px #101828;
    box-sizing: border-box;
    flex-direction: column;
}

.box h3 {
    padding: 15px 20px 5px 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.box p {
    padding: 5px 20px 5px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    color: #64676A;
}

.box img {
    width: 100%;
}

.indirbtn {
    text-align: center;
    display: block !important;
    margin: 60px auto 0 auto;
    width: 200px;
}

#int-map__canvas {
    height: 500px;
    /* ihtiyaca gore degistir */
    width: 100%;
    border-radius: 12px;
}

.haritaustu {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
}

.haritaustu h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    width: 650px;
}

.haritaustu p {
    width: 432px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(100, 103, 106, 1);
}

.soneklenenyazilar h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
}

.sonyaziilk {
    background-color: #fff;
    height: 400px;
    border: 1px solid #d4d4d4;
    opacity: 1;
    border-radius: 24px;
    border-width: 1px;
    padding: 16px;
}

.solalanimg {
    width: 584px;
    height: 400px;
    opacity: 1;
    border-radius: 16px;
    background-color: #dddcdc;
}

.turuncuspan {
    width: 118px;
    height: 28px;
    padding: 3px 19px;
    margin-right: 20px;
    opacity: 1;
    border-radius: 14px;
    background-color: #fe6f00;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
}

.zamanyazisi {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
}

.sagalan h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    padding-bottom: 15px;
}

.sagalan p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #64676a;
    padding-bottom: 25px;
}

.sagalan button {
    padding: 20px 60px;
}

.altkutuimg {
    width: 80px;
    height: 80px;
    gap: 16px;
    opacity: 1;
    border-radius: 8px;
    background-color: rgba(241, 241, 241, 1);
}

.altalan {
    gap: 30px;
}

.altalan .altkutu:first-child {
    background-color: var(--ut-orange);
    color: var(--ut-gray);
}

.altkutu {
    width: 380px;
    display: flex;
    align-items: self-start;
    height: 85px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid rgba(212, 212, 212, 1);
    box-shadow: 0px 6px 12px -12px rgb(16 24 40 / 59%);
}

.sonyazialtbaslik {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    width: 250px;
}

.contactus {
    height: 580px;
    border-radius: 24px;
    box-sizing: border-box;
    background: #fff9f4 url(img/contacusbg.png) 83% center / contain no-repeat;
}

.inputyanyana {
    display: flex;
    gap: 32px;
}

.contactus::after {
    content: "";
}

.contactus_sagalan {
    width: 480px;
}

.contactus_solalan div {
    width: 450px;
    height: 286px;
}

/* Metin kutuları */
.contactus_sagalan input[type="text"],
.contactus_sagalan input[type="email"],
.contactus_sagalan textarea {
    width: 100%;
    height: 48px;
    padding: 0 16px; /* iç boşluk 16 px  */
    border: 1px solid #dcdfe6; /* 1 px genişlik */
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.contactus_sagalan textarea {
    height: 96px;
}

.contactus_sagalan input[type="text"]::placeholder,
.contactus_sagalan textarea::placeholder {
    color: #96a4b8 !important;
}

.headercontact .butontwo {
    width: 150px !important;
}

.contactus_sagalan input[type="email"]::placeholder,
.contactus_sagalan textarea::placeholder {
    color: #96a4b8 !important;
}

.contactus_sagalan textarea::placeholder {
    padding: 15px 0;
    color: #96a4b8 !important;
}

.contactus_sagalan > div {
    grid-column: 1/3;
}

.contactus_sagalan > div > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: space-between;
}

.contactus_sagalan input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
}

.contactus_sagalan button[type="submit"] {
    width: 100%;
}

.contactus_sagalan .sozlesme-line {
    justify-content: inherit;
}

.contactus_sagalan .butontwo {
    display: inline;
    height: 48px;
}

.contactus_solalan h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
}

.contactus_solalan p {
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #64676a;
}

#testimonial-swiper {
}

#testimonial-swiper .ts-wrapper {
    position: relative;
    margin: auto;
}

#testimonial-swiper .ts-swiper {
    overflow: hidden;
    border-radius: 24px;
}

#testimonial-swiper .ts-slide {
    display: flex;
    gap: 40px;
    align-items: center;
    background: #f5f5f5;
    padding: 16px 0 16px 50px;
    border-radius: 24px;
    box-sizing: border-box;
    justify-content: space-between;
}

#testimonial-swiper .ts-content {
    min-width: 0;
    width: 648px;
}

#testimonial-swiper .ts-content img {
    width: 105px;
    height: 32px;
}

#testimonial-swiper .ts-logo {
    height: 48px;
    margin-bottom: 24px;
}

#testimonial-swiper .ts-quote {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0;
    padding-bottom: 25px;
}

#testimonial-swiper .ts-author {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
}

#testimonial-swiper .ts-photo {
    width: 440px;
    height: 402px;
    overflow: hidden;
}

#testimonial-swiper .ts-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#testimonial-swiper .ts-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: #fff;
    font-size: 15px;
    line-height: 64px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
}

#testimonial-swiper .ts-prev {
    left: -32px;
}

#testimonial-swiper .ts-next {
    right: -32px;
}

#faq-section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    font-family: "Inter", sans-serif;
    background: url(img/faqss.png) 83% center / contain no-repeat;
}

#faq-section .faq-wrapper {
    width: 1216px;
    display: flex;
    gap: 64px;
}

#faq-section .faq-intro {
    width: 450px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#faq-section .faq-title {
    font-weight: 800;
    /* Extra Bold */
    font-size: 38px;
    line-height: 54px;
    margin: 0;
}

#faq-section .faq-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    color: #64676a;
}

/* ---------- GENEL AKORDEON ---------- */
.accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Soru / tetikleyici */
.accordion-btn {
    width: 100%;
    height: 82px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background: #fff;
    font-weight: 600; /* Semi-Bold */
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    border: inherit;
}

#faq-section .accordion-btn {
    border: 1px solid rgba(212, 212, 212, 1)
}

/* Ok ikonu */
.accordion-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.25s ease;
}

.accordion-content {
    color: #64676A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.accordion-item.open .accordion-content {
    max-height: 200px;
    padding: 16px 16px;
}

.accordion-item.open .accordion-icon {
    transform: rotate(180deg);
}

.footer {
    padding: 48px;
    height: auto;
    opacity: 1;
    background: linear-gradient(180deg, #FA994E 0%, #FE4800 100%);
    box-sizing: border-box;
}

.footer .newsletter {
    overflow: hidden;
    width: 1216px;
    margin: 0 auto;
    height: 360px;
    background-color: rgba(255, 230, 211, 1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 36px 36px 0 36px;
    box-sizing: border-box;
}

.footer .solbolum h3 {
    width: 464px;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
}

.footer .solbolum p {
    width: 464px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.footer .solbolum input[type="text"] {
    width: 464px;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #dcdfe6;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.footer .sagbolum img {
    position: relative;
    bottom: -1px;
    right: 166px;
}

.footer .solbolum .footer-sozlesme-line span {
    font-size: 11px !important;
}

.ftlogo img {
    width: 152px;
    margin: 0 auto;
}

.ftborderline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.ftadres, .ftmail, .ftphone {
    width: auto !important;
}

.ftadres {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}

.fttextcopy p {
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
}

[id$="_sub"] {
    display: none;
    opacity: 0; /* eklendi */
    transition: opacity .25s ease;
}

[id$="_sub"].is-open {
    opacity: 1;
}

[id$="_sub"] .mega-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows:repeat(3, auto);
    grid-auto-columns: 1fr;
    column-gap: 32px;
    row-gap: 16px;
    max-width: calc((300px * 3) + 64px);
}

#primary-menu > .menu-item[class$="_sub"]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 8px;
}

#primary-menu > .menu-item > a {
    display: flex;
    padding: 8px 18px;
}

/* Tüm _sub id’li panellerdeki mega-list ayarları */
[id$="_sub"] .icon img {
    width: 25px;
    height: 25px;
}

[id$="_sub"] {
    position: absolute;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin-top: 15px;
    background-color: #FFFFFF;
    box-shadow: 39px 30px 24px 0px rgba(23, 23, 23, 0.1);
}

/* Ortak stiller */
[id$="_sub"] ul.mega-list {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-auto-columns: 1fr;
    column-gap: 32px;
    row-gap: 16px;
    width: 70%;
}

[id$="_sub"] ul.mega-list li {
    display: flex;
    padding: 15px;
    border-radius: 12px;
    margin: 5px;
}

[id$="_sub"] ul.mega-list li:hover {
    background-color: #F1F1F1;
}

[id$="_sub"] ul.mega-list li h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
}

[id$="_sub"] ul.mega-list li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding-top: 7px;
}

/* sadece 4 sütun olacak için özel: nasilcalisir_sub */
#nasilcalisir_sub ul.mega-list {
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto); /* 4 öğe → 2 satır × 2 sütun */
}

/* 2 sütun için: hizmetlerimiz + uluslararası taşıma */
#hizmetlerimiz_sub ul.mega-list,
#uluslararasitasimacilik_sub ul.mega-list {
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto); /* 5 satır */
}

/* Price Box sadece bazıları için */
#hizmetlerimiz_sub .price-box,
#nasilcalisir_sub .price-box {
    background-color: #F7F7F7;
    border-radius: 16px;
    padding: 24px;
    height: 300px;
    margin: 0 26px 26px 26px;
}

.price-box h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.price-box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    padding-top: 5px;
}

ul.price-links li {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

ul.price-links li:not(:last-child) {
    border-bottom: 1px solid #D4D4D4;
}

ul.price-links li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

ul.price-links li a span {
    margin: 0;
    padding: 0;
    height: 24px;
}

#uluslararasitasimacilik_sub ul.mega-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: 1fr;
    column-gap: 32px;
    row-gap: 16px;
    width: 100%;
    height: 250px;
}

#nasilcalisir_sub ul.mega-list {
    height: 200px;
}

.sectionkirkpxbaslik {
    justify-content: center !important;
}

.sectionkirkpxbaslik h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 54px;
    letter-spacing: 0;
    text-align: center;
}

.sectionkirkpxbaslik p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: rgba(100, 103, 106, 1);
}

.sectionkirkpxbaslik {
    padding-bottom: 64px;
}

.ut-media {
    flex: 1;
    background: #eaf3ff;
    border-radius: 24px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 640px;
    height: 460px;
}

.ut-media img {
    width: 551px;
    height: 428px;
    object-fit: contain;
}

/* Akordeon alanı soldaki görsel kadar esnek büyüsün */
.ut-wrapper > .accordion {
    flex: 1;
}

/* ======= Responsive (≤768 px) ======= */
@media (max-width: 768px) {
    .ut-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .ut-media {
        width: 100%;
    }
}

.ut-wrapper .accordion-btn {
    background-color: #F1F1F1;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.ut-wrapper .open {
    background-color: #F1F1F1 !important;
    border-radius: 24px;
}

.aw-section-heading {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: 800;
    font-size: 52px;
    line-height: 68px;
}

.aw-text-orange {
    color: #FE6F00;
}

.aw-text-black {
    color: #000000;
}

.geminavlunimg {
    align-items: end !important;
    object-fit: inherit !important;
    overflow: hidden;
}

.geminavlunimg img {
    width: 720px;
    height: 397px !important;
    object-fit: inherit !important;
    border-radius: 0 0 24px 24px;
    position: relative;
    left: 20%;
}

.sectionstyleone {
    height: 100% !important;
    gap: 48px;
    opacity: 1;
    padding: 40px 112px;
}

.sectionstyleoneins {
    height: 100% !important;
    border-radius: 24px;
    padding: 42px 64px;
    box-sizing: border-box;
}

.sectionstyleoneins h3 {
    margin: 0 !important;
}

.fulfillment .sectionstyleoneins img {
    height: inherit !important;
}

.sectionstyleoneins img {
    width: 506px;
    top: 10px;
    left: 50px;
    opacity: 1;
}

.sectionstyletwoins .sol {
    background-color: #FEFAE0;
    display: flex;
    flex-direction: column;
}

.sectionstyletwoins .sol .solic {
    padding: 32px 32px 0 32px;
}

.sectionstyletwoins .sag .sagic {
    padding: 32px 32px 0 32px;
}

.sectionstyletwoins .sag {
    background-color: #FFF3EA;
    display: flex;
    flex-direction: column;
}

.sectionstyletwoins .sol img {
    width: 123%;
    right: 0%;
    position: relative;
    top: 0%;
}

.sectionstyletwoins .sag img {
    width: 120%;
    right: 10%;
    position: relative;
    top: 10%;
}

.sectionstyletwoins .sol, .sectionstyletwoins .sag {
    width: 588px !important;
    height: 610px;
    gap: 32px;
    border-radius: 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.sectionstyletwoins h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 8px;
    color: #171717;
}

.sectionstyletwoins p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 32px;
    color: #64676A;
}

.sectionstyletwoins button {
    margin: 0 auto;
}

.sectionstyletwoins {
}

.sectionstyletwoins img {
    margin-top: auto; /* img’yi mevcut içerikten sonra en alta iter */
    width: 100%;
    height: auto;
}

.navlun-yonetimi .sectionstyletwoins .sol img {
    width: 100% !important;
    right: inherit !important;
    top: inherit !important;
    position: inherit !important;
}

.navlun-yonetimi .sectionstyletwoins .sag {
    background-color: #FFF3EA !important;
}

.navlun-yonetimi .sectionstyletwoins .sol {
    background-color: #F1F1F1 !important;
}

.navlun-yonetimi .sectionstyletwoins .sag img {
    width: 100% !important;
    right: inherit !important;
    top: inherit !important;
    position: inherit !important;
}

.e-ihracat-lojistigi .sectionstyletwoins .sol img {
    width: 100% !important;
    right: inherit !important;
    top: inherit !important;
    position: inherit !important;
}

.e-ihracat-lojistigi .sectionstyletwoins .sag img {
    width: 100% !important;
    right: inherit !important;
    top: inherit !important;
    position: inherit !important;
}

.e-ihracat-lojistigi .sectionstyletwoins .sol {
    background-color: #F1F1F1;
}

.e-ihracat-lojistigi .sectionstyletwoins .sag {
    background-color: #EFF6FF;
}

.sectionthreestyle {
    background-color: #FFF4E8;
    padding: 100px 112px;
}

.sectionthreestyle ul li {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    width: 512px;
    gap: 16px;
    padding: 16px 24px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.sectionthreestyle ul li h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
}

.sectionthreestyle ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(100, 103, 106, 1);
}

.sectionthreestyle img {
    width: 550px;
}

.sectionfourstyle button {
    margin-top: auto;
    width: 240px;
    align-items: center;
    justify-content: center;
}

.sectionfourstyle .sol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: contain;
    height: 480px;
    width: 792px;
    border-radius: 24px;
    padding: 32px 48px;
    box-sizing: border-box;
    background: rgba(240, 225, 212, 1) url('img/image36.png') no-repeat right 11% bottom -266%;
    background-size: 400px;
}

.sectionfourstyle .sol h3, .sectionfourstyle .sol p {
    margin-bottom: 10px;
}

.sectionfourstyle .butonthree {
    margin-top: auto;
    width: 250px;
    justify-content: center;
}

.sectionfourstyle .sag {
    display: flex;
    flex-direction: column;
    background: rgba(254, 250, 224, 1) url('img/image121.png') no-repeat right 11% bottom -75%;
    background-size: 282px;
    width: 400px;
    height: 480px;
    border-radius: 24px;
    padding: 32px 48px;
    box-sizing: border-box;
}

.sectionfourstyle h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: rgba(23, 23, 23, 1);
}

.sectionfourstyle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(100, 103, 106, 1);
}

#faq-section-2 {
    width: 696px;
}

.depolama-amazon-fba .dupone img {
    width: 424px;
}

.depolama-amazon-fba .duptwo img {
    width: 442px;
}

.depolama-amazon-fba .dupthree img {
    width: 295px;
    padding-right: 60px;
}

.fulfillment .dupone img {
}

.fulfillment .sectionstyletwoins .sol {
    flex-direction: column;
}

.fulfillment .sectionstyletwoins .sol img {
    width: 635px;
    height: 555px;
    margin: 0 auto;
    position: relative;
    left: 33px;
    top: 60px;
}

.fulfillment .sectionstyletwoins .sag img {
    width: 483px;
    height: 394px;
    margin: 0 auto;
    position: relative;
    left: 25px;
    top: 0;
}

.aradepolama .sectionstyletwoins .sol img {
    width: 447px;
    height: 272px;
    left: 70px;
    top: -60px;
}

.aradepolama .sectionstyletwoins .sag img {
    width: 378px;
    height: 327px;
    opacity: 1;
    left: 105px;
    top: -60px;
}

.aradepolama .sectionstyletwoins .sol {
    height: 620px;
}

.aradepolama .sectionstyletwoins .sag {
    height: 620px;
}

.modalicerigi strong {
    font-weight: bold;
}

.cardheroicon {
    position: absolute;
    left: -22px;
    top: -13px;
}

.yurtdisigonderileri .ucdeiki {
    position: relative;
}

img.vectorclass {
    position: absolute;
    width: 400px;
    right: 0;
    top: 0;
}

.bgobjec2 {
    position: absolute;
    top: 0;
    right: 50%;
}

#success-story .ss-wrapper {
    position: relative;
}

#success-story .bgobjec2 {
    right: 0;
    opacity: 0.3;
    width: 750px;
}

.tingle-modal {
    background: rgba(0, 0, 0, 0.6);
}

.lansmanozel .centerofdiv {
    gap: 300px
}

.lansmanozel h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
}

.lansmanozel p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.yukarialcizgi {
    position: absolute;
    top: 47px;
}

#primary-menu li:last-child a::after {
    display: none;
}

#primary-menu li:nth-child(2) a::after, #primary-menu li:nth-child(3) a::after {
    display: none;
}

/* ====== ÖNE ÇIKAN ÖZELLİKLER BÖLÜMÜ ====== */
.ozellikler-bolumu {
    position: relative;
    padding: 100px 0;
}

/* Arka plan gradyanları */
.gradyan-mavi, .gradyan-sari {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.gradyan-mavi {
    top: -150px; /* Figma hizası */
    left: 0;
    width: 703px;
    height: 703px;
}

.gradyan-sari {
    top: 0;
    right: 0;
    width: 703px;
    height: 316px;
}

/* Kart kümeleri */
.ozellik-kartlari {
    display: flex;
    gap: 40px;
}

/* Tek bir özellik kartı */
.ozellik-kart {
    width: 274px;
    height: 320px;
    flex: 0 0 auto;
}

/* İkon bölümü */
.ozellik-ikon {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

/* Tipografi – kart içi */
.ozellik-kart h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.ozellik-kart p {
    font-size: 16px;
    line-height: 24px;
    color: #64676A;
}

.ozellikler-bolumu .ut-sub {
    max-width: 1216px;
}

#ozellik-vurgulari {
    min-height: 886px;
}

#ozellik-vurgulari .ozk-kart {
    border: 1px solid #d4d4d4;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    min-height: 806px;
}

/* Sol taraf */
#ozellik-vurgulari .ozk-metin {
    width: 450px; /* Figma: 450 px */
    padding: 64px;
}

#ozellik-vurgulari .ozk-metin p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #64676A;
}

#ozellik-vurgulari .ozk-metin h3 {
    font-weight: 800;
    font-size: 38px;
    line-height: 54px;
}

/* Sağ taraf */
#ozellik-vurgulari .ozk-medya {
    width: 568px;
    background: #fff9f4;
    border-radius: 24px;
    margin: 36px;
    padding: 36px 76px;
    box-sizing: border-box;
}

/* Görsel + logo */
#ozellik-vurgulari .ozk-resim-sarici {
    width: 416px; /* Figma: 416 × 320 px */
    height: 320px;
    position: relative;
    margin: 0 auto;
}

#ozellik-vurgulari .ozk-resim-sarici img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

#ozellik-vurgulari .ozk-logo {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 126px; /* Figma ölçüsü */
}

/* Başlık bloğu */
#ozellik-vurgulari .baslik-bolumu .bb-baslik {
    font-size: 30px;
    line-height: 40px;
}

#ozellik-vurgulari .baslik-bolumu .bb-aciklama {
    font-size: 16px;
    line-height: 26px;
}

.baslik-bolumu h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.baslik-bolumu p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #64676A;
    padding-top: 8px;
}

/* Duyarlı tasarım (≤ 768 px) */
@media (max-width: 768px) {
    .mikroihracat #ozellik-vurgulari .ozk-resim-sarici {
        width: inherit !important;
        height: inherit !important;
    }

    .mikroihracat .sectionstyleoneins > img {
        order: inherit !important;
    }

    .mikroihracat .mikroihracatikili .sectionstyletwoins img {
        height: auto !important;
    }

    .solic ul li > div {
        align-items: center;
    }

    .mikroihracatikili .sectionstyletwoins .sol .solic {
        padding: 16px !important;
    }

    .mikroihracatikili ul {
        padding: 0;
        margin: 0;
    }

    .mikroihracat .baslik-bolumu h3 {
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .mikroihracat #ozellik-vurgulari .ozk-medya {
        border-radius: 24px;
    }

    .mikroihracat #ozellik-vurgulari .baslik-bolumu .bb-aciklama {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .mikroihracat #ozellik-vurgulari .ozk-metin h3 {
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .mikroihracat #ozellik-vurgulari .ozk-metin p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .mikroihracat #ozellik-vurgulari .ozk-medya {
        padding: 16px !important;
        margin: 0 !important;
    }

    .mikroihracat #ozellik-vurgulari .ozk-metin {
        padding: 16px;
        box-sizing: border-box;
    }

    #ozellik-vurgulari .ozk-kart {
        flex-direction: column;
    }

    #ozellik-vurgulari .ozk-metin,
    #ozellik-vurgulari .ozk-medya {
        width: 100%;
        padding: 40px 32px;
    }

    #ozellik-vurgulari .ozk-medya {
        border-radius: 0 0 24px 24px;
    }
}

.mikroihracatikili .sectionstyletwoins img {
    width: 90%;
    height: 493px;
    left: 10%;
    top: 0;
    position: relative;
}

.mikroihracatikili .sectionstyletwoins .sag {
    background: linear-gradient(180deg, #FFF7EE 0%, #FFF5E9 100%);
}

.mikroihracatikili .sectionstyletwoins .sol {
    background: #F1F1F1;
}

.simge img {
    width: 48px !important;
    height: 48px !important;
}

.mikroihracatikili .sagtaraf {
    width: 436px;
}

.mikroihracatikili .sagtaraf h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: #171717;
}

.mikroihracatikili .sagtaraf p {
    text-align: left !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #64676A;
}

.mikroihracatikili .sagtaraf {
    border-bottom: 1px solid #0000001A;
}

.mikroihracatikili ul {
    padding-top: 30px;
}

.mikroihracatikili ul li {
    padding-bottom: 30px;
}

.mikroihracatikili .sectionstyletwoins .sol .solic {
    padding: 32px 0 0 32px;
}

.mikroihracatikili .solic h3, .mikroihracatikili .solic p {
    padding-right: 32px;
}

.mikroihracatikili ul li > div .sagtaraf {
    padding-left: 25px;
}

#parsiyel-servis {
    position: relative;
}

/* 2) Ortadaki yumuşak panel */
#parsiyel-servis .ps-panel {
    height: 1000px;
    padding: 136px 135px;
    border-radius: 36px;
    background-color: #FFF5E9;
    box-sizing: border-box;
}

#parsiyel-servis .ps-icerik {
    box-shadow: 0 0 14px 16px rgb(251 236 218);
    background-color: #FBECDA;
    height: 736px;
    width: 953px;
}

#parsiyel-servis .ps-baslik {
    max-width: 800px;
    font-size: 42px;
    line-height: 54px;
    font-weight: 800;
    margin-bottom: 28px;
}

#parsiyel-servis .ps-aciklama {
    max-width: 800px;
    font-size: 16px;
    line-height: 26px;
    color: #64676A;
    margin-bottom: 40px;
}

/* Basit form stilleri */
#parsiyel-servis .ps-form input,
#parsiyel-servis .ps-form button {
    width: 100%;
    height: 48px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 0 14px;
    font-size: 15px;
    justify-content: center;
}

#parsiyel-servis .ps-form input:not(:last-child) {
    margin-bottom: 14px;
}

#parsiyel-servis .ps-form .ps-telefon {
    position: relative;
}

#parsiyel-servis .ps-ulkebayrak {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #ff6900;
    pointer-events: none;
}

#parsiyel-servis .ps-form .ps-telefon input {
    padding-left: 90px; /* bayrak alanı için yer aç */
}

#parsiyel-servis .ps-form button {
    margin-top: 22px;
    background: linear-gradient(90deg, #ff7a00 0%, #ff6a00 100%);
    color: #fff;
    border: 0;
    font-weight: 600;
    cursor: pointer;
}

#parsiyel-servis .ps-gorsel {
    bottom: 83px;
    right: 25px;
    width: 400px;
    position: absolute;
}

#parsiyel-servis .ps-gorsel img {
    max-width: 100%;
    height: auto;
}

.ps-panel .kose {
    position: absolute;
    width: 64px;
    height: 64px;
    background: url("img/vector543.svg") no-repeat center/contain;
    pointer-events: none;
}

.kose-sol-ust {
    top: 0;
    left: 0;
    transform: rotate(0deg);
}

.kose-sag-ust {
    top: 0;
    right: 0;
    transform: rotate(90deg);
}

.kose-sag-alt {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.kose-sol-alt {
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

.entegrasyon-mobile {
    overflow: hidden;
    height: 450px;
    position: relative;
    padding: 64px 24px 96px;
    background: #fff;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

.baslik {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a1a;
    margin: 100px 0 24px;
}

.aciklama {
    font-size: 14px;
    line-height: 1.45;
    color: #555;
    margin: 0 0 40px;
}

.btn:hover {
    opacity: .85;
}

.logo {
    position: absolute;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-width: 72%;
    max-height: 72%;
}

.logo-walmart {
    top: 72px;
    left: -28px;
}

.logo-ideasoft {
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-etsy {
    top: 72px;
    right: -28px;
}

.logo-ptt {
    bottom: 72px;
    left: -28px;
}

.logo-dhl {
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-shopify {
    bottom: 72px;
    right: -28px;
}

#parsiyel-servis .bgkutu {
    background-color: #ffffff54;
    height: 412px;
    border-radius: 24px;
    padding: 24px;
    margin: 24px;
}

#parsiyel-servis .bgkutu h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 24px 0;
}

.menualtibutonlar {
    display: none !important;
}

.swiper-prev, .swiper-next {
    width: 160px;
    height: 44px;
    border: inherit;
    border-radius: 8px;
    background-color: #F1F1F1 !important;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.mobilvideocover {
    display: none;
}

#e-ihracat-swiper {
    position: relative;
}

#e-ihracat-swiper .ei-nav {
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    z-index: 5;
    cursor: pointer;
}

.gumrukleme_baslik h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
}

.gumrukleme_baslik {
    padding: 30px 0;
}

.contact .slidearea {
    box-sizing: border-box;
    height: auto;
    opacity: 1;
    gap: 32px;
    border-radius: 16px;
    padding: 48px;
    background-color: #FFF9F0;
    margin-bottom: 50px;
}

.contact .slidearea .baslik {
    margin-top: 0px;
}

.contact .baslik h3 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
}

.contact .baslik p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.contact .bolumler .bolum2 img {
    width: 400px;
    right: 0;
}

.contact .bolumler .bolum2 img:nth-child(1) {
    width: 564px;
    right: 10px;
}

.contact .uclu > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.contact .card {
    height: 294px;
    box-shadow: 0px 3.49px 6.99px -4.99px #101828;
}

.contact .card img {
    width: 64px;
    height: 64px;
}

.contact .butonthree {
    background-color: #F1F1F1;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #171717;
}

.contact .butonthree img {
    width: 12px;
}

.contact .card h3 {
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #171717;
}

.contact .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #64676A;
    padding: 19px 0;
}

.contact .uzuncard {
    height: auto !important;
    gap: 0 !important;
}

.contact .uzuncard h3 {
    padding: 15px 0 !important;
}

.contact .uzuncard p {
    padding: 10px 0 !important;
}

.contact table {
    width: 70%;
}

.contact table tr td:nth-child(1) {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #64676A;
}

.contact table tr td:nth-child(3) {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #171717;
}

.dijpazslider {
    gap: 64px;
    box-sizing: border-box;
}

.dijpazslider > div {
    padding: 50px 140px;
    background-color: #F0EFEB;
    border-radius: 24px;
}

.dijpazslider .baslik {
    margin: 0 auto;
    max-width: 888px;
}

.dijpazslider .baslik h3 {
    color: #171717;
    font-weight: 800;
    font-size: 42px;
    line-height: 54px;
    text-align: center;
}

.dijpazslider .baslik p {
    padding-top: 5px;
    padding-bottom: 64px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #64676A;
}

.dijpazslider .bolumler {
    position: relative;
}

.dijpazslider .bolum2 img {
    right: -140px;
}

.dijpazslider .bolum2 img:nth-child(1) {
    width: 450px;
}

.dijpazslider .bolum2 img:nth-child(2) {
    width: 370px;
}

.dijpazslider .contactus_sagalan {
    padding: 16px;
    width: 412px;
    border-radius: 24px;
    background-color: #ffffff4d;
}

.dijpazslider .linespan {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
}

.dijpazslider .linespan span {
    width: 50px;
    margin-right: 10px;
}

.dijpazslider .linespan span:nth-child(1) {
    border: 2px solid var(--ut-orange);
}

.dijpazslider .linespan span:nth-child(2) {
    border: 2px solid #D4D4D4;
}

.dijpazslider .hdort {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 15px 0;
}

.blog {
    height: 100% !important;
}

.blogslider {
    background: url('img/blogbg.png') no-repeat right 0 top -70px, linear-gradient(180deg, #FFF9F0 0%, #ffffff 100%);
}

.blogmenu ul {
    background: rgba(23, 23, 23, 0.06);
    backdrop-filter: blur(40px);
    display: flex;
    border-radius: 12px;
    margin: 15px 0;
    width: 642px;
}

.blogmenu ul li {
    list-style: none;
    padding: 15px 0;
}

.blogmenu ul li a {
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

.blog .head h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
}

.blogpostlar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blogpostlar .kutu {
    border: 1px solid rgba(212, 212, 212, 1);
    border-radius: 16px;
    box-shadow: 0px 6px 12px -12px rgba(16, 24, 40, 1);
}

.blogpostlar .kutu .ickutu {
    background-color: #FFFFFF;
    padding: 16px;
    border-radius: 0 0 16px 16px;
    align-items: center;
}

.blogpostlar .ickutu .tax {
    background-color: #F1F1F1;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 4px 8px;
    border-radius: 16px;
}

.blogpostlar .ickutu .readtime {
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
}

.blogpostlar .ickutu .head h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.blogpostlar .ickutu p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #64676A;
}

.blogpostlar .resimkismi {
    border-radius: 16px 16px 0 0;
    height: 230px;
    background-color: #F7F7F7;
    background-size: cover; /* Resmi orantılı kırpar, alanı doldurur */
    background-position: center; /* Ortalar */
    background-repeat: no-repeat; /* Tekrar etmez */
}

/* ---------- Genel görünüm ---------- */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.blog-page-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background .2s;
}

.blog-page-btn:hover {
    background: #e8e8e8;
}

.blog-page-list {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-page-link {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: transparent;
    color: #4B5563; /* gri ton */
    text-decoration: none;
    font-weight: 500;
    transition: background .2s;
}

.blog-page-link:hover {
    background: #F4F4F4;
}

.blog-active {
    background: #E6E6E6;
    color: #111827; /* koyu metin */
    cursor: default;
}

.blog-ellipsis {
    font-size: 26px;
    color: #9CA3AF; /* açık gri */
}

.fontstyleone {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.fontstyletwo {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.fontstylethree {
    font-weight: 800;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
}

.fontstylefour {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}

.fontstylefive {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.single-post .wp-block-heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    padding: 15px 0px;
}

.single-post .entry-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #64676A;
}

.singlepostblog .baslik {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 25px;
}

.blogheader {
    text-align: center;
    margin-bottom: 50px;
}

.blogheader .catname {
    display: inline-block;
    opacity: 1;
    gap: 10px;
    padding: 6px 16px;
    border-radius: 60px;
    border-width: 1px;
    border: 1px solid #D4D4D4;
    background-color: #FFFFFF;
}

.headericiblog {
    background-color: #FFF9F0;
}

.singlepostblog {
    justify-content: space-between;
}

.singlepostblog article {
    padding: 0 48px;
}

.headericiblog header {
    padding-top: 100px !important;
}

#testimonial-swiper .ydko-prev {
    left: -20px !important;
    transform: none;
    z-index: 999;
    top: 35%;
}

#testimonial-swiper .ydko-next {
    right: -20px;
    transform: none;
    z-index: 999;
    top: 35%;
}

/* yurt dışı kargo alt sayfalar için css*/
.cargoservice_slider {
    background-color: #F2FBFF;
}

.cargoservice_slider h3 {
    font-weight: 800;
    font-size: 52px;
    line-height: 68px;
}

.cargoservice_slider h3 span {
    color: var(--ut-orange);
}

.cargoservice_slider p {
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #64676A;
}

.cargobuttons {
    display: flex;
}

/*.cargobuttons button {*/
/*    margin-top: 15px;*/
/*}*/

.cargobuttons {
    padding-top: 16px;
    gap: 16px;
}
.cargobuttons button:nth-child(2) {
    margin-left: 15px;
}

.cargoicons h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.cargoicons p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.cargoiconsins {
    margin: 40px 0;
    box-sizing: border-box;
}

.abd_kargo_servisi .sectionstyleone img {
    width: 100% !important;
    height: 494px !important;
    position: relative;
    top: -30px;
}

.yurtdisicargo-container {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 16px;
    max-width: 420px;
    margin: 2rem auto;
    font-family: sans-serif;
}

.yurtdisicargo-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.yurtdisicargo-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 16px;
}

.yurtdisicargo-weight-wrapper {
    position: relative;
}

.yurtdisicargo-weight-wrapper .yurtdisicargo-unit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 14px;
}

.yurtdisicargo-button {
align-items: center;
    justify-content: center;
    display: flex
;
    width: 100px;
    background: #ff6600;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.yurtdisicargo-button:hover {
    background: #e45b00;
}

#yurtdisicargo-offers {
    margin-top: 2rem;
    border-top: 1px solid #ddd;
    padding-top: 1.5rem;
}

.yurtdisicargo-offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.yurtdisicargo-button-small {
    background: #ff6600;
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.yurtdisicargo-badge {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.badge-popular {
    background: #fce9db;
    color: #c05c00;
    height: 100%;
}

.badge-eco {
    background: #eeeeee;
    color: #333;
    height: 100%;
}

.sectionstyleoneins .formalani {
    width: 100%;
    background-color: #FFFFFF;
    padding: 35px;
    border-radius: 24px;
    margin-left: 25px;
    box-sizing: border-box;
}

#yurtdisicargo-offers h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding: 10px 0;
}

.yurtdisicargo-offer {
    background-color: #F7F7F7 !important;
    border-radius: 10px;
}

.yurtdisicargo-button-small {
    width: 160px !important;
}

.mikroihracat .dijital-pazarlama {
    grid-template-columns:inherit !important;
}

.mikroihracat .dijital-pazarlama .swiper-slide.card {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 250px !important;
}

.mikroihracat .dijital-pazarlama .swiper-slide.card button {
    margin: 20px;
    justify-content: center;
}

.mikroihracat .dijital-pazarlama .swiper-slide:nth-child(2) .butonthree {
    position: relative;
    bottom: 90px;
    height: 48px;
    padding: 24px;
}

.dijital-pazarlama .card-img-ct {
    position: inherit;
    height: inherit;
    overflow: hidden;
}

.dijital-pazarlama .card-img-fl {
    position: inherit;
    height: inherit;
    overflow: hidden;
}

.mikroihracat .e-ihracat-div {
    grid-template-columns:inherit !important;
}

.mikroihracat .e-ihracat-div .swiper-slide.card {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 250px !important;
}

.mikroihracat .e-ihracat-div .swiper-slide.card button {
    margin: 20px;
    justify-content: center;
}

.mikroihracat .e-ihracat-div .swiper-slide:nth-child(2) .butonthree {
    position: relative;
    bottom: 90px;
    height: 48px;
    padding: 24px;
}

.mikroihracat .card-img-ct {
    position: inherit;
    height: inherit;
    overflow: hidden;
}

.mikroihracat .card-img-fl {
    position: inherit;
    height: inherit;
    overflow: hidden;
}

.solalanimg,
.altkutuimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.entry-content ul {
    font-weight: 400;
    font-size: 16px;
    color: #65676a;
    line-height: 26px;
}

.entry-content h2 {
    padding: 20px 0;
}

.fulfillment .sectionstyletwoins {
    gap: 32px !important;
}

.dijital-pazarlama .card-img-ust {
    position: relative;
    left: -23px;
}

.dijital-pazarlama .card-img-alt {
    position: relative;
    left: -23px;
}

article .post-thumbnail {
    width: 100% !important; /* tam genişlik */
    aspect-ratio: 5/3; /* 5:3 oran */
    position: relative;
    overflow: hidden; /* taşmayı engelle */
    background-size: cover; /* arka plan kullanan sürümler için */
    background-position: center;
    background-repeat: no-repeat;
}

article .post-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; /* görseli orana sığdır */
    object-position: center; /* ortala */
    display: block; /* boşluk bırakmasın */
}

@media (min-width: 480px) {
    .baslik {
        font-size: 28px
    }

    .aciklama {
        font-size: 15px
    }
}

@media (min-width: 576px) {
    .logo-walmart, .logo-etsy, .logo-ptt, .logo-shopify {
        left: 24px;
        right: auto;
        transform: none
    }

    .logo-etsy, .logo-shopify {
        left: auto;
        right: 24px
    }

    .swiper-nav-mobile {
        display: none
    }

    .contactus {
        display: flex
    }
}

@media (min-width: 992px) {
    .video-area iframe {
        height: 670px !important;
    }

    .butontwo {
        width: 225px !important;
    }

    .gumrukleme .sectionfourstyle {
        gap: 24px;
    }

    .ozellikler-bolumu .ydko-prev, .ozellikler-bolumu .ydko-next {
        display: none !important;
    }

    .ozellikler-bolum.ozellik-kart {
        flex: inherit !important;
    }

    .ozellikler-bolumu .swiper-slide {
        height: 330px;
        flex-shrink: inherit !important;
    }

    .entegrasyon-mobile {
        display: none
    }
}

@media (min-width: 1024px) {
    .dijpazsliderici {
        padding: 100px;
    }

    .aw-hamburger {
        display: none !important
    }

    #aw-mobile-nav {
        display: none !important
    }

    #e-ihracat-swiper .swiper-wrapper {
        display: flex
    }

    #e-ihracat-swiper .swiper-slide {
        flex: 1 1 0
    }

    #e-ihracat-swiper .ei-nav {
        display: none
    }
}

@media (max-width: 900px) {
}

@media (max-width: 992px) {
    .wp-block-heading {
        padding: 20px 0;
    }

    #testimonial-swiper {
        position: relative;
    }

    #testimonial-swiper .ts-slide {
        flex-direction: column;
        padding: 56px 32px
    }

    #testimonial-swiper .ts-photo {
        width: 100%;
        flex: initial
    }

    #testimonial-swiper .ydko-prev {
        top: inherit !important;
        position: absolute;
        bottom: -60px;
        left: 0 !important;
        transform: none
    }

    #testimonial-swiper .ydko-next {
        top: inherit !important;
        position: absolute;
        bottom: -60px;
        right: 0 !important;
        transform: none
    }

    #parsiyel-servis .ps-panel {
        flex-direction: column;
        padding: 60px 40px
    }

    #parsiyel-servis .ps-baslik {
        font-size: 32px;
        line-height: 42px;
        text-align: center
    }

    #parsiyel-servis .ps-aciklama {
        text-align: center;
        margin: 0 auto 32px
    }

    #parsiyel-servis .ps-form {
        max-width: 500px;
        margin: 0 auto
    }

    #masthead {
        position: sticky;
        top: 0;
        z-index: 9999;
        background-color: #fff;
    }

    .aw-hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 28px;
        background: none;
        border: 0;
        cursor: pointer;
        z-index: 1002
    }

    .aw-hamburger span {
        display: block;
        height: 2px;
        background: #000;
        transition: .25s;
        width: 20px;
    }

    .aw-hamburger.open span:nth-child(1) {
        transform: translateY(-2px) rotate(46deg)
    }

    .aw-hamburger.open span:nth-child(2) {
        opacity: 0
    }

    .aw-hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

    #aw-mobile-nav {
        position: fixed;
        top: 63px;
        left: 0;
        right: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        background: #fff;
        z-index: 1001
    }

    #aw-mobile-nav.open {
        max-height: 100vh;
        box-shadow: 0px 40px 32px 0px rgba(23, 23, 23, 0.3);
    }

    .aw-mobile-menu {
        list-style: none;
        margin: 0;
        padding: 12px
    }

    .aw-mobile-menu li {
        border-bottom: 1px solid #00000014
    }

    .aw-mobile-menu a {
		height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 11px 8px;
        font-weight: 600;
        color: #171717;
        font-size: 14px !important;
    }

    .aw-mobile-menu .menu-item-has-children > a::after {
        content: "▾";
        font-size: 14px;
        transition: .25s
    }

    .aw-mobile-menu .sub-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
        padding-left: 12px
    }

    .aw-mobile-menu .sub-menu a {
        padding: 14px 8px;
        font-weight: 500
    }

    .aw-mobile-menu .submenu-open > .sub-menu {
        max-height: 800px
    }

    .aw-mobile-menu .sub-menu .menu-desc {
        font-size: 11px;
        padding-top: 3px;
    }

    .aw-mobile-menu .sub-menu .menu-text {
        width: 270px;
    }

    .aw-mobile-menu .submenu-open > a::after {
        transform: rotate(180deg)
    }

    #site-navigation {
        display: none !important
    }

    input, select, textarea {
        font-size: 16px !important
    }

    .newsletter .sagbolum {
        overflow: hidden
    }

    .aw-mobile-menu .submenu-open > a {
        background-color: #F1F1F1;
        border-radius: 8px;
    }

    .video-area iframe {
        height: 300px !important;
    }

    .mikroihracat .ozellik-kartlari {
        gap: 0 !important;
    }

    .mikroihracat .e-ihracat-div .swiper-slide.card {
        margin-right: 24px !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mobildemobilihracatslider {
        text-align: center;
    }

    .mobildemobilihracatslider .resim1 {
        position: relative;
        z-index: 20;
    }

    .mobildemobilihracatslider .resim2 {
        position: absolute;
        right: 10%;
    }

    .mobildemobilihracatslider img.resim1 {
        width: 280px !important;
    }

    #parsiyel-servis .bgkutu {
        margin: 0 !important;
    }

    #parsiyel-servis .ps-baslik {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    #parsiyel-servis .ps-aciklama {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    #parsiyel-servis {
        background: linear-gradient(180deg, #FBECDA 100%, #FFF5E9 0%);
        overflow: hidden;
    }

    #parsiyel-servis .ps-panel {
        background-color: inherit !important;
        padding: 16px;
        height: auto !important;
    }

    #parsiyel-servis .ps-gorsel {
        position: inherit !important;
    }

    #parsiyel-servis .ps-icerik {
        background-color: transparent !important;
        box-shadow: inherit !important;
        width: 100% !important;
    }

    #parsiyel-servis .kose {
        display: none;
    }

    .awwex-toc-sag-alan {
        margin: 0 auto;
        box-sizing: border-box;
        display: flex !important;
        height: inherit !important;
    }

    .awwex-toc-sag-alan button {
        position: relative !important;
        width: inherit !important;
    }

    .awwex-toc-sag-alan p {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .awwex-post-layout .entry-content img {
        width: 100% !important;
        height: 100% !important;
    }

    .awwex-post-layout .post-thumbnail img {
        width: 100% !important;
        height: 100% !important;
    }

    .mobilflexcolumn {
        flex-direction: column;
    }

    .cargoservice_slider > div {
        flex-direction: column;
    }

    .cargoservice_slider_img {
        order: -1;
        width: 100% !important;
    }

    .cargoservice_slider_img img {
        width: 100% !important;
    }

    .cargoservice_slider h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .cargoservice_slider p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .cargobuttons {
        flex-direction: column;
    }

    .cargobuttons button {
        width: 100% !important;
        margin: 10px 0 !important;
        padding: 0 !important;
    }

    .cargoicons h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .cargoicons p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .cargoiconsins > div {
        margin: 16px 0px;
    }

    .awwex-toc-sag-alan {
        position: inherit !important;
    }

    .awwex-post-layout {
        flex-direction: column;
    }

    .fontstylethree {
        font-size: 24px;
        line-height: 50px;
        text-align: center;
    }

    .blog .blogmenu {
        overflow: scroll;
        overflow-scrolling: unset;
        padding-left: 16px;
    }

    .blogpostlar {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        padding: 16px;
        box-sizing: border-box;
    }

    .blog .head h1 {
        padding: 16px;
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
    }

    .blog-pagination {
        gap: 12px;
    }

    .blog-page-btn,
    .blog-page-link {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .blog-page-list {
        gap: 12px;
        font-size: 14px;
    }

    /* Küçük ekranda yalnızca aktif, ilk, son ve üç nokta görünsün */
    .blog-page-list li:not(:first-child):not(:last-child):not(.blog-ellipsis) {
        display: none;
    }

    .dijpazslider .contactus_sagalan {
        width: inherit !important;
    }

    .dijpazslider .baslik h3 {
        color: #171717;
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        text-align: center;
    }

    .dijpazslider .hdort {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        padding: 15px 0;
        text-align: center !important;
    }

    .dijpazslider .baslik p {
        font-weight: 400;
        font-size: 14px !important;
        line-height: 22px;
        letter-spacing: 0;
        text-align: center;
    }

    .dijpazslider {
        height: inherit !important;
        padding: 16px;
    }

    .dijpazslider .contactslidebg {
        width: 328px;
    }

    .dijpazslider .contactslidebox {
        width: 300px;
    }

    .dijpazslider .alan {
        position: relative;
        height: 350px;
    }

    .dijpazslider .contactslidebg {
        position: absolute;
        top: 0;
    }

    .dijpazslider .contactslidebox {
        position: absolute;
        top: 0;
    }

    .contact .slidearea .contactslidebg {
        position: absolute;
        height: 200px;
    }

    .contact.slidearea .contactslidebox {
        position: absolute;
        height: 200px;
    }

    .contact .slidearea .alan {
        text-align: center;
        height: 325px;
        display: flex;
        justify-content: center;
    }

    .contact table {
        width: 100% !important;
    }

    .contact .bolum2 {
        display: none;
    }

    .contact .slidearea h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
        text-align: center;
    }

    .contact .slidearea p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        text-align: center;
    }

    .contact .uclu > div {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .contact .bolumler {
        flex-direction: column;
    }

    .contact .slidearea {
        padding: 16px;
    }

    .gapb {
        padding: 16px !important;
        box-sizing: border-box !important
    }

    .menualtibutonlar {
        display: flex !important
    }

    .headerareatwo {
        display: none
    }

    .sitewidth {
        width: 100% !important
    }

    .anasayfa-main {
        box-sizing: border-box
    }

    #site-navigation {
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        top: 48px;
        box-shadow: rgba(0, 0, 0, .45) 0 25px 20px -20px
    }

    ul#primary-menu {
        flex-direction: column;
        background: #fff !important;
        height: auto !important;
        margin: 0
    }

    ul#primary-menu li {
        text-align: left;
        width: 100%
    }

    .main-navigation {
        display: none !important
    }

    ul#primary-menu li a {
        display: flex !important;
        justify-content: space-between;
        padding: 24px 0 24px 10px !important;
        border-bottom: 1px solid #0000001A
    }

    .site-header {
        padding: 16px !important
    }

    .site-header .aw-justify-around {
        justify-content: space-between !important
    }

    .site-header .headerareaone {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .open {
        display: block !important
    }

    #mobile-menu-toggle {
        z-index: 9999
    }

    .aw-hamburger img {
        width: 24px
    }

    .aw-hamburger {
        cursor: pointer;
        border: 0;
        background: none
    }

    .aw-hamburger line {
        stroke: #000;
        stroke-width: 2.5;
        stroke-linecap: round;
        transition: transform .25s ease, opacity .25s ease;
        transform-origin: center
    }

    .aw-hamburger.open .aw-top {
        transform: translateY(6px) rotate(45deg)
    }

    .aw-hamburger.open .aw-middle {
        opacity: 0
    }

    .aw-hamburger.open .aw-bottom {
        transform: translateY(-6px) rotate(-45deg)
    }

    #site-navigation {
        display: none
    }

    #site-navigation.open {
        display: block
    }

    .aw-hamburger svg {
        width: 24px;
        height: 24px
    }

    .yurtdisigonderileri {
        display: grid !important;
        grid-template-columns:repeat(2, 1fr) !important;
        gap: 24px 16px !important
    }

    .e-ihracat h2, .e-ihracat p {
        width: 100%
    }

    .yurtdisigonderileri > .card h2 {
        font-size: 24px !important;
        line-height: 32px !important;
        text-align: center !important
    }

    .yurtdisigonderileri > :first-child {
        padding: 30px !important;
        height: 176px
    }

    .yurtdisigonderileri > :first-child button {
        width: 100%;
        justify-content: center
    }

    .yurtdisigonderileri > .card {
        height: 215px !important;
        padding: 8px;
        display: flex;
        justify-content: space-between;
        flex-direction: column
    }

    .ucdebir > div {
        max-height: 150px;
        min-height: 150px;
        height: 150px
    }

    .yurtdisigonderileri > .card h3 {
        font-size: 16px;
        line-height: 20px;
        color: #171717;
        margin: 0 !important
    }

    .yurtdisigonderileri > .card .btn {
        height: 48px !important;
        padding: 0;
    }

    .icon img {
        width: 35px !important;
        height: 35px !important
    }

    .yurtdisigonderileri > .card p {
        font-size: 11px;
        line-height: 15px;
        color: #64676a
    }

    .cardheroicon {
        position: absolute;
        left: -4px;
        top: -10px
    }

    .btn {
        min-height: 48px;
        max-height: 48px;
        position: relative;
        z-index: 3
    }

    img.vectorclass {
        width: 277px !important;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .sorular-hemen-ara img {
        width: 100%;
    }

    .sorular-hemen-ara .aw-d-flex {
        flex-direction: column !important;
        padding-top: 20px !important
    }

    .sorular-sag-kisim {
        width: 100%;
        text-align: center !important;
        padding-top: 20px
    }

    .sorular-sag-kisim-contact, .sorular-contact-contract {
        display: flex;
        flex-direction: column
    }

    .sorular-sag-kisim h2 {
        font-size: 22px !important;
        line-height: 32px !important;
        width: 100%;
    }

    .sorular-sag-kisim p {
        font-size: 14px !important
    }

    .sorular-sag-kisim button {
        width: 100% !important
    }

    .sorular-contact-contract > div {
        width: 100% !important
    }

    .sorular-hemen-ara {
        height: 100% !important
    }

    .masaustuvidecover, .mobilde-gizle {
        display: none !important
    }

    .footer {
        padding: 28px !important
    }

    .footer .newsletter {
        width: 100%;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        padding: 16px !important;
        height: 100% !important;
    }

    .footer .newsletter .icerik, .footer .solbolum .aw-d-flex {
        flex-direction: column
    }

    .footer .solbolum p {
        font-size: 14px;
        width: 100% !important;
        text-align: center
    }

    .footer .solbolum h3 {
        font-size: 20px;
        width: 100% !important;
        line-height: 26px;
        text-align: center
    }

    .footer .sagbolum img {
        width: 130%;
        position: relative;
        left: -71px;
        bottom: -5px
    }

    .footer .solbolum input[type=text] {
        width: 100%;
        height: 48px;
        padding: 0 16px;
        border: 1px solid #dcdfe6;
        border-radius: 10px;
        background: #fff;
        font-size: 15px;
        line-height: 1.4
    }

    .footer-sozlesme-line {
        align-items: center;
        display: flex;
        padding: 15px 0 !important;
    }

    .footer-sozlesme-line p {
        font-size: 10px !important;
        text-align: left !important;
    }

    #faq-section-2 {
        width: 100% !important
    }

    #faq-section .accordion-btn {
        text-align: left;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        width: 100% !important;
        height: 60px;
        padding: 12px 20px;
        color: #171717
    }

    .faq-title {
        font-weight: 800 !important;
        font-size: 18px !important;
        line-height: 26px !important;
        text-align: center !important
    }

    .faq-intro p {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        text-align: center !important
    }

    #faq-section .faq-wrapper {
        flex-direction: column;
        width: 100%
    }

    #faq-section .faq-intro {
        width: 100%
    }

    .lansmanozel {
        height: 268px !important
    }

    .lansmanozel .aw-justify-between {
        flex-direction: column
    }

    .lansmanozel .yukarialcizgi {
        top: 135px !important
    }

    .lansmanozel p {
        font-size: 14px;
        line-height: 22px
    }

    .lansmanozel .centerofdiv {
        gap: 0 !important
    }

    .lansmanozel .aw-pl-50 {
        padding-left: 0 !important
    }

    .lansmanozel a {
        margin-top: 30px
    }

    .sectionspace {
        margin-top: 60px !important
    }

    #testimonial-swiper .ts-content {
        width: 100% !important
    }

    .ts-content p {
        font-size: 18px !important;
        line-height: 30px !important
    }

    #testimonial-swiper .ts-slide {
        height: 450px
    }

    #testimonial-swiper .ts-logo {
        margin-bottom: inherit !important
    }

    #testimonial-swiper .ts-photo {
        overflow: inherit;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }

    .ts-photo img {
        width: 48px !important;
        height: 48px !important
    }

    #testimonial-swiper .ts-author {
        font-size: 12px
    }

    #testimonial-swiper .ts-quote {
        padding-top: 40px
    }

    .ut-sub {
        font-size: 14px !important;
        margin: 20px 0 !important
    }

    #yurtdisikargooptimize .ydko-card {
        width: 100% !important
    }

    #yurtdisikargooptimize .swiper-wrapper {
        margin-bottom: 24px !important
    }

    .ydko-prev, .ydko-next {
        position: relative;
        box-shadow: inherit !important;
        width: 49% !important;
        border-radius: 10px !important;
        transform: inherit !important
    }

    .ydko-prev {
        left: 0 !important
    }

    .ydko-next {
        right: 0 !important
    }

    .ut-title {
        font-size: 22px !important;
        padding: 0 15px
    }

    #success-story {
        margin-top: 120px !important;
        border-radius: inherit !important
    }

    #success-story .ss-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        text-align: center
    }

    #success-story .ss-sub {
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

    #success-story .ss-card {
        flex: 1 1 calc((100% - 24px) / 2);
        min-width: 0;
        padding: 12px !important
    }

    #success-story .ss-num {
        font-weight: 600 !important;
        font-size: 18px !important
    }

    #success-story .ss-desc {
        font-size: 12px !important;
        line-height: 18px !important
    }

    #success-story .ss-stats {
        gap: 12px !important
    }

    #success-story .ss-wrapper {
        padding: 45px 0 !important
    }

    #success-story .bgobjec2 {
        width: 26px !important;
        height: 26px !important
    }

    .e-ihracat-div {
        display: inherit;
    }

    .e-ihracat-div .swiper-slide.card {
        margin-right: 15px !important
    }

    .anasayfa-main .e-ihracat-div .swiper-slide.card {
        margin-right: 25px !important
    }

    .card-img-br {
        height: 218px !important
    }

    .e-ihracat-div h3 {
        font-size: 16px !important
    }

    .e-ihracat-div p {
        font-size: 13px !important
    }

    .swiper-button-next {
        right: 0
    }

    .swiper-button-prev {
        left: 0
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute !important;
        color: #171717 !important;
        top: 0 !important;
        background: #F1F1F1;
        width: 150px !important;
        border-radius: 10px
    }

    .eihracatoklar {
        position: relative;
        margin-top: 50px;
        padding: 25px 0
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 13px !important
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: 1 !important
    }

    .e-ihracat h2 {
        font-size: 22px;
        line-height: 32px !important
    }

    .e-ihracat p {
        font-size: 14px
    }

    .mainslidersub .card {
        height: 336px !important;
        width: 100% !important;
        margin-top: 25px;
        overflow: hidden;
    }

    .mainslidersub h3 {
        font-weight: 800;
        font-size: 20px;
        line-height: 30px
    }

    .mainslidersub p {
        font-size: 14px;
        line-height: 22px
    }

    .mainslidersub .alan {
        width: 240px;
        position: relative
    }

    .mainslidersub .cardimg {
        width: 164px;
        position: relative;
        left: 128px !important;
        top: -120px;
    }

    .mainslidersub .badge {
        background: linear-gradient(180deg, #FFFBF7 0%, #FFF3E7 100%);
        padding: 10px;
        width: 104px;
    }

    #uluslararasi-tasimacilik .ut-text p {
        width: 100% !important;
        font-size: 14px !important
    }

    #uluslararasi-tasimacilik .ut-text h3 {
        font-size: 20px !important;
        line-height: 28px !important;
        width: 100% !important
    }

    #uluslararasi-tasimacilik .ut-card a {
        width: 100% !important
    }

    .mobilvideocover {
        display: block !important
    }

    .scroll-section {
        display: none !important
    }

    #hizmetlerimiz_sub ul.mega-list, #uluslararasitasimacilik_sub ul.mega-list {
        display: flex;
        flex-direction: column;
        background: #fff;
        z-index: 9999
    }

    #hizmetlerimiz_sub .price-box, #nasilcalisir_sub .price-box {
        display: none
    }

    .contactus {
        padding: 16px !important;
        display: flex;
        flex-direction: column;
        height: 100% !important;
    }

    .contactus_solalan {
        text-align: center;
        width: 100% !important
    }

    .contactus_solalan h2 {
        font-size: 22px !important;
        line-height: 32px !important
    }

    .contactus_solalan p {
        font-size: 14px;
        font-weight: 400
    }

    .contactus_sagalan {
        width: 100% !important
    }

    [id$="_sub"] ul.mega-list {
        width: 100% !important
    }

    [id$="_sub"] {
        margin-top: -2px !important;
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        overflow: hidden;
        max-height: 0;
        transition: max-height .3s ease
    }

    [id$="_sub"].is-open {
        max-height: 1200px
    }

    .yurtdisikargo .hero {
        position: relative;
        padding: 10px 0;
        background: linear-gradient(185deg, #FFF2E9 0%, #FCFCFC 100%);
        height: 600px
    }

    .yurtdisikargo .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .yurtdisikargo .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .navlun-yonetimi .hero {
        position: relative;
        padding: 10px 0;
        background: linear-gradient(185deg, #F1F1F1 0%, #FCFCFC 100%);
        height: 600px
    }

    .navlun-yonetimi .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .navlun-yonetimi .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .e-ihracat-lojistigi .hero {
        position: relative;
        padding: 10px 0;
        background: linear-gradient(185deg, #F2F7F5 0%, #FCFCFC 100%);
        height: 600px
    }

    .e-ihracat-lojistigi .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .e-ihracat-lojistigi .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .gumrukleme .hero {
        position: relative;
        padding: 10px 0;
        background: linear-gradient(185deg, #FFF9F0 0%, #FCFCFC 100%);
        height: 600px
    }

    .gumrukleme .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .gumrukleme .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .depolama-amazon-fba .hero {
        position: relative;
        padding: 10px 0;
        background: #fff;
        height: 100% !important
    }

    .depolama-amazon-fba .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .depolama-amazon-fba .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .fulfillment .hero {
        position: relative;
        padding: 10px 0;
        background: #fff;
        height: 100% !important;
        text-align: center;
    }

    .fulfillment .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .fulfillment .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .aradepolama .hero {
        position: relative;
        padding: 10px 0;
        background: #fff;
        height: 100% !important;
        text-align: center;
    }

    .aradepolama .hero h3 {
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        text-align: center
    }

    .aradepolama .hero p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #64676A
    }

    .sectionstyleone {
        box-sizing: border-box;
        padding: 16px !important;
        height: 100% !important;
        gap: 16px !important
    }

    .sectionstyleoneins {
        padding: 16px !important;
        display: flex;
        flex-direction: column;
        height: 100% !important
    }

    .sectionstyleoneins h3 {
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        text-align: center
    }

    .sectionstyleoneins button {
        width: 100% !important;
        margin-bottom: 25px
    }

    .dsspx, .ut-text, .ut-text p {
        width: 100% !important;
        font-size: 14px;
    }

    .sectionstyleoneins img {
        width: 100%;
        height: 100%
    }

    .haritaustu {
        flex-direction: column
    }

    .haritaustu h2 {
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        width: 100% !important;
    }

    .haritaustu p {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        width: 100% !important;
    }

    .sectionstyletwoins {
        overflow: hidden
    }

    .swiper-nav-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 1.5rem
    }

    .swiper-nav-mobile button {
        background-color: #f1f1f1;
        border: 0;
        cursor: pointer;
        padding: 0
    }

    .sectionstyletwoins .sol, .sectionstyletwoins .sag {
        height: auto !important
    }

    .sectionstyletwoins .sol img {
        width: 100% !important;
        top: -10% !important;
    }

    .sectionstyletwoins .sag img {
        top: 0% !important;
    }

    #testimonial-swiper {
        margin-bottom: 100px;
    }

    .sectionthreestyle {
        padding: 0 !important;
    }

    .ddipx {
        width: 100% !important;
    }

    .sectionkirkpxbaslik {
        padding-top: 30px;
    }

    .sectionkirkpxbaslik h2 {
        width: 100% !important;
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .sectionthreestyle ul li {
        width: 100% !important;
    }

    .sectionthreestyle img {
        width: 100%;
    }

    .sectionthreestyle ul li h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .sectionthreestyle ul li p {
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .sectionthreestyle .aw-justify-between {
        flex-direction: column;
    }

    .sectionthreestyle .aw-justify-between > div:last-child {
        order: -1;
        margin-bottom: 24px;
        text-align: center;
    }

    .sectionthreestyle .aw-justify-between img {
        max-width: 100%;
        height: auto;
    }

    .sectionfourstyle .sol {
        width: 100% !important;
    }

    .sectionfourstyle h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
    }

    .sectionfourstyle p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
    }

    .sectionfourstyle .sol {
        background: rgba(240, 225, 212, 1) url(img/image36.png) no-repeat right 54% bottom 15%;
        background-size: 225px;
        padding: 16px !important;
    }

    .sectionfourstyle .sag {
        margin-top: 20px !important;
        padding: 16px !important;
        width: 100% !important;
    }

    .sectionfourstyle a {
        width: 100% !important;
        margin: auto 0;
    }

    .sectionfourstyle .sag {
        background: rgba(254, 250, 224, 1) url(img/image121.png) no-repeat right 74% bottom 0%;
        background-size: 237px;
    }

    .sectionfourstyle {
        flex-direction: column;
    }

    .contactus_solalan {
        padding-top: 50px;
    }

    .contactus_solalan p {
        padding: 50px 0px !important;
    }

    .gumrukleme_baslik h2 {
        font-weight: 800;
        font-size: 22px;
        line-height: 32px;
        text-align: center;
    }

    .contactus_solalan div {
        width: 100% !important;
        height: 100% !important;
    }

    .topyukaricek {
        top: 0 !important;
    }

    .depolama-amazon-fba .dupone img {
        width: 100% !important;
    }

    .depolama-amazon-fba .duptwo img {
        width: 100% !important;
    }

    .depolama-amazon-fba .dupthree img {
        padding-right: 0px !important;
    }

    .sectionstyleoneins > img {
        order: -1;
        margin-bottom: 24px;
        max-width: 100%;
        height: auto;
    }

    .accordion-content {
        font-size: 15px !important;
        line-height: 20px;
    }

    .fulfillment .dupone img {
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 30px;
    }

    .sectionstyletwoins {
        flex-direction: column;
        gap: 20px;
    }

    .sectionstyletwoins .sol, .sectionstyletwoins .sag {
        width: 100% !important;
    }

    .fulfillment .sectionstyletwoins .sol img {
        height: 100% !important;
    }

    .fulfillment .sectionstyletwoins .sag img {
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto;
        position: relative;
        left: 0;
    }

    .aradepolama .sectionstyletwoins .sol img {
        width: 85% !important;
        height: 100% !important;
        left: 20px !important;
    }

    .aradepolama .sectionstyletwoins .sag img {
        width: 290px !important;
        height: 100% !important;
        left: 25px !important;
    }

    #menu-ana-menu .sub-menu > li > a {
        /* metin ve ikon yan yana, sola hizalı */
        display: flex;
        align-items: center;
        justify-content: flex-start; /* space-between yerine sol */
        gap: 12px; /* ikon–metin arası boşluk */
        padding: 12px 0; /* isteğe bağlı dikey boşluk */
    }

    #menu-ana-menu .sub-menu > li > a .menu-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px; /* sabit genişlik */
        object-fit: contain; /* SVG/PNG oran korusun */
    }

    .contact .butonthree {
        width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }

    .contact .card {
        height: 315px;
    }

    .uzuncard table td:nth-child(2) {
        display: none;
    }

    .uzuncard table,
    .uzuncard table tr,
    .uzuncard table td {
        display: block;
        width: 100%;
    }

    .uzuncard table {
        margin-top: 25px;
    }

    .uzuncard tbody {
        width: 100% !important;
        display: block;
    }

    .uzuncard table tr {
        border-bottom: 1px solid #c5c5c5;
        width: 100%;
        margin-bottom: 35px;
    }

    .contact table tr td:nth-child(3) {
        margin-bottom: 10px;
    }

    .contactslidebox {
        position: relative;
        height: 299px;
        z-index: 1;
        text-align: center;
    }

    .contact .card p {
        padding: 25px 0;
    }

    .kargoservisi .sectionstyleone img {
        position: inherit !important;
        height: inherit !important;
    }

    .sectionstyleoneins .formalani {
        margin-left: 0 !important;
    }

    .yurtdisicargo-button-small {
        width: 100% !important;
        margin-top: 10px;
    }

    .yurtdisicargo-offer {
        flex-direction: column;
    }

    .priceform {
        font-weight: 700;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }
}
