@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');

@import url('app-variables.css');
/*@import url('app-media.css');*/

/*
  .montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

/* BASE */
::selection {
    background-color: #181a1b;
    color: #fff;
}

/*::placeholder {
    color: #BCBCBC
}*/


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939393;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #939393;
}

*,
*::before,
*::after {
    border: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    border-collapse: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    /* height: 100%; */
}

    html.js-hidden-layout {
        overflow-y: hidden;
    }

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.6667;
    background-color: #fff;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

h1, h2, h3,
h4, h5, h6 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: inherit;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

button, input {
    box-shadow: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

[type="button"], [role="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.btn {
    padding: 8px 36px;
    border-radius: 8px;
    transition: .15s background-color ease, .15s color ease, .15s transform ease, .15s border-color ease;
    will-change: background-color, color, transform, border-color;
}

.btn-xs {
    padding: 6px 12px
}

.btn-sm {
    padding: 6px 16px !important
}

.btn-main {
    font-weight: 600;
}

.btn-white {
    background-color: var(--light-100)
}

    .btn-white:hover {
        background-color: var(--light-200)
    }

.btn-blue {
    background-color: var(--primary);
    color: #fff;
}

    .btn-blue:hover {
        background-color: var(--primary-darker);
        color: #fff;
    }

    .btn-blue.btn-bordered {
        background: transparent;
        border: 1px solid var(--primary);
        color: var(--primary);
    }

        .btn-blue.btn-bordered:hover {
            background-color: var(--primary);
            color: #fff;
        }



ul, ol, li {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

p {
    margin: 0
}

textarea {
    resize: none;
}

img[data-image-type="icon"] {
    width: 100%;
    height: auto;
    cursor: pointer
}

img[data-layout-type="cover-w"] {
    width: 100%;
    height: auto
}

img[data-layout-type="cover-h"] {
    width: auto;
    height: 100%
}

img[data-layout-type="cover-f"] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

img[data-layout-type="contain-w"] {
    width: 100%;
    object-fit: contain
}

img[data-layout-type="contain-h"] {
    height: 100%;
    object-fit: contain
}

img[data-layout-type="contain-f"] {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.p10 {
    padding: 10px;
}

.glightbox-open {
    height: 100% !important;
}

.hide-scroll {
    overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

body.hidescroll {
    overflow: hidden;
}

.invalid-feedback-custom {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1em;
    color: var(--bs-form-invalid-color);
}

.formHata {
    background: #e98484;
    padding: 10px 20px;
    color: #fff;
}

h2#swal2-title {
    font-size: 1.3em !important;
}

.swal2-icon {
    font-size: 0.8em !important;
}

.bg-grey {
    background: var(--light-100);
}

.bg-black-rounded {
    color: #fff !important;
    background: #333;
    border-radius: 20px;
    padding: 10px 21px !important;
}

.bg-green-rounded {
    color: #fff !important;
    background: #199f09;
    border-radius: 20px;
    padding: 10px 21px !important;
}

.form-invalid {
    color: #e33535;
    font-size: 12px;
    margin-left: 10px;
}
/* END BASE*/

.btn-cikar {
    background: var(--secondary);
    color: #fff;
    padding: 7px 10px;
    border-radius: 8px;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    touch-action: none; /* 👈 dokunma ile kaydırmayı kapatır */
}

.root .page-header {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    background-color: var(--ui-colors-default-header-color);
    height: 83px;
    z-index: 100;
    box-shadow: 0px 2px 7px -5px rgba(0, 0, 0, 0.75);
    transition: .3s transform ease-out;
    background: #fff;
}

    .root .page-header.desktop {
        padding: 10px 50px;
    }

    .root .page-header .flex-row {
        display: flex;
        margin-right: 20px;
    }
        .root .page-header .flex-row.header-hamburger{display:none;}
        .root .page-header .flex-row.header-side-nav {
            margin-right: 0;
        }

        .root .page-header .flex-row.logo, .root .page-footer .flex-row.logo {
            position: relative;
            display: flex;
            align-items: center;
            width: auto;
            height: 60px;
            color: #fff;
            font-size: 13px;
        }

            .root .page-header .flex-row.logo img, .root .page-header .flex-row.logo a, .root .page-footer .flex-row.logo a {
                transition: .25s color ease;
                height: 100%;
            }

        .root .page-header .flex-row.header-router {
            margin-left: auto;
        }

            .root .page-header .flex-row.header-router .navbar-nav {
                align-items: center;
                display: flex;
                flex-direction: row;
            }

                .root .page-header .flex-row.header-router .navbar-nav .route-item {
                    position: relative;
                    display: inline-block;
                    margin: 0 .6rem;
                }

                    .root .page-header .flex-row.header-router .navbar-nav .route-item:hover .dropdown-menu {
                        display: block;
                        margin: 0 .9rem;
                        position: absolute;
                    }

                    .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu {
                        top: 35px;
                        left: -14px;
                        padding: 0;
                        background-color: #f8f8f8;
                        box-shadow: 0px 4px 12px rgba(9, 9, 9, .13);
                        min-width: 300px;
                        border: none;
                    }

                        .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item {
                            position: relative
                        }

                            .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item a {
                                display: block;
                                border-bottom: 1px solid #d5d8da;
                                -moz-transition: .2s color ease-in, .2s background-color ease-in;
                                -o-transition: .2s color ease-in, .2s background-color ease-in;
                                -webkit-transition: .2s color ease-in, .2s background-color ease-in;
                                transition: .2s color ease-in, .2s background-color ease-in;
                                line-height: 20px;
                                font-size: 13px;
                                font-weight: 500;
                                color: #00192F;
                                font-family: "Manrope", sans-serif;
                                padding: 15px;
                            }

                            .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item:hover a {
                                color: #e74c3c;
                            }

                            .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-menu .sub-item:last-child a {
                                border-bottom: 0
                            }

                    .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle {
                        position: relative;
                        font-size: 13px;
                        font-weight: 600;
                        color: #333;
                        padding: 15px 10px;
                        transition: .3s ease-in;
                        cursor: pointer;
                    }

                        .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle:hover {
                            color: #e74c3c;
                        }

                        .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle::after {
                            display: block;
                            position: absolute;
                            top: 0;
                            left: 0;
                            bottom: 0;
                            right: 0;
                            margin: auto;
                            width: 100%;
                            height: 1px;
                            content: '.';
                            color: transparent;
                            visibility: none;
                            opacity: 0;
                            z-index: -1;
                            transition: all .5s;
                        }

                        .root .page-header .flex-row.header-router .navbar-nav .route-item .dropdown-toggle:hover::after {
                            opacity: 1;
                            visibility: visible;
                            height: 100%;
                        }

        .root .page-header .flex-row.header-side-nav .nav-list {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 7px;
        }

        .root .page-header .flex-row.header-side-nav .nav-item {
            display: flex;
            margin: 0 .33rem;
        }

            .root .page-header .flex-row.header-side-nav .nav-item .nav-link:not(.no-border) {
                padding: 5px 20px;
                border: 2px solid #e20613;
                font-size: 13px;
                font-weight: 600;
                position: relative;
                -moz-transition: background-color .3s ease-in, color .3s ease-in;
                -o-transition: background-color .3s ease-in, color .3s ease-in;
                -webkit-transition: background-color .3s ease-in, color .3s ease-in;
                transition: background-color .3s ease-in, color .3s ease-in;
                color: #333;
                border-radius: 15px;
                -webkit-border-radius: 15px;
                will-change: background-color, color;
            }

                .root .page-header .flex-row.header-side-nav .nav-item .nav-link:not(.no-border):hover {
                    background-color: #e20613;
                    color: #fff
                }

            .root .page-header .flex-row.header-side-nav .nav-item.language {
                position: relative;
            }

                .root .page-header .flex-row.header-side-nav .nav-item.language > a {
                    width: auto;
                    height: 40px;
                    /* background-color: #fff; */
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    color: #707070;
                    font-size: 16px;
                }

                    .root .page-header .flex-row.header-side-nav .nav-item.language > a > span {
                        margin-right: 8px;
                    }

                        .root .page-header .flex-row.header-side-nav .nav-item.language > a > span img {
                            width: 21px;
                        }

                .root .page-header .flex-row.header-side-nav .nav-item.language .language-content {
                    position: absolute;
                    left: 0;
                    top: 100%;
                    width: 120px;
                    z-index: 10;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: translateY(15px);
                    transform: translateY(15px);
                    -webkit-transition: all 0.45s ease-in-out;
                    transition: all 0.45s ease-in-out;
                }

                .root .page-header .flex-row.header-side-nav .nav-item.language:hover .language-content {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: translateY(0);
                    transform: translateY(0);
                }

                .root .page-header .flex-row.header-side-nav .nav-item.language .language-content ul {
                    list-style-type: none;
                    padding: 0;
                    margin: 0;
                    background: #fff;
                    padding: 0;
                    border-radius: 0;
                    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
                }

                    .root .page-header .flex-row.header-side-nav .nav-item.language .language-content ul li a {
                        padding: 8px 8px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        color: #707070;
                        font-size: 16px;
                    }

                    .root .page-header .flex-row.header-side-nav .nav-item.language .language-content ul li:nth-child(odd) a {
                        background-color: #F5F5F5;
                    }

                    .root .page-header .flex-row.header-side-nav .nav-item.language .language-content ul li img {
                        width: 24px;
                    }

                    .root .page-header .flex-row.header-side-nav .nav-item.language .language-content ul li a > span {
                        padding-left: 9px;
                    }

            .root .page-header .flex-row.header-side-nav .nav-item.social a {
                padding: 0 10px;
                font-size: 20px;
            }

            .root .page-header .flex-row.header-side-nav .nav-item.social {
                padding-left: 7px;
            }

            .root .page-header .flex-row.header-side-nav .nav-item.language {
                padding-left: 20px;
            }


.float-nav {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

    .float-nav .bg1, .float-nav .bg2 {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: #00000085;
        top: 0;
        left: 100%;
        transition: all 0.7s ease 0.3s;
    }

    .float-nav .bg2 {
        background: var(--primary);
        transition-delay: 0s;
        opacity: 0.8;
    }

.float-nav img.flags {
    height: 30px;
}

    .float-nav .container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: none;
        padding: 0;
    }

    .float-nav ul {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 83px);
        opacity: 0;
        transition: all 0.3s ease 0s;
        padding: 0;
        /* margin-top: 100px; */
        width: 100%;
        overflow-y: scroll;
        padding: 100px 60px;
        /* align-items: center; */
        margin-top: 83px;
    }

        .float-nav ul li {
            /* flex: 1; */
            position: relative;
            margin-bottom: 20px;
            text-align: left;
            transition: all 0.2s ease 0.3s;
        }

    .float-nav ul li.ayrac {
        /* width: 40%; */
        /* border-bottom: 1px solid #fff; */
        height: 10px;
    }

    .float-nav li.social {
        display: flex;
        gap: 30px;
    }

            .float-nav ul li.menu-link:hover {
                transition: all 0.2s ease 0s;
            }

            .float-nav ul li.menu-link a:after {
                content: '';
                position: absolute;
                left: 100%;
                margin-left: 5px;
                top: 2px;
                width: 2px;
                height: 100%;
                background: #fff;
                transform: scaleY(0);
                transition: all ease 0.3s;
            }

            .float-nav ul li.menu-link a:before {
                content: '';
                position: absolute;
                right: 100%;
                margin-right: 11px;
                top: 2px;
                width: 2px;
                height: 100%;
                background: #fff;
                transform: scaleY(0);
                transition: all ease 0.3s;
            }

            .float-nav ul li.menu-link:hover a:before, .float-nav ul li.menu-link:hover a:after {
                transform: scaleY(1);
            }

            .float-nav ul li:last-child {
                margin-bottom: 0;
            }

            .float-nav ul li a {
                font-size: 20px;
                position: relative;
                color: #fff !important;
                /* letter-spacing: 0.4em; */
                font-weight: 500;
                cursor: pointer;
            }
  .float-nav ul li.social a {
                font-size: 26px;
                position: relative;
                color: #fff !important;
                /* letter-spacing: 0.4em; */
                font-weight: 500;
                cursor: pointer;
            }
.float-nav ul li.social-title {
    margin-top: 30px;
    color: #fff;
    font-size: 21px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
    .float-nav.active .bg1, .float-nav.active .bg2 {
        left: 0;
    }

    .float-nav.active .bg1 {
        transition-delay: 0s;
    }

    .float-nav.active .bg2 {
        transition-delay: 0.3s;
    }

    .float-nav.active ul {
        opacity: 1;
        transition-delay: 1s;
    }



.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 83px);
  overflow: hidden;
}

.banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-home section.banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home section.banner .overlay {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0,0,0,0));
    height: 100%;
    width: 100%;
    position: absolute;
}

.page-home section.banner .text-wrapper {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 40%;
    text-align: right;
}

    .page-home section.banner .text-wrapper .title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .page-home section.banner .text-wrapper .text {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }

    .page-home section.banner .text-wrapper .but {
        display: inline-block;
        padding: 12px 24px;
        border-radius: 8px;
        background: #c00;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

.page-home section.rakamlarla-transmap {
    border-bottom: 1px solid #d1d1d1;
}

    .page-home section.rakamlarla-transmap .wrapper {
        display: flex;
        justify-content: space-between;
    }

        .page-home section.rakamlarla-transmap .wrapper .item {
            width: calc((100% - 3px) /4);
            padding: 50px;
            border-right: 1px solid #d1d1d1;
        }

            .page-home section.rakamlarla-transmap .wrapper .item:last-child {
                border-right: none;
            }

            .page-home section.rakamlarla-transmap .wrapper .item .title {
                font-weight: 700
            }




.page-home section.hizmetler {
    padding: 100px 0;
}

    .page-home section.hizmetler .wrapper {
        width: calc(100% - ((100% - 40px) / 4));
    }

        .page-home section.hizmetler .wrapper .title {
            font-size: 15px;
            font-weight: 700;
        }

        .page-home section.hizmetler .wrapper .text {
            padding: 20px 0 50px;
            font-size: 30px;
            font-weight: 700;
        }

        .page-home section.hizmetler .wrapper .but {
            padding: 10px 30px;
            border-radius: 20px;
        }

            .page-home section.hizmetler .wrapper .but:hover {
                background: var(--secondary);
                color: #fff;
            }


    .page-home section.hizmetler .list {
        display: flex;
        gap: 30px;
        padding: 100px 0 0;
    }

        .page-home section.hizmetler .list .item {
            width: calc((100% - 90px) / 4);
            border: 1px solid #d1d1d1;
        }

        .page-home section.hizmetler .list .last-item {
            position: relative; /* Bunu mutlaka ekle */
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #fff;
            background: var(--primary);
            transition-duration: .5s;
            overflow: hidden; /* ::before taï¿½masï¿½n istiyorsan */
            border: none;
        }

            .page-home section.hizmetler .list .last-item > * {
                position: relative;
                z-index: 1;
            }

            .page-home section.hizmetler .list .last-item::before {
                background-image: url(/images/shape-triangle.svg);
                --background-overlay: '';
                background-position: top left;
                background-repeat: no-repeat;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 0;
                background-size: 105% auto;
            }

            .page-home section.hizmetler .list .last-item:hover {
                background: var(--secondary);
                transition-duration: .5s;
            }

            .page-home section.hizmetler .list .last-item .fake-button {
                padding: 20px;
                font-weight: 600;
            }

                .page-home section.hizmetler .list .last-item .fake-button i {
                    margin-left: 13px;
                    transform: rotate(45deg);
                }

        .page-home section.hizmetler .list .item:hover img {
            transform: scale(1.1);
            transition-duration: 0.5s;
        }

        .page-home section.hizmetler .list .item .image {
            height: 475px;
            width: 100%;
            overflow: hidden;
        }

            .page-home section.hizmetler .list .item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition-duration: 0.5s;
            }

        .page-home section.hizmetler .list .text {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .page-home section.hizmetler .list .text span {
                font-weight: 600;
            }

.page-home section.hakkimizda {
    padding-bottom: 100px;
}

    .page-home section.hakkimizda .wrapper {
        display: flex;
        gap: 50px;
    }

        .page-home section.hakkimizda .wrapper .item {
            width: calc((100% - 50px) /2);
        }

        .page-home section.hakkimizda .wrapper .text-container {
            border: 1px solid #d1d1d1;
            padding: 50px 30px;
            display: flex;
            flex-direction: column;
        }

            .page-home section.hakkimizda .wrapper .text-container .title {
                font-size: 15px;
                font-weight: 700;
            }

            .page-home section.hakkimizda .wrapper .text-container .subtitle {
                font-size: 32px;
                font-weight: 600;
                padding: 30px 0 45px;
                line-height: 1.3
            }

            .page-home section.hakkimizda .wrapper .text-container .text {
                padding-bottom: 40px;
            }

            .page-home section.hakkimizda .wrapper .text-container .button {
                margin-top: auto;
            }

                .page-home section.hakkimizda .wrapper .text-container .button .but {
                    padding: 10px 30px;
                    border-radius: 20px;
                    transition-duration: .5s;
                    font-size: 14px;
                }

                    .page-home section.hakkimizda .wrapper .text-container .button .but:hover {
                        background: var(--secondary);
                        color: #fff;
                        transition-duration: .5s;
                    }

        .page-home section.hakkimizda .wrapper .image {
        }

            .page-home section.hakkimizda .wrapper .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.page-home section.neden-transmap {
    background: #222;
    padding: 50px 0 0;
    position: relative;
    padding-bottom: 570px;
    margin-bottom: 150px;
}

    .page-home section.neden-transmap .wrapper {
        display: flex;
        gap: 100px;
        position: relative;
        z-index: 10;
    }

    .page-home section.neden-transmap .item {
        width: calc((100% - 100px) / 2)
    }

        .page-home section.neden-transmap .item.text-container {
            color: #fff;
        }

            .page-home section.neden-transmap .item.text-container .title {
                font-size: 15px;
                font-weight: 700;
                padding-bottom: 50px;
            }

            .page-home section.neden-transmap .item.text-container .subtitle {
                font-size: 26px;
                font-weight: 600;
                line-height: 1.3;
            }



        .page-home section.neden-transmap .item .accordion {
            /* max-width: 600px; */
            margin: auto;
            background: #fff;
            /* border-radius: 8px; */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            overflow: hidden;
            margin-top: 80px;
        }

        .page-home section.neden-transmap .item .accordion-item {
            border: none;
            border-bottom: 1px solid #ffffff;
        }

            .page-home section.neden-transmap .item .accordion-item:last-child {
                border: none;
            }

        .page-home section.neden-transmap .item .accordion-header {
            background: var(--secondary);
            cursor: pointer;
            padding: 30px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            font-size: 20px;
            transition: background 0.3s;
            color: #fff;
        }

            .page-home section.neden-transmap .item .accordion-header:hover {
                background: #c9070e;
            }

        .page-home section.neden-transmap .item .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.3s ease;
            padding: 0 20px;
        }

            .page-home section.neden-transmap .item .accordion-content.open {
                padding: 15px 20px;
            }

        .page-home section.neden-transmap .item .accordion-icon {
            font-size: 14px;
            transition: transform 0.3s;
        }

        .page-home section.neden-transmap .item .accordion-header.active .accordion-icon {
            transform: rotate(180deg);
        }

    .page-home section.neden-transmap .bg-image {
        position: absolute;
        width: 100%;
        /* height: 100%; */
        /* top: 420px; */
        bottom: 0;
    }

        .page-home section.neden-transmap .bg-image img {
            width: 100%;
            height: 700px;
            object-fit: cover;
        }

        .page-home section.neden-transmap .bg-image .teklif-text {
            margin-top: -120px;
            width: 100%;
        }

            .page-home section.neden-transmap .bg-image .teklif-text .text {
                color: #fff;
                font-size: 24px;
                font-weight: 700;
            }

            .page-home section.neden-transmap .bg-image .teklif-text .wrapper {
                border-top: 1px solid #fff;
                padding-top: 40px;
                justify-content: space-between;
                display: flex;
                align-items: center;
            }

            .page-home section.neden-transmap .bg-image .teklif-text .but {
                padding: 10px 30px;
                border-radius: 20px;
                background: var(--secondary);
                color: #fff;
            }

                .page-home section.neden-transmap .bg-image .teklif-text .but:hover {
                    background: #c9070e;
                }

                .page-home section.neden-transmap .bg-image .teklif-text .but i {
                    margin-left: 13px;
                    transform: rotate(45deg);
                }

.page-home section.kariyer {
    padding-bottom: 50px;
}

    .page-home section.kariyer .wrapper {
        display: flex;
        gap: 50px;
    }

        .page-home section.kariyer .wrapper .item {
            width: calc((100% - 50px) / 2);
        }

        .page-home section.kariyer .wrapper .text-container {
            padding: 50px 30px;
            display: flex;
            flex-direction: column;
        }

            .page-home section.kariyer .wrapper .text-container .title {
                font-size: 15px;
                font-weight: 700;
            }

            .page-home section.kariyer .wrapper .text-container .subtitle {
                font-size: 32px;
                font-weight: 600;
                padding: 30px 0 45px;
                line-height: 1.3;
            }

            .page-home section.kariyer .wrapper .text-container .text ul {
                padding: 20px 0 20px 20px;
            }

                .page-home section.kariyer .wrapper .text-container .text ul li {
                    list-style-type: disc;
                }

            .page-home section.kariyer .wrapper .text-container .button {
                margin-top: 20px;
            }

                .page-home section.kariyer .wrapper .text-container .button .but {
                    padding: 10px 30px;
                    border-radius: 20px;
                    transition-duration: .5s;
                    font-size: 14px;
                }

        .page-home section.kariyer .wrapper .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


.page-home section.referanslar {
    padding: 50px 0 100px;
    background: #E4E7EE4D;
    margin-top: 50px;
}



    .page-home section.referanslar .referans-slider {
        padding: 50px 0;
    }

        .page-home section.referanslar .referans-slider .image {
            padding: 10px;
            /* border: 1px solid #efefef; */
            height: 200px;
            display: flex;
            justify-content: center;
        }

            .page-home section.referanslar .referans-slider .image img {
                max-height: 200px;
                max-width: 100%;
                object-fit: cover;
                align-self: center;
                filter: grayscale(100%);
            }


    .page-home section.referanslar .yorum-slider {
        padding: 100px 0;
        /* border: 1px solid #e0e0e0; */
        -webkit-box-shadow: 0px 0px 45px -28px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 0px 45px -28px rgba(0,0,0,0.7);
        box-shadow: 0px 0px 45px -28px rgba(0,0,0,0.7);
        background: #fff;
    }


        .page-home section.referanslar .yorum-slider .wrapper {
            text-align: center;
            width: 80%;
            margin: 0 auto;
            padding-bottom: 40px;
        }

            .page-home section.referanslar .yorum-slider .wrapper .text {
                font: 300 28px / 42px Manrope;
                padding-bottom: 30px;
            }

            .page-home section.referanslar .yorum-slider .wrapper .title {
                font: 600 20px / 30px Manrope;
            }

        .page-home section.referanslar .yorum-slider .glide__arrows {
            text-align: center;
            position: absolute;
            bottom: 40px;
            left: calc(50% - 45px);
        }

            .page-home section.referanslar .yorum-slider .glide__arrows .glide__arrow {
                background: var(--primary);
                border: none;
                padding: 4px 16px;
                border: 1px solid var(--primary);
                color: #FFF;
                font-family: monospace;
            }

.page-home section.blog {
    padding: 100px 0;
}



.page-home section.blog .wrapper {
    padding-bottom: 30px;
}

        .page-home section.blog .wrapper .title {
            font-size: 15px;
            font-weight: 700;
        }

        .page-home section.blog .wrapper .text {
            padding: 20px 0 50px;
            font-size: 30px;
            font-weight: 700;
        }

        .page-home section.blog .wrapper .but {
            padding: 10px 30px;
            border-radius: 20px;
        }

            .page-home section.blog .wrapper .but:hover {
                background: var(--secondary);
                color: #fff;
            }

    .page-home section.blog .blog-slider a {
       overflow:hidden;
       width: 100%;
    }

    .page-home section.blog .blog-slider a:hover img {
        transform: scale(1.1);
        transition: .5s;
    }

    .page-home section.blog .blog-slider ul li {
        position: relative;
    }

    .page-home section.blog .blog-slider .image {
        width: 100%;
        height: 60vh;
        /* transition: .5s; */
        overflow: hidden;
    }

        .page-home section.blog .blog-slider .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: .5s;
        }

    .page-home section.blog .blog-slider .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 20px;
        text-align: left;
        box-sizing: border-box;
        z-index: 10;
        font-size: 23px;
        font-weight: 900;
        line-height: 1.2;
        font-family: 'Manrope', sans-serif;
    }

        .page-home section.blog .blog-slider ul li a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 50%;
            background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .85) 100%);
            z-index: 1;
        }

    .page-home section.blog .blog-slider .glide__arrow {
        background: var(--primary);
        padding: 10px 15px;
        color: #fff;
        font-weight: 700;
    }

    .page-home section.blog .blog-slider .glide__arrows {
        position: absolute;
        top: -70px;
        right: 0px;
    }


.page-teklif h1 {
    padding: 100px 0;
}

.page-teklif section.tabs .wrapper {
    display: flex;
}

    .page-teklif section.tabs .wrapper .item {
        width: calc(100% / 4);
        text-align: center;
        border-bottom: 5px solid #ddd;
        padding-bottom: 15px;
    }

        .page-teklif section.tabs .wrapper .item.active {
            border-bottom-color: var(--secondary);
        }

.page-teklif section.tabs .tab-content {
    padding: 50px 0;
    font-size: 15px;
    font-weight: 600;
}

    .page-teklif section.tabs .tab-content .image-radio-list label {
        display: flex;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        width: 100%;
        cursor: pointer;
        transition: border 0.3s ease;
        transition-duration: .5s;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        height: 100%;
    }

    .page-teklif section.tabs .tab-content .image-radio-list input[type="radio"] {
        display: none;
    }

        .page-teklif section.tabs .tab-content .image-radio-list input[type="radio"]:checked + label {
            /* border-color: #3f8942; */
            /* background-color: #f9fdf9; */
            box-shadow: rgb(76 175 80 / 36%) 0px 0px 20px 1px;
            transition-duration: .5s;
        }

    .page-teklif section.tabs .tab-content .image-radio-list img {
        max-width: 100%;
        height: auto;
    }

    .page-teklif section.tabs .tab-content .but {
        padding: 10px 30px;
        border-radius: 20px;
        background: var(--primary);
        color: #fff;
        margin-top: 30px;
        display: inline-block;
        transition-duration: .5s;
    }

        .page-teklif section.tabs .tab-content .but:hover {
            background: var(--secondary);
            transition-duration: .5s;
            color: #fff;
        }

    .page-teklif section.tabs .tab-content .content-flex {
        display: flex;
        gap: 100px;
        flex-wrap: wrap;
    }

        .page-teklif section.tabs .tab-content .content-flex .tab2-item {
            width: calc((100% - 100px) /2);
        }

            .page-teklif section.tabs .tab-content .content-flex .tab2-item h3 {
                padding-bottom: 30px;
            }

            .page-teklif section.tabs .tab-content .content-flex .tab2-item .select2-country {
                width: 100%;
                padding: 10px;
            }

            .page-teklif section.tabs .tab-content .content-flex .tab2-item .select2-selection {
                -webkit-box-shadow: 0;
                box-shadow: 0;
                background-color: #fff;
                border-radius: 0;
                color: #555555;
                font-size: 14px;
                outline: 0;
                min-height: 48px;
                text-align: left;
                margin-bottom: 20px;
            }

            .page-teklif section.tabs .tab-content .content-flex .tab2-item .select2-selection__rendered {
                margin: 10px;
            }

            .page-teklif section.tabs .tab-content .content-flex .tab2-item .select2-selection__arrow {
                margin: 10px;
            }

    .page-teklif section.tabs .tab-content .radio input {
        margin-right: 10px;
    }

        .page-teklif section.tabs .tab-content .radio input + label {
            margin-right: 10px;
        }

        .page-teklif section.tabs .tab-content .textbox-wrapper {
            display:flex;
            gap:20px;
            margin-bottom:20px;
            flex-wrap: wrap;
        }
            .page-teklif section.tabs .tab-content .textbox-wrapper div {
                width: calc((100% - 80px) / 5);
            }

    .page-teklif section.tabs .tab-content ul.image-radio-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
        .page-teklif section.tabs .tab-content ul.image-radio-list li {
            width: calc((100% - 80px) / 5);
            margin-bottom: 20px;
        }

.page-tasiyici section.tabs .tab-content ul.image-radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .page-tasiyici section.tabs .tab-content ul.image-radio-list li {
        width: calc((100% - 80px) / 5);
        margin-bottom: 20px;
    }

.page-tasiyici section.tabs .tab-content ul.image-check-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

    .page-tasiyici section.tabs .tab-content ul.image-check-list li {
        width: calc((100% - 80px) / 5);
        margin-bottom: 20px;
    }

.form-control {
    border-color: #d1d1d1;
    border-radius: 0;
    height: 48px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}
textarea.form-control {
    border-color: #d1d1d1;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}

.but-back {
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid var(--primary);
    color: #222;
    margin-top: 30px;
    display: inline-block;
    transition-duration: .5s;
    margin-right: 20px;
}

    .but-back:hover {
        background: #222;
        color: #fff;
    }

.page-teklif section.tabs .tab-content .content-flex .tab4-item {
    width: calc((100% - 100px) / 2);
}

    .page-teklif section.tabs .tab-content .content-flex .tab4-item .iti {
        width: 100%;
    }

    .page-teklif section.tabs .tab-content .content-flex .tab4-item .form-group {
        margin-bottom: 30px;
    }

    .page-teklif section.tabs .tab-content .content-flex .tab4-item textarea.form-control {
        height: auto;
    }

.page-tasiyici h1 {
    padding: 100px 0;
}

.page-tasiyici section.tabs .wrapper {
    display: flex;
}

    .page-tasiyici section.tabs .wrapper .item {
        width: calc(100% / 4);
        text-align: center;
        border-bottom: 5px solid #ddd;
        padding-bottom: 15px;
    }

        .page-tasiyici section.tabs .wrapper .item.active {
            border-bottom-color: var(--secondary);
        }

.page-tasiyici section.tabs .tab-content {
    padding: 50px 0;
    font-size: 15px;
    font-weight: 600;
}

    .page-tasiyici section.tabs .tab-content .content-flex {
        display: flex;
        gap: 100px;
        flex-wrap: wrap;
    }

    .page-tasiyici section.tabs .tab-content .image-radio-list label {
        display: flex;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        width: 100%;
        cursor: pointer;
        transition: border 0.3s ease;
        transition-duration: .5s;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }
    .page-tasiyici section.tabs .tab-content .image-check-list label {
        display: flex;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        width: 100%;
        cursor: pointer;
        transition: border 0.3s ease;
        transition-duration: .5s;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

        

    .page-tasiyici section.tabs .tab-content .image-radio-list input[type="radio"] {
        display: none;
    }

        .page-tasiyici section.tabs .tab-content .image-radio-list input[type="radio"]:checked + label {
            /* border-color: #3f8942; */
            /* background-color: #f9fdf9; */
            box-shadow: rgb(76 175 80 / 36%) 0px 0px 20px 1px;
            transition-duration: .5s;
        }



    .page-tasiyici section.tabs .tab-content .image-radio-list img {
        max-width: 70px;
        height: auto;
        margin-bottom: 20px !important;
    }




        .page-tasiyici section.tabs .tab-content .image-check-list label:nth-child(3n) {
            margin-right: 0;
        }

    .page-tasiyici section.tabs .tab-content .image-check-list input[type="checkbox"] {
        display: none;
    }

        .page-tasiyici section.tabs .tab-content .image-check-list input[type="checkbox"]:checked + label {
            /* border-color: #3f8942; */
            /* background-color: #f9fdf9; */
            box-shadow: rgb(76 175 80 / 36%) 0px 0px 20px 1px;
            transition-duration: .5s;
        }

    .page-tasiyici section.tabs .tab-content .image-check-list img {
        max-width: 75px;
        height: auto;
    }

    .page-tasiyici section.tabs .tab-content .but {
        padding: 10px 30px;
        border-radius: 20px;
        background: var(--primary);
        color: #fff;
        margin-top: 30px;
        display: inline-block;
        transition-duration: .5s;
    }

        .page-tasiyici section.tabs .tab-content .but:hover {
            background: var(--secondary);
            transition-duration: .5s;
            color: #fff;
        }

    .page-tasiyici section.tabs .tab-content .content-flex .tab2-item {
        width: calc((100% - 100px) /2);
    }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item h3 {
            padding-bottom: 30px;
        }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item .select2-country {
            width: 100%;
            padding: 10px;
        }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item .select2-selection {
            -webkit-box-shadow: 0;
            box-shadow: 0;
            background-color: #fff;
            border-radius: 0;
            color: #555555;
            font-size: 14px;
            outline: 0;
            min-height: 48px;
            text-align: left;
            margin-bottom: 20px;
        }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item .select2-selection__rendered {
            margin: 10px;
        }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item .select2-selection__arrow {
            margin: 10px;
        }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item .iti {
            width: 100%;
        }

        .page-tasiyici section.tabs .tab-content .content-flex .tab2-item .form-group {
            margin-bottom: 30px;
        }



.page-hizmetler section.hizmetler {
    padding: 100px 0;
}

    .page-hizmetler section.hizmetler .wrapper .title {
        font-size: 15px;
        font-weight: 700;
    }

    .page-hizmetler section.hizmetler .wrapper .text {
        padding: 20px 0 50px;
        font-size: 30px;
        font-weight: 700;
    }

    .page-hizmetler section.hizmetler .list {
        display: flex;
        gap: 30px;
        padding: 50px 0 0;
        flex-wrap: wrap;
    }

        .page-hizmetler section.hizmetler .list .item {
            width: calc((100% - 60px) / 3);
            border: 1px solid #d1d1d1;
        }

        .page-hizmetler section.hizmetler .list .last-item {
            position: relative; /* Bunu mutlaka ekle */
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #fff;
            background: var(--primary);
            transition-duration: .5s;
            overflow: hidden; /* ::before taï¿½masï¿½n istiyorsan */
            border: none;
        }



        .page-hizmetler section.hizmetler .list .item:hover img {
            transform: scale(1.1);
            transition-duration: 0.5s;
        }

        .page-hizmetler section.hizmetler .list .item .image {
            height: 520px;
            width: 100%;
            overflow: hidden;
        }

            .page-hizmetler section.hizmetler .list .item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition-duration: 0.5s;
            }

        .page-hizmetler section.hizmetler .list .text {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .page-hizmetler section.hizmetler .list .text span {
                font-weight: 600;
            }


.page-hizmet-detay section.head {
    padding: 100px 0;
}

    .page-hizmet-detay section.head .wrapper {
        display: flex;
        gap: 100px;
        align-items: center;
    }

        .page-hizmet-detay section.head .wrapper .item {
            width: calc((100% - 100px) / 2);
        }

            .page-hizmet-detay section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 600;
            }

            .page-hizmet-detay section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 700;
            }

            .page-hizmet-detay section.head .wrapper .item .subtitle {
                padding: 20px 0 50px;
                font-size: 30px;
                font-weight: 700;
            }

            .page-hizmet-detay section.head .wrapper .item .text ul {
                padding: 10px 0 10px 20px;
            }

                .page-hizmet-detay section.head .wrapper .item .text ul li {
                    list-style-type: disc;
                }

.page-hizmet-detay section.sub-header {
    padding: 50px 0;
    background: var(--secondary);
}

    .page-hizmet-detay section.sub-header .wrapper {
        display: flex;
        gap: 100px;
    }

        .page-hizmet-detay section.sub-header .wrapper .item {
            width: calc((100% - 100px) / 2);
            color: #FFF;
        }

            .page-hizmet-detay section.sub-header .wrapper .item .title {
                font-size: 18px;
                font-weight: 700;
                padding-bottom: 30px;
            }

            .page-hizmet-detay section.sub-header .wrapper .item .text {
                font-size: 14px;
                font-weight: 400;
            }

                .page-hizmet-detay section.sub-header .wrapper .item .text ul {
                    padding: 10px 0 10px 20px;
                }

                    .page-hizmet-detay section.sub-header .wrapper .item .text ul li {
                        list-style-type: disc;
                    }

.page-hizmet-detay section.image {
    height: 700px;
}

    .page-hizmet-detay section.image .image {
        width: 100%;
        height: 100%;
    }

        .page-hizmet-detay section.image .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.page-hizmet-detay section.neden-transmap {
    padding: 100px 0;
}

    .page-hizmet-detay section.neden-transmap .wrapper {
        display: flex;
        gap: 50px;
    }

        .page-hizmet-detay section.neden-transmap .wrapper .item {
            width: calc((100% - 50px) /2);
        }
            .page-hizmet-detay section.neden-transmap .wrapper .item .but i {
                margin-left: 13px;
                transform: rotate(45deg);
            }

        .page-hizmet-detay section.neden-transmap .wrapper .text-container {
            border: 1px solid #d1d1d1;
            padding: 50px 30px;
            display: flex;
            flex-direction: column;
        }

            .page-hizmet-detay section.neden-transmap .wrapper .text-container .title {
                font-size: 15px;
                font-weight: 700;
            }

            .page-hizmet-detay section.neden-transmap .wrapper .text-container .subtitle {
                font-size: 32px;
                font-weight: 600;
                padding: 30px 0 45px;
                line-height: 1.3
            }

            .page-hizmet-detay section.neden-transmap .wrapper .text-container .text ul {
                padding-left: 20px;
            }

                .page-hizmet-detay section.neden-transmap .wrapper .text-container .text ul li {
                    list-style-type: disc;
                }

            .page-hizmet-detay section.neden-transmap .wrapper .text-container .button {
                margin-top: 50px;
            }

                .page-hizmet-detay section.neden-transmap .wrapper .text-container .button .but {
                    padding: 10px 30px;
                    border-radius: 20px;
                    transition-duration: .5s;
                    font-size: 14px;
                }

                    .page-hizmet-detay section.neden-transmap .wrapper .text-container .button .but:hover {
                        background: var(--secondary);
                        color: #fff;
                        transition-duration: .5s;
                    }

        .page-hizmet-detay section.neden-transmap .wrapper .image {
        }

            .page-hizmet-detay section.neden-transmap .wrapper .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.page-hizmet-detay section.sss {
    background: #E4E7EE4D;
    padding: 100px 0;
}

    .page-hizmet-detay section.sss ul.faq {
        list-style: none;
        padding-left: 40px;
        padding-right: 20px;
    }

        .page-hizmet-detay section.sss ul.faq li {
            border-bottom: 1px solid #999999;
            margin-bottom: 15px;
        }

            .page-hizmet-detay section.sss ul.faq li.active .answer {
                max-height: 4000px !important;
                padding-bottom: 25px;
                transition: max-height 0.5s ease, padding-bottom 0.5s ease;
                background: #fff;
                padding: 20px 40px;
                border-radius: 20px;
                margin-bottom: 20px;
                visibility: visible;
                opacity: 1;
            }

            .page-hizmet-detay section.sss ul.faq li.active .question {
                transition: color 0.5s ease;
            }

        .page-hizmet-detay section.sss ul.faq .answer {
            max-height: 0;
            overflow: hidden;
            transition: 0.5s ease, padding-bottom 0.5s ease;
            background: #f7f7f7;
            padding: 0px 40px;
            border-radius: 20px;
            /* margin-bottom: 20px; */
            visibility: hidden;
            opacity: 0;
        }

        .page-hizmet-detay section.sss ul.faq .plus-minus-toggle {
            cursor: pointer;
            height: 14px;
            position: absolute;
            width: 14px;
            left: -40px;
            top: 45%;
            z-index: 2;
            font-size: 14px;
        }

            .page-hizmet-detay section.sss ul.faq .plus-minus-toggle:before, .page-hizmet-detay section.sss ul.faq .plus-minus-toggle:after {
                background: #000;
                content: '';
                height: 5px;
                left: 0;
                position: absolute;
                top: 0;
                width: 18px;
                transition: transform 500ms ease;
            }

            .page-hizmet-detay section.sss ul.faq .plus-minus-toggle:after {
                transform-origin: center;
            }

            .page-hizmet-detay section.sss ul.faq .plus-minus-toggle.collapsed:after {
                transform: rotate(90deg);
            }

            .page-hizmet-detay section.sss ul.faq .plus-minus-toggle.collapsed:before {
                transform: rotate(180deg);
            }

        .page-hizmet-detay section.sss ul.faq .question {
            font-size: 18px;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            padding: 20px 0;
            transition: color 0.5s ease;
        }


.page-hizmet-detay section.parallax {
    position: relative;
    height: 700px;
    overflow: hidden;
    width: 100%;
}

    .page-hizmet-detay section.parallax .parallax-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 900px; /* 700'den büyük olmalı ki scroll etkisi görülsün */
        object-fit: cover;
        z-index: -2;
        transform: translateY(0);
        transition: transform 0.1s ease-out;
    }

    .page-hizmet-detay section.parallax .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #00000042;
        z-index: -1;
    }

    .page-hizmet-detay section.parallax .parallax-content {
        position: absolute;
        z-index: 1;
        color: white;
        text-align: center;
        bottom: 20px;
        width: 100%;
    }

    .page-hizmet-detay section.parallax .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-hizmet-detay section.parallax .text {
        font-size: 24px;
        font-weight: 600;
    }

    .page-hizmet-detay section.parallax .but {
        padding: 10px 30px;
        border-radius: 20px;
        background: var(--secondary);
        color: #fff;
        /* font-size: 21px; */
    }

        .page-hizmet-detay section.parallax .but:hover {
            background: #c9070e
        }

  .page-hizmet-detay section.parallax .but i{
        margin-left: 13px;
                    transform: rotate(45deg);
    }




.page-pazarlar section.pazarlar {
    padding: 100px 0;
}

    .page-pazarlar section.pazarlar .wrapper .title {
        font-size: 15px;
        font-weight: 700;
    }

    .page-pazarlar section.pazarlar .wrapper .text {
        padding: 20px 0 50px;
        font-size: 16px;
        font-weight: 500;
    }

    .page-pazarlar section.pazarlar .list {
        display: flex;
        gap: 30px;
        padding: 50px 0 0;
        flex-wrap: wrap;
    }

        .page-pazarlar section.pazarlar .list .item {
            width: calc((100% - 60px) / 3);
            border: 1px solid #d1d1d1;
        }

        .page-pazarlar section.pazarlar .list .last-item {
            position: relative; /* Bunu mutlaka ekle */
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            color: #fff;
            background: var(--primary);
            transition-duration: .5s;
            overflow: hidden; /* ::before taï¿½masï¿½n istiyorsan */
            border: none;
        }



        .page-pazarlar section.pazarlar .list .item:hover img {
            transform: scale(1.1);
            transition-duration: 0.5s;
        }

        .page-pazarlar section.pazarlar .list .item .image {
            height: 520px;
            width: 100%;
            overflow: hidden;
        }

            .page-pazarlar section.pazarlar .list .item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition-duration: 0.5s;
            }

        .page-pazarlar section.pazarlar .list .text {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .page-pazarlar section.pazarlar .list .text span {
                font-weight: 600;
            }


.page-pazarlar-detay section.head {
    padding: 100px 0;
}

    .page-pazarlar-detay section.head .wrapper {
        display: flex;
        gap: 100px;
        align-items: center;
    }

        .page-pazarlar-detay section.head .wrapper .item {
            width: calc((100% - 100px) / 2);
        }

            .page-pazarlar-detay section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 600;
            }

            .page-pazarlar-detay section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 700;
            }

            .page-pazarlar-detay section.head .wrapper .item .subtitle {
                padding: 20px 0 50px;
                font-size: 30px;
                font-weight: 700;
            }

            .page-pazarlar-detay section.head .wrapper .item .text ul {
                padding: 10px 0 10px 20px;
            }

                .page-pazarlar-detay section.head .wrapper .item .text ul li {
                    list-style-type: disc;
                }

.page-pazarlar-detay section.sub-header {
    padding: 50px 0;
    background: var(--white-secondary);
}

    .page-pazarlar-detay section.sub-header .wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

        .page-pazarlar-detay section.sub-header .wrapper .item {
            width: calc((100% - 20px) / 2);
            color: #222;
            font-weight: 700;
        }

            .page-pazarlar-detay section.sub-header .wrapper .item .title {
                font-size: 18px;
                font-weight: 700;
                padding-bottom: 30px;
            }

            .page-pazarlar-detay section.sub-header .wrapper .item .text {
                font-size: 14px;
                font-weight: 400;
            }

                .page-pazarlar-detay section.sub-header .wrapper .item .text ul {
                    padding: 10px 0 10px 20px;
                }

                    .page-pazarlar-detay section.sub-header .wrapper .item .text ul li {
                        list-style-type: disc;
                    }






.page-pazarlar-detay section.parallax {
    position: relative;
    height: 700px;
    overflow: hidden;
    width: 100%;
}

    .page-pazarlar-detay section.parallax .parallax-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 900px; /* 700'den büyük olmalı ki scroll etkisi görülsün */
        object-fit: cover;
        z-index: -2;
        transform: translateY(0);
        transition: transform 0.1s ease-out;
    }

    .page-pazarlar-detay section.parallax .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #00000042;
        z-index: -1;
    }

    .page-pazarlar-detay section.parallax .parallax-content {
        position: absolute;
        z-index: 1;
        color: white;
        text-align: center;
        bottom: 20px;
        width: 100%;
    }

    .page-pazarlar-detay section.parallax .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-pazarlar-detay section.parallax .text {
        font-size: 24px;
        font-weight: 900;
    }

    
 .page-pazarlar-detay section.parallax .but {
        padding: 10px 30px;
        border-radius: 20px;
        background: var(--secondary);
        color: #fff;
        /* font-size: 21px; */
    }

        .page-pazarlar-detay section.parallax .but:hover {
            background: #c9070e
        }

  .page-pazarlar-detay section.parallax .but i{
        margin-left: 13px;
                    transform: rotate(45deg);
    }





.page-iletisim section.content {
    font-size: 20px;
}

    .page-iletisim section.content h1 {
        font: 50px Manrope;
        font-weight: 700;
        padding-bottom: 30px;
    }

    .page-iletisim section.content h2 {
        font: 50px Manrope;
        font-weight: 700;
        padding: 50px 0 20px;
    }

    .page-iletisim section.content h3 {
        font: 30px Manrope;
        font-weight: 700;
        /* padding-bottom: 30px; */
    }




    .page-iletisim section.content h2 span, .page-iletisim section.content h1 span {
        display: block;
        /* text-indent: 140px; */
    }

    .page-iletisim section.content .iletisim-bilgi-container {
        display: flex;
        gap: 100px;
        width: 100%;
        padding: 100px 0;
    }

        .page-iletisim section.content .iletisim-bilgi-container .left, .page-iletisim section.content .iletisim-bilgi-container .right {
            width: calc((100% - 100px) /2);
        }

        .page-iletisim section.content .iletisim-bilgi-container .right .map{
            height:100%;
        }
            .page-iletisim section.content .iletisim-bilgi-container .right .map iframe {
                height: 100%;
            }



        .page-iletisim section.content .iletisim-bilgi-container .left .item {
            padding-bottom: 30px;
        }

                .page-iletisim section.content .iletisim-bilgi-container .left .item .title {
                    font-weight: 700;
                }

    .page-iletisim section.content .form-container {
        background: #E4E7EE4D;
    }

    .page-iletisim section.content .form {
        width: 100%;
        padding: 50px 0;
        margin-top: 50px;
    }

        .page-iletisim section.content .form .wrapper {
            width: 100%;
            display: inline-block;
        }

            .page-iletisim section.content .form .wrapper div .invalid-feedback {
                font-size: 14px;
                margin-top: 0;
                color: #c10000;
            }

            .page-iletisim section.content .form .wrapper div {
                margin-bottom: 10px;
            }

        .page-iletisim section.content .form .title {
            font-family: Manrope, sans-serif;
            font-size: 30px;
            font-weight: 400;
            padding-bottom: 20px
        }

        .page-iletisim section.content .form input[type=text], .page-tasiyici-ol section.content .form textarea {
            background: #fff;
            width: 100%;
            /* margin-bottom: 10px; */
            padding: 7px 20px;
            font-size: 16px;
        }

        .page-iletisim section.content .form .form-label {
            font-size: 1rem;
            font-weight: 600;
        }

        .page-iletisim section.content .form .but {
            background: black;
            color: #FFF;
            padding: 5px 20px;
            font-size: 1rem;
        }

            .page-iletisim section.content .form .but:hover {
                background: var(--secondary);
                color: #FFF;
                padding: 5px 20px;
            }

        .page-iletisim section.content .form .form-check-custom {
            display: flex;
            /* padding:20px 0; */
        }

            .page-iletisim section.content .form .form-check-custom label {
                font-size: 15px;
                /* display: inline; */
                margin-left: 12px;
                line-height: 1.5;
            }

        .page-iletisim section.content .form .check-list {
            width: 100%;
        }

            .page-iletisim section.content .form .check-list label {
                font-size: 16px;
                margin-left: 10px;
            }

            

.page-blog section.blog {
    padding: 100px 0;
}

    .page-blog section.blog .blog-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

        .page-blog section.blog .blog-grid .item {
            position: relative;
            overflow: hidden;
            /* border-radius: 8px; */
        }

            .page-blog section.blog .blog-grid .item:hover img {
                transform: scale(1.1);
                transition: .5s;
            }

            .page-blog section.blog .blog-grid .item::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 50%; /* sadece alt %40'ı kaplasın */
                background: linear-gradient( to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .85) 100% );
                z-index: 1;
            }

            .page-blog section.blog .blog-grid .item .image {
                width: 100%;
                height: 50vh;
            }

                .page-blog section.blog .blog-grid .item .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                    transition: .5s;
                }



            /* Başlık overlay */
            .page-blog section.blog .blog-grid .item .text {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                /* yarı şeffaf siyah */
                color: #fff;
                padding: 20px;
                text-align: left;
                box-sizing: border-box;
                z-index: 10;
                font-size: 28px;
                font-weight: 900;
                line-height: 1.2;
                font-family: 'Manrope',sans-serif;
            }

/* Boyutlandırmalar */
.large {
    grid-column: span 2;
}

.medium {
    grid-column: span 1;
}

.half {
    grid-column: span 2;
}


.page-blog-detay section.head {
    padding: 100px 0;
}

    .page-blog-detay section.head .wrapper {
        /* display: flex; */
        /* gap: 100px; */
        /* align-items: center; */
    }

        .page-blog-detay section.head .wrapper .item {
            /* width: calc((100% - 100px) / 2); */
        }

            .page-blog-detay section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 600;
            }

            .page-blog-detay section.head .wrapper .item .subtitle {
                padding: 20px 0 50px;
                font-size: 30px;
                font-weight: 700;
            }

            .page-blog-detay section.head .wrapper .item .text ul {
                padding: 10px 0 10px 20px;
            }

                .page-blog-detay section.head .wrapper .item .text ul li {
                    list-style-type: disc;
                }

.page-blog-detay section.sub-header {
    padding: 50px 0;
    background: var(--white-secondary);
}

    .page-blog-detay section.sub-header .wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

        .page-blog-detay section.sub-header .wrapper .item {
            width: calc((100% - 20px) / 2);
            color: #222;
            font-weight: 700;
        }

            .page-blog-detay section.sub-header .wrapper .item .title {
                font-size: 18px;
                font-weight: 700;
                padding-bottom: 30px;
            }

            .page-blog-detay section.sub-header .wrapper .item .text {
                font-size: 14px;
                font-weight: 400;
            }

                .page-blog-detay section.sub-header .wrapper .item .text ul {
                    padding: 10px 0 10px 20px;
                }

                    .page-blog-detay section.sub-header .wrapper .item .text ul li {
                        list-style-type: disc;
                    }






.page-blog-detay section.parallax {
    position: relative;
    height: 700px;
    overflow: hidden;
    width: 100%;
}

    .page-blog-detay section.parallax .parallax-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 900px; /* 700'den büyük olmalı ki scroll etkisi görülsün */
        object-fit: cover;
        z-index: -2;
        transform: translateY(0);
        transition: transform 0.1s ease-out;
    }

    .page-blog-detay section.parallax .overlay {
        width: 100%;
        height: 40%;
        position: absolute;
        background: #00000042;
        z-index: -1;
        background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(35, 35, 35, .85) 100%);
        bottom: 0;
    }

    .page-blog-detay section.parallax .parallax-content {
        position: absolute;
        z-index: 1;
        color: white;
        /* text-align: center; */
        bottom: 50px;
        width: 100%;
    }

    .page-blog-detay section.parallax .wrapper {
        border-top: 1px solid #fff;
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-blog-detay section.parallax .text {
        font-size: 24px;
        font-weight: 900;
        width: 70%;
    }

    .page-blog-detay section.parallax .button {
    }


 .page-blog-detay section.parallax .but {
                padding: 10px 30px;
                border-radius: 20px;
                background: var(--secondary);
                color: #fff;
            }

                .page-blog-detay section.parallax.but:hover {
                    background: #c9070e;
                }

                .page-blog-detay section.parallax .but i {
                    margin-left: 13px;
                    transform: rotate(45deg);
                }




.page-kurumsal section.head {
    padding: 100px 0;
}

    .page-kurumsal section.head .wrapper {
        /* display: flex; */
        /* gap: 100px; */
        /* align-items: center; */
    }

        .page-kurumsal section.head .wrapper .item {
            /* width: calc((100% - 100px) / 2); */
        }

            .page-kurumsal section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 600;
            }

            .page-kurumsal section.head .wrapper .item .subtitle {
                padding: 20px 0 50px;
                font-size: 30px;
                font-weight: 700;
            }

            .page-kurumsal section.head .wrapper .item .text h3 {
                font-size: 26px;
                font-weight: 500;
                padding-bottom: 20px;
            }

            .page-kurumsal section.head .wrapper .item .text ul {
                padding: 10px 0 10px 20px;
            }

                .page-kurumsal section.head .wrapper .item .text ul li {
                    list-style-type: disc;
                }

.page-kurumsal section.sub-header {
    padding: 50px 0;
    background: var(--white-secondary);
}

    .page-kurumsal section.sub-header .wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

        .page-kurumsal section.sub-header .wrapper .item {
            width: calc((100% - 20px) / 2);
            color: #222;
            font-weight: 700;
        }

            .page-kurumsal section.sub-header .wrapper .item .title {
                font-size: 18px;
                font-weight: 700;
                padding-bottom: 30px;
            }

            .page-kurumsal section.sub-header .wrapper .item .text {
                font-size: 14px;
                font-weight: 400;
            }

                .page-kurumsal section.sub-header .wrapper .item .text ul {
                    padding: 10px 0 10px 20px;
                }

                    .page-kurumsal section.sub-header .wrapper .item .text ul li {
                        list-style-type: disc;
                    }




.page-yesil-lojistik section.head {
    padding: 100px 0;
}

    .page-yesil-lojistik section.head .wrapper {
        /* display: flex; */
        /* gap: 100px; */
        /* align-items: center; */
    }

        .page-yesil-lojistik section.head .wrapper .item {
            /* width: calc((100% - 100px) / 2); */
        }

            .page-yesil-lojistik section.head .wrapper .item .title {
                font-size: 15px;
                font-weight: 600;
            }

            .page-yesil-lojistik section.head .wrapper .item .subtitle {
                padding: 20px 0 50px;
                font-size: 30px;
                font-weight: 700;
            }

            .page-yesil-lojistik section.head .wrapper .item .text h3 {
                font-size: 26px;
                font-weight: 500;
                padding-bottom: 20px;
            }

            .page-yesil-lojistik section.head .wrapper .item .text ul {
                padding: 10px 0 10px 20px;
            }

                .page-yesil-lojistik section.head .wrapper .item .text ul li {
                    list-style-type: disc;
                }

.page-yesil-lojistik section.sub-header {
    padding: 50px 0;
    background: var(--white-secondary);
}

    .page-yesil-lojistik section.sub-header .wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

        .page-yesil-lojistik section.sub-header .wrapper .item {
            width: calc((100% - 20px) / 2);
            color: #222;
            font-weight: 700;
        }

            .page-yesil-lojistik section.sub-header .wrapper .item .title {
                font-size: 18px;
                font-weight: 700;
                padding-bottom: 30px;
            }

            .page-yesil-lojistik section.sub-header .wrapper .item .text {
                font-size: 14px;
                font-weight: 400;
            }

                .page-yesil-lojistik section.sub-header .wrapper .item .text ul {
                    padding: 10px 0 10px 20px;
                }

                    .page-yesil-lojistik section.sub-header .wrapper .item .text ul li {
                        list-style-type: disc;
                    }



.page-anket section.anket {
    padding: 100px 0;
}

    .page-anket section.anket .wrapper .title {
        font-size: 15px;
        font-weight: 700;
    }
    .page-anket section.anket .wrapper .title h1{
        font-size: 2rem;
    }

    .page-anket section.anket .wrapper .text {
        padding: 20px 0 50px;
        font-size: 16px;
        font-weight: 500;
    }

    .page-anket section.anket .list .star-rating {
        margin-top: 20px;
    }

    .page-anket section.anket  span.error {
        margin-top: 10px;
        color: #e33535;
        font-size: 12px;
    }


    .page-anket section.anket .detay textarea,     .page-anket section.anket .detay input[type=text] {
        border-radius: 0;
        font-size: 14px;
        outline: none !important;
        box-shadow: none !important;
        border: 1px solid #d3d3d3;
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .page-anket section.anket .detay  .radios {
        margin-top: 20px;
    }

        .page-anket section.anket .detay .radios input {
            margin-right: 10px;
        }

            .page-anket section.anket .detay .radios input + label {
                padding-right: 20px;
            }

    .page-anket section.anket .detay .but {
        padding: 10px 30px;
        border-radius: 20px;
        background: var(--primary);
        color: #fff;
        margin-top: 30px;
        display: inline-block;
        transition-duration: .5s;
    }

        .page-anket section.anket .detay .but:hover {
            background: var(--secondary);
            transition-duration: .5s;
            color: #fff;
        }




footer .footer-top .container {
    display: flex;
    padding: 100px 0;
    justify-content: flex-start;
    align-items: flex-end;
}

    footer .footer-top .container h2 {
        font: 500 36px Montserrat;
        width: 70%;
    }

    footer .footer-top .container .highlight {
        display: inline-block;
        color: var(--secondary);
        font: 500 40px Montserrat;
    }

    footer .footer-top .container .indent {
        display: block;
        padding-left: 2rem;
    }

    footer .footer-top .container a {
        display: inline-block;
        position: relative;
        padding: 0.8rem 1.9rem;
        cursor: pointer;
        border: 0;
        background-color: var(--secondary);
        color: #fff;
        text-decoration: none;
        border-radius: 1.66667rem;
        font: 500 21px Montserrat;
        transition: .2s;
    }

        footer .footer-top .container a:hover {
            background-color: #222;
            color: #FFF;
            transition: .2s;
        }

footer .footer-main {
    background-color: #222;
    padding: 30px 0;
    color: #fff;
}

    footer .footer-main .container {
        display: flex;
        flex-direction: row;
        gap: 50px;
        flex-wrap: nowrap;
    }

        footer .footer-main .container h2 {
            font-size: 26px;
            FONT-WEIGHT: 700;
        }

        footer .footer-main .container .item .logo img {
            width: 250px
        }

        footer .footer-main .container .item ul.social-media-icons {
            display: flex;
            gap: 20px;
            padding-top: 40px;
        }

            footer .footer-main .container .item ul.social-media-icons a {
                font-size: 30px;
                color: #fff;
            }

        footer .footer-main .container .item:nth-child(1) {
            width: 25%;
            padding: 30px 30px 30px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        footer .footer-main .container .item:nth-child(2) {
            width: 25%;
            padding: 30px 30px 30px 0;
            display: flex;
            flex-direction: column;
        }

            footer .footer-main .container .item:nth-child(2) ul li {
                padding-bottom: 10px;
            }

                footer .footer-main .container .item:nth-child(2) ul li:nth-child(2) {
                    font-size: 26px;
                }

        footer .footer-main .container .item:nth-child(3) {
            width: 20%;
            padding: 30px 30px 30px 0;
            display: flex;
            flex-direction: column;
        }

        footer .footer-main .container .item:nth-child(4) {
            width: 25%;
            padding: 30px 30px 30px 0;
            display: flex;
            flex-direction: column;
        }



footer .footer-bottom .container {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

    footer .footer-bottom .container .lizbon img {
        height: 16px;
    }
