*, *:after, *:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    color: #52555a;
    overflow-x: hidden
}

a, a:hover {
    text-decoration: none;
    color: #52555a
}

.qrt-text {
    line-height: 18px
}

.qrt-white {
    color: white !important
}

.qrt-white * {
    color: white !important
}

.qrt-text-right {
    text-align: right
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #28292c;
    margin: 0;
    font-family: "Commissioner", sans-serif
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #28292c
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #28292c
}

h1 {
    font-size: 72px;
    font-weight: 800;
    text-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1)
}

h2 {
    font-size: 42px;
    font-weight: 800
}

h3 {
    font-size: 20px;
    font-weight: 800
}

h4 {
    font-size: 16px
}

h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: "Roboto", sans-serif
}

.qrt-just-text {
    padding: 40px 0
}

.qrt-just-text p {
    margin-bottom: 20px
}

.qrt-just-text p:last-child {
    margin-bottom: 0
}

.qrt-just-text h3 {
    margin-bottom: 20px
}

.qrt-just-img {
    width: 100%
}

.wow {
    visibility: hidden;
}

blockquote {
    color: #28292c;
    font-size: 1rem;
    background: #F2861A;
    padding: 30px 30px 30px 35px;
    font-weight: 600;
    font-style: italic;
    position: relative
}

blockquote:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 16px;
    opacity: 0.5;
    color: #fff;
    top: 13px;
    left: 13px
}

blockquote:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 16px;
    opacity: 0.5;
    color: #fff;
    bottom: 13px;
    right: 13px;
    transform: rotate(180deg)
}

input:focus, input.form-control:focus, textarea:focus, textarea.form-control:focus, select:focus, select.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.qrt-divider {
    background: #52555a;
    width: 100%;
    margin: 40px 0;
    height: 1px;
    opacity: 0.3
}

.qrt-divider.qrt-space-fix {
    margin: 0 0 40px
}

.qrt-divider.qrt-space-fix-2 {
    margin: 20px 0 40px
}

.qrt-divider-2 {
    background: #F2861A;
    width: 90px;
    margin: 0 0 20px;
    height: 2px;
    border-radius: 1px
}

.qrt-btn {
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    margin-right: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #28292c;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    border: solid 2px transparent;
    box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1)
}

.qrt-btn span {
    white-space: nowrap;
    margin: 0 5px;
    align-self: center;
    transition: 0.4s ease-in-out
}

.qrt-btn i {
    display: block;
    font-size: 8px;
    margin: 0 5px 3px;
    align-self: center;
    transition: 0.4s ease-in-out
}

.qrt-btn.qrt-btn-md {
    height: 45px;
    font-size: 10px;
    padding: 2px 35px 0
}

.qrt-btn.qrt-btn-sm {
    height: 40px;
    font-size: 10px;
    padding: 1px 30px 0
}

.qrt-btn:hover {
    color: #fff
}

.qrt-btn:focus {
    outline: inherit;
    color: inherit
}

.qrt-btn.qrt-btn-color {
    background-color: #F2861A;
    color: #28292c
}

.qrt-btn.qrt-btn-color:hover {
    color: #28292c
}

.qrt-btn.qrt-btn-color:focus {
    outline: inherit;
    color: #28292c
}

.qrt-btn.qrt-btn-border {
    background-color: transparent;
    border-color: #fff
}

.qrt-btn.qrt-btn-border:focus {
    outline: inherit;
    color: white
}

.qrt-btn:hover i {
    transform: translateX(4px)
}

.qrt-link {
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 800;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #28292c;
    transition: 0.4s ease-in-out
}

.qrt-link:hover {
    color: #28292c
}

.qrt-link.qrt-white-link {
    color: white
}

.qrt-link.qrt-white-link:hover {
    color: white;
    transform: translateX(5px)
}

.qrt-link.qrt-color-link {
    color: #F2861A
}

.qrt-link.qrt-color-link:hover {
    color: #F2861A;
    transform: translateX(5px)
}

.qrt-link.qrt-w-chevron {
    padding-right: 10px
}

.qrt-link.qrt-w-chevron:after {
    position: absolute;
    font-family: "Font Awesome 5 free";
    content: '\f061';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    line-height: 13px;
    top: 0;
    transform: translateX(5px);
    transition: 0.4s ease-in-out
}

.qrt-link.qrt-w-chevron:hover {
    transform: translateX(0)
}

.qrt-link.qrt-w-chevron:hover:after {
    transform: translateX(10px)
}

.qrt-link:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.qrt-link i {
    font-size: 9px;
    margin-left: 3px
}

.qrt-link.qrt-left-link {
    padding-left: 10px;
    padding-right: 0
}

.qrt-link.qrt-left-link.qrt-w-chevron:after {
    content: '\f053';
    left: 0;
    transform: translateX(0)
}

.qrt-link.qrt-left-link.qrt-w-chevron:hover:after {
    transform: translateX(-4px)
}

.qrt-mr-20 {
    margin-right: 20px !important
}

.qrt-mb-80 {
    margin-bottom: 80px !important
}

.qrt-mb-40 {
    margin-bottom: 40px !important
}

.qrt-mb-30 {
    margin-bottom: 30px !important
}

.qrt-mb-20 {
    margin-bottom: 20px !important
}

.qrt-mb-25 {
    margin-bottom: 25px !important
}

.qrt-mb-10 {
    margin-bottom: 10px !important
}

.qrt-mb-5 {
    margin-bottom: 5px !important
}

.qrt-p-40-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.qrt-p-0-40 {
    padding-bottom: 40px
}

.qrt-p-40-0 {
    padding-top: 40px
}

.qrt-d-none {
    display: none
}

body {
    background-color: #fff
}

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1000
}

.main-content-wrapper {
    top: 100px;
    position: relative
}

.qrt-app {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.qrt-app.overflowable {
    overflow: initial;
    width: auto;
    height: auto
}

.qrt-app .qrt-preloader {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: white;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.qrt-app .qrt-preloader .qrt-preloader-content {
    width: 200px;
    text-align: center;
    margin-bottom: 60px
}

.qrt-app .qrt-preloader .qrt-preloader-content .qrt-preloader-load svg path:last-child {
    stroke: #F2861A
}

.qrt-app .qrt-preloader .qrt-preloader-content .qrt-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrt-app .qrt-preloader .qrt-preloader-content .qrt-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qrt-app .qrt-preloader .qrt-preloader-content .progressbar-text {
    top: 30px !important;
    color: #28292c
}

.qrt-app .qrt-most-top-bar {
    position: relative;
    height: 40px;
    width: 100%;
    padding: 0 25px 0 50px;
    z-index: 1000;
    transform-style: preserve-3d;
    display: flex;
    justify-content: end;
    align-items: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.qrt-app .qrt-most-top-bar .qrt-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 21px
}

.qrt-app .qrt-most-top-bar .qrt-buttons .qrt-search-btn img {
    width: 20px;
    height: 20px;
    transition: 0.4s ease-in-out;
    filter: brightness(0) invert(1);
}

.qrt-app .qrt-most-top-bar .qrt-buttons .qrt-search-btn {
    color: #fff;
    width: 21px;
    height: 21px;
    cursor: pointer
}

.qrt-app .qrt-most-top-bar .qrt-buttons .qrt-search-btn:hover img {
    filter: brightness(0) invert(1) drop-shadow(0 0 3px rgba(255,255,255,0.5));
}

.qrt-app .qrt-most-top-bar .qrt-search {
    border-radius: 0;
    position: absolute;
    top: -100px;
    right: 336px;
    width: 300px;
    height: 75px;
    background: transparent;
    z-index: -2;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.qrt-app .qrt-most-top-bar .qrt-search form {
    opacity: 0;
    width: 100%;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.qrt-app .qrt-most-top-bar .qrt-search form input {
    width: 100%;
    height: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    padding: 0 20px;
    color: white;
}

.qrt-app .qrt-most-top-bar .qrt-search form input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.qrt-app .qrt-most-top-bar .qrt-search form input::placeholder {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.qrt-app .qrt-most-top-bar .qrt-search.qrt-active {
  top: -18px;
    right: 336px;
}

.qrt-app .qrt-most-top-bar .qrt-search.qrt-active form {
    opacity: 1
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty {
    padding-left: 30px;
    display: flex
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li {
    margin-right: 5px
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li:last-child {
    margin-right: 0
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    height: 24px;
    width: 24px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    transition: 0.3s ease-in-out
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li a:hover {
    color: #fff;
    transform: scale(1.1);
    border-color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li a:hover .fa-facebook-f {
    color: #1877f2;
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li a:hover .fa-twitter {
    color: #1da1f2;
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li a:hover .fa-youtube {
    color: #ff0000;
}

.qrt-app .qrt-most-top-bar .qrt-buttons .fcty ul li a:hover .fa-instagram {
    color: #e4405f;
}

.qrt-app .qrt-most-top-bar .qrt-buttons .languages {
    padding-left: 30px
}

.qrt-app .qrt-most-top-bar .qrt-buttons .languages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.qrt-app .qrt-most-top-bar .qrt-buttons .languages ul li {
    border-right: 1px solid #878b8e;
    font-size: 13px
}

.qrt-app .qrt-most-top-bar .qrt-buttons .languages ul li:last-child {
    border-right: 0;
    font-size: 13px
}


.qrt-app .qrt-most-top-bar .qrt-buttons .languages ul li a {

    display: block;
    width: 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 0px 4px;
}











#exTab1 .tab-menu-buton li a{
    color: #4f555a;
    font-size: 14pt;
    font-weight: 500;
    background: 0 0;
    border: 0;
    /* border-radius: .25rem; */
    padding: 26px;
    background: #f3f3f3;
}

.nav-pills {
    justify-content: space-between;
    background: #f3f3f3;
    padding: 26px;
        margin-bottom: 50px;
}

 #exTab1 .tab-menu-buton  .active a {
  color: #ffffff;
    background-color: #F2861A;
}

/*

.qrt-app .qrt-most-top-bar .qrt-buttons .languages ul li a {
    color: #878b8e;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 5px;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}
*/
.qrt-app .qrt-most-top-bar .qrt-buttons .languages ul li a:hover, .qrt-app .qrt-most-top-bar .qrt-buttons .languages ul li a.selected {
    color: #fff
}

.qrt-app .qrt-top-bar {
    position: relative;
    height: 60px;
    width: 100%;
    background-color: white;
    padding: 0px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F2861A;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%)
}

.qrt-app .qrt-most-top-bar .qrt-logo {
    width: 160px;
    height: 95px;
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    left: calc((20rem - 160px) / 2);
    background: #ffffff;
    padding: 6px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.qrt-app .qrt-most-top-bar .qrt-logo:hover {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(242, 134, 26, 0.3);
    transform: translateY(-2px);
    border-color: rgba(242, 134, 26, 0.4);
}

.qrt-app .qrt-most-top-bar .qrt-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qrt-app .qrt-top-bar .qrt-logo {
    display: none;
}

.qrt-app .qrt-top-bar .qrt-menu {
    height: 60px;
    font-family: "Roboto", sans-serif;
    transition: 0.4s ease-in-out;
    position: relative;
    padding-left: 24rem;
    transition-duration: 0.5s
}

.qrt-app .qrt-top-bar .qrt-menu nav ul {
    padding: 0;
    margin: 0;
    display: flex
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li {
    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li img {
    width: 21px;
    margin-top: -2px;
    margin-right: 10px
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li:first-child {
    margin-left: 0
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li:last-child {
    margin-right: 0
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 22px;
    color: #4f555a;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s ease-in-out;
    position: relative;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #F2861A, #ff9f43);
    transition: 0.3s ease-in-out;
    transform: translateX(-50%);
    border-radius: 3px 3px 0 0;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li a:hover::after,
.qrt-app .qrt-top-bar .qrt-menu nav ul li.current-menu-item a::after {
    width: 80%;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li.current-menu-item a, .qrt-app .qrt-top-bar .qrt-menu nav ul li a:hover {
    color: #F2861A;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li ul {
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    visibility: hidden;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1000;
    transition: all 0.3s ease;
    transform: translateY(10px);
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li ul li {
    display: block;
    width: 100%;
    height: auto;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li ul li a {
    display: block;
    padding: 10px 20px;
    height: auto;
    line-height: 1.4;
    font-size: 13px;
    color: #4f555a;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.2s ease;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li ul li a:hover {
    background: #f8f9fa;
    color: #F2861A;
    padding-left: 25px;
}

.qrt-app .qrt-top-bar .qrt-menu nav ul li ul li a::after {
    display: none;
}

.qrt-app .qrt-top-bar .qrt-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-phone a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #149B4C, #0d7a3a);
    padding: 8px 16px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(20, 155, 76, 0.3);
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-phone a i {
    font-size: 16px;
    color: #fff;
    transform: rotate(0deg);
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-phone a:hover {
    background: linear-gradient(135deg, #0d7a3a, #149B4C);
    box-shadow: 0 4px 12px rgba(20, 155, 76, 0.4);
    transform: translateY(-2px);
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn {
    width: 35px;
    height: 35px;
    cursor: pointer
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span, .qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span:after, .qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span:before {
    content: "";
    display: block;
    width: 30px;
    height: 0.15em;
    border-radius: 1px;
    background: #4f555a;
    transition: 0.4s ease-in-out;
    backface-visibility: hidden
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span {
    position: relative;
    margin: 5px 0 0
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span:after, .qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span:before {
    position: absolute
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span:before {
    top: -8px
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn span:after {
    top: 8px
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-active span {
    transform: rotate(45deg)
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-active span:before {
    transform: translate(0px, 9px) rotate(-90deg)
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn.qrt-active span:after {
    transform: translate(0px, -8px) rotate(-90deg)
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn:hover span, .qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn:hover span:after, .qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn:hover span:before {
    background: #28292c
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-tse-ce {
    display: flex;
    justify-content: center;
    align-items: center
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-tse-ce a {
    transition: 0.4s ease-in-out
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-tse-ce a:hover {
    filter: opacity(0.9)
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-tse-ce a img,
.qrt-app .qrt-top-bar .qrt-buttons .qrt-tse-ce img {
    height: 60px;
    width: auto;
}

.qrt-app .qrt-top-bar .qrt-buttons .qrt-menu-btn {
    display: none
}

.qrt-app .qrt-left-bar {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    z-index: 11;
    height: calc(100vh - 100px); /* 100px header (footer üzerine taşsın) */
    width: 20rem;
    float: left;
    border-radius: 0;
   /* background-color: white;*/
    box-shadow: 2px 0px 10px 0px rgb(0 0 0 / 10%);

        background: #b5bfc387;
    backdrop-filter: blur(7.6px);
    /* Scrollbar Gizleme */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.qrt-app .qrt-left-bar::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
    width: 0;
    height: 0;
}


.popup-kapat{
    background: #fff;
    border: none;
    z-index: 9999;
    position: relative;
    display: block;
    float: left;
    /* width: 50px; */
    /* height: 34px; */
    float: right;
}

.popup-kapat img{
    width: 54px;
    margin-bottom: -58px;
    /* margin-left: 16px; */
    z-index: 99999;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 35px;
    padding: 4px;
    float: right;
    text-align: right;
}






.qrt-app .qrt-left-bar.fixed {
    position: fixed
}

/*.qrt-app .qrt-left-bar.has-scrollbottom-icon::after, .qrt-app .qrt-left-bar.has-scrollbottom-icon::before { content: ""; width: 20px; height: 20px; font-size: 1.125rem; line-height: 1; position: absolute; bottom: 20px; left: 50%; background-repeat: no-repeat; background-image: url(../img/svg/leftmenu/arrow-down.svg); margin-left: -9px; z-index: 1123; color: #3a3a3a; -webkit-animation-name: slowBounce; animation-name: slowBounce; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite }
*/
.qrt-app .qrt-left-bar.has-scrollbottom-icon::before {
    margin-bottom: 7px
}

@-webkit-keyframes slowBounce {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
}

@keyframes slowBounce {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    50% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
}

.qrt-app .qrt-left-bar .accordion .card {
    border-radius: 0;
    border: 0;
    overflow: inherit
}

.qrt-app .qrt-left-bar .accordion .card .card-header {
  /*  background-color: #fff; */
   /* border-bottom: 1px solid #707070;*/
    border-bottom: 1px solid #FFFFFF80;
    margin-bottom: 0;
    padding: 0
}

.qrt-app .qrt-left-bar .accordion .card .card-header a {
    display: flex;
    align-items: center;
    justify-content: start;
   /*color: #4f555a;*/
        color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
    padding: 0px 40px 0px 15px;
    border-radius: 0;
    position: relative
}

.qrt-app .qrt-left-bar .accordion .card .card-header a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: calc(100% - 5px);
    background-color: var(--bordercolor)
}

.qrt-app .qrt-left-bar .accordion .card .card-header a:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    background-image: url('../img/svg/leftmenu/arrow-down.svg');
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    transform: translate(-50%, 0);
    transition: 0.4s ease-in-out
}

.qrt-app .qrt-left-bar .accordion .card .card-header a.collapsed:after {
    background-image: url('../img/svg/leftmenu/arrow-right.svg');
    width: 8px;
    height: 14px
}

.qrt-app .qrt-left-bar .accordion .card .card-header a:hover, .qrt-app .qrt-left-bar .accordion .card .card-header a:not(.collapsed) {
    color: #000;
    background: #f3f3f3
}


.qrt-app .qrt-left-bar .accordion .card .card-header a img.machine {
    height: 80px;
    object-fit: contain;
    width: 90px;
    margin-right: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
    /* background: #b5bfc3; */
    /* border-radius: 35px 15px 5px 15px; */
    /* border: 1px solid #FFFFFF80; */
    /* backdrop-filter: blur(8.6px);*/

}


/*
.qrt-app .qrt-left-bar .accordion .card .card-header a img.machine {
    height: 90px;
    object-fit: contain;
    width: 105px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
}
*/
.qrt-app .qrt-left-bar .accordion .card .card-header a img.brand {
    height: 18px;
    object-fit: contain;
    width: 75px;
    display: block;
    margin-bottom: 4px
}

.qrt-app .qrt-left-bar .accordion .card .card-header strong {
    display: block
}

.qrt-app .qrt-left-bar .accordion .card-body {
    padding: 0;
    margin: 0
}

.qrt-app .qrt-left-bar .accordion .card-body ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.qrt-app .qrt-left-bar .accordion .card-body ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #c4c6c5;
    position: relative
}

.qrt-app .qrt-left-bar .accordion .card-body ul li>a {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #4f555a;
    font-size: 13px;
    line-height: 15px;
    text-transform: none;
    transition: 0.4s ease-in-out;
    padding: 5px 60px 5px 20px;
    border-radius: 0;
    font-weight: 500;
    position: relative
}

.qrt-app .qrt-left-bar .accordion .card-body ul li>a:after {
    content: '';
    position: absolute;
    background-size: 8px 14px;
    background-position: center;
    right: 0;
    top: 0;
    background-image: url('../img/svg/leftmenu/arrow-right.svg');
    background-repeat: no-repeat;
    width: 56px;
    height: 100%;
    transition: 0.4s ease-in-out
}

.qrt-app .qrt-left-bar .accordion .card-body ul li a:hover:after, .qrt-app .qrt-left-bar .accordion .card-body ul li a.active:after {
    background-color: var(--bordercolor)
}

.qrt-app .qrt-left-bar .accordion .card-body ul li a img.productmachine {
    height: 100px;
    object-fit: contain;
    width: 130px;
    margin-right: 20px;
    object-position: center
}

.qrt-app .qrt-left-bar .accordion .card-body ul li a img.productbrand {
    height: 20px;
    object-fit: contain;
    width: 80px;
    display: block;
    margin-bottom: 5px;
    object-position: left
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail {
    position: absolute;
    width: 550px;
    height: 400px;
    left: 100%;
    top: 0;
    display: none;
    background: var(--bgcolor);
    background: -moz-linear-gradient(top, var(--bgcolor) 0%, var(--bgcolor) 40%, #ffffff 40%, #ffffff 100%);
    background: -webkit-linear-gradient(top, var(--bgcolor) 0%, var(--bgcolor) 40%, #ffffff 40%, #ffffff 100%);
    background: linear-gradient(to bottom, var(--bgcolor) 0%, var(--bgcolor) 40%, #ffffff 40%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--bgcolor)', endColorstr='#ffffff', GradientType=0);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
    z-index: 100000000
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent {
    padding: 30px 40px 40px 30px
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .title {
    display: flex;
    justify-content: start;
    align-items: center
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .title img {
    width: 35px;
    margin-right: 25px
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .title span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    color: #fff
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .image {
    margin-top: 50px;
    text-align: center
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .image img {
    height: 180px;
    object-fit: contain;
    width: 360px;
    object-position: center
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle {
    margin-top: 20px;
    padding-left: 25px
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4f555a;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle a:hover {
    color: #000;
    transition: 0.4s ease-in-out
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle a span {
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    max-width: 60%
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle a span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    background: var(--rightbordercolor);
    height: 50px;
    transform: translate(0, -50%)
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle a span:after {
    display: none
}

.qrt-app .qrt-left-bar .accordion .card-body ul li .leftproductdetail .hovercontent .subtitle a img {
    width: 25px
}

.qrt-main-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.qrt-main-slider .qrt-project-cover {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.qrt-main-slider .qrt-project-cover .qrt-image-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qrt-main-slider .qrt-project-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0
}

.qrt-slider-navigation {
    position: absolute;
    top: 40%;
    z-index: 2;
    color: #fff;
    width: 100%;
    font-size: 20px;
    cursor: pointer
}

.qrt-slider-navigation .qrt-main-prev img, .qrt-slider-navigation .qrt-main-next img {
    filter: brightness(100);
    width: 12px;
    display: block;
}

.qrt-slider-navigation .qrt-main-prev {
    left: 20px;
    position: absolute;
    z-index: 3;
    background: rgb(79 85 90 / 50%);
    padding: 7px 10px;
    border-radius: 3px;
}

.qrt-slider-navigation .qrt-main-prev img {
    transform: rotate(180deg)
}

.qrt-slider-navigation .qrt-main-next {
    right: 40px;
    position: absolute;
    z-index: 3;
    background: rgb(79 85 90 / 50%);
    padding: 8px 10px;
    border-radius: 3px;
}


/* eski video css hali
.qrt-banner {
    background-color: #28292c;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 80px);
    width: calc(100% - 20rem);
    float: left
}
*/
.qrt-banner {
    background-color: #28292c;
    /* overflow: hidden; */
    position: relative;
    /* height: calc(100vh - 80px); */
    /* width: calc(100% - 20rem); */
    height: 100%;
    width: 100%;
    float: left;
}
.qrt-banner .qrt-image-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.qrt-banner.qrt-animated-zoom .qrt-image-frame {
    animation: zoom 20s linear infinite
}

.qrt-banner.qrt-animated-show .qrt-image-frame {
    animation: show 60s linear infinite
}

.qrt-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.qrt-banner .qrt-video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0
}

.qrt-banner .qrt-overlay .qrt-banner-title {
    width: 80%;
    margin: 0 auto;
    position: relative
}

.qrt-banner .qrt-overlay .qrt-banner-title h1 {
    line-height: 180px;
    text-transform: uppercase;
    color: #4f555a;
    mix-blend-mode: soft-light;
    opacity: 0.8;
    font-weight: 900;
    font-size: 186px
}

.qrt-banner .qrt-overlay .qrt-banner-title h1 span {
    display: block;
    padding-left: 200px;
    font-weight: 500
}

@keyframes zoom {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes show {
    0% {
        object-position: center
    }

    50% {
        object-position: left
    }

    100% {
        object-position: right
    }
}

@keyframes mouse {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

.qrty-footer {
    position: fixed;
    bottom: 0;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    z-index: 8;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}

.qrty-footer.notfixed {
    position: initial
}

.qrty-footer .footer-copyright {
    color: #5a5e61;
    font-size: 13px;
    padding-right: 15px;
    border-right: 1px solid #5a5e61;
}

.qrty-footer .footer-links {
    padding-left: 0;
}

.qrty-footer .footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.qrty-footer .footer-links ul li {
    border-right: none
}

.qrty-footer .footer-links ul li:last-child {
    border-right: 0
}

.qrty-footer .footer-links ul li a {

    color: #5a5e61;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 8px;
    line-height: 12px;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.qrty-footer .footer-links ul li a:hover {
    color: #000;
}

.qrty-footer .footer-logos {
    border-left: 1px solid #5a5e61;
    padding-left: 30px;
    padding-right: 45px
}

.qrty-footer .footer-logos ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.qrty-footer .footer-logos ul li {
    margin-right: 10px
}

.qrty-footer .footer-logos ul li:last-child {
    margin-right: 0px
}

.qrty-footer .footer-logos ul li a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.qrty-footer .footer-logos ul li a img {
    height: 14px
}

.qrty-footer .footer-logos ul li a:hover img {
    filter: contrast(2)
}

.qrt-scroll-hint {
    position: absolute;
    top: 40px;
    right: 40px
}

.qrt-scroll-hint span {
    display: block;
    position: relative;
    width: 25px;
    height: 40px;
    border-radius: 15px;
    border: solid 2px #F2861A
}

.qrt-scroll-hint span:before {
    content: 'Scroll Down';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    width: 100px;
    text-align: right;
    position: absolute;
    bottom: -75px;
    right: -38px;
    color: #fff;
    transform: rotate(90deg)
}

.qrt-scroll-hint span:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #F2861A;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 45%;
    animation: mouse 1s ease-in-out infinite
}

.qrt-hint-frame {
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #28292c;
    height: 240px;
    width: 90px
}

.qrt-hint-frame.qrt-left {
    left: 0;
    right: auto
}

.qrt-hint-frame .qrt-scroll-hint {
    position: absolute;
    top: 40px;
    right: 33px
}

.qrt-hint-frame .qrt-scroll-hint span {
    display: block;
    position: relative;
    width: 25px;
    height: 40px;
    border-radius: 15px;
    border: solid 2px #F2861A
}

.qrt-app .qrt-top-bar .qrt-menu .qrt-dynamic-menu {
    pointer-events: all;
    opacity: 1;
    transition: 0.4s ease-in-out
}

.qrt-app .qrt-top-bar .qrt-menu .qrt-dynamic-menu nav ul li.current-menu-item:after {
    content: '';
    width: 135%;
    transition: 0.4s ease-in-out
}

html.is-animating .qrt-app .qrt-top-bar .qrt-menu .qrt-dynamic-menu {
    pointer-events: none;
    opacity: 0.999;
    transition: 0.4s ease-in-out
}

html.is-animating .qrt-app .qrt-top-bar .qrt-menu .qrt-dynamic-menu nav ul li.current-menu-item:after {
    content: '';
    width: 0
}

html.is-animating .qrt-app .qrt-top-bar .qrt-menu .qrt-dynamic-menu nav ul li ul {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s ease-in-out
}

.qrt-dynamic-content {
    pointer-events: all;
    position: relative;
    opacity: 1;
    transition: 0.4s ease-in-out
}

.qrt-dynamic-content .qrt-banner, .qrt-dynamic-content .qrt-half-banner {
    transform: translateY(0);
    transition: 0.4s ease-in-out
}

.qrt-dynamic-content .qrt-banner .qrt-video-background, .qrt-dynamic-content .qrt-banner img, .qrt-dynamic-content .qrt-half-banner .qrt-video-background, .qrt-dynamic-content .qrt-half-banner img {
    transform: translateX(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s
}

.qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-scroll-hint, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-scroll-hint {
    opacity: 1;
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s
}

.qrt-dynamic-content .qrt-banner .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-half-banner .qrt-overlay .qrt-banner-title {
    opacity: 1;
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s
}

.qrt-dynamic-content .qrt-slider-navigation {
    transform: translateY(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s
}

.qrt-dynamic-content .qrt-main-slider, .qrt-dynamic-content .qrt-main-slider-onepage {
    transform: translateY(0);
    transition: 0.4s ease-in-out
}

.qrt-dynamic-content .qrt-main-slider .qrt-project-cover .video-background, .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .video-background {
    transform: translateX(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s
}

.qrt-dynamic-content .qrt-main-slider .qrt-project-cover .qrt-image-frame, .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .qrt-image-frame {
    transform: translateX(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s
}

.qrt-dynamic-content .qrt-main-slider .qrt-project-cover .qrt-overlay .qrt-banner-title, .qrt-dynamic-content .qrt-main-slider-onepage .qrt-project-cover .qrt-overlay .qrt-banner-title {
    opacity: 1;
    transition: 0.4s ease-in-out;
    transition-delay: 0.8s
}

.qrt-dynamic-content .qrt-map-frame {
    transform: translateY(0);
    transition: 0.4s ease-in-out
}

.qrt-dynamic-content .qrt-map-frame .qrt-map {
    opacity: 1;
    transform: scale(1);
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s
}

.qrt-dynamic-content .qrt-about-me-cover, .qrt-dynamic-content .qrt-page-cover {
    width: 100%;
    transition: 0.4s ease-in-out
}

.qrt-dynamic-content .qrt-about-me-cover img, .qrt-dynamic-content .qrt-page-cover img {
    opacity: 1;
    transition: 0.4s ease-in-out;
    transition-delay: 0.4s
}

.qrt-dynamic-content .qrt-about-me-cover .qrt-about-info, .qrt-dynamic-content .qrt-about-me-cover .qrt-hint-frame, .qrt-dynamic-content .qrt-page-cover .qrt-about-info, .qrt-dynamic-content .qrt-page-cover .qrt-hint-frame {
    transform: translateY(0);
    transition: 0.4s ease-in-out;
    transition-delay: 0.6s
}

.qrt-app .qrt-left-bar .qrt-current-page-title {
    padding-right: 40px;
    opacity: 1;
    letter-spacing: 2px;
    transition: 0.4s ease-in-out
}

.qrt-page-cover {
    overflow: hidden;
    background-color: #dee1e6;
    position: relative;
    padding-bottom: 55%
}

.qrt-page-cover img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%
}

.qrt-page-cover.qrt-cover-center img {
    object-position: center
}

.qrt-page-cover .qrt-about-info {
    padding: 20px;
    width: 300px;
    background-color: #28292c;
    position: absolute;
    left: 0;
    bottom: 0
}

.qrt-page-cover .qrt-about-info.qrt-info-lg {
    width: 450px;
    left: auto;
    right: 0
}

.qrt-page-cover .qrt-about-info.qrt-right-position {
    right: 0;
    left: auto
}

.qrt-page-cover .qrt-about-info .qrt-table li span {
    transform: translateY(-1px);
    color: white;
    opacity: 0.6
}

.qrt-about-me-cover {
    overflow: hidden;
    position: relative;
    background-color: #dee1e6;
    padding-bottom: 105%;
    margin-bottom: 40px
}

.qrt-about-me-cover img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0
}

.qrt-member-about {
    margin-bottom: 40px
}

.qrt-counter-frame {
    margin-bottom: 40px
}

.qrt-counter-frame .qrt-counter-box .qrt-counter {
    display: block;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #28292c
}

.qrt-team-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px
}

.qrt-team-member .qrt-team-item {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 105%;
    filter: brightness(95%);
    transition: 0.4s ease-in-out
}

.qrt-team-member .qrt-team-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.qrt-team-member .qrt-team-item:hover {
    filter: brightness(105%)
}

.qrt-team-member .qrt-team-member-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28292c;
    padding: 15px 20px
}

.qrt-team-member .qrt-team-member-description .qrt-member-more {
    background-color: #F2861A;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28292c
}

.qrt-price {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background: white;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
    margin-bottom: 40px;
    transition: 0.4s ease-in-out
}

.qrt-price.qrt-popular-price {
    transform: scale(1.03)
}

.qrt-price.qrt-popular-price:before {
    font-size: 9px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 99;
    top: 15px;
    font-weight: 600;
    color: #28292c;
    right: -78px;
    content: 'POPULAR';
    padding: 2px 0 1px;
    width: 200px;
    text-align: center;
    background: #F2861A
}

.qrt-price .qrt-price-body {
    position: relative;
    padding: 20px
}

.qrt-price .qrt-price-body .qrt-asterisk {
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 0;
    text-align: center;
    font-size: 8px;
    opacity: 0.4
}

.qrt-price .qrt-price-body .qrt-price-cost {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 10px
}

.qrt-price .qrt-price-body .qrt-price-cost .qrt-number {
    font-size: 36px;
    color: #28292c;
    font-weight: 800;
    margin-bottom: 0
}

.qrt-price .qrt-price-body .qrt-price-cost .qrt-number span {
    color: #28292c;
    font-size: 12px;
    padding: 0 5px;
    opacity: 0.6
}

.qrt-price .qrt-price-body .qrt-price-cost .qrt-number sup {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 0
}

.qrt-price .qrt-price-body .qrt-price-list {
    padding: 0;
    margin: 0 0 30px
}

.qrt-price .qrt-price-body .qrt-price-list li {
    list-style-type: none;
    margin-bottom: 15px
}

.qrt-price .qrt-price-body .qrt-price-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 5px;
    font-size: 9px;
    color: #F2861A
}

.qrt-price .qrt-price-body .qrt-price-list li.qrt-empty-item {
    opacity: 0.3
}

.qrt-price .qrt-price-body .qrt-price-list li.qrt-empty-item:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    margin-right: 5px;
    font-size: 9px;
    color: #F2861A
}

.qrt-timeline {
    position: relative
}

.qrt-timeline::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    height: calc(100% - 5px);
    width: 1px;
    background: #dee1e6
}

.qrt-timeline .qrt-timeline-item {
    position: relative
}

.qrt-timeline .qrt-timeline-item .qrt-timeline-mark {
    position: absolute;
    top: 6px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 3px #F2861A;
    background: white
}

.qrt-timeline .qrt-timeline-item:hover .qrt-timeline-mark-light {
    animation: puls 1s infinite
}

.qrt-timeline .qrt-timeline-item .qrt-timeline-content {
    position: relative;
    margin-left: 30px;
    margin-bottom: 40px
}

.qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header {
    width: 100%
}

.qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header .qrt-date {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    color: #dee1e6;
    margin-left: auto;
    background: #28292c;
    padding: 4px 15px;
    font-size: 10px
}

.qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header .qrt-date::before {
    content: '';
    position: absolute;
    top: 7px;
    left: -4px;
    height: 8px;
    width: 8px;
    background: #28292c;
    transform: rotate(45deg)
}

.qrt-timeline .qrt-timeline-item .qrt-timeline-content .qrt-card-header .qrt-el-suptitle {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 20px
}

.qrt-timeline .qrt-timeline-item:last-child .qrt-timeline-content {
    margin-bottom: 0
}

.qrt-testimonial {
    position: relative;
    margin-bottom: 20px
}

.qrt-testimonial:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
    font-size: 16px;
    opacity: 0.6;
    color: #eee;
    top: 15px;
    right: 20px;
    transform: rotate(180deg)
}

.qrt-testimonial .qrt-testimonial-header {
    display: flex;
    margin-bottom: 20px;
    align-items: center
}

.qrt-testimonial .qrt-testimonial-header img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%
}

.qrt-testimonial .qrt-testimonial-header .qrt-testimonial-name {
    padding-left: 15px
}

.qrt-testimonial .qrt-stars {
    background-color: #28292c;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    padding: 3px 10px;
    display: inline-flex;
    margin-top: 20px
}

.qrt-testimonial .qrt-stars li {
    padding: 0 2px;
    list-style-type: none
}

.qrt-testimonial .qrt-stars li i {
    font-size: 10px;
    color: #F2861A
}

.qrt-testimonial .qrt-stars li.qrt-empty i {
    color: white;
    opacity: 0.3
}

.qrt-brands-slider {
    margin-bottom: 40px;
    pointer-events: none
}

.qrt-brands-slider .swiper-slide img {
    width: 90px;
    margin-left: auto;
    margin-right: auto
}

.qrt-call-to-action {
    padding: 20px 40px;
    background-color: #28292c;
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between
}

.qrt-call-to-action h4 {
    color: white;
    margin-right: 80px
}

.qrt-call-to-action.qrt-call-to-action-white {
    background-color: white
}

.qrt-call-to-action.qrt-call-to-action-white h4 {
    color: #28292c
}

.qrt-icon-box {
    margin-bottom: 40px
}

.qrt-icon-box img {
    width: 50px;
    margin-bottom: 20px
}

.qrt-icon-box h4 {
    margin-bottom: 20px
}

.qrt-form-field input, .qrt-form-field textarea {
    height: 50px;
    width: 100%;
    background: white;
    border: none;
    color: #28292c;
    font-size: 14px;
    padding-left: 65px;
    padding-right: 15px;
    box-shadow: 0 1px 2px 0 rgba(45, 45, 60, 0.1);
    margin-bottom: 0;
    transition: 0.4s ease-in-out
}

::placeholder {
    font-size: 14px;
    color: #28292c;
    letter-spacing: 2px
}

::-webkit-input-placeholder {
    color: #28292c;
    opacity: 1;
}

::-moz-placeholder {
    color: #28292c;
}

:-ms-input-placeholder {
    color: #28292c;
}

:-moz-placeholder {
    color: #28292c;
}

.qrt-form-field textarea {
    padding-left: 15px;
    padding-top: 15px;
    height: 150px;
    border-left: solid 50px white
}

.qrt-form-field textarea.qrt-active {
    border-color: #F2861A
}

.qrt-form-field textarea:focus {
    border-color: #F2861A
}

.qrt-contact-form .qrt-input:focus {
    outline: none
}

.qrt-contact-form .qrt-input.qrt-active + label, .qrt-contact-form .qrt-input:focus + label {
    background: #F2861A;
    color: #28292c
}

.qrt-form-field {
    position: relative;
    margin-bottom: 20px
}

.qrt-contact-form label {
    text-align: center;
    color: #28292c;
    position: absolute;
    height: 50px;
    width: 50px;
    background: white;
    top: 0;
    left: 0;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 53px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    cursor: text
}

.qrt-submit-frame {
    position: relative;
    height: 45px
}

.qrt-submit-button span {
    opacity: 1
}

.qrt-submit-button.qrt-active {
    position: relative;
    overflow: hidden
}

.qrt-submit-button.qrt-active span {
    transform: translateY(-200%);
    opacity: 0
}

.qrt-submit-button:after {
    content: 'Success!';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(300%)
}

.qrt-submit-button.qrt-active:after {
    transform: translateY(15px)
}

.qrt-post-date {
    background-color: #28292c;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 8px;
    color: white;
    font-size: 10px
}

.qrt-post-date span {
    margin-right: 10px
}

.qrt-post-date span i {
    margin-right: 7px
}


.play-btn {
  width: 150px;
  height: 150px;
  background: radial-gradient( rgb(229 27 27) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0px auto;
/*  box-shadow: 0px 0px 25px 3px rgb(229 27 27); */
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255);
    top: 8%;
    left: 7%;
    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}



.qrt-post-frame {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

.qrt-post-frame.qrt-popular:before {
    font-size: 10px;
    position: absolute;
    z-index: 9;
    transform: rotate(45deg);
    z-index: 99;
    top: 15px;
    font-weight: 600;
    color: #28292c;
    right: -78px;
    content: 'POPULAR';
    padding: 2px;
    width: 200px;
    text-align: center;
    background: #F2861A
}

.qrt-post-frame .qrt-post-thumb {
    background-color: #28292c;
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    filter: brightness(90%);
    transition: 0.4s ease-in-out
}

.qrt-post-frame .qrt-post-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

.qrt-post-frame .qrt-post-thumb:hover {
    filter: brightness(110%)
}

.qrt-post-frame .qrt-post-thumb .qrt-post-date {
    background-color: #f7f8f8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0 5px 10px;
    color: #28292c;
    font-size: 9px;
    position: absolute;
    top: 0;
    left: 0
}

.qrt-post-frame .qrt-post-thumb .qrt-post-date span {
    margin-right: 10px
}

.qrt-post-frame .qrt-post-thumb .qrt-post-date span i {
    margin-right: 7px
}

.qrt-post-frame .qrt-post-descr {
    width: 100%;
    padding-left: 0
}

.qrt-post-frame .qrt-post-descr .qrt-post-title {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical
}

.qrt-post-frame .qrt-post-descr .qrt-port-short-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical
}

.qrt-post-frame .qrt-post-descr a {
    color: #28292c
}

.qrt-post-frame .qrt-post-descr a:hover {
    color: #28292c
}

.qrt-post-frame.qrt-sm-post {
    flex-direction: row;
    margin-bottom: 10px
}

.qrt-post-frame.qrt-sm-post .qrt-post-thumb {
    margin-bottom: 0;
    width: 40%;
    padding-bottom: 27%
}

.qrt-post-frame.qrt-sm-post .qrt-post-descr {
    width: 60%;
    padding-left: 10px
}

.qrt-post-frame.qrt-sm-post .qrt-post-descr .qrt-post-title {
    font-size: 14px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical
}

.qrt-post-frame.qrt-sm-post .qrt-post-descr .qrt-port-short-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical
}

.qrt-post-frame.qrt-lg-post .qrt-post-thumb {
    margin-bottom: 0;
    padding-bottom: 50%
}

.qrt-post-frame.qrt-lg-post .qrt-post-descr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #28292c;
    padding: 20px 30px
}

.qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-post-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: none
}

.qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-post-title a {
    color: white
}

.qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-port-short-text {
    max-width: 500px;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.qrt-post-frame.qrt-lg-post .qrt-post-descr .qrt-work-more {
    margin-left: 40px;
    background-color: #F2861A;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28292c
}

.qrt-blog-pagination {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 55px;
    padding: 0 10px
}

.qrt-blog-pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px
}

.qrt-blog-pagination li a {
    height: 45px;
    line-height: 32px;
    min-width: 45px;
    text-align: center;
    border: none;
    color: #28292c;
    background: white;
    transition: 0.4s ease-in-out
}

.qrt-blog-pagination li a.qrt-active {
    color: #28292c;
    background: #F2861A
}

.qrt-blog-pagination li a.qrt-active:hover {
    background: #F2861A
}

.qrt-blog-pagination li a:hover {
    background: white;
    color: #28292c
}

.qrt-table {
    color: #28292c;
    padding: 0;
    margin: 0
}

.qrt-table li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.qrt-table li:last-child {
    margin-bottom: 0
}

.qrt-table li span {
    transform: translateY(-1px);
    color: #52555a
}

.qrt-table li a {
    color: #52555a;
    transition: 0.4s ease-in-out
}

.qrt-table li a:hover {
    color: #28292c
}

.qrt-instagram .qrt-instagram-frame {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
    overflow: hidden
}

.qrt-instagram .qrt-instagram-frame .qrt-instagram-item {
    position: relative;
    width: 33.333333%;
    padding: 0 5px;
    margin-bottom: 10px;
    transition: 0.4s ease-in-out
}

.qrt-instagram .qrt-instagram-frame .qrt-instagram-item .qrt-instagram-image-frame {
    position: relative;
    padding-bottom: 100%;
    filter: brightness(90%);
    transition: 0.4s ease-in-out
}

.qrt-instagram .qrt-instagram-frame .qrt-instagram-item .qrt-instagram-image-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.qrt-instagram .qrt-instagram-frame .qrt-instagram-item .qrt-instagram-image-frame:hover {
    filter: brightness(120%)
}

.qrt-social-list {
    padding: 0;
    margin: 0;
    display: flex
}

.qrt-social-list li {
    list-style-type: none;
    margin-right: 10px
}

.qrt-social-list li:last-child {
    margin-right: 0
}

.qrt-social-list li a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28292c;
    font-size: 12px;
    height: 35px;
    width: 35px;
    border: solid 1px #28292c;
    transition: 0.4s ease-in-out
}

.qrt-social-list li a i {
    line-height: 35px
}

.qrt-social-list li a:hover {
    transform: scale(0.9)
}

.qrt-social-list li a.qrt-white {
    color: white;
    border-color: white
}

.qrt-subscribe form {
    display: flex
}

.qrt-subscribe form input {
    position: relative;
    padding-top: 2px;
    width: 80%;
    height: 40px;
    border-radius: 5px 0 0 5px;
    border: solid 1px #28292c;
    border-right: none;
    padding-left: 15px;
    font-family: "Roboto", sans-serif
}

.qrt-subscribe form input::placeholder {
    font-family: "Roboto", sans-serif
}

.qrt-subscribe form input:focus {
    outline: inherit
}

.qrt-subscribe form button {
    width: 20%;
    border-radius: 0 5px 5px 0
}

.qrt-subscribe form button:hover i {
    transform: none
}

.qrt-copy {
    font-size: 12px
}

.qrt-copy a {
    transition: 0.2s ease-in-out
}

.qrt-copy a:hover {
    color: #28292c
}

.qrt-work-item {
    width: 100%;
    background-color: #28292c;
    position: relative;
    overflow: hidden
}

.qrt-work-item .qrt-work-descr {
    transform: translateY(100%);
    background-color: #28292c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s ease-in-out
}

.qrt-work-item .qrt-work-descr .qrt-work-more {
    background-color: #F2861A;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28292c
}

.qrt-work-item .qrt-work-cover-frame {
    display: block;
    position: relative;
    padding-bottom: 63%;
    filter: brightness(90%);
    transition: 0.4s ease-in-out
}

.qrt-work-item .qrt-work-cover-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.qrt-work-item .qrt-work-cover-frame .qrt-item-zoom {
    transform: translateY(-100%);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #28292c;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out 0.05s
}

.qrt-work-item .qrt-work-cover-frame .qrt-item-zoom i {
    text-align: center;
    width: 60px;
    font-size: 12px;
    color: white;
    line-height: 60px;
    transition: 0.2s ease-in-out
}

.qrt-work-item .qrt-work-cover-frame .qrt-item-zoom:hover {
    background-color: #28292c
}

.qrt-work-item .qrt-work-cover-frame .qrt-item-zoom:hover i {
    transform: scale(1.1)
}

.qrt-work-item .qrt-work-cover-frame .qrt-work-category {
    background-color: #f7f8f8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0 5px 10px;
    color: #28292c;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    display: inline-block;
    transition: 0.4s ease-in-out
}

.qrt-work-item .qrt-work-cover-frame .qrt-work-category span {
    margin-right: 10px
}

.qrt-work-item .qrt-work-cover-frame:hover {
    filter: brightness(110%)
}

.qrt-work-item .qrt-work-cover-frame:hover .qrt-item-zoom {
    opacity: 1
}

.qrt-work-item:hover .qrt-work-descr {
    transform: translateY(0)
}

.qrt-work-item:hover .qrt-item-zoom {
    transform: translateY(0)
}

.qrt-work-item.qrt-work-open .qrt-work-descr {
    transform: translateY(0);
    position: relative
}

.qrt-masonry-grid-item-h-x-2 .qrt-work-item .qrt-work-cover-frame {
    padding-bottom: calc(126% + 20px)
}

.qrt-masonry-grid-item-50 .qrt-work-item .qrt-work-cover-frame {
    padding-bottom: calc(63% + 8px)
}

.qrt-masonry-grid-item-50.qrt-masonry-grid-item-h-x-2 .qrt-work-item .qrt-work-cover-frame {
    padding-bottom: calc(126% + 36px)
}

.qrt-masonry-grid {
    margin: -10px;
    min-height: 100vh !important
}

.qrt-masonry-grid:after {
    content: '';
    display: block;
    clear: both
}

.qrt-grid-sizer, .qrt-masonry-grid-item {
    width: 25%
}

.qrt-3-col .qrt-grid-sizer, .qrt-3-col .qrt-masonry-grid-item {
    width: 33.333%
}

.qrt-4-col .qrt-grid-sizer, .qrt-4-col .qrt-masonry-grid-item {
    width: 25%
}

.qrt-masonry-grid-item {
    float: left;
    padding: 10px;
    overflow: hidden
}

.qrt-masonry-grid-item-33 {
    width: 33%
}

.qrt-masonry-grid-item-50 {
    width: 50%
}

.qrt-masonry-grid-item-100 {
    width: 100%
}

.qrt-filter-frame {
    padding: 20px
}

.qrt-filter {
    display: flex;
    align-items: center
}

.qrt-filter.qrt-justify-end {
    justify-content: flex-end
}

.qrt-filter .qrt-work-category {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    background-color: white;
    color: #28292c;
    height: 40px;
    margin-right: 10px;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 2px 20px 0;
    margin-bottom: 0;
    transition: 0.4s ease-in-out
}

.qrt-filter .qrt-work-category.qrt-filter-icon {
    padding-left: 60px
}

.qrt-filter .qrt-work-category.qrt-filter-icon i {
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F2861A;
    margin-right: 0;
    height: 100%;
    width: 40px
}

.qrt-filter .qrt-work-category.qrt-current {
    color: white;
    background-color: #28292c
}

.qrt-filter .qrt-work-category.qrt-current.qrt-filter-icon i {
    color: #28292c
}

.scrollbar-track {
    width: 3px !important;
    background-color: rgba(255, 255, 255, 0)
}

.scrollbar-track .scrollbar-thumb {
    width: 3px;
    background-color: #28292c;
    opacity: 0.3;
    margin-bottom: 50px !important
}

.qrt-latest-works-slider .swiper-slide, .qrt-pop-post-slider .swiper-slide, .qrt-testimonials-slider .swiper-slide {
    pointer-events: none;
    opacity: 0;
    transition: 0.4s ease-in-out
}

.qrt-latest-works-slider .swiper-slide.swiper-slide-active, .qrt-pop-post-slider .swiper-slide.swiper-slide-active, .qrt-testimonials-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
    pointer-events: all
}

.qrt-latest-works-slider .swiper-slide.swiper-slide-next, .qrt-pop-post-slider .swiper-slide.swiper-slide-next, .qrt-testimonials-slider .swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: all
}

.qrt-slider-navigation {
    z-index: 999
}

.qrt-brands-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.qrt-slider-nav {
    display: flex;
    justify-content: flex-end
}

.qrt-slider-nav .qrt-slider-next, .qrt-slider-nav .qrt-slider-prev {
    margin-left: 20px;
    font-size: 12px;
    cursor: pointer;
    color: #28292c;
    transition: 0.4s ease-in-out
}

.qrt-slider-nav .qrt-slider-next.swiper-button-disabled, .qrt-slider-nav .qrt-slider-prev.swiper-button-disabled {
    color: #28292c;
    opacity: .3;
    cursor: not-allowed
}

.qrt-slider-nav .qrt-slider-next:focus, .qrt-slider-nav .qrt-slider-prev:focus {
    outline: inherit
}

.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin-right: 4px;
    background-color: #28292c;
    opacity: .3;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    transition: 0.4s ease-in-out
}

.swiper-pagination-bullets span.swiper-pagination-bullet:focus {
    outline: inherit
}

.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #28292c;
    opacity: 1;
    transform: scale(1.3)
}

.fancybox-container {
    margin: 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 20px)
}

.fancybox-container .fancybox-bg {
    background: rgba(25, 29, 36, 0.95)
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.fancybox-toolbar {
    background: white;
    display: flex;
    width: calc(100vw - 20px);
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    z-index: 999999;
    padding: 0 17px;
    transition: 0.4s ease-in-out
}

.fancybox-toolbar .fancybox-button {
    background: transparent;
    color: #28292c
}

.fancybox-toolbar .fancybox-button:hover {
    color: #28292c
}

.fancybox-toolbar .fancybox-button svg {
    width: 22px
}

.fancybox-slide--image {
    padding: 130px 0 60px
}

.fancybox-navigation .fancybox-button {
    background-color: transparent;
    margin: 0 15px
}

.fancybox-infobar {
    top: 5px;
    left: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 5px;
    z-index: 9999999999999;
    height: 70px;
    width: 70px;
    display: flex;
    opacity: 1;
    justify-content: center;
    align-items: center
}

.fancybox-progress {
    background: #F2861A;
    z-index: 999999999999999999
}

.fancybox-thumbs {
    background-color: white
}

.fancybox-thumbs__list a:before {
    border-color: #F2861A;
    transition: 0.4s ease-in-out
}

.fancybox-button[disabled] {
    transform: scale(0);
    pointer-events: none;
    transition: 0.4s ease-in-out
}

.qrt-rec-popup {
    background-color: transparent;
    max-width: 50%;
    padding: 40px
}

.qrt-rec-popup .qrt-testimonial {
    border-radius: 2px;
    background-color: white;
    padding: 40px
}

.qrt-rec-popup .fancybox-button {
    background-color: transparent;
    color: #fff
}

.qrt-map-frame {
    background-color: #28292c;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.qrt-map-frame .qrt-lock {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    color: #28292c;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.4s ease-in-out
}

.qrt-map-frame .qrt-lock.qrt-active {
    opacity: 1;
    background-color: #F2861A
}

.qrt-map-frame .qrt-lock i {
    font-size: 12px
}

.qrt-map-frame:hover .qrt-lock {
    opacity: 1
}

.qrt-map-frame .qrt-map {
    margin-top: -20%;
    height: 120%;
    width: 100%;
    transition: 0.4s ease-in-out;
    pointer-events: none
}

.qrt-map-frame .qrt-map.qrt-active {
    pointer-events: all
}

.qrt-map-frame.qrt-map-frame-2 {
    height: 400px;
    width: 100%
}

.qrt-map-frame.qrt-map-frame-2 .qrt-map {
    margin-top: -3%;
    height: 120%;
    width: 100%;
    transition: 0.4s ease-in-out
}

.mapboxgl-marker:after {
    position: absolute;
    content: 'Quarty';
    transform: translateX(-30%) translateY(10px);
    display: block;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10px;
    padding: 1px 10px;
    white-space: nowrap;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px
}

.mapboxgl-marker svg {
    transform: scale(1.2);
    animation: marker 1s infinite ease-in-out
}

.mapboxgl-marker svg g {
    fill: #F2861A
}

.mapboxgl-marker svg circle {
    fill: #28292c
}

.mapboxgl-marker svg ellipse {
    fill: #000
}

@keyframes marker {
    0% {
        transform: scale(1.2) translateY(0)
    }

    50% {
        transform: scale(1.2) translateY(-10px)
    }

    0% {
        transform: scale(1.2) translateY(0)
    }
}

.qrt-left-bar.auto-height {
    height: auto
}

.qrt-page-content {
    position: relative;
    width: calc(100% - 20rem);
    float: left;
    left: 20rem;
}

.qrt-page-content.h100 {
    height: 100vh
}

.qrt-page-content.h100nooweflow {
    height: calc(100vh - 100px);
    overflow: hidden
}

.qrt-full-page-content {
    position: relative;
    width: 100%;
}

.left-page-title {
    background-image: url('../img/pagetitle-bg.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 80px;
    background-position: left;
    background-size: cover
}

.left-page-title span {
    display: block;
    padding-left: 118px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase
}

.left-page-content {
    margin-top: 31px;
    padding-bottom: 300px
}

.left-page-content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.left-page-content ul li {
    list-style: none;
    margin: 0px;
    transition: 0.4s ease-in-out
}

.left-page-content ul li a {
    transition: 0.4s ease-in-out;
    color: #4f555a;
    padding: 0px 0px 0px 30px;
    display: flex;
    font-size: 16px;
    line-height: 41px
}

.left-page-content ul li a img {
    display: flex;
    width: 21px;
    margin-right: 10px
}

.left-page-content ul li:hover, .left-page-content ul li.active {
    background: #F2861A
}

.left-page-content ul li:hover a, .left-page-content ul li.active a {
    color: #fff
}

.left-page-content ul li:hover a img, .left-page-content ul li.active a img {
    filter: brightness(100)
}

.qrt-page-content .page-banner {
    height: 285px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.qrt-page-content .page-banner .slogan {
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 4rem
}

.qrt-page-content .page-banner video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0
}

.qrt-page-content .page-banner img {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0
}

.qrt-page-content .page-banner.has-overlay::after,
.qrt-page-content .page-banner.header-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 27, 53, 0.6);
    z-index: 0
}

.qrt-page-content .page-banner.has-overlay .slogan,
.qrt-page-content .page-banner.header-overlay .slogan {
    font-weight: 700;
}

.qrt-banner .page-banner img {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 0
}

.qrt-page-content .page-text-content,.qrt-full-page-content .page-text-content {
    padding-left: 4rem;
    padding-top: 4rem;
    color: #4f555a;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 4rem
}

.ceylan-family {
    display: flex;
    margin-bottom: 25px;
    max-width: 80%
}

.ceylan-family .image {
    max-width: 123px;
    margin-right: 50px
}

.ceylan-family .details {
    margin-top: 65px
}

.ceylan-family .details .name {
    font-weight: 700;
    font-size: 30px;
    color: #4f555a;
    line-height: 28px
}

.ceylan-family .details .title {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 16px;
    color: #4f555a;
    border-bottom: 2px solid #F2861A
}

.ceylan-family .details .description {
    padding-top: 20px;
    max-width: 90%;
    font-size: 14px
}

.tarihce {
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.4s ease-in-out;
    background-position: center;
    width: 100%;
    height: 100%
}

.tarihce .tarihcecontent {
    padding: 7rem 5rem 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tarihce .tarihcecontent .bigcontent {
    width: 90%
}

.tarihce .tarihcecontent .bigcontent ul {
    list-style: none;
    display: flex;
    margin: auto;
    flex-direction: column
}

.tarihce .tarihcecontent .bigcontent ul li {
    position: relative;
    opacity: 0;
    z-index: -1;
    transition: all .4s ease-in-out;
    display: none;
    transition: 0.4s ease-in-out
}

.tarihce .tarihcecontent .bigcontent ul li.active {
    opacity: 1;
    z-index: 1;
    display: block
}

.tarihce .tarihcecontent .bigcontent ul li.passive {
    opacity: 0;
    z-index: -1;
    display: none
}

.tarihce .tarihcecontent .bigcontent ul li .tarihceaciklama {
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden
}

.tarihce .tarihcecontent .bigcontent ul li .tarihceaciklama .resim {
    position: relative
}

.tarihce .tarihcecontent .bigcontent ul li .tarihceaciklama .yilyazisi {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 150px;
    font-weight: 400;
    color: #fff;
    line-height: 105px
}

.tarihce .tarihcecontent ul li .tarihceaciklama .aciklama {
    background: #fff;
    padding: 60px 20px 40px 30px;
    font-size: 14px;
    font-weight: 400;
    width: 350px;
    color: #4f555a
}

.tarihce .tarihcecontent .bigcontent ul li.revert .tarihceaciklama .resim {
    order: 1
}

.tarihce .tarihcecontent .bigcontent ul li.revert .tarihceaciklama .aciklama {
    order: 2
}

.tarihce .tarihcecontent .tarihceyillar {
    width: 10%
}

.tarihce .tarihcecontent .tarihceyillar ul {
    list-style: none
}

.tarihce .tarihcecontent .tarihceyillar ul li {
    margin-bottom: 10px
}

.tarihce .tarihcecontent .tarihceyillar ul li a {
    display: block;
    width: 66px;
    border-radius: 66px;
    text-align: center;
    line-height: 66px;
    height: 66px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    color: #878b8e;
    transition: all .4s ease-in-out;
    --scale-rate: 1.8
}

.tarihce .tarihcecontent .tarihceyillar ul li a.current {
    background: #F2861A;
    color: #fff;
    -webkit-transform: scale(var(--scale-rate));
    -moz-transform: scale(var(--scale-rate));
    transform: scale(var(--scale-rate));
    margin-bottom: calc(((100px * var(--scale-rate)) - 100px) / 2);
    margin-top: calc(((100px * var(--scale-rate)) - 100px) / 2)
}

.deger-wrapper {
    max-width: 80%
}

.deger-box {
    margin-bottom: 20px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 192px;
}

.deger-box .icon {
    display: block;
    margin: auto;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    background: #F2861A
}

.deger-box .icon img {
    width: 40px;
    height: 75px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block
}

.deger-box .title {
    margin-top: 20px;
    font-size: 17px;
    color: #4f555a;
    line-height: 1.4
}

.tesis-wrapper {
    max-width: 80%
}

.tesis-box {
    margin-bottom: 60px
}

.tesis-box .title {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.tesis-box .title .icon {
    width: 87px;
    height: 82px;
    background: #F2861A
}

.tesis-box .title .icon img {
    width: 42px;
    height: 82px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block
}

.tesis-box .title .text {
    text-transform: uppercase;
    margin-left: 30px;
    font-size: 30px;
    color: #4f555a;
    line-height: 1.4;
    font-weight: 700;
    max-width: 50%
}

.tesis-box .title .text span {
    display: block;
    font-weight: 400
}

.tesis-box .bigimage {
    border: 1px solid #707070
}

.tesis-box .thumbs {
    margin-top: 30px
}

.tesis-box .thumbs .thumbs-title {
    padding-bottom: 10px;
    color: #4f555a;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 2px solid #F2861A
}

.tesis-box .thumbs .thumb-images {
    margin-top: 10px
}

.tesis-box .thumbs .thumb-images a {
    transition: all .4s ease-in-out;
    position: relative;
    display: block
}

.tesis-box .thumbs .thumb-images a:before {
    transition: all .4s ease-in-out;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F2861A;
    mix-blend-mode: multiply;
    opacity: 0;
    z-index: 1
}

.tesis-box .thumbs .thumb-images a:hover:before {
    opacity: 1
}

.tesis-box .thumbs .thumb-images a img {
    display: block;
    width: 100%
}

.kvkk-wrapper {
    max-width: 80%
}

.kvkk-wrapper .kvkk-title {
    font-size: 38px;
    font-weight: 400;
    border-bottom: 2px solid #F2861A;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #4f555a
}

.kvkk-box {
    margin-bottom: 20px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 115px;
}

.kvkk-box .icon {
    width: 33px;
    height: 33;
    margin-right: 20px;
    display: flex
}

.kvkk-box .title a {
    display: block;
    font-size: 15px;
    color: #4f555a;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase
}

.kvkk-box .title a:hover {
    color: #000
}

.galeri-wrapper {
    max-width: 80%
}

.galeri-wrapper .title {
    font-size: 24px;
    color: #4f555a;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px solid #F2861A;
    margin-bottom: 20px
}

.galeri-wrapper .title.mt40 {
    margin-top: 40px
}

.galeri-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.galeri-wrapper ul li {
    width: 33%;
    display: inline-block;
    padding: 10px
}

.galeri-wrapper ul li.video {
    position: relative
}

.galeri-wrapper ul li.video.kullanim {
    margin-bottom: 40px
}

.galeri-wrapper ul li:nth-child(3n+1) {
    padding-left: 0
}

.galeri-wrapper ul li:nth-child(3n+3) {
    padding-right: 0
}

.galeri-wrapper ul li a {
    transition: 0.4s ease-in-out;
    position: relative;
    display: block
}

.galeri-wrapper ul li.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url('../img/play-icon.svg');
    background-repeat: no-repeat;
    z-index: 2
}

.galeri-wrapper ul li a:before {
    transition: all .4s ease-in-out;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F2861A;
    mix-blend-mode: multiply;
    opacity: 0;
    z-index: 1
}

.galeri-wrapper ul li a:hover:before {
    opacity: 1
}

.galeri-wrapper ul li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #878b8e;
    text-transform: uppercase;
    color: #4f555a;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    height: 90px;
    text-transform: uppercase
}

#mapArea {
    width: 100%;
    height: 320px
}

.contact-details {
    padding: 2em 6em
}

.contact-details .company-name {
    color: #50555b;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c32e28
}

.contact-details .facilities {
    padding-top: 20px
}

.contact-details .facilities .facility .facility-name {
    font-weight: 700;
    font-size: 20px;
    color: #50545d
}

.contact-details .facilities .facility .facility-address {
    font-weight: 400;
    font-size: 16px;
    color: #50545d;
    margin-bottom: 15px
}

.contact-details .facilities .facility .facility-image {
    border: 1px solid #878b8a
}

.contact-details .facilities .facility .facility-image img {
    max-width: 100%
}

.contact-details .facilities .contact-item {
    color: #50555b;
    font-size: 15px;
    line-height: 22px
}

.contact-details .facilities .contact-item a {
    transition: all .4s ease-in-out;
    color: #50555b;
    font-size: 15px
}

.contact-details .facilities .contact-item a:hover {
    color: #111
}

.contact-details .facilities .phone-item {
    background: #F2861A;
    width: 100%;
    height: 219px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px
}

.contact-details .facilities .phone-item a {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transition: all .4s ease-in-out
}

.contact-details .facilities .phone-item a:hover {
    filter: opacity(0.9)
}

.contact-details .contactform-header {
    margin-top: 50px;
    color: #50555b;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 2px solid #c32e28
}

.contact-details .contactForm {
    margin-top: 30px
}

.contact-details .contactForm .form-group {
    margin-bottom: 30px
}

.contact-details .contactForm .form-group span {
    line-height: 18px;
    font-size: 13px
}

.contact-details .contactForm .form-group span a {
    text-decoration: underline
}

.contact-details .contactForm input {
    border: 0;
    border-bottom: 1px solid #ababab;
    color: #929699;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    letter-spacing: 0
}

.contact-details .contactForm textarea {
    border: 0;
    border-bottom: 1px solid #ababab;
    color: #929699;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    letter-spacing: 0;
    height: 150px
}

.contact-details .contactForm input[type="checkbox"] {
    border: 1px solid #ababab;
    border-radius: 0;
    width: 50px;
    float: left
}

.contact-details .contactForm input:focus {
    outline: none
}

.contact-details .contactForm input::placeholder, .contact-details .contactForm textarea::placeholder {
    letter-spacing: 0;
    color: #929699;
    font-size: 14px
}

.contact-details .contactForm button {
    border: 0;
    border-radius: 5px;
    background: #F2861A;
    width: 150px;
    float: right;
    transition: all .2s ease-in-out;
    padding: 10px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.contact-details .contactForm button:hover {
    background: #50555b
}

.contact-details .contactForm button:disabled {
    background: #ccc
}

.product-wrapper .category-header {
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-blend-mode: soft-light;
    overflow: hidden;
    position: relative;
}

.product-wrapper .category-header .icon {
    width: 49px;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.product-wrapper .category-header .title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 30px;
    min-width: 22%;
    position: relative;
    z-index: 1;
}

.product-wrapper .category-header .title strong {
    display: block
}

.product-wrapper .category-header .description {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 1.1em;
    margin-left: 80px;
    max-width: 40%;
    position: relative;
    z-index: 1;
}

.product-wrapper .category-header video {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0, -50%);
}

.product-wrapper .products {
    padding: 0 119px 20px 119px
}

.product-wrapper .products .product-item {
    padding: 50px 10px 20px 10px;
    border-bottom: 4px solid #fff;
    transition: all .4s ease-in-out
}

.product-wrapper .products .product-item:hover {
    background: #fff;

    border-bottom-color: var(--borderbottomcolor)
}

.product-wrapper .products .product-item .image {
    margin: auto;
    text-align: center
}

.product-wrapper .products .product-item .image img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    width: 250px;
    height: 187.5px
}

.product-wrapper .products .product-item .title {
    text-align: center;
    line-height: 1.2;
    max-width: 80%;
    margin: auto
}

.product-wrapper .products .product-item .title .code {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px
}

.product-wrapper .products .product-item .title .code img {
    height: 24px
}

.product-wrapper .products .product-item .title .name {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    height: 90px
}

.product-wrapper .products .product-item .title a {
    color: #4f555a;
    transition: all .3s ease-in-out
}

.product-wrapper .products .product-item .title a:hover {
    color: #30363a
}

.product-details-wrapper .product-header {
    height: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-blend-mode: soft-light
}

.product-details-wrapper .product-header .icon {
    width: 70px;
    height: 100%;
    background-color: #4f555a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-wrapper .product-header .icon img {
    width: 35px;
}

.product-details-wrapper .product-header .codetitle {
    padding-left: 30px;
    padding-top: 20px;
}

.product-details-wrapper .product-header .codetitle .code {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 1.2em;
    text-transform: uppercase
}

.product-details-wrapper .product-header .codetitle .title {
    font-size: 24px;
    font-weight: 700;
    color: #4f555a;
    text-align: left;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 10px;
    max-width: 66%
}

/* ==================== Model Kartları Stilleri ==================== */
.product-model-cards {
    margin: 0 10% 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    overflow: hidden;
}

.product-model-cards .model-cards-header {
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-bottom: 2px solid #eee;
    text-align: center;
}

.product-model-cards .model-cards-header h3 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.product-model-cards .model-cards-header h3 i {
    color: var(--product-color, #F2861A);
    margin-right: 8px;
}

.product-model-cards .model-cards-header p {
    margin: 0;
    color: #777;
    font-size: 12px;
}

.product-model-cards .model-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.product-model-cards .model-card {
    position: relative;
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-model-cards .model-card:hover {
    border-color: var(--product-color, #F2861A);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.product-model-cards .model-card.active {
    border-color: var(--product-color, #F2861A);
    border-width: 2px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.product-model-cards .model-card-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--product-color, #F2861A);
    color: #fff;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 9px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-model-cards .model-card-badge i {
    font-size: 8px;
}

.product-model-cards .model-card-image {
    height: 120px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.product-model-cards .model-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-model-cards .model-card:hover .model-card-image img {
    transform: scale(1.05);
}

.product-model-cards .model-card-content {
    padding: 12px 15px;
    text-align: center;
}

.product-model-cards .model-card-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}

.product-model-cards .model-card.active .model-card-title {
    color: var(--product-color, #F2861A);
}

.product-model-cards .model-card-action {
    display: flex;
    justify-content: center;
}

.product-model-cards .model-card-action .btn-select {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s ease;
}

.product-model-cards .model-card:hover .btn-select {
    background: var(--product-color, #F2861A);
    color: #fff;
}

.product-model-cards .model-card.active .btn-select {
    background: var(--product-color, #F2861A);
    color: #fff;
}

.product-model-cards .model-card-action .btn-select i {
    font-size: 11px;
}

/* Model ismi badge - Teknik özellikler başlığında */
.tab-title .model-name-badge {
    display: inline-block;
    background: var(--accent-color, #F2861A);
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    vertical-align: middle;
}

/* Model kartları responsive */
@media (max-width: 992px) {
    .product-model-cards {
        margin: 0 5% 25px;
    }
    
    .product-model-cards .model-cards-grid {
        max-width: 450px;
        gap: 15px;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .product-model-cards .model-cards-header {
        padding: 15px;
    }
    
    .product-model-cards .model-cards-header h3 {
        font-size: 15px;
    }
    
    .product-model-cards .model-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 12px;
        max-width: 100%;
    }
    
    .product-model-cards .model-card-image {
        height: 110px;
    }
    
    .product-model-cards .model-card-content {
        padding: 10px 12px;
    }
    
    .product-model-cards .model-card-title {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .product-model-cards .model-card-action .btn-select {
        padding: 6px 14px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .product-model-cards {
        margin: 0 3% 20px;
        border-radius: 10px;
    }
    
    .product-model-cards .model-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
    }
    
    .product-model-cards .model-card-image {
        height: 100px;
        padding: 10px;
    }
    
    .product-model-cards .model-card-content {
        padding: 8px 10px;
    }
    
    .product-model-cards .model-card-title {
        font-size: 12px;
    }
    
    .product-model-cards .model-card-badge {
        padding: 3px 6px;
        font-size: 8px;
        top: 6px;
        right: 6px;
    }
    
    .product-model-cards .model-card-action .btn-select {
        padding: 5px 12px;
        font-size: 10px;
    }
}

.product-details-wrapper .product-main-photos .gallery-top {
    margin-bottom: 60px;
    position: relative;
    background: #ffffff;

    height: 520px;

    border-bottom: 4px solid #c5c5c5;
   /* background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eff1f0 50%, #eff1f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eff1f0 50%, #eff1f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #eff1f0 50%, #eff1f0 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff1f0', GradientType=0)
}

.product-details-wrapper .product-main-photos .gallery-top .swiper-wrapper,
.product-details-wrapper .product-main-photos .gallery-top .swiper-slide {
    height: 100%;
}

.product-details-wrapper .product-main-photos .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-wrapper .product-main-photos .gallery-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    border-radius: 75px;
    background-image: url('../img/360.svg');
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    background-color: var(--bgcolor);
    z-index: 5;
    cursor: pointer;
}

.product-details-wrapper .product-main-photos .gallery-top img {
    max-width: 100%;
    max-height: 100%;
    padding: 2% 22%;
    object-fit: contain;
}

/* Modern Product Hero Slider */
.product-hero-slider {
    margin-bottom: 40px;
    padding: 0 5%;
}

.product-hero-slider .product-swiper {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.product-hero-slider .product-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.product-hero-slider .product-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-hero-slider .product-swiper .swiper-slide:hover img {
    transform: scale(1.02);
}

.product-hero-slider .product-swiper .swiper-button-next,
.product-hero-slider .product-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.product-hero-slider .product-swiper .swiper-button-next:hover,
.product-hero-slider .product-swiper .swiper-button-prev:hover {
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.product-hero-slider .product-swiper .swiper-button-next:after,
.product-hero-slider .product-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.product-hero-slider .product-swiper .swiper-pagination {
    bottom: 20px;
}

.product-hero-slider .product-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    transition: all 0.3s ease;
}

.product-hero-slider .product-swiper .swiper-pagination-bullet-active {
    background: #333;
    width: 30px;
    border-radius: 5px;
}

.product-hero-slider .product-thumbs {
    margin-top: 20px;
    padding: 10px 0;
}

.product-hero-slider .product-thumbs .swiper-slide {
    width: 100px;
    height: 80px;
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.product-hero-slider .product-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.product-hero-slider .product-thumbs .swiper-slide:hover {
    border-color: #ccc;
}

.product-hero-slider .product-thumbs .swiper-slide:hover img {
    opacity: 0.9;
}

.product-hero-slider .product-thumbs .swiper-slide-thumb-active {
    border-color: #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.product-hero-slider .product-thumbs .swiper-slide-thumb-active img {
    opacity: 1;
}

/* Eski Swiper stilleri (geriye uyumluluk) */
.product-details-wrapper .product-main-photos .gallery-thumbs {
    margin: 0 15%;
    margin-top: 20px;
}

.product-details-wrapper .product-main-photos .gallery-thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide {
    position: relative;
    cursor: pointer;
    width: 130px !important;
    height: 100px;
    background: #f8f8f8;
    border: 2px solid transparent;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide img {
    filter: opacity(0.6);
    max-width: 95%;
    max-height: 90px;
    object-fit: contain;
    padding: 8px;
    transition: all 0.3s ease;
}

.product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide:hover,
.product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide.swiper-slide-active {
    border-color: #ccc;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide:hover img, .product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide.swiper-slide-active img {
    filter: none
}

/* ==================== Slider Altı Tab Stilleri ==================== */
.product-slider-tabs {
    margin: 40px 10% 0;
}

.slider-tabs-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    overflow: hidden;
}

.slider-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: #f8f9fa;
    border-bottom: 2px solid #eee;
}

.slider-tabs-nav li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    gap: 12px;
}

.slider-tabs-nav li:hover {
    background: #fff;
}

.slider-tabs-nav li.active {
    background: #fff;
    border-bottom-color: var(--product-color, #F2861A);
}

.slider-tabs-nav li .tab-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-tabs-nav li .tab-icon i {
    font-size: 18px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.slider-tabs-nav li.active .tab-icon {
    background: var(--product-color, #F2861A);
}

.slider-tabs-nav li.active .tab-icon i {
    color: #fff;
}

.slider-tabs-nav li:hover .tab-icon {
    background: var(--product-color, #F2861A);
}

.slider-tabs-nav li:hover .tab-icon i {
    color: #fff;
}

.slider-tabs-nav li .tab-text {
    text-align: left;
}

.slider-tabs-nav li .tab-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #4f555a;
    line-height: 1.2;
    text-transform: uppercase;
}

.slider-tabs-nav li .tab-text span {
    font-size: 13px;
    color: #8c9299;
    font-weight: 400;
}

.slider-tabs-nav li.active .tab-text strong {
    color: var(--product-color, #F2861A);
}

.slider-tabs-content {
    padding: 30px;
}

.slider-tab-pane {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.slider-tab-pane.active {
    display: block;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tab-content-inner {
    min-height: 200px;
}

.tab-title {
    font-size: 22px;
    font-weight: 700;
    color: #4f555a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--accent-color, #F2861A);
    display: inline-block;
}

/* Teknik Özellikler Tablosu */
.specs-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.specs-table tr {
    transition: all 0.3s ease;
}

.specs-table tr.even {
    background: #f8f9fa;
}

.specs-table tr.odd {
    background: #fff;
}

.specs-table tr:hover {
    background: #fff3e6;
}

.specs-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}

.specs-table tr:last-child td {
    border-bottom: none;
}

.specs-table .spec-label {
    font-weight: 600;
    color: #4f555a;
    font-size: 15px;
    width: 50%;
    position: relative;
    padding-left: 35px;
}

.specs-table .spec-label i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color, #F2861A);
    font-size: 14px;
}

.specs-table .spec-value {
    font-weight: 500;
    color: #333;
    font-size: 15px;
    text-align: right;
    background: rgba(0,0,0,0.02);
}

.specs-table tr:hover .spec-value {
    color: var(--accent-color, #F2861A);
}

/* Alternatif özellik grid (eski) */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transform: translateX(5px);
}

.feature-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #fff;
    font-size: 14px;
}

.feature-text {
    font-size: 14px;
    color: #4f555a;
    line-height: 1.4;
}

/* Responsive tablo */
@media (max-width: 767px) {
    .specs-table .spec-label,
    .specs-table .spec-value {
        font-size: 13px;
        padding: 12px 15px;
    }
    
    .specs-table .spec-label {
        padding-left: 30px;
        width: 55%;
    }
    
    .specs-table .spec-label i {
        left: 10px;
    }
}

/* Videolar Grid */
.videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.video-item {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.video-thumb-link {
    display: block;
    text-decoration: none;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.video-item:hover .video-thumbnail img {
    transform: scale(1.05);
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.play-overlay i {
    color: #fff;
    font-size: 20px;
    margin-left: 3px;
}

.video-item:hover .play-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
    padding: 12px 15px;
    background: #f8f9fa;
    font-size: 14px;
    color: #4f555a;
    font-weight: 500;
    text-align: center;
}

/* Dökümanlar Grid */
.documents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.document-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.document-item:hover {
    background: #fff;
    border-color: #F2861A;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.document-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-icon i {
    color: #fff;
    font-size: 22px;
}

.document-info {
    flex: 1;
}

.document-name {
    font-size: 15px;
    font-weight: 600;
    color: #4f555a;
    margin-bottom: 4px;
}

.document-action {
    font-size: 12px;
    color: #8c9299;
}

.document-item:hover .document-name {
    color: #F2861A;
}

/* No Content */
.no-content-wrapper {
    text-align: center;
    padding: 40px 20px;
}

.no-content-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.no-content-icon i {
    font-size: 32px;
    color: #ccc;
}

.no-content {
    color: #8c9299;
    font-size: 15px;
    margin: 0;
}

/* Opsiyonel Özellikler Grid */
.optional-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.optional-feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.optional-feature-card:hover {
    border-color: var(--accent-color, #F2861A);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.optional-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent-color, #F2861A) 0%, rgba(242,134,26,0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.optional-feature-icon i {
    color: #fff;
    font-size: 20px;
}

.optional-feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #4f555a;
    margin: 0 0 8px 0;
}

.optional-feature-content p {
    font-size: 14px;
    color: #8c9299;
    line-height: 1.5;
    margin: 0;
}

.optional-feature-card:hover h4 {
    color: var(--accent-color, #F2861A);
}

@media (max-width: 991px) {
    .optional-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .optional-features-grid {
        grid-template-columns: 1fr;
    }
    
    .optional-feature-card {
        padding: 20px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .slider-tabs-nav {
        flex-direction: column;
    }
    
    .slider-tabs-nav li {
        justify-content: flex-start;
        padding: 15px 20px;
        border-bottom: none;
        border-left: 3px solid transparent;
    }
    
    .slider-tabs-nav li.active {
        border-left-color: #F2861A;
        border-bottom-color: transparent;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .videos-grid,
    .documents-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .product-slider-tabs {
        margin: 30px 5% 0;
    }
    
    .slider-tabs-nav li .tab-text strong {
        font-size: 13px;
    }
    
    .slider-tabs-nav li .tab-text span {
        font-size: 12px;
    }
    
    .slider-tabs-content {
        padding: 20px;
    }
    
    .videos-grid,
    .documents-grid {
        grid-template-columns: 1fr;
    }
    
    .document-item {
        padding: 15px;
    }
}

/* ==================== End Slider Altı Tab Stilleri ==================== */

.product-documents {
margin: 0 10%;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.product-documents .document-box {
    padding: 56px 34px 30px 35px;
    margin: 0px 6px;
    transition: all .3s ease-in-out;
    background-color: #f3f3f3;
    width: 315px;
}


.product-documents .maps-bayi {
background: #F2861A;
    color: #fff;
}






.product-documents .document-box .img {
    width: 75px;
    text-align: center;
    transition: all .3s ease-in-out;
    margin: auto;
    margin-bottom: 20px
}

.product-documents .document-box .img img {
    margin: auto;
    max-width: 100%;
    text-align: center
}

.product-documents .document-box .title {
    font-size: 20px;
    font-weight: 700;
    color: #4f555a;
    transition: all .3s ease-in-out;
    text-align: center;
    line-height: 1.2em
}


.maps-bayi .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff!important;
    transition: all .3s ease-in-out;
    text-align: center;
    line-height: 1.2em;
}



.product-documents .document-box:hover {
    background-color: var(--hoverbgcolor)
}

.product-documents .document-box:hover img {
    filter: brightness(100)
}

.product-documents .document-box:hover .title {
    color: #fff
}

.product-features {
    margin: 0 10%
}

.product-features .standart-features {
    margin-bottom: 20px
}

.product-features .title {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--borderbottomcolor);
    padding-bottom: 30px;
    margin-bottom: 40px
}

.product-features .title .icon {
    width: 60px;
    margin-right: 25px
}

.product-features .title .text {
    font-size: 25px;
    color: #4f555a;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase
}

.product-features .title .text strong {
    display: block
}

.product-features .content .standart-features-slider .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #4f555a;
    margin-top: 20px
}

.product-features .optional-features {
    margin-bottom: 20px;
    margin-top: 40px
}

.product-features .video-user-manual {
    margin-bottom: 20px;
    margin-top: 60px
}

.product-features .video-user-manual .video-thumb {
    margin-bottom: 10px
}

.product-features .video-user-manual .video-thumb a {
    display: block;
    border-bottom: 5px solid #fff;
    transition: all .3s ease-in-out
}

.product-features .video-user-manual .video-thumb a:hover, .product-features .video-user-manual .video-thumb a.current {
    border-bottom-color: var(--borderbottomcolor)
}

#ytplayer {
    transition: all .3s ease-in-out
}

.product-features .plus-features {
    margin-bottom: 20px;
    margin-top: 60px
}

.product-features .content .plus-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 50px
}

.product-features .content .plus-wrapper .plus-item {
    margin-bottom: 50px;
    border-bottom: 5px solid #fff;
    transition: all .3s ease-in-out;
    padding: 40px 0px 20px 0px
}

.product-features .content .plus-wrapper .plus-item:hover {
    border-bottom-color: var(--hoverbgcolor);
    background: #f3f3f3
}

.product-features .content .plus-wrapper .plus-item .plusimage {
    text-align: center
}

.product-features .content .plus-wrapper .plus-item .plusimage img {
    object-fit: contain;
    height: 100px;
    object-position: center;
    padding: 5px
}

.product-features .content .plus-wrapper .plus-item .plustitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #4f555a;
    margin-top: 20px;
    text-transform: uppercase;
    height: 100px;
    vertical-align: top;
    line-height: 20px;
    padding: 0px 5px;
    text-align: center
}

#plusmodal {
    background: #fff
}

#plusmodal .modal-content {
    border: 0
}

.modal-plus-features {
    margin: 0% 10%;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    border-radius: 5px
}

.modal-plus-features .close-area {
    height: 60px;
    position: relative
}

.modal-plus-features .close-area .close {
    margin-right: 37px;
    margin-top: 11px;
    font-weight: 300;
    font-size: 35px
}

.modal-plus-features .modal-plus-title {
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffbe26
}

.modal-plus-features .modal-plus-title .modal-plus-icon {
    width: 90px;
    text-align: center
}

.modal-plus-features .modal-plus-title .modal-plus-icon img {
    width: 60px;
    filter: brightness(100)
}

.modal-plus-features .modal-plus-title .modal-plus-text {
    font-size: 18px;
    color: #4f555a;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    flex: 1
}

.modal-plus-features .modal-plus-title .modal-plus-righticon {
    width: 86px;
    text-align: center;
    height: 100%;
    background: #50555b
}

.modal-plus-features .modal-plus-title .modal-plus-righticon img {
    width: 45px;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%)
}

.modal-plus-features .modal-plus-title .modal-plus-code {
    font-size: 18px;
    color: #4f555a;
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
    text-transform: uppercase
}

.modal-plus-features .plus-urun-title {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #4f555a;
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    max-width: 50%;
    margin-left: 90px
}

.product-details-wrapper .product-plus-photos .plus-gallery-top {
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eff1f0 50%, #eff1f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eff1f0 50%, #eff1f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #eff1f0 50%, #eff1f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff1f0', GradientType=0)
}

.product-details-wrapper .product-plus-photos .plus-gallery-top img {
    max-width: 100%;
    padding: 5% 25%;
    min-height: 200px;
    object-fit: contain;
}

.product-details-wrapper .product-plus-photos .plus-gallery-thumbs {
    margin: 0 10%;
    margin-bottom: 30px
}

.product-details-wrapper .product-plus-photos .plus-gallery-thumbs .swiper-slide {
    position: relative;
    cursor: pointer
}

.product-details-wrapper .product-plus-photos .plus-gallery-thumbs .swiper-slide img {
    filter: opacity(0.7);
    max-width: 100%;
    padding: 20px 10px
}

.product-details-wrapper .product-plus-photos .plus-gallery-thumbs .swiper-slide:hover img, .product-details-wrapper .product-plus-photos .plus-gallery-thumbs .swiper-slide.swiper-slide-active img {
    filter: none
}

.product-details-wrapper .product-plus-photos .plus-gallery-thumbs .swiper-slide:hover:before, .product-details-wrapper .product-main-photos .gallery-thumbs .swiper-slide.swiper-slide-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: #eff1f0; */
    z-index: -1;
        border: 1px solid #eff1f0;
}

.innerloader {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(0, -50%)
}

#bayilikbasvurumodal {
    background: #fff
}

#bayilikbasvurumodal .modal-content {
    border: 0
}

.bayilik-basvuru {
    margin: 0% 10%;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    border-radius: 5px
}

.bayilik-basvuru .close-area {
    height: 60px;
    position: relative
}

.bayilik-basvuru .close-area .close {
    margin-right: 37px;
    margin-top: 11px;
    font-weight: 300;
    font-size: 35px
}

.bayilik-basvuru .close-area .close {
    margin-right: 37px;
    margin-top: 11px;
    font-weight: 300;
    font-size: 35px
}

.bayilik-basvuru .baylik-basvuru-title {
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2861A
}

.bayilik-basvuru .baylik-basvuru-title .bayilik-basvuru-text {
    position: relative;
    margin-left: 40px;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    flex: 1;
    line-height: 1
}

.bayilik-basvuru .baylik-basvuru-title .bayilik-basvuru-text strong {
    display: block
}

.bayilik-basvuru .baylik-basvuru-title .bayilik-basvuru-text:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff
}

.bayilik-basvuru .baylik-basvuru-title .bayilik-basvuru-righticon {
    margin-right: 112px;
    width: 50px
}

.bayilik-basvuru .baylik-basvuru-title .bayilik-basvuru-righticon img {
    width: 100%
}

.bayilik-basvuru .applicationForm {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px
}

.bayilik-basvuru .applicationForm .form-group {
    margin-bottom: 25px
}

.bayilik-basvuru .applicationForm input {
    border: 0;
    border-bottom: 1px solid #ababab;
    color: #929699;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    line-height: 50px;
    letter-spacing: 0
}

.bayilik-basvuru .applicationForm input:focus, .bayilik-basvuru .applicationForm select:focus {
    outline: none
}

.bayilik-basvuru .applicationForm input::placeholder, .bayilik-basvuru .applicationForm textarea::placeholder {
    letter-spacing: 0;
    color: #929699;
    font-size: 14px
}

.bayilik-basvuru .applicationForm input[type="checkbox"] {
    border: 1px solid #ababab;
    border-radius: 0;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    float: left;
    margin-right: 10px
}

.bayilik-basvuru .applicationForm select {
    border: 0;
    border-bottom: 1px solid #ababab;
    border-radius: 0;
    color: #929699;
    padding-left: 0;
    margin-left: 0;
    font-size: 14px
}

.bayilik-basvuru .applicationForm select option {
    color: #929699;
    font-size: 14px
}

.bayilik-basvuru .applicationForm textarea {
    border: 0;
    border-bottom: 1px solid #ababab;
    color: #929699;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    letter-spacing: 0;
    height: 100px
}

.bayilik-basvuru .applicationForm button {
    border: 0;
    border-radius: 5px;
    background: #F2861A;
    width: 100%;
    transition: all .2s ease-in-out;
    padding: 15px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.bayilik-basvuru .applicationForm button:hover {
    background: #50555b
}

.bayilik-basvuru .applicationForm .form-group span {
    line-height: 18px;
    font-size: 12px;
    color: #878b8e
}

.bayilik-basvuru .applicationForm .form-group span a {
    text-decoration: underline
}

.dealerlocations {
    display: none
}

#dealermapArea {
    width: 100%;
    height: 50%
}

#dealermapArea.h200 {
    height: 200px
}

.leftbayimenu .bayi-slogan {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #4f545a;
    font-weight: 400;
    max-width: 75%;
    margin: auto
}

.leftbayimenu .bayi-slogan .bayi-slogan1 {
    font-weight: 700
}

.leftbayimenu .bayi-slogan .bayi-slogan2 {
    margin-top: 30px
}

.leftbayimenu .bayi-form .dealersearchForm {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 30px
}

.leftbayimenu .bayi-form .dealersearchForm .form-group {
    margin-bottom: 10px
}

.leftbayimenu .bayi-form .dealersearchForm select:focus {
    outline: none
}

.leftbayimenu .bayi-form .dealersearchForm select {
    border: 0;
    border-bottom: 1px solid #ababab;
    border-radius: 0;
    color: #929699;
    padding-left: 0;
    margin-left: 0;
    font-size: 14px
}

.leftbayimenu .bayi-form .dealersearchForm select option {
    color: #929699;
    font-size: 14px
}

.leftbayimenu .bayi-form .dealersearchForm button {
    border: 0;
    border-radius: 5px;
    background: #F2861A;
    width: 100%;
    transition: all .2s ease-in-out;
    padding: 15px 25px;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.leftbayimenu .bayi-form .dealersearchForm button:hover {
    background: #50555b
}

.leftbayimenu {
    position: relative
}

.leftbayimenu .application-buttons {
    margin-top: 240px;
    margin-left: 5%;
    margin-right: 5%;
}

.leftbayimenu .application-buttons .dealer-application-button {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    margin-top: 15px
}

.leftbayimenu .application-buttons .dealer-application-button .icon {
    width: 34px;
    position: relative;
    height: 100%;
    padding-right: 10px;
    margin-right: 6px;
    margin-right: 9px;
}

.leftbayimenu .application-buttons .dealer-application-button .icon:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #878b8e
}

.leftbayimenu .application-buttons .dealer-application-button .icon img {
    max-width: 100%
}

.leftbayimenu .application-buttons .dealer-application-button a {
    font-size: 15px;
    font-weight: 400;
    flex: 1;
    color: #878b8e;
    transition: all .3s ease-in-out
}

.leftbayimenu .application-buttons .dealer-application-button a:hover {
    color: #444
}

.dealer-search-header {
    height: 81px;
    background: #f3f3f3;
    color: #4f555a;
    font-size: 17px;
    line-height: 90px;
    padding-left: 4rem;
    overflow: hidden;
    text-transform: uppercase
}

.dealer-search-header a img {
    width: 10px
}

.dealer-search-header a {
    display: inline-block;
    margin-right: 1rem
}

.dealer-search-content {
    padding-top: 35px;
    padding-left: 4rem;
    max-width: 80%
}

.dealer-box {
    margin-bottom: 20px
}

.dealer-box .logo {
    background: #f3f3f3;
    height: 200px;
    text-align: center;
    margin: auto;
    position: relative
}

.dealer-box .logo img {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 100%
}

.dealer-box .name {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #707070
}

.dealer-box .name a {
    font-weight: 700;
    font-size: 17px;
    color: #4f555a;
    display: block;
    display: -webkit-box;
    height: 20px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: 0.4s ease-in-out
}

.dealer-box .name a:hover {
    color: #111
}

.dealer-detail-content {
    padding-top: 35px;
    padding-left: 5rem;
    max-width: 80%;
    padding-bottom: 50px
}

.dealer-detail-content .logo {
    background: #f3f3f3;
    height: 200px;
    text-align: center;
    margin: auto;
    position: relative
}

.dealer-detail-content .logo img {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%
}

.dealer-detail-content .name {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #707070
}

.dealer-detail-content .name span {
    font-weight: 700;
    font-size: 17px;
    color: #4f555a;
    display: block;
    text-transform: uppercase
}

.dealer-detail-content .contactinfo {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #4f555a;
    max-width: 90%
}

.dealer-detail-content .contactinfo a {
    transition: 0.4s ease-in-out
}

.dealer-detail-content .contactinfo a:hover {
    color: #111
}

.qrt-dealer-slider img {
    max-width: 100%
}

.qrt-dealer-navigation {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: #fff;
    width: 100%;
    font-size: 20px;
    cursor: pointer
}

.qrt-dealer-navigation .qrt-dealer-prev {
    left: 20px;
    position: absolute;
    z-index: 3
}

.qrt-dealer-navigation .qrt-dealer-next {
    right: 40px;
    position: absolute;
    z-index: 3
}

.qrt-dealer-navigation .qrt-dealer-prev img, .qrt-dealer-navigation .qrt-dealer-next img {
    filter: brightness(100);
    width: 12px
}

.qrt-dealer-navigation .qrt-dealer-prev img {
    transform: rotate(180deg)
}

.dealer-map {
    width: 100%;
    height: 180px;
    margin-top: 30px
}

.qrt-search .result {
    position: absolute;
    top: 58px;
    left: 5.2%;
    background: #595e63;
    z-index: 1;
    width: 89%;
    margin: auto;
    max-height: 400px;
    overflow: hidden;
    opacity: 0
}

.qrt-search.qrt-active .result {
    opacity: 1
}

.qrt-search .result ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px
}

.qrt-search .result ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid #595e63;
    width: 100%;
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s ease-in-out
}

.qrt-search .result ul li .title {
    text-transform: uppercase;
    color: #4f555a;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 5px 10px 20px
}

.qrt-search .result ul li a {
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.4s ease-in-out
}

.qrt-search .result ul li:hover {
    background: #50555b
}

.search .result {
    position: absolute;
    top: 33px;
    left: 0;
    background: #fff;
    z-index: 1;
    width: 100%;
    margin: auto;
    max-height: 300px;
    overflow: scroll;
}

.search.active .result {
    opacity: 1
}

.search .result ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px
}

.search .result ul li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    padding: 0px 10px;
    justify-content: space-between;
    align-items: center;
    transition: 0.4s ease-in-out
}

.search .result ul li .title {
    text-transform: uppercase;
    color: #4f555a;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 5px 10px 20px
}

.search .result ul li a {
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    color: #52555a;
    text-transform: uppercase;
    transition: 0.4s ease-in-out
}

.search .result ul li:hover {
    background: #ededed;
}

.showallmenu {
    width: 100%;
    position: relative;
    height: 0px;
    text-align: right;
    line-height: 40px;
    background: #ededed;
    border-bottom: 1px solid #707070;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.showallmenu a {
    padding-right: 29px;
    display: block;
    transition: 0.4s ease-in-out;
    font-size: 16px;
}

.showallmenu:before {
    content: '';
    position: absolute;
    right: 65px;
    top: 40%;
    background-image: url(../img/svg/leftmenu/arrow-down.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    transform: rotate(90deg);
    transition: 0.4s ease-in-out;
}

.iframe-video-banner-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.iframe-video-banner-container:before {
    content: "";
    display: block;
    padding-top: 53%;
    box-sizing: border-box;
}

.iframe-video-banner-container #iframe-player {
    transform: scale(1.32);
    display: block!important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.equalizer {
  
    /* position: absolute;
    bottom: 25px;
    left:10px;*/


        width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 25px;
    z-index: 100;
}

/*.equalizer span {
  background: #111;
  width: 2px;
  height: 0px;
  bottom: 0;
  left: 0%;
  display: block;
  position: absolute;
  transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
  margin-left: 8px;
}

.equalizer span:nth-child(2) {
  margin-left: 16px;
}

.equalizer span:nth-child(4) {
  margin-left: 24px;
}

.equalizer.paused span {
  height: 3px !important;
}*/
.inner-equalizer {
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    top: 178px;
    left: 70px;
    border-radius: 50px;
    /* background-color: #4f555a; */
    text-align: center;
    display: flex
;
    z-index: 10;
}

.inner-equalizer img {
    width: 75px;
    height: 75px;
    margin: auto;
    /* filter: brightness(3); */
    padding: 0 !important;
}

.page-text-content .inner-equalizer {
position: absolute;
    top: 60px;
    right: 40px;
    left: initial;
}


.video-degisken .equalizer {

    height: 70px;
    width: 70px;
    position: fixed;
    display: none;
    bottom: 250px;
    z-index: 8;
    display: flex;
    justify-content: end;
    align-items: center;
    right: 33px;
}

.video-degisken .equalizer img {
        width: 78px;
}

.open-button {
height: 150px;
    width: 150px;
    position: fixed;
    /* z-index: 15; */
    /* margin-top: 238px; */
    /* margin-left: 675px; */
    display: none;
    /* position: fixed; */
    bottom: 80px;
    /* height: 40px; */
    z-index: 8;
    /* width: 100%; */
    display: flex;
    justify-content: end;
    align-items: center;
    right: 45px;
}

.close-button {
height: 150px;
    width: 150px;
    position: fixed;
    /* z-index: 15; */
    /* margin-top: 238px; */
    /* margin-left: 675px; */
    display: none;
    /* position: fixed; */
    bottom: 80px;
    /* height: 40px; */
    z-index: 8;
    /* width: 100%; */
    display: flex;
    justify-content: end;
    align-items: center;
    right: 45px;

}

.video2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


@media (max-width: 767px)  {

.mobil-pasif {
    display: none!important;
}

}

/* Sidebar kategorileri tam oturması için - sadece masaüstü */
@media (min-width: 992px) {
    .qrt-app .qrt-left-bar {
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .qrt-app .qrt-left-bar .showallmenu {
        display: none !important;
    }
    
    .qrt-app .qrt-left-bar .accordion .card {
        height: calc((100vh - 100px) / 7);
        min-height: 80px;
        display: flex;
        flex-direction: column;
    }
    
    .qrt-app .qrt-left-bar .accordion .card .card-header {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .qrt-app .qrt-left-bar .accordion .card .card-header a {
        height: 100%;
    }
    
    .qrt-app .qrt-left-bar .accordion .card:last-child .card-header {
        border-bottom: none;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .qrt-app .qrt-left-bar .accordion .card {
        height: calc((100vh - 100px) / 7);
        min-height: 80px;
    }
}

/* Anasayfa Video Arkaplan - Tam Ekran (Footer dahil) */
.video1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video1 .qrt-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video1 .qrt-banner .qrt-video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video1 .qrt-banner .qrt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Anasayfa Slider Arkaplan - Tam Ekran */
.video2 .qrt-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video2 .qrt-main-slider,
.video2 .qrt-main-slider .qrt-project-cover,
.video2 .qrt-main-slider .swiper-wrapper,
.video2 .qrt-main-slider .swiper-slide {
    height: 100%;
}

/* Anasayfa Slider - Modern Tasarım */
.video2 .qrt-project-cover {
    position: relative;
}

.video2 .qrt-home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(242, 134, 26, 0.15) 100%);
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.video2 .qrt-home-hero-content {
    width: min(650px, 90%);
    margin-left: 20px;
    padding: 28px 35px;
    position: relative;
    background: linear-gradient(145deg, rgba(40, 41, 44, 0.75) 0%, rgba(40, 41, 44, 0.55) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.video2 .qrt-home-hero-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #F2861A 0%, #ff6b35 50%, #F2861A 100%);
    border-radius: 20px 0 0 20px;
}

@media (min-width: 992px) {
    .video2 .qrt-home-hero-content {
        margin-left: calc(20rem + 100px);
    }
}

/* Hero Badge */
.video2 .qrt-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(242, 134, 26, 0.2) 0%, rgba(242, 134, 26, 0.1) 100%);
    border: 1px solid rgba(242, 134, 26, 0.4);
    border-radius: 50px;
    margin-bottom: 14px;
    animation: badgePulse 3s ease-in-out infinite;
}

.video2 .qrt-hero-badge span {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(242, 134, 26, 0.3); }
    50% { box-shadow: 0 0 20px 5px rgba(242, 134, 26, 0.2); }
}

/* Hero Title */
.video2 .qrt-home-hero-title {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.video2 .qrt-home-hero-title .qrt-title-line {
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, #F2861A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
}

/* Hero Divider */
.video2 .qrt-hero-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #F2861A 0%, #ff6b35 50%, transparent 100%);
    border-radius: 2px;
    margin: 12px 0 14px;
    position: relative;
}

.video2 .qrt-hero-divider::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    animation: dividerSlide 2s ease-in-out infinite;
}

@keyframes dividerSlide {
    0%, 100% { left: 0; opacity: 1; }
    50% { left: 60px; opacity: 0; }
}

/* Hero Lead & Description */
.video2 .qrt-home-hero-lead {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}

.video2 .qrt-home-hero-desc {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 90%;
}

/* Hero Actions - Modern Buttons */
.video2 .qrt-home-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    pointer-events: auto;
    margin-bottom: 0;
}

.video2 .qrt-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.video2 .qrt-hero-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.video2 .qrt-hero-btn:hover::before {
    left: 100%;
}

.video2 .qrt-hero-btn .qrt-btn-text {
    position: relative;
    z-index: 1;
}

.video2 .qrt-hero-btn .qrt-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.video2 .qrt-hero-btn .qrt-btn-icon i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Primary Button */
.video2 .qrt-hero-btn-primary {
    background: linear-gradient(135deg, #F2861A 0%, #ff6b35 100%);
    color: #fff;
    border: none;
    box-shadow: 0 10px 30px -8px rgba(242, 134, 26, 0.5);
}

.video2 .qrt-hero-btn-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px -8px rgba(242, 134, 26, 0.6);
    color: #fff;
}

.video2 .qrt-hero-btn-primary:hover .qrt-btn-icon {
    background: rgba(255, 255, 255, 0.25);
}

.video2 .qrt-hero-btn-primary:hover .qrt-btn-icon i {
    transform: translateX(3px);
}

/* Outline Button - Green */
.video2 .qrt-hero-btn-outline {
    background: rgba(34, 197, 94, 0.15);
    color: #fff;
    border: 2px solid rgba(34, 197, 94, 0.6);
    backdrop-filter: blur(4px);
}

.video2 .qrt-hero-btn-outline:hover {
    background: rgba(34, 197, 94, 0.3);
    border-color: #22c55e;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 30px -8px rgba(34, 197, 94, 0.4);
}

.video2 .qrt-hero-btn-outline .qrt-btn-icon {
    background: rgba(34, 197, 94, 0.3);
}

.video2 .qrt-hero-btn-outline .qrt-btn-icon i {
    color: #4ade80;
    transform: rotate(100deg);
}

.video2 .qrt-hero-btn-outline:hover .qrt-btn-icon {
    background: rgba(34, 197, 94, 0.5);
}

.video2 .qrt-hero-btn-outline:hover .qrt-btn-icon i {
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .video2 .qrt-home-hero-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 28px 25px;
        border-radius: 16px;
    }

    .video2 .qrt-home-hero-title {
        font-size: 32px;
        letter-spacing: 0;
    }

    .video2 .qrt-hero-badge {
        padding: 8px 15px;
        margin-bottom: 15px;
    }

    .video2 .qrt-hero-badge span {
        font-size: 10px;
    }

    .video2 .qrt-hero-divider {
        width: 60px;
        margin: 14px 0 16px;
    }

    .video2 .qrt-home-hero-lead {
        font-size: 16px;
    }

    .video2 .qrt-home-hero-desc {
        font-size: 14px;
        margin-bottom: 22px;
        max-width: 100%;
    }

    .video2 .qrt-home-hero-actions {
        gap: 12px;
        margin-bottom: 0;
    }

    .video2 .qrt-hero-btn {
        padding: 14px 20px;
        font-size: 11px;
        gap: 10px;
        border-radius: 10px;
    }

    .video2 .qrt-hero-btn .qrt-btn-icon {
        width: 24px;
        height: 24px;
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .video2 .qrt-home-hero-content {
        padding: 22px 18px;
    }

    .video2 .qrt-home-hero-title {
        font-size: 26px;
    }

    .video2 .qrt-hero-btn {
        padding: 12px 16px;
        font-size: 10px;
        width: 100%;
        justify-content: center;
    }
}

/* Anasayfa Slider - Pagination (Dot) sağ alt */
.video2 .swiper-main-pagination {
    position: absolute;
    right: 45px;
    bottom: 60px;
    left: auto;
    width: auto;
    z-index: 3;
}

.video2 .swiper-pagination-bullets span.swiper-pagination-bullet {
    background-color: #fff;
    opacity: .55;
}

.video2 .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

/* Anasayfa Slider - Sol ok sidebarın altına girmesin */
@media (min-width: 992px) {
    .video2 .qrt-slider-navigation .qrt-main-prev {
        left: calc(20rem + 20px);
    }
}

/* Main content wrapper - video üzerinde görünmesi için */
.main-content-wrapper {
    position: relative;
    z-index: 2;
}

/* Footer - video üzerinde görünmesi için */
.qrty-footer {
    z-index: 10;
}

/* Sidebar - video üzerinde görünmesi için */
.qrt-left-bar {
    z-index: 11;
}

/* Header - video üzerinde görünmesi için */
.header-wrapper {
    z-index: 1000;
}

/* =====================================================
   MODERN İLETİŞİM SAYFASI STİLLERİ
   ===================================================== */

/* Contact Hero Section */
.contact-hero {
    position: relative;
    height: 350px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.contact-hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 100px;
    background: #f8f9fa;
    border-radius: 50% 50% 0 0;
}

.contact-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.3) 100%);
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.contact-hero-title {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: 8px;
    margin-bottom: 15px;
    text-shadow: 2px 4px 20px rgba(0,0,0,0.3);
    animation: fadeInUp 0.8s ease-out;
}

.contact-hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Contact Section */
.contact-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.contact-section .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Contact Section Header */
.contact-section-header {
    margin-bottom: 50px;
}

.contact-section-header.text-center {
    text-align: center;
}

.contact-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.header-separator {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #F2861A, #e07b15);
    border-radius: 2px;
}

.header-separator.centered {
    margin: 0 auto;
}

/* Contact Cards Grid v2 */
.contact-cards-grid {
    margin-bottom: 50px;
}

.contact-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.06);
    height: 100%;
    margin-bottom: 25px;
}

.contact-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.contact-card-v2 .card-icon-wrapper {
    margin-bottom: 20px;
}

.contact-card-v2 .card-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(242, 134, 26, 0.25);
    transition: all 0.3s ease;
}

.contact-card-v2:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-card-v2.gsm .card-icon {
    background: linear-gradient(135deg, #28a745 0%, #20903a 100%);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.25);
}

.contact-card-v2.email .card-icon {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25);
}

.contact-card-v2.address .card-icon {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.25);
}

.contact-card-v2 .card-icon i {
    font-size: 32px;
    color: #fff;
}

.contact-card-v2 h3 {
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.contact-card-v2 .card-value {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    transition: all 0.3s ease;
    display: block;
    line-height: 1.4;
}

.contact-card-v2 .card-value:hover {
    color: #F2861A;
}

.contact-card-v2 .card-value.address-text {
    font-size: 16px;
    font-weight: 600;
}

/* Contact Social Center */
.contact-social-center {
    text-align: center;
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    max-width: 500px;
    margin: 0 auto;
}

.contact-social-center h4 {
    font-size: 14px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.contact-social-center .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease;
}

.social-icon.facebook {
    background: #1877f2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-icon.youtube {
    background: #ff0000;
}

.social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* Map Section */
.contact-map-section {
    background: #fff;
    padding: 60px 0 0;
}

.contact-map-section.top {
    padding: 0;
}

.map-header {
    text-align: center;
    margin-bottom: 40px;
}

.map-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.map-header .header-separator {
    margin: 0 auto;
}

.map-container {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =====================================================
   KLASİK İLETİŞİM SAYFASI - SOL BİLGİLER, SAĞ HARİTA
   ===================================================== */

.contact-section-classic {
    padding: 60px 0;
    background: #f8f9fa;
    min-height: calc(100vh - 100px);
}

.contact-section-classic .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.contact-section-classic .row {
    align-items: stretch;
}

/* Sol Panel - İletişim Bilgileri */
.contact-info-panel {
    background: #fff;
    border-radius: 20px;
    padding: 45px 40px;
    height: 100%;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.contact-panel-header {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.contact-panel-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.contact-panel-header p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* İletişim Bilgi Listesi */
.contact-info-list {
    margin-bottom: 35px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-item:hover {
    padding-left: 10px;
}

.contact-info-item .info-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 14px;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(242, 134, 26, 0.25);
    transition: all 0.3s ease;
}

.contact-info-item:hover .info-icon {
    transform: scale(1.1);
}

.contact-info-item .info-icon.gsm {
    background: linear-gradient(135deg, #28a745 0%, #20903a 100%);
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.25);
}

.contact-info-item .info-icon.email {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.25);
}

.contact-info-item .info-icon.address {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.25);
}

.contact-info-item .info-icon i {
    font-size: 22px;
    color: #fff;
}

.contact-info-item .info-icon .fa-phone {
    transform: scaleX(-1);
}

.contact-info-item .info-content {
    flex: 1;
}

.contact-info-item .info-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.contact-info-item .info-value {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.contact-info-item .info-value:hover {
    color: #F2861A;
}

/* Sosyal Medya Panel */
.contact-social-panel {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.contact-social-panel h4 {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.contact-social-panel .social-icons {
    display: flex;
    gap: 12px;
}

.contact-social-panel .social-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.contact-social-panel .social-icon:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Sağ Panel - Harita */
.contact-map-panel {
    height: 100%;
    min-height: 550px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.contact-map-panel .map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 550px;
}

.contact-map-panel .map-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    display: block;
}

/* =====================================================
   MODERN KURUMSAL SAYFA STİLLERİ
   ===================================================== */

/* Hero Banner */
.corporate-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.corporate-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.corporate-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corporate-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 46, 0.85) 0%, rgba(15, 52, 96, 0.75) 100%);
}

.corporate-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.corporate-hero-content .hero-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 8px 30px rgba(242, 134, 26, 0.4);
}

.corporate-hero-content .hero-icon i {
    font-size: 28px;
    color: #fff;
}

.corporate-hero-content h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    text-shadow: 2px 4px 20px rgba(0,0,0,0.3);
}

.corporate-hero-content p {
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    font-weight: 300;
}

/* Sayfa Navigasyonu */
.corporate-nav-section {
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

.corporate-nav-section .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.corporate-nav-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.corporate-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 22px 30px;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.corporate-nav-item i {
    font-size: 18px;
    color: #888;
    transition: color 0.3s ease;
}

.corporate-nav-item:hover {
    color: #F2861A;
    background: rgba(242, 134, 26, 0.05);
}

.corporate-nav-item:hover i {
    color: #F2861A;
}

.corporate-nav-item.active {
    color: #F2861A;
    border-bottom-color: #F2861A;
    background: rgba(242, 134, 26, 0.08);
}

.corporate-nav-item.active i {
    color: #F2861A;
}

/* İçerik Bölümü */
.corporate-content-section {
    background: #f8f9fa;
    padding: 60px 0 80px;
}

.corporate-content-section .container-fluid {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
}

.corporate-content-section .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.corporate-content-section .section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.corporate-content-section .section-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

/* Özellik Kartları */
.feature-cards {
    margin-bottom: 50px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 25px;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.feature-card .feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(242, 134, 26, 0.3);
}

.feature-card .feature-icon i {
    font-size: 28px;
    color: #fff;
}

.feature-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 5px;
}

.feature-card p {
    font-size: 14px;
    color: #888;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Metin İçerik */
.corporate-text-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
}

.corporate-text-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 35px 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #F2861A;
    display: inline-block;
}

.corporate-text-content h3:first-child {
    margin-top: 0;
}

.corporate-text-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.corporate-text-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.corporate-text-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.corporate-text-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    border-radius: 50%;
}

.corporate-text-content ul li strong {
    color: #1a1a2e;
}

/* KVKK Kartları */
.kvkk-section {
    background: #f8f9fa;
}

.kvkk-grid {
    margin-top: 20px;
}

.kvkk-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.kvkk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #F2861A;
}

.kvkk-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(242, 134, 26, 0.3);
    transition: all 0.3s ease;
}

.kvkk-card:hover .kvkk-card-icon {
    transform: scale(1.1);
}

.kvkk-card-icon i {
    font-size: 24px;
    color: #fff;
}

.kvkk-card-content {
    flex: 1;
}

.kvkk-card-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.kvkk-card:hover .kvkk-card-content h4 {
    color: #F2861A;
}

.kvkk-card-content .download-hint {
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kvkk-card-content .download-hint i {
    font-size: 12px;
}

/* =====================================================
   MODERN GALERİ SAYFASI STİLLERİ
   ===================================================== */

/* Hero Banner */
.gallery-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.gallery-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

.gallery-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.4) 100%);
}

.gallery-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.gallery-hero-content .hero-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 8px 30px rgba(242, 134, 26, 0.4);
}

.gallery-hero-content .hero-icon i {
    font-size: 28px;
    color: #fff;
}

.gallery-hero-content h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    text-shadow: 2px 4px 20px rgba(0,0,0,0.3);
}

.gallery-hero-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    font-weight: 300;
}

/* Galeri Navigasyonu */
.gallery-nav-section {
    background: #fff;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    z-index: 10;
}

.gallery-nav-section .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.gallery-nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 0;
}

.gallery-nav-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 50px;
    color: #555;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.gallery-nav-item i {
    font-size: 28px;
    color: #888;
    transition: color 0.3s ease;
}

.gallery-nav-item .nav-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gallery-nav-item .nav-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease;
}

.gallery-nav-item .nav-count {
    font-size: 13px;
    color: #888;
}

.gallery-nav-item:hover {
    background: rgba(242, 134, 26, 0.05);
}

.gallery-nav-item:hover i,
.gallery-nav-item:hover .nav-title {
    color: #F2861A;
}

.gallery-nav-item.active {
    border-bottom-color: #F2861A;
    background: rgba(242, 134, 26, 0.08);
}

.gallery-nav-item.active i,
.gallery-nav-item.active .nav-title {
    color: #F2861A;
}

/* Galeri İçerik */
.gallery-content-section {
    background: #f8f9fa;
    padding: 60px 0 80px;
}

.gallery-content-section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.gallery-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.gallery-section-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Video Kartları */
.video-grid {
    margin: 0 -12px;
}

.video-grid .row {
    margin: 0 -12px;
}

.video-grid [class*="col-"] {
    padding: 0 12px;
    margin-bottom: 24px;
}

.video-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.video-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.08);
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-card:hover .video-play-overlay {
    opacity: 1;
    background: rgba(0,0,0,0.5);
}

.play-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(242, 134, 26, 0.5);
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.video-card:hover .play-button {
    transform: scale(1);
}

.play-button i {
    font-size: 28px;
    color: #fff;
    margin-left: 4px;
}

.video-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(5px);
}

.video-info {
    padding: 18px 20px;
}

.video-info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-meta {
    display: flex;
    align-items: center;
    gap: 15px;
}

.video-meta span {
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-meta span i {
    font-size: 14px;
    color: #FF0000;
}

/* =====================================================
   MODERN ÜRÜNLER SAYFASI STİLLERİ
   ===================================================== */

/* Hero Banner */
.products-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.products-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
}

.products-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.4) 100%);
}

.products-hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.products-hero-content .hero-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F2861A 0%, #e07b15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 8px 30px rgba(242, 134, 26, 0.4);
}

.products-hero-content .hero-icon i {
    font-size: 28px;
    color: #fff;
}

.products-hero-content h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    text-shadow: 2px 4px 20px rgba(0,0,0,0.3);
}

.products-hero-content p {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    font-weight: 300;
}

/* Ürünler İçerik */
.products-content-section {
    background: #f8f9fa;
    padding: 60px 0 80px;
}

.products-content-section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.products-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.products-section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.products-section-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Ürün Kartları */
.products-grid {
    margin: 0 -15px;
}

.products-grid .row {
    margin: 0 -15px;
}

.products-grid [class*="col-"] {
    padding: 0 15px;
    margin-bottom: 30px;
}

.product-card {
    display: block;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    height: 100%;
    text-decoration: none;
}

.product-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    text-decoration: none;
}

.product-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.product-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card:hover .product-card-image img {
    transform: scale(1.1);
}

.product-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.product-card:hover .product-card-overlay {
    opacity: 1;
}

.product-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.product-card:hover .product-icon {
    transform: scale(1);
    opacity: 1;
}

.product-icon i {
    font-size: 28px;
    color: #fff;
}

.product-card-content {
    padding: 25px;
    position: relative;
}

.product-color-bar {
    position: absolute;
    top: 0;
    left: 25px;
    right: 25px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    transition: all 0.3s ease;
}

.product-card:hover .product-color-bar {
    height: 6px;
}

.product-card-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 10px 0 12px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.product-card:hover .product-card-content h3 {
    color: #333;
}

.product-card-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 18px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-link {
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.product-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.product-card:hover .product-link i {
    transform: translateX(5px);
}

/* Video Slogan */
.qrt-video-slogan {
    position: absolute;
    bottom: 100px;
    right: 50px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    animation: sloganFadeIn 0.5s ease-out 0.3s forwards;
}

.qrt-video-slogan span {
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Kaushan Script", cursive;
    font-style: normal;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 255, 255, 0.1);
    letter-spacing: 0.5px;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.35);
    padding: 12px 24px;
    border-radius: 8px;
    border-left: 4px solid #ff6b35;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@keyframes sloganFadeIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Video slogan responsive stilleri responsive.css'e taşındı */

/* ===============================================
   ÜRÜN DETAY SAYFASI - TAB MENÜ STİLLERİ
   =============================================== */

#exTab1 .tab-menu-buton li a {
    color: #4f555a;
    font-size: 14pt;
    font-weight: 500;
    background: 0 0;
    border: 0;
    padding: 26px;
    background: #f3f3f3;
}

.nav-pills {
    justify-content: space-between;
    background: #f3f3f3;
    padding: 26px;
    margin-bottom: 50px;
}

#exTab1 .tab-menu-buton .active a {
    color: #ffffff;
    background-color: #F2861A;
}

.hr {
    height: 1px;
    background: #e0e0e0;
    margin: 20px 0;
}

/* Standart Features Slider */
.standart-features-slider .swiper-slide {
    text-align: center;
    padding: 20px;
}

.standart-features-slider .swiper-slide .image {
    margin-bottom: 15px;
}

.standart-features-slider .swiper-slide .image img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.standart-features-slider .swiper-slide .description {
    font-size: 14px;
    color: #4f555a;
    line-height: 1.5;
}

/* Plus Wrapper */
.product-features .content .plus-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 50px;
}

.product-features .content .plus-wrapper .plus-item {
    margin-bottom: 50px;
    border-bottom: 5px solid #fff;
    transition: all .3s ease-in-out;
    padding: 40px 0px 20px 0px;
}

.product-features .content .plus-wrapper .plus-item:hover {
    border-bottom-color: var(--hoverbgcolor);
    background: #f3f3f3;
}

.product-features .content .plus-wrapper .plus-item .plusimage {
    text-align: center;
}

.product-features .content .plus-wrapper .plus-item .plusimage img {
    object-fit: contain;
    height: 100px;
    object-position: center;
    padding: 5px;
}

.product-features .content .plus-wrapper .plus-item .plustitle {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #4f555a;
    margin-top: 20px;
    text-transform: uppercase;
    height: 100px;
    vertical-align: top;
    line-height: 20px;
    padding: 0px 5px;
    text-align: center;
}

/* Video User Manual */
.video-user-manual .video-thumb {
    margin-bottom: 10px;
}

.video-user-manual .video-thumb a {
    display: block;
    border-bottom: 5px solid #fff;
    transition: all .3s ease-in-out;
}

.video-user-manual .video-thumb a:hover,
.video-user-manual .video-thumb a.current {
    border-bottom-color: var(--borderbottomcolor);
}

.video-user-manual .video-thumb img {
    width: 100%;
}

#ytplayer {
    transition: all .3s ease-in-out;
}

