body {
    font-family: 'Poppins', sans-serif !important;
}

.article h2 a {
    color: #000000;
    text-decoration: none;
}

.article h2 a:hover {
    color: #9a62a3;
}

.sidebar .categories li {
    padding: 3px 0 0 14px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px;
}

.references h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
}

.references .btn-all {
    color: black;
    text-decoration: none !important;
}

.img-reference {
    margin: 25px auto;
}

.img-reference:hover {
    filter: drop-shadow(1px 1px 5px #999999);
}

.slick-initialized .slick-slide:focus,
.img-reference:focus {
    outline: none;
}

.other-posts img {
    height: 250px !important;
    object-fit: cover;
}

.alert-purple {
    background-color: #9a62a3;
    color: #ffffff;
}

.tag-sale {
    margin: 0;
    top: 0;
    display: block;
    left: auto;
    right: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 4px 10px 4px 16px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    z-index: 8;
    content: url(/images/global.png);
}

.text-white,
.text-white:hover {
    color: #ffffff;
}

#cookies {
    font-weight: 100;
    font-size: .9em;
    background-color: #191919;
    padding: 15px;
    text-align: center;
    border-radius: .2em;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

#cookies .cookies-notice {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

#cookies .cookies-button {
    color: #ffffff;
    background-color: #9a62a3;
    padding: 5px 10px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: .2em;
    font-weight: 400;
    font-family: 'Poppins', -sans-serif;
}

#cookies .link-btn {
    color: #ffffff;
    background-color: #9a62a3;
    padding: 5px 10px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: .2em;
    font-weight: 400;
    font-family: 'Poppins', -sans-serif;
}

#cookies a {
    text-decoration: none;
}

.d-none {}

@media screen and (max-width: 767px) {
    #cookies .cookies-bottom {
        margin-bottom: 35px;
    }
}

.column.gpdr label {
    font-weight: 400;
    display: inline;
}

.column.gpdr input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;

}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 6px;
}

@media only screen and (max-width: 1919px) {
    .info .txt-holder .images img {
        padding: 1px 120px 1px 1px;
    }
}

@media only screen and (max-width: 768px) {
    #carousel-example-generic .carousel-inner {
        height: 100% !important;
    }
}

/** ** Hero **/
#hero {
    margin-bottom: 35px;
}

#hero .heading {
    font-size: 10rem;
    font-weight: 700;
}

#hero .heading .icon {
    color: #9a62a3;
}

#hero .heading .subtitle {
    font-weight: 400;
}

#hero .image:before {
    content: '';
    border: 15px solid #9a62a3;
    width: 100%;
    height: 75%;
    position: absolute;
    left: -15rem;
    top: 12.5%;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    #hero .row {
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

    .p-lg-50 {
        padding: 5rem;
    }

}

@media only screen and (max-width: 1280px) {
    #hero .heading {
        font-size: 8rem;
    }

    #hero .image:before {
        left: -9rem;
    }

    .mb-35 {
        margin-bottom: 10px !important;
    }

    .overlay {
        padding: 0px 20px !important;
    }

    .p-20 {
        padding: 1rem !important;
    }

    .py-50 {
        padding: 2rem 0rem !important;
    }
}

@media only screen and (max-width: 960px) {
    #hero .heading {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 768px) {
    #hero .heading {
        font-size: 3rem;
    }

    #hero .image:before {
        border: 0;
    }

    .step-box {
        height: 250px !important;
    }
}

@media only screen and (max-width: 480px) {
    #hero .heading {
        font-size: 2.5rem;
    }
}

.info .txt-holder .images,
.info .txt-holder .txts {
    padding: 5px;
}

.blog-det .sidebar {
    margin-top: 70px;
}

.blog-det .sidebar .categories li {
    padding: 10px 0 6px 24px;
}

.blog-det .sidebar .categories li+li {
    border-top: unset;
}

.blog-det .sidebar .categories li:after {
    top: 21px;
}

.blog-det .sidebar .categories a.active {
    color: #9a62a3;
    font-weight: 700;
}

.gallery {
    padding: 0px 0 60px;
}

.wonder h3 {
    margin: 0px 0px 20px !important;
    font-size: 27px !important;
    font-weight: unset !important;
}

.wonder .panel-group .panel+.panel {
    margin: unset;
}

.wonder .panel-default>.panel-heading {
    color: #707070;
    background-color: #ffffff;
}

.wonder .panel-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.info.price.wonder .tild {
    top: 330px;
}

.wonder .panel.panel-default.first {
    border-top: solid 3px #9a62a3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.wonder .panel i {
    float: right;
}

.wonder h3 i {
    color: #9a62a3;
}

.wonder .txt-frame {
    padding-bottom: 150px;
}

.mg-service .wonder .txt-frame {
    padding-bottom: 0px;
}

.eihracat-background {
    position: relative;
    background-size: cover;
    color: #000;
}



*/ .eihracat-background .overlay {
    position: relative;
    z-index: 2;
}

.overlay {
    position: relative;
    z-index: 2;
    padding: 10px 20px;
}

.step-box {
    text-align: center;
    margin-bottom: 40px;
    height: 285px;
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #9a62a3;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.4);
}

.step-icon svg {
    width: 40px;
    height: 40px;
    fill: white;
}

.step-title {
    font-weight: bold;
    color: #000000;
}

.btn-custom {
    background-color: #9a62a3;
    color: white;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
}

.btn-custom:hover {
    color: #FFF;
}

.text-707070 {
    color: #707070;
}

.text-9a62a3 {
    color: #9a62a3;
}

@media (prefers-color-scheme: dark) {
    .eihracat-background::after {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(30, 30, 30, 0.8));
    }
}

p {
    font-size: 17px;
}


.pb-10 {
    padding-bottom: 10px;
}



/* Animate.css fadeInUp etkisinin özelleştirilmiş versiyonu */
@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.step-box {
    opacity: 0;
    animation-name: fadeInUpCustom;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-sizing: border-box;
}

/* Her kutuya özel gecikme ayarı */
.step-box:nth-child(1) {
    animation-delay: 0.2s;
}

.step-box:nth-child(2) {
    animation-delay: 0.4s;
}

.step-box:nth-child(3) {
    animation-delay: 0.6s;
}

.step-box:nth-child(4) {
    animation-delay: 0.8s;
}

.step-box:nth-child(5) {
    animation-delay: 1s;
}

.step-box:nth-child(6) {
    animation-delay: 1.2s;
}

.step-box:nth-child(7) {
    animation-delay: 1.4s;
}

.step-box:nth-child(8) {
    animation-delay: 1.6s;
}

/* WOW.js veya benzeri tetikleyici kullanıyorsanız: */
.wow {
    animation-delay: 1.2s;
    visibility: visible !important;
    animation-play-state: running !important;
}

.p-10 {
    padding: 1rem;
}

.p-20 {
    padding: 2rem;
}

.p-50 {
    padding: 5rem;
}

.py-50 {
    padding: 5rem 0rem;
}

.m-10 {
    margin: 1rem;
}

.mt-50 {
    margin-top: 5rem;
}

a {
    color: #9a62a3;
    text-decoration: none;
}

.card-custom {
    position: relative;
    color: white;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 20px;
    height: 350px;
    display: flex;
    align-items: center;
    background: url('https://www.magnadijital.com.tr/assets/img/ihracat-referanslar.jpg') center/cover no-repeat;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.card-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Görünen filtre */
    backdrop-filter: blur(2px);
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border-radius: 15px;
}

.card-custom:hover::before {
    background-color: rgba(255, 255, 255, 0.7);
    /* Açık renk hover efekti */
    backdrop-filter: none;
}

.card-custom .card-body {
    position: relative;
    z-index: 2;
}

.card-custom:hover {
    border: 2px solid #800080;
    color: black;
}

.card-title {
    font-weight: bold;
}



.flex {
    display: flex;
}

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

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

.align-center {
    align-items: center;
}

.form-shadow {
    box-shadow: 0px -1px 28px rgb(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
}

/* Genel görünmezlik */
.d-none {
    display: none !important;
}

/* Genel görünürlük (block olarak) */
.d-block {
    display: block !important;
}

/* Büyük ekranlarda gizle (lg: 992px ve üzeri) */
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

/* (İsteğe bağlı olarak, büyük ekranlarda görünür kılmak istersen) */
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

}



.service-box {
    background-color: #fff;
    border: 2px solid #d6cbe8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.service-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-box h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 15px;
    line-height: 1.6;
}

.service-box.highlighted {
    background-color: #f4f1fc;
    border-color: #c6b1ec;
}


#contact {
    scroll-margin-top: 150px !important;
}

html {
    scroll-behavior: smooth;
}




.e-ihracet-card {
    width: 350px;
    min-width: 300px;
    height: auto;
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin: 25px;
    min-height: 356px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .08);
}

.e-ihracet-card:hover {
    transform: translate(0, -10px);
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, .07);
}

.e-ihracet-card h4 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.e-ihracet-card i {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 3.2rem;
}

.e-ihracet-card .card-text {
    padding: 15px;
}

.e-ihracet-card .card-img img {
    border-radius: 30px;

}

.e-ihracet-card .card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-out;
    border-radius: 30px;


}


.e-ihracet-card:hover .card-img {
    transform: translate(1px, -1px);
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
    padding-left: 60px;
    padding-right: 50px;
    scroll-behavior: smooth;
}

.card-content::-webkit-scrollbar {
    height: 0px;
}

.card-content:after {
    content: '';
    display: block;
    min-width: 20px;
    height: 100px;
    position: relative;
}

#next ,#prev {
    min-width: 60px;
    margin: auto 30px;
    height: 60px;
    border-radius: 20px;
    background: #fff;
    border: 0px;
    outline: none;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .08);
    transition: all .25s ease;
}

#next:hover ,#prev:hover {
    box-shadow: 0px 17px 35px 0px rgba(0, 0, 0, .07);
}

#next i,#prev i {
    font-size: 1.2rem;
}

.slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
    background: rgb(242, 243, 248);

}

.slider .slider-content {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(242, 243, 248);
    width: 100%;
    overflow: hidden;
}




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


    .slider .slider-content {
        flex-direction: row;
        overflow-x: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .card-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .e-ihracet-card {
        min-width: 250px;
        width: 280px;
        margin: 15px;
    }

    #next ,#prev {
        min-width: 40px;
        height: 40px;
        margin: 0 10px;
    }

    #next svg,#prev svg {
        width: 24px;
        height: 24px;
    }

    .slider:after,
    .slider:before {
        display: none;
        /* gradient efektlerini mobilde gizle */
    }
}


.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #f8f9fa !important;
}

.my-5 {
    margin: 5px 0px !important;
}


/* Mobil cihazlar (768px ve altı) için */
@media screen and (max-width: 768px) {
    .col-sm-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: block;
    }

    .row {
        flex-direction: column;
    }

    .row.align-center {
        align-items: flex-start;
        /* Dikey hizalama */
    }

    .form-shadow {
        margin-top: 30px;
    }

    .column {
        width: 100%;
        margin-bottom: 15px;
    }

    input[type="submit"] {
        width: 100%;
        float: none;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/* Varsayılan Kart Stilini Koruyalım */
.e-ihracet-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    margin: 10px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    height: 375px;
}

/* Kart resmi */
.card-img img {
    width: 100%;
    border-radius: 20px;
    object-fit: contain;
}

/* Scroll Alanı */
.card-content {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    gap: 10px;
}

/* Scrollbar gizle */
.card-content::-webkit-scrollbar {
    display: none;
}

/* Mobil ve Tablet Uyumu */
@media screen and (max-width: 1024px) {
    .slider-content {
        flex-direction: row;
        overflow-x: auto;
        width: 100%;
        padding: 0;
    }

    .e-ihracet-card {
        width: 105%;
        min-width: 270px;
        margin: 10px 10px;
    }

    #next ,#prev {
        display: none;
        /* Ok butonları gizlenir */
    }

    .slider:before,
    .slider:after {
        display: none;
    }


}


/* Mobil (default) sıralama */
.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

/* Masaüstü ve büyük ekranlar için sıralama */
@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2  !important;
    }
}
 .banner-section {
    position: relative;
    background-image: url('/assets/img/banner-magna.jpg');
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @media (max-width: 768px) {
    .banner-section {
      background-image: url('/assets/img/ihracat-mobil.jpg');
      height: 400px;
    }

    .banner-content {
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }

    .banner-btn {
      margin-top: 15px;
    }
  }

  .banner-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    color: white;
    padding: 0 20px;
  }
  .banner-text{
      text-align: center;
  }

  .banner-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .banner-text p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .banner-btn {
    background-color: #f3f3f3;
    color: #000;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
    white-space: nowrap;
  }

  .banner-btn:hover {
    background-color: #e0e0e0;
  }