body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/* *********** TOP MENÜ *************** */
a:hover {
    text-decoration: none;
}

.top-bar {
    background-color: #fff;
}

.ttm-topbar-wrapper {
    line-height: 48px;
}

.ttm-topbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-info {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.top-info li {
    padding-right: 15px;
}

.top-info li a {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
}

.top-info li a i {
    padding-right: 4px;
    font-size: 18px;
    background: white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}

.social-icons li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.social-icons li a i {
    height: 20px;
    width: 20px;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
}

footer .home-link img {
    width: 250px;
}

.social-icons li a:hover i {
    background: #000;
}

.site-branding {
    float: left;
    height: 99px;
    line-height: 98px;
}

.site-branding a,
.site-branding img {
    transition: all 0.3s ease-in-out 0s;
}

.branding {
    background-color: #fff;
}

.branding span {
    color: black;
    font-weight: normal;
}


.site-branding img {
    max-height: 310px;
    height: 161px;
    position: relative;
    bottom: 45px;
}

.site-branding2 img {
    height: 50px;
}

.branding .buttons {
    height: 99px;
}

.right-bar ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-top: 16px;
}

.right-bar ul li {
    padding-left: 10px;
    border-right: 1px solid;
}

.right-bar ul li,
.right-bar ul li a {
    display: flex;
    align-items: center;
    color: #0d3044 !important;
}

li.address {
    max-width: 280px;
}

.buttons li {
    height: 90px;
}

.right-bar .icon i {
    background: #353333;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 3px;
}

.right-bar .contact-item {
    max-width: 710px;
}

li.address p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 20px;
    padding-top: 17px;
}

.right-bar ul li {
    border: 3px solid #78909c6b;
    transition: all 0.5s ease-in-out;
}

.buttons li:last-child p {
    margin: 0;
}

.ttm-bgcolor-white {
    background-color: #fff;
}

.site-branding2 {
    display: none;
    height: 65px;
    line-height: 65px;
}

.home-link {
    line-height: 65px;
}

.site-navigation {
    position: relative;
    width: 100%;
    background: #fff;
    height: 170px;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    color: #000000;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu>ul>li>a {
    font-weight: 500;
    background: #707070;
    color: #fff;
}

#site-header-menu #site-navigation .menu>ul>li:hover>a {
    background: #fbfbfb;
    color: #000;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.08);
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu>ul li ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #7f9094;
}

#site-header-menu #site-navigation .menu ul ul li:last-child {
    border: none;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type="checkbox"] {
    display: none;
}

.ttm-header-icons,
.ttm-header-icon {
    position: relative;
    height: 60px;
    line-height: 60px;
    float: right;
}

.ttm-header-icons {
    padding-left: 5px;
}

.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    font-size: 15px;
    border-radius: 3px;
    height: 27px;
    width: 27px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900;
}

.mobile-menu {
    transition: 0.2s all;
    left: -100%;
    position: fixed;
}

.mobile-menu img {
    display: none;
}

.mobile-menu ul {
    padding: 0;
    overflow-y: auto;
}

.mobile-menu .menu ul li {
    list-style: none;
    border-top: 1px solid #fff;
    width: 100%;
    padding: 7px;
}

.mobile-menu li.active {
    background: #fff;
    font-weight: 700;
}

.mobile-menu a {
    width: 100%;
    line-height: 29px;
    color: #000 !important;
    display: block;
    text-transform: uppercase;
}

.mobile-social-menu {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}

.mobile-social-menu li {
    width: 20px;
    height: 20px;
    padding: 25px;
}

.mobile-social-menu li a {
    margin-top: -10px;
    display: block;
    margin-left: -9px;
}

.mobile-social-menu li a i {
    font-size: 21px;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    margin: 0 35px;
}

.ttm-sepline {
    display: none !important;
}

.mobile-menu.mobile-show {
    width: 300px;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: 10000;
    display: block;
    left: 0;
    border-right: 1px solid #54585b69;
}

.mobile-show {
    display: block !important;
}

.mobile-menu.mobile-show img {
    display: block;
    padding: 15px;
    width: 100%;
}

.mobile-menu-bg.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #a2a8ad87;
    z-index: 1000;
    top: 0;
}

.mobile-menu-bg {
    transition: 0.5s all;
}

.mobile-menu-bg.active:after {
    content: "";
    color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 300px;
    background: #989c9f;
    padding: 10px;
    width: 46px;
    height: 53px;
}

.mobile-menu-bg.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 310px;
    width: 30px;
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/times.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/times.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 30px;
    background: #ffffff;
    z-index: 1;
}

body .site-main {
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.main-slider {
    position: relative;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}

.ttm-search-overlay.st-show {
    visibility: visible;
    opacity: 0.98;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzNGOTFDMjMwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzNGOTFDMjQwRDE4MTFFNjlERDZERjI3RjQ0QzRGRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Y5MUMyMTBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Y5MUMyMjBEMTgxMUU2OURENkRGMjdGNDRDNEZGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt0AzY0AAADrSURBVHjapNXLDYMwDAZg1+2dE9dKHaETgMQSPXWADtQBemIJJDJBzx2gp1wZoI7koBTl4RhLPwSBPoHsiMM8zxcAeFLuFAuV1XXdujbGtHR6UR5Ih4VypkyUFpTF6MTWgvyWPeWoxQPUGT19hUW+p8YDFDzqFhg8o8FDdPDoFq7Fk2gMDnHI4Fk0BXt8SOBFNAen8D80N/dYaM4WF6GuToLOO+BGefP1VbJDUThSI+XDGSWjiDVzmmloFRxrlJXiWIFGG8pbWgRLRqqIowIV4ahEizjuQP0fJIrjHjSHO7ihfLVoBHdW8xNgAA9tb+1F4VHcAAAAAElFTkSuQmCC),
        pointer;
}

.ttm-search-overlay {
    background: #000000db;
}

.ttm-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    transition: all 0.2s ease;
}

.ttm-search-overlay.st-show .ttm-search-outer {
    transform: translateY(-50%);
}

.ttm-search-overlay .ttm-search-outer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    min-height: 350px;
    border: 2px solid rgba(255, 255, 255, 0.62);
    text-align: center;
    transition: all 0.6s ease 0s;
    display: inline-block;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
}

.ttm-search-overlay .ttm-search-outer .ttm-form-title {
    display: block;
    font-size: 45px;
    line-height: 42px;
    clear: both;
    color: #fff;
}

.ttm-search-overlay .ttm-site-searchform {
    position: absolute;
    top: auto;
    left: 50%;
    width: 700px;
    max-width: 100%;
    margin-left: -350px;
    height: 70px;
    line-height: 70px;
    transition: all 0.6s ease 0s;
    margin-top: 40px;
}

.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    background: none;
    color: #fff !important;
    padding: 0 70px 0 18px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    outline: none;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    margin: 0;
    border-radius: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    text-transform: inherit;
    line-height: inherit;
}

.ttm-search-overlay .ttm-site-searchform button {
    padding: 0;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    width: 70px;
    border: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.95);
    height: 59px;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 7px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    text-decoration: none;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    transition: all 0.25s ease;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000000;
}

a {
    color: #000000;
}

.mobile-menu ul.th-menudropdown.sub-menu.active {
    display: block !important;
    position: relative;
    width: 100%;
}

.mobile-menu ul.th-menudropdown.sub-menu {
    display: none !important;
}

li.has-submenu .sub-menu {
    margin-top: 0px;
    position: absolute;
    display: none;
    width: 130px;
    left: 0;
}

/* SLİDER */
.main-slider .item .content {
    display: none !important;
    position: absolute;
    display: flex;
    width: 42%;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.main-slider .item .content .inner {
    position: relative;
}

.main-slider figure {
    margin-bottom: 0;
}

.cbody {
    padding: 30px 30px;
    position: relative;
    text-align: left;
}

.cbody .sum {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.cbody h2 {
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 50px;
    color: #e81d23;
    text-transform: uppercase;
}

.n-button {
    color: black !important;
    border-width: 2px;
    border-style: solid;
    border-color: #337569;
    position: relative;
    display: inline-block;
    padding: 6px 19px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.n-button:before {
    top: -6px;
    left: -6px;
    border-width: 2px 0 0 2px;
    z-index: 5;
}

.n-button:before,
.n-button:after {
    content: "";
    display: block;
    position: absolute;
    border-color: #337569;
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    transition: all 0.3s ease-in-out;
}

.main-slider .owl-carousel .owl-item {
    padding: 0;
    margin: 0;
}

.main-slider img {
    height: 700px;
    min-height: 500px;
    object-fit: cover;
    object-position: 84%;
}

.main-slider .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* FOOTER */
.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.fbody {
    position: relative;
    background: #000;
}

.footer .widget {
    margin: 45px 0 20px;
}

.ttm-btn.btn-inline {
    font-weight: 700;
}

a,
.site-branding a,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.social-icons li>a,
.accordion .toggle-title a {
    transition: all 0.3s ease-in-out 0s;
}



.float {
    display: none !important;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 120px;
    right: 30px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.float i {
    font-size: 40px;
    width: 23px;
    height: 26px;
    background: white;
}

.footer .widget .widget-title {
    margin-bottom: 17px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.widget .widget-title {
    font-size: 23px;
    line-height: 28px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

@media (max-width: 767px) {
    .widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }
}

.footer-service-list {
    margin: 30px 0px !important;
}

.footer .widget a {
    font-size: 14px;
}

.footer-service-list a {
    border: 1px solid #ffffff2a;
    padding: 5px 5px;
    border-radius: 5px;
    margin: 0 5px;
}

.footer-service-list a:hover {
    border: 1px solid #ffffff29;
    background: #ffffff2a;
}


.widget ul>li {
    position: relative;
}

.footer .social-icons li>a,
footer ul li>a,
.ttm-topbar-content a,
.ttm-textcolor-white a {
    color: #000;
    font-weight: 300;
}

.sticky-footer {
    display: block;
    height: 58px;
    background: #3f3f3f;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 30000;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.sticky-footer .one-fourth {
    width: 33%;
    float: left;
    color: #fff;
    text-align: center;
    height: 58px;
    position: relative;
    cursor: pointer;
}

.sticky-footer .one-fourth a {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.sticky-footer i {
    font-size: 30px;
    margin: 6px;
    color: white !important;
    background: #fff;
    width: 25px;
    height: 25px;
}

.sticky-footer i.fa-map-marker,
.sticky-footer i.fa-mobile-alt {
    width: 20px;
}

.sticky-footer .one-fourth p {
    font-size: 10px;
    font-weight: 400;
}

.sticky-footer p {
    color: #fff !important;
    margin: 0;
    font-size: 15px;
}

.footer .bottom-footer-text {
    position: relative;
}

.footer .bottom-footer-text:before {
    background: #e81d23;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.copyright {
    padding-bottom: 19px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

.owl-dot.active span {
    background-color: #8d95b3;
}

.widget.widget_nav_menu a {
    padding-left: 16px;
}

.widget.widget_nav_menu a:before {
    content: "";
    background-color: #000000;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
}

.custom-btn {
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.btn-8 {
    background-image: linear-gradient(315deg, #ffffff 0%, #aac1cd 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}

.btn-8:before {
    height: 0%;
    width: 2px;
}

.btn-8:after {
    width: 0%;
    height: 2px;
}

.btn-8:hover:before {
    height: 100%;
}

.btn-8:hover:after {
    width: 100%;
}

.btn-8:hover {
    background: transparent;
}

.btn-8 span:hover {
    color: #c797eb;
}

.btn-8 span:before,
.btn-8 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #607d8b;
    transition: all 0.3s ease;
}

.btn-8 span:before {
    width: 2px;
    height: 0%;
}

.btn-8 span:after {
    height: 2px;
    width: 0%;
}

.btn-8 span:hover:before {
    height: 100%;
}

.btn-8 span:hover:after {
    width: 100%;
}

.abouts {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ab-icerik {
    background-color: #dee2eb;
}

ul.about-s {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

ul.about-s li {
    width: 50%;
    position: relative;
}

ul.about-s li a {
    background: #b0bec585;
    display: flex;
    margin: 0px 31px 15px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 13px;
    z-index: 0;
    padding-bottom: 13px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

ul.about-s i {
    font-size: 26px;
    float: left;
    background-color: #eceff1;
    border-radius: 5px;
    margin: 0 10px;
    width: 40px;
}

ul.about-s li a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cfd8dc;
    top: 0;
    left: -100%;
    transition: 0.7s all;
    z-index: -1;
    display: block;
}

ul.about-s li a:hover:after {
    left: 0 !important;
}

.resim {
    padding: 0px;
}

.ab-icerik h2 {
    padding-top: 20px;
}

.title-box {
    display: table;
    width: 100%;
}

.title-box .page-title-heading,
.breadcrumb-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.page-title-heading h1 {
    font-weight: 300;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 6px;
    position: relative;
}

.breadcrumb-wrapper {
    text-align: right;
}

.breadcrumb-wrapper .breadcrumb-wrapper-inner {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 15px;
    display: inline-block;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 19px;
}

.breadcrumb-wrapper span:last-child {
    color: #000 !important;
    font-weight: 600;
}

.ttm-page-title-row {
    background: #fff;
}

.layout-column-editable{
        word-break: break-word;
}

/* CARD1 */
.dinc-articles {
    padding: 25px 0;
    background: linear-gradient(180deg, #f3f7f9 0, #daedf3, #b0bfc7, #f3f7f9 100%);
    margin-top: 50px;
}

.dinc-articles .box-art {
    border-radius: 15px;
    border: 1px solid;
    border-right: 3px solid;
    border-left: 3px solid;
    border-color: #68747c;
    position: relative;
    transition: 1.5s all;
    overflow: hidden;
    margin: 5px;
    height: 450px;
}

.dinc-articles .box-art img {
    border-radius: 15px;
    height: 450px;
    object-fit: cover;
}

.dinc-articles .news-detail {
    position: absolute;
    bottom: -80px;
    transition: 0.5s all;
    background: linear-gradient(0deg, rgb(188 212 230 / 81%) 0%, rgb(188 212 230 / 77%) 80%, rgba(188, 212, 230, 0.4234068627450981) 95%, rgba(0, 212, 255, 0) 100%);
    width: 100%;
}

.dinc-articles .news-detail h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
    height: 68px;
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 10px;
}

.dinc-articles .news-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
    opacity: 0;
    transition: 1.2s all;
}

.dinc-articles .box-art:hover .news-detail {
    bottom: 0;
}

.dinc-articles .box-art:hover .news-detail p {
    opacity: 1;
}

.box-art:hover img {
    transform: scale(1.1);
}

.box-art img {
    transition: all 400ms ease;
}

/* CARD2 */
.contenttitle {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #4e4e4e;
}

.sitenitasarlacom-icerik2 {
    padding: 45px 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.webp .sitenitasarlacom-icerik2 {
    background-image: url(images/bg3.webp);
}

.no-webp .sitenitasarlacom-icerik2 {
    background-image: url(../../../2022/11/bg3.jpg);
}

.lazyKukumavNet {
    display: block;
    width: 100%;
}

.cont-marka-baslik {
    font-size: 25px;
    color: #3b3b39;
}

.cizgiduz::after {
    position: absolute;
    position: absolute;
    content: "";
    height: 1px;
    width: 80%;
    top: 19px;
    background: #3b3b39;
    margin: 0 0 0 14px;
}

.conicon {
    display: flex;
    align-items: center;
}

.conicon .resim {
    padding-right: 10px;
    width: 75px !important;
    height: 65px !important;
}

.conicon .resim img,
.conicon .resim figure {
    width: 65px !important;
    height: 65px !important;
    display: block;
    position: relative;
}

.deneme {
    width: 50px;
    height: 50px;
    background: red;
}

.anab1 {
    font-weight: bold;
    font-size: 45px;
    color: #4e4e4e;
    line-height: 1.1;
}

/* YORUMLAR */
.comments:before {
    background: url("../../../2022/11/comment.jpg");
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    opacity: 0.4;
}

.comments {
    position: relative;
}

.comments .item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 31px;
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-left.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}

.comments .item:after {
    content: "";
    position: absolute;
    bottom: 7px;
    font-size: 35px;
    right: 30px;
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-right.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/quote-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background: #688493;
    margin-left: 5px;
}

.comments p.content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
    overflow: hidden;
    text-align: center;
    padding-left: 20px;
}

.comments .item {
    padding: 15px;
    border-radius: 20px;
    border: 3px solid lightgray;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#totop.top-visible i {
    width: 20px;
    height: 20px;
    background: #000;
}

#totop {
    font-weight: 900;
    position: fixed;
    right: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    text-align: center;
    line-height: 34px;
    border: 1px solid #000000;
    color: #fff !important;
    bottom: 69px;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image {
    margin: 10px 0;
    border: 1px solid #f5f5f5;
}

.ttm-post-format-icon {
    display: none !important;
    background: black;
}

.ttm-box-post-date {
    display: none;
}

.featured-imagebox-post.ttm-box-view-top-image figure {
    margin-bottom: 0;
}

.featured-imagebox-post.ttm-box-view-top-image img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out 0s;
}

.featured-imagebox.featured-imagebox-post.ttm-box-view-top-image:hover img {
    filter: grayscale(0);
}

.featured-imagebox-post.ttm-box-view-top-image .featured-content {
    padding: 30px 15px;
    background: #f5f5f5;
}

.featured-title h5 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    text-align: center;
}

.featured-title h5 a {
    color: #919191;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.featured-imagebox-post.ttm-box-view-top-image .post-desc {
    padding-top: 0px;
}

.post-desc.featured-desc p {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}

.widget .new-si li a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    padding-top: 6px;
    border-radius: 0px;
}

.owl-theme .owl-controls .owl-nav div.owl-prev:before {
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-left.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-left.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 15px;
    height: 20px;
    background: #000;
    content: "" !important;
}

.owl-theme .owl-controls .owl-nav div.owl-next:before {
    -webkit-mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-right.svg);
    mask-image: url(../../../assets/themes/theme03/rd-fonts/angle-right.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 15px;
    height: 20px;
    background: #000;
    content: "" !important;
}

.owl-theme .owl-controls .owl-nav div.owl-next:hover:before,
.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before {
    background: white;
}

.owl-carousel {
    display: block !important;
}

.owl-carousel .slide-owl-wrap:not(:first-child) {
    display: none !important;
}

.owl-carousel img {
    width: 100% !important;
}

.services-head-image {
    width: 50px;
    height: 50px;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 10px 26px;
    background-color: #e91f25;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.52);
    border-radius: 10px;
}

#sharer .rounded-social-buttons .social-button.linkedin:hover,
#sharer .rounded-social-buttons .social-button.linkedin:focus {
    border-color: transparent !important;
}

#sharer .rounded-social-buttons .social-button.twitter:hover,
#sharer .rounded-social-buttons .social-button.twitter:focus {
    border-color: transparent !important;
}

#sharer .rounded-social-buttons .social-button.facebook:hover,
#sharer .rounded-social-buttons .social-button.facebook:focus {
    border-color: transparent !important;
}

#sharer .rounded-social-buttons .social-button.facebook,
.social-button.twitter,
.social-button.linkedin,
.social-button.pinterest {
    background-color: transparent !important;
}

.facebook,
.twitter,
.linkedin,
.pinterest {
    background-color: transparent !important;
}

#sharer .rounded-social-buttons .social-button {
    width: 40px !important;
    height: 40px !important;
}

.btn.theme-btn {
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
}

.btn.theme-btn.theme-btn-dark {
    border: 1px solid #000;
}

.btn.theme-btn.theme-btn-dark:hover {
    background-color: #000;
    color: #fff;
}

.btn.theme-btn.theme-btn-light {
    border: 1px solid #fff;
    color: #fff;
}

.btn.theme-btn.theme-btn-light:hover {
    background-color: #fff;
    color: #000;
}

.topbar-right .topbar-info li {
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}

.topbar-right .topbar-info li:last-child {
    border-right: none;
}

.section {
    height: 650px;
}

.section .image-col {
    display: none;
}

.section .section-title {
    flex-direction: column;
    font-size: 44px;
    font-weight: 800;
    line-height: 44px;
}

.section .section-subtitle {
    font-weight: 200;
    font-size: 18px;
    text-align: center;
}

.section .section-title.small {
    font-size: 44px;
    text-transform: capitalize;
}

.theme-color-red {
    color: #777777;
}

.theme-color-black {
    color: #000;
}

.theme-bg-red {
    background-color: #e81d23;
}

.section .section-content {
    font-size: 20px;
    font-weight: 300;
}

.section-bg-image {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left;
}

.section.bg-image-right {
    background-position: right;
}

label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    padding: 10px;
    height: 45px;
    color: #000;
}

.form-control:focus {
    border-color: black;
    box-shadow: none;
}

.btn-success {
    border: none !important;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    background-color: #707070;
}

.btn-success:hover {
    background-color: #000;
}

.footer .contact-list li {
    padding: 0 10px 0px 10px;
    display: inline-block;
}



.post-detail {
    padding: 20px 0;
}


.referans-section .referans-item figure {
    margin-bottom: 0;
}

.referans-section .referans-item img {
    filter: grayscale(1);
    transition: all .6s ease-in-out;
    width: auto;
    max-width: 100%;
}

.referans-section .referans-item img:hover {
    filter: grayscale(0);
}

.ttm-header-search-link a .fa-search {
    width: 15px;
    height: 15px;
    background: #000;
    display: inline-block;
}

.ttm-search-overlay {
    display: none;
}

.ttm-search-overlay.st-show {
    display: block;
}

.w-search-input .fa-search {
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
}

.w-search-input .searchform-s::placeholder {
    color: #fff;
}

@media (max-width: 992px) {
    .ttm-header-icons {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .ttm-search-overlay .ttm-site-searchform input[type="search"] {
        max-width: 100%;
    }

    .site-branding img {
        max-height: 310px;
        height: 155px;
        position: relative;
        bottom: 33px;
    }

    .ttm-search-overlay .ttm-site-searchform {
        left: 20px;
        margin-left: 0;
        max-width: calc(100% - 40px);
    }

    .ttm-search-overlay .ttm-search-outer .ttm-form-title {
        font-size: 32px;
    }
}

.line-limit-9 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    /* number of lines to show */
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

.line-limit-7 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    /* number of lines to show */
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.footer .widget a,
.footer .widget a:visited {
    color: #fff;
}




.gallery-item .card-body {
    background: #f5f5f5;
    text-align: center;
}

.gallery-item .card-body h5 a {
    font-weight: 300;
    text-transform: uppercase;
    color: #919191;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gallery-item .card-img-top {
    border-radius: 0;
}

.foto-item figure {
    margin-bottom: 0;
}

.foto-item .title-holder {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 15px;
}

.foto-item .title-holder .title {
    font-weight: 300;
    text-transform: uppercase;
    color: #919191;
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contact-list li a {
    display: flex;
    align-items: center;
}

.contact-list li a i {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.footer-treatments-title {
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 400;
    opacity: .7;
    margin-bottom: 14px;
}

.footer-treatments-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 26px;
}

.footer-treatments-list a {
    font-size: 15px;
    font-weight: 300;
    opacity: .85;
    transition: opacity .2s ease;
}

.footer-treatments-list a:hover {
    opacity: 1;
    text-decoration: underline;
}

@media (max-width:575px) {
    .footer-treatments-list {
        gap: 6px 18px;
    }

    .footer-treatments-list a {
        font-size: 14px;
    }
}



@media (min-width: 769px) {
    .slide-light .cbody h2 {
        font-weight: 700;
        letter-spacing: 5px;
        font-size: 50px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .slide-light .cbody .sum {
        color: white;
    }

    .slide-light .cbody .btn.theme-btn.theme-btn-dark {
        color: white;
        border: 1px solid white;
    }
}


.dnt-about {
    --dnt-red: #777777;
    padding: 110px 40px 120px;
    background: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center
}

.dnt-about__inner {
    width: 100%;
    max-width: 1240px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 80px;
    align-items: center
}

.dnt-about__media {
    position: relative;
    padding: 0 0 26px 26px
}

.dnt-about__block {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62%;
    height: 70%;
    background: var(--dnt-red)
}

.dnt-about__frame {
    position: absolute;
    left: -14px;
    top: -22px;
    width: 120px;
    height: 120px;
    border: 3px solid rgba(82, 80, 80, 0.25)
}

.dnt-about__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(17, 17, 17, .18)
}

.dnt-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dnt-about__badge {
    position: absolute;
    right: -24px;
    bottom: 32px;
    background: #fff;
    padding: 22px 28px;
    box-shadow: 0 18px 40px rgba(17, 17, 17, .16);
    border-bottom: 4px solid var(--dnt-red);
    text-align: left
}

.dnt-about__badge strong {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: #111;
    line-height: 1
}

.dnt-about__badge span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    color: #7a7a7a;
    text-transform: uppercase
}

.dnt-about__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px
}

.dnt-about__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: var(--dnt-red);
    text-transform: uppercase
}

.dnt-about__eyebrow i {
    width: 34px;
    height: 3px;
    background: var(--dnt-red)
}

.dnt-about__title {
    margin: 0;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    color: #111
}

.dnt-about__title span {
    color: var(--dnt-red)
}

.dnt-about__text {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #5f6368;
    max-width: 560px
}

.dnt-about__list {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 34px
}

.dnt-about__list li {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 15px;
    font-weight: 500;
    color: #111
}

.dnt-about__list li::before {
    content: "✓";
    width: 20px;
    height: 20px;
    flex: none;
    border-radius: 50%;
    background: var(--dnt-red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

.dnt-about__cta {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 14px
}

.dnt-btn {
    background: var(--dnt-red);
    color: #fff;
    padding: 17px 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: background .2s, transform .2s
}

.dnt-btn:hover {
    background: #b60d14;
    color: #fff;
    transform: translateY(-2px)
}

.dnt-about__phone span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .12em;
    color: #9a9a9a;
    text-transform: uppercase
}

.dnt-about__phone a {
    font-size: 19px;
    font-weight: 700;
    color: #111;
    text-decoration: none
}

.dnt-about__phone a:hover {
    color: var(--dnt-red)
}

@media (max-width:991px) {
    .dnt-about {
        padding: 70px 24px 80px
    }

    .dnt-about__inner {
        grid-template-columns: 1fr;
        gap: 56px
    }

    .dnt-about__title {
        font-size: 34px
    }

    .dnt-about__badge {
        right: 0
    }
}

@media (max-width:575px) {
    .dnt-about__list {
        grid-template-columns: 1fr
    }

    .dnt-about__title {
        font-size: 28px
    }
}

/* ===== Dentorion uzmanlık kartı ===== */
.dtn-card {
    --dtn-red: #3f3f3f;
    --dtn-ink: #3f3f3f;
    --dtn-ink-2: #2a3038;
    --dtn-body: #5d646e;
    --dtn-muted: #9aa1aa;
    --dtn-line: #e9ebef;
    --dtn-tint: #f7f8fa;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    background: #fff;
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    box-shadow: 0 22px 50px -26px rgba(20, 24, 31, .28);
}

.dtn-card *,
.dtn-card *::before,
.dtn-card *::after {
    box-sizing: border-box
}

.dtn-card a {
    text-decoration: none;
    transition: color .18s ease, background .18s ease
}

.dtn-card__rule {
    height: 5px;
    background: var(--dtn-red)
}

.dtn-grid {
    display: grid;
    grid-template-columns: 240px 1fr 300px;
    align-items: stretch
}

.dtn-photo {
    position: relative;
    margin: 0;
    padding: 28px 0 28px 28px
}

.dtn-photo::before,
.dtn-photo::after {
    content: "";
    position: absolute;
    left: 14px
}

.dtn-photo::before {
    top: 16px;
    width: 120px;
    height: 120px;
    border: 2px solid var(--dtn-red)
}

.dtn-photo::after {
    bottom: 16px;
    width: 140px;
    height: 96px;
    background: var(--dtn-red)
}

.dtn-photo__frame {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 230px;
    padding: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: repeating-linear-gradient(135deg, #e9ebef 0 9px, #dfe2e7 9px 18px);
}

.dtn-photo__frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dtn-photo__hint {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 9.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--dtn-body);
    background: rgba(255, 255, 255, .9);
    padding: 4px 7px;
}

.dtn-main {
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    border-right: 1px solid var(--dtn-line)
}

.dtn-eyebrow {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 10.5px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--dtn-red);
    font-weight: 600
}

.dtn-eyebrow::before {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--dtn-red)
}

.dtn-card .dtn-name {
    margin: 0;
    font-weight: 700;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: var(--dtn-ink)
}

.dtn-lede {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--dtn-body);
    font-weight: 300;
    max-width: 60ch;
    text-wrap: pretty
}

.dtn-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--dtn-line);
    margin: 6px 0 0;
    padding: 16px 0 0
}

.dtn-facts dt {
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--dtn-muted);
    font-weight: 600;
    margin-bottom: 4px
}

.dtn-facts dd {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--dtn-ink)
}

.dtn-side {
    padding: 30px 28px;
    background: var(--dtn-tint);
    display: flex;
    flex-direction: column;
    gap: 18px
}

.dtn-row {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.dtn-row__label {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--dtn-red);
    font-weight: 600
}

.dtn-row__value {
    font-size: 12.5px;
    line-height: 1.6;
    color: var(--dtn-ink-2)
}

.dtn-row__value--soft {
    font-size: 12px;
    line-height: 1.6;
    color: var(--dtn-body);
    font-weight: 300
}

.dtn-cta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.dtn-hotline {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.dtn-hotline>span {
    font-size: 9px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--dtn-muted);
    font-weight: 600
}

.dtn-hotline a {
    font-size: 18px;
    font-weight: 600;
    color: var(--dtn-ink)
}

.dtn-hotline a:hover {
    color: var(--dtn-red)
}

.dtn-card .dtn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    background: var(--dtn-red);
    color: #fff;
    font-size: 10.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
}

.dtn-card .dtn-btn:hover {
    background: var(--dtn-ink);
    color: #fff
}

.dtn-foot {
    background: var(--dtn-ink);
    padding: 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap
}

.dtn-foot strong {
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600
}

.dtn-foot a {
    font-size: 11px;
    color: var(--dtn-muted);
    font-weight: 300
}

.dtn-foot a:hover {
    color: #fff
}

@media (max-width:1000px) {
    .dtn-grid {
        grid-template-columns: 220px 1fr
    }

    .dtn-side {
        grid-column: 1 / -1;
        border-top: 1px solid var(--dtn-line)
    }

    .dtn-cta {
        margin-top: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px
    }
}

@media (max-width:680px) {
    .dtn-grid {
        grid-template-columns: 1fr
    }

    .dtn-main {
        border-right: 0
    }

    .dtn-photo {
        padding: 24px
    }

    .dtn-facts {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .dtn-card .dtn-btn {
        width: 100%
    }

    .ttm-header-icon {
        display: none;
    }

}

.owl-theme .owl-controls .owl-nav div.owl-next,
div.owl-prev {
    display: none !important;
}

.dnt-about__photo img {
    filter: grayscale(100%) !important;
    transition: filter 0.3s ease !important;
}

.dnt-about__photo img:hover {
    filter: grayscale(0%) !important;

}

.section {
    filter: grayscale(100%);

}

.section:hover {
    filter: grayscale(0%);
    transition: filter 0.5s ease !important;

}

.main-slider img {
    filter: grayscale(100%);

}


.main-slider img:hover {
    filter: grayscale(0%);
    transition: filter 0.5s ease !important;

}

 .blog-section {
            margin: 0 auto;
            padding: 50px 10px 96px 10px;
            font-family: 'Helvetica Neue', Arial, sans-serif;
        }

        .blog-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 24px;
            flex-wrap: wrap;
            margin-bottom: 56px;
        }

        .blog-eyebrow {
            color: #b3232f;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 1.5px;
            display: block;
            margin-bottom: 12px;
        }

        .blog-title {
            font-size: 44px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0;
            letter-spacing: -0.5px;
        }

        .blog-intro {
            max-width: 420px;
            color: #6b6b6b;
            font-size: 15px;
            line-height: 1.6;
            margin: 0;
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 28px;
        }

        .blog-card {
            display: flex;
            flex-direction: column;
            text-decoration: none;
            color: inherit;
            border: 1px solid #ececec;
            border-radius: 4px;
            overflow: hidden;
            background: #fff;
            transition: box-shadow .2s;
        }

        .blog-card:hover {
            box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
        }

        .blog-card-img {
            width: 100%;
            aspect-ratio: 4/3;
            overflow: hidden;
            background: #e9e9e9;
        }

        .blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(1) contrast(1.05);
            transition: filter .2s;
            display: block;
        }

        .blog-card:hover .blog-card-img img {
            filter: grayscale(0);
        }

        .blog-card-body {
            padding: 22px 20px 24px;
            display: flex;
            flex-direction: column;
            gap: 12px;
            flex: 1;
        }

        .blog-card-body h3 {
            font-size: 19px;
            font-weight: 700;
            color: #1a1a1a;
            margin: 0;
            line-height: 1.3;
        }

        .blog-card-body p {
            font-size: 14px;
            color: #7a7a7a;
            line-height: 1.6;
            margin: 0;
            flex: 1;
        }

        .blog-card-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #1a1a1a;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .5px;
            padding: 10px 16px;
            border-radius: 22px;
            width: fit-content;
            margin-top: 4px;
        }

        .blog-card-btn i {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #b3232f;
            display: flex;
            align-items: center;
            justify-content: center;
            font-style: normal;
        }

        @media (max-width:1024px) {
            .blog-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width:640px) {
            .blog-grid {
                grid-template-columns: 1fr;
            }

            .blog-section {
                padding: 0 24px;
            }
        }


         .blog-header .section-title {
            font-size: 44px;
            font-weight: 600;
        }

        .treatments-slider-section .section-title {
            font-size: 44px;
            font-weight: 600;
        }

        .treatments-slider {
            position: relative;
            overflow: hidden;
        }

        .treatments-slider.is-cursor-in,
        .treatments-slider.is-cursor-in * {
            cursor: none !important;
        }

        .ts-track {
            display: flex;
            gap: 24px;
            overflow-x: auto;
            padding: 8px 24px 24px;
            -ms-overflow-style: none;
            scrollbar-width: none;
            user-select: none;
        }

        .ts-track::-webkit-scrollbar {
            display: none;
        }

        .ts-card {
            flex: 0 0 clamp(260px, 26vw, 360px);
            display: flex;
            flex-direction: column;
            background: #fff;
            border: 1px solid #e9e9e6;
            border-radius: 4px;
            overflow: hidden;
            text-decoration: none;
            color: inherit;
            transition: box-shadow .3s ease, transform .3s ease;
            -webkit-user-drag: none;
        }

        .ts-card:hover {
            box-shadow: 0 18px 40px rgba(0, 0, 0, .10);
            transform: translateY(-4px);
            text-decoration: none;
            color: inherit;
        }

        .ts-card-media {
            aspect-ratio: 4/3;
            overflow: hidden;
            background: #f4f4f2;
        }

        .ts-card-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .6s ease;
            pointer-events: none;
        }

        .ts-card:hover .ts-card-media img {
            transform: scale(1.05);
        }

        .ts-card-body {
            display: flex;
            flex-direction: column;
            gap: 14px;
            padding: 28px 26px 30px;
            flex: 1 1 auto;
        }

        .ts-card-title {
            font-size: 22px;
            font-weight: 500;
            margin: 0;
            text-align: center;
        }

        .ts-card-text {
            font-size: 15px;
            line-height: 1.6;
            color: #6b6b66;
            margin: 0;
            flex: 1 1 auto;
        }

        .ts-card-btn {
            align-self: center;
            margin-top: 6px;
        }

        .line-limit-4 {
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* özel cursor */
        .ts-cursor {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            width: 92px;
            height: 92px;
            border-radius: 50%;
            background: #222;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 3px;
            pointer-events: none;
            opacity: 0;
            transform: translate(-50%, -50%) scale(.6);
            transition: opacity .25s ease, transform .25s ease;
        }

        .ts-cursor.is-visible {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        .ts-cursor.is-down {
            transform: translate(-50%, -50%) scale(.85);
        }

        .ts-cursor::before {
            content: '\2194';
            font-size: 22px;
            line-height: 1;
        }

        .ts-cursor-label {
            font-size: 10px;
            letter-spacing: .14em;
        }

        @media (max-width:991px) {
            .ts-cursor {
                display: none;
            }

            .treatments-slider.is-cursor-in,
            .treatments-slider.is-cursor-in * {
                cursor: auto !important;
            }
        }

        /* MOBİL: kartlar alt alta (dikey liste), kaydırma yok */
        @media (max-width:767px) {
            .ts-track {
                display: flex;
                flex-direction: column;
                overflow-x: visible;
                overflow-y: visible;
                padding: 8px 16px 24px;
                gap: 16px;
            }

            .ts-card {
                flex: 0 0 auto;
                width: 100%;
            }

            /* sonsuz döngü için basılan ikinci (kopya) kart seti mobilde gizlenir */
            .ts-card[aria-hidden="true"] {
                display: none;
            }

            .treatments-slider-section .section-title {
                font-size: 30px;
            }
        }


@media (max-width: 768px) {
    .float {
        display: flex !important;
    }
}
